
icons.RestIcons Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest Show documentation
Show all versions of rest Show documentation
A packaging of the IntelliJ Community Edition rest library.
This is release number 1 of trunk branch 142.
The newest version!
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 RestIcons {
private static Icon load(String path) {
return IconLoader.getIcon(path, RestIcons.class);
}
public static final Icon Rst = load("/icons/com/jetbrains/rest/rst.png"); // 16x16
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy