UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 4.33 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 StyledGridSolid = ({ 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: "M0 2.14237C0 0.958976 0.959464 -0.000488281 2.14286 -0.000488281H4.71429C5.89821 -0.000488281 6.85714 0.958976 6.85714 2.14237V4.7138C6.85714 5.89773 5.89821 6.85666 4.71429 6.85666H2.14286C0.959464 6.85666 0 5.89773 0 4.7138V2.14237ZM0 10.7138C0 9.52987 0.959464 8.57094 2.14286 8.57094H4.71429C5.89821 8.57094 6.85714 9.52987 6.85714 10.7138V13.2852C6.85714 14.4692 5.89821 15.4281 4.71429 15.4281H2.14286C0.959464 15.4281 0 14.4692 0 13.2852V10.7138ZM6.85714 21.8567C6.85714 23.0406 5.89821 23.9995 4.71429 23.9995H2.14286C0.959464 23.9995 0 23.0406 0 21.8567V19.2852C0 18.1013 0.959464 17.1424 2.14286 17.1424H4.71429C5.89821 17.1424 6.85714 18.1013 6.85714 19.2852V21.8567ZM8.57143 2.14237C8.57143 0.958976 9.53036 -0.000488281 10.7143 -0.000488281H13.2857C14.4696 -0.000488281 15.4286 0.958976 15.4286 2.14237V4.7138C15.4286 5.89773 14.4696 6.85666 13.2857 6.85666H10.7143C9.53036 6.85666 8.57143 5.89773 8.57143 4.7138V2.14237ZM15.4286 13.2852C15.4286 14.4692 14.4696 15.4281 13.2857 15.4281H10.7143C9.53036 15.4281 8.57143 14.4692 8.57143 13.2852V10.7138C8.57143 9.52987 9.53036 8.57094 10.7143 8.57094H13.2857C14.4696 8.57094 15.4286 9.52987 15.4286 10.7138V13.2852ZM8.57143 19.2852C8.57143 18.1013 9.53036 17.1424 10.7143 17.1424H13.2857C14.4696 17.1424 15.4286 18.1013 15.4286 19.2852V21.8567C15.4286 23.0406 14.4696 23.9995 13.2857 23.9995H10.7143C9.53036 23.9995 8.57143 23.0406 8.57143 21.8567V19.2852ZM24 4.7138C24 5.89773 23.0411 6.85666 21.8571 6.85666H19.2857C18.1018 6.85666 17.1429 5.89773 17.1429 4.7138V2.14237C17.1429 0.958976 18.1018 -0.000488281 19.2857 -0.000488281H21.8571C23.0411 -0.000488281 24 0.958976 24 2.14237V4.7138ZM17.1429 10.7138C17.1429 9.52987 18.1018 8.57094 19.2857 8.57094H21.8571C23.0411 8.57094 24 9.52987 24 10.7138V13.2852C24 14.4692 23.0411 15.4281 21.8571 15.4281H19.2857C18.1018 15.4281 17.1429 14.4692 17.1429 13.2852V10.7138ZM24 21.8567C24 23.0406 23.0411 23.9995 21.8571 23.9995H19.2857C18.1018 23.9995 17.1429 23.0406 17.1429 21.8567V19.2852C17.1429 18.1013 18.1018 17.1424 19.2857 17.1424H21.8571C23.0411 17.1424 24 18.1013 24 19.2852V21.8567Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledGridSolid); const GridSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = GridSolid; exports.default = _default; module.exports = exports.default;