@icongo/mc
Version:
Micon Icons
13 lines • 780 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMouse = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1184 0q100 0 187.5 37.5T1524 140t102.5 152.5T1664 480v864q0 97-25 187t-71 168.5-110 142.5-142.5 110-168.5 71-187 25-187-25-168.5-71T462 1842t-110-142.5-71-168.5-25-187V480q0-100 37.5-187.5T396 140 548.5 37.5 736 0h448zm352 480q0-73-27.5-137T1433 231t-112-75.5-137-27.5h-160v640H896V128H736q-73 0-137 27.5T487 231t-75.5 112T384 480v864q0 119 45.5 224T553 1751t183 123.5 224 45.5 224-45.5 183-123.5 123.5-183 45.5-224V480z"
})
}));
export { MCMdlMouse };