Skip to content

Commit

Permalink
Take into account feedback in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Feb 23, 2024
1 parent d1c40d9 commit d362d15
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions site/content/docs/5.3/extend/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ Please refer to the Solaris icons library [usage documentation]({{< param icons_

They are not open-source though and should only be used for Orange projects. Please refer to the [icons license file]({{< param icons_license >}}) for legal information.

#### Icons rendering
## Icons rendering

Icons are created in a square layout to preserve icons consistency. This square contains a safe zone to ensure that icons can be used in different sizes and contexts.
Icons are designed within a square layout to preserve consistency. Within this square, there exists a designated safety zone to ensure that icons can be used in various sizes and contexts while ensuring alignment as intended by the designers. The dimensions of the icons encompass this safety zone, ensuring adaptability and consistency across diverse applications.

<svg width="8em" height="8em" class="bg-body-secondary" aria-hidden="true" focusable="false">
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#settings"/>
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#info"/>
</svg>
<svg width="8em" height="8em" class="bg-body-secondary" aria-hidden="true" focusable="false">
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#info"/>
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#buy"/>
</svg>
<svg width="8em" height="8em" class="bg-body-secondary" aria-hidden="true" focusable="false">
<use xlink:href="/docs/{{< param docs_version >}}/assets/img/boosted-sprite.svg#tick"/>
</svg>

## Use Solaris icons
Expand Down

0 comments on commit d362d15

Please sign in to comment.