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