@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.68 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("@onesy/ui-react");
const IconMaterialBathroomW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BathroomW100Filled', short_name: 'Bathroom', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M360.07-252q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q348-308 340-299.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q468-308 460-299.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q588-308 580-299.93t-8 20q0 11.93 8.07 19.93t20 8Zm-240-120q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q348-428 340-419.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q468-428 460-419.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q588-428 580-419.93t-8 20q0 11.93 8.07 19.93t20 8ZM480-688q-64 0-111.5 42.5T313-540q-2 12 6.91 20 8.92 8 22.09 8h276q13.17 0 22.09-8 8.91-8 6.91-20-8-63-55.5-105.5T480-688Zm0 28ZM192-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h576q26 0 43 17t17 43v576q0 26-17 43t-43 17H192Z" }) })));
});
IconMaterialBathroomW100Filled.displayName = 'OnesyIconMaterialBathroomW100Filled';
exports.default = IconMaterialBathroomW100Filled;
;