Array of paths with "icons" subdirectory appended to each data path. Note: This function does not check if directories exist.
auto dataPaths = ["share", buildPath("local", "share")]; assert(equal(baseIconDirs(dataPaths), [buildPath("share", "icons"), buildPath("local", "share", "icons")]));
The list of icon theme directories based on data paths.