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