5
common/resources/client/icons/material/GridView.tsx
Executable file
5
common/resources/client/icons/material/GridView.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const GridViewIcon = createSvgIcon(
|
||||
<path d="M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z" />
|
||||
, 'GridViewOutlined');
|
||||
Reference in New Issue
Block a user