UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 2.82 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 StyledArrowTrendDownSolid = ({ 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: "M19.4458 15.6662L13.3333 9.55375L8.94167 13.9412C8.42083 14.4621 7.57917 14.4621 7.05833 13.9412L0.3905 7.27458C-0.130167 6.75375 -0.130167 5.91208 0.3905 5.39125C0.91125 4.86958 1.75542 4.86958 2.27625 5.39125L7.9625 11.1121L12.3917 6.72458C12.9125 6.20375 13.7542 6.20375 14.275 6.72458L21.3333 13.7787V10.2954C21.3333 9.59541 21.9292 8.96208 22.6667 8.96208C23.4042 8.96208 24 9.59541 24 10.2954V16.9996C24 17.7371 23.4042 18.3329 22.6667 18.3329H16C15.2625 18.3329 14.6667 17.7371 14.6667 16.9996C14.6667 16.2621 15.2625 15.6662 16 15.6662H19.4458Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowTrendDownSolid); const ArrowTrendDownSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowTrendDownSolid; exports.default = _default; module.exports = exports.default;