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