UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.47 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWatchVibration = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WatchVibration", short_name: "WatchVibration", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M40-480q0-50 10-96t30-88q7-15 23-19.5t30 3.5q14 8 19 24t-2 32q-14 33-22 69.5t-8 74.5q0 38 8 74.5t22 69.5q7 16 2 32t-19 24q-14 8-30 3.5T80-296q-20-42-30-88t-10-96Zm880 0q0 50-10 96t-30 88q-7 15-23 19.5t-30-3.5q-14-8-19-24t2-32q14-33 22-69.5t8-74.5q0-38-8-74.5T810-624q-7-16-2-32t19-24q14-8 30-3.5t23 19.5q20 42 30 88t10 96ZM420-800h120-120Zm0 640h120-120Zm0 80q-26 0-47.5-15.5T343-137l-23-77q-6-20-18.5-40.5T269-297q-34-37-51.5-84T200-480q0-51 17.5-98t51.5-85q20-23 32.5-43t18.5-40l23-77q8-26 29.5-41.5T420-880h120q26 0 47.5 15.5T617-823l23 77q6 20 18.5 40.5T691-663q34 37 51.5 84t17.5 99q0 51-17.5 98T691-297q-20 23-32.5 43T640-214l-23 77q-8 26-29.5 41.5T540-80H420Zm60-200q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480q0 83 58.5 141.5T480-280Zm-76-470q20-5 38.5-8t37.5-3q19 0 37.5 3t38.5 8l-16-50H420l-16 50Zm16 590h120l16-50q-20 5-38.5 7.5T480-200q-19 0-37.5-2.5T404-210l16 50Z" })); }); IconMaterialWatchVibration.displayName = 'OnesyIconMaterialWatchVibration'; export default IconMaterialWatchVibration;