UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.45 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 IconMaterialBubblesW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BubblesW100', short_name: 'Bubbles', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M547-414 375-585q-4.58-3.75-4.79-9.38-.21-5.62 5.01-10.84Q380-610 385-610q5 0 10 5l171 171v-112q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v130q0 12.75-8.62 21.37Q576.75-386 564-386H434q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-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.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-180q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v416q0 14 9 23t23 9h340q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H192Z" }) }))); }); IconMaterialBubblesW100.displayName = 'OnesyIconMaterialBubblesW100'; exports.default = IconMaterialBubblesW100;