react-icons-kit
Version:
React Icons Kit using various Svg Icon set
48 lines (47 loc) • 1 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.packageIcon = void 0;
var packageIcon = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M12.89 1.45l8 4A2 2 0 0 1 22 7.24v9.53a2 2 0 0 1-1.11 1.79l-8 4a2 2 0 0 1-1.79 0l-8-4a2 2 0 0 1-1.1-1.8V7.24a2 2 0 0 1 1.11-1.79l8-4a2 2 0 0 1 1.78 0z"
},
"children": []
}, {
"name": "polyline",
"attribs": {
"points": "2.32 6.16 12 11 21.68 6.16"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "12",
"y1": "22.76",
"x2": "12",
"y2": "11"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "7",
"y1": "3.5",
"x2": "17",
"y2": "8.5"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.packageIcon = packageIcon;
;