123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- /* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */
- import { JLIcon } from './jlicon';
- // icon svg import statements
- import caretDownEmptyThinSvg from '../../style/icons/arrow/caret-down-empty-thin.svg';
- import caretDownEmptySvg from '../../style/icons/arrow/caret-down-empty.svg';
- import caretDownSvg from '../../style/icons/arrow/caret-down.svg';
- import caretLeftSvg from '../../style/icons/arrow/caret-left.svg';
- import caretRightSvg from '../../style/icons/arrow/caret-right.svg';
- import caretUpEmptyThinSvg from '../../style/icons/arrow/caret-up-empty-thin.svg';
- import caretUpSvg from '../../style/icons/arrow/caret-up.svg';
- import consoleSvg from '../../style/icons/filetype/console.svg';
- import fileSvg from '../../style/icons/filetype/file.svg';
- import folderSvg from '../../style/icons/filetype/folder.svg';
- import html5Svg from '../../style/icons/filetype/html5.svg';
- import imageSvg from '../../style/icons/filetype/image.svg';
- import inspectorSvg from '../../style/icons/filetype/inspector.svg';
- import jsonSvg from '../../style/icons/filetype/json.svg';
- import keyboardSvg from '../../style/icons/filetype/keyboard.svg';
- import launcherSvg from '../../style/icons/filetype/launcher.svg';
- import markdownSvg from '../../style/icons/filetype/markdown.svg';
- import notebookSvg from '../../style/icons/filetype/notebook.svg';
- import pythonSvg from '../../style/icons/filetype/python.svg';
- import rKernelSvg from '../../style/icons/filetype/r-kernel.svg';
- import reactSvg from '../../style/icons/filetype/react.svg';
- import settingsSvg from '../../style/icons/filetype/settings.svg';
- import spreadsheetSvg from '../../style/icons/filetype/spreadsheet.svg';
- import textEditorSvg from '../../style/icons/filetype/text-editor.svg';
- import vegaSvg from '../../style/icons/filetype/vega.svg';
- import yamlSvg from '../../style/icons/filetype/yaml.svg';
- import jupyterFaviconSvg from '../../style/icons/jupyter/jupyter-favicon.svg';
- import jupyterSvg from '../../style/icons/jupyter/jupyter.svg';
- import jupyterlabWordmarkSvg from '../../style/icons/jupyter/jupyterlab-wordmark.svg';
- import caseSensitiveSvg from '../../style/icons/search/case-sensitive.svg';
- import regexSvg from '../../style/icons/search/regex.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 kernelSvg from '../../style/icons/statusbar/kernel.svg';
- import lineFormSvg from '../../style/icons/statusbar/line-form.svg';
- import listSvg from '../../style/icons/statusbar/list.svg';
- import notTrustedSvg from '../../style/icons/statusbar/not-trusted.svg';
- import terminalSvg from '../../style/icons/statusbar/terminal.svg';
- import trustedSvg from '../../style/icons/statusbar/trusted.svg';
- import addSvg from '../../style/icons/toolbar/add.svg';
- 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 closeSvg from '../../style/icons/toolbar/close.svg';
- import copySvg from '../../style/icons/toolbar/copy.svg';
- import cutSvg from '../../style/icons/toolbar/cut.svg';
- import downloadSvg from '../../style/icons/toolbar/download.svg';
- import editSvg from '../../style/icons/toolbar/edit.svg';
- import ellipsesSvg from '../../style/icons/toolbar/ellipses.svg';
- import fileUploadSvg from '../../style/icons/toolbar/file-upload.svg';
- import filterListSvg from '../../style/icons/toolbar/filter-list.svg';
- import linkSvg from '../../style/icons/toolbar/link.svg';
- import newFolderSvg from '../../style/icons/toolbar/new-folder.svg';
- import pasteSvg from '../../style/icons/toolbar/paste.svg';
- import refreshSvg from '../../style/icons/toolbar/refresh.svg';
- import runSvg from '../../style/icons/toolbar/run.svg';
- import saveSvg from '../../style/icons/toolbar/save.svg';
- import searchSvg from '../../style/icons/toolbar/search.svg';
- import stopSvg from '../../style/icons/toolbar/stop.svg';
- import undoSvg from '../../style/icons/toolbar/undo.svg';
- // JLIcon instance construction
- export const caretDownEmptyThinIcon = new JLIcon({ name: 'ui-components:caret-down-empty-thin', svgstr: caretDownEmptyThinSvg });
- export const caretDownEmptyIcon = new JLIcon({ name: 'ui-components:caret-down-empty', svgstr: caretDownEmptySvg });
- export const caretDownIcon = new JLIcon({ name: 'ui-components:caret-down', svgstr: caretDownSvg });
- export const caretLeftIcon = new JLIcon({ name: 'ui-components:caret-left', svgstr: caretLeftSvg });
- export const caretRightIcon = new JLIcon({ name: 'ui-components:caret-right', svgstr: caretRightSvg });
- export const caretUpEmptyThinIcon = new JLIcon({ name: 'ui-components:caret-up-empty-thin', svgstr: caretUpEmptyThinSvg });
- export const caretUpIcon = new JLIcon({ name: 'ui-components:caret-up', svgstr: caretUpSvg });
- export const consoleIcon = new JLIcon({ name: 'ui-components:console', svgstr: consoleSvg });
- export const fileIcon = new JLIcon({ name: 'ui-components:file', svgstr: fileSvg });
- export const folderIcon = new JLIcon({ name: 'ui-components:folder', svgstr: folderSvg });
- export const html5Icon = new JLIcon({ name: 'ui-components:html5', svgstr: html5Svg });
- export const imageIcon = new JLIcon({ name: 'ui-components:image', svgstr: imageSvg });
- export const inspectorIcon = new JLIcon({ name: 'ui-components:inspector', svgstr: inspectorSvg });
- export const jsonIcon = new JLIcon({ name: 'ui-components:json', svgstr: jsonSvg });
- export const keyboardIcon = new JLIcon({ name: 'ui-components:keyboard', svgstr: keyboardSvg });
- export const launcherIcon = new JLIcon({ name: 'ui-components:launcher', svgstr: launcherSvg });
- export const markdownIcon = new JLIcon({ name: 'ui-components:markdown', svgstr: markdownSvg });
- export const notebookIcon = new JLIcon({ name: 'ui-components:notebook', svgstr: notebookSvg });
- export const pythonIcon = new JLIcon({ name: 'ui-components:python', svgstr: pythonSvg });
- export const rKernelIcon = new JLIcon({ name: 'ui-components:r-kernel', svgstr: rKernelSvg });
- export const reactIcon = new JLIcon({ name: 'ui-components:react', svgstr: reactSvg });
- export const settingsIcon = new JLIcon({ name: 'ui-components:settings', svgstr: settingsSvg });
- export const spreadsheetIcon = new JLIcon({ name: 'ui-components:spreadsheet', svgstr: spreadsheetSvg });
- export const textEditorIcon = new JLIcon({ name: 'ui-components:text-editor', svgstr: textEditorSvg });
- export const vegaIcon = new JLIcon({ name: 'ui-components:vega', svgstr: vegaSvg });
- export const yamlIcon = new JLIcon({ name: 'ui-components:yaml', svgstr: yamlSvg });
- export const jupyterFaviconIcon = new JLIcon({ name: 'ui-components:jupyter-favicon', svgstr: jupyterFaviconSvg });
- export const jupyterIcon = new JLIcon({ name: 'ui-components:jupyter', svgstr: jupyterSvg });
- export const jupyterlabWordmarkIcon = new JLIcon({ name: 'ui-components:jupyterlab-wordmark', svgstr: jupyterlabWordmarkSvg });
- export const caseSensitiveIcon = new JLIcon({ name: 'ui-components:case-sensitive', svgstr: caseSensitiveSvg });
- export const regexIcon = new JLIcon({ name: 'ui-components:regex', svgstr: regexSvg });
- export const buildIcon = new JLIcon({ name: 'ui-components:build', svgstr: buildSvg });
- export const extensionIcon = new JLIcon({ name: 'ui-components:extension', svgstr: extensionSvg });
- export const paletteIcon = new JLIcon({ name: 'ui-components:palette', svgstr: paletteSvg });
- export const runningIcon = new JLIcon({ name: 'ui-components:running', svgstr: runningSvg });
- export const tabIcon = new JLIcon({ name: 'ui-components:tab', svgstr: tabSvg });
- export const kernelIcon = new JLIcon({ name: 'ui-components:kernel', svgstr: kernelSvg });
- export const lineFormIcon = new JLIcon({ name: 'ui-components:line-form', svgstr: lineFormSvg });
- export const listIcon = new JLIcon({ name: 'ui-components:list', svgstr: listSvg });
- export const notTrustedIcon = new JLIcon({ name: 'ui-components:not-trusted', svgstr: notTrustedSvg });
- export const terminalIcon = new JLIcon({ name: 'ui-components:terminal', svgstr: terminalSvg });
- export const trustedIcon = new JLIcon({ name: 'ui-components:trusted', svgstr: trustedSvg });
- export const addIcon = new JLIcon({ name: 'ui-components:add', svgstr: addSvg });
- export const bugIcon = new JLIcon({ name: 'ui-components:bug', svgstr: bugSvg });
- export const checkIcon = new JLIcon({ name: 'ui-components:check', svgstr: checkSvg });
- export const circleEmptyIcon = new JLIcon({ name: 'ui-components:circle-empty', svgstr: circleEmptySvg });
- export const circleIcon = new JLIcon({ name: 'ui-components:circle', svgstr: circleSvg });
- export const closeIcon = new JLIcon({ name: 'ui-components:close', svgstr: closeSvg });
- export const copyIcon = new JLIcon({ name: 'ui-components:copy', svgstr: copySvg });
- export const cutIcon = new JLIcon({ name: 'ui-components:cut', svgstr: cutSvg });
- export const downloadIcon = new JLIcon({ name: 'ui-components:download', svgstr: downloadSvg });
- export const editIcon = new JLIcon({ name: 'ui-components:edit', svgstr: editSvg });
- export const ellipsesIcon = new JLIcon({ name: 'ui-components:ellipses', svgstr: ellipsesSvg });
- export const fileUploadIcon = new JLIcon({ name: 'ui-components:file-upload', svgstr: fileUploadSvg });
- export const filterListIcon = new JLIcon({ name: 'ui-components:filter-list', svgstr: filterListSvg });
- export const linkIcon = new JLIcon({ name: 'ui-components:link', svgstr: linkSvg });
- export const newFolderIcon = new JLIcon({ name: 'ui-components:new-folder', svgstr: newFolderSvg });
- export const pasteIcon = new JLIcon({ name: 'ui-components:paste', svgstr: pasteSvg });
- export const refreshIcon = new JLIcon({ name: 'ui-components:refresh', svgstr: refreshSvg });
- export const runIcon = new JLIcon({ name: 'ui-components:run', svgstr: runSvg });
- export const saveIcon = new JLIcon({ name: 'ui-components:save', svgstr: saveSvg });
- export const searchIcon = new JLIcon({ name: 'ui-components:search', svgstr: searchSvg });
- export const stopIcon = new JLIcon({ name: 'ui-components:stop', svgstr: stopSvg });
- export const undoIcon = new JLIcon({ name: 'ui-components:undo', svgstr: undoSvg });
|