Renders a <link rel="icon"> tag driven by the PhoenixKit site_icon_file_uuid
setting.
Parent applications should include this component inside their root layout's
<head> so the site icon uploaded via PhoenixKit Settings actually reaches
the browser tab. PhoenixKit's standalone admin layout already includes it.
If the site icon is unset it falls back to the project logo
(auth_logo_file_uuid) — the two branding images default to each other. If
neither is set, the component renders nothing so the parent app's static
favicon keeps working.
Usage
<head>
...
<PhoenixKitWeb.Components.Core.PhoenixKitFavicon.phoenix_kit_favicon />
</head>