Skip to content

Commit

Permalink
fix URL and use ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss committed Oct 5, 2023
1 parent 2b63de1 commit 04a196f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/docs/5.3/extend/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ For more details, **Orange Accessibility Guidelines** provides [a deep-dive arti
## Create a SVG sprite file

To create your own SVG sprite file, containing only the icons you need:
- download the icons needed from [ODS website](https://system.design.orange.com/0c1af118d/p/939811-solaris-icon-library/b/795c81)
- optimize them with [svgo](https://github.com/svg/svgo) and remove useless attributes
- include the path in a tag `<symbol>`, inside a SVG file, like below
- you may add the attribute `fill-rule="evenodd"`, but only if needed
1. download the icons needed from [ODS website](https://system.design.orange.com/0c1af118d/p/65c68d-solaris-icon-library/b/639b3c)
2. optimize them with [svgo](https://github.com/svg/svgo) and remove useless attributes
3. include the path in a tag `<symbol>`, inside a SVG file, like below
4. you may add the attribute `fill-rule="evenodd"`, but only if needed

```html
<svg xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 04a196f

Please sign in to comment.