|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
/* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */
|
|
|
|
|
|
-import { Icon } from './icon';
|
|
|
+import { Icon } from './interfaces';
|
|
|
|
|
|
// icon svg import statements
|
|
|
import fileSvg from '../../style/icons/filetype/file.svg';
|
|
@@ -20,12 +20,12 @@ import rKernelSvg from '../../style/icons/filetype/r-kernel.svg';
|
|
|
import reactSvg from '../../style/icons/filetype/react.svg';
|
|
|
import spreadsheetSvg from '../../style/icons/filetype/spreadsheet.svg';
|
|
|
import yamlSvg from '../../style/icons/filetype/yaml.svg';
|
|
|
-import jupyterFaviconSvg from '../../style/icons/jupyter-favicon.svg';
|
|
|
import buildSvg from '../../style/icons/sidebar/build.svg';
|
|
|
import extensionSvg from '../../style/icons/sidebar/extension.svg';
|
|
|
import paletteSvg from '../../style/icons/sidebar/palette.svg';
|
|
|
import runningSvg from '../../style/icons/sidebar/running.svg';
|
|
|
import tabSvg from '../../style/icons/sidebar/tab.svg';
|
|
|
+import jupyterFaviconSvg from '../../style/icons/splash/jupyter-favicon.svg';
|
|
|
import kernelSvg from '../../style/icons/statusbar/kernel.svg';
|
|
|
import lineFormSvg from '../../style/icons/statusbar/line-form.svg';
|
|
|
import notTrustedSvg from '../../style/icons/statusbar/not-trusted.svg';
|
|
@@ -47,12 +47,12 @@ export namespace IconImports {
|
|
|
{ name: 'react', svg: reactSvg },
|
|
|
{ name: 'spreadsheet', svg: spreadsheetSvg },
|
|
|
{ name: 'yaml', svg: yamlSvg },
|
|
|
- { name: 'jupyter-favicon', svg: jupyterFaviconSvg },
|
|
|
{ name: 'build', svg: buildSvg },
|
|
|
{ name: 'extension', svg: extensionSvg },
|
|
|
{ name: 'palette', svg: paletteSvg },
|
|
|
{ name: 'running', svg: runningSvg },
|
|
|
{ name: 'tab', svg: tabSvg },
|
|
|
+ { name: 'jupyter-favicon', svg: jupyterFaviconSvg },
|
|
|
{ name: 'kernel', svg: kernelSvg },
|
|
|
{ name: 'line-form', svg: lineFormSvg },
|
|
|
{ name: 'not-trusted', svg: notTrustedSvg },
|