All Icons
XWavesSolid
x-waves-solid
npm install @mynaui/icons-react
                  
import { XWavesSolid } from "@mynaui/icons-react";

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