Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolify/dumpfun
/ Props
Interface
Props
common/components/icon.tsx:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import { getFavicon } from
"@/utils"
3
4
interface Props {
5
size?: number
6
className?: string
7
}
8
9
interface IconProps extends Props {
10
src: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected