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