Skip to content

Commit 5a5bf11

Browse files
authored
Update dashboard Icons (#16605)
New Icons: <img width="790" height="84" alt="CleanShot 2025-12-16 at 15 53 45@2x" src="https://github.com/user-attachments/assets/6700efd4-2ae9-4521-8fe9-ed43b3cef438" /> <img width="794" height="72" alt="CleanShot 2025-12-16 at 15 54 19@2x" src="https://github.com/user-attachments/assets/ac4ecc88-4012-463f-875a-0bbb29d09ce3" /> <img width="184" height="76" alt="CleanShot 2025-12-16 at 15 53 56@2x" src="https://github.com/user-attachments/assets/8e8353b0-90d5-4543-9d16-88b3eafdc1ae" />
1 parent 9b00084 commit 5a5bf11

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

packages/twenty-front/src/modules/action-menu/actions/record-actions/constants/DashboardActionsConfig.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import { PageLayoutSingleRecordActionKeys } from '@/page-layout/actions/PageLayo
1414
import { msg } from '@lingui/core/macro';
1515
import { isDefined } from 'twenty-shared/utils';
1616
import {
17+
IconCancel,
1718
IconCopyPlus,
1819
IconDeviceFloppy,
1920
IconPencil,
20-
IconX,
2121
} from 'twenty-ui/display';
2222

2323
export const DASHBOARD_ACTIONS_CONFIG = inheritActionsFromDefaultConfig({
@@ -63,7 +63,7 @@ export const DASHBOARD_ACTIONS_CONFIG = inheritActionsFromDefaultConfig({
6363
shortLabel: msg`Cancel`,
6464
isPinned: true,
6565
position: 5,
66-
Icon: IconX,
66+
Icon: IconCancel,
6767
type: ActionType.Standard,
6868
scope: ActionScope.RecordSelection,
6969
shouldBeRegistered: ({ selectedRecord }) =>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { CHART_CONFIGURATION_SETTING_LABELS } from '@/command-menu/pages/page-layout/constants/settings/ChartConfigurationSettingLabels';
22
import { CHART_CONFIGURATION_SETTING_IDS } from '@/command-menu/pages/page-layout/types/ChartConfigurationSettingIds';
33
import { type ChartSettingsItem } from '@/command-menu/pages/page-layout/types/ChartSettingsGroup';
4-
import { IconTag } from 'twenty-ui/display';
4+
import { IconBadge2k } from 'twenty-ui/display';
55

66
export const DATA_LABELS_SETTING: ChartSettingsItem = {
77
isBoolean: true,
8-
Icon: IconTag,
8+
Icon: IconBadge2k,
99
label: CHART_CONFIGURATION_SETTING_LABELS.DATA_LABELS,
1010
id: CHART_CONFIGURATION_SETTING_IDS.DATA_LABELS,
1111
};

packages/twenty-front/src/modules/command-menu/pages/page-layout/constants/settings/ShowLegendSetting.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { CHART_CONFIGURATION_SETTING_LABELS } from '@/command-menu/pages/page-layout/constants/settings/ChartConfigurationSettingLabels';
22
import { CHART_CONFIGURATION_SETTING_IDS } from '@/command-menu/pages/page-layout/types/ChartConfigurationSettingIds';
33
import { type ChartSettingsItem } from '@/command-menu/pages/page-layout/types/ChartSettingsGroup';
4-
import { IconList } from 'twenty-ui/display';
4+
import { IconTextCaption } from 'twenty-ui/display';
55

66
export const SHOW_LEGEND_SETTING: ChartSettingsItem = {
77
isBoolean: true,
8-
Icon: IconList,
8+
Icon: IconTextCaption,
99
label: CHART_CONFIGURATION_SETTING_LABELS.SHOW_LEGEND,
1010
id: CHART_CONFIGURATION_SETTING_IDS.SHOW_LEGEND,
1111
dependsOn: [CHART_CONFIGURATION_SETTING_IDS.GROUP_BY],

packages/twenty-ui/src/display/icon/components/TablerIcons.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export {
2525
IconAt,
2626
IconAxisX,
2727
IconAxisY,
28+
IconBadge2k,
2829
IconBaselineDensitySmall,
2930
IconBell,
3031
IconBlockquote,
@@ -56,6 +57,7 @@ export {
5657
IconCalendarTime,
5758
IconCalendarWeek,
5859
IconCalendarX,
60+
IconCancel,
5961
IconCaretLeft,
6062
IconCaretRight,
6163
IconChartBar,
@@ -348,6 +350,7 @@ export {
348350
IconTargetArrow,
349351
IconTerminal,
350352
IconTestPipe,
353+
IconTextCaption,
351354
IconTextSize,
352355
IconTextWrap,
353356
IconTimeDuration30,

packages/twenty-ui/src/display/icon/providers/internal/AllIcons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ import {
317317
IconBackslash,
318318
IconBackspace,
319319
IconBadge,
320+
IconBadge2k,
320321
IconBadge3d,
321322
IconBadge4k,
322323
IconBadge8k,
@@ -990,6 +991,7 @@ import {
990991
IconCameraX,
991992
IconCamper,
992993
IconCampfire,
994+
IconCancel,
993995
IconCandle,
994996
IconCandy,
995997
IconCandyOff,
@@ -8363,4 +8365,6 @@ export const ALL_ICONS = {
83638365
IconZoomReset,
83648366
IconZzz,
83658367
IconZzzOff,
8368+
IconCancel,
8369+
IconBadge2k,
83668370
};

packages/twenty-ui/src/display/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export {
9090
IconAt,
9191
IconAxisX,
9292
IconAxisY,
93+
IconBadge2k,
9394
IconBaselineDensitySmall,
9495
IconBell,
9596
IconBlockquote,
@@ -121,6 +122,7 @@ export {
121122
IconCalendarTime,
122123
IconCalendarWeek,
123124
IconCalendarX,
125+
IconCancel,
124126
IconCaretLeft,
125127
IconCaretRight,
126128
IconChartBar,
@@ -413,6 +415,7 @@ export {
413415
IconTargetArrow,
414416
IconTerminal,
415417
IconTestPipe,
418+
IconTextCaption,
416419
IconTextSize,
417420
IconTextWrap,
418421
IconTimeDuration30,

0 commit comments

Comments
 (0)