From 87dfd2b77d94249e283321e88f45961a647f9417 Mon Sep 17 00:00:00 2001 From: EYHN Date: Wed, 28 May 2025 03:21:32 +0000 Subject: [PATCH] fix(core): fix share icon to filter type item (#12582) ## Summary by CodeRabbit - **Style** - Updated the icon for the "shared" property to use a new visual representation. --- .../core/src/components/system-property-types/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/core/src/components/system-property-types/index.ts b/packages/frontend/core/src/components/system-property-types/index.ts index 9c652aae4..5d8058ac3 100644 --- a/packages/frontend/core/src/components/system-property-types/index.ts +++ b/packages/frontend/core/src/components/system-property-types/index.ts @@ -2,6 +2,7 @@ import type { FilterParams } from '@affine/core/modules/collection-rules'; import type { DocRecord } from '@affine/core/modules/doc'; import type { I18nString } from '@affine/i18n'; import { + CloudWorkspaceIcon, DateTimeIcon, EdgelessIcon, FavoriteIcon, @@ -9,7 +10,6 @@ import { IntegrationsIcon, LongerIcon, MemberIcon, - ShareIcon, TagIcon, TemplateIcon, } from '@blocksuite/icons/rc'; @@ -139,7 +139,7 @@ export const SystemPropertyTypes = { filterValue: FavoriteFilterValue, }, shared: { - icon: ShareIcon, + icon: CloudWorkspaceIcon, name: 'Shared', filterMethod: { is: 'com.affine.filter.is',