All Icons
CloudSun
cloud-sun
npm install @mynaui/icons-react
                  
import { CloudSun } from "@mynaui/icons-react";

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