react-icons-kit
Version:
React Icons Kit using various Svg Icon set
93 lines (92 loc) • 2.17 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_magnifier = void 0;
var basic_magnifier = {
"viewBox": "0 0 64 64",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "21",
"cy": "21",
"r": "20"
},
"children": [{
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "21",
"cy": "21",
"r": "20"
},
"children": []
}]
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "35",
"y1": "35",
"x2": "41",
"y2": "41"
},
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "35",
"y1": "35",
"x2": "41",
"y2": "41"
},
"children": []
}]
}, {
"name": "rect",
"attribs": {
"x": "46.257",
"y": "37.065",
"transform": "matrix(-0.7071 0.7071 -0.7071 -0.7071 121.9178 50.5)",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "8.485",
"height": "26.87"
},
"children": [{
"name": "rect",
"attribs": {
"x": "46.257",
"y": "37.065",
"transform": "matrix(-0.7071 0.7071 -0.7071 -0.7071 121.9178 50.5)",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "8.485",
"height": "26.87"
},
"children": []
}]
}]
}]
};
exports.basic_magnifier = basic_magnifier;
;