react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 445 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_done = void 0;
var ic_done = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"
},
"children": []
}]
};
exports.ic_done = ic_done;
;