blob: a92c48cd53a7223d0fb206ce3b4ce3152b279c1c [file] [log] [blame]
/*
* Copyright (C) 2025 The Android Open Source Project
*
* 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 icons;
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 StudioIllustrations {
private static @NotNull Icon load(@NotNull String path, int cacheKey, int flags) {
return IconManager.getInstance().loadRasterizedIcon(path, StudioIllustrations.class.getClassLoader(), cacheKey, flags);
}
public static final class Common {
/** 225x150 */ public static final @NotNull Icon DEVICES_LINEUP_LARGE = load("studio/illustrations/common/devices-lineup-large.png", 0, 7);
/** 150x100 */ public static final @NotNull Icon DEVICES_LINEUP = load("studio/illustrations/common/devices-lineup.png", 0, 7);
/** 171x97 */ public static final @NotNull Icon DISCONNECT_PROFILER = load("studio/illustrations/common/disconnect-profiler.svg", 952824289, 2);
/** 16x16 */ public static final @NotNull Icon FIREBASE_ICON = load("studio/illustrations/common/firebase-icon.svg", 244029978, 2);
/** 117x32 */ public static final @NotNull Icon FIREBASE_LOGO = load("studio/illustrations/common/firebase-logo.svg", 344105384, 2);
/** 16x16 */ public static final @NotNull Icon GOOGLE_LOGO = load("studio/illustrations/common/google-logo.svg", 1134159471, 0);
/** 16x16 */ public static final @NotNull Icon PLAY_CONSOLE_ICON = load("studio/illustrations/common/play-console-icon.svg", 1669777446, 2);
/** 300x97 */ public static final @NotNull Icon PLAY_CONSOLE = load("studio/illustrations/common/play-console.svg", -454896844, 2);
/** 16x16 */ public static final @NotNull Icon PLAY_STORE = load("studio/illustrations/common/play-store.svg", -831547871, 2);
/** 64x64 */ public static final @NotNull Icon PRODUCT_ICON = load("studio/illustrations/common/product-icon.svg", 1802921311, 0);
}
public static final class FormFactors {
/** 100x100 */ public static final @NotNull Icon AUTOMOTIVE_LARGE = load("studio/illustrations/form-factors/automotive-large.svg", -188823491, 2);
/** 64x64 */ public static final @NotNull Icon AUTOMOTIVE = load("studio/illustrations/form-factors/automotive.svg", -1998470550, 0);
/** 100x100 */ public static final @NotNull Icon CAR_LARGE = load("studio/illustrations/form-factors/car-large.svg", 131163904, 2);
/** 64x64 */ public static final @NotNull Icon CAR = load("studio/illustrations/form-factors/car.svg", 1638298236, 0);
/** 100x100 */ public static final @NotNull Icon GLASS_LARGE = load("studio/illustrations/form-factors/glass-large.svg", -449511741, 2);
/** 64x64 */ public static final @NotNull Icon GLASS = load("studio/illustrations/form-factors/glass.svg", 2139884241, 0);
/** 100x100 */ public static final @NotNull Icon MOBILE_LARGE = load("studio/illustrations/form-factors/mobile-large.svg", -2055003623, 2);
/** 64x64 */ public static final @NotNull Icon MOBILE = load("studio/illustrations/form-factors/mobile.svg", 2114402784, 0);
/** 100x100 */ public static final @NotNull Icon TV_LARGE = load("studio/illustrations/form-factors/tv-large.svg", 944959514, 2);
/** 64x64 */ public static final @NotNull Icon TV = load("studio/illustrations/form-factors/tv.svg", -70870452, 0);
/** 100x100 */ public static final @NotNull Icon WEAR_LARGE = load("studio/illustrations/form-factors/wear-large.svg", 108343192, 2);
/** 64x64 */ public static final @NotNull Icon WEAR = load("studio/illustrations/form-factors/wear.svg", -330034332, 0);
}
public static final class Wizards {
/** 512x512 */ public static final @NotNull Icon ANDROID_MODULE = load("studio/illustrations/wizards/android-module.svg", -2142465463, 0);
/** 512x512 */ public static final @NotNull Icon NO_ACTIVITY = load("studio/illustrations/wizards/no-activity.png", 0, 2);
}
}