Files
mtdb_movie/common/resources/client/icons/material/StickyNote2.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
252 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const StickyNote2Icon = createSvgIcon(
<path d="M19 5v9h-5v5H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h10l6-6V5c0-1.1-.9-2-2-2zm-7 11H7v-2h5v2zm5-4H7V8h10v2z" />
, 'StickyNote2Outlined');