UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 3.04 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 StyledArrowRightToBracketRegular = ({ 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: "M24 6V18C24 20.4853 21.9853 22.5 19.5 22.5H16.125C15.5016 22.5 15 21.9984 15 21.375C15 20.7534 15.5039 20.25 16.125 20.25H19.5C20.7375 20.25 21.75 19.2375 21.75 18V6C21.75 4.7625 20.7375 3.75 19.5 3.75H16.125C15.5016 3.75 15 3.24609 15 2.625C15 2.00344 15.5016 1.5 16.125 1.5H19.5C21.9844 1.5 24 3.51469 24 6ZM16.1953 11.2313L10.1953 4.85625C9.76875 4.40062 9.05625 4.38 8.60625 4.80469C8.15156 5.23125 8.12813 5.94375 8.55469 6.39375L12.7687 10.875H1.125C0.503906 10.875 0 11.3813 0 12C0 12.6187 0.503906 13.125 1.125 13.125H12.7687L8.55375 17.6044C8.12747 18.057 8.14945 18.7687 8.60208 19.1939C8.82187 19.3969 9.09844 19.5 9.375 19.5C9.67383 19.5 9.97266 19.3814 10.1939 19.1455L16.1939 12.7705C16.6031 12.3375 16.6031 11.6625 16.1953 11.2313Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowRightToBracketRegular); const ArrowRightToBracketRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = ArrowRightToBracketRegular; exports.default = _default; module.exports = exports.default;