createIconOnlyButton(icon: string | HTMLElement,options: CreateButtonOptions & { ariaLabel: string; }): HTMLButtonElement
Create an icon-only button
options: CreateButtonOptions & { ariaLabel: string; }
Button options plus aria-label (required for accessibility)