@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.48 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 StyledArrowDownZASolid = ({
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: "M4.89373 22.0359C5.46186 22.6575 6.53717 22.6575 7.10576 22.0359L11.1886 17.5317C11.7483 16.92 11.707 15.9703 11.0963 15.4097C10.486 14.8495 9.53675 14.8922 8.97659 15.5022L7.49998 17.1609V3.00141C7.49998 2.17172 6.82826 1.5 5.99998 1.5C5.1717 1.5 4.49998 2.17172 4.49998 3.00141V17.1577L2.98123 15.4988C2.68536 15.1761 2.28092 15.0117 1.87452 15.0117C1.51269 15.0117 1.14936 15.1423 0.861548 15.4061C0.250767 15.9663 0.209986 16.9164 0.769251 17.5282L4.89373 22.0359ZM15 4.5H17.3789L13.9392 7.93969C13.51 8.36888 13.3819 9.01359 13.614 9.57469C13.8461 10.1358 14.3935 10.5 14.9996 10.5H20.9574C21.8297 10.4578 22.5 9.82969 22.5 9C22.5 8.17031 21.8283 7.5 21 7.5H18.6211L22.0608 4.06031C22.4899 3.63113 22.6181 2.98641 22.386 2.42531C22.1538 1.86422 21.6047 1.5 20.9578 1.5H15C14.1703 1.5 13.5 2.17078 13.5 3C13.5 3.82922 14.1703 4.5 15 4.5ZM23.0906 20.3109L19.3411 12.8063C18.8329 11.7839 17.1661 11.7839 16.6579 12.8063L12.9084 20.3109C12.5378 21.0567 12.8381 21.9628 13.5792 22.3355C14.3231 22.7068 15.2217 22.4047 15.5915 21.6605L15.9269 20.9859H20.072L20.4074 21.6605C20.6968 22.2431 21.531 22.7794 22.4197 22.3355C23.1609 21.9656 23.4609 21.0562 23.0906 20.3109ZM17.2406 18.3469L18 16.8141L18.7603 18.3436H17.2406V18.3469Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDownZASolid);
const ArrowDownZASolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowDownZASolid;
exports.default = _default;
module.exports = exports.default;