50 lines
No EOL
1.9 KiB
TypeScript
50 lines
No EOL
1.9 KiB
TypeScript
/*
|
|
* DO NOT MODIFY THIS FILE!
|
|
*
|
|
* This file has been auto generated by the svg-sprite generator.
|
|
* Sprite source directory: D:\__on_g__git\web\webpack-svg-sprite\demo\sprites
|
|
* Sprite count: 22
|
|
*/
|
|
declare module "svg-sprites/test" {
|
|
export type TestIconClasses = "client-about" | "client-activate_microphone" | "client-add" | "client-add_foe" | "client-add_folder" | "client-add_friend" | "client-addon-collection" | "client-addon" | "client-apply" | "client-arrow_down" | "client-arrow_left" | "client-arrow_right" | "client-arrow_up" | "client-away" | "client-ban_client" | "client-ban_list" | "client-bookmark_add" | "client-bookmark_add_folder" | "client-bookmark_duplicate" | "client-channel_popin" | "client-player_off" | "client-w2g";
|
|
|
|
export enum TestIcons {
|
|
About = "client-about",
|
|
ActivateMicrophone = "client-activate_microphone",
|
|
Add = "client-add",
|
|
AddFoe = "client-add_foe",
|
|
AddFolder = "client-add_folder",
|
|
AddFriend = "client-add_friend",
|
|
AddonCollection = "client-addon-collection",
|
|
Addon = "client-addon",
|
|
Apply = "client-apply",
|
|
ArrowDown = "client-arrow_down",
|
|
ArrowLeft = "client-arrow_left",
|
|
ArrowRight = "client-arrow_right",
|
|
ArrowUp = "client-arrow_up",
|
|
Away = "client-away",
|
|
BanClient = "client-ban_client",
|
|
BanList = "client-ban_list",
|
|
BookmarkAdd = "client-bookmark_add",
|
|
BookmarkAddFolder = "client-bookmark_add_folder",
|
|
BookmarkDuplicate = "client-bookmark_duplicate",
|
|
ChannelPopin = "client-channel_popin",
|
|
PlayerOff = "client-player_off",
|
|
W2g = "client-w2g",
|
|
}
|
|
|
|
export const spriteEntries: {
|
|
id: string;
|
|
className: string;
|
|
width: number;
|
|
height: number;
|
|
xOffset: number;
|
|
yOffset: number;
|
|
}[];
|
|
|
|
export const spriteUrl: string;
|
|
export const classList: string[];
|
|
|
|
export const spriteWidth: number;
|
|
export const spriteHeight: number;
|
|
} |