react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 516 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_file_download_done = void 0;
var ic_file_download_done = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 18h14v2H5v-2zm4.6-2.7L5 10.7l2-1.9 2.6 2.6L17 4l2 2-9.4 9.3z"
},
"children": []
}]
};
exports.ic_file_download_done = ic_file_download_done;
;