UNPKG

4.3 kBTypeScriptView Raw
1import { LabIcon } from './labicon';
2export declare const addAboveIcon: LabIcon;
3export declare const addBelowIcon: LabIcon;
4export declare const addIcon: LabIcon;
5export declare const bellIcon: LabIcon;
6export declare const bugDotIcon: LabIcon;
7export declare const bugIcon: LabIcon;
8export declare const buildIcon: LabIcon;
9export declare const caretDownEmptyIcon: LabIcon;
10export declare const caretDownEmptyThinIcon: LabIcon;
11export declare const caretDownIcon: LabIcon;
12export declare const caretLeftIcon: LabIcon;
13export declare const caretRightIcon: LabIcon;
14export declare const caretUpEmptyThinIcon: LabIcon;
15export declare const caretUpIcon: LabIcon;
16export declare const caseSensitiveIcon: LabIcon;
17export declare const checkIcon: LabIcon;
18export declare const circleEmptyIcon: LabIcon;
19export declare const circleIcon: LabIcon;
20export declare const clearIcon: LabIcon;
21export declare const closeIcon: LabIcon;
22export declare const codeCheckIcon: LabIcon;
23export declare const codeIcon: LabIcon;
24export declare const collapseAllIcon: LabIcon;
25export declare const consoleIcon: LabIcon;
26export declare const copyIcon: LabIcon;
27export declare const copyrightIcon: LabIcon;
28export declare const cutIcon: LabIcon;
29export declare const deleteIcon: LabIcon;
30export declare const downloadIcon: LabIcon;
31export declare const duplicateIcon: LabIcon;
32export declare const editIcon: LabIcon;
33export declare const ellipsesIcon: LabIcon;
34export declare const errorIcon: LabIcon;
35export declare const expandAllIcon: LabIcon;
36export declare const extensionIcon: LabIcon;
37export declare const fastForwardIcon: LabIcon;
38export declare const fileIcon: LabIcon;
39export declare const fileUploadIcon: LabIcon;
40export declare const filterDotIcon: LabIcon;
41export declare const filterIcon: LabIcon;
42export declare const filterListIcon: LabIcon;
43export declare const folderFavoriteIcon: LabIcon;
44export declare const folderIcon: LabIcon;
45export declare const homeIcon: LabIcon;
46export declare const html5Icon: LabIcon;
47export declare const imageIcon: LabIcon;
48export declare const infoIcon: LabIcon;
49export declare const inspectorIcon: LabIcon;
50export declare const jsonIcon: LabIcon;
51export declare const juliaIcon: LabIcon;
52export declare const jupyterFaviconIcon: LabIcon;
53export declare const jupyterIcon: LabIcon;
54export declare const jupyterlabWordmarkIcon: LabIcon;
55export declare const kernelIcon: LabIcon;
56export declare const keyboardIcon: LabIcon;
57export declare const launchIcon: LabIcon;
58export declare const launcherIcon: LabIcon;
59export declare const lineFormIcon: LabIcon;
60export declare const linkIcon: LabIcon;
61export declare const listIcon: LabIcon;
62export declare const markdownIcon: LabIcon;
63export declare const moveDownIcon: LabIcon;
64export declare const moveUpIcon: LabIcon;
65export declare const newFolderIcon: LabIcon;
66export declare const notTrustedIcon: LabIcon;
67export declare const notebookIcon: LabIcon;
68export declare const numberingIcon: LabIcon;
69export declare const offlineBoltIcon: LabIcon;
70export declare const paletteIcon: LabIcon;
71export declare const pasteIcon: LabIcon;
72export declare const pdfIcon: LabIcon;
73export declare const pythonIcon: LabIcon;
74export declare const rKernelIcon: LabIcon;
75export declare const reactIcon: LabIcon;
76export declare const redoIcon: LabIcon;
77export declare const refreshIcon: LabIcon;
78export declare const regexIcon: LabIcon;
79export declare const runIcon: LabIcon;
80export declare const runningIcon: LabIcon;
81export declare const saveIcon: LabIcon;
82export declare const searchIcon: LabIcon;
83export declare const settingsIcon: LabIcon;
84export declare const shareIcon: LabIcon;
85export declare const spreadsheetIcon: LabIcon;
86export declare const stopIcon: LabIcon;
87export declare const tabIcon: LabIcon;
88export declare const tableRowsIcon: LabIcon;
89export declare const tagIcon: LabIcon;
90export declare const terminalIcon: LabIcon;
91export declare const textEditorIcon: LabIcon;
92export declare const tocIcon: LabIcon;
93export declare const treeViewIcon: LabIcon;
94export declare const trustedIcon: LabIcon;
95export declare const undoIcon: LabIcon;
96export declare const userIcon: LabIcon;
97export declare const usersIcon: LabIcon;
98export declare const vegaIcon: LabIcon;
99export declare const wordIcon: LabIcon;
100export declare const yamlIcon: LabIcon;