Files
twenty_crm/packages/twenty-ui/src/display/icon/components/TablerIcons.ts
Baptiste Devessier e7eeb3b820 Add Workflow Run show page (#7719)
In this PR:

- Display a workflow version visualizer for the version of the workflow
the run was executed on.
- Display the output of the run as code.


https://github.com/user-attachments/assets/d617300a-bff4-4328-a35c-291dc86d81cf
2024-10-21 12:04:44 +02:00

231 lines
4.1 KiB
TypeScript

/* eslint-disable no-restricted-imports */
export {
Icon123,
IconAlertCircle,
IconAlertTriangle,
IconApi,
IconApps,
IconArchive,
IconArchiveOff,
IconArrowBackUp,
IconArrowDown,
IconArrowLeft,
IconArrowRight,
IconArrowUp,
IconArrowUpRight,
IconArrowsVertical,
IconAt,
IconBaselineDensitySmall,
IconBell,
IconBolt,
IconBook2,
IconBookmark,
IconBookmarkPlus,
IconBox,
IconBracketsContain,
IconBrandGithub,
IconBrandGoogle,
IconBrandLinkedin,
IconBrandX,
IconBriefcase,
IconBuildingSkyscraper,
IconCalendar,
IconCalendarDue,
IconCalendarEvent,
IconCalendarTime,
IconCalendarX,
IconChartCandle,
IconCheck,
IconCheckbox,
IconChevronDown,
IconChevronLeft,
IconChevronRight,
IconChevronUp,
IconChevronsRight,
IconCircleDot,
IconCircleOff,
IconCirclePlus,
IconCircleX,
IconClick,
IconClockHour8,
IconClockShare,
IconCode,
IconCoins,
IconColorSwatch,
IconMessageCircle as IconComment,
IconCopy,
IconCreativeCommonsSa,
IconCreditCard,
IconCsv,
IconCurrencyAfghani,
IconCurrencyBahraini,
IconCurrencyBaht,
IconCurrencyDinar,
IconCurrencyDirham,
IconCurrencyDollar,
IconCurrencyDollarAustralian,
IconCurrencyDollarBrunei,
IconCurrencyDollarCanadian,
IconCurrencyDollarGuyanese,
IconCurrencyDollarSingapore,
IconCurrencyDong,
IconCurrencyDram,
IconCurrencyEuro,
IconCurrencyFlorin,
IconCurrencyForint,
IconCurrencyFrank,
IconCurrencyGuarani,
IconCurrencyHryvnia,
IconCurrencyIranianRial,
IconCurrencyKip,
IconCurrencyKroneCzech,
IconCurrencyKroneDanish,
IconCurrencyKroneSwedish,
IconCurrencyLari,
IconCurrencyLeu,
IconCurrencyLira,
IconCurrencyLyd,
IconCurrencyManat,
IconCurrencyNaira,
IconCurrencyPaanga,
IconCurrencyPeso,
IconCurrencyPound,
IconCurrencyQuetzal,
IconCurrencyReal,
IconCurrencyRenminbi,
IconCurrencyRiyal,
IconCurrencyRubel,
IconCurrencyRufiyaa,
IconCurrencyRupee,
IconCurrencyRupeeNepalese,
IconCurrencyShekel,
IconCurrencySom,
IconCurrencyTaka,
IconCurrencyTenge,
IconCurrencyTugrik,
IconCurrencyWon,
IconCurrencyYen,
IconCurrencyYuan,
IconCurrencyZloty,
IconDatabase,
IconDeviceFloppy,
IconDoorEnter,
IconDotsVertical,
IconDownload,
IconEditCircle,
IconExternalLink,
IconEye,
IconEyeOff,
IconFile,
IconFileCheck,
IconFileExport,
IconFileImport,
IconFilePencil,
IconFileText,
IconFileUpload,
IconFileZip,
IconFilter,
IconFilterOff,
IconFocusCentered,
IconForbid,
IconFunction,
IconGitCommit,
IconGripVertical,
IconH1,
IconH2,
IconH3,
IconHeadphones,
IconHeart,
IconHeartOff,
IconHelpCircle,
IconHierarchy2,
IconHome,
IconInbox,
IconInfoCircle,
IconJson,
IconKey,
IconLanguage,
IconLayersLinked,
IconLayoutKanban,
IconLayoutSidebarLeftCollapse,
IconLayoutSidebarRightCollapse,
IconLayoutSidebarRightExpand,
IconLink,
IconLinkOff,
IconList,
IconListCheck,
IconListNumbers,
IconLock,
IconLockOpen,
IconMail,
IconMailCog,
IconMap,
IconMaximize,
IconMessage,
IconMinus,
IconMoneybag,
IconMoodSmile,
IconMouse2,
IconNotes,
IconNumbers,
IconPaperclip,
IconPencil,
IconPhone,
IconPhoto,
IconPhotoUp,
IconPilcrow,
IconPlayerPlay,
IconPlayerStop,
IconPlaylistAdd,
IconPlaystationSquare,
IconPlug,
IconPlus,
IconPower,
IconPresentation,
IconProgressCheck,
IconPuzzle,
IconQuestionMark,
IconRefresh,
IconRelationManyToMany,
IconRelationOneToMany,
IconRelationOneToOne,
IconReload,
IconRepeat,
IconRestore,
IconRobot,
IconRocket,
IconRotate,
IconRotate2,
IconSearch,
IconSend,
IconSettings,
IconSettingsAutomation,
IconSortDescending,
IconSparkles,
IconSql,
IconSquareKey,
IconSquareRoundedCheck,
IconTable,
IconTag,
IconTags,
IconTarget,
IconTargetArrow,
IconTestPipe,
IconTextSize,
IconTimelineEvent,
IconTool,
IconTrash,
IconPrinter,
IconUnlink,
IconUpload,
IconUser,
IconUserCircle,
IconUsers,
IconVideo,
IconWand,
IconWorld,
IconX,
} from '@tabler/icons-react';
export type { TablerIconsProps } from '@tabler/icons-react';