react-icons-kit
Version:
React Icons Kit using various Svg Icon set
61 lines (60 loc) • 1.27 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_keyboard_delete = void 0;
var arrows_keyboard_delete = {
"viewBox": "0 0 64 64",
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "1",
"fill": "none",
"stroke": "#231F20",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"width": "62",
"height": "62"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"fill": "none",
"stroke": "#231F20",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "55,44 19,44 9,32 19,20 55,20 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#231F20",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "27",
"y1": "39",
"x2": "41",
"y2": "25"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#231F20",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "27",
"y1": "25",
"x2": "41",
"y2": "39"
},
"children": []
}]
};
exports.arrows_keyboard_delete = arrows_keyboard_delete;
;