react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 577 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_send_and_archive = void 0;
var ic_send_and_archive = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M21 10h-3L2 3v7l9 2-9 2v7l8-3.5V21c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm0 11h-9v-9h9v9zm-4.5-1L13 16h2v-3h3v3h2l-3.5 4z"
},
"children": []
}]
};
exports.ic_send_and_archive = ic_send_and_archive;
;