@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 2.96 kB
JavaScript
;
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 StyledSquareDashedSolid = ({
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: "M5.14286 0H6.85714V3.42857H5.14286C4.19625 3.42857 3.42857 4.19464 3.42857 5.14286V6.85714H0V5.14286C0 2.3025 2.3025 0 5.14286 0ZM3.42857 8.57143V15.4286H0V8.57143H3.42857ZM24 8.57143V15.4286H20.5714V8.57143H24ZM20.5714 6.85714V5.14286C20.5714 4.19464 19.8054 3.42857 18.8571 3.42857H17.1429V0H18.8571C21.6964 0 24 2.3025 24 5.14286V6.85714H20.5714ZM24 18.8571C24 21.6964 21.6964 24 18.8571 24H17.1429V20.5714H18.8571C19.8054 20.5714 20.5714 19.8054 20.5714 18.8571V17.1429H24V18.8571ZM3.42857 18.8571C3.42857 19.8054 4.19625 20.5714 5.14286 20.5714H6.85714V24H5.14286C2.3025 24 0 21.6964 0 18.8571V17.1429H3.42857V18.8571ZM8.57143 24V20.5714H15.4286V24H8.57143ZM8.57143 0H15.4286V3.42857H8.57143V0Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledSquareDashedSolid);
const SquareDashedSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = SquareDashedSolid;
exports.default = _default;
module.exports = exports.default;