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