@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 4 kB
JavaScript
;
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 StyledWaterLadderSolid = ({
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: "M13.3353 6.99927C13.3353 7.01489 13.327 7.02783 13.3264 7.04331C13.3269 7.07843 13.3353 7.11177 13.3353 7.14927V6.99927ZM8.00192 17.6284V13.6659H16.0019V17.6655C17.6519 17.6595 18.2499 16.9164 18.6686 16.5476V6.99927C18.6686 6.2651 19.2678 5.66593 20.0019 5.66593C20.7361 5.66593 21.3353 6.2651 21.3353 6.99927C21.3353 7.73552 21.9324 8.3326 22.6686 8.3326C23.4049 8.3326 24.0019 7.73552 24.0019 6.99927C24.0019 4.79093 22.2478 3.03677 20.0394 3.03677C17.5061 2.99927 16.0019 5.0801 16.0019 7.14927V10.9993H8.00192V6.99927C8.00192 6.2651 8.60109 5.66593 9.33526 5.66593C10.0694 5.66593 10.6686 6.2651 10.6686 6.99927C10.6686 7.73552 11.2657 8.3326 12.0019 8.3326C12.7228 8.3326 13.3019 7.75802 13.3265 7.04343C13.2754 5.00135 11.7436 2.99927 9.33526 2.99927C7.08942 2.99927 5.33525 4.75343 5.33525 6.99927V16.5493C5.77275 16.9326 6.31025 17.6576 8.00192 17.6284ZM24.0019 20.2076C24.0019 19.5768 23.5511 19.0164 22.9082 18.8984C20.8865 18.5281 21.0124 17.6701 20.0082 17.6701C18.9657 17.6701 18.7086 18.9947 16.0007 18.9947C13.9761 18.9947 12.9707 18.0755 12.9432 18.0522C12.6873 17.7956 12.349 17.6694 12.009 17.6694C10.9778 17.6694 10.6928 18.9948 8.00067 18.9948C5.97609 18.9948 4.97192 18.0769 4.94192 18.0535C4.68671 17.797 4.34858 17.6704 4.00858 17.6704C3.67225 17.6704 3.33442 17.7944 3.07317 18.0392C1.86441 19.1329 0.000244141 18.5617 0.000244141 20.2092C0.000244141 20.8792 0.532328 21.5454 1.3215 21.5454C1.72858 21.5454 2.97358 21.2396 3.999 20.6354C4.8115 21.1159 6.14525 21.6642 8.00234 21.6642C9.85943 21.6642 11.1882 21.1175 12.0007 20.6367C12.8144 21.1171 14.1473 21.6625 16.0032 21.6625C17.8611 21.6625 19.1911 21.1159 20.0036 20.635C21.0332 21.2421 22.2844 21.5446 22.6803 21.5446C23.4686 21.5451 24.0019 20.8868 24.0019 20.2076Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledWaterLadderSolid);
const WaterLadderSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = WaterLadderSolid;
exports.default = _default;
module.exports = exports.default;