mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 14:34:05 +02:00
10 lines
263 B
HTML
10 lines
263 B
HTML
<div class="figure-wrapper">
|
|
<figure
|
|
style="justify-content:center;gap: 8px;"
|
|
title="Standard Icon Button with Check icon"
|
|
aria-label="A check icon">
|
|
<md-icon-button>
|
|
<md-icon>check</md-icon>
|
|
</md-icon-button>
|
|
</figure>
|
|
</div>
|