@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.79 kB
JavaScript
;
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 IconMaterialBathPublicLargeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BathPublicLargeW100', short_name: 'BathPublicLarge', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192 924q-26 0-43-17t-17-43V448q0-26 17-43t43-17h88v28h-88q-12 0-22 10t-10 22v416q0 12 10 22t22 10h576q12 0 22-10t10-22V448q0-12-10-22t-22-10h-88v-28h88q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm68.235-204Q242 720 229 707.235q-13-12.764-13-31Q216 658 228.765 645q12.764-13 31-13Q278 632 291 644.765q13 12.764 13 31Q304 694 291.235 707q-12.764 13-31 13ZM216 839v-8q0-25.173 17.25-42.087Q250.5 772 274.023 772q10.977 0 22.99 4.875Q309.025 781.75 316 790l31 37 7 7q3 3 6 5H216Zm160-119v-11q0-24.986 29.5-40.993T480 652q45 0 74.5 16.007T584 709v11H376Zm368 119H601q2-2 5.079-4.842 3.079-2.842 5.921-6.158l32-38q6-8 18.809-13 12.809-5 22.902-5Q709 772 726.5 789.307 744 806.613 744 831v8ZM480.235 600Q462 600 449 587.235q-13-12.764-13-31Q436 538 448.765 525q12.764-13 31-13Q498 512 511 524.765q13 12.764 13 31Q524 574 511.235 587q-12.764 13-31 13Zm220 120Q682 720 669 707.235q-13-12.764-13-31Q656 658 668.765 645q12.764-13 31-13Q718 632 731 644.765q13 12.764 13 31Q744 694 731.235 707q-12.764 13-31 13ZM324 309q-20-24-31-51.303-11-27.303-11-55.069V192.5q0-5.5 1-10.5.936-6.067 5.383-10.033 4.447-3.967 11-3.967 5.617 0 9.117 4.5Q312 177 311 183q-1 5-1 10v10q0 21 9 42.5t26 44.5q22 28 32 50.78T387 385v8.5q0 3.5-1 7.5-1 6-4.5 10.5t-9.227 4.5q-6.682 0-10.978-4Q357 408 358 402q1-5 1-17 0-18-7.903-35.627Q343.194 331.745 324 309Zm117 0q-20-24-31-51.303-11-27.303-11-55.069V192.5q0-5.5 1-10.5.957-6.067 5.5-10.033Q410.043 168 416.261 168q5.739 0 9.239 4.5Q429 177 428 183q-1 5-1 10v10q0 21 9 42.5t26 44.5q22 28 32 50.78T504 385v8.5q0 3.5-1 7.5-1 6-4.5 10.5t-9.038 4.5q-6.462 0-10.962-4t-3.5-10q1-5 1-17 0-18-8.203-35.627Q459.594 331.745 441 309Zm121 0q-20-24-31-51.303-11-27.303-11-55.069 0-4.628.25-10.128T521 182q.957-6.067 5.5-10.033Q531.043 168 537.261 168q5.739 0 9.239 4.5Q550 177 549 183q-1 5-1 10v10q0 21 9 42.5t26 44.5q22 28 32 50.78T625 385v8.5q0 3.5-1 7.5-1 6-4.5 10.5t-9.227 4.5q-6.682 0-10.978-4Q595 408 596 402q1-5 1-17 0-18-7.903-35.627Q581.194 331.745 562 309Z" }) })));
});
IconMaterialBathPublicLargeW100.displayName = 'AmauiIconMaterialBathPublicLargeW100';
exports.default = IconMaterialBathPublicLargeW100;