UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.52 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 IconMaterialWifiCalling1Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WifiCalling1Filled', short_name: 'WifiCalling1', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M798-120q-125 0-247-54.5T329-329Q229-429 174.5-551T120-798q0-18 12-30t30-12h162q14 0 25 9.5t13 22.5l26 140q2 16-1 27t-11 19l-97 98q20 37 47.5 71.5T387-386q31 31 65 57.5t72 48.5l94-94q9-9 23.5-13.5T670-390l138 28q14 4 23 14.5t9 23.5v162q0 18-12 30t-30 12ZM660-520q-17 0-28.5-11.5T620-560q0-17 11.5-28.5T660-600q17 0 28.5 11.5T700-560q0 17-11.5 28.5T660-520Zm0-140q-21 0-40.5 6T583-637q-11 7-23.5 6.5T539-639q-9-9-8.5-21t10.5-20q26-20 56.5-30t62.5-10q32 0 62.5 10t56.5 30q10 8 10.5 20t-8.5 21q-8 8-20.5 8.5T737-637q-17-11-36.5-17t-40.5-6Zm0-120q-45 0-85.5 14.5T499-724q-11 8-23 8t-21-9q-9-9-9-21t10-20q43-35 95-54.5T660-840q57 0 109 19.5t95 54.5q10 8 10 20t-9 21q-9 9-21.5 8.5T821-725q-35-27-75.5-41T660-780Z" }) }))); }); IconMaterialWifiCalling1Filled.displayName = 'OnesyIconMaterialWifiCalling1Filled'; exports.default = IconMaterialWifiCalling1Filled;