@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.34 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 StyledWashingMachineSolid = ({
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: "M14.225 13.3266C13.7797 13.7953 13.1516 14.0625 12.5 14.0625C11.8484 14.0625 11.2203 13.8 10.775 13.3312C9.83563 14.2922 8.30188 14.31 7.33907 13.3781C7.28282 13.6641 7.25469 13.9594 7.25 14.25C7.25 17.1506 9.60079 19.5 12.5 19.5C15.3992 19.5 17.75 17.1502 17.75 14.25C17.7442 13.957 17.715 13.6641 17.6625 13.3711C16.7 14.3109 15.1672 14.2922 14.225 13.3266ZM20 0H4.99907C3.34203 0 2 1.34202 2 2.99999V22.5C2 23.3259 2.67078 24 3.49906 24H21.4991C22.3274 24 22.9981 23.3259 22.9981 22.5V2.99999C23 1.34202 21.6594 0 20 0ZM10.625 2.99999C11.2484 2.99999 11.75 3.5039 11.75 4.12499C11.75 4.74609 11.2466 5.24999 10.6269 5.24999C10.0016 5.24999 9.50001 4.74843 9.50001 4.12499C9.50001 3.50155 10.0016 2.99999 10.625 2.99999ZM5 4.12499C5 3.5039 5.50719 2.99999 6.125 2.99999C6.74891 2.99999 7.25 3.5039 7.25 4.12499C7.25 4.74609 6.74891 5.24999 6.125 5.24999C5.50719 5.24999 5 4.74843 5 4.12499ZM12.5 21C8.77251 21 5.79219 17.9766 5.79219 14.25C5.79219 10.5234 8.77344 7.49999 12.5 7.49999C16.2266 7.49999 19.2078 10.5234 19.2078 14.25C19.2078 17.9766 16.2266 21 12.5 21Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledWashingMachineSolid);
const WashingMachineSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = WashingMachineSolid;
exports.default = _default;
module.exports = exports.default;