base icon directories to search icon themes.
Range of paths to index.theme files represented icon themes.
auto paths = iconThemePaths(["test"]).array; assert(paths.length == 3); assert(paths.canFind(buildPath("test", "NewTango", "index.theme"))); assert(paths.canFind(buildPath("test", "Tango", "index.theme"))); assert(paths.canFind(buildPath("test", "hicolor", "index.theme")));
icontheme.paths.baseIconDirs
Find all icon themes in searchIconDirs. Note: You may want to skip icon themes duplicates if there're different versions of the index.theme file for the same theme.