@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.29 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 StyledFanRegular = ({
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: "M11.958 10.458c-.826 0-1.458.674-1.458 1.5s.674 1.5 1.458 1.5c.784 0 1.458-.674 1.458-1.5s-.591-1.5-1.458-1.5Zm12.028 1.969c-.504-3.98-3.89-6.99-7.884-6.99a11.4 11.4 0 0 0-1.992.17l.363-3.615A1.821 1.821 0 0 0 13.928.51a1.803 1.803 0 0 0-1.5-.492c-3.986.497-6.99 3.884-6.99 7.88 0 .668.052 1.336.17 1.993l-3.613-.366a1.789 1.789 0 0 0-1.47.533c-.393.399-.58.961-.51 1.512.503 3.985 3.89 6.99 7.884 6.99a11.4 11.4 0 0 0 1.992-.17l-.361 3.618a1.79 1.79 0 0 0 .533 1.47 1.84 1.84 0 0 0 1.28.522c.077 0 .159-.006.235-.012A7.945 7.945 0 0 0 18.52 16.1c0-.668-.052-1.33-.17-1.992l3.615.37a1.812 1.812 0 0 0 1.47-.54 1.77 1.77 0 0 0 .55-1.51Zm-7.575-.774a.75.75 0 0 0-.78 1.002l.202.56c.317.873.48 1.846.48 2.889 0 2.684-1.897 4.992-4.492 5.56l.53-5.255a.75.75 0 0 0-1.001-.78l-.56.202c-.873.322-1.845.48-2.888.48-2.683 0-4.983-1.898-5.56-4.494l5.25.53a.75.75 0 0 0 .781-1.001l-.203-.56c-.318-.872-.483-1.847-.483-2.888 0-2.683 1.898-4.987 4.494-5.559l-.528 5.25a.75.75 0 0 0 1.002.78l.56-.202c.872-.317 1.845-.48 2.887-.48 2.684 0 4.993 1.898 5.56 4.494l-5.251-.528Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledFanRegular);
const FanRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = FanRegular;
exports.default = _default;
module.exports = exports.default;