@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.09 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 StyledArrowUpRightFromSquareRegular = ({
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: "M18.375 15C17.7539 15 17.25 15.5039 17.25 16.125V21.375C17.25 21.5815 17.0815 21.75 16.875 21.75H2.625C2.41847 21.75 2.25 21.5815 2.25 21.375V7.125C2.25 6.91847 2.41847 6.75 2.625 6.75H7.875C8.49844 6.75 9 6.24844 9 5.625C9 5.00156 8.49844 4.5 7.875 4.5H2.625C1.17797 4.5 0 5.67656 0 7.125V21.375C0 22.8234 1.17797 24 2.625 24H16.875C18.3225 24 19.5 22.8225 19.5 21.375V16.125C19.5 15.5063 18.9984 15 18.375 15ZM22.875 0H15C14.3789 0 13.875 0.503906 13.875 1.125C13.875 1.74609 14.3813 2.25 15 2.25H20.1609L8.57812 13.8281C8.13867 14.2676 8.13867 14.9794 8.57812 15.4191C8.79844 15.6422 9.08438 15.75 9.375 15.75C9.66562 15.75 9.95063 15.6401 10.1705 15.4204L21.75 3.84094V9C21.75 9.62109 22.2539 10.125 22.875 10.125C23.4961 10.125 24 9.62344 24 9V1.125C24 0.503906 23.4984 0 22.875 0Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledArrowUpRightFromSquareRegular);
const ArrowUpRightFromSquareRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = ArrowUpRightFromSquareRegular;
exports.default = _default;
module.exports = exports.default;