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