react-icons-kit
Version:
React Icons Kit using various Svg Icon set
44 lines (43 loc) • 765 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.plusCircle = void 0;
var plusCircle = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "10"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "8",
"x2": "12",
"y2": "16"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "8",
"y1": "12",
"x2": "16",
"y2": "12"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.plusCircle = plusCircle;
;