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

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