UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.91 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 StyledWaterLadderRegular = ({ 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: "M23.9254 20.6618C23.9254 20.1847 23.5847 19.7618 23.1004 19.6755C21.1587 19.3201 20.8921 17.9993 19.9254 17.9993C18.9708 17.9993 18.5171 19.6588 15.9629 19.6588C13.37 19.6588 12.9179 17.9993 11.9629 17.9993C11.0079 17.9993 10.5558 19.6588 7.96288 19.6588C5.06329 19.6588 4.58371 17.9993 3.66704 17.9993C2.75245 17.9993 2.40954 19.3922 0.825367 19.6747C0.3412 19.7608 0.000366211 20.1838 0.000366211 20.6609C0.000366211 21.1651 0.39645 21.6659 0.997868 21.6659C1.31608 21.6659 2.47412 21.4622 3.71745 20.3405C4.88412 21.163 6.46913 21.6659 8.0008 21.6659C9.45455 21.6659 10.8662 21.1851 11.9991 20.3247C13.1321 21.1851 14.5658 21.6155 15.9996 21.6155C17.4296 21.6155 18.8591 21.1876 19.9904 20.3314C21.265 21.3438 22.6241 21.6659 23 21.6659C23.4254 21.6284 23.9254 21.2659 23.9254 20.6618ZM19.9629 2.99927C17.7587 2.99927 15.9629 4.79343 15.9629 6.99927V10.9993H7.29621V6.99927C7.29621 5.89635 8.1933 4.99927 9.29621 4.99927C10.3991 4.99927 11.2962 5.8951 11.2962 6.99927V7.3326C11.2962 7.88677 11.7462 8.3326 12.2962 8.3326C12.8462 8.3326 13.2962 7.88677 13.2962 7.3326V6.99927C13.2962 4.79343 11.502 3.03677 9.29621 3.03677C7.09038 3.03677 5.29621 4.79343 5.29621 6.99927V16.6659C5.29621 17.2201 5.74621 17.6659 6.29621 17.6659C6.84621 17.6659 7.29621 17.218 7.29621 16.6659V12.9993H15.9629V16.6659C15.9629 17.218 16.4108 17.6659 16.9629 17.6659C17.515 17.6659 17.9629 17.218 17.9629 16.6659V6.99927C17.9629 5.89635 18.86 4.99927 19.9629 4.99927C21.0658 4.99927 21.9629 5.89635 21.9629 6.99927V7.3326C21.9629 7.88677 22.4129 8.3326 22.9629 8.3326C23.5129 8.3326 23.9629 7.88677 23.9629 7.3326V6.99927C23.9629 4.79343 22.1671 2.99927 19.9629 2.99927Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledWaterLadderRegular); const WaterLadderRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = WaterLadderRegular; exports.default = _default; module.exports = exports.default;