UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 981 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialMouseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MouseW100Filled', short_name: 'Mouse', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480.19-132Q385-132 318.5-198.36 252-264.73 252-360v-208h456v208q0 95.27-66.31 161.64Q575.38-132 480.19-132ZM252-596q0-91 61.5-157T466-824v228H252Zm242 0v-228q91 5 152.5 71T708-596H494Z" }) }))); }); IconMaterialMouseW100Filled.displayName = 'OnesyIconMaterialMouseW100Filled'; exports.default = IconMaterialMouseW100Filled;