react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 387 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.check = void 0;
var check = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z",
"transform": "translate(0 1)"
}
}]
};
exports.check = check;
;