Files
mtdb_movie/common/resources/client/icons/material/LowPriority.tsx
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
303 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const LowPriorityIcon = createSvgIcon(
<path d="M14 5h8v2h-8V5zm0 5.5h8v2h-8v-2zm0 5.5h8v2h-8v-2zM2 11.5C2 15.08 4.92 18 8.5 18H9v2l3-3-3-3v2h-.5C6.02 16 4 13.98 4 11.5S6.02 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5z" />
, 'LowPriorityOutlined');