UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3 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 StyledCloudArrowUpSolid = ({ 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: "M5.4 20.8C2.41763 20.8 0 18.3812 0 15.4C0 13.045 1.50637 11.0425 3.6075 10.3038C3.60263 10.2025 3.6 10.1012 3.6 10C3.6 6.685 6.285 4 9.6 4C11.8238 4 13.7625 5.20937 14.8013 7.0075C15.3713 6.59125 16.0613 6.4 16.8 6.4C18.7875 6.4 20.4 7.97875 20.4 10C20.4 10.4575 20.3137 10.8925 20.16 11.2975C22.35 11.74 24 13.6787 24 16C24 18.6512 21.8513 20.8 19.2 20.8H5.4ZM8.3625 12.6625C8.01375 13.015 8.01375 13.585 8.3625 13.9037C8.715 14.2862 9.285 14.2862 9.60375 13.9037L11.1 12.4712V17.5C11.1 17.9987 11.5013 18.4 12 18.4C12.4988 18.4 12.9 17.9987 12.9 17.5V12.4712L14.3625 13.9037C14.715 14.2862 15.285 14.2862 15.6038 13.9037C15.9863 13.585 15.9863 13.015 15.6038 12.6625L12.6038 9.6625C12.285 9.31375 11.715 9.31375 11.3625 9.6625L8.3625 12.6625Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledCloudArrowUpSolid); const CloudArrowUpSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = CloudArrowUpSolid; exports.default = _default; module.exports = exports.default;