UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSignalWifiBadW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SignalWifiBadW100", short_name: "SignalWifiBad", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m745-297-75 74q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l74-74-75-75q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l74 75 75-75q4-4 9.5-4t9.5 4q5 4 4.5 10t-4.5 10l-74 74 74 75q4 4 3.5 9.5T838-223q-4 4-9 4t-9-4l-75-74ZM480-748q94 0 182.5 26.5T829-643q13 8 19.5 21t6.5 27q0 12-5 24t-14 21l-47 47q-4 4-9.5 4.5T769-503q-5-5-5-10t5-10l48-48q11-11 9.5-26.5T812-621q-74-49-158.5-74T480-720q-89 0-173.5 25T148-621q-13 8-14.5 23.5T143-571l320 320q7 7 17 7t17-7l42-42q5-5 10-5t10 5q5 5 5 10t-5 10l-37 37q-9 9-20 13t-22 4q-11 0-22-4t-20-13L124-550q-9-9-13.5-20.5T106-594q0-14 6-27t19-22q78-52 166.5-78.5T480-748Zm0 267Z" })); }); IconMaterialSignalWifiBadW100.displayName = 'OnesyIconMaterialSignalWifiBadW100'; export default IconMaterialSignalWifiBadW100;