Closed
Description
I have a question about using the UX icons:
If I use the on-demand icons, I can set the desired height using
<twig:ux:icon name="clarity:car-solid" class="text-primary" style="height:100px" />
If I import the icons, I can only influence the size via the font-size:
<twig:ux:icon name="clarity:car-solid" class="text-primary" style="font-size:60px" />
Is this the desired behavior?