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

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