react-icons-kit
Version:
React Icons Kit using various Svg Icon set
53 lines (52 loc) • 895 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.zoomIn = void 0;
var zoomIn = {
"viewBox": "0 0 24 24",
"children": [{
"name": "circle",
"attribs": {
"cx": "11",
"cy": "11",
"r": "8"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "21",
"y1": "21",
"x2": "16.65",
"y2": "16.65"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "11",
"y1": "8",
"x2": "11",
"y2": "14"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "8",
"y1": "11",
"x2": "14",
"y2": "11"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.zoomIn = zoomIn;
;