UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.43 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 StyledCloudArrowUpRegular = ({ 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: "M11.3625 9.3625C11.715 9.01375 12.285 9.01375 12.6038 9.3625L15.6038 12.3625C15.9863 12.715 15.9863 13.285 15.6038 13.6037C15.285 13.9862 14.715 13.9862 14.3625 13.6037L12.9 12.1712V17.2C12.9 17.6987 12.4988 18.1 12 18.1C11.5013 18.1 11.1 17.6987 11.1 17.2V12.1712L9.60375 13.6037C9.285 13.9862 8.715 13.9862 8.3625 13.6037C8.01375 13.285 8.01375 12.715 8.3625 12.3625L11.3625 9.3625ZM5.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)(StyledCloudArrowUpRegular); const CloudArrowUpRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CloudArrowUpRegular; exports.default = _default; module.exports = exports.default;