blob: f279180e3d5eb76ab97cf2eb20b08445c3607d24 [file] [log] [blame]
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 RegExpSupportIcons {
private static Icon load(String path) {
return IconLoader.getIcon(path, RegExpSupportIcons.class);
}
public static final Icon Regexp_filetype_icon = load("/org/intellij/lang/regexp/regexp-filetype-icon.png"); // 11x16
}