mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-19 23:49:23 +01:00
12 lines
166 B
JavaScript
12 lines
166 B
JavaScript
|
|
import { PartyPopper } from "lucide-react";
|
||
|
|
|
||
|
|
function App() {
|
||
|
|
return (
|
||
|
|
<div>
|
||
|
|
<PartyPopper className="w-24 h-24" />
|
||
|
|
</div>
|
||
|
|
);
|
||
|
|
}
|
||
|
|
|
||
|
|
export default App;
|