react-icons-kit
Version:
React Icons Kit using various Svg Icon set
78 lines (77 loc) • 1.33 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cloudSnow = void 0;
var cloudSnow = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "8",
"y1": "16",
"x2": "8",
"y2": "16"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "8",
"y1": "20",
"x2": "8",
"y2": "20"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "18",
"x2": "12",
"y2": "18"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "22",
"x2": "12",
"y2": "22"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16",
"y1": "16",
"x2": "16",
"y2": "16"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "16",
"y1": "20",
"x2": "16",
"y2": "20"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.cloudSnow = cloudSnow;
;