mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 15:49:31 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
19 lines
533 B
Java
19 lines
533 B
Java
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 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
|
|
public static final Icon SpecialVar = load("/icons/com/jetbrains/edu/specialVar.png"); // 16x16
|
|
}
|