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

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