Skip to main contentMynaUI
All Icons
Anchor
anchor
npm install @mynaui/icons-react
                  
import { Anchor } from "@mynaui/icons-react";

const App = () => {
  return <Anchor />;
};