react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 426 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.check = void 0;
var check = {
"viewBox": "0 0 1792 1792",
"children": [{
"name": "path",
"attribs": {
"d": "M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z"
}
}]
};
exports.check = check;
;