|
@@ -74,12 +74,12 @@ 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 tableSvgstr from '../../style/icons/toolbar/table-rows.svg';
|
|
|
+import tableRowsSvgstr from '../../style/icons/toolbar/table-rows.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 treeSvgstr from '../../style/icons/toolbar/tree-view.svg';
|
|
|
+import treeViewSvgstr from '../../style/icons/toolbar/tree-view.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';
|
|
@@ -152,12 +152,12 @@ export const settingsIcon = new LabIcon({ name: 'ui-components:settings', svgstr
|
|
|
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 tableIcon = new LabIcon({ name: 'ui-components:table', svgstr: tableSvgstr });
|
|
|
+export const tableRowsIcon = new LabIcon({ name: 'ui-components:table-rows', svgstr: tableRowsSvgstr });
|
|
|
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 treeIcon = new LabIcon({ name: 'ui-components:tree', svgstr: treeSvgstr });
|
|
|
+export const treeViewIcon = new LabIcon({ name: 'ui-components:tree-view', svgstr: treeViewSvgstr });
|
|
|
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 });
|