iinkedinicon Icon
App.tsx
import { LinkedinIcon } from 'mmk-icons'; const App = () => { return ( <LinkedinIcon /> ); }; export default App;