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

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