react-icons-kit
Version:
React Icons Kit using various Svg Icon set
38 lines (37 loc) • 798 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.watch = void 0;
var watch = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "12",
"cy": "12",
"r": "7"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "12 9 12 12 13.5 13.5"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.watch = watch;
;