react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 357 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crop = void 0;
var crop = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M13 4l3-3-1-1-3 3h-7v-3h-2v3h-3v2h3v8h8v3h2v-3h3v-2h-3v-7zM5 5h5l-5 5v-5zM6 11l5-5v5h-5z"
}
}]
};
exports.crop = crop;
;