UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialWifiChannelFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WifiChannelFilled', short_name: 'WifiChannel', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M160-120q-16 0-26.5-12t-8.5-28q11-82 29.5-173T200-496q26-72 56.5-108t63.5-36q21 0 41.5 15.5T401-580q19 29 35 70.5t28 92.5q13-105 31-183.5T535-733q22-54 48-80.5t57-26.5q42 0 76 49t60 147q28 106 42 237t20 246q1 17-10 29t-28 12q-17 0-30.5-11T751-159q-9-33-21-65t-26-60q-18-36-34.5-56T640-360q-11 0-26 16t-30 44q-15 28-29 63.5T530-161q-5 18-19 29.5T480-120q-17 0-30-12t-15-30q-10-68-23-131.5T383-410q-16-53-32-91t-31-54q-17 18-34 60.5T252-392q-14 51-26.5 110T205-160q-2 17-15 28.5T160-120Zm380-260q23-30 48-45t52-15q26 0 51.5 15.5T740-380q-9-75-20.5-139T695-633q-13-50-27-82t-28-43q-14 11-27.5 43T586-633q-13 50-25 114t-21 139Z" }) }))); }); IconMaterialWifiChannelFilled.displayName = 'OnesyIconMaterialWifiChannelFilled'; exports.default = IconMaterialWifiChannelFilled;