UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.44 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 StyledCloudArrowDownRegular = ({ 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: "M8.3625 14.5037C8.01375 14.185 8.01375 13.615 8.3625 13.2625C8.715 12.9137 9.285 12.9137 9.60375 13.2625L11.1 14.7287V9.7C11.1 9.20125 11.5013 8.8 12 8.8C12.4988 8.8 12.9 9.20125 12.9 9.7V14.7287L14.3625 13.2625C14.715 12.9137 15.285 12.9137 15.6038 13.2625C15.9863 13.615 15.9863 14.185 15.6038 14.5037L12.6038 17.5037C12.285 17.8862 11.715 17.8862 11.3625 17.5037L8.3625 14.5037ZM5.4 20.8C2.41763 20.8 0 18.3812 0 15.4C0 13.0487 1.50263 11.0162 3.6 10.3075V10.3C3.6 6.82 6.42 4 9.9 4C11.8088 4 13.515 4.8475 14.6737 6.18662C15.2325 5.938 15.8475 5.8 16.5 5.8C18.9862 5.8 21 7.81375 21 10.3C21 10.5475 20.9813 10.7875 20.9438 11.0237C22.7438 11.8112 24 13.6112 24 15.7C24 18.415 21.8775 20.635 19.2 20.7925V20.8H5.4ZM9.9 5.8C7.41375 5.8 5.4 7.81375 5.4 10.3V11.5787L4.16625 12.0062C2.799 12.5012 1.8 13.8362 1.8 15.4C1.8 17.3875 3.41175 19 5.4 19H18.9975L19.095 18.9925C20.8275 18.895 22.2 17.455 22.2 15.7C22.2 14.35 21.39 13.1837 20.22 12.6737L18.9413 12.115L19.1663 10.7387C19.1888 10.5962 19.2 10.45 19.2 10.3C19.2 8.8075 17.9925 7.6 16.5 7.6C16.1063 7.6 15.735 7.6825 15.405 7.8325L14.1825 8.37625L13.3088 7.36375C12.48 6.403 11.2613 5.8 9.86625 5.8H9.9Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCloudArrowDownRegular); const CloudArrowDownRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CloudArrowDownRegular; exports.default = _default; module.exports = exports.default;