5
common/resources/client/icons/material/Note.tsx
Executable file
5
common/resources/client/icons/material/Note.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user