react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 332 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.checkmark = void 0;
var checkmark = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M13.5 2l-7.5 7.5-3.5-3.5-2.5 2.5 6 6 10-10z"
}
}]
};
exports.checkmark = checkmark;
;