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

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