Skip to content
New issue

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

feat(ui5-icon): support SVGs with multiple paths #5630

Merged
merged 3 commits into from
Aug 5, 2022

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Aug 4, 2022

Background
We received several questions on how to use custom icon collections as the built-in standard icons within UI5 Web Components APIs. From one hand side, we used to lack proper documentation on the matter, but also we are restrictive on the SVG type - the Icon web component can display an SVG with a single path only.

Changes:

  • enhance the Icon web component to support multiple paths SVGs
  • document how one can register a custom icon collection

FIXES: #5347
Partially Addresses: #5526

@ilhan007 ilhan007 merged commit ce17ca5 into main Aug 5, 2022
@ilhan007 ilhan007 deleted the feat-support-custom-icons branch August 5, 2022 07:01
@ilhan007 ilhan007 mentioned this pull request Aug 5, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for custom icons
2 participants