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