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

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