diff --git a/packages/web/components/common/Icon/constants.ts b/packages/web/components/common/Icon/constants.ts index 8bc6928bfa78..2edf4cb6dbca 100644 --- a/packages/web/components/common/Icon/constants.ts +++ b/packages/web/components/common/Icon/constants.ts @@ -56,7 +56,7 @@ export const iconPaths = { 'common/loading': () => import('./icons/common/loading.svg'), 'common/logLight': () => import('./icons/common/logLight.svg'), 'common/microsoft': () => import('./icons/common/microsoft.svg'), - 'common/modal': () => import('./icons/common/modal.svg'), + 'common/model': () => import('./icons/common/model.svg'), 'common/monitor': () => import('./icons/common/monitor.svg'), 'common/more': () => import('./icons/common/more.svg'), 'common/moreFill': () => import('./icons/common/moreFill.svg'), @@ -356,7 +356,6 @@ export const iconPaths = { 'model/moonshot': () => import('./icons/model/moonshot.svg'), 'model/ollama': () => import('./icons/model/ollama.svg'), 'model/openai': () => import('./icons/model/openai.svg'), - 'model/provider': () => import('./icons/model/provider.svg'), 'model/qwen': () => import('./icons/model/qwen.svg'), 'model/sparkDesk': () => import('./icons/model/sparkDesk.svg'), 'model/yi': () => import('./icons/model/yi.svg'), diff --git a/packages/web/components/common/Icon/icons/common/modal.svg b/packages/web/components/common/Icon/icons/common/model.svg similarity index 100% rename from packages/web/components/common/Icon/icons/common/modal.svg rename to packages/web/components/common/Icon/icons/common/model.svg diff --git a/packages/web/components/common/Icon/icons/model/provider.svg b/packages/web/components/common/Icon/icons/model/provider.svg deleted file mode 100644 index dd3704b85668..000000000000 --- a/packages/web/components/common/Icon/icons/model/provider.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/projects/app/src/pages/account/components/AccountContainer.tsx b/projects/app/src/pages/account/components/AccountContainer.tsx index f6c44b209ce3..5442b78c61cc 100644 --- a/projects/app/src/pages/account/components/AccountContainer.tsx +++ b/projects/app/src/pages/account/components/AccountContainer.tsx @@ -71,7 +71,7 @@ const AccountContainer = ({ ] : []), { - icon: 'model/provider', + icon: 'common/model', label: t('account:model_provider'), value: TabEnum.model },