|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
/* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */
|
|
|
|
|
|
-import { createIcon } from './jlicon';
|
|
|
+import { JLIcon } from './jlicon';
|
|
|
import { Icon } from './interfaces';
|
|
|
|
|
|
// icon svg import statements
|
|
@@ -83,37 +83,37 @@ export namespace IconImports {
|
|
|
}
|
|
|
|
|
|
// wrapped icon definitions
|
|
|
-export const FileIcon = createIcon('file', fileSvg);
|
|
|
-export const FolderIcon = createIcon('folder', folderSvg);
|
|
|
-export const Html5Icon = createIcon('html5', html5Svg);
|
|
|
-export const ImageIcon = createIcon('image', imageSvg);
|
|
|
-export const JsonIcon = createIcon('json', jsonSvg);
|
|
|
-export const MarkdownIcon = createIcon('markdown', markdownSvg);
|
|
|
-export const NotebookIcon = createIcon('notebook', notebookSvg);
|
|
|
-export const PythonIcon = createIcon('python', pythonSvg);
|
|
|
-export const RKernelIcon = createIcon('r-kernel', rKernelSvg);
|
|
|
-export const ReactIcon = createIcon('react', reactSvg);
|
|
|
-export const SpreadsheetIcon = createIcon('spreadsheet', spreadsheetSvg);
|
|
|
-export const YamlIcon = createIcon('yaml', yamlSvg);
|
|
|
-export const BuildIcon = createIcon('build', buildSvg);
|
|
|
-export const ExtensionIcon = createIcon('extension', extensionSvg);
|
|
|
-export const PaletteIcon = createIcon('palette', paletteSvg);
|
|
|
-export const RunningIcon = createIcon('running', runningSvg);
|
|
|
-export const TabIcon = createIcon('tab', tabSvg);
|
|
|
-export const JupyterFaviconIcon = createIcon(
|
|
|
- 'jupyter-favicon',
|
|
|
+export const fileIcon = new JLIcon('fileIcon', fileSvg);
|
|
|
+export const folderIcon = new JLIcon('folderIcon', folderSvg);
|
|
|
+export const html5Icon = new JLIcon('html5Icon', html5Svg);
|
|
|
+export const imageIcon = new JLIcon('imageIcon', imageSvg);
|
|
|
+export const jsonIcon = new JLIcon('jsonIcon', jsonSvg);
|
|
|
+export const markdownIcon = new JLIcon('markdownIcon', markdownSvg);
|
|
|
+export const notebookIcon = new JLIcon('notebookIcon', notebookSvg);
|
|
|
+export const pythonIcon = new JLIcon('pythonIcon', pythonSvg);
|
|
|
+export const rKernelIcon = new JLIcon('rKernelIcon', rKernelSvg);
|
|
|
+export const reactIcon = new JLIcon('reactIcon', reactSvg);
|
|
|
+export const spreadsheetIcon = new JLIcon('spreadsheetIcon', spreadsheetSvg);
|
|
|
+export const yamlIcon = new JLIcon('yamlIcon', yamlSvg);
|
|
|
+export const buildIcon = new JLIcon('buildIcon', buildSvg);
|
|
|
+export const extensionIcon = new JLIcon('extensionIcon', extensionSvg);
|
|
|
+export const paletteIcon = new JLIcon('paletteIcon', paletteSvg);
|
|
|
+export const runningIcon = new JLIcon('runningIcon', runningSvg);
|
|
|
+export const tabIcon = new JLIcon('tabIcon', tabSvg);
|
|
|
+export const jupyterFaviconIcon = new JLIcon(
|
|
|
+ 'jupyterFaviconIcon',
|
|
|
jupyterFaviconSvg
|
|
|
);
|
|
|
-export const KernelIcon = createIcon('kernel', kernelSvg);
|
|
|
-export const LineFormIcon = createIcon('line-form', lineFormSvg);
|
|
|
-export const NotTrustedIcon = createIcon('not-trusted', notTrustedSvg);
|
|
|
-export const TerminalIcon = createIcon('terminal', terminalSvg);
|
|
|
-export const TrustedIcon = createIcon('trusted', trustedSvg);
|
|
|
-export const AddIcon = createIcon('add', addSvg);
|
|
|
-export const CopyIcon = createIcon('copy', copySvg);
|
|
|
-export const CutIcon = createIcon('cut', cutSvg);
|
|
|
-export const PasteIcon = createIcon('paste', pasteSvg);
|
|
|
-export const RefreshIcon = createIcon('refresh', refreshSvg);
|
|
|
-export const RunIcon = createIcon('run', runSvg);
|
|
|
-export const SaveIcon = createIcon('save', saveSvg);
|
|
|
-export const StopIcon = createIcon('stop', stopSvg);
|
|
|
+export const kernelIcon = new JLIcon('kernelIcon', kernelSvg);
|
|
|
+export const lineFormIcon = new JLIcon('lineFormIcon', lineFormSvg);
|
|
|
+export const notTrustedIcon = new JLIcon('notTrustedIcon', notTrustedSvg);
|
|
|
+export const terminalIcon = new JLIcon('terminalIcon', terminalSvg);
|
|
|
+export const trustedIcon = new JLIcon('trustedIcon', trustedSvg);
|
|
|
+export const addIcon = new JLIcon('addIcon', addSvg);
|
|
|
+export const copyIcon = new JLIcon('copyIcon', copySvg);
|
|
|
+export const cutIcon = new JLIcon('cutIcon', cutSvg);
|
|
|
+export const pasteIcon = new JLIcon('pasteIcon', pasteSvg);
|
|
|
+export const refreshIcon = new JLIcon('refreshIcon', refreshSvg);
|
|
|
+export const runIcon = new JLIcon('runIcon', runSvg);
|
|
|
+export const saveIcon = new JLIcon('saveIcon', saveSvg);
|
|
|
+export const stopIcon = new JLIcon('stopIcon', stopSvg);
|