Сan be using this (https://icons8.com/line-awesome) icon set. Looks better and does not require investment for implementation.
There is an auto transition from awesome
There is an auto transition from awesome
class="icon"
.customIcon:before{
content: '';
background:url('/client/custom/img/mushroom.svg');
width: 20px/* width of the image */;
height: 20px/* height of the image */;
display: block;
}
{
"cssList": [
"__APPEND__",
"client/custom/css/customIcon.css"
]
}
'iconClass' => 'customIcon'
Comment