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