UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.49 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("@amaui/ui-react"); const IconMaterialBubblesW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BubblesW100Filled', short_name: 'Bubbles', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M547-414 375-585q-4.583-3.75-4.792-9.375-.208-5.625 5.009-10.842Q380-610 385-610q5 0 10 5l171 171v-112q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v130q0 12.75-8.625 21.375T564-386H434q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h113Zm191 202q-37.5 0-63.75-26.25T648-302q0-37.5 26.25-63.75T738-392q37.5 0 63.75 26.25T828-302q0 37.5-26.25 63.75T738-212Zm-546 0q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v180q0 5.95-4.035 9.975-4.035 4.025-10 4.025T804-498.025q-4-4.025-4-9.975v-180q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v416q0 14 9 23t23 9h340q5.95 0 9.975 4.035 4.025 4.035 4.025 10T541.975-216q-4.025 4-9.975 4H192Z" }) }))); }); IconMaterialBubblesW100Filled.displayName = 'AmauiIconMaterialBubblesW100Filled'; exports.default = IconMaterialBubblesW100Filled;