react-icons-kit
Version:
React Icons Kit using various Svg Icon set
73 lines (72 loc) • 1.78 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_stop_circle_outline = void 0;
var ic_stop_circle_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}]
}]
}, {
"name": "g",
"attribs": {},
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"height": "8",
"width": "8",
"x": "8",
"y": "8"
},
"children": [{
"name": "rect",
"attribs": {
"height": "8",
"width": "8",
"x": "8",
"y": "8"
},
"children": []
}]
}, {
"name": "path",
"attribs": {
"d": "M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.48,10-10S17.52,2,12,2z M12,20c-4.41,0-8-3.59-8-8c0-4.41,3.59-8,8-8 s8,3.59,8,8C20,16.41,16.41,20,12,20z"
},
"children": [{
"name": "path",
"attribs": {
"d": "M12,2C6.48,2,2,6.48,2,12s4.48,10,10,10s10-4.48,10-10S17.52,2,12,2z M12,20c-4.41,0-8-3.59-8-8c0-4.41,3.59-8,8-8 s8,3.59,8,8C20,16.41,16.41,20,12,20z"
},
"children": []
}]
}]
}]
}]
}]
};
exports.ic_stop_circle_outline = ic_stop_circle_outline;
;