1 // Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
4 import com.intellij.ui.IconManager;
5 import org.jetbrains.annotations.NotNull;
10 * NOTE THIS FILE IS AUTO-GENERATED
11 * DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead
13 public final class PlatformImplIcons {
14 private static @NotNull Icon load(@NotNull String path) {
15 return IconManager.getInstance().getIcon(path, PlatformImplIcons.class);
18 /** 48x48 */ public static final @NotNull Icon Android = load("/icons/plugins/Android.png");
19 /** 48x48 */ public static final @NotNull Icon ApplicationServers = load("/icons/plugins/ApplicationServers.png");
20 /** 48x48 */ public static final @NotNull Icon BuildTools = load("/icons/plugins/BuildTools.png");
21 /** 48x48 */ public static final @NotNull Icon Clouds = load("/icons/plugins/Clouds.png");
22 /** 48x48 */ public static final @NotNull Icon DatabaseTools = load("/icons/plugins/DatabaseTools.png");
23 /** 48x48 */ public static final @NotNull Icon JavaFrameworks = load("/icons/plugins/JavaFrameworks.png");
24 /** 48x48 */ public static final @NotNull Icon OtherTools = load("/icons/plugins/OtherTools.png");
25 /** 48x48 */ public static final @NotNull Icon PluginDevelopment = load("/icons/plugins/PluginDevelopment.png");
26 /** 48x48 */ public static final @NotNull Icon Swing = load("/icons/plugins/Swing.png");
27 /** 48x48 */ public static final @NotNull Icon TestTools = load("/icons/plugins/TestTools.png");
28 /** 48x48 */ public static final @NotNull Icon VersionControls = load("/icons/plugins/VersionControls.png");
29 /** 48x48 */ public static final @NotNull Icon WebDevelopment = load("/icons/plugins/WebDevelopment.png");