npm install @mynaui/icons-react import { ShootingStarSolid } from "@mynaui/icons-react"; const App = () => { return <ShootingStarSolid />; };