react-icons-kit
Version:
React Icons Kit using various Svg Icon set
141 lines (140 loc) • 3.41 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.browserSizes = void 0;
var browserSizes = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256\r\n\t\tS397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"
},
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"d": "M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256\r\n\t\tS397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "192",
"y": "208",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "128",
"height": "96"
},
"children": [{
"name": "rect",
"attribs": {
"x": "192",
"y": "208",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "128",
"height": "96"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "336",
"y": "192",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "128"
},
"children": [{
"name": "rect",
"attribs": {
"x": "336",
"y": "192",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "128"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "368",
"y": "160",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "192"
},
"children": [{
"name": "rect",
"attribs": {
"x": "368",
"y": "160",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "192"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "160",
"y": "192",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "128"
},
"children": [{
"name": "rect",
"attribs": {
"x": "160",
"y": "192",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "128"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "128",
"y": "160",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "192"
},
"children": [{
"name": "rect",
"attribs": {
"x": "128",
"y": "160",
"fill-rule": "evenodd",
"clip-rule": "evenodd",
"width": "16",
"height": "192"
},
"children": []
}]
}]
}]
};
exports.browserSizes = browserSizes;
;