Fix filter sub-field icons (#12456)

This PR fixes filter sub-field icons, with more relevant icons.

Fixes https://github.com/twentyhq/core-team-issues/issues/1006
This commit is contained in:
Lucas Bordeau
2025-06-05 20:54:49 +02:00
committed by GitHub
parent 7c898cd008
commit c75f10bc33
7 changed files with 57 additions and 18 deletions

View File

@ -4,18 +4,18 @@ export {
IconAlertCircle,
IconAlertTriangle,
IconApi,
IconApps,
IconAppWindow,
IconApps,
IconArchive,
IconArchiveOff,
IconArrowBackUp,
IconArrowDown,
IconArrowLeft,
IconArrowRight,
IconArrowsDiagonal,
IconArrowsVertical,
IconArrowUp,
IconArrowUpRight,
IconArrowsDiagonal,
IconArrowsVertical,
IconAt,
IconBaselineDensitySmall,
IconBell,
@ -47,8 +47,8 @@ export {
IconChevronDown,
IconChevronLeft,
IconChevronRight,
IconChevronsRight,
IconChevronUp,
IconChevronsRight,
IconCircleDot,
IconCircleOff,
IconCirclePlus,
@ -190,6 +190,7 @@ export {
IconLifebuoy,
IconLink,
IconLinkOff,
IconLinkPlus,
IconList,
IconListCheck,
IconListDetails,

View File

@ -2530,6 +2530,7 @@ import {
IconLineHeight,
IconLink,
IconLinkOff,
IconLinkPlus,
IconList,
IconListCheck,
IconListDetails,
@ -6714,6 +6715,7 @@ export const ALL_ICONS = {
IconLineDotted,
IconLineHeight,
IconLink,
IconLinkPlus,
IconLinkOff,
IconList,
IconListCheck,

View File

@ -65,18 +65,18 @@ export {
IconAlertCircle,
IconAlertTriangle,
IconApi,
IconApps,
IconAppWindow,
IconApps,
IconArchive,
IconArchiveOff,
IconArrowBackUp,
IconArrowDown,
IconArrowLeft,
IconArrowRight,
IconArrowsDiagonal,
IconArrowsVertical,
IconArrowUp,
IconArrowUpRight,
IconArrowsDiagonal,
IconArrowsVertical,
IconAt,
IconBaselineDensitySmall,
IconBell,
@ -108,8 +108,8 @@ export {
IconChevronDown,
IconChevronLeft,
IconChevronRight,
IconChevronsRight,
IconChevronUp,
IconChevronsRight,
IconCircleDot,
IconCircleOff,
IconCirclePlus,
@ -251,6 +251,7 @@ export {
IconLifebuoy,
IconLink,
IconLinkOff,
IconLinkPlus,
IconList,
IconListCheck,
IconListDetails,