UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.41 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 IconMaterialPhoneBluetoothSpeakerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PhoneBluetoothSpeakerW100Filled', short_name: 'PhoneBluetoothSpeaker', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M745-172q-94 0-195.5-49.5T359-360q-88-89-137.5-190T172-745q0-18 12-30.5t30-12.5h80q17 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.5 30T745-172ZM644-484v-136l-88 88q-4 4-9.5 4.5T536-532q-5-5-5-10t5-10l102-102-102-102q-4-4-4.5-9.5T536-776q5-5 10-5t10 5l88 88v-136q0-10 9.5-13.5T670-834l73 73q9 9 9 21t-9 21l-65 65 65 65q9 9 9 21t-9 21l-73 73q-7 7-16.5 3.5T644-484Zm28-32 52-52-52-52v104Zm0-172 52-52-52-52v104Z" }) }))); }); IconMaterialPhoneBluetoothSpeakerW100Filled.displayName = 'OnesyIconMaterialPhoneBluetoothSpeakerW100Filled'; exports.default = IconMaterialPhoneBluetoothSpeakerW100Filled;