UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWatchOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WatchOffW100Filled", short_name: "WatchOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M762-122 598-286l-6 4-21 74q-5 15-16.5 24.5T527-174h-94q-16 0-27.5-9.5T389-208l-21-74q-51-27-83.5-79.5T252-480q0-32 8.5-62.5T285-599L122-762q-4-4-4.5-9.5T122-782q5-5 10-5t10 5l640 640q4 4 4.5 9.5T782-122q-5 5-10 5t-10-5ZM480-280q24 0 50.5-6.5T577-306L306-577q-14 23-20 48.5t-6 48.5q0 83 58.5 141.5T480-280Zm196-82-21-21q11-22 18-45t7-52q0-83-58.5-141.5T480-680q-29 0-54 7.5T383-655l-20-20 5-3 21-74q5-15 16.5-24.5T433-786h94q16 0 27.5 9.5T571-752l21 74q54 28 85 82.5T708-480q0 34-9 63t-23 55Z" })); }); IconMaterialWatchOffW100Filled.displayName = 'OnesyIconMaterialWatchOffW100Filled'; export default IconMaterialWatchOffW100Filled;