UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.48 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledToiletRegular = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M10.25 3.75H8C7.5875 3.75 7.25 4.08563 7.25 4.5C7.25 4.91437 7.5875 5.25 8 5.25H10.25C10.6625 5.25 11 4.9125 11 4.5C11 4.0875 10.6625 3.75 10.25 3.75ZM21.875 2.25C22.4984 2.25 23 1.74609 23 1.125C23 0.503906 22.4984 0 21.875 0H3.125C2.50391 0 2 0.503906 2 1.125C2 1.74609 2.50391 2.25 3.125 2.25H3.5V9.94219C2.79875 10.5375 2.375 11.2031 2.375 12C2.375 14.3911 3.52437 16.5567 5.375 18.1219V22.125C5.375 23.1609 6.21594 24 7.25 24H17.75C18.7841 24 19.625 23.1591 19.625 22.125V18.12C21.4756 16.5562 22.625 14.3911 22.625 11.9981C22.625 11.2031 22.2015 10.538 21.5 9.98063V2.25H21.875ZM5.75 2.25H19.25V8.83125C17.3469 8.18437 14.8813 7.875 12.5 7.875C10.1187 7.875 7.65312 8.18437 5.75 8.83125V2.25ZM17.375 21.75H7.625V19.5553C9.07344 20.2359 10.7328 20.625 12.5 20.625C14.2672 20.625 15.9275 20.2355 17.375 19.5553V21.75ZM12.5 18.375C9.58156 18.375 7.05781 17.0681 5.69844 15.1537C7.61094 15.8109 10.1 16.125 12.5 16.125C14.9 16.125 17.3891 15.8101 19.3016 15.1537C17.9422 17.0672 15.4203 18.375 12.5 18.375ZM12.5 13.875C7.46094 13.875 4.80781 12.5077 4.62969 12.0216C4.62959 12.0166 4.62969 12.0265 4.62969 12.0216C4.80078 11.4937 7.45625 10.125 12.5 10.125C17.4969 10.125 20.15 11.4623 20.3703 12C20.15 12.5391 17.4969 13.875 12.5 13.875Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledToiletRegular); const ToiletRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ToiletRegular; exports.default = _default; module.exports = exports.default;