5
common/resources/client/icons/material/Numbers.tsx
Executable file
5
common/resources/client/icons/material/Numbers.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const NumbersIcon = createSvgIcon(
|
||||
<path d="m20.5 10 .5-2h-4l1-4h-2l-1 4h-4l1-4h-2L9 8H5l-.5 2h4l-1 4h-4L3 16h4l-1 4h2l1-4h4l-1 4h2l1-4h4l.5-2h-4l1-4h4zm-7 4h-4l1-4h4l-1 4z" />
|
||||
, 'NumbersOutlined');
|
||||
Reference in New Issue
Block a user