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

6 lines
205 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const FirstPageIcon = createSvgIcon(
<path d="M18.41 16.59 13.82 12l4.59-4.59L17 6l-6 6 6 6 1.41-1.41zM6 6h2v12H6V6z" />
, 'FirstPageOutlined');