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

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