react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 489 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.umbrella = void 0;
var umbrella = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.umbrella = umbrella;
;