diff --git a/src/panelWebView/components/Icons/CenterIcon.tsx b/src/panelWebView/components/Icons/CenterIcon.tsx deleted file mode 100644 index 1ed85990..00000000 --- a/src/panelWebView/components/Icons/CenterIcon.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import * as React from 'react'; - -export interface ICenterIconProps { } - -export const CenterIcon: React.FunctionComponent = () => { - return ( - - - - - ); -}; diff --git a/src/panelWebView/components/Icons/index.ts b/src/panelWebView/components/Icons/index.ts index cd7d5268..eceda486 100644 --- a/src/panelWebView/components/Icons/index.ts +++ b/src/panelWebView/components/Icons/index.ts @@ -2,7 +2,6 @@ export * from './AddIcon'; export * from './ArchiveIcon'; export * from './BranchIcon'; export * from './BugIcon'; -export * from './CenterIcon'; export * from './CopilotIcon'; export * from './FileIcon'; export * from './FolderOpenedIcon'; diff --git a/src/panelWebView/components/OtherActions.tsx b/src/panelWebView/components/OtherActions.tsx index 1bfe34d4..39a5533b 100644 --- a/src/panelWebView/components/OtherActions.tsx +++ b/src/panelWebView/components/OtherActions.tsx @@ -14,6 +14,7 @@ import { Messenger } from '@estruyf/vscode/dist/client'; import { BookOpenIcon } from '@heroicons/react/24/outline'; import * as l10n from '@vscode/l10n'; import { LocalizationKey } from '../../localization'; +import { Icon } from 'vscrui'; export interface IOtherActionsProps { isFile: boolean; @@ -65,7 +66,7 @@ const OtherActions: React.FunctionComponent = ({ Messenger.send(CommandToCode.toggleCenterMode)}> - {l10n.t(LocalizationKey.panelOtherActionsCenterMode)} + {l10n.t(LocalizationKey.panelOtherActionsCenterMode)}