import { Star, StarHalf } from "lucide-solid"; import "./icon.css"; function App() { return (
{() => ( )}
); } export default App;