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