How to use custom icon in TreeDecorator

Hi,
I want to mark some file with an icon in my file tree, code as follow, everything is ok when I use builtin codion


image
now I want to use my custom icon, but it does not show in the tree, does the tree decorator only support built-in codicon?

image
image
I have tested my custom icon in the toolbar, it is okay toolbar
image

@wss Codicons use a ::before selector that is well tested with the tree items. I’m not sure using the css background property has any effect on tree item decorators.