UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.04 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 IconMaterialHomeSpeaker = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HomeSpeaker', short_name: 'HomeSpeaker', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M383-120q-73 0-121-54.5T224-301l55-412q2-11 8.5-19.5T304-745l316-126q18-8 35 2.5t19 30.5l64 539q8 72-39 125.5T580-120H383Zm0-80h197q36 0 60-27t19-63l-13-110H319l-15 109q-5 36 19 63.5t60 27.5Zm-27-479-27 199h307l-35-298-245 99Zm126 279Zm1-80Zm-1 80v-80 80Z" }) }))); }); IconMaterialHomeSpeaker.displayName = 'OnesyIconMaterialHomeSpeaker'; exports.default = IconMaterialHomeSpeaker;