Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolify/dumpfun
/ IconProps
Interface
IconProps
common/components/icon.tsx:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
}
8
9
interface IconProps extends Props {
10
src: string
11
}
12
export default function Icon(props: IconProps) {
13
const { src, size = 16, className } = props
14
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected