123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- /*-----------------------------------------------------------------------------
- | 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 { LabIcon } from './labicon';
- // icon svg import statements
- 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 caseSensitiveSvgstr from '../../style/icons/search/case-sensitive.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 clearSvgstr from '../../style/icons/toolbar/clear.svg';
- import closeSvgstr from '../../style/icons/toolbar/close.svg';
- import codeSvgstr from '../../style/icons/toolbar/code.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 fastForwardSvgstr from '../../style/icons/toolbar/fast-forward.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 listingsInfoSvgstr from '../../style/icons/listings/listings-info.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 numberingSvgstr from '../../style/icons/toolbar/numbering.svg';
- import paletteSvgstr from '../../style/icons/sidebar/palette.svg';
- import pasteSvgstr from '../../style/icons/toolbar/paste.svg';
- import pdfSvgstr from '../../style/icons/filetype/pdf.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 redoSvgstr from '../../style/icons/toolbar/redo.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 tagSvgstr from '../../style/icons/toolbar/tag.svg';
- import terminalSvgstr from '../../style/icons/statusbar/terminal.svg';
- import textEditorSvgstr from '../../style/icons/filetype/text-editor.svg';
- import tocSvgstr from '../../style/icons/sidebar/toc.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 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 caseSensitiveIcon = new LabIcon({ name: 'ui-components:case-sensitive', svgstr: caseSensitiveSvgstr });
- 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 clearIcon = new LabIcon({ name: 'ui-components:clear', svgstr: clearSvgstr });
- export const closeIcon = new LabIcon({ name: 'ui-components:close', svgstr: closeSvgstr });
- export const codeIcon = new LabIcon({ name: 'ui-components:code', svgstr: codeSvgstr });
- 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 fastForwardIcon = new LabIcon({ name: 'ui-components:fast-forward', svgstr: fastForwardSvgstr });
- 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 listingsInfoIcon = new LabIcon({ name: 'ui-components:listings-info', svgstr: listingsInfoSvgstr });
- 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 numberingIcon = new LabIcon({ name: 'ui-components:numbering', svgstr: numberingSvgstr });
- 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 pdfIcon = new LabIcon({ name: 'ui-components:pdf', svgstr: pdfSvgstr });
- 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 redoIcon = new LabIcon({ name: 'ui-components:redo', svgstr: redoSvgstr });
- 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 tagIcon = new LabIcon({ name: 'ui-components:tag', svgstr: tagSvgstr });
- 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 tocIcon = new LabIcon({ name: 'ui-components:toc', svgstr: tocSvgstr });
- 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 });
|