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