react-icons-kit
Version:
React Icons Kit using various Svg Icon set
41 lines (40 loc) • 746 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.helpCircle = void 0;
var helpCircle = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "10"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "17",
"x2": "12",
"y2": "17"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.helpCircle = helpCircle;
;