UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.45 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 StyledAlarmClockRegular = ({ 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: "M7.5 1.19062L0.696562 6.8625C0.255562 6.16875 0 5.34844 0 4.46438C0 1.99875 1.99875 0 4.46438 0C5.63437 0 6.70312 0.451781 7.5 1.19062ZM13.125 13.0359L15.0047 14.9531C15.4828 15.3938 15.4828 16.1063 15.0047 16.5047C14.6063 16.9828 13.8938 16.9828 13.4531 16.5047L11.2031 14.2547C10.9922 14.0859 10.875 13.8 10.875 13.5V8.625C10.875 8.00156 11.3766 7.5 12 7.5C12.6234 7.5 13.125 8.00156 13.125 8.625V13.0359ZM5.41406 21.6797L3.42047 23.6297C2.98125 24.1078 2.26875 24.1078 1.82953 23.6297C1.39031 23.2313 1.39031 22.5187 1.82953 22.0781L3.82219 20.0859C2.36953 18.2859 1.5 15.9937 1.5 13.5C1.5 7.70156 6.20156 3 12 3C17.7984 3 22.5 7.70156 22.5 13.5C22.5 15.9937 21.6281 18.2859 20.1797 20.0859L22.1297 22.0781C22.6078 22.5187 22.6078 23.2313 22.1297 23.6297C21.7313 24.1078 21.0187 24.1078 20.5781 23.6297L18.5859 21.6797C16.7859 23.1281 14.4937 24 12 24C9.50625 24 7.21406 23.1281 5.41406 21.6797ZM12 21.75C16.5562 21.75 20.25 18.0562 20.25 13.5C20.25 8.94375 16.5562 5.25 12 5.25C7.44375 5.25 3.75 8.94375 3.75 13.5C3.75 18.0562 7.44375 21.75 12 21.75ZM23.3016 6.8625L16.5 1.19062C17.2547 0.451781 18.3656 0 19.5375 0C22.0031 0 24 1.99875 24 4.46438C24 5.34375 23.7422 6.16875 23.3016 6.8625Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledAlarmClockRegular); const AlarmClockRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = AlarmClockRegular; exports.default = _default; module.exports = exports.default;