Files
twenty/packages/twenty-ui/src/display/icon/components/TablerIcons.ts
Rishi Kant 8385d3cfdf fix: #7226 - Improve photo uploader design (#7234)
## Description

### Changes Made

- **Icon Size and Style**: Resized the icon**.
- **Icon Update**: Changed to **photo-up**.
- **Background Color**: Set to **transparent light**.
- **Hover Background Color**: Set to **transparent medium**.
- **Border**: Set to **Border/medium**.
- **Icon Color on Hover**: Set to **light** and **tertiary**.

## Preview of the changes made -

https://github.com/user-attachments/assets/72219531-7ffe-47b5-bae9-216764df68ee
2024-09-24 15:45:59 +02:00

187 lines
3.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,
IconCode,
IconCoins,
IconColorSwatch,
IconMessageCircle as IconComment,
IconCopy,
IconCreativeCommonsSa,
IconCreditCard,
IconCsv,
IconCurrencyBaht,
IconCurrencyDirham,
IconCurrencyDollar,
IconCurrencyEuro,
IconCurrencyFrank,
IconCurrencyKroneCzech,
IconCurrencyKroneSwedish,
IconCurrencyPound,
IconCurrencyReal,
IconCurrencyRiyal,
IconCurrencyWon,
IconCurrencyYen,
IconCurrencyYuan,
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,
IconPlaystationSquare,
IconPlug,
IconPlus,
IconPresentation,
IconProgressCheck,
IconPuzzle,
IconQuestionMark,
IconRefresh,
IconRelationManyToMany,
IconRelationOneToMany,
IconRelationOneToOne,
IconReload,
IconRepeat,
IconRestore,
IconRocket,
IconRotate,
IconRotate2,
IconSearch,
IconSend,
IconSettings,
IconSettingsAutomation,
IconSortDescending,
IconSparkles,
IconSql,
IconSquareRoundedCheck,
IconTable,
IconTag,
IconTags,
IconTarget,
IconTargetArrow,
IconTestPipe,
IconTextSize,
IconTimelineEvent,
IconTrash,
IconUnlink,
IconUpload,
IconUser,
IconUserCircle,
IconUsers,
IconVideo,
IconWand,
IconWorld,
IconX,
IconPlaylistAdd,
} from '@tabler/icons-react';
export type { TablerIconsProps } from '@tabler/icons-react';