5
common/resources/client/icons/material/Shop2.tsx
Executable file
5
common/resources/client/icons/material/Shop2.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const Shop2Icon = createSvgIcon(
|
||||
[<path d="M3 9H1v11c0 1.11.89 2 2 2h16v-2H3V9z" key="0" />,<path d="M18 5V3c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H5v11c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z" key="1" />,<path d="M12 8v7l5.5-3.5z" key="2" />,]
|
||||
, 'Shop2Outlined');
|
||||
Reference in New Issue
Block a user