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

6 lines
196 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ForwardIcon = createSvgIcon(
<path d="M14 8.83 17.17 12 14 15.17V14H6v-4h8V8.83M12 4v4H4v8h8v4l8-8-8-8z" />
, 'ForwardOutlined');