iconimports.ts 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. /* This file was auto-generated by ensureUiComponents() in @jupyterlab/buildutils */
  6. import { LabIcon } from './labicon';
  7. // icon svg import statements
  8. import addSvgstr from '../../style/icons/toolbar/add.svg';
  9. import bugSvgstr from '../../style/icons/toolbar/bug.svg';
  10. import buildSvgstr from '../../style/icons/sidebar/build.svg';
  11. import caretDownEmptySvgstr from '../../style/icons/arrow/caret-down-empty.svg';
  12. import caretDownEmptyThinSvgstr from '../../style/icons/arrow/caret-down-empty-thin.svg';
  13. import caretDownSvgstr from '../../style/icons/arrow/caret-down.svg';
  14. import caretLeftSvgstr from '../../style/icons/arrow/caret-left.svg';
  15. import caretRightSvgstr from '../../style/icons/arrow/caret-right.svg';
  16. import caretUpEmptyThinSvgstr from '../../style/icons/arrow/caret-up-empty-thin.svg';
  17. import caretUpSvgstr from '../../style/icons/arrow/caret-up.svg';
  18. import caseSensitiveSvgstr from '../../style/icons/search/case-sensitive.svg';
  19. import checkSvgstr from '../../style/icons/toolbar/check.svg';
  20. import circleEmptySvgstr from '../../style/icons/toolbar/circle-empty.svg';
  21. import circleSvgstr from '../../style/icons/toolbar/circle.svg';
  22. import clearSvgstr from '../../style/icons/toolbar/clear.svg';
  23. import closeSvgstr from '../../style/icons/toolbar/close.svg';
  24. import codeSvgstr from '../../style/icons/toolbar/code.svg';
  25. import consoleSvgstr from '../../style/icons/filetype/console.svg';
  26. import copySvgstr from '../../style/icons/toolbar/copy.svg';
  27. import cutSvgstr from '../../style/icons/toolbar/cut.svg';
  28. import downloadSvgstr from '../../style/icons/toolbar/download.svg';
  29. import editSvgstr from '../../style/icons/toolbar/edit.svg';
  30. import ellipsesSvgstr from '../../style/icons/toolbar/ellipses.svg';
  31. import extensionSvgstr from '../../style/icons/sidebar/extension.svg';
  32. import fastForwardSvgstr from '../../style/icons/toolbar/fast-forward.svg';
  33. import fileSvgstr from '../../style/icons/filetype/file.svg';
  34. import fileUploadSvgstr from '../../style/icons/toolbar/file-upload.svg';
  35. import filterListSvgstr from '../../style/icons/toolbar/filter-list.svg';
  36. import folderSvgstr from '../../style/icons/filetype/folder.svg';
  37. import html5Svgstr from '../../style/icons/filetype/html5.svg';
  38. import imageSvgstr from '../../style/icons/filetype/image.svg';
  39. import inspectorSvgstr from '../../style/icons/filetype/inspector.svg';
  40. import jsonSvgstr from '../../style/icons/filetype/json.svg';
  41. import jupyterFaviconSvgstr from '../../style/icons/jupyter/jupyter-favicon.svg';
  42. import jupyterSvgstr from '../../style/icons/jupyter/jupyter.svg';
  43. import jupyterlabWordmarkSvgstr from '../../style/icons/jupyter/jupyterlab-wordmark.svg';
  44. import kernelSvgstr from '../../style/icons/statusbar/kernel.svg';
  45. import keyboardSvgstr from '../../style/icons/filetype/keyboard.svg';
  46. import launcherSvgstr from '../../style/icons/filetype/launcher.svg';
  47. import lineFormSvgstr from '../../style/icons/statusbar/line-form.svg';
  48. import linkSvgstr from '../../style/icons/toolbar/link.svg';
  49. import listSvgstr from '../../style/icons/statusbar/list.svg';
  50. import listingsInfoSvgstr from '../../style/icons/listings/listings-info.svg';
  51. import markdownSvgstr from '../../style/icons/filetype/markdown.svg';
  52. import newFolderSvgstr from '../../style/icons/toolbar/new-folder.svg';
  53. import notTrustedSvgstr from '../../style/icons/statusbar/not-trusted.svg';
  54. import notebookSvgstr from '../../style/icons/filetype/notebook.svg';
  55. import numberingSvgstr from '../../style/icons/toolbar/numbering.svg';
  56. import paletteSvgstr from '../../style/icons/sidebar/palette.svg';
  57. import pasteSvgstr from '../../style/icons/toolbar/paste.svg';
  58. import pdfSvgstr from '../../style/icons/filetype/pdf.svg';
  59. import pythonSvgstr from '../../style/icons/filetype/python.svg';
  60. import rKernelSvgstr from '../../style/icons/filetype/r-kernel.svg';
  61. import reactSvgstr from '../../style/icons/filetype/react.svg';
  62. import redoSvgstr from '../../style/icons/toolbar/redo.svg';
  63. import refreshSvgstr from '../../style/icons/toolbar/refresh.svg';
  64. import regexSvgstr from '../../style/icons/search/regex.svg';
  65. import runSvgstr from '../../style/icons/toolbar/run.svg';
  66. import runningSvgstr from '../../style/icons/sidebar/running.svg';
  67. import saveSvgstr from '../../style/icons/toolbar/save.svg';
  68. import searchSvgstr from '../../style/icons/toolbar/search.svg';
  69. import settingsSvgstr from '../../style/icons/filetype/settings.svg';
  70. import spreadsheetSvgstr from '../../style/icons/filetype/spreadsheet.svg';
  71. import stopSvgstr from '../../style/icons/toolbar/stop.svg';
  72. import tabSvgstr from '../../style/icons/sidebar/tab.svg';
  73. import tagSvgstr from '../../style/icons/toolbar/tag.svg';
  74. import terminalSvgstr from '../../style/icons/statusbar/terminal.svg';
  75. import textEditorSvgstr from '../../style/icons/filetype/text-editor.svg';
  76. import tocSvgstr from '../../style/icons/sidebar/toc.svg';
  77. import trustedSvgstr from '../../style/icons/statusbar/trusted.svg';
  78. import undoSvgstr from '../../style/icons/toolbar/undo.svg';
  79. import vegaSvgstr from '../../style/icons/filetype/vega.svg';
  80. import yamlSvgstr from '../../style/icons/filetype/yaml.svg';
  81. // LabIcon instance construction
  82. export const addIcon = new LabIcon({ name: 'ui-components:add', svgstr: addSvgstr });
  83. export const bugIcon = new LabIcon({ name: 'ui-components:bug', svgstr: bugSvgstr });
  84. export const buildIcon = new LabIcon({ name: 'ui-components:build', svgstr: buildSvgstr });
  85. export const caretDownEmptyIcon = new LabIcon({ name: 'ui-components:caret-down-empty', svgstr: caretDownEmptySvgstr });
  86. export const caretDownEmptyThinIcon = new LabIcon({ name: 'ui-components:caret-down-empty-thin', svgstr: caretDownEmptyThinSvgstr });
  87. export const caretDownIcon = new LabIcon({ name: 'ui-components:caret-down', svgstr: caretDownSvgstr });
  88. export const caretLeftIcon = new LabIcon({ name: 'ui-components:caret-left', svgstr: caretLeftSvgstr });
  89. export const caretRightIcon = new LabIcon({ name: 'ui-components:caret-right', svgstr: caretRightSvgstr });
  90. export const caretUpEmptyThinIcon = new LabIcon({ name: 'ui-components:caret-up-empty-thin', svgstr: caretUpEmptyThinSvgstr });
  91. export const caretUpIcon = new LabIcon({ name: 'ui-components:caret-up', svgstr: caretUpSvgstr });
  92. export const caseSensitiveIcon = new LabIcon({ name: 'ui-components:case-sensitive', svgstr: caseSensitiveSvgstr });
  93. export const checkIcon = new LabIcon({ name: 'ui-components:check', svgstr: checkSvgstr });
  94. export const circleEmptyIcon = new LabIcon({ name: 'ui-components:circle-empty', svgstr: circleEmptySvgstr });
  95. export const circleIcon = new LabIcon({ name: 'ui-components:circle', svgstr: circleSvgstr });
  96. export const clearIcon = new LabIcon({ name: 'ui-components:clear', svgstr: clearSvgstr });
  97. export const closeIcon = new LabIcon({ name: 'ui-components:close', svgstr: closeSvgstr });
  98. export const codeIcon = new LabIcon({ name: 'ui-components:code', svgstr: codeSvgstr });
  99. export const consoleIcon = new LabIcon({ name: 'ui-components:console', svgstr: consoleSvgstr });
  100. export const copyIcon = new LabIcon({ name: 'ui-components:copy', svgstr: copySvgstr });
  101. export const cutIcon = new LabIcon({ name: 'ui-components:cut', svgstr: cutSvgstr });
  102. export const downloadIcon = new LabIcon({ name: 'ui-components:download', svgstr: downloadSvgstr });
  103. export const editIcon = new LabIcon({ name: 'ui-components:edit', svgstr: editSvgstr });
  104. export const ellipsesIcon = new LabIcon({ name: 'ui-components:ellipses', svgstr: ellipsesSvgstr });
  105. export const extensionIcon = new LabIcon({ name: 'ui-components:extension', svgstr: extensionSvgstr });
  106. export const fastForwardIcon = new LabIcon({ name: 'ui-components:fast-forward', svgstr: fastForwardSvgstr });
  107. export const fileIcon = new LabIcon({ name: 'ui-components:file', svgstr: fileSvgstr });
  108. export const fileUploadIcon = new LabIcon({ name: 'ui-components:file-upload', svgstr: fileUploadSvgstr });
  109. export const filterListIcon = new LabIcon({ name: 'ui-components:filter-list', svgstr: filterListSvgstr });
  110. export const folderIcon = new LabIcon({ name: 'ui-components:folder', svgstr: folderSvgstr });
  111. export const html5Icon = new LabIcon({ name: 'ui-components:html5', svgstr: html5Svgstr });
  112. export const imageIcon = new LabIcon({ name: 'ui-components:image', svgstr: imageSvgstr });
  113. export const inspectorIcon = new LabIcon({ name: 'ui-components:inspector', svgstr: inspectorSvgstr });
  114. export const jsonIcon = new LabIcon({ name: 'ui-components:json', svgstr: jsonSvgstr });
  115. export const jupyterFaviconIcon = new LabIcon({ name: 'ui-components:jupyter-favicon', svgstr: jupyterFaviconSvgstr });
  116. export const jupyterIcon = new LabIcon({ name: 'ui-components:jupyter', svgstr: jupyterSvgstr });
  117. export const jupyterlabWordmarkIcon = new LabIcon({ name: 'ui-components:jupyterlab-wordmark', svgstr: jupyterlabWordmarkSvgstr });
  118. export const kernelIcon = new LabIcon({ name: 'ui-components:kernel', svgstr: kernelSvgstr });
  119. export const keyboardIcon = new LabIcon({ name: 'ui-components:keyboard', svgstr: keyboardSvgstr });
  120. export const launcherIcon = new LabIcon({ name: 'ui-components:launcher', svgstr: launcherSvgstr });
  121. export const lineFormIcon = new LabIcon({ name: 'ui-components:line-form', svgstr: lineFormSvgstr });
  122. export const linkIcon = new LabIcon({ name: 'ui-components:link', svgstr: linkSvgstr });
  123. export const listIcon = new LabIcon({ name: 'ui-components:list', svgstr: listSvgstr });
  124. export const listingsInfoIcon = new LabIcon({ name: 'ui-components:listings-info', svgstr: listingsInfoSvgstr });
  125. export const markdownIcon = new LabIcon({ name: 'ui-components:markdown', svgstr: markdownSvgstr });
  126. export const newFolderIcon = new LabIcon({ name: 'ui-components:new-folder', svgstr: newFolderSvgstr });
  127. export const notTrustedIcon = new LabIcon({ name: 'ui-components:not-trusted', svgstr: notTrustedSvgstr });
  128. export const notebookIcon = new LabIcon({ name: 'ui-components:notebook', svgstr: notebookSvgstr });
  129. export const numberingIcon = new LabIcon({ name: 'ui-components:numbering', svgstr: numberingSvgstr });
  130. export const paletteIcon = new LabIcon({ name: 'ui-components:palette', svgstr: paletteSvgstr });
  131. export const pasteIcon = new LabIcon({ name: 'ui-components:paste', svgstr: pasteSvgstr });
  132. export const pythonIcon = new LabIcon({ name: 'ui-components:python', svgstr: pythonSvgstr });
  133. export const pdfIcon = new LabIcon({ name: 'ui-components:pdf', svgstr: pdfSvgstr });
  134. export const rKernelIcon = new LabIcon({ name: 'ui-components:r-kernel', svgstr: rKernelSvgstr });
  135. export const reactIcon = new LabIcon({ name: 'ui-components:react', svgstr: reactSvgstr });
  136. export const redoIcon = new LabIcon({ name: 'ui-components:redo', svgstr: redoSvgstr });
  137. export const refreshIcon = new LabIcon({ name: 'ui-components:refresh', svgstr: refreshSvgstr });
  138. export const regexIcon = new LabIcon({ name: 'ui-components:regex', svgstr: regexSvgstr });
  139. export const runIcon = new LabIcon({ name: 'ui-components:run', svgstr: runSvgstr });
  140. export const runningIcon = new LabIcon({ name: 'ui-components:running', svgstr: runningSvgstr });
  141. export const saveIcon = new LabIcon({ name: 'ui-components:save', svgstr: saveSvgstr });
  142. export const searchIcon = new LabIcon({ name: 'ui-components:search', svgstr: searchSvgstr });
  143. export const settingsIcon = new LabIcon({ name: 'ui-components:settings', svgstr: settingsSvgstr });
  144. export const spreadsheetIcon = new LabIcon({ name: 'ui-components:spreadsheet', svgstr: spreadsheetSvgstr });
  145. export const stopIcon = new LabIcon({ name: 'ui-components:stop', svgstr: stopSvgstr });
  146. export const tabIcon = new LabIcon({ name: 'ui-components:tab', svgstr: tabSvgstr });
  147. export const tagIcon = new LabIcon({ name: 'ui-components:tag', svgstr: tagSvgstr });
  148. export const terminalIcon = new LabIcon({ name: 'ui-components:terminal', svgstr: terminalSvgstr });
  149. export const textEditorIcon = new LabIcon({ name: 'ui-components:text-editor', svgstr: textEditorSvgstr });
  150. export const tocIcon = new LabIcon({ name: 'ui-components:toc', svgstr: tocSvgstr });
  151. export const trustedIcon = new LabIcon({ name: 'ui-components:trusted', svgstr: trustedSvgstr });
  152. export const undoIcon = new LabIcon({ name: 'ui-components:undo', svgstr: undoSvgstr });
  153. export const vegaIcon = new LabIcon({ name: 'ui-components:vega', svgstr: vegaSvgstr });
  154. export const yamlIcon = new LabIcon({ name: 'ui-components:yaml', svgstr: yamlSvgstr });