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:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user