export type IconPayload = { /** * Custom icon SVG resource. */ icon: string; /** * The `vega-icon` will automatically adjust its size when `autoSize` is set to `true`. */ autoSize?: boolean; };