react-icons-kit
Version:
React Icons Kit using various Svg Icon set
45 lines (44 loc) • 1.1 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosGridView = void 0;
var iosGridView = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"x": "192",
"y": "192",
"width": "128",
"height": "128"
},
"children": [{
"name": "rect",
"attribs": {
"x": "192",
"y": "192",
"width": "128",
"height": "128"
},
"children": []
}]
}, {
"name": "path",
"attribs": {
"d": "M64,64v384h384V64H64z M416,192h-80v128h80v16h-80v80h-16v-80H192v80h-16v-80H96v-16h80V192H96v-16h80V96h16v80h128V96h16\r\n\t\tv80h80V192z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M64,64v384h384V64H64z M416,192h-80v128h80v16h-80v80h-16v-80H192v80h-16v-80H96v-16h80V192H96v-16h80V96h16v80h128V96h16\r\n\t\tv80h80V192z"
},
"children": []
}]
}]
}]
};
exports.iosGridView = iosGridView;
;