Note
This is a tonal Alert. Notice the lack of icons - it's not really needed here.
Another Alert
This is an outlined Alert. Why not use a Card since they look very similar? For one, the Alert is a more focused component with different properties.
<article role="alert" class="alert">
<div class="content">
<h3>Note</h3>
<p>This is a tonal Alert!</p>
</div>
</article>
<article role="alert" class="alert outlined">
<div class="content">
<h3>Note</h3>
<p>This is an outlined Alert!</p>
</div>
</article>