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