UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.42 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 IconMaterialSpeakerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SpeakerW100Filled', short_name: 'Speaker', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M648-132H312q-24.75 0-42.37-17.63Q252-167.25 252-192v-576q0-24.75 17.63-42.38Q287.25-828 312-828h336q24.75 0 42.38 17.62Q708-792.75 708-768v576q0 24.75-17.62 42.37Q672.75-132 648-132ZM480.18-620q24.82 0 42.32-17.68 17.5-17.67 17.5-42.5 0-24.82-17.68-42.32-17.67-17.5-42.5-17.5-24.82 0-42.32 17.68-17.5 17.67-17.5 42.5 0 24.82 17.68 42.32 17.67 17.5 42.5 17.5ZM480-228q55 0 93.5-38.5T612-360q0-55-38.5-93.5T480-492q-55 0-93.5 38.5T348-360q0 55 38.5 93.5T480-228Zm-.07-28q-42.93 0-73.43-30.57-30.5-30.57-30.5-73.5t30.57-73.43q30.57-30.5 73.5-30.5t73.43 30.57q30.5 30.57 30.5 73.5t-30.57 73.43q-30.57 30.5-73.5 30.5Z" }) }))); }); IconMaterialSpeakerW100Filled.displayName = 'OnesyIconMaterialSpeakerW100Filled'; exports.default = IconMaterialSpeakerW100Filled;