5
common/resources/client/icons/material/Grid3x3.tsx
Executable file
5
common/resources/client/icons/material/Grid3x3.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const Grid3x3Icon = createSvgIcon(
|
||||
<path d="M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z" />
|
||||
, 'Grid3x3Outlined');
|
||||
Reference in New Issue
Block a user