export type IconRotate = '90deg' | '180deg' | '270deg'; export type IconFlip = 'horizontal' | 'vertical'; export type IconSource = 'auto' | 'iconify' | 'image' | 'svg' | 'slot';