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

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