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