You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #3042 [Icons] Fallback to default dimensions 16/16 when Icon's dimensions on Iconify are missing (stlgaits)
This PR was merged into the 2.x branch.
Discussion
----------
[Icons] Fallback to default dimensions 16/16 when Icon's dimensions on Iconify are missing
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | Fix#3016
| License | MIT
Set default viewBox size to 0 0 16 16 when not specified in Iconify icon set as per their documentation specifies : https://iconify.design/docs/types/iconify-json.html#icon to avoid exception being thrown when rendering via ux_icon() or <twig:ux:icon />
Commits
-------
5945959 [Icons] fix set default viewBox when not defined in Iconify icon set
0 commit comments