react-icons-kit
Version:
React Icons Kit using various Svg Icon set
35 lines (34 loc) • 627 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.stopCircle = void 0;
var stopCircle = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "10"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "9",
"y": "9",
"width": "6",
"height": "6"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.stopCircle = stopCircle;
;