UNPKG

react-icons-kit

Version:

React Icons Kit using various Svg Icon set

54 lines (53 loc) 909 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.grid = void 0; var grid = { "viewBox": "0 0 24 24", "children": [{ "name": "rect", "attribs": { "x": "3", "y": "3", "width": "7", "height": "7" }, "children": [] }, { "name": "rect", "attribs": { "x": "14", "y": "3", "width": "7", "height": "7" }, "children": [] }, { "name": "rect", "attribs": { "x": "14", "y": "14", "width": "7", "height": "7" }, "children": [] }, { "name": "rect", "attribs": { "x": "3", "y": "14", "width": "7", "height": "7" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } }; exports.grid = grid;