We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the future, our design system will not only provide the current 900+ icons (one size), but also a much smaller set of responsive UI icons.
We had a discussion about this and specified how and also when to do this. Below is the discussion output.
How to handle masking/clipping, without svg mask and or clip-path elements? Everything is one path
How to structure the icons? every icon size is defined as individual icon icon-x-16.svg icon-x-24.svg ...
Where to store the icons? Censhare, separated from the current icons
Where to store the generated sprite image? Selfhosted is preferred
How to use those icons? post-icon is the preferred
post-icon
Implementation priorisation? Must have for cargo
Tasks to reach the goal:
The content you are editing has changed. Please copy your edits and refresh the page.
sprite.svg
@swisspost/design-system-icons
Rough estimation for the DEV tasks: +/- 2-3 weeks
Current conclusion:
mask-image
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the future, our design system will not only provide the current 900+ icons (one size), but also a much smaller set of responsive UI icons.
We had a discussion about this and specified how and also when to do this.
Below is the discussion output.
How to handle masking/clipping, without svg mask and or clip-path elements?
Everything is one path
How to structure the icons?
every icon size is defined as individual icon
icon-x-16.svg
icon-x-24.svg
...
Where to store the icons?
Censhare, separated from the current icons
Where to store the generated sprite image?
Selfhosted is preferred
How to use those icons?
post-icon
is the preferredImplementation priorisation?
Must have for cargo
Tasks to reach the goal:
Tasks
Rough estimation for the DEV tasks:
+/- 2-3 weeks
Current conclusion:
mask-image
in CSS).The text was updated successfully, but these errors were encountered: