react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.checkCircle = void 0;
var checkCircle = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M22 11.08V12a10 10 0 1 1-5.93-9.14"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "22 4 12 14.01 9 11.01"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.checkCircle = checkCircle;