Skip to main contentMynaUI
All Icons
Support
support
npm install @mynaui/icons-react
                  
import { Support } from "@mynaui/icons-react";

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