Skip to content

Commit 31de695

Browse files
authored
Merge pull request #7340 from umbraco/v16/cms/icons-new-link
CMS: Revise icons documentation with new sources and example
2 parents 6993c30 + 7747dca commit 31de695

File tree

1 file changed

+7
-1
lines changed
  • 16/umbraco-cms/customizing/foundation

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Icons
22

3-
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).
3+
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).
4+
5+
## Example
6+
7+
```html
8+
<umb-icon name="icon-umbraco" color="blue"></umb-icon>
9+
```

0 commit comments

Comments
 (0)