react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 351 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crop = void 0;
var crop = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M1 0v1h-1v1h1v5h5v1h1v-1h1v-1h-1v-4.5l1-1-.5-.5-1 1h-4.5v-1h-1zm1 2h3.5l-3.5 3.5v-3.5zm4 .5v3.5h-3.5l3.5-3.5z"
}
}]
};
exports.crop = crop;
;