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