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

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