react-icons-kit
Version:
React Icons Kit using various Svg Icon set
30 lines (29 loc) • 563 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crop = void 0;
var crop = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M6.13 1L6 16a2 2 0 0 0 2 2h15"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M1 6.13L16 6a2 2 0 0 1 2 2v15"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.crop = crop;
;