Default icon for MIME type.
mimeType with '/' replaces with '-' or null if mimeType is not valid MIME type name.
assert(defaultIconName("text/plain") == "text-plain"); assert(defaultIconName("not mime type") == string.init);
See Implementation
Default icon for MIME type.