blob: cca5b1100e5416972a45bbe5b322791789b85d34 [file] [log] [blame]
Tor Norbye3a2425a52013-11-04 10:16:08 -08001package icons;
2
3import com.intellij.openapi.util.IconLoader;
4
5import javax.swing.*;
6
7/**
8 * NOTE THIS FILE IS AUTO-GENERATED
9 * DO NOT EDIT IT BY HAND, run build/scripts/icons.gant instead
10 */
11public class RestIcons {
12 private static Icon load(String path) {
13 return IconLoader.getIcon(path, RestIcons.class);
14 }
15
16 public static final Icon Rst = load("/icons/com/jetbrains/rest/rst.png"); // 16x16
17}