diff --git a/docs/app/views/examples/components/alert/_props.html.erb b/docs/app/views/examples/components/alert/_props.html.erb
index 4ff08a4c1d..bc638ae914 100644
--- a/docs/app/views/examples/components/alert/_props.html.erb
+++ b/docs/app/views/examples/components/alert/_props.html.erb
@@ -20,7 +20,7 @@
<%= md('`icon_name`') %> |
<%= md('Icon defaults are provided. Icons can also be customized with this property.') %> |
<%= md('String') %> |
- <%= md('See Sage Icons.') %> |
+ <%= md('See Icons.') %> |
<%= md('`primary_action`') %> |
diff --git a/docs/app/views/examples/components/form_input/_props.html.erb b/docs/app/views/examples/components/form_input/_props.html.erb
index 00a527b853..7c461fc4a0 100644
--- a/docs/app/views/examples/components/form_input/_props.html.erb
+++ b/docs/app/views/examples/components/form_input/_props.html.erb
@@ -24,7 +24,7 @@
<%= md('`icon`') %> |
- <%= md('Adds a static icon for visual context. See Sage Icons under "Design."') %> |
+ <%= md('Adds a static icon for visual context. See Icons under "Foundations."') %> |
<%= md('String') %> |
<%= md('`nil`') %> |
diff --git a/docs/app/views/examples/components/hint/_props.html.erb b/docs/app/views/examples/components/hint/_props.html.erb
index 34031dcc79..bca4d76099 100644
--- a/docs/app/views/examples/components/hint/_props.html.erb
+++ b/docs/app/views/examples/components/hint/_props.html.erb
@@ -8,5 +8,5 @@
<%= md('`icon`') %> |
<%= md('Icon to be displayed before the text content.') %> |
<%= md('String') %> |
- <%= md('See Sage Icons.') %> |
+ <%= md('See Icons.') %> |
diff --git a/docs/app/views/examples/components/icon/_props.html.erb b/docs/app/views/examples/components/icon/_props.html.erb
index 61201212a4..436a217a82 100644
--- a/docs/app/views/examples/components/icon/_props.html.erb
+++ b/docs/app/views/examples/components/icon/_props.html.erb
@@ -30,14 +30,14 @@
<%= md('`color`') %> |
- <%= md('Which color to use to render the icon. See Sage Colors under "Design."') %> |
+ <%= md('Which color to use to render the icon. See Sage Colors under "Foundations."') %> |
<%= md('Color slider values such as "primary", "prmary-100".') %> |
<%= md('`nil`') %> |
<%= md('`icon`') %><%= sage_component SageBadge, { color: "published", value: "required" } %> |
<%= md('
- Which icon to display. See Sage Icons under "Figma Design."
+ Which icon to display. See Icons under "Foundations."
Note: `null` is also available to place an empty space icon
') %> |
<%= md('`String` for desired icon.') %> |
diff --git a/docs/app/views/examples/components/icon_card/_props.html.erb b/docs/app/views/examples/components/icon_card/_props.html.erb
index 7573ee2974..86c3b0bb69 100644
--- a/docs/app/views/examples/components/icon_card/_props.html.erb
+++ b/docs/app/views/examples/components/icon_card/_props.html.erb
@@ -26,7 +26,7 @@
<%= md('`icon`') %><%= sage_component SageBadge, { color: "published", value: "required" } %> |
<%= md('The Sage icon to show inside the card.') %> |
<%= md('`String`') %> |
- <%= md('See Sage Icons.') %> |
+ <%= md('See Icons.') %> |
<%= md('`label`') %> |
diff --git a/docs/app/views/examples/components/property/_props.html.erb b/docs/app/views/examples/components/property/_props.html.erb
index a251e0e84a..676de56b58 100644
--- a/docs/app/views/examples/components/property/_props.html.erb
+++ b/docs/app/views/examples/components/property/_props.html.erb
@@ -1,8 +1,8 @@
<%= md('`icon`') %> |
- <%= md('The Sage icon to show in the property.') %> |
+ <%= md('The icon to show in the property.') %> |
<%= md('String') %> |
- <%= md('See Sage Icons.') %> |
+ <%= md('See Icons.') %> |
<%= md('`value`') %> |
diff --git a/docs/app/views/examples/components/status_icon/_props.html.erb b/docs/app/views/examples/components/status_icon/_props.html.erb
index ba28f874ba..2a70909183 100644
--- a/docs/app/views/examples/components/status_icon/_props.html.erb
+++ b/docs/app/views/examples/components/status_icon/_props.html.erb
@@ -2,7 +2,7 @@
<%= md('`icon`') %><%= sage_component SageBadge, { color: "published", value: "required" } %> |
<%= md('The icon to be display.') %> |
<%= md('String') %> |
- <%= md('See Sage Icons.') %> |
+ <%= md('See Icons.') %> |
<%= md('`value`') %><%= sage_component SageBadge, { color: "published", value: "required" } %> |