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

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