import { Icon } from 'itlab-icons'; import { CSSProperties } from 'vue'; export type StyleableIcon = Icon | { kind: Icon; styles: CSSProperties; };