react-icons-kit
Version:
React Icons Kit using various Svg Icon set
62 lines (61 loc) • 1.34 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_upload = void 0;
var basic_upload = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "24,34 32,26 \r\n\t40,34 "
},
"children": []
}, {
"name": "g",
"attribs": {},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "26",
"x2": "32",
"y2": "58"
},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "26",
"x2": "32",
"y2": "58"
},
"children": []
}]
}]
}, {
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "24,42 1,42 1,6 63,6 63,42 40,42 "
},
"children": []
}]
};
exports.basic_upload = basic_upload;
;