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