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

6 lines
201 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ArrowForwardIcon = createSvgIcon(
<path d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z" />
, 'ArrowForwardOutlined');