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