import { Star, StarHalf } from "lucide-preact"; import { h } from "preact"; import "./icon.css"; function App() { return (
{ Array.from({ length: 5 }, () => ( ))}
); } export default App;