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

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