mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
22 lines
844 B
Java
22 lines
844 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 "Generate icon classes" configuration 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 Student = load("/icons/com/jetbrains/edu/student.png"); // 180x180
|
|
public static final Icon StudentHover = load("/icons/com/jetbrains/edu/studentHover.png"); // 180x180
|
|
public static final Icon Teacher = load("/icons/com/jetbrains/edu/teacher.png"); // 180x180
|
|
public static final Icon TeacherHover = load("/icons/com/jetbrains/edu/teacherHover.png"); // 180x180
|
|
}
|