ArrowUpDown
arrow-up-down
npm install @mynaui/icons-react
import { ArrowUpDown } from "@mynaui/icons-react";
const App = () => {
return <ArrowUpDown />;
};<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='M7.5 17.5v-11M4 10l3.5-3.5L11 10m5.5-3.5v11M13 14l3.5 3.5L20 14'/>
</svg><img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/arrow-up-down.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-up-down"></use>
</svg>