Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
206 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const CurrencyYuanIcon = createSvgIcon(
<path d="M13.28 12H18v2h-5v7h-2v-7H6v-2h4.72L5 3h2.37L12 10.29 16.63 3H19z" />
, 'CurrencyYuanOutlined');