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

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