ArrowBigUpRight
arrow-big-up-right
npm install @mynaui/icons-react
import { ArrowBigUpRight } from "@mynaui/icons-react";
const App = () => {
return <ArrowBigUpRight />;
}; <svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<path d='M8.068 5.038C7.753 4.722 8.13 4.01 8.587 4h9.753c.581 0 .872 0 1.093.113.196.1.354.258.454.453C20 4.789 20 5.08 20 5.66v9.753c-.01.457-.722.834-1.038.519l-2.714-2.78a.513.513 0 0 0-.725.018l-6.671 6.67a.513.513 0 0 1-.725.017l-3.985-3.985a.513.513 0 0 1 .017-.725l6.671-6.671a.513.513 0 0 0 .018-.725z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/arrow-big-up-right.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui.symbol.svg#mynaui-arrow-big-up-right"></use>
</svg>