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