diff --git a/.changeset/gentle-students-visit.md b/.changeset/gentle-students-visit.md
new file mode 100644
index 000000000..9d788230c
--- /dev/null
+++ b/.changeset/gentle-students-visit.md
@@ -0,0 +1,5 @@
+---
+"@tabler/docs": patch
+---
+
+Fix switch icon examples with filled icons in documentation
diff --git a/docs/content/ui/components/switch-icon.md b/docs/content/ui/components/switch-icon.md
index e9ea4edfa..f862d7af0 100644
--- a/docs/content/ui/components/switch-icon.md
+++ b/docs/content/ui/components/switch-icon.md
@@ -15,7 +15,7 @@ The icon transition is triggered by adding an `.active` class to the `switch-ico
{% include "ui/icon.html" icon="heart" %}
- {% include "ui/icon.html" icon="heart-filled" %}
+ {% include "ui/icon.html" icon="heart" type="filled" %}
{%- endcapture %}
@@ -31,7 +31,7 @@ You can also add a fancy animation to add variety to your button. See demo below
{% include "ui/icon.html" icon="circle" %}
- {% include "ui/icon.html" icon="circle-filled" %}
+ {% include "ui/icon.html" icon="circle" type="filled" %}