react-icons-kit
Version:
React Icons Kit using various Svg Icon set
48 lines (47 loc) • 894 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.trash2 = void 0;
var trash2 = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "3 6 5 6 21 6"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "10",
"y1": "11",
"x2": "10",
"y2": "17"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "14",
"y1": "11",
"x2": "14",
"y2": "17"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.trash2 = trash2;
;