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

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