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

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