| /* |
| * Copyright 2000-2026 JetBrains s.r.o. and contributors. |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| package org.apache.grails.intellij.plugin; |
| |
| import com.intellij.ui.IconManager; |
| import org.jetbrains.annotations.NotNull; |
| |
| import javax.swing.*; |
| |
| /** |
| * NOTE THIS FILE IS AUTO-GENERATED |
| * DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead |
| */ |
| public final class GroovyMvcIcons { |
| private static @NotNull Icon load(@NotNull String path, int cacheKey, int flags) { |
| return IconManager.getInstance().loadRasterizedIcon(path, GroovyMvcIcons.class.getClassLoader(), cacheKey, flags); |
| } |
| /** 16x16 */ public static final @NotNull Icon Action_method = load("icons/action_method.svg", 1289043343, 0); |
| /** 16x16 */ public static final @NotNull Icon Grails = load("icons/grails.svg", -1483802237, 0); |
| /** 13x13 */ public static final @NotNull Icon Grails_13 = load("icons/grails_13.svg", 1191246384, 2); |
| /** 16x16 */ public static final @NotNull Icon Grails_app = load("icons/grails_app.svg", 1928800982, 0); |
| /** 16x16 */ public static final @NotNull Icon Grails_sdk = load("icons/grails_sdk.svg", 2018310341, 0); |
| /** 16x16 */ public static final @NotNull Icon Grails_test = load("icons/grails_test.svg", 20123500, 0); |
| /** 16x16 */ public static final @NotNull Icon Groovy_mvc_plugin = load("icons/groovy_mvc_plugin.svg", -1041397689, 0); |
| /** 16x16 */ public static final @NotNull Icon Gsp_logo = load("icons/gsp_logo.svg", 1092319254, 0); |
| /** 16x16 */ public static final @NotNull Icon Taglib = load("icons/taglib.svg", 528989771, 0); |
| } |