Customize icons for documents in the document listing
The CMS picks up custom icons for document types when they exist. The lookup path is res/ relative to the class org.hippoecm.frontend.plugins.standards.icon.BrowserStyle.
Example
To customize the icon for documents of type
myproject:newsitem
add the following file to the 'cms' module of your project:
cms/src/main/resources/org/hippoecm/frontend/plugins/standards/icon/res/myproject-newsitem-32.svg
It's also possible to use a PNG icon instead of an SVG.