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

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