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

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