chore: bump icon version and change plugins icon (#3640)

This commit is contained in:
JimmFly
2023-08-09 19:41:25 +08:00
committed by GitHub
parent cbd4420fe9
commit e180398637
8 changed files with 24 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import {
AiIcon,
AppearanceIcon,
InformationIcon,
KeyboardIcon,
PluginIcon,
} from '@blocksuite/icons';
import type { ReactElement, SVGProps } from 'react';
@@ -46,7 +46,7 @@ export const useGeneralSettingList = (): GeneralSettingList => {
{
key: 'plugins',
title: 'Plugins',
icon: AiIcon,
icon: PluginIcon,
testId: 'plugins-panel-trigger',
},
{