UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.56 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 StyledBookAtlasRegular = ({ 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: "M23 16.5V2.25C23 1.00922 21.9922 0 20.75 0H5.75C3.68234 0 2 1.68187 2 3.75V20.25C2 22.3172 3.68234 24 5.75 24H21.875C22.4961 24 23 23.4961 23 22.875C23 22.2539 22.4961 21.75 21.875 21.75H21.5V18.6117C22.3719 18.3 23 17.475 23 16.5ZM19.25 21.75H5.75C4.92313 21.75 4.25 21.0778 4.25 20.25C4.25 19.4222 4.92313 18.75 5.75 18.75H19.25V21.75ZM20.75 16.5H5.75C5.21656 16.5 4.70937 16.6113 4.25 16.8135V3.75C4.25 2.92219 4.92313 2.25 5.75 2.25H20.75V16.5ZM12.875 3.75C9.77188 3.75 7.25 6.27188 7.25 9.375C7.25 12.4781 9.77188 15 12.875 15C15.9781 15 18.5 12.4828 18.5 9.375C18.5 6.26719 15.9828 3.75 12.875 3.75ZM8.825 10.125H10.4483C10.5125 11.2312 10.6766 12.2344 11.0234 13.0453C9.89844 12.4687 9.05938 11.4094 8.825 10.125ZM10.4516 8.625H8.825C9.05938 7.34156 9.89141 6.28125 11.0225 5.70703C10.6766 6.51562 10.5125 7.51875 10.4516 8.625ZM12.875 13.3969C12.5516 13.0031 12.0547 11.8781 11.9375 10.125H13.8125C13.6953 11.8781 13.1984 13.0031 12.875 13.3969ZM11.9375 8.625C12.0547 6.87281 12.5525 5.74781 12.875 5.35547C13.1984 5.74687 13.6953 6.87187 13.8125 8.625H11.9375ZM14.7266 13.0453C14.9891 12.2344 15.2375 11.2312 15.3031 10.125H16.9264C16.6906 11.4094 15.8516 12.4687 14.7266 13.0453ZM15.3031 8.625C15.2387 7.51781 15.0336 6.51562 14.7289 5.70703C15.8562 6.28125 16.6906 7.34062 16.925 8.625H15.3031Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBookAtlasRegular); const BookAtlasRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BookAtlasRegular; exports.default = _default; module.exports = exports.default;