react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 537 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_send_outline = void 0;
var ic_send_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4.01 6.03l7.51 3.22-7.52-1 .01-2.22m7.5 8.72L4 17.97v-2.22l7.51-1M2.01 3L2 10l15 2-15 2 .01 7L23 12 2.01 3z"
},
"children": []
}]
};
exports.ic_send_outline = ic_send_outline;
;