UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.57 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 StyledWashingMachineRegular = ({ 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: "M19.25 0H5.75C3.67906 0 2 1.67906 2 3.75V21C2 22.657 3.34297 24 5 24H20C21.657 24 23 22.657 23 21V3.75C23 1.67906 21.3219 0 19.25 0ZM20.75 21C20.75 21.4136 20.4135 21.75 20 21.75H5C4.58647 21.75 4.25 21.4136 4.25 21V3.75C4.25 2.92313 4.92313 2.25 5.75 2.25H19.25C20.0769 2.25 20.75 2.92313 20.75 3.75V21ZM8.00469 4.875C8.00469 4.25391 7.49703 3.75 6.87875 3.75C6.25484 3.75 5.75281 4.25391 5.75281 4.875C5.75281 5.49609 6.2525 6 6.875 6C7.49375 6 8.00469 5.49844 8.00469 4.875ZM10.6297 6C11.248 6 11.7495 5.49609 11.7495 4.875C11.7495 4.25391 11.2438 3.75 10.6297 3.75C10.0058 3.75 9.50375 4.25391 9.50375 4.875C9.50375 5.49609 10.0016 6 10.6297 6ZM12.5 7.5C8.97687 7.5 6.125 10.3533 6.125 13.8328C6.125 17.3123 8.975 20.25 12.5 20.25C16.025 20.25 18.875 17.3962 18.875 13.875C18.875 10.3538 16.025 7.5 12.5 7.5ZM12.5 18.1219C10.1548 18.1219 8.25312 16.2173 8.2475 13.8736C8.2475 13.7388 8.2767 13.6099 8.28833 13.4752C8.58004 13.6216 8.90099 13.6978 9.22161 13.6978C9.84599 13.6978 10.4347 13.4459 10.8665 13.0003C11.2906 13.4484 11.8813 13.7016 12.5 13.7016C13.1187 13.7016 13.7075 13.4496 14.1336 13.0041C14.5652 13.4494 15.1545 13.7016 15.7784 13.7016C16.0993 13.7016 16.4202 13.6254 16.7117 13.4789C16.7234 13.6125 16.7516 13.7391 16.7516 13.875C16.7469 16.2188 14.8438 18.1219 12.5 18.1219Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledWashingMachineRegular); const WashingMachineRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = WashingMachineRegular; exports.default = _default; module.exports = exports.default;