All Icons
DropSolid
drop-solid
npm install @mynaui/icons-react
                  
import { DropSolid } from "@mynaui/icons-react";

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