ArrowLongUpLeftSolid
arrow-long-up-left-solid
npm install @mynaui/icons-react
import { ArrowLongUpLeftSolid } from "@mynaui/icons-react";
const App = () => {
return <ArrowLongUpLeftSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M19.53 19.53a.75.75 0 0 0 0-1.06L8.905 7.845 11.75 5a.75.75 0 0 0-.75-.75H5a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75l2.845-2.845L18.47 19.53a.75.75 0 0 0 1.06 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/arrow-long-up-left.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-arrow-long-up-left"></use>
</svg>