summaryrefslogtreecommitdiff
path: root/platform/platform-impl/src/icons/PlatformImplIcons.java
blob: 87dd75428d01a9ec922b45027189d20966630065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package icons;

import com.intellij.openapi.util.IconLoader;

import javax.swing.*;

/**
 * NOTE THIS FILE IS AUTO-GENERATED
 * DO NOT EDIT IT BY HAND, run build/scripts/icons.gant instead
 */
public class PlatformImplIcons {
  private static Icon load(String path) {
    return IconLoader.getIcon(path, PlatformImplIcons.class);
  }

  public static final Icon Android = load("/icons/plugins/Android.png"); // 48x48
  public static final Icon ApplicationServers = load("/icons/plugins/ApplicationServers.png"); // 48x48
  public static final Icon BuildTools = load("/icons/plugins/BuildTools.png"); // 48x48
  public static final Icon Clouds = load("/icons/plugins/Clouds.png"); // 48x48
  public static final Icon DatabaseTools = load("/icons/plugins/DatabaseTools.png"); // 48x48
  public static final Icon JavaFrameworks = load("/icons/plugins/JavaFrameworks.png"); // 48x48
  public static final Icon OtherTools = load("/icons/plugins/OtherTools.png"); // 48x48
  public static final Icon PluginDevelopment = load("/icons/plugins/PluginDevelopment.png"); // 48x48
  public static final Icon Swing = load("/icons/plugins/Swing.png"); // 48x48
  public static final Icon TestTools = load("/icons/plugins/TestTools.png"); // 48x48
  public static final Icon VersionControls = load("/icons/plugins/VersionControls.png"); // 48x48
  public static final Icon WebDevelopment = load("/icons/plugins/WebDevelopment.png"); // 48x48
}