diff --git a/content/contribute/components/icons.md b/content/contribute/components/icons.md
index e32937495f..b89533075d 100644
--- a/content/contribute/components/icons.md
+++ b/content/contribute/components/icons.md
@@ -57,11 +57,11 @@ grid:
icon: "database"
description: Icon name = database
- title: "logs"
- icon: "feed"
- description: Icon name = feed
+ icon: "text_snippet"
+ description: Icon name = text_snippet
- title: "Prune/cut"
- icon: "cut"
- description: Icon name = cut
+ icon: "content_cut"
+ description: Icon name = content_cut
- title: "Configure"
icon: "tune"
description: Icon name = tune
diff --git a/content/manuals/admin/organization/_index.md b/content/manuals/admin/organization/_index.md
index 605c5eb269..53cec88825 100644
--- a/content/manuals/admin/organization/_index.md
+++ b/content/manuals/admin/organization/_index.md
@@ -15,7 +15,7 @@ grid:
link: /admin/organization/members/
- title: Activity logs
description: Learn how to audit the activities of your members.
- icon: feed
+ icon: text_snippet
link: /admin/organization/activity-logs/
- title: Image Access Management
description: Control which types of images your developers can pull.
diff --git a/content/manuals/engine/_index.md b/content/manuals/engine/_index.md
index 689e64f4fe..6a2e265d7f 100644
--- a/content/manuals/engine/_index.md
+++ b/content/manuals/engine/_index.md
@@ -19,11 +19,11 @@ grid:
link: /network
- title: Container logs
description: Learn how to view and read container logs.
- icon: feed
+ icon: text_snippet
link: /config/containers/logging/
- title: Prune
description: Tidy up unused resources.
- icon: cut
+ icon: content_cut
link: /config/pruning
- title: Configure the daemon
description: Delve into the configuration options of the Docker daemon.
diff --git a/content/reference/compose-file/_index.md b/content/reference/compose-file/_index.md
index c85c63670c..f29f59f402 100644
--- a/content/reference/compose-file/_index.md
+++ b/content/reference/compose-file/_index.md
@@ -10,7 +10,7 @@ toc_min: 1
grid:
- title: Version and name top-level element
description: Understand version and name attributes for Compose.
- icon: feed
+ icon: text_snippet
link: /reference/compose-file/version-and-name/
- title: Services top-level element
description: Explore all services attributes for Compose.
diff --git a/layouts/_default/_markup/render-codeblock.html b/layouts/_default/_markup/render-codeblock.html
index d13518ac60..ce6e243cb4 100644
--- a/layouts/_default/_markup/render-codeblock.html
+++ b/layouts/_default/_markup/render-codeblock.html
@@ -21,7 +21,7 @@
@@ -29,7 +29,7 @@
diff --git a/layouts/partials/components/accordion.html b/layouts/partials/components/accordion.html
index e5ef7c3728..93fc14fb30 100644
--- a/layouts/partials/components/accordion.html
+++ b/layouts/partials/components/accordion.html
@@ -8,8 +8,8 @@
{{- end }}
{{ .title }}
- {{ partialCached "icon" "expand_less" "expand_less" }}
- {{ partialCached "icon" "expand_more" "expand_more" }}
+ {{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}
+ {{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
{{ markdownify .body }}
diff --git a/layouts/partials/github-links.html b/layouts/partials/github-links.html
index 8f3bea515b..b10ebe2d7f 100644
--- a/layouts/partials/github-links.html
+++ b/layouts/partials/github-links.html
@@ -12,7 +12,7 @@
{{ end }}
{{ end }}
- {{ partialCached "icon" "done" "done" }}
+ {{ partialCached "icon" "check" "check" }}
{{- T "requestChanges" -}}
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index a3f203e264..de276f98cc 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -11,7 +11,7 @@
- {{- partialCached "icon" "navigate_before" "navigate_before" -}}
+ {{- partialCached "icon" "chevron_backward" "chevron_backward" -}}
@@ -19,7 +19,7 @@
- {{- partialCached "icon" "navigate_before" "navigate_before" -}}
+ {{- partialCached "icon" "chevron_backward" "chevron_backward" -}}
@@ -50,7 +50,7 @@
- {{- partialCached "icon" "navigate_next" "navigate_next" -}}
+ {{- partialCached "icon" "chevron_forward" "chevron_forward" -}}
@@ -58,7 +58,7 @@
- {{- partialCached "icon" "navigate_next" "navigate_next" -}}
+ {{- partialCached "icon" "chevron_forward" "chevron_forward" -}}
diff --git a/layouts/partials/sidebar/mainnav.html b/layouts/partials/sidebar/mainnav.html
index 204d52e4ee..cb908f00a4 100644
--- a/layouts/partials/sidebar/mainnav.html
+++ b/layouts/partials/sidebar/mainnav.html
@@ -18,10 +18,10 @@
diff --git a/layouts/partials/sidebar/sections.html b/layouts/partials/sidebar/sections.html
index 78a9ae0951..6dcb7b54c0 100644
--- a/layouts/partials/sidebar/sections.html
+++ b/layouts/partials/sidebar/sections.html
@@ -48,10 +48,10 @@
diff --git a/package-lock.json b/package-lock.json
index 1cfb2ae60f..be81233b2b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"@alpinejs/focus": "^3.14.1",
"@alpinejs/persist": "^3.14.1",
"@floating-ui/dom": "^1.6.5",
- "@material-symbols/svg-400": "^0.14.6",
+ "@material-symbols/svg-400": "^0.23.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13",
"alpinejs": "^3.14.1",
@@ -142,9 +142,9 @@
}
},
"node_modules/@material-symbols/svg-400": {
- "version": "0.14.6",
- "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.14.6.tgz",
- "integrity": "sha512-4uxXEyKljpfwlEQQE5xpN0ZOLduXC3ClCkwNtsM6xy8CLkVP1x32s8BPYHrpfGdhNNnKLkl+p8vh7VBqZi8D4A=="
+ "version": "0.23.0",
+ "resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.23.0.tgz",
+ "integrity": "sha512-bsvGmBds729rZYOCOgxs4FjpktXfkhcprsCNPv+PRIDE3K/b30bnOsFAylUUfJ6cnHoXucS672VdNe80YIUxwA=="
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
diff --git a/package.json b/package.json
index 82b7c1b3c1..16bde2bcb8 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"@alpinejs/focus": "^3.14.1",
"@alpinejs/persist": "^3.14.1",
"@floating-ui/dom": "^1.6.5",
- "@material-symbols/svg-400": "^0.14.6",
+ "@material-symbols/svg-400": "^0.23.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13",
"alpinejs": "^3.14.1",