UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.17 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 StyledCalendarCircleMinusRegular = ({ 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: "M6.29583 3.66667H12.3333V2C12.3333 1.44792 12.7792 1 13.3333 1C13.8875 1 14.3333 1.44792 14.3333 2V3.66667H16C17.4708 3.66667 18.6667 4.86042 18.6667 6.33333V9H1.9625V19.6667C1.9625 20.0333 2.29833 20.3333 2.62917 20.3333H11.8542C12.3625 21.1167 13.0208 21.7958 13.7833 22.3333H2.66667C1.19375 22.3333 0 21.1375 0 19.6667V6.33333C0 4.86042 1.19375 3.66667 2.66667 3.66667H4.33333V2C4.33333 1.44792 4.77917 1 5.33333 1C5.8875 1 6.33333 1.44792 6.33333 2L6.29583 3.66667ZM11.9625 16.3333C11.9625 13.0208 14.6875 10.3333 18 10.3333C21.3125 10.3333 24 13.0208 24 16.3333C24 19.6458 21.3125 22.3333 18 22.3333C14.6875 22.3333 11.9625 19.6458 11.9625 16.3333ZM20.6667 16.9625C21.0333 16.9625 21.3333 16.7 21.3333 16.2958C21.3333 15.9667 21.0333 15.6292 20.6667 15.6292H15.3333C14.9667 15.6292 14.6667 15.9667 14.6667 16.2958C14.6667 16.7 14.9667 16.9625 15.3333 16.9625H20.6667Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCalendarCircleMinusRegular); const CalendarCircleMinusRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CalendarCircleMinusRegular; exports.default = _default; module.exports = exports.default;