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