@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.44 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 StyledArrowUpAZSolid = ({
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: "M7.10624 1.96642C6.53811 1.34485 5.4628 1.34485 4.89421 1.96642L0.811396 6.47063C0.209662 7.08282 0.250677 8.03438 0.861552 8.5922C1.47186 9.15235 2.42108 9.1097 2.98124 8.49971L4.49999 6.83907V20.9953C4.49999 21.8297 5.1703 22.5 5.99999 22.5C6.82968 22.5 7.49999 21.8297 7.49999 20.9578V6.83907L9.01874 8.49845C9.55592 9.08391 10.5033 9.17298 11.1384 8.59093C11.7492 8.03077 11.79 7.08062 11.2307 6.4689L7.10624 1.96642ZM21 19.5H18.6211L22.0608 16.0603C22.49 15.6311 22.6181 14.9864 22.386 14.4253C22.1539 13.8642 21.6065 13.4944 21.0004 13.4944H14.9578C14.1703 13.4953 13.5 14.1703 13.5 15C13.5 15.8297 14.1717 16.5 15 16.5H17.3789L13.9392 19.9397C13.51 20.3689 13.3819 21.0136 13.614 21.5747C13.8461 22.1358 14.3953 22.5 14.9578 22.5H20.9156C21.8297 22.5 22.5 21.8297 22.5 21C22.5 20.1703 21.8297 19.5 21 19.5ZM23.0906 9.81095L19.3411 2.30626C18.833 1.28392 17.1661 1.28392 16.658 2.30626L12.9094 9.81095C12.5388 10.5567 12.839 11.4628 13.5801 11.8355C14.324 12.2068 15.2226 11.9047 15.5925 11.1605L15.9278 10.4859H20.073L20.4083 11.1605C20.6977 11.7431 21.5319 12.2794 22.4207 11.8355C23.1609 11.4656 23.4609 10.5563 23.0906 9.81095ZM17.2406 7.84688L18 6.31407L18.7603 7.8436H17.2406V7.84688Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowUpAZSolid);
const ArrowUpAZSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowUpAZSolid;
exports.default = _default;
module.exports = exports.default;