Application-owned icon source metadata.
source is a relative path to an icon asset or asset directory. Platform packaging remains responsible for producing bundle, executable, and desktop integration resources.
source
@type t() :: %GPUI.Application.Icon{description: String.t() | nil, source: String.t()}
@spec new!(keyword() | map()) :: t()
@spec validate!(t()) :: t()