@trackunit/ui-icons 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/Battery.js +24 -0
  2. package/Battery2.js +26 -0
  3. package/BatteryCharging.js +24 -0
  4. package/BatteryCharging2.js +26 -0
  5. package/BatteryFull.js +24 -0
  6. package/BatteryFull2.js +26 -0
  7. package/BatteryLow.js +24 -0
  8. package/BatteryLow2.js +26 -0
  9. package/BatteryMedium.js +24 -0
  10. package/BatteryMedium2.js +26 -0
  11. package/Bluetooth.js +24 -0
  12. package/Bluetooth2.js +26 -0
  13. package/BluetoothOff.js +24 -0
  14. package/BluetoothOff2.js +26 -0
  15. package/Bucket.js +24 -0
  16. package/Bucket2.js +26 -0
  17. package/Bug.js +21 -0
  18. package/Bug2.js +26 -0
  19. package/Compass.js +24 -0
  20. package/Compass2.js +26 -0
  21. package/ConcreteMixer.js +26 -0
  22. package/ConcreteMixer2.js +26 -0
  23. package/DemolitionHammer.js +23 -0
  24. package/DemolitionHammer2.js +26 -0
  25. package/Directions.js +24 -0
  26. package/Directions2.js +26 -0
  27. package/Excavator.js +23 -0
  28. package/Excavator2.js +26 -0
  29. package/FitToHeight.js +24 -0
  30. package/FitToHeight2.js +26 -0
  31. package/FitToWidth.js +24 -0
  32. package/FitToWidth2.js +26 -0
  33. package/Gps.js +24 -0
  34. package/Gps2.js +26 -0
  35. package/Hardhat.js +23 -0
  36. package/Hardhat2.js +26 -0
  37. package/Hierarchy.js +22 -0
  38. package/Hierarchy2.js +26 -0
  39. package/IconProps.d.ts +7 -0
  40. package/Plug.js +22 -0
  41. package/Plug2.js +26 -0
  42. package/README.md +7 -0
  43. package/Timeline.js +22 -0
  44. package/Timeline1.js +22 -0
  45. package/Timeline12.js +26 -0
  46. package/Timeline2.js +26 -0
  47. package/TrackunitIcons.d.ts +60 -0
  48. package/Wrench.js +22 -0
  49. package/Wrench2.js +26 -0
  50. package/Zone.js +24 -0
  51. package/Zone2.js +26 -0
  52. package/ensureIconWithFallback.d.ts +3 -0
  53. package/heroIconLookup.d.ts +2 -0
  54. package/heroiconsTypes.d.ts +9 -0
  55. package/icons/outline/Battery.d.ts +3 -0
  56. package/icons/outline/BatteryCharging.d.ts +3 -0
  57. package/icons/outline/BatteryFull.d.ts +3 -0
  58. package/icons/outline/BatteryLow.d.ts +3 -0
  59. package/icons/outline/BatteryMedium.d.ts +3 -0
  60. package/icons/outline/Bluetooth.d.ts +3 -0
  61. package/icons/outline/BluetoothOff.d.ts +3 -0
  62. package/icons/outline/Bucket.d.ts +3 -0
  63. package/icons/outline/Bug.d.ts +3 -0
  64. package/icons/outline/Compass.d.ts +3 -0
  65. package/icons/outline/ConcreteMixer.d.ts +3 -0
  66. package/icons/outline/DemolitionHammer.d.ts +3 -0
  67. package/icons/outline/Directions.d.ts +3 -0
  68. package/icons/outline/Excavator.d.ts +3 -0
  69. package/icons/outline/FitToHeight.d.ts +3 -0
  70. package/icons/outline/FitToWidth.d.ts +3 -0
  71. package/icons/outline/Gps.d.ts +3 -0
  72. package/icons/outline/Hardhat.d.ts +3 -0
  73. package/icons/outline/Hierarchy.d.ts +3 -0
  74. package/icons/outline/Plug.d.ts +3 -0
  75. package/icons/outline/Timeline.d.ts +3 -0
  76. package/icons/outline/Timeline1.d.ts +3 -0
  77. package/icons/outline/Wrench.d.ts +3 -0
  78. package/icons/outline/Zone.d.ts +3 -0
  79. package/icons/solid/Battery.d.ts +3 -0
  80. package/icons/solid/BatteryCharging.d.ts +3 -0
  81. package/icons/solid/BatteryFull.d.ts +3 -0
  82. package/icons/solid/BatteryLow.d.ts +3 -0
  83. package/icons/solid/BatteryMedium.d.ts +3 -0
  84. package/icons/solid/Bluetooth.d.ts +3 -0
  85. package/icons/solid/BluetoothOff.d.ts +3 -0
  86. package/icons/solid/Bucket.d.ts +3 -0
  87. package/icons/solid/Bug.d.ts +3 -0
  88. package/icons/solid/Compass.d.ts +3 -0
  89. package/icons/solid/ConcreteMixer.d.ts +3 -0
  90. package/icons/solid/DemolitionHammer.d.ts +3 -0
  91. package/icons/solid/Directions.d.ts +3 -0
  92. package/icons/solid/Excavator.d.ts +3 -0
  93. package/icons/solid/FitToHeight.d.ts +3 -0
  94. package/icons/solid/FitToWidth.d.ts +3 -0
  95. package/icons/solid/Gps.d.ts +3 -0
  96. package/icons/solid/Hardhat.d.ts +3 -0
  97. package/icons/solid/Hierarchy.d.ts +3 -0
  98. package/icons/solid/Plug.d.ts +3 -0
  99. package/icons/solid/Timeline.d.ts +3 -0
  100. package/icons/solid/Timeline1.d.ts +3 -0
  101. package/icons/solid/Wrench.d.ts +3 -0
  102. package/icons/solid/Zone.d.ts +3 -0
  103. package/index.d.ts +6 -0
  104. package/index.js +572 -0
  105. package/package.json +16 -0
  106. package/scripts/generate-icons.d.ts +2 -0
  107. package/scripts/svgoConfig.d.ts +2 -0
  108. package/trackunitIconLookup.d.ts +2 -0
package/index.js ADDED
@@ -0,0 +1,572 @@
1
+ import * as React from 'react';
2
+
3
+ const HeroIconsArray = ["AcademicCapIcon", "AdjustmentsIcon", "AnnotationIcon", "ArchiveIcon", "ArrowCircleDownIcon", "ArrowCircleLeftIcon", "ArrowCircleRightIcon", "ArrowCircleUpIcon", "ArrowDownIcon", "ArrowLeftIcon", "ArrowNarrowDownIcon", "ArrowNarrowLeftIcon", "ArrowNarrowRightIcon", "ArrowNarrowUpIcon", "ArrowRightIcon", "ArrowSmDownIcon", "ArrowSmLeftIcon", "ArrowSmRightIcon", "ArrowSmUpIcon", "ArrowUpIcon", "ArrowsExpandIcon", "AtSymbolIcon", "BackspaceIcon", "BadgeCheckIcon", "BanIcon", "BeakerIcon", "BellIcon", "BookOpenIcon", "BookmarkAltIcon", "BookmarkIcon", "BriefcaseIcon", "CakeIcon", "CalculatorIcon", "CalendarIcon", "CameraIcon", "CashIcon", "ChartBarIcon", "ChartPieIcon", "ChartSquareBarIcon", "ChatAlt2Icon", "ChatAltIcon", "ChatIcon", "CheckCircleIcon", "CheckIcon", "ChevronDoubleDownIcon", "ChevronDoubleLeftIcon", "ChevronDoubleRightIcon", "ChevronDoubleUpIcon", "ChevronDownIcon", "ChevronLeftIcon", "ChevronRightIcon", "ChevronUpIcon", "ChipIcon", "ClipboardCheckIcon", "ClipboardCopyIcon", "ClipboardListIcon", "ClipboardIcon", "ClockIcon", "CloudDownloadIcon", "CloudUploadIcon", "CloudIcon", "CodeIcon", "CogIcon", "CollectionIcon", "ColorSwatchIcon", "CreditCardIcon", "CubeTransparentIcon", "CubeIcon", "CurrencyBangladeshiIcon", "CurrencyDollarIcon", "CurrencyEuroIcon", "CurrencyPoundIcon", "CurrencyRupeeIcon", "CurrencyYenIcon", "CursorClickIcon", "DatabaseIcon", "DesktopComputerIcon", "DeviceMobileIcon", "DeviceTabletIcon", "DocumentAddIcon", "DocumentDownloadIcon", "DocumentDuplicateIcon", "DocumentRemoveIcon", "DocumentReportIcon", "DocumentSearchIcon", "DocumentTextIcon", "DocumentIcon", "DotsCircleHorizontalIcon", "DotsHorizontalIcon", "DotsVerticalIcon", "DownloadIcon", "DuplicateIcon", "EmojiHappyIcon", "EmojiSadIcon", "ExclamationCircleIcon", "ExclamationIcon", "ExternalLinkIcon", "EyeOffIcon", "EyeIcon", "FastForwardIcon", "FilmIcon", "FilterIcon", "FingerPrintIcon", "FireIcon", "FlagIcon", "FolderAddIcon", "FolderDownloadIcon", "FolderOpenIcon", "FolderRemoveIcon", "FolderIcon", "GiftIcon", "GlobeAltIcon", "GlobeIcon", "HandIcon", "HashtagIcon", "HeartIcon", "HomeIcon", "IdentificationIcon", "InboxInIcon", "InboxIcon", "InformationCircleIcon", "KeyIcon", "LibraryIcon", "LightBulbIcon", "LightningBoltIcon", "LinkIcon", "LocationMarkerIcon", "LockClosedIcon", "LockOpenIcon", "LoginIcon", "LogoutIcon", "MailOpenIcon", "MailIcon", "MapIcon", "MenuAlt1Icon", "MenuAlt2Icon", "MenuAlt3Icon", "MenuAlt4Icon", "MenuIcon", "MicrophoneIcon", "MinusCircleIcon", "MinusSmIcon", "MinusIcon", "MoonIcon", "MusicNoteIcon", "NewspaperIcon", "OfficeBuildingIcon", "PaperAirplaneIcon", "PaperClipIcon", "PauseIcon", "PencilAltIcon", "PencilIcon", "PhoneIncomingIcon", "PhoneMissedCallIcon", "PhoneOutgoingIcon", "PhoneIcon", "PhotographIcon", "PlayIcon", "PlusCircleIcon", "PlusSmIcon", "PlusIcon", "PresentationChartBarIcon", "PresentationChartLineIcon", "PrinterIcon", "PuzzleIcon", "QrcodeIcon", "QuestionMarkCircleIcon", "ReceiptRefundIcon", "ReceiptTaxIcon", "RefreshIcon", "ReplyIcon", "RewindIcon", "RssIcon", "SaveAsIcon", "SaveIcon", "ScaleIcon", "ScissorsIcon", "SearchCircleIcon", "SearchIcon", "SelectorIcon", "ServerIcon", "ShareIcon", "ShieldCheckIcon", "ShieldExclamationIcon", "ShoppingBagIcon", "ShoppingCartIcon", "SortAscendingIcon", "SortDescendingIcon", "SparklesIcon", "SpeakerphoneIcon", "StarIcon", "StatusOfflineIcon", "StatusOnlineIcon", "StopIcon", "SunIcon", "SupportIcon", "SwitchHorizontalIcon", "SwitchVerticalIcon", "TableIcon", "TagIcon", "TemplateIcon", "TerminalIcon", "ThumbDownIcon", "ThumbUpIcon", "TicketIcon", "TranslateIcon", "TrashIcon", "TrendingDownIcon", "TrendingUpIcon", "TruckIcon", "UploadIcon", "UserAddIcon", "UserCircleIcon", "UserGroupIcon", "UserRemoveIcon", "UserIcon", "UsersIcon", "VariableIcon", "VideoCameraIcon", "ViewBoardsIcon", "ViewGridAddIcon", "ViewGridIcon", "ViewListIcon", "VolumeOffIcon", "VolumeUpIcon", "WifiIcon", "XCircleIcon", "XIcon", "ZoomInIcon", "ZoomOutIcon"];
4
+ const lookupOutline = {
5
+ AcademicCapIcon: React.lazy(() => import('@heroicons/react/outline/AcademicCapIcon')),
6
+ AdjustmentsIcon: React.lazy(() => import('@heroicons/react/outline/AdjustmentsIcon')),
7
+ AnnotationIcon: React.lazy(() => import('@heroicons/react/outline/AnnotationIcon')),
8
+ ArchiveIcon: React.lazy(() => import('@heroicons/react/outline/ArchiveIcon')),
9
+ ArrowCircleDownIcon: React.lazy(() => import('@heroicons/react/outline/ArrowCircleDownIcon')),
10
+ ArrowCircleLeftIcon: React.lazy(() => import('@heroicons/react/outline/ArrowCircleLeftIcon')),
11
+ ArrowCircleRightIcon: React.lazy(() => import('@heroicons/react/outline/ArrowCircleRightIcon')),
12
+ ArrowCircleUpIcon: React.lazy(() => import('@heroicons/react/outline/ArrowCircleUpIcon')),
13
+ ArrowDownIcon: React.lazy(() => import('@heroicons/react/outline/ArrowDownIcon')),
14
+ ArrowLeftIcon: React.lazy(() => import('@heroicons/react/outline/ArrowLeftIcon')),
15
+ ArrowNarrowDownIcon: React.lazy(() => import('@heroicons/react/outline/ArrowNarrowDownIcon')),
16
+ ArrowNarrowLeftIcon: React.lazy(() => import('@heroicons/react/outline/ArrowNarrowLeftIcon')),
17
+ ArrowNarrowRightIcon: React.lazy(() => import('@heroicons/react/outline/ArrowNarrowRightIcon')),
18
+ ArrowNarrowUpIcon: React.lazy(() => import('@heroicons/react/outline/ArrowNarrowUpIcon')),
19
+ ArrowRightIcon: React.lazy(() => import('@heroicons/react/outline/ArrowRightIcon')),
20
+ ArrowSmDownIcon: React.lazy(() => import('@heroicons/react/outline/ArrowSmDownIcon')),
21
+ ArrowSmLeftIcon: React.lazy(() => import('@heroicons/react/outline/ArrowSmLeftIcon')),
22
+ ArrowSmRightIcon: React.lazy(() => import('@heroicons/react/outline/ArrowSmRightIcon')),
23
+ ArrowSmUpIcon: React.lazy(() => import('@heroicons/react/outline/ArrowSmUpIcon')),
24
+ ArrowUpIcon: React.lazy(() => import('@heroicons/react/outline/ArrowUpIcon')),
25
+ ArrowsExpandIcon: React.lazy(() => import('@heroicons/react/outline/ArrowsExpandIcon')),
26
+ AtSymbolIcon: React.lazy(() => import('@heroicons/react/outline/AtSymbolIcon')),
27
+ BackspaceIcon: React.lazy(() => import('@heroicons/react/outline/BackspaceIcon')),
28
+ BadgeCheckIcon: React.lazy(() => import('@heroicons/react/outline/BadgeCheckIcon')),
29
+ BanIcon: React.lazy(() => import('@heroicons/react/outline/BanIcon')),
30
+ BeakerIcon: React.lazy(() => import('@heroicons/react/outline/BeakerIcon')),
31
+ BellIcon: React.lazy(() => import('@heroicons/react/outline/BellIcon')),
32
+ BookOpenIcon: React.lazy(() => import('@heroicons/react/outline/BookOpenIcon')),
33
+ BookmarkAltIcon: React.lazy(() => import('@heroicons/react/outline/BookmarkAltIcon')),
34
+ BookmarkIcon: React.lazy(() => import('@heroicons/react/outline/BookmarkIcon')),
35
+ BriefcaseIcon: React.lazy(() => import('@heroicons/react/outline/BriefcaseIcon')),
36
+ CakeIcon: React.lazy(() => import('@heroicons/react/outline/CakeIcon')),
37
+ CalculatorIcon: React.lazy(() => import('@heroicons/react/outline/CalculatorIcon')),
38
+ CalendarIcon: React.lazy(() => import('@heroicons/react/outline/CalendarIcon')),
39
+ CameraIcon: React.lazy(() => import('@heroicons/react/outline/CameraIcon')),
40
+ CashIcon: React.lazy(() => import('@heroicons/react/outline/CashIcon')),
41
+ ChartBarIcon: React.lazy(() => import('@heroicons/react/outline/ChartBarIcon')),
42
+ ChartPieIcon: React.lazy(() => import('@heroicons/react/outline/ChartPieIcon')),
43
+ ChartSquareBarIcon: React.lazy(() => import('@heroicons/react/outline/ChartSquareBarIcon')),
44
+ ChatAlt2Icon: React.lazy(() => import('@heroicons/react/outline/ChatAlt2Icon')),
45
+ ChatAltIcon: React.lazy(() => import('@heroicons/react/outline/ChatAltIcon')),
46
+ ChatIcon: React.lazy(() => import('@heroicons/react/outline/ChatIcon')),
47
+ CheckCircleIcon: React.lazy(() => import('@heroicons/react/outline/CheckCircleIcon')),
48
+ CheckIcon: React.lazy(() => import('@heroicons/react/outline/CheckIcon')),
49
+ ChevronDoubleDownIcon: React.lazy(() => import('@heroicons/react/outline/ChevronDoubleDownIcon')),
50
+ ChevronDoubleLeftIcon: React.lazy(() => import('@heroicons/react/outline/ChevronDoubleLeftIcon')),
51
+ ChevronDoubleRightIcon: React.lazy(() => import('@heroicons/react/outline/ChevronDoubleRightIcon')),
52
+ ChevronDoubleUpIcon: React.lazy(() => import('@heroicons/react/outline/ChevronDoubleUpIcon')),
53
+ ChevronDownIcon: React.lazy(() => import('@heroicons/react/outline/ChevronDownIcon')),
54
+ ChevronLeftIcon: React.lazy(() => import('@heroicons/react/outline/ChevronLeftIcon')),
55
+ ChevronRightIcon: React.lazy(() => import('@heroicons/react/outline/ChevronRightIcon')),
56
+ ChevronUpIcon: React.lazy(() => import('@heroicons/react/outline/ChevronUpIcon')),
57
+ ChipIcon: React.lazy(() => import('@heroicons/react/outline/ChipIcon')),
58
+ ClipboardCheckIcon: React.lazy(() => import('@heroicons/react/outline/ClipboardCheckIcon')),
59
+ ClipboardCopyIcon: React.lazy(() => import('@heroicons/react/outline/ClipboardCopyIcon')),
60
+ ClipboardListIcon: React.lazy(() => import('@heroicons/react/outline/ClipboardListIcon')),
61
+ ClipboardIcon: React.lazy(() => import('@heroicons/react/outline/ClipboardIcon')),
62
+ ClockIcon: React.lazy(() => import('@heroicons/react/outline/ClockIcon')),
63
+ CloudDownloadIcon: React.lazy(() => import('@heroicons/react/outline/CloudDownloadIcon')),
64
+ CloudUploadIcon: React.lazy(() => import('@heroicons/react/outline/CloudUploadIcon')),
65
+ CloudIcon: React.lazy(() => import('@heroicons/react/outline/CloudIcon')),
66
+ CodeIcon: React.lazy(() => import('@heroicons/react/outline/CodeIcon')),
67
+ CogIcon: React.lazy(() => import('@heroicons/react/outline/CogIcon')),
68
+ CollectionIcon: React.lazy(() => import('@heroicons/react/outline/CollectionIcon')),
69
+ ColorSwatchIcon: React.lazy(() => import('@heroicons/react/outline/ColorSwatchIcon')),
70
+ CreditCardIcon: React.lazy(() => import('@heroicons/react/outline/CreditCardIcon')),
71
+ CubeTransparentIcon: React.lazy(() => import('@heroicons/react/outline/CubeTransparentIcon')),
72
+ CubeIcon: React.lazy(() => import('@heroicons/react/outline/CubeIcon')),
73
+ CurrencyBangladeshiIcon: React.lazy(() => import('@heroicons/react/outline/CurrencyBangladeshiIcon')),
74
+ CurrencyDollarIcon: React.lazy(() => import('@heroicons/react/outline/CurrencyDollarIcon')),
75
+ CurrencyEuroIcon: React.lazy(() => import('@heroicons/react/outline/CurrencyEuroIcon')),
76
+ CurrencyPoundIcon: React.lazy(() => import('@heroicons/react/outline/CurrencyPoundIcon')),
77
+ CurrencyRupeeIcon: React.lazy(() => import('@heroicons/react/outline/CurrencyRupeeIcon')),
78
+ CurrencyYenIcon: React.lazy(() => import('@heroicons/react/outline/CurrencyYenIcon')),
79
+ CursorClickIcon: React.lazy(() => import('@heroicons/react/outline/CursorClickIcon')),
80
+ DatabaseIcon: React.lazy(() => import('@heroicons/react/outline/DatabaseIcon')),
81
+ DesktopComputerIcon: React.lazy(() => import('@heroicons/react/outline/DesktopComputerIcon')),
82
+ DeviceMobileIcon: React.lazy(() => import('@heroicons/react/outline/DeviceMobileIcon')),
83
+ DeviceTabletIcon: React.lazy(() => import('@heroicons/react/outline/DeviceTabletIcon')),
84
+ DocumentAddIcon: React.lazy(() => import('@heroicons/react/outline/DocumentAddIcon')),
85
+ DocumentDownloadIcon: React.lazy(() => import('@heroicons/react/outline/DocumentDownloadIcon')),
86
+ DocumentDuplicateIcon: React.lazy(() => import('@heroicons/react/outline/DocumentDuplicateIcon')),
87
+ DocumentRemoveIcon: React.lazy(() => import('@heroicons/react/outline/DocumentRemoveIcon')),
88
+ DocumentReportIcon: React.lazy(() => import('@heroicons/react/outline/DocumentReportIcon')),
89
+ DocumentSearchIcon: React.lazy(() => import('@heroicons/react/outline/DocumentSearchIcon')),
90
+ DocumentTextIcon: React.lazy(() => import('@heroicons/react/outline/DocumentTextIcon')),
91
+ DocumentIcon: React.lazy(() => import('@heroicons/react/outline/DocumentIcon')),
92
+ DotsCircleHorizontalIcon: React.lazy(() => import('@heroicons/react/outline/DotsCircleHorizontalIcon')),
93
+ DotsHorizontalIcon: React.lazy(() => import('@heroicons/react/outline/DotsHorizontalIcon')),
94
+ DotsVerticalIcon: React.lazy(() => import('@heroicons/react/outline/DotsVerticalIcon')),
95
+ DownloadIcon: React.lazy(() => import('@heroicons/react/outline/DownloadIcon')),
96
+ DuplicateIcon: React.lazy(() => import('@heroicons/react/outline/DuplicateIcon')),
97
+ EmojiHappyIcon: React.lazy(() => import('@heroicons/react/outline/EmojiHappyIcon')),
98
+ EmojiSadIcon: React.lazy(() => import('@heroicons/react/outline/EmojiSadIcon')),
99
+ ExclamationCircleIcon: React.lazy(() => import('@heroicons/react/outline/ExclamationCircleIcon')),
100
+ ExclamationIcon: React.lazy(() => import('@heroicons/react/outline/ExclamationIcon')),
101
+ ExternalLinkIcon: React.lazy(() => import('@heroicons/react/outline/ExternalLinkIcon')),
102
+ EyeOffIcon: React.lazy(() => import('@heroicons/react/outline/EyeOffIcon')),
103
+ EyeIcon: React.lazy(() => import('@heroicons/react/outline/EyeIcon')),
104
+ FastForwardIcon: React.lazy(() => import('@heroicons/react/outline/FastForwardIcon')),
105
+ FilmIcon: React.lazy(() => import('@heroicons/react/outline/FilmIcon')),
106
+ FilterIcon: React.lazy(() => import('@heroicons/react/outline/FilterIcon')),
107
+ FingerPrintIcon: React.lazy(() => import('@heroicons/react/outline/FingerPrintIcon')),
108
+ FireIcon: React.lazy(() => import('@heroicons/react/outline/FireIcon')),
109
+ FlagIcon: React.lazy(() => import('@heroicons/react/outline/FlagIcon')),
110
+ FolderAddIcon: React.lazy(() => import('@heroicons/react/outline/FolderAddIcon')),
111
+ FolderDownloadIcon: React.lazy(() => import('@heroicons/react/outline/FolderDownloadIcon')),
112
+ FolderOpenIcon: React.lazy(() => import('@heroicons/react/outline/FolderOpenIcon')),
113
+ FolderRemoveIcon: React.lazy(() => import('@heroicons/react/outline/FolderRemoveIcon')),
114
+ FolderIcon: React.lazy(() => import('@heroicons/react/outline/FolderIcon')),
115
+ GiftIcon: React.lazy(() => import('@heroicons/react/outline/GiftIcon')),
116
+ GlobeAltIcon: React.lazy(() => import('@heroicons/react/outline/GlobeAltIcon')),
117
+ GlobeIcon: React.lazy(() => import('@heroicons/react/outline/GlobeIcon')),
118
+ HandIcon: React.lazy(() => import('@heroicons/react/outline/HandIcon')),
119
+ HashtagIcon: React.lazy(() => import('@heroicons/react/outline/HashtagIcon')),
120
+ HeartIcon: React.lazy(() => import('@heroicons/react/outline/HeartIcon')),
121
+ HomeIcon: React.lazy(() => import('@heroicons/react/outline/HomeIcon')),
122
+ IdentificationIcon: React.lazy(() => import('@heroicons/react/outline/IdentificationIcon')),
123
+ InboxInIcon: React.lazy(() => import('@heroicons/react/outline/InboxInIcon')),
124
+ InboxIcon: React.lazy(() => import('@heroicons/react/outline/InboxIcon')),
125
+ InformationCircleIcon: React.lazy(() => import('@heroicons/react/outline/InformationCircleIcon')),
126
+ KeyIcon: React.lazy(() => import('@heroicons/react/outline/KeyIcon')),
127
+ LibraryIcon: React.lazy(() => import('@heroicons/react/outline/LibraryIcon')),
128
+ LightBulbIcon: React.lazy(() => import('@heroicons/react/outline/LightBulbIcon')),
129
+ LightningBoltIcon: React.lazy(() => import('@heroicons/react/outline/LightningBoltIcon')),
130
+ LinkIcon: React.lazy(() => import('@heroicons/react/outline/LinkIcon')),
131
+ LocationMarkerIcon: React.lazy(() => import('@heroicons/react/outline/LocationMarkerIcon')),
132
+ LockClosedIcon: React.lazy(() => import('@heroicons/react/outline/LockClosedIcon')),
133
+ LockOpenIcon: React.lazy(() => import('@heroicons/react/outline/LockOpenIcon')),
134
+ LoginIcon: React.lazy(() => import('@heroicons/react/outline/LoginIcon')),
135
+ LogoutIcon: React.lazy(() => import('@heroicons/react/outline/LogoutIcon')),
136
+ MailOpenIcon: React.lazy(() => import('@heroicons/react/outline/MailOpenIcon')),
137
+ MailIcon: React.lazy(() => import('@heroicons/react/outline/MailIcon')),
138
+ MapIcon: React.lazy(() => import('@heroicons/react/outline/MapIcon')),
139
+ MenuAlt1Icon: React.lazy(() => import('@heroicons/react/outline/MenuAlt1Icon')),
140
+ MenuAlt2Icon: React.lazy(() => import('@heroicons/react/outline/MenuAlt2Icon')),
141
+ MenuAlt3Icon: React.lazy(() => import('@heroicons/react/outline/MenuAlt3Icon')),
142
+ MenuAlt4Icon: React.lazy(() => import('@heroicons/react/outline/MenuAlt4Icon')),
143
+ MenuIcon: React.lazy(() => import('@heroicons/react/outline/MenuIcon')),
144
+ MicrophoneIcon: React.lazy(() => import('@heroicons/react/outline/MicrophoneIcon')),
145
+ MinusCircleIcon: React.lazy(() => import('@heroicons/react/outline/MinusCircleIcon')),
146
+ MinusSmIcon: React.lazy(() => import('@heroicons/react/outline/MinusSmIcon')),
147
+ MinusIcon: React.lazy(() => import('@heroicons/react/outline/MinusIcon')),
148
+ MoonIcon: React.lazy(() => import('@heroicons/react/outline/MoonIcon')),
149
+ MusicNoteIcon: React.lazy(() => import('@heroicons/react/outline/MusicNoteIcon')),
150
+ NewspaperIcon: React.lazy(() => import('@heroicons/react/outline/NewspaperIcon')),
151
+ OfficeBuildingIcon: React.lazy(() => import('@heroicons/react/outline/OfficeBuildingIcon')),
152
+ PaperAirplaneIcon: React.lazy(() => import('@heroicons/react/outline/PaperAirplaneIcon')),
153
+ PaperClipIcon: React.lazy(() => import('@heroicons/react/outline/PaperClipIcon')),
154
+ PauseIcon: React.lazy(() => import('@heroicons/react/outline/PauseIcon')),
155
+ PencilAltIcon: React.lazy(() => import('@heroicons/react/outline/PencilAltIcon')),
156
+ PencilIcon: React.lazy(() => import('@heroicons/react/outline/PencilIcon')),
157
+ PhoneIncomingIcon: React.lazy(() => import('@heroicons/react/outline/PhoneIncomingIcon')),
158
+ PhoneMissedCallIcon: React.lazy(() => import('@heroicons/react/outline/PhoneMissedCallIcon')),
159
+ PhoneOutgoingIcon: React.lazy(() => import('@heroicons/react/outline/PhoneOutgoingIcon')),
160
+ PhoneIcon: React.lazy(() => import('@heroicons/react/outline/PhoneIcon')),
161
+ PhotographIcon: React.lazy(() => import('@heroicons/react/outline/PhotographIcon')),
162
+ PlayIcon: React.lazy(() => import('@heroicons/react/outline/PlayIcon')),
163
+ PlusCircleIcon: React.lazy(() => import('@heroicons/react/outline/PlusCircleIcon')),
164
+ PlusSmIcon: React.lazy(() => import('@heroicons/react/outline/PlusSmIcon')),
165
+ PlusIcon: React.lazy(() => import('@heroicons/react/outline/PlusIcon')),
166
+ PresentationChartBarIcon: React.lazy(() => import('@heroicons/react/outline/PresentationChartBarIcon')),
167
+ PresentationChartLineIcon: React.lazy(() => import('@heroicons/react/outline/PresentationChartLineIcon')),
168
+ PrinterIcon: React.lazy(() => import('@heroicons/react/outline/PrinterIcon')),
169
+ PuzzleIcon: React.lazy(() => import('@heroicons/react/outline/PuzzleIcon')),
170
+ QrcodeIcon: React.lazy(() => import('@heroicons/react/outline/QrcodeIcon')),
171
+ QuestionMarkCircleIcon: React.lazy(() => import('@heroicons/react/outline/QuestionMarkCircleIcon')),
172
+ ReceiptRefundIcon: React.lazy(() => import('@heroicons/react/outline/ReceiptRefundIcon')),
173
+ ReceiptTaxIcon: React.lazy(() => import('@heroicons/react/outline/ReceiptTaxIcon')),
174
+ RefreshIcon: React.lazy(() => import('@heroicons/react/outline/RefreshIcon')),
175
+ ReplyIcon: React.lazy(() => import('@heroicons/react/outline/ReplyIcon')),
176
+ RewindIcon: React.lazy(() => import('@heroicons/react/outline/RewindIcon')),
177
+ RssIcon: React.lazy(() => import('@heroicons/react/outline/RssIcon')),
178
+ SaveAsIcon: React.lazy(() => import('@heroicons/react/outline/SaveAsIcon')),
179
+ SaveIcon: React.lazy(() => import('@heroicons/react/outline/SaveIcon')),
180
+ ScaleIcon: React.lazy(() => import('@heroicons/react/outline/ScaleIcon')),
181
+ ScissorsIcon: React.lazy(() => import('@heroicons/react/outline/ScissorsIcon')),
182
+ SearchCircleIcon: React.lazy(() => import('@heroicons/react/outline/SearchCircleIcon')),
183
+ SearchIcon: React.lazy(() => import('@heroicons/react/outline/SearchIcon')),
184
+ SelectorIcon: React.lazy(() => import('@heroicons/react/outline/SelectorIcon')),
185
+ ServerIcon: React.lazy(() => import('@heroicons/react/outline/ServerIcon')),
186
+ ShareIcon: React.lazy(() => import('@heroicons/react/outline/ShareIcon')),
187
+ ShieldCheckIcon: React.lazy(() => import('@heroicons/react/outline/ShieldCheckIcon')),
188
+ ShieldExclamationIcon: React.lazy(() => import('@heroicons/react/outline/ShieldExclamationIcon')),
189
+ ShoppingBagIcon: React.lazy(() => import('@heroicons/react/outline/ShoppingBagIcon')),
190
+ ShoppingCartIcon: React.lazy(() => import('@heroicons/react/outline/ShoppingCartIcon')),
191
+ SortAscendingIcon: React.lazy(() => import('@heroicons/react/outline/SortAscendingIcon')),
192
+ SortDescendingIcon: React.lazy(() => import('@heroicons/react/outline/SortDescendingIcon')),
193
+ SparklesIcon: React.lazy(() => import('@heroicons/react/outline/SparklesIcon')),
194
+ SpeakerphoneIcon: React.lazy(() => import('@heroicons/react/outline/SpeakerphoneIcon')),
195
+ StarIcon: React.lazy(() => import('@heroicons/react/outline/StarIcon')),
196
+ StatusOfflineIcon: React.lazy(() => import('@heroicons/react/outline/StatusOfflineIcon')),
197
+ StatusOnlineIcon: React.lazy(() => import('@heroicons/react/outline/StatusOnlineIcon')),
198
+ StopIcon: React.lazy(() => import('@heroicons/react/outline/StopIcon')),
199
+ SunIcon: React.lazy(() => import('@heroicons/react/outline/SunIcon')),
200
+ SupportIcon: React.lazy(() => import('@heroicons/react/outline/SupportIcon')),
201
+ SwitchHorizontalIcon: React.lazy(() => import('@heroicons/react/outline/SwitchHorizontalIcon')),
202
+ SwitchVerticalIcon: React.lazy(() => import('@heroicons/react/outline/SwitchVerticalIcon')),
203
+ TableIcon: React.lazy(() => import('@heroicons/react/outline/TableIcon')),
204
+ TagIcon: React.lazy(() => import('@heroicons/react/outline/TagIcon')),
205
+ TemplateIcon: React.lazy(() => import('@heroicons/react/outline/TemplateIcon')),
206
+ TerminalIcon: React.lazy(() => import('@heroicons/react/outline/TerminalIcon')),
207
+ ThumbDownIcon: React.lazy(() => import('@heroicons/react/outline/ThumbDownIcon')),
208
+ ThumbUpIcon: React.lazy(() => import('@heroicons/react/outline/ThumbUpIcon')),
209
+ TicketIcon: React.lazy(() => import('@heroicons/react/outline/TicketIcon')),
210
+ TranslateIcon: React.lazy(() => import('@heroicons/react/outline/TranslateIcon')),
211
+ TrashIcon: React.lazy(() => import('@heroicons/react/outline/TrashIcon')),
212
+ TrendingDownIcon: React.lazy(() => import('@heroicons/react/outline/TrendingDownIcon')),
213
+ TrendingUpIcon: React.lazy(() => import('@heroicons/react/outline/TrendingUpIcon')),
214
+ TruckIcon: React.lazy(() => import('@heroicons/react/outline/TruckIcon')),
215
+ UploadIcon: React.lazy(() => import('@heroicons/react/outline/UploadIcon')),
216
+ UserAddIcon: React.lazy(() => import('@heroicons/react/outline/UserAddIcon')),
217
+ UserCircleIcon: React.lazy(() => import('@heroicons/react/outline/UserCircleIcon')),
218
+ UserGroupIcon: React.lazy(() => import('@heroicons/react/outline/UserGroupIcon')),
219
+ UserRemoveIcon: React.lazy(() => import('@heroicons/react/outline/UserRemoveIcon')),
220
+ UserIcon: React.lazy(() => import('@heroicons/react/outline/UserIcon')),
221
+ UsersIcon: React.lazy(() => import('@heroicons/react/outline/UsersIcon')),
222
+ VariableIcon: React.lazy(() => import('@heroicons/react/outline/VariableIcon')),
223
+ VideoCameraIcon: React.lazy(() => import('@heroicons/react/outline/VideoCameraIcon')),
224
+ ViewBoardsIcon: React.lazy(() => import('@heroicons/react/outline/ViewBoardsIcon')),
225
+ ViewGridAddIcon: React.lazy(() => import('@heroicons/react/outline/ViewGridAddIcon')),
226
+ ViewGridIcon: React.lazy(() => import('@heroicons/react/outline/ViewGridIcon')),
227
+ ViewListIcon: React.lazy(() => import('@heroicons/react/outline/ViewListIcon')),
228
+ VolumeOffIcon: React.lazy(() => import('@heroicons/react/outline/VolumeOffIcon')),
229
+ VolumeUpIcon: React.lazy(() => import('@heroicons/react/outline/VolumeUpIcon')),
230
+ WifiIcon: React.lazy(() => import('@heroicons/react/outline/WifiIcon')),
231
+ XCircleIcon: React.lazy(() => import('@heroicons/react/outline/XCircleIcon')),
232
+ XIcon: React.lazy(() => import('@heroicons/react/outline/XIcon')),
233
+ ZoomInIcon: React.lazy(() => import('@heroicons/react/outline/ZoomInIcon')),
234
+ ZoomOutIcon: React.lazy(() => import('@heroicons/react/outline/ZoomOutIcon'))
235
+ };
236
+ const lookupSolid = {
237
+ AcademicCapIcon: React.lazy(() => import('@heroicons/react/solid/AcademicCapIcon')),
238
+ AdjustmentsIcon: React.lazy(() => import('@heroicons/react/solid/AdjustmentsIcon')),
239
+ AnnotationIcon: React.lazy(() => import('@heroicons/react/solid/AnnotationIcon')),
240
+ ArchiveIcon: React.lazy(() => import('@heroicons/react/solid/ArchiveIcon')),
241
+ ArrowCircleDownIcon: React.lazy(() => import('@heroicons/react/solid/ArrowCircleDownIcon')),
242
+ ArrowCircleLeftIcon: React.lazy(() => import('@heroicons/react/solid/ArrowCircleLeftIcon')),
243
+ ArrowCircleRightIcon: React.lazy(() => import('@heroicons/react/solid/ArrowCircleRightIcon')),
244
+ ArrowCircleUpIcon: React.lazy(() => import('@heroicons/react/solid/ArrowCircleUpIcon')),
245
+ ArrowDownIcon: React.lazy(() => import('@heroicons/react/solid/ArrowDownIcon')),
246
+ ArrowLeftIcon: React.lazy(() => import('@heroicons/react/solid/ArrowLeftIcon')),
247
+ ArrowNarrowDownIcon: React.lazy(() => import('@heroicons/react/solid/ArrowNarrowDownIcon')),
248
+ ArrowNarrowLeftIcon: React.lazy(() => import('@heroicons/react/solid/ArrowNarrowLeftIcon')),
249
+ ArrowNarrowRightIcon: React.lazy(() => import('@heroicons/react/solid/ArrowNarrowRightIcon')),
250
+ ArrowNarrowUpIcon: React.lazy(() => import('@heroicons/react/solid/ArrowNarrowUpIcon')),
251
+ ArrowRightIcon: React.lazy(() => import('@heroicons/react/solid/ArrowRightIcon')),
252
+ ArrowSmDownIcon: React.lazy(() => import('@heroicons/react/solid/ArrowSmDownIcon')),
253
+ ArrowSmLeftIcon: React.lazy(() => import('@heroicons/react/solid/ArrowSmLeftIcon')),
254
+ ArrowSmRightIcon: React.lazy(() => import('@heroicons/react/solid/ArrowSmRightIcon')),
255
+ ArrowSmUpIcon: React.lazy(() => import('@heroicons/react/solid/ArrowSmUpIcon')),
256
+ ArrowUpIcon: React.lazy(() => import('@heroicons/react/solid/ArrowUpIcon')),
257
+ ArrowsExpandIcon: React.lazy(() => import('@heroicons/react/solid/ArrowsExpandIcon')),
258
+ AtSymbolIcon: React.lazy(() => import('@heroicons/react/solid/AtSymbolIcon')),
259
+ BackspaceIcon: React.lazy(() => import('@heroicons/react/solid/BackspaceIcon')),
260
+ BadgeCheckIcon: React.lazy(() => import('@heroicons/react/solid/BadgeCheckIcon')),
261
+ BanIcon: React.lazy(() => import('@heroicons/react/solid/BanIcon')),
262
+ BeakerIcon: React.lazy(() => import('@heroicons/react/solid/BeakerIcon')),
263
+ BellIcon: React.lazy(() => import('@heroicons/react/solid/BellIcon')),
264
+ BookOpenIcon: React.lazy(() => import('@heroicons/react/solid/BookOpenIcon')),
265
+ BookmarkAltIcon: React.lazy(() => import('@heroicons/react/solid/BookmarkAltIcon')),
266
+ BookmarkIcon: React.lazy(() => import('@heroicons/react/solid/BookmarkIcon')),
267
+ BriefcaseIcon: React.lazy(() => import('@heroicons/react/solid/BriefcaseIcon')),
268
+ CakeIcon: React.lazy(() => import('@heroicons/react/solid/CakeIcon')),
269
+ CalculatorIcon: React.lazy(() => import('@heroicons/react/solid/CalculatorIcon')),
270
+ CalendarIcon: React.lazy(() => import('@heroicons/react/solid/CalendarIcon')),
271
+ CameraIcon: React.lazy(() => import('@heroicons/react/solid/CameraIcon')),
272
+ CashIcon: React.lazy(() => import('@heroicons/react/solid/CashIcon')),
273
+ ChartBarIcon: React.lazy(() => import('@heroicons/react/solid/ChartBarIcon')),
274
+ ChartPieIcon: React.lazy(() => import('@heroicons/react/solid/ChartPieIcon')),
275
+ ChartSquareBarIcon: React.lazy(() => import('@heroicons/react/solid/ChartSquareBarIcon')),
276
+ ChatAlt2Icon: React.lazy(() => import('@heroicons/react/solid/ChatAlt2Icon')),
277
+ ChatAltIcon: React.lazy(() => import('@heroicons/react/solid/ChatAltIcon')),
278
+ ChatIcon: React.lazy(() => import('@heroicons/react/solid/ChatIcon')),
279
+ CheckCircleIcon: React.lazy(() => import('@heroicons/react/solid/CheckCircleIcon')),
280
+ CheckIcon: React.lazy(() => import('@heroicons/react/solid/CheckIcon')),
281
+ ChevronDoubleDownIcon: React.lazy(() => import('@heroicons/react/solid/ChevronDoubleDownIcon')),
282
+ ChevronDoubleLeftIcon: React.lazy(() => import('@heroicons/react/solid/ChevronDoubleLeftIcon')),
283
+ ChevronDoubleRightIcon: React.lazy(() => import('@heroicons/react/solid/ChevronDoubleRightIcon')),
284
+ ChevronDoubleUpIcon: React.lazy(() => import('@heroicons/react/solid/ChevronDoubleUpIcon')),
285
+ ChevronDownIcon: React.lazy(() => import('@heroicons/react/solid/ChevronDownIcon')),
286
+ ChevronLeftIcon: React.lazy(() => import('@heroicons/react/solid/ChevronLeftIcon')),
287
+ ChevronRightIcon: React.lazy(() => import('@heroicons/react/solid/ChevronRightIcon')),
288
+ ChevronUpIcon: React.lazy(() => import('@heroicons/react/solid/ChevronUpIcon')),
289
+ ChipIcon: React.lazy(() => import('@heroicons/react/solid/ChipIcon')),
290
+ ClipboardCheckIcon: React.lazy(() => import('@heroicons/react/solid/ClipboardCheckIcon')),
291
+ ClipboardCopyIcon: React.lazy(() => import('@heroicons/react/solid/ClipboardCopyIcon')),
292
+ ClipboardListIcon: React.lazy(() => import('@heroicons/react/solid/ClipboardListIcon')),
293
+ ClipboardIcon: React.lazy(() => import('@heroicons/react/solid/ClipboardIcon')),
294
+ ClockIcon: React.lazy(() => import('@heroicons/react/solid/ClockIcon')),
295
+ CloudDownloadIcon: React.lazy(() => import('@heroicons/react/solid/CloudDownloadIcon')),
296
+ CloudUploadIcon: React.lazy(() => import('@heroicons/react/solid/CloudUploadIcon')),
297
+ CloudIcon: React.lazy(() => import('@heroicons/react/solid/CloudIcon')),
298
+ CodeIcon: React.lazy(() => import('@heroicons/react/solid/CodeIcon')),
299
+ CogIcon: React.lazy(() => import('@heroicons/react/solid/CogIcon')),
300
+ CollectionIcon: React.lazy(() => import('@heroicons/react/solid/CollectionIcon')),
301
+ ColorSwatchIcon: React.lazy(() => import('@heroicons/react/solid/ColorSwatchIcon')),
302
+ CreditCardIcon: React.lazy(() => import('@heroicons/react/solid/CreditCardIcon')),
303
+ CubeTransparentIcon: React.lazy(() => import('@heroicons/react/solid/CubeTransparentIcon')),
304
+ CubeIcon: React.lazy(() => import('@heroicons/react/solid/CubeIcon')),
305
+ CurrencyBangladeshiIcon: React.lazy(() => import('@heroicons/react/solid/CurrencyBangladeshiIcon')),
306
+ CurrencyDollarIcon: React.lazy(() => import('@heroicons/react/solid/CurrencyDollarIcon')),
307
+ CurrencyEuroIcon: React.lazy(() => import('@heroicons/react/solid/CurrencyEuroIcon')),
308
+ CurrencyPoundIcon: React.lazy(() => import('@heroicons/react/solid/CurrencyPoundIcon')),
309
+ CurrencyRupeeIcon: React.lazy(() => import('@heroicons/react/solid/CurrencyRupeeIcon')),
310
+ CurrencyYenIcon: React.lazy(() => import('@heroicons/react/solid/CurrencyYenIcon')),
311
+ CursorClickIcon: React.lazy(() => import('@heroicons/react/solid/CursorClickIcon')),
312
+ DatabaseIcon: React.lazy(() => import('@heroicons/react/solid/DatabaseIcon')),
313
+ DesktopComputerIcon: React.lazy(() => import('@heroicons/react/solid/DesktopComputerIcon')),
314
+ DeviceMobileIcon: React.lazy(() => import('@heroicons/react/solid/DeviceMobileIcon')),
315
+ DeviceTabletIcon: React.lazy(() => import('@heroicons/react/solid/DeviceTabletIcon')),
316
+ DocumentAddIcon: React.lazy(() => import('@heroicons/react/solid/DocumentAddIcon')),
317
+ DocumentDownloadIcon: React.lazy(() => import('@heroicons/react/solid/DocumentDownloadIcon')),
318
+ DocumentDuplicateIcon: React.lazy(() => import('@heroicons/react/solid/DocumentDuplicateIcon')),
319
+ DocumentRemoveIcon: React.lazy(() => import('@heroicons/react/solid/DocumentRemoveIcon')),
320
+ DocumentReportIcon: React.lazy(() => import('@heroicons/react/solid/DocumentReportIcon')),
321
+ DocumentSearchIcon: React.lazy(() => import('@heroicons/react/solid/DocumentSearchIcon')),
322
+ DocumentTextIcon: React.lazy(() => import('@heroicons/react/solid/DocumentTextIcon')),
323
+ DocumentIcon: React.lazy(() => import('@heroicons/react/solid/DocumentIcon')),
324
+ DotsCircleHorizontalIcon: React.lazy(() => import('@heroicons/react/solid/DotsCircleHorizontalIcon')),
325
+ DotsHorizontalIcon: React.lazy(() => import('@heroicons/react/solid/DotsHorizontalIcon')),
326
+ DotsVerticalIcon: React.lazy(() => import('@heroicons/react/solid/DotsVerticalIcon')),
327
+ DownloadIcon: React.lazy(() => import('@heroicons/react/solid/DownloadIcon')),
328
+ DuplicateIcon: React.lazy(() => import('@heroicons/react/solid/DuplicateIcon')),
329
+ EmojiHappyIcon: React.lazy(() => import('@heroicons/react/solid/EmojiHappyIcon')),
330
+ EmojiSadIcon: React.lazy(() => import('@heroicons/react/solid/EmojiSadIcon')),
331
+ ExclamationCircleIcon: React.lazy(() => import('@heroicons/react/solid/ExclamationCircleIcon')),
332
+ ExclamationIcon: React.lazy(() => import('@heroicons/react/solid/ExclamationIcon')),
333
+ ExternalLinkIcon: React.lazy(() => import('@heroicons/react/solid/ExternalLinkIcon')),
334
+ EyeOffIcon: React.lazy(() => import('@heroicons/react/solid/EyeOffIcon')),
335
+ EyeIcon: React.lazy(() => import('@heroicons/react/solid/EyeIcon')),
336
+ FastForwardIcon: React.lazy(() => import('@heroicons/react/solid/FastForwardIcon')),
337
+ FilmIcon: React.lazy(() => import('@heroicons/react/solid/FilmIcon')),
338
+ FilterIcon: React.lazy(() => import('@heroicons/react/solid/FilterIcon')),
339
+ FingerPrintIcon: React.lazy(() => import('@heroicons/react/solid/FingerPrintIcon')),
340
+ FireIcon: React.lazy(() => import('@heroicons/react/solid/FireIcon')),
341
+ FlagIcon: React.lazy(() => import('@heroicons/react/solid/FlagIcon')),
342
+ FolderAddIcon: React.lazy(() => import('@heroicons/react/solid/FolderAddIcon')),
343
+ FolderDownloadIcon: React.lazy(() => import('@heroicons/react/solid/FolderDownloadIcon')),
344
+ FolderOpenIcon: React.lazy(() => import('@heroicons/react/solid/FolderOpenIcon')),
345
+ FolderRemoveIcon: React.lazy(() => import('@heroicons/react/solid/FolderRemoveIcon')),
346
+ FolderIcon: React.lazy(() => import('@heroicons/react/solid/FolderIcon')),
347
+ GiftIcon: React.lazy(() => import('@heroicons/react/solid/GiftIcon')),
348
+ GlobeAltIcon: React.lazy(() => import('@heroicons/react/solid/GlobeAltIcon')),
349
+ GlobeIcon: React.lazy(() => import('@heroicons/react/solid/GlobeIcon')),
350
+ HandIcon: React.lazy(() => import('@heroicons/react/solid/HandIcon')),
351
+ HashtagIcon: React.lazy(() => import('@heroicons/react/solid/HashtagIcon')),
352
+ HeartIcon: React.lazy(() => import('@heroicons/react/solid/HeartIcon')),
353
+ HomeIcon: React.lazy(() => import('@heroicons/react/solid/HomeIcon')),
354
+ IdentificationIcon: React.lazy(() => import('@heroicons/react/solid/IdentificationIcon')),
355
+ InboxInIcon: React.lazy(() => import('@heroicons/react/solid/InboxInIcon')),
356
+ InboxIcon: React.lazy(() => import('@heroicons/react/solid/InboxIcon')),
357
+ InformationCircleIcon: React.lazy(() => import('@heroicons/react/solid/InformationCircleIcon')),
358
+ KeyIcon: React.lazy(() => import('@heroicons/react/solid/KeyIcon')),
359
+ LibraryIcon: React.lazy(() => import('@heroicons/react/solid/LibraryIcon')),
360
+ LightBulbIcon: React.lazy(() => import('@heroicons/react/solid/LightBulbIcon')),
361
+ LightningBoltIcon: React.lazy(() => import('@heroicons/react/solid/LightningBoltIcon')),
362
+ LinkIcon: React.lazy(() => import('@heroicons/react/solid/LinkIcon')),
363
+ LocationMarkerIcon: React.lazy(() => import('@heroicons/react/solid/LocationMarkerIcon')),
364
+ LockClosedIcon: React.lazy(() => import('@heroicons/react/solid/LockClosedIcon')),
365
+ LockOpenIcon: React.lazy(() => import('@heroicons/react/solid/LockOpenIcon')),
366
+ LoginIcon: React.lazy(() => import('@heroicons/react/solid/LoginIcon')),
367
+ LogoutIcon: React.lazy(() => import('@heroicons/react/solid/LogoutIcon')),
368
+ MailOpenIcon: React.lazy(() => import('@heroicons/react/solid/MailOpenIcon')),
369
+ MailIcon: React.lazy(() => import('@heroicons/react/solid/MailIcon')),
370
+ MapIcon: React.lazy(() => import('@heroicons/react/solid/MapIcon')),
371
+ MenuAlt1Icon: React.lazy(() => import('@heroicons/react/solid/MenuAlt1Icon')),
372
+ MenuAlt2Icon: React.lazy(() => import('@heroicons/react/solid/MenuAlt2Icon')),
373
+ MenuAlt3Icon: React.lazy(() => import('@heroicons/react/solid/MenuAlt3Icon')),
374
+ MenuAlt4Icon: React.lazy(() => import('@heroicons/react/solid/MenuAlt4Icon')),
375
+ MenuIcon: React.lazy(() => import('@heroicons/react/solid/MenuIcon')),
376
+ MicrophoneIcon: React.lazy(() => import('@heroicons/react/solid/MicrophoneIcon')),
377
+ MinusCircleIcon: React.lazy(() => import('@heroicons/react/solid/MinusCircleIcon')),
378
+ MinusSmIcon: React.lazy(() => import('@heroicons/react/solid/MinusSmIcon')),
379
+ MinusIcon: React.lazy(() => import('@heroicons/react/solid/MinusIcon')),
380
+ MoonIcon: React.lazy(() => import('@heroicons/react/solid/MoonIcon')),
381
+ MusicNoteIcon: React.lazy(() => import('@heroicons/react/solid/MusicNoteIcon')),
382
+ NewspaperIcon: React.lazy(() => import('@heroicons/react/solid/NewspaperIcon')),
383
+ OfficeBuildingIcon: React.lazy(() => import('@heroicons/react/solid/OfficeBuildingIcon')),
384
+ PaperAirplaneIcon: React.lazy(() => import('@heroicons/react/solid/PaperAirplaneIcon')),
385
+ PaperClipIcon: React.lazy(() => import('@heroicons/react/solid/PaperClipIcon')),
386
+ PauseIcon: React.lazy(() => import('@heroicons/react/solid/PauseIcon')),
387
+ PencilAltIcon: React.lazy(() => import('@heroicons/react/solid/PencilAltIcon')),
388
+ PencilIcon: React.lazy(() => import('@heroicons/react/solid/PencilIcon')),
389
+ PhoneIncomingIcon: React.lazy(() => import('@heroicons/react/solid/PhoneIncomingIcon')),
390
+ PhoneMissedCallIcon: React.lazy(() => import('@heroicons/react/solid/PhoneMissedCallIcon')),
391
+ PhoneOutgoingIcon: React.lazy(() => import('@heroicons/react/solid/PhoneOutgoingIcon')),
392
+ PhoneIcon: React.lazy(() => import('@heroicons/react/solid/PhoneIcon')),
393
+ PhotographIcon: React.lazy(() => import('@heroicons/react/solid/PhotographIcon')),
394
+ PlayIcon: React.lazy(() => import('@heroicons/react/solid/PlayIcon')),
395
+ PlusCircleIcon: React.lazy(() => import('@heroicons/react/solid/PlusCircleIcon')),
396
+ PlusSmIcon: React.lazy(() => import('@heroicons/react/solid/PlusSmIcon')),
397
+ PlusIcon: React.lazy(() => import('@heroicons/react/solid/PlusIcon')),
398
+ PresentationChartBarIcon: React.lazy(() => import('@heroicons/react/solid/PresentationChartBarIcon')),
399
+ PresentationChartLineIcon: React.lazy(() => import('@heroicons/react/solid/PresentationChartLineIcon')),
400
+ PrinterIcon: React.lazy(() => import('@heroicons/react/solid/PrinterIcon')),
401
+ PuzzleIcon: React.lazy(() => import('@heroicons/react/solid/PuzzleIcon')),
402
+ QrcodeIcon: React.lazy(() => import('@heroicons/react/solid/QrcodeIcon')),
403
+ QuestionMarkCircleIcon: React.lazy(() => import('@heroicons/react/solid/QuestionMarkCircleIcon')),
404
+ ReceiptRefundIcon: React.lazy(() => import('@heroicons/react/solid/ReceiptRefundIcon')),
405
+ ReceiptTaxIcon: React.lazy(() => import('@heroicons/react/solid/ReceiptTaxIcon')),
406
+ RefreshIcon: React.lazy(() => import('@heroicons/react/solid/RefreshIcon')),
407
+ ReplyIcon: React.lazy(() => import('@heroicons/react/solid/ReplyIcon')),
408
+ RewindIcon: React.lazy(() => import('@heroicons/react/solid/RewindIcon')),
409
+ RssIcon: React.lazy(() => import('@heroicons/react/solid/RssIcon')),
410
+ SaveAsIcon: React.lazy(() => import('@heroicons/react/solid/SaveAsIcon')),
411
+ SaveIcon: React.lazy(() => import('@heroicons/react/solid/SaveIcon')),
412
+ ScaleIcon: React.lazy(() => import('@heroicons/react/solid/ScaleIcon')),
413
+ ScissorsIcon: React.lazy(() => import('@heroicons/react/solid/ScissorsIcon')),
414
+ SearchCircleIcon: React.lazy(() => import('@heroicons/react/solid/SearchCircleIcon')),
415
+ SearchIcon: React.lazy(() => import('@heroicons/react/solid/SearchIcon')),
416
+ SelectorIcon: React.lazy(() => import('@heroicons/react/solid/SelectorIcon')),
417
+ ServerIcon: React.lazy(() => import('@heroicons/react/solid/ServerIcon')),
418
+ ShareIcon: React.lazy(() => import('@heroicons/react/solid/ShareIcon')),
419
+ ShieldCheckIcon: React.lazy(() => import('@heroicons/react/solid/ShieldCheckIcon')),
420
+ ShieldExclamationIcon: React.lazy(() => import('@heroicons/react/solid/ShieldExclamationIcon')),
421
+ ShoppingBagIcon: React.lazy(() => import('@heroicons/react/solid/ShoppingBagIcon')),
422
+ ShoppingCartIcon: React.lazy(() => import('@heroicons/react/solid/ShoppingCartIcon')),
423
+ SortAscendingIcon: React.lazy(() => import('@heroicons/react/solid/SortAscendingIcon')),
424
+ SortDescendingIcon: React.lazy(() => import('@heroicons/react/solid/SortDescendingIcon')),
425
+ SparklesIcon: React.lazy(() => import('@heroicons/react/solid/SparklesIcon')),
426
+ SpeakerphoneIcon: React.lazy(() => import('@heroicons/react/solid/SpeakerphoneIcon')),
427
+ StarIcon: React.lazy(() => import('@heroicons/react/solid/StarIcon')),
428
+ StatusOfflineIcon: React.lazy(() => import('@heroicons/react/solid/StatusOfflineIcon')),
429
+ StatusOnlineIcon: React.lazy(() => import('@heroicons/react/solid/StatusOnlineIcon')),
430
+ StopIcon: React.lazy(() => import('@heroicons/react/solid/StopIcon')),
431
+ SunIcon: React.lazy(() => import('@heroicons/react/solid/SunIcon')),
432
+ SupportIcon: React.lazy(() => import('@heroicons/react/solid/SupportIcon')),
433
+ SwitchHorizontalIcon: React.lazy(() => import('@heroicons/react/solid/SwitchHorizontalIcon')),
434
+ SwitchVerticalIcon: React.lazy(() => import('@heroicons/react/solid/SwitchVerticalIcon')),
435
+ TableIcon: React.lazy(() => import('@heroicons/react/solid/TableIcon')),
436
+ TagIcon: React.lazy(() => import('@heroicons/react/solid/TagIcon')),
437
+ TemplateIcon: React.lazy(() => import('@heroicons/react/solid/TemplateIcon')),
438
+ TerminalIcon: React.lazy(() => import('@heroicons/react/solid/TerminalIcon')),
439
+ ThumbDownIcon: React.lazy(() => import('@heroicons/react/solid/ThumbDownIcon')),
440
+ ThumbUpIcon: React.lazy(() => import('@heroicons/react/solid/ThumbUpIcon')),
441
+ TicketIcon: React.lazy(() => import('@heroicons/react/solid/TicketIcon')),
442
+ TranslateIcon: React.lazy(() => import('@heroicons/react/solid/TranslateIcon')),
443
+ TrashIcon: React.lazy(() => import('@heroicons/react/solid/TrashIcon')),
444
+ TrendingDownIcon: React.lazy(() => import('@heroicons/react/solid/TrendingDownIcon')),
445
+ TrendingUpIcon: React.lazy(() => import('@heroicons/react/solid/TrendingUpIcon')),
446
+ TruckIcon: React.lazy(() => import('@heroicons/react/solid/TruckIcon')),
447
+ UploadIcon: React.lazy(() => import('@heroicons/react/solid/UploadIcon')),
448
+ UserAddIcon: React.lazy(() => import('@heroicons/react/solid/UserAddIcon')),
449
+ UserCircleIcon: React.lazy(() => import('@heroicons/react/solid/UserCircleIcon')),
450
+ UserGroupIcon: React.lazy(() => import('@heroicons/react/solid/UserGroupIcon')),
451
+ UserRemoveIcon: React.lazy(() => import('@heroicons/react/solid/UserRemoveIcon')),
452
+ UserIcon: React.lazy(() => import('@heroicons/react/solid/UserIcon')),
453
+ UsersIcon: React.lazy(() => import('@heroicons/react/solid/UsersIcon')),
454
+ VariableIcon: React.lazy(() => import('@heroicons/react/solid/VariableIcon')),
455
+ VideoCameraIcon: React.lazy(() => import('@heroicons/react/solid/VideoCameraIcon')),
456
+ ViewBoardsIcon: React.lazy(() => import('@heroicons/react/solid/ViewBoardsIcon')),
457
+ ViewGridAddIcon: React.lazy(() => import('@heroicons/react/solid/ViewGridAddIcon')),
458
+ ViewGridIcon: React.lazy(() => import('@heroicons/react/solid/ViewGridIcon')),
459
+ ViewListIcon: React.lazy(() => import('@heroicons/react/solid/ViewListIcon')),
460
+ VolumeOffIcon: React.lazy(() => import('@heroicons/react/solid/VolumeOffIcon')),
461
+ VolumeUpIcon: React.lazy(() => import('@heroicons/react/solid/VolumeUpIcon')),
462
+ WifiIcon: React.lazy(() => import('@heroicons/react/solid/WifiIcon')),
463
+ XCircleIcon: React.lazy(() => import('@heroicons/react/solid/XCircleIcon')),
464
+ XIcon: React.lazy(() => import('@heroicons/react/solid/XIcon')),
465
+ ZoomInIcon: React.lazy(() => import('@heroicons/react/solid/ZoomInIcon')),
466
+ ZoomOutIcon: React.lazy(() => import('@heroicons/react/solid/ZoomOutIcon'))
467
+ };
468
+
469
+ const TrackunitSolidIconsArray = ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
470
+ const TrackunitOutlineIconsArray = ["Battery", "BatteryCharging", "BatteryFull", "BatteryLow", "BatteryMedium", "Bluetooth", "BluetoothOff", "Bucket", "Bug", "Compass", "ConcreteMixer", "DemolitionHammer", "Directions", "Excavator", "FitToHeight", "FitToWidth", "Gps", "Hardhat", "Hierarchy", "Plug", "Timeline", "Timeline1", "Wrench", "Zone"];
471
+ const lookupTrackunitSolidIcon = {
472
+ BatteryCharging: React.lazy(() => import('./BatteryCharging.js')),
473
+ BatteryFull: React.lazy(() => import('./BatteryFull.js')),
474
+ BatteryLow: React.lazy(() => import('./BatteryLow.js')),
475
+ BatteryMedium: React.lazy(() => import('./BatteryMedium.js')),
476
+ Battery: React.lazy(() => import('./Battery.js')),
477
+ BluetoothOff: React.lazy(() => import('./BluetoothOff.js')),
478
+ Bluetooth: React.lazy(() => import('./Bluetooth.js')),
479
+ Bucket: React.lazy(() => import('./Bucket.js')),
480
+ Bug: React.lazy(() => import('./Bug.js')),
481
+ Compass: React.lazy(() => import('./Compass.js')),
482
+ ConcreteMixer: React.lazy(() => import('./ConcreteMixer.js')),
483
+ DemolitionHammer: React.lazy(() => import('./DemolitionHammer.js')),
484
+ Directions: React.lazy(() => import('./Directions.js')),
485
+ Excavator: React.lazy(() => import('./Excavator.js')),
486
+ FitToHeight: React.lazy(() => import('./FitToHeight.js')),
487
+ FitToWidth: React.lazy(() => import('./FitToWidth.js')),
488
+ Gps: React.lazy(() => import('./Gps.js')),
489
+ Hardhat: React.lazy(() => import('./Hardhat.js')),
490
+ Hierarchy: React.lazy(() => import('./Hierarchy.js')),
491
+ Plug: React.lazy(() => import('./Plug.js')),
492
+ Timeline1: React.lazy(() => import('./Timeline1.js')),
493
+ Timeline: React.lazy(() => import('./Timeline.js')),
494
+ Wrench: React.lazy(() => import('./Wrench.js')),
495
+ Zone: React.lazy(() => import('./Zone.js'))
496
+ };
497
+ const lookupTrackunitOutlineIcon = {
498
+ BatteryCharging: React.lazy(() => import('./BatteryCharging2.js')),
499
+ BatteryFull: React.lazy(() => import('./BatteryFull2.js')),
500
+ BatteryLow: React.lazy(() => import('./BatteryLow2.js')),
501
+ BatteryMedium: React.lazy(() => import('./BatteryMedium2.js')),
502
+ Battery: React.lazy(() => import('./Battery2.js')),
503
+ BluetoothOff: React.lazy(() => import('./BluetoothOff2.js')),
504
+ Bluetooth: React.lazy(() => import('./Bluetooth2.js')),
505
+ Bucket: React.lazy(() => import('./Bucket2.js')),
506
+ Bug: React.lazy(() => import('./Bug2.js')),
507
+ Compass: React.lazy(() => import('./Compass2.js')),
508
+ ConcreteMixer: React.lazy(() => import('./ConcreteMixer2.js')),
509
+ DemolitionHammer: React.lazy(() => import('./DemolitionHammer2.js')),
510
+ Directions: React.lazy(() => import('./Directions2.js')),
511
+ Excavator: React.lazy(() => import('./Excavator2.js')),
512
+ FitToHeight: React.lazy(() => import('./FitToHeight2.js')),
513
+ FitToWidth: React.lazy(() => import('./FitToWidth2.js')),
514
+ Gps: React.lazy(() => import('./Gps2.js')),
515
+ Hardhat: React.lazy(() => import('./Hardhat2.js')),
516
+ Hierarchy: React.lazy(() => import('./Hierarchy2.js')),
517
+ Plug: React.lazy(() => import('./Plug2.js')),
518
+ Timeline1: React.lazy(() => import('./Timeline12.js')),
519
+ Timeline: React.lazy(() => import('./Timeline2.js')),
520
+ Wrench: React.lazy(() => import('./Wrench2.js')),
521
+ Zone: React.lazy(() => import('./Zone2.js'))
522
+ };
523
+
524
+ const FALLBACK_ICON_NAME = "QuestionMarkCircleIcon";
525
+
526
+ const validateIconName = name => {
527
+ let found = TrackunitSolidIconsArray.find(i => i === name) ? true : false;
528
+
529
+ if (!found) {
530
+ found = TrackunitOutlineIconsArray.find(i => i === name) ? true : false;
531
+ }
532
+
533
+ if (!found) {
534
+ found = HeroIconsArray.find(i => i === name) ? true : false;
535
+ }
536
+
537
+ return found;
538
+ };
539
+
540
+ const ensureIconWithFallback = (name, fallbackIconName = FALLBACK_ICON_NAME) => {
541
+ const isValid = validateIconName(name);
542
+
543
+ if (isValid) {
544
+ return name;
545
+ } else {
546
+ // eslint-disable-next-line no-console
547
+ console.warn(`Your icon name is misspelled, fallback icon is used instead of "${name}"`);
548
+ return fallbackIconName;
549
+ }
550
+ };
551
+
552
+ const heroIconLookup = (iconName, type) => {
553
+ if (!HeroIconsArray.includes(iconName)) {
554
+ // eslint-disable-next-line no-console
555
+ console.error(`The icon name '${iconName}' you provided does not exist in the library. Please check the name and try again.`);
556
+ return lookupOutline.QuestionMarkCircleIcon;
557
+ }
558
+
559
+ return type === "solid" ? lookupSolid[iconName] : lookupOutline[iconName];
560
+ };
561
+
562
+ const trackunitIconLookup = (iconName, type) => {
563
+ if (type === "solid" && !TrackunitSolidIconsArray.includes(iconName) || type === "outline" && !TrackunitOutlineIconsArray.includes(iconName)) {
564
+ // eslint-disable-next-line no-console
565
+ console.error(`The icon name '${iconName}' you provided does not exist in the library. Please check the name and try again.`);
566
+ throw new Error(`Icon not found: ${iconName}`);
567
+ }
568
+
569
+ return type === "solid" ? lookupTrackunitSolidIcon[iconName] : lookupTrackunitOutlineIcon[iconName];
570
+ };
571
+
572
+ export { HeroIconsArray, TrackunitOutlineIconsArray, TrackunitSolidIconsArray, ensureIconWithFallback, heroIconLookup, lookupOutline, lookupSolid, lookupTrackunitOutlineIcon, lookupTrackunitSolidIcon, trackunitIconLookup };
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@trackunit/ui-icons",
3
+ "version": "0.0.32",
4
+ "repository": "https://github.com/Trackunit/manager",
5
+ "license": "MIT",
6
+ "module": "./index.js",
7
+ "main": "./index.js",
8
+ "type": "module",
9
+ "types": "./index.d.ts",
10
+ "dependencies": {
11
+ "react": "17.0.1",
12
+ "@heroicons/react": "^1.0.6",
13
+ "capitalize": "^2.0.4"
14
+ },
15
+ "peerDependencies": {}
16
+ }
@@ -0,0 +1,2 @@
1
+ export declare const rmDir: (name: string) => void;
2
+ export declare const mkDir: (name: string) => void;