react-icons-kit
Version:
React Icons Kit using various Svg Icon set
69 lines (68 loc) • 1.3 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.podium = void 0;
var podium = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"x": "32",
"y": "256",
"width": "128",
"height": "192"
},
"children": [{
"name": "rect",
"attribs": {
"x": "32",
"y": "256",
"width": "128",
"height": "192"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "192",
"y": "160",
"width": "128",
"height": "288"
},
"children": [{
"name": "rect",
"attribs": {
"x": "192",
"y": "160",
"width": "128",
"height": "288"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "352",
"y": "320",
"width": "128",
"height": "128"
},
"children": [{
"name": "rect",
"attribs": {
"x": "352",
"y": "320",
"width": "128",
"height": "128"
},
"children": []
}]
}]
}]
};
exports.podium = podium;
;