How to set sidebar items to use image as icon

How can I make my sidebar items to use an image file as an icon?

you can create own classes imitating icon
check this
https://snippet.webix.com/dcjr7k4b
or define own template
https://docs.webix.com/api__link__ui.sidebar_template_config.html

Thank you.