MCPcopy
hub / github.com/firecrawl/fireplexity / FaviconImageProps

Interface FaviconImageProps

app/favicon-image.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Globe } from 'lucide-react'
6
7interface FaviconImageProps {
8 src?: string
9 alt?: string
10 size?: number
11 className?: string
12}
13
14export function FaviconImage({ src, alt = '', size = 16, className = '' }: FaviconImageProps) {
15 const [error, setError] = useState(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected