react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 667 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.cast = void 0;
var cast = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "2",
"y1": "20",
"x2": "2",
"y2": "20"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.cast = cast;
;