@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 658 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function ArrowUpRightIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M17.924 6.617a1 1 0 0 1 .076.38V15a1 1 0 1 1-2 0V9.414l-8.293 8.293a1 1 0 0 1-1.414-1.414L14.586 8H9a1 1 0 0 1 0-2h8a1 1 0 0 1 .924.617"
})
});
}
;
ArrowUpRightIcon.displayName = "ArrowUpRightIcon";
module.exports = React.forwardRef(ArrowUpRightIcon);