I can change JStree icon with fontawesome and glyphicon using code like this:
<li data-jstree='{"icon":"fa fa-user"}'>
<li data-jstree='{"icon":"glyphicon glyphicon-print"}'>
How to use Material Icons?
I tried
<li data-jstree='{"icon":"material-icons add"}'>
But doesn't work
I can do it by including this stylesheet:
after I include above file as CSS I can use code below to use material-icons:
<li data-jstree='{"icon":"material-icons add"}'>