Skip to content

Commit b6352d8

Browse files
pskelinMapTo0
authored andcommitted
feat(ui5-icon): use SVG icons instead of icon font (#649)
1 parent 0e976f8 commit b6352d8

File tree

713 files changed

+5054
-371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

713 files changed

+5054
-371
lines changed

docs/HowToUse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ properties and attributes.
7979
An example of such web component is the `ui5-icon`:
8080

8181
```html
82-
<ui5-icon src="sap-icons://add"></ui5-icon>
82+
<ui5-icon src="sap-icon://add"></ui5-icon>
8383
```
8484

8585
The icon accepts no text or other HTML elements inside its opening and closing tags.
8686
Therefore, in the next example, the text inside the `<ui5-icon>` will be ignored.
8787

8888
```html
89-
<ui5-icon src="sap-icons://add">This is an icon</ui5-icon>
89+
<ui5-icon src="sap-icon://add">This is an icon</ui5-icon>
9090
```
9191

9292
Other UI5 Web Components, such as `<ui5-button>` accept text (and in addition HTML elements that make sense when writing text)

0 commit comments

Comments
 (0)