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

6 lines
180 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const NorthEastIcon = createSvgIcon(
<path d="M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z" />
, 'NorthEastOutlined');