Replies: 1 comment
-
@mattbrailsford I had a look it this in Umbraco Commerce 13.1.0 where I think it is still an issue. I noticed it at shipping providers, where it may be useful to support SVG with the custom icon.
I think the fix would be simple by replacing the line above with the following:
I would be ideal to specify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Since Umbraco v8+ it has been possible to use
<umb-icon>
which is SVG icons, but with fallback to the older font icons.umbraco/Umbraco-CMS#9063
Describe the solution you'd like

It would be great to allow using a custom SVG icon in e.g. payment providers:
or other areas where icons are used.
Vendr v1.8.0+ requires Umbraco 8.10+ https://vendr.net/docs/core/1.8.0/getting-started/
Regarding tree icons this already in supported in latest versions of Umbraco, so it would mainly be an issue in custom views using the older format:
<i class="icon icon-something"></i>
.Beta Was this translation helpful? Give feedback.
All reactions