UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.12 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 StyledArrowUpFromBracketSolid = ({ 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: "M20.0002 16.4999V19.4999C20.0002 20.3282 19.3285 21 18.5002 21H6.50006C5.67177 21 5.00004 20.3282 5.00004 19.4999V16.4999C5.00004 15.6716 4.32831 14.9999 3.50002 14.9999C2.67173 14.9999 2 15.6716 2 16.4999V19.4999C2 21.9853 4.01471 24 6.50006 24H18.5002C20.9856 24 23.0003 21.9853 23.0003 19.4999V16.4999C23.0003 15.6716 22.3286 14.9999 21.5003 14.9999C20.672 14.9999 20.0002 15.6702 20.0002 16.4999ZM11.4408 0.439137L5.44067 6.43922C4.85426 7.02563 4.85519 7.97486 5.44067 8.56034C6.02662 9.14629 6.97585 9.14629 7.56179 8.56034L11.0001 5.12318V14.9999C11.0001 15.8291 11.6709 16.4999 12.5001 16.4999C13.3294 16.4999 14.0002 15.8291 14.0002 14.9999V5.12318L17.4399 8.56292C18.0258 9.14886 18.9751 9.14886 19.561 8.56292C20.147 7.97697 20.147 7.02774 19.561 6.4418L13.5609 0.441715C12.9736 -0.146808 12.0267 -0.146808 11.4408 0.439137Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowUpFromBracketSolid); const ArrowUpFromBracketSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowUpFromBracketSolid; exports.default = _default; module.exports = exports.default;