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