I'm using Angular 12 and for icons using https://i.icomoon.io/. Already made many icons with one colour, but now I need icon which should be multicolour.
Like this icon.
When I adding class to a div or span, I can see "icon-coffee" class is set on the element, but not adding :before and :after pseudo elements to it.
It should be like "icon-anguyn" which is adding :before pseudo element to the div.