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

6 lines
226 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const NoteIcon = createSvgIcon(
<path d="M16 4H4c-1.1 0-2 .9-2 2v12.01c0 1.1.9 1.99 2 1.99h16c1.1 0 2-.9 2-2v-8l-6-6zM4 18.01V6h11v5h5v7.01H4z" />
, 'NoteOutlined');