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