react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 594 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.send = void 0;
var send = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "22",
"y1": "2",
"x2": "11",
"y2": "13"
},
"children": []
}, {
"name": "polygon",
"attribs": {
"points": "22 2 15 22 11 13 2 9 22 2"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.send = send;
;