UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 936 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTouchpadMouseFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TouchpadMouseFilled", short_name: "TouchpadMouse", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M660-80q-91 0-155.5-64.5T440-300v-60h440v60q0 91-64 155.5T660-80Zm-500-80q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v35q0 17-16 24.5t-30-3.5q-38-27-82-41.5T660-720q-125 0-212.5 87.5T360-420v120q0 24 3 47t11 46q5 17-4.5 32T343-160H160Zm280-280q3-75 54-129.5T620-637v197H440Zm260 0v-197q75 13 126 67.5T880-440H700Z" })); }); IconMaterialTouchpadMouseFilled.displayName = 'OnesyIconMaterialTouchpadMouseFilled'; export default IconMaterialTouchpadMouseFilled;