Type Alias: IconValue
ts
type IconValue = PropType<IconValue>;Type representing an icon value that can be used in Vuetify components. Can be a string (icon name), component, or function that returns a component.