- export const offlineBoltIcon = new LabIcon({ name: 'ui-components:offline-bolt', svgstr: offlineBoltSvgstr });
- export const paletteIcon = new LabIcon({ name: 'ui-components:palette', svgstr: paletteSvgstr });
- export const pasteIcon = new LabIcon({ name: 'ui-components:paste', svgstr: pasteSvgstr });
- export const pdfIcon = new LabIcon({ name: 'ui-components:pdf', svgstr: pdfSvgstr });
- 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 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 shareIcon = new LabIcon({ name: 'ui-components:share', svgstr: shareSvgstr });
- 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 tableRowsIcon = new LabIcon({ name: 'ui-components:table-rows', svgstr: tableRowsSvgstr });
- export const tagIcon = new LabIcon({ name: 'ui-components:tag', svgstr: tagSvgstr });