MNotes/components-wiki/figures/iconbutton/usage-filled.html

10 lines
281 B
HTML
Raw Normal View History

<div class="figure-wrapper">
<figure
style="justify-content:center;gap: 8px;"
title="Filled Icon Button"
aria-label="A circular button with a check icon">
<md-filled-icon-button>
<md-icon>check</md-icon>
</md-filled-icon-button>
</figure>
</div>