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