5
common/resources/client/icons/material/Warehouse.tsx
Executable file
5
common/resources/client/icons/material/Warehouse.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const WarehouseIcon = createSvgIcon(
|
||||
<path d="M20 8.35V19h-2v-8H6v8H4V8.35l8-3.2 8 3.2zM22 21V7L12 3 2 7v14h6v-8h8v8h6zm-11-2H9v2h2v-2zm2-3h-2v2h2v-2zm2 3h-2v2h2v-2z" />
|
||||
, 'WarehouseOutlined');
|
||||
Reference in New Issue
Block a user