UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.14 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 StyledArrowDownArrowUpSolid = ({ 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: "M23.1214 6.46868L18.4553 1.96446C17.8061 1.3429 16.5771 1.3429 15.9273 1.96446L11.2612 6.46868C10.5268 7.08274 10.5696 8.03431 11.2714 8.59212C11.9689 9.15228 13.0537 9.10962 13.6939 8.49964L15.4286 6.83899V20.9952C15.4286 21.8296 16.1946 22.4999 17.1428 22.4999C18.0911 22.4999 18.8571 21.8282 18.8571 20.9985V6.83899L20.5928 8.4979C21.2046 9.08149 22.2873 9.17431 23.0153 8.59039C23.7161 8.03431 23.7589 7.08274 23.1214 6.46868ZM10.3071 15.5015L8.57142 17.1609V3.00134C8.57142 2.17165 7.80535 1.49993 6.85714 1.49993C5.90893 1.49993 5.14286 2.17165 5.14286 3.00134V17.1576L3.40714 15.5015C2.79536 14.9179 1.71268 14.8251 0.984643 15.4092C0.286608 15.9694 0.240001 16.9195 0.879161 17.5312L5.54523 22.0354C6.19452 22.657 7.42344 22.657 8.07326 22.0354L12.7393 17.5312C13.379 16.9195 13.3318 15.9698 12.6339 15.4092C12.0321 14.8499 10.95 14.8921 10.3071 15.5015Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDownArrowUpSolid); const ArrowDownArrowUpSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowDownArrowUpSolid; exports.default = _default; module.exports = exports.default;