react-icons-kit
Version:
React Icons Kit using various Svg Icon set
51 lines (50 loc) • 910 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cloudRain = void 0;
var cloudRain = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "16",
"y1": "13",
"x2": "16",
"y2": "21"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "8",
"y1": "13",
"x2": "8",
"y2": "21"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "15",
"x2": "12",
"y2": "23"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.cloudRain = cloudRain;
;