I’m using Empire Theme, and I’d like to add icons from themes snippets/icon-library.liquid to custom liquid code I use on the product page.
With Priority support, I can’t get the answer from them, but it shouldn’t be too complicated.
Attached is a screenshot from the library.
@hellekim - you can use line below and this svg icon file will get called
{% render 'icon-library' %}
Cool - and how do I call an individual icon?
For that you will need to add svg code of the individual icon in the
required place
Ok. I thought I could use something like this:
Copy pasting the full code works as well, but it doesn’t seem like a clean solution to me.