UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.24 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 StyledArrowDownArrowUpRegular = ({ 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: "M11.0571 15.7079L8.14285 18.5111V2.62605C8.14285 2.00449 7.56964 1.50012 6.85714 1.50012C6.14464 1.50012 5.57142 2.00449 5.57142 2.62605V18.512L2.65874 15.7487C2.40594 15.5085 2.06089 15.3869 1.71482 15.3869C1.40346 15.3869 1.09017 15.485 0.842673 15.6857C0.320351 16.1065 0.288744 16.8192 0.770673 17.2767L5.86532 22.1563C6.35078 22.6166 7.26835 22.6166 7.75371 22.1563L12.8484 17.2767C13.3305 16.8192 13.2987 16.1067 12.7764 15.6857C12.3482 15.2579 11.5339 15.2907 11.0571 15.7079ZM23.2286 6.72199L18.1339 1.8423C17.6485 1.38199 16.7309 1.38199 16.2455 1.8423L11.0571 6.72199C10.575 7.1794 10.6068 7.89199 11.1291 8.31293C11.3768 8.5136 11.69 8.61176 12.0013 8.61176C12.3478 8.61176 12.6929 8.49016 12.9452 8.24993L15.8571 5.48918V21.3751C15.8571 21.9939 16.4357 22.5001 17.1429 22.5001C17.85 22.5001 18.4286 21.9957 18.4286 21.3742V5.48918L21.3412 8.25246C21.8201 8.70987 22.6334 8.74043 23.1573 8.31546C23.6786 7.89387 23.7107 7.18137 23.2286 6.72199Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDownArrowUpRegular); const ArrowDownArrowUpRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowDownArrowUpRegular; exports.default = _default; module.exports = exports.default;