UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.7 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 StyledArrowDown91Regular = ({ 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: "M9.675 15.7078L7.125 18.5109V2.62594C7.125 2.00438 6.62344 1.5 6 1.5C5.37656 1.5 4.875 2.00438 4.875 2.62594V18.5119L2.3264 15.7486C2.1052 15.5084 1.80328 15.3868 1.50047 15.3868C1.22803 15.3868 0.953905 15.4849 0.737342 15.6856C0.280311 16.1064 0.252655 16.819 0.674342 17.2765L5.13215 22.1562C5.55694 22.6165 6.35981 22.6165 6.7845 22.1562L11.2423 17.2765C11.6642 16.8191 11.6363 16.1065 11.1793 15.6856C10.8047 15.2578 10.0922 15.2906 9.675 15.7078ZM20.25 20.25H19.5V14.625C19.5 14.2192 19.2817 13.8459 18.9286 13.6462C18.5756 13.4441 18.142 13.4543 17.7961 13.6594L15.9211 14.7844C15.3877 15.1052 15.2152 15.7951 15.5344 16.3285C15.8537 16.8601 16.5422 17.0344 17.0784 16.7152L17.2498 16.6112V20.25H16.4998C15.8787 20.25 15.3748 20.7539 15.3748 21.375C15.3748 21.9961 15.8812 22.5 16.5 22.5H20.25C20.8711 22.5 21.375 21.9961 21.375 21.375C21.375 20.7539 20.8734 20.25 20.25 20.25ZM17.4422 9.64688L16.7137 10.5375C16.3197 11.018 16.39 11.7272 16.872 12.1195C17.1234 12.2906 17.3719 12.375 17.625 12.375C17.9502 12.375 18.2737 12.2344 18.495 11.9619C21.8016 7.87969 22.5 7.42969 22.5 5.625C22.5 3.34688 20.6531 1.5 18.375 1.5C16.0969 1.5 14.25 3.34688 14.25 5.625C14.2078 7.59844 15.6328 9.23906 17.4422 9.64688ZM18.375 3.75C19.4091 3.75 20.25 4.59141 20.25 5.625C20.25 6.1125 20.052 6.54844 19.7461 6.88219L19.6785 6.96478C19.3406 7.29375 18.8812 7.5 18.375 7.5C17.3409 7.5 16.5 6.65859 16.5 5.625C16.5 4.59141 17.3391 3.75 18.375 3.75Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowDown91Regular); const ArrowDown91Regular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowDown91Regular; exports.default = _default; module.exports = exports.default;