mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 22:17:05 +07:00
19 lines
595 B
Java
19 lines
595 B
Java
// Copyright 2000-2018 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.
|
|
package icons;
|
|
|
|
import com.intellij.openapi.util.IconLoader;
|
|
|
|
import javax.swing.*;
|
|
|
|
/**
|
|
* NOTE THIS FILE IS AUTO-GENERATED
|
|
* DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead
|
|
*/
|
|
public final class PythonEducationalIcons {
|
|
private static Icon load(String path) {
|
|
return IconLoader.getIcon(path, PythonEducationalIcons.class);
|
|
}
|
|
|
|
public static final Icon Field = load("/icons/com/jetbrains/edu/Field.png"); // 16x16
|
|
}
|