Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
223 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const CurrencyYenIcon = createSvgIcon(
<path d="M13.92 11H18v2h-5v2h5v2h-5v4h-2v-4H6v-2h5v-2H6v-2h4.08L5 3h2.37L12 10.29 16.63 3H19z" />
, 'CurrencyYenOutlined');