Skip to content

Commit 90a0223

Browse files
committed
chore(icon): use new icon in demo
1 parent c618a6f commit 90a0223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/icon/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2 id="status-icons">Status Icons</h2>
6464

6565
<div class="example">
6666
<div>
67-
<hx-icon type="info-circle" style="color: #296CDC" class="size-2x"></hx-icon>
67+
<hx-icon type="information" style="color: #296CDC" class="size-2x"></hx-icon>
6868
<hx-icon type="ok" style="color: #008B38" class="size-2x"></hx-icon>
6969
<hx-icon type="warning" style="color: #ffc749" class="size-2x"></hx-icon>
7070
<hx-icon type="critical" style="color: #D6251F" class="size-2x"></hx-icon>
@@ -74,7 +74,7 @@ <h2 id="status-icons">Status Icons</h2>
7474

7575
<footer>
7676
{% code 'html' %}
77-
<hx-icon type="info-circle" style="color: #296CDC"></hx-icon>
77+
<hx-icon type="information" style="color: #296CDC"></hx-icon>
7878
<hx-icon type="ok" style="color: #008B38"></hx-icon>
7979
<hx-icon type="warning" style="color: #ffc749"></hx-icon>
8080
<hx-icon type="critical" style="color: #D6251F"></hx-icon>

0 commit comments

Comments
 (0)