mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
18 lines
435 B
Java
18 lines
435 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
|
|
}
|