react-icons-kit
Version:
React Icons Kit using various Svg Icon set
39 lines (38 loc) • 992 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosBox = void 0;
var iosBox = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"d": "M112,400h288V208H112V400z M224,240h64c8.8,0,16,7.2,16,16s-7.2,16-16,16h-64c-8.8,0-16-7.2-16-16S215.2,240,224,240z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M112,400h288V208H112V400z M224,240h64c8.8,0,16,7.2,16,16s-7.2,16-16,16h-64c-8.8,0-16-7.2-16-16S215.2,240,224,240z"
},
"children": []
}]
}, {
"name": "polygon",
"attribs": {
"points": "96,112 96,192 112,192 400,192 416,192 416,112 \t"
},
"children": [{
"name": "polygon",
"attribs": {
"points": "96,112 96,192 112,192 400,192 416,192 416,112 \t"
},
"children": []
}]
}]
}]
};
exports.iosBox = iosBox;
;