I am wondering how I can identify which icons are already supported by the Brooklyn-Theme. I have read plenty of articles which are referring to the assets liquid file. However, in my Brooklyn theme there is no icon library included.
<class=“icon icon-cart”> This one gives me cart icon. But how can I find out which other icons can be referred to?
like “icon-globe” or “icon-envelop” stuff like this.
Alternatively, how can I implement more icons?
I don’t wanna use SVG/Png files because I can imagine that they are slower in terms of speed.