Skip to main contentMynaUI
All Icons
LineChartWaves
line-chart-waves
npm install @mynaui/icons-react
                  
import { LineChartWaves } from "@mynaui/icons-react";

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