1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Sets default href to `a`, to ensure it's keyboard interactive and proper markupif tag == :a && href.nil? href = "#"endrender(Primer::Beta::IconButton.new( scheme: scheme, size: size, id: id, tag: tag, disabled: disabled, inactive: inactive, icon: icon, "aria-label": aria_label, show_tooltip: show_tooltip, href: href ))