We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71881e6 commit 216a93dCopy full SHA for 216a93d
16/umbraco-cms/customizing/extending-overview/extension-types/icons.md
@@ -59,10 +59,6 @@ export default `<svg ...></svg>`;
59
60
The `umb-icon` element can automatically consume any registered icon.
61
62
-The following example demonstrates how to create a button using the registered icon.
63
-
64
```html
65
-<uui-button compact label="Make the unicorn dance">
66
- <umb-icon name="my-unicorn"></umb-icon>
67
-</uui-button>
+<umb-icon name="my-unicorn"></umb-icon>
68
```
0 commit comments