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

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