Type Alias: IconValue
ts
type IconValue = string | (string | [string, number])[] | JSXComponent;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.