@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.22 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 StyledArrowUpArrowDownRegular = ({
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: "M12.4445 7.78929C12.9669 7.30838 12.9985 6.49393 12.5166 5.97107L7.37133 0.394821C6.88587 -0.13125 5.96829 -0.13125 5.48294 0.394821L0.34168 5.96786C-0.140463 6.49061 -0.108642 7.305 0.41368 7.78607C0.661502 8.01964 0.974359 8.13214 1.28561 8.13214C1.63216 8.13214 1.97722 7.99318 2.22954 7.71863L5.14276 4.55893V22.7143C5.14276 23.4214 5.72133 24 6.42847 24C7.13562 24 7.71419 23.4236 7.71419 22.7132V4.55893L10.6269 7.71697C11.1053 8.23929 11.9195 8.27679 12.4445 7.78929ZM22.7303 16.2107C22.2064 15.7248 21.3926 15.76 20.9142 16.2827L17.9999 19.4411V1.28679C17.9999 0.576429 17.4267 0 16.7142 0C16.0017 0 15.4285 0.576429 15.4285 1.28679V19.4421L12.5158 16.2841C12.263 16.0096 11.9179 15.8706 11.5719 15.8706C11.2605 15.8706 10.9472 15.9828 10.6997 16.2121C10.1774 16.693 10.1458 17.5075 10.6277 18.0303L15.7224 23.6071C16.2078 24.1332 17.1254 24.1332 17.6108 23.6071L22.7054 18.0303C23.2821 17.5071 23.2499 16.6929 22.7303 16.2107Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowUpArrowDownRegular);
const ArrowUpArrowDownRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowUpArrowDownRegular;
exports.default = _default;
module.exports = exports.default;