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