UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.75 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 IconMaterialHotTubW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HotTubW100Filled', short_name: 'HotTub', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M278.32-620q-21.32 0-35.82-14.97-14.5-14.98-14.5-36Q228-692 242.5-707t35.82-15q21.32 0 36.5 14.97 15.18 14.98 15.18 36Q330-650 314.82-635t-36.5 15ZM192-132q-24.75 0-42.37-17.63Q132-167.25 132-192v-226q0-12.75 8.63-21.38Q149.25-448 162-448h80v-74q0-20 13.58-33T289-568q12 0 23 4.5t19 13.5l52 58q11 14 24.44 24.5Q420.88-457 436-448h362q12.75 0 21.38 8.62Q828-430.75 828-418v226q0 24.75-17.62 42.37Q792.75-132 768-132H192Zm571.04-416q-6.04 0-10.04-4.5-4-4.5-4-10.5 2-26-8-51t-29-44q-23-23-35.5-53T666-773q0-6.15 3.96-10.58 3.96-4.42 10-4.42t10.04 5q4 5 4 11-2 26 7 50.5t29 41.5q23 23 36 53.5t11 63.5q0 6.37-3.96 10.69-3.96 4.31-10 4.31Zm-161 0q-6.04 0-10.04-4.5-4-4.5-4-10.5 2-27-8-51.5T550-658q-23-23-35-53t-10-62q0-6.15 3.96-10.58 3.96-4.42 10-4.42t10.04 4.5q4 4.5 4 10.5-2 26 7.5 50.5T568-680q24 23 37 53.5t11 63.5q0 6.37-3.96 10.69-3.96 4.31-10 4.31ZM647-160h125v-260H647v260Zm-153 0h125v-260H494v260Zm-153 0h125v-260H341v260Zm-153 0h125v-260H188v260Z" }) }))); }); IconMaterialHotTubW100Filled.displayName = 'OnesyIconMaterialHotTubW100Filled'; exports.default = IconMaterialHotTubW100Filled;