Fix Icon Lazy Loading (#2984)

Fix Icon picker
This commit is contained in:
Charles Bochet
2023-12-14 12:13:02 +01:00
committed by GitHub
parent ed2cd408bf
commit 8916dee352
33 changed files with 4366 additions and 192 deletions

View File

@ -1,8 +1,10 @@
/* eslint-disable no-restricted-imports */
export type { TablerIconsProps } from '@tabler/icons-react';
export {
Icon123,
IconAlertCircle,
IconAlertTriangle,
IconApps,
IconArchive,
IconArchiveOff,
IconArrowDown,
@ -36,19 +38,25 @@ export {
IconCopy,
IconCurrencyDollar,
IconDatabase,
IconDeviceFloppy,
IconDotsVertical,
IconDownload,
IconEye,
IconEyeOff,
IconFile,
IconFileCheck,
IconFileImport,
IconFileText,
IconFileUpload,
IconFileZip,
IconForbid,
IconGripVertical,
IconHeadphones,
IconHeart,
IconHeartOff,
IconHelpCircle,
IconHierarchy2,
IconInfoCircle,
IconKey,
IconLanguage,
IconLayoutKanban,
@ -70,8 +78,10 @@ export {
IconPaperclip,
IconPencil,
IconPhone,
IconPhoto,
IconPlug,
IconPlus,
IconPresentation,
IconProgressCheck,
IconRelationManyToMany,
IconRelationOneToMany,
@ -80,6 +90,7 @@ export {
IconRobot,
IconSearch,
IconSettings,
IconTable,
IconTag,
IconTarget,
IconTargetArrow,
@ -90,5 +101,7 @@ export {
IconUser,
IconUserCircle,
IconUsers,
IconVideo,
IconWorld,
IconX,
} from '@tabler/icons-react';