UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.52 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 StyledBookAtlasSolid = ({ 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: "M13.25 4.84766C12.8891 5.20156 12.2797 6.46719 12.1531 8.53906H14.3506C14.225 6.46719 13.6156 5.20156 13.25 4.84766ZM17.675 8.53906C17.4289 7.07422 16.4741 5.86109 15.1789 5.24C15.5375 6.12969 15.7719 7.27344 15.8422 8.53906H17.675ZM17.675 10.0391H15.8408C15.7705 11.3047 15.5361 12.4475 15.1789 13.3381C16.475 12.7156 17.4266 11.5063 17.675 10.0391ZM14.3469 10.0391H12.1484C12.2797 12.1156 12.8891 13.3812 13.25 13.7328C13.6156 13.3812 14.225 12.1156 14.3469 10.0391ZM11.3234 5.23906C10.0297 5.8625 9.07344 7.07656 8.825 8.53906H10.6592C10.7328 7.27344 10.9672 6.12969 11.3234 5.23906ZM23 16.0391V2.53906C23 1.29641 21.9922 0.289062 20.75 0.289062H6.5C4.01469 0.289062 2 2.30375 2 4.78906V19.7891C2 22.2744 4.01469 24.2891 6.5 24.2891H21.5C22.3283 24.2891 23 23.6173 23 22.7891C23 22.2397 22.6903 21.7803 22.25 21.5187V17.705C22.7094 17.2953 23 16.7047 23 16.0391ZM13.25 3.28906C16.5664 3.28906 19.25 5.97266 19.25 9.28906C19.25 12.6055 16.5664 15.2891 13.25 15.2891C9.93359 15.2891 7.25 12.6055 7.25 9.28906C7.25 5.97266 9.93594 3.28906 13.25 3.28906ZM20 21.2891H6.5C5.67172 21.2891 5 20.6173 5 19.7891C5 18.9608 5.67172 18.2891 6.5 18.2891H20V21.2891ZM11.3234 13.3391C10.9672 12.4484 10.7328 11.3047 10.6625 10.0391H8.825C9.07344 11.5063 10.0297 12.7156 11.3234 13.3391Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBookAtlasSolid); const BookAtlasSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BookAtlasSolid; exports.default = _default; module.exports = exports.default;