UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWifiTethering = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WifiTethering", short_name: "WifiTethering", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M233-179q-12 12-29 12t-28-13q-45-53-70.5-119T80-440q0-83 31.5-156T197-723q54-54 127-85.5T480-840q83 0 156 31.5T763-723q54 54 85.5 127T880-440q0 75-25.5 141T784-180q-11 13-27.5 13.5T728-178q-11-11-11-28t11-30q34-42 53-94t19-110q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 58 19 109.5t54 93.5q11 13 11.5 29.5T233-179Zm113-113q-12 12-29 12.5T290-293q-23-31-36.5-68T240-440q0-100 70-170t170-70q100 0 170 70t70 170q0 42-13.5 79.5T670-293q-10 13-27 13.5T614-291q-11-11-11.5-28t9.5-31q13-20 20.5-42.5T640-440q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 26 7.5 48t20.5 42q10 14 9.5 30.5T346-292Zm134-68q-33 0-56.5-23.5T400-440q0-33 23.5-56.5T480-520q33 0 56.5 23.5T560-440q0 33-23.5 56.5T480-360Z" })); }); IconMaterialWifiTethering.displayName = 'OnesyIconMaterialWifiTethering'; export default IconMaterialWifiTethering;