react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 580 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.rotateCcw = void 0;
var rotateCcw = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "1 4 1 10 7 10"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3.51 15a9 9 0 1 0 2.13-9.36L1 10"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.rotateCcw = rotateCcw;
;