From 7747dca5e7a701d4b92db68f9207c8fd44c57aff Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:28:03 +0200 Subject: [PATCH] Revise icons documentation with new sources and example - Updated icon sources and added usage example. - Replaced link to real documentation --- 16/umbraco-cms/customizing/foundation/icons.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/16/umbraco-cms/customizing/foundation/icons.md b/16/umbraco-cms/customizing/foundation/icons.md index 03aafbf9863..c6dc02f6fe8 100644 --- a/16/umbraco-cms/customizing/foundation/icons.md +++ b/16/umbraco-cms/customizing/foundation/icons.md @@ -1,3 +1,9 @@ # Icons -The icons in the Umbraco backoffice are based on [Lucide Icons](https://lucide.dev/). The syntax for using an icon starts with `icon-`. You can find the full list of available icons in the [Icon registry list on GitHub](https://github.com/umbraco/Umbraco-CMS/tree/main/src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons). +The icons in the Umbraco backoffice are based on [Lucide Icons](https://lucide.dev/) and [Simple Icons](https://simpleicons.org/). The syntax for using an icon starts with `icon-`. You can find the full list of available icons in the [All Icons article in the UI documentation](https://apidocs.umbraco.com/v16/ui/?path=/docs/umb-icons--docs). + +## Example + +```html + +```