react-icons-kit
Version:
React Icons Kit using various Svg Icon set
47 lines (46 loc) • 995 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_mouse = void 0;
var basic_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": "1",
"x2": "32",
"y2": "21"
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "16",
"y1": "21",
"x2": "48",
"y2": "21"
},
"children": []
}]
};
exports.basic_mouse = basic_mouse;
;