Skip to content

Commit

Permalink
docs(icons): structure disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jun 18, 2024
1 parent 73200cf commit 46e7be6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/documentation/docs/icon-library/_icon_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ import Icons from '@site/src/components/Icons';
<ix-icon name="https://my.example.cdn.address/assets/my-icon.svg"></ix-icon>
```

### Internal SVG structure

The provided SVG icons are graphic resources whose code is mostly generated by design applications such as Figma, Sketch or Adobe Illustrator. The tools use different export routines, which can also change over time. We therefore cannot guarantee that the internal structure of an SVG will be preserved after updates – even if the icons remain visually the same.

## Icon library

<Icons></Icons>

0 comments on commit 46e7be6

Please sign in to comment.