UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 2.79 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 StyledBarsSolid = ({ 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 3.71502C0 2.76841 0.767679 2.00073 1.71429 2.00073H22.2857C23.2339 2.00073 24 2.76841 24 3.71502C24 4.66323 23.2339 5.4293 22.2857 5.4293H1.71429C0.767679 5.4293 0 4.66323 0 3.71502ZM0 12.2864C0 11.3382 0.767679 10.5722 1.71429 10.5722H22.2857C23.2339 10.5722 24 11.3382 24 12.2864C24 13.2347 23.2339 14.0007 22.2857 14.0007H1.71429C0.767679 14.0007 0 13.2347 0 12.2864ZM22.2857 22.5722H1.71429C0.767679 22.5722 0 21.8061 0 20.8579C0 19.9097 0.767679 19.1436 1.71429 19.1436H22.2857C23.2339 19.1436 24 19.9097 24 20.8579C24 21.8061 23.2339 22.5722 22.2857 22.5722Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledBarsSolid); const BarsSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = BarsSolid; exports.default = _default; module.exports = exports.default;