Anchor
anchor
npm install @mynaui/icons-react
import { Anchor } from "@mynaui/icons-react";
const App = () => {
return <Anchor />;
}; <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='M12 21a9 9 0 0 1-9-9h2m7 9a9 9 0 0 0 9-9h-2m-7 9V7m0 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/anchor.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-anchor"></use>
</svg>