mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
GitOrigin-RevId: 05837187c8581fa3120609d345b936f433b4a2fa
22 lines
1.0 KiB
Java
22 lines
1.0 KiB
Java
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
package icons;
|
|
|
|
import com.intellij.ui.IconManager;
|
|
import org.jetbrains.annotations.NotNull;
|
|
|
|
import javax.swing.*;
|
|
|
|
/**
|
|
* NOTE THIS FILE IS AUTO-GENERATED
|
|
* DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead
|
|
*/
|
|
public final class OpenapiIcons {
|
|
private static @NotNull Icon load(@NotNull String path, int cacheKey, int flags) {
|
|
return IconManager.getInstance().loadRasterizedIcon(path, OpenapiIcons.class.getClassLoader(), cacheKey, flags);
|
|
}
|
|
/** 16x16 */ public static final @NotNull Icon MavenBind = load("icons/mavenBind.svg", -788138002, 0);
|
|
/** 16x16 */ public static final @NotNull Icon MavenBindChecksum = load("icons/mavenBindChecksum.svg", 1209413414, 0);
|
|
/** 16x16 */ public static final @NotNull Icon MavenChecksum = load("icons/mavenChecksum.svg", 289095545, 0);
|
|
/** 16x16 */ public static final @NotNull Icon RepositoryLibraryLogo = load("icons/repositoryLibraryLogo.svg", 53676986, 0);
|
|
}
|