|
@@ -8,133 +8,133 @@
|
|
|
import { LabIcon } from './labicon';
|
|
|
|
|
|
// icon svg import statements
|
|
|
-import caretDownEmptyThinSvgstr from '../../style/icons/arrow/caret-down-empty-thin.svg';
|
|
|
+import addSvgstr from '../../style/icons/toolbar/add.svg';
|
|
|
+import bugSvgstr from '../../style/icons/toolbar/bug.svg';
|
|
|
+import buildSvgstr from '../../style/icons/sidebar/build.svg';
|
|
|
import caretDownEmptySvgstr from '../../style/icons/arrow/caret-down-empty.svg';
|
|
|
+import caretDownEmptyThinSvgstr from '../../style/icons/arrow/caret-down-empty-thin.svg';
|
|
|
import caretDownSvgstr from '../../style/icons/arrow/caret-down.svg';
|
|
|
import caretLeftSvgstr from '../../style/icons/arrow/caret-left.svg';
|
|
|
import caretRightSvgstr from '../../style/icons/arrow/caret-right.svg';
|
|
|
import caretUpEmptyThinSvgstr from '../../style/icons/arrow/caret-up-empty-thin.svg';
|
|
|
import caretUpSvgstr from '../../style/icons/arrow/caret-up.svg';
|
|
|
-import consoleSvgstr from '../../style/icons/filetype/console.svg';
|
|
|
-import fileSvgstr from '../../style/icons/filetype/file.svg';
|
|
|
-import folderSvgstr from '../../style/icons/filetype/folder.svg';
|
|
|
-import html5Svgstr from '../../style/icons/filetype/html5.svg';
|
|
|
-import imageSvgstr from '../../style/icons/filetype/image.svg';
|
|
|
-import inspectorSvgstr from '../../style/icons/filetype/inspector.svg';
|
|
|
-import jsonSvgstr from '../../style/icons/filetype/json.svg';
|
|
|
-import keyboardSvgstr from '../../style/icons/filetype/keyboard.svg';
|
|
|
-import launcherSvgstr from '../../style/icons/filetype/launcher.svg';
|
|
|
-import markdownSvgstr from '../../style/icons/filetype/markdown.svg';
|
|
|
-import notebookSvgstr from '../../style/icons/filetype/notebook.svg';
|
|
|
-import pythonSvgstr from '../../style/icons/filetype/python.svg';
|
|
|
-import rKernelSvgstr from '../../style/icons/filetype/r-kernel.svg';
|
|
|
-import reactSvgstr from '../../style/icons/filetype/react.svg';
|
|
|
-import settingsSvgstr from '../../style/icons/filetype/settings.svg';
|
|
|
-import spreadsheetSvgstr from '../../style/icons/filetype/spreadsheet.svg';
|
|
|
-import textEditorSvgstr from '../../style/icons/filetype/text-editor.svg';
|
|
|
-import vegaSvgstr from '../../style/icons/filetype/vega.svg';
|
|
|
-import yamlSvgstr from '../../style/icons/filetype/yaml.svg';
|
|
|
-import jupyterFaviconSvgstr from '../../style/icons/jupyter/jupyter-favicon.svg';
|
|
|
-import jupyterSvgstr from '../../style/icons/jupyter/jupyter.svg';
|
|
|
-import jupyterlabWordmarkSvgstr from '../../style/icons/jupyter/jupyterlab-wordmark.svg';
|
|
|
import caseSensitiveSvgstr from '../../style/icons/search/case-sensitive.svg';
|
|
|
-import regexSvgstr from '../../style/icons/search/regex.svg';
|
|
|
-import buildSvgstr from '../../style/icons/sidebar/build.svg';
|
|
|
-import extensionSvgstr from '../../style/icons/sidebar/extension.svg';
|
|
|
-import paletteSvgstr from '../../style/icons/sidebar/palette.svg';
|
|
|
-import runningSvgstr from '../../style/icons/sidebar/running.svg';
|
|
|
-import tabSvgstr from '../../style/icons/sidebar/tab.svg';
|
|
|
-import kernelSvgstr from '../../style/icons/statusbar/kernel.svg';
|
|
|
-import lineFormSvgstr from '../../style/icons/statusbar/line-form.svg';
|
|
|
-import listSvgstr from '../../style/icons/statusbar/list.svg';
|
|
|
-import notTrustedSvgstr from '../../style/icons/statusbar/not-trusted.svg';
|
|
|
-import terminalSvgstr from '../../style/icons/statusbar/terminal.svg';
|
|
|
-import trustedSvgstr from '../../style/icons/statusbar/trusted.svg';
|
|
|
-import addSvgstr from '../../style/icons/toolbar/add.svg';
|
|
|
-import bugSvgstr from '../../style/icons/toolbar/bug.svg';
|
|
|
import checkSvgstr from '../../style/icons/toolbar/check.svg';
|
|
|
import circleEmptySvgstr from '../../style/icons/toolbar/circle-empty.svg';
|
|
|
import circleSvgstr from '../../style/icons/toolbar/circle.svg';
|
|
|
import closeSvgstr from '../../style/icons/toolbar/close.svg';
|
|
|
+import consoleSvgstr from '../../style/icons/filetype/console.svg';
|
|
|
import copySvgstr from '../../style/icons/toolbar/copy.svg';
|
|
|
import cutSvgstr from '../../style/icons/toolbar/cut.svg';
|
|
|
import downloadSvgstr from '../../style/icons/toolbar/download.svg';
|
|
|
import editSvgstr from '../../style/icons/toolbar/edit.svg';
|
|
|
import ellipsesSvgstr from '../../style/icons/toolbar/ellipses.svg';
|
|
|
+import extensionSvgstr from '../../style/icons/sidebar/extension.svg';
|
|
|
+import fileSvgstr from '../../style/icons/filetype/file.svg';
|
|
|
import fileUploadSvgstr from '../../style/icons/toolbar/file-upload.svg';
|
|
|
import filterListSvgstr from '../../style/icons/toolbar/filter-list.svg';
|
|
|
+import folderSvgstr from '../../style/icons/filetype/folder.svg';
|
|
|
+import html5Svgstr from '../../style/icons/filetype/html5.svg';
|
|
|
+import imageSvgstr from '../../style/icons/filetype/image.svg';
|
|
|
+import inspectorSvgstr from '../../style/icons/filetype/inspector.svg';
|
|
|
+import jsonSvgstr from '../../style/icons/filetype/json.svg';
|
|
|
+import jupyterFaviconSvgstr from '../../style/icons/jupyter/jupyter-favicon.svg';
|
|
|
+import jupyterSvgstr from '../../style/icons/jupyter/jupyter.svg';
|
|
|
+import jupyterlabWordmarkSvgstr from '../../style/icons/jupyter/jupyterlab-wordmark.svg';
|
|
|
+import kernelSvgstr from '../../style/icons/statusbar/kernel.svg';
|
|
|
+import keyboardSvgstr from '../../style/icons/filetype/keyboard.svg';
|
|
|
+import launcherSvgstr from '../../style/icons/filetype/launcher.svg';
|
|
|
+import lineFormSvgstr from '../../style/icons/statusbar/line-form.svg';
|
|
|
import linkSvgstr from '../../style/icons/toolbar/link.svg';
|
|
|
+import listSvgstr from '../../style/icons/statusbar/list.svg';
|
|
|
+import markdownSvgstr from '../../style/icons/filetype/markdown.svg';
|
|
|
import newFolderSvgstr from '../../style/icons/toolbar/new-folder.svg';
|
|
|
+import notTrustedSvgstr from '../../style/icons/statusbar/not-trusted.svg';
|
|
|
+import notebookSvgstr from '../../style/icons/filetype/notebook.svg';
|
|
|
+import paletteSvgstr from '../../style/icons/sidebar/palette.svg';
|
|
|
import pasteSvgstr from '../../style/icons/toolbar/paste.svg';
|
|
|
+import pythonSvgstr from '../../style/icons/filetype/python.svg';
|
|
|
+import rKernelSvgstr from '../../style/icons/filetype/r-kernel.svg';
|
|
|
+import reactSvgstr from '../../style/icons/filetype/react.svg';
|
|
|
import refreshSvgstr from '../../style/icons/toolbar/refresh.svg';
|
|
|
+import regexSvgstr from '../../style/icons/search/regex.svg';
|
|
|
import runSvgstr from '../../style/icons/toolbar/run.svg';
|
|
|
+import runningSvgstr from '../../style/icons/sidebar/running.svg';
|
|
|
import saveSvgstr from '../../style/icons/toolbar/save.svg';
|
|
|
import searchSvgstr from '../../style/icons/toolbar/search.svg';
|
|
|
+import settingsSvgstr from '../../style/icons/filetype/settings.svg';
|
|
|
+import spreadsheetSvgstr from '../../style/icons/filetype/spreadsheet.svg';
|
|
|
import stopSvgstr from '../../style/icons/toolbar/stop.svg';
|
|
|
+import tabSvgstr from '../../style/icons/sidebar/tab.svg';
|
|
|
+import terminalSvgstr from '../../style/icons/statusbar/terminal.svg';
|
|
|
+import textEditorSvgstr from '../../style/icons/filetype/text-editor.svg';
|
|
|
+import trustedSvgstr from '../../style/icons/statusbar/trusted.svg';
|
|
|
import undoSvgstr from '../../style/icons/toolbar/undo.svg';
|
|
|
+import vegaSvgstr from '../../style/icons/filetype/vega.svg';
|
|
|
+import yamlSvgstr from '../../style/icons/filetype/yaml.svg';
|
|
|
|
|
|
// LabIcon instance construction
|
|
|
-export const caretDownEmptyThinIcon = new LabIcon({ name: 'ui-components:caret-down-empty-thin', svgstr: caretDownEmptyThinSvgstr });
|
|
|
+export const addIcon = new LabIcon({ name: 'ui-components:add', svgstr: addSvgstr });
|
|
|
+export const bugIcon = new LabIcon({ name: 'ui-components:bug', svgstr: bugSvgstr });
|
|
|
+export const buildIcon = new LabIcon({ name: 'ui-components:build', svgstr: buildSvgstr });
|
|
|
export const caretDownEmptyIcon = new LabIcon({ name: 'ui-components:caret-down-empty', svgstr: caretDownEmptySvgstr });
|
|
|
+export const caretDownEmptyThinIcon = new LabIcon({ name: 'ui-components:caret-down-empty-thin', svgstr: caretDownEmptyThinSvgstr });
|
|
|
export const caretDownIcon = new LabIcon({ name: 'ui-components:caret-down', svgstr: caretDownSvgstr });
|
|
|
export const caretLeftIcon = new LabIcon({ name: 'ui-components:caret-left', svgstr: caretLeftSvgstr });
|
|
|
export const caretRightIcon = new LabIcon({ name: 'ui-components:caret-right', svgstr: caretRightSvgstr });
|
|
|
export const caretUpEmptyThinIcon = new LabIcon({ name: 'ui-components:caret-up-empty-thin', svgstr: caretUpEmptyThinSvgstr });
|
|
|
export const caretUpIcon = new LabIcon({ name: 'ui-components:caret-up', svgstr: caretUpSvgstr });
|
|
|
-export const consoleIcon = new LabIcon({ name: 'ui-components:console', svgstr: consoleSvgstr });
|
|
|
-export const fileIcon = new LabIcon({ name: 'ui-components:file', svgstr: fileSvgstr });
|
|
|
-export const folderIcon = new LabIcon({ name: 'ui-components:folder', svgstr: folderSvgstr });
|
|
|
-export const html5Icon = new LabIcon({ name: 'ui-components:html5', svgstr: html5Svgstr });
|
|
|
-export const imageIcon = new LabIcon({ name: 'ui-components:image', svgstr: imageSvgstr });
|
|
|
-export const inspectorIcon = new LabIcon({ name: 'ui-components:inspector', svgstr: inspectorSvgstr });
|
|
|
-export const jsonIcon = new LabIcon({ name: 'ui-components:json', svgstr: jsonSvgstr });
|
|
|
-export const keyboardIcon = new LabIcon({ name: 'ui-components:keyboard', svgstr: keyboardSvgstr });
|
|
|
-export const launcherIcon = new LabIcon({ name: 'ui-components:launcher', svgstr: launcherSvgstr });
|
|
|
-export const markdownIcon = new LabIcon({ name: 'ui-components:markdown', svgstr: markdownSvgstr });
|
|
|
-export const notebookIcon = new LabIcon({ name: 'ui-components:notebook', svgstr: notebookSvgstr });
|
|
|
-export const pythonIcon = new LabIcon({ name: 'ui-components:python', svgstr: pythonSvgstr });
|
|
|
-export const rKernelIcon = new LabIcon({ name: 'ui-components:r-kernel', svgstr: rKernelSvgstr });
|
|
|
-export const reactIcon = new LabIcon({ name: 'ui-components:react', svgstr: reactSvgstr });
|
|
|
-export const settingsIcon = new LabIcon({ name: 'ui-components:settings', svgstr: settingsSvgstr });
|
|
|
-export const spreadsheetIcon = new LabIcon({ name: 'ui-components:spreadsheet', svgstr: spreadsheetSvgstr });
|
|
|
-export const textEditorIcon = new LabIcon({ name: 'ui-components:text-editor', svgstr: textEditorSvgstr });
|
|
|
-export const vegaIcon = new LabIcon({ name: 'ui-components:vega', svgstr: vegaSvgstr });
|
|
|
-export const yamlIcon = new LabIcon({ name: 'ui-components:yaml', svgstr: yamlSvgstr });
|
|
|
-export const jupyterFaviconIcon = new LabIcon({ name: 'ui-components:jupyter-favicon', svgstr: jupyterFaviconSvgstr });
|
|
|
-export const jupyterIcon = new LabIcon({ name: 'ui-components:jupyter', svgstr: jupyterSvgstr });
|
|
|
-export const jupyterlabWordmarkIcon = new LabIcon({ name: 'ui-components:jupyterlab-wordmark', svgstr: jupyterlabWordmarkSvgstr });
|
|
|
export const caseSensitiveIcon = new LabIcon({ name: 'ui-components:case-sensitive', svgstr: caseSensitiveSvgstr });
|
|
|
-export const regexIcon = new LabIcon({ name: 'ui-components:regex', svgstr: regexSvgstr });
|
|
|
-export const buildIcon = new LabIcon({ name: 'ui-components:build', svgstr: buildSvgstr });
|
|
|
-export const extensionIcon = new LabIcon({ name: 'ui-components:extension', svgstr: extensionSvgstr });
|
|
|
-export const paletteIcon = new LabIcon({ name: 'ui-components:palette', svgstr: paletteSvgstr });
|
|
|
-export const runningIcon = new LabIcon({ name: 'ui-components:running', svgstr: runningSvgstr });
|
|
|
-export const tabIcon = new LabIcon({ name: 'ui-components:tab', svgstr: tabSvgstr });
|
|
|
-export const kernelIcon = new LabIcon({ name: 'ui-components:kernel', svgstr: kernelSvgstr });
|
|
|
-export const lineFormIcon = new LabIcon({ name: 'ui-components:line-form', svgstr: lineFormSvgstr });
|
|
|
-export const listIcon = new LabIcon({ name: 'ui-components:list', svgstr: listSvgstr });
|
|
|
-export const notTrustedIcon = new LabIcon({ name: 'ui-components:not-trusted', svgstr: notTrustedSvgstr });
|
|
|
-export const terminalIcon = new LabIcon({ name: 'ui-components:terminal', svgstr: terminalSvgstr });
|
|
|
-export const trustedIcon = new LabIcon({ name: 'ui-components:trusted', svgstr: trustedSvgstr });
|
|
|
-export const addIcon = new LabIcon({ name: 'ui-components:add', svgstr: addSvgstr });
|
|
|
-export const bugIcon = new LabIcon({ name: 'ui-components:bug', svgstr: bugSvgstr });
|
|
|
export const checkIcon = new LabIcon({ name: 'ui-components:check', svgstr: checkSvgstr });
|
|
|
export const circleEmptyIcon = new LabIcon({ name: 'ui-components:circle-empty', svgstr: circleEmptySvgstr });
|
|
|
export const circleIcon = new LabIcon({ name: 'ui-components:circle', svgstr: circleSvgstr });
|
|
|
export const closeIcon = new LabIcon({ name: 'ui-components:close', svgstr: closeSvgstr });
|
|
|
+export const consoleIcon = new LabIcon({ name: 'ui-components:console', svgstr: consoleSvgstr });
|
|
|
export const copyIcon = new LabIcon({ name: 'ui-components:copy', svgstr: copySvgstr });
|
|
|
export const cutIcon = new LabIcon({ name: 'ui-components:cut', svgstr: cutSvgstr });
|
|
|
export const downloadIcon = new LabIcon({ name: 'ui-components:download', svgstr: downloadSvgstr });
|
|
|
export const editIcon = new LabIcon({ name: 'ui-components:edit', svgstr: editSvgstr });
|
|
|
export const ellipsesIcon = new LabIcon({ name: 'ui-components:ellipses', svgstr: ellipsesSvgstr });
|
|
|
+export const extensionIcon = new LabIcon({ name: 'ui-components:extension', svgstr: extensionSvgstr });
|
|
|
+export const fileIcon = new LabIcon({ name: 'ui-components:file', svgstr: fileSvgstr });
|
|
|
export const fileUploadIcon = new LabIcon({ name: 'ui-components:file-upload', svgstr: fileUploadSvgstr });
|
|
|
export const filterListIcon = new LabIcon({ name: 'ui-components:filter-list', svgstr: filterListSvgstr });
|
|
|
+export const folderIcon = new LabIcon({ name: 'ui-components:folder', svgstr: folderSvgstr });
|
|
|
+export const html5Icon = new LabIcon({ name: 'ui-components:html5', svgstr: html5Svgstr });
|
|
|
+export const imageIcon = new LabIcon({ name: 'ui-components:image', svgstr: imageSvgstr });
|
|
|
+export const inspectorIcon = new LabIcon({ name: 'ui-components:inspector', svgstr: inspectorSvgstr });
|
|
|
+export const jsonIcon = new LabIcon({ name: 'ui-components:json', svgstr: jsonSvgstr });
|
|
|
+export const jupyterFaviconIcon = new LabIcon({ name: 'ui-components:jupyter-favicon', svgstr: jupyterFaviconSvgstr });
|
|
|
+export const jupyterIcon = new LabIcon({ name: 'ui-components:jupyter', svgstr: jupyterSvgstr });
|
|
|
+export const jupyterlabWordmarkIcon = new LabIcon({ name: 'ui-components:jupyterlab-wordmark', svgstr: jupyterlabWordmarkSvgstr });
|
|
|
+export const kernelIcon = new LabIcon({ name: 'ui-components:kernel', svgstr: kernelSvgstr });
|
|
|
+export const keyboardIcon = new LabIcon({ name: 'ui-components:keyboard', svgstr: keyboardSvgstr });
|
|
|
+export const launcherIcon = new LabIcon({ name: 'ui-components:launcher', svgstr: launcherSvgstr });
|
|
|
+export const lineFormIcon = new LabIcon({ name: 'ui-components:line-form', svgstr: lineFormSvgstr });
|
|
|
export const linkIcon = new LabIcon({ name: 'ui-components:link', svgstr: linkSvgstr });
|
|
|
+export const listIcon = new LabIcon({ name: 'ui-components:list', svgstr: listSvgstr });
|
|
|
+export const markdownIcon = new LabIcon({ name: 'ui-components:markdown', svgstr: markdownSvgstr });
|
|
|
export const newFolderIcon = new LabIcon({ name: 'ui-components:new-folder', svgstr: newFolderSvgstr });
|
|
|
+export const notTrustedIcon = new LabIcon({ name: 'ui-components:not-trusted', svgstr: notTrustedSvgstr });
|
|
|
+export const notebookIcon = new LabIcon({ name: 'ui-components:notebook', svgstr: notebookSvgstr });
|
|
|
+export const paletteIcon = new LabIcon({ name: 'ui-components:palette', svgstr: paletteSvgstr });
|
|
|
export const pasteIcon = new LabIcon({ name: 'ui-components:paste', svgstr: pasteSvgstr });
|
|
|
+export const pythonIcon = new LabIcon({ name: 'ui-components:python', svgstr: pythonSvgstr });
|
|
|
+export const rKernelIcon = new LabIcon({ name: 'ui-components:r-kernel', svgstr: rKernelSvgstr });
|
|
|
+export const reactIcon = new LabIcon({ name: 'ui-components:react', svgstr: reactSvgstr });
|
|
|
export const refreshIcon = new LabIcon({ name: 'ui-components:refresh', svgstr: refreshSvgstr });
|
|
|
+export const regexIcon = new LabIcon({ name: 'ui-components:regex', svgstr: regexSvgstr });
|
|
|
export const runIcon = new LabIcon({ name: 'ui-components:run', svgstr: runSvgstr });
|
|
|
+export const runningIcon = new LabIcon({ name: 'ui-components:running', svgstr: runningSvgstr });
|
|
|
export const saveIcon = new LabIcon({ name: 'ui-components:save', svgstr: saveSvgstr });
|
|
|
export const searchIcon = new LabIcon({ name: 'ui-components:search', svgstr: searchSvgstr });
|
|
|
+export const settingsIcon = new LabIcon({ name: 'ui-components:settings', svgstr: settingsSvgstr });
|
|
|
+export const spreadsheetIcon = new LabIcon({ name: 'ui-components:spreadsheet', svgstr: spreadsheetSvgstr });
|
|
|
export const stopIcon = new LabIcon({ name: 'ui-components:stop', svgstr: stopSvgstr });
|
|
|
+export const tabIcon = new LabIcon({ name: 'ui-components:tab', svgstr: tabSvgstr });
|
|
|
+export const terminalIcon = new LabIcon({ name: 'ui-components:terminal', svgstr: terminalSvgstr });
|
|
|
+export const textEditorIcon = new LabIcon({ name: 'ui-components:text-editor', svgstr: textEditorSvgstr });
|
|
|
+export const trustedIcon = new LabIcon({ name: 'ui-components:trusted', svgstr: trustedSvgstr });
|
|
|
export const undoIcon = new LabIcon({ name: 'ui-components:undo', svgstr: undoSvgstr });
|
|
|
+export const vegaIcon = new LabIcon({ name: 'ui-components:vega', svgstr: vegaSvgstr });
|
|
|
+export const yamlIcon = new LabIcon({ name: 'ui-components:yaml', svgstr: yamlSvgstr });
|