react-icons-kit
Version:
React Icons Kit using various Svg Icon set
45 lines (44 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crop = void 0;
var crop = {
"viewBox": "0 0 512 512",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "rect",
"attribs": {
"x": "352",
"y": "432",
"width": "64",
"height": "48"
},
"children": [{
"name": "rect",
"attribs": {
"x": "352",
"y": "432",
"width": "64",
"height": "48"
},
"children": []
}]
}, {
"name": "polygon",
"attribs": {
"points": "416,352 416,96 176,96 176,160 352,160 352,352 160,352 160,32 96,32 96,96 32,96 32,160 96,160 96,416 480,416 \r\n\t\t480,352 \t"
},
"children": [{
"name": "polygon",
"attribs": {
"points": "416,352 416,96 176,96 176,160 352,160 352,352 160,352 160,32 96,32 96,96 32,96 32,160 96,160 96,416 480,416 \r\n\t\t480,352 \t"
},
"children": []
}]
}]
}]
};
exports.crop = crop;