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

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