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

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