mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
11 lines
263 B
HTML
11 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>
|