UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 4.3 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 StyledSquareDashedRegular = ({ 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: "M4.71429 0H5.57143C6.28393 0 6.85714 0.575893 6.85714 1.28571C6.85714 1.99554 6.28393 2.57143 5.57143 2.57143H4.71429C3.53089 2.57143 2.57143 3.53089 2.57143 4.71429V5.57143C2.57143 6.28393 1.99554 6.85714 1.28571 6.85714C0.575893 6.85714 0 6.28393 0 5.57143V4.71429C0 2.11071 2.11071 0 4.71429 0ZM2.57143 9.85714V14.1429C2.57143 14.8554 1.99554 15.4286 1.28571 15.4286C0.575893 15.4286 0 14.8554 0 14.1429V9.85714C0 9.14464 0.575893 8.57143 1.28571 8.57143C1.99554 8.57143 2.57143 9.14464 2.57143 9.85714ZM24 9.85714V14.1429C24 14.8554 23.4268 15.4286 22.7143 15.4286C22.0018 15.4286 21.4286 14.8554 21.4286 14.1429V9.85714C21.4286 9.14464 22.0018 8.57143 22.7143 8.57143C23.4268 8.57143 24 9.14464 24 9.85714ZM21.4286 5.57143V4.71429C21.4286 3.53089 20.4696 2.57143 19.2857 2.57143H18.4286C17.7161 2.57143 17.1429 1.99554 17.1429 1.28571C17.1429 0.575893 17.7161 0 18.4286 0H19.2857C21.8893 0 24 2.11071 24 4.71429V5.57143C24 6.28393 23.4268 6.85714 22.7143 6.85714C22.0018 6.85714 21.4286 6.28393 21.4286 5.57143ZM24 19.2857C24 21.8893 21.8893 24 19.2857 24H18.4286C17.7161 24 17.1429 23.4268 17.1429 22.7143C17.1429 22.0018 17.7161 21.4286 18.4286 21.4286H19.2857C20.4696 21.4286 21.4286 20.4696 21.4286 19.2857V18.4286C21.4286 17.7161 22.0018 17.1429 22.7143 17.1429C23.4268 17.1429 24 17.7161 24 18.4286V19.2857ZM2.57143 19.2857C2.57143 20.4696 3.53089 21.4286 4.71429 21.4286H5.57143C6.28393 21.4286 6.85714 22.0018 6.85714 22.7143C6.85714 23.4268 6.28393 24 5.57143 24H4.71429C2.11071 24 0 21.8893 0 19.2857V18.4286C0 17.7161 0.575893 17.1429 1.28571 17.1429C1.99554 17.1429 2.57143 17.7161 2.57143 18.4286V19.2857ZM9.85714 24C9.14464 24 8.57143 23.4268 8.57143 22.7143C8.57143 22.0018 9.14464 21.4286 9.85714 21.4286H14.1429C14.8554 21.4286 15.4286 22.0018 15.4286 22.7143C15.4286 23.4268 14.8554 24 14.1429 24H9.85714ZM9.85714 0H14.1429C14.8554 0 15.4286 0.575893 15.4286 1.28571C15.4286 1.99554 14.8554 2.57143 14.1429 2.57143H9.85714C9.14464 2.57143 8.57143 1.99554 8.57143 1.28571C8.57143 0.575893 9.14464 0 9.85714 0Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledSquareDashedRegular); const SquareDashedRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = SquareDashedRegular; exports.default = _default; module.exports = exports.default;