1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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: :danger, size: size, id: id, tag: tag, disabled: disabled, icon: icon, "aria-label": aria_label, href: href ))