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