When bonsai is rendering the tree, an class not found exception is thrown.
After investigate, the solution is to add the dependency (gradle):
var icons = "1.1.1"
implementation("org.jetbrains.compose.material:material-icons-extended-desktop:$icons")
I dont know which is better: transitive dependency or documentate this special case of compose desktop for add this in build gradle/maven.