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