react-icons-kit
Version:
React Icons Kit using various Svg Icon set
42 lines (41 loc) • 745 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.archive = void 0;
var archive = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "21 8 21 21 3 21 3 8"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "1",
"y": "3",
"width": "22",
"height": "5"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "10",
"y1": "12",
"x2": "14",
"y2": "12"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.archive = archive;
;