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

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