findNonThemedIcon

Find icon outside of icon themes. The first found is returned.

string
findNonThemedIcon
(
BaseDirs
Exts
)
(
string iconName
,,)

Examples

assert(findNonThemedIcon("pidgin", ["test"], defaultIconExtensions) == buildPath("test", "pidgin.png"));
assert(findNonThemedIcon("nonexistent", ["test"], defaultIconExtensions).empty);

See Also

lookupNonThemedIcon, icontheme.paths.baseIconDirs

Meta