UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.98 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 IconMaterialFluidMedW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FluidMedW100', short_name: 'FluidMed', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M726-156q-24.75 0-42.37-17.63Q666-191.25 666-216v-37q-57-5-95.5-47T532-400v-168q0-24.75 17.25-42.38Q566.5-628 592-628h176q24.75 0 42.38 17.62Q828-592.75 828-568v168q0 58-38.5 100T694-253v37q0 14 9 23t23 9h74q5.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 4h-74Zm24-258h50v-154q0-13-9.5-22.5T768-600H592q-14 0-23 9.5t-9 22.5v74h30q26 0 50 12t41 34q11.5 17 30.19 25.5T750-414Zm-70 134q46 0 80-30.5t39-75.5h-49q-26.9 0-50.95-11.5Q675-409 658-431q-12-17-29.95-26T590-466h-30v66q0 51 34.5 85.5T680-280Zm-22-168ZM296-312h-44q-24.75 0-42.37-17.63Q192-347.25 192-372v-288h-14q-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-4h118v-72h-36q-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-4h100q5.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 4h-36v72h118q5.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 4h-14v288q0 24.75-17.62 42.37Q392.75-312 368-312h-44v155q0 4.5-4 6.75t-8-.75l-10.4-8q-2.6-2-4.1-5.08-1.5-3.07-1.5-6.92v-141Zm-44-28h116q14 0 23-9t9-23v-56h-80q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h80v-88h-80q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h80v-88H220v288q0 14 9 23t23 9Z" }) }))); }); IconMaterialFluidMedW100.displayName = 'OnesyIconMaterialFluidMedW100'; exports.default = IconMaterialFluidMedW100;