export interface IconsOptions { /** * The prefix of the icon className * @default 'vp-mdi' */ prefix?: string /** * The size of the icon * @default '1em' */ size?: string | number /** * The color of the icon * @default 'currentColor' */ color?: string }