react-icons-kit
Version:
React Icons Kit using various Svg Icon set
39 lines (38 loc) • 716 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.upload = void 0;
var upload = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "17 8 12 3 7 8"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "3",
"x2": "12",
"y2": "15"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.upload = upload;
;