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