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