react-icons-kit
Version:
React Icons Kit using various Svg Icon set
43 lines (42 loc) • 904 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.weather_taurus = void 0;
var weather_taurus = {
"viewBox": "0 0 64 64",
"children": [{
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "32",
"cy": "43",
"r": "18"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M0,3c14,0,15,12,15,12s0,10,17,10"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M64,3C50,3,49,15,49,15s0,10-17,10"
},
"children": []
}]
};
exports.weather_taurus = weather_taurus;
;