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