fix icon clashes in adf-icon (#4258)

This commit is contained in:
Denys Vuika
2019-02-04 14:41:11 +00:00
committed by Eugenio Romano
parent f00fd1ad01
commit 3a5fe3fb92
5 changed files with 16 additions and 13 deletions

View File

@@ -71,10 +71,11 @@ In the HTML, you can now use the icon as shown below:
### Thumbnail Service
You can also use icons registered with the [Thumbnail Service](thumbnail.service.md):
You can also reference the icons registered with the [Thumbnail Service](thumbnail.service.md)
by utilising the `adf:` namespace.
```html
<adf-icon value="image/gif"></adf-icon>
<adf-icon value="adf:image/gif"></adf-icon>
```
## See also