in src/main/java/org/apache/jenkins/gitpubsub/ASFGitSCMNavigator.java [400:417]
static {
IconSet.icons.addIcon(
new Icon("icon-git-apache-org-folder icon-sm",
"plugin/asf-gitpubsub-jenkins/images/16x16/asf-git-folder.png",
Icon.ICON_SMALL_STYLE));
IconSet.icons.addIcon(
new Icon("icon-git-apache-org-folder icon-md",
"plugin/asf-gitpubsub-jenkins/images/24x24/asf-git-folder.png",
Icon.ICON_MEDIUM_STYLE));
IconSet.icons.addIcon(
new Icon("icon-git-apache-org-folder icon-lg",
"plugin/asf-gitpubsub-jenkins/images/32x32/asf-git-folder.png",
Icon.ICON_LARGE_STYLE));
IconSet.icons.addIcon(
new Icon("icon-git-apache-org-folder icon-xlg",
"plugin/asf-gitpubsub-jenkins/images/48x48/asf-git-folder.png",
Icon.ICON_XLARGE_STYLE));
}