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

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