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