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

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