All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icons.RestIcons Maven / Gradle / Ivy

Go to download

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