Pages

x
1
2
3
4
5
6
7
<button type="button" class="btn-icon-only btn" data-testid="add-block-button">
<span class="sr-only">Add block</span>
<!-- Source: Iconoir, added via `bin/add_icon` -->
<svg width="24" height="24" stroke-width="1.5" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="shrink-0" aria-hidden="true">
<path d="M6 12H12M18 12H12M12 12V6M12 12V18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</button>
1
anchor_button("Add block", icon: "plus")