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

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