react-icons-kit
Version:
React Icons Kit using various Svg Icon set
34 lines (33 loc) • 770 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_magic_mouse = void 0;
var basic_magic_mouse = {
"viewBox": "0 0 64 64",
"children": [{
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M48,17c0-8.836-7.164-16-16-16S16,8.164,16,17v30\r\n\tc0,8.836,7.164,16,16,16s16-7.164,16-16V17z"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "32",
"y1": "10",
"x2": "32",
"y2": "18"
},
"children": []
}]
};
exports.basic_magic_mouse = basic_magic_mouse;
;