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