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