UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.09 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 StyledGrid2PlusSolid = ({ 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.75 1C8.99219 1 10 2.00734 10 3.25V7.75C10 8.99219 8.99219 10 7.75 10H3.25C2.00734 10 1 8.99219 1 7.75V3.25C1 2.00734 2.00734 1 3.25 1H7.75ZM7.75 13C8.99219 13 10 14.0078 10 15.25V19.75C10 20.9922 8.99219 22 7.75 22H3.25C2.00734 22 1 20.9922 1 19.75V15.25C1 14.0078 2.00734 13 3.25 13H7.75ZM13 3.25C13 2.00734 14.0078 1 15.25 1H19.75C20.9922 1 22 2.00734 22 3.25V7.75C22 8.99219 20.9922 10 19.75 10H15.25C14.0078 10 13 8.99219 13 7.75V3.25ZM17.5 12.25C18.1234 12.25 18.625 12.7516 18.625 13.375V16.375H21.625C22.2484 16.375 22.75 16.8766 22.75 17.5C22.75 18.1234 22.2484 18.625 21.625 18.625H18.625V21.625C18.625 22.2484 18.1234 22.75 17.5 22.75C16.8766 22.75 16.375 22.2484 16.375 21.625V18.625H13.375C12.7516 18.625 12.25 18.1234 12.25 17.5C12.25 16.8766 12.7516 16.375 13.375 16.375H16.375V13.375C16.375 12.7516 16.8766 12.25 17.5 12.25Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledGrid2PlusSolid); const Grid2PlusSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = Grid2PlusSolid; exports.default = _default; module.exports = exports.default;