fix(core): fix share icon to filter type item (#12582)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit

- **Style**
  - Updated the icon for the "shared" property to use a new visual representation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
EYHN
2025-05-28 03:21:32 +00:00
parent c43e1bcc4e
commit 87dfd2b77d

View File

@@ -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',