|
@@ -6,7 +6,6 @@
|
|
|
/* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */
|
|
|
|
|
|
import { JLIcon } from './jlicon';
|
|
|
-import { Icon } from './interfaces';
|
|
|
|
|
|
// icon svg import statements
|
|
|
import caretDownEmptyThinSvg from '../../style/icons/arrow/caret-down-empty-thin.svg';
|
|
@@ -56,7 +55,6 @@ import bugSvg from '../../style/icons/toolbar/bug.svg';
|
|
|
import checkSvg from '../../style/icons/toolbar/check.svg';
|
|
|
import circleEmptySvg from '../../style/icons/toolbar/circle-empty.svg';
|
|
|
import circleSvg from '../../style/icons/toolbar/circle.svg';
|
|
|
-import closeCircleSvg from '../../style/icons/toolbar/close-circle.svg';
|
|
|
import closeSvg from '../../style/icons/toolbar/close.svg';
|
|
|
import copySvg from '../../style/icons/toolbar/copy.svg';
|
|
|
import cutSvg from '../../style/icons/toolbar/cut.svg';
|
|
@@ -75,78 +73,7 @@ import searchSvg from '../../style/icons/toolbar/search.svg';
|
|
|
import stopSvg from '../../style/icons/toolbar/stop.svg';
|
|
|
import undoSvg from '../../style/icons/toolbar/undo.svg';
|
|
|
|
|
|
-// defaultIcons definition
|
|
|
-export namespace IconImports {
|
|
|
- export const defaultIcons: ReadonlyArray<Icon.IModel> = [
|
|
|
- { name: 'caret-down-empty-thin', svg: caretDownEmptyThinSvg },
|
|
|
- { name: 'caret-down-empty', svg: caretDownEmptySvg },
|
|
|
- { name: 'caret-down', svg: caretDownSvg },
|
|
|
- { name: 'caret-left', svg: caretLeftSvg },
|
|
|
- { name: 'caret-right', svg: caretRightSvg },
|
|
|
- { name: 'caret-up-empty-thin', svg: caretUpEmptyThinSvg },
|
|
|
- { name: 'caret-up', svg: caretUpSvg },
|
|
|
- { name: 'console', svg: consoleSvg },
|
|
|
- { name: 'file', svg: fileSvg },
|
|
|
- { name: 'folder', svg: folderSvg },
|
|
|
- { name: 'html5', svg: html5Svg },
|
|
|
- { name: 'image', svg: imageSvg },
|
|
|
- { name: 'inspector', svg: inspectorSvg },
|
|
|
- { name: 'json', svg: jsonSvg },
|
|
|
- { name: 'keyboard', svg: keyboardSvg },
|
|
|
- { name: 'launcher', svg: launcherSvg },
|
|
|
- { name: 'markdown', svg: markdownSvg },
|
|
|
- { name: 'notebook', svg: notebookSvg },
|
|
|
- { name: 'python', svg: pythonSvg },
|
|
|
- { name: 'r-kernel', svg: rKernelSvg },
|
|
|
- { name: 'react', svg: reactSvg },
|
|
|
- { name: 'settings', svg: settingsSvg },
|
|
|
- { name: 'spreadsheet', svg: spreadsheetSvg },
|
|
|
- { name: 'text-editor', svg: textEditorSvg },
|
|
|
- { name: 'vega', svg: vegaSvg },
|
|
|
- { name: 'yaml', svg: yamlSvg },
|
|
|
- { name: 'jupyter-favicon', svg: jupyterFaviconSvg },
|
|
|
- { name: 'jupyter', svg: jupyterSvg },
|
|
|
- { name: 'jupyterlab-wordmark', svg: jupyterlabWordmarkSvg },
|
|
|
- { name: 'case-sensitive', svg: caseSensitiveSvg },
|
|
|
- { name: 'regex', svg: regexSvg },
|
|
|
- { name: 'build', svg: buildSvg },
|
|
|
- { name: 'extension', svg: extensionSvg },
|
|
|
- { name: 'palette', svg: paletteSvg },
|
|
|
- { name: 'running', svg: runningSvg },
|
|
|
- { name: 'tab', svg: tabSvg },
|
|
|
- { name: 'kernel', svg: kernelSvg },
|
|
|
- { name: 'line-form', svg: lineFormSvg },
|
|
|
- { name: 'list', svg: listSvg },
|
|
|
- { name: 'not-trusted', svg: notTrustedSvg },
|
|
|
- { name: 'terminal', svg: terminalSvg },
|
|
|
- { name: 'trusted', svg: trustedSvg },
|
|
|
- { name: 'add', svg: addSvg },
|
|
|
- { name: 'bug', svg: bugSvg },
|
|
|
- { name: 'check', svg: checkSvg },
|
|
|
- { name: 'circle-empty', svg: circleEmptySvg },
|
|
|
- { name: 'circle', svg: circleSvg },
|
|
|
- { name: 'close-circle', svg: closeCircleSvg },
|
|
|
- { name: 'close', svg: closeSvg },
|
|
|
- { name: 'copy', svg: copySvg },
|
|
|
- { name: 'cut', svg: cutSvg },
|
|
|
- { name: 'download', svg: downloadSvg },
|
|
|
- { name: 'edit', svg: editSvg },
|
|
|
- { name: 'ellipses', svg: ellipsesSvg },
|
|
|
- { name: 'file-upload', svg: fileUploadSvg },
|
|
|
- { name: 'filter-list', svg: filterListSvg },
|
|
|
- { name: 'link', svg: linkSvg },
|
|
|
- { name: 'new-folder', svg: newFolderSvg },
|
|
|
- { name: 'paste', svg: pasteSvg },
|
|
|
- { name: 'refresh', svg: refreshSvg },
|
|
|
- { name: 'run', svg: runSvg },
|
|
|
- { name: 'save', svg: saveSvg },
|
|
|
- { name: 'search', svg: searchSvg },
|
|
|
- { name: 'stop', svg: stopSvg },
|
|
|
- { name: 'undo', svg: undoSvg }
|
|
|
- ];
|
|
|
-}
|
|
|
-
|
|
|
-// wrapped icon definitions
|
|
|
+// JLIcon instance construction
|
|
|
export const caretDownEmptyThinIcon = new JLIcon({ name: 'caret-down-empty-thin', svgstr: caretDownEmptyThinSvg });
|
|
|
export const caretDownEmptyIcon = new JLIcon({ name: 'caret-down-empty', svgstr: caretDownEmptySvg });
|
|
|
export const caretDownIcon = new JLIcon({ name: 'caret-down', svgstr: caretDownSvg });
|
|
@@ -194,7 +121,6 @@ export const bugIcon = new JLIcon({ name: 'bug', svgstr: bugSvg });
|
|
|
export const checkIcon = new JLIcon({ name: 'check', svgstr: checkSvg });
|
|
|
export const circleEmptyIcon = new JLIcon({ name: 'circle-empty', svgstr: circleEmptySvg });
|
|
|
export const circleIcon = new JLIcon({ name: 'circle', svgstr: circleSvg });
|
|
|
-export const closeCircleIcon = new JLIcon({ name: 'close-circle', svgstr: closeCircleSvg });
|
|
|
export const closeIcon = new JLIcon({ name: 'close', svgstr: closeSvg });
|
|
|
export const copyIcon = new JLIcon({ name: 'copy', svgstr: copySvg });
|
|
|
export const cutIcon = new JLIcon({ name: 'cut', svgstr: cutSvg });
|