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