5
common/resources/client/icons/material/Deck.tsx
Executable file
5
common/resources/client/icons/material/Deck.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const DeckIcon = createSvgIcon(
|
||||
[<path d="M22 9 12 2 2 9h9v13h2V9h9zM12 4.44 15.66 7H8.34L12 4.44z" key="0" />,<path d="m4.14 12-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zm14.96 4H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z" key="1" />,]
|
||||
, 'DeckOutlined');
|
||||
Reference in New Issue
Block a user