UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWifiCallingW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WifiCallingW100", short_name: "WifiCalling", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M639.02-588.98 520-708q-11-11-9-24.5t14.83-21.04q31.71-19.61 66.44-29.03Q627-792 660.36-792q32.64 0 66.9 9.49 34.26 9.49 66.99 28.47 12.94 8.03 14.85 21.53Q811-719 800-708L681.11-589.04q-9.03 9.04-21.07 9.04-12.04 0-21.02-8.98ZM660-608l120-120q-34-19-63-27.5t-57-8.5q-28 0-57 8.5T540-728l120 120Zm0 0Zm85 436q-94 0-195.5-49.5T359.5-360q-88.5-89-138-190T172-745q0-18.43 12-30.71Q196-788 214-788h80q17 0 29.5 10.5T341-750l18 82q3 17-1 30t-14 21l-85 77q26 47 56.5 86.5T380-379q36 36 78 67t93 59l83-85q10-11 21.5-14t26.5-1l68 14q17 4 27.5 17t10.5 30v78q0 18-12.29 30-12.28 12-30.71 12ZM246-566l80-72q5-4 6.5-11t-.5-13l-18-82q-2-8-7-12t-13-4h-80q-6 0-10 4t-4 10q0 41 12.5 87t33.5 93Zm332 326q41 21 88.5 30.5T746-200q6 0 10-4t4-10v-78q0-8-4-13t-12-7l-68-14q-6-2-10.5-.5T656-320l-78 80ZM246-566Zm332 326Z" })); }); IconMaterialWifiCallingW100.displayName = 'OnesyIconMaterialWifiCallingW100'; export default IconMaterialWifiCallingW100;