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