@instructure/ui-icons 11.6.0 → 11.6.1-snapshot-129

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 (4195) hide show
  1. package/CHANGELOG.md +43 -302
  2. package/README.md +165 -7
  3. package/es/IconPropsProvider/IconPropsContext.js +30 -0
  4. package/es/IconPropsProvider/IconPropsProvider.js +40 -0
  5. package/es/IconPropsProvider/index.js +27 -0
  6. package/es/IconPropsProvider/renderIconWithProps.js +52 -0
  7. package/es/IconPropsProvider/useIconProps.js +30 -0
  8. package/es/custom/wrapCustomIcon.js +162 -0
  9. package/es/generated/IconArrowLeftLine.js +59 -0
  10. package/es/generated/IconArrowLeftSolid.js +59 -0
  11. package/es/generated/IconArrowOpenLeftLine.js +59 -0
  12. package/es/generated/IconArrowOpenLeftSolid.js +59 -0
  13. package/es/generated/IconArrowOpenRightLine.js +59 -0
  14. package/es/generated/IconArrowOpenRightSolid.js +59 -0
  15. package/es/generated/IconArrowRightLine.js +59 -0
  16. package/es/generated/IconArrowRightSolid.js +59 -0
  17. package/es/generated/IconCopyCourseLine.js +58 -0
  18. package/es/generated/IconCopyCourseSolid.js +58 -0
  19. package/es/generated/IconDiscussionReplyDarkLine.js +58 -0
  20. package/es/generated/IconDiscussionReplyDarkSolid.js +58 -0
  21. package/es/generated/IconDiscussionReplyLine.js +58 -0
  22. package/es/generated/IconDiscussionReplySolid.js +58 -0
  23. package/es/generated/IconDiscussionSearchLine.js +58 -0
  24. package/es/generated/IconDiscussionSearchSolid.js +58 -0
  25. package/es/generated/IconDiscussionXLine.js +58 -0
  26. package/es/generated/IconDiscussionXSolid.js +58 -0
  27. package/es/generated/IconExpandLeftLine.js +58 -0
  28. package/es/generated/IconExpandLeftSolid.js +59 -0
  29. package/es/generated/IconInstructureLine.js +58 -0
  30. package/es/generated/IconInstructureSolid.js +58 -0
  31. package/es/generated/IconMaterialsRequiredLightLine.js +58 -0
  32. package/es/generated/IconMaterialsRequiredLightSolid.js +58 -0
  33. package/es/generated/IconMatureLightLine.js +58 -0
  34. package/es/generated/IconMatureLightSolid.js +58 -0
  35. package/es/generated/IconMiniArrowLeftLine.js +59 -0
  36. package/es/generated/IconMiniArrowLeftSolid.js +59 -0
  37. package/es/generated/IconMiniArrowRightLine.js +59 -0
  38. package/es/generated/IconMiniArrowRightSolid.js +59 -0
  39. package/es/generated/IconMoveLeftLine.js +59 -0
  40. package/es/generated/IconMoveLeftSolid.js +59 -0
  41. package/es/generated/IconMoveRightLine.js +59 -0
  42. package/es/generated/IconMoveRightSolid.js +59 -0
  43. package/es/generated/IconNoteDarkLine.js +58 -0
  44. package/es/generated/IconNoteDarkSolid.js +58 -0
  45. package/es/generated/IconNoteLightLine.js +58 -0
  46. package/es/generated/IconNoteLightSolid.js +58 -0
  47. package/es/generated/IconRssAddLine.js +58 -0
  48. package/es/generated/IconRssAddSolid.js +58 -0
  49. package/es/generated/IconSearchAddressBookLine.js +58 -0
  50. package/es/generated/IconSearchAddressBookSolid.js +58 -0
  51. package/es/generated/IconSettings2Line.js +58 -0
  52. package/es/generated/IconSettings2Solid.js +58 -0
  53. package/es/generated/IconTextLeftLine.js +59 -0
  54. package/es/generated/IconTextLeftSolid.js +59 -0
  55. package/es/generated/IconTextRightLine.js +59 -0
  56. package/es/generated/IconTextRightSolid.js +59 -0
  57. package/es/generated/IconToggleLeftLine.js +59 -0
  58. package/es/generated/IconToggleLeftSolid.js +59 -0
  59. package/es/generated/IconToggleRightLine.js +59 -0
  60. package/es/generated/IconToggleRightSolid.js +59 -0
  61. package/es/generated/IconTwitterBoxedLine.js +58 -0
  62. package/es/generated/IconTwitterBoxedSolid.js +58 -0
  63. package/es/generated/IconUnpublishLine.js +58 -0
  64. package/es/generated/IconUnpublishSolid.js +58 -0
  65. package/es/generated/IconUserAddLine.js +58 -0
  66. package/es/generated/IconUserAddSolid.js +58 -0
  67. package/es/generated/custom/index.js +1184 -0
  68. package/es/generated/index.js +795 -0
  69. package/es/generated/lucide/index.js +1930 -0
  70. package/es/generated/svg/index.js +2559 -0
  71. package/es/index.js +7 -772
  72. package/es/lucide/wrapLucideIcon.js +141 -0
  73. package/es/props.js +1 -0
  74. package/es/styles.js +233 -0
  75. package/icons.config.cjs +1 -38
  76. package/lib/IconPropsProvider/IconPropsContext.js +36 -0
  77. package/lib/IconPropsProvider/IconPropsProvider.js +47 -0
  78. package/lib/IconPropsProvider/index.js +33 -0
  79. package/lib/IconPropsProvider/renderIconWithProps.js +58 -0
  80. package/lib/IconPropsProvider/useIconProps.js +35 -0
  81. package/lib/custom/wrapCustomIcon.js +169 -0
  82. package/lib/generated/IconArrowLeftLine.js +65 -0
  83. package/lib/generated/IconArrowLeftSolid.js +65 -0
  84. package/lib/generated/IconArrowOpenLeftLine.js +65 -0
  85. package/lib/generated/IconArrowOpenLeftSolid.js +65 -0
  86. package/lib/generated/IconArrowOpenRightLine.js +65 -0
  87. package/lib/generated/IconArrowOpenRightSolid.js +65 -0
  88. package/lib/generated/IconArrowRightLine.js +65 -0
  89. package/lib/generated/IconArrowRightSolid.js +65 -0
  90. package/lib/generated/IconCopyCourseLine.js +64 -0
  91. package/lib/generated/IconCopyCourseSolid.js +64 -0
  92. package/lib/generated/IconDiscussionReplyDarkLine.js +64 -0
  93. package/lib/generated/IconDiscussionReplyDarkSolid.js +64 -0
  94. package/lib/generated/IconDiscussionReplyLine.js +64 -0
  95. package/lib/generated/IconDiscussionReplySolid.js +64 -0
  96. package/lib/generated/IconDiscussionSearchLine.js +64 -0
  97. package/lib/generated/IconDiscussionSearchSolid.js +64 -0
  98. package/lib/generated/IconDiscussionXLine.js +64 -0
  99. package/lib/generated/IconDiscussionXSolid.js +64 -0
  100. package/lib/generated/IconExpandLeftLine.js +64 -0
  101. package/lib/generated/IconExpandLeftSolid.js +65 -0
  102. package/lib/generated/IconInstructureLine.js +64 -0
  103. package/lib/generated/IconInstructureSolid.js +64 -0
  104. package/lib/generated/IconMaterialsRequiredLightLine.js +64 -0
  105. package/lib/generated/IconMaterialsRequiredLightSolid.js +64 -0
  106. package/lib/generated/IconMatureLightLine.js +64 -0
  107. package/lib/generated/IconMatureLightSolid.js +64 -0
  108. package/lib/generated/IconMiniArrowLeftLine.js +65 -0
  109. package/lib/generated/IconMiniArrowLeftSolid.js +65 -0
  110. package/lib/generated/IconMiniArrowRightLine.js +65 -0
  111. package/lib/generated/IconMiniArrowRightSolid.js +65 -0
  112. package/lib/generated/IconMoveLeftLine.js +65 -0
  113. package/lib/generated/IconMoveLeftSolid.js +65 -0
  114. package/lib/generated/IconMoveRightLine.js +65 -0
  115. package/lib/generated/IconMoveRightSolid.js +65 -0
  116. package/lib/generated/IconNoteDarkLine.js +64 -0
  117. package/lib/generated/IconNoteDarkSolid.js +64 -0
  118. package/lib/generated/IconNoteLightLine.js +64 -0
  119. package/lib/generated/IconNoteLightSolid.js +64 -0
  120. package/lib/generated/IconRssAddLine.js +64 -0
  121. package/lib/generated/IconRssAddSolid.js +64 -0
  122. package/lib/generated/IconSearchAddressBookLine.js +64 -0
  123. package/lib/generated/IconSearchAddressBookSolid.js +64 -0
  124. package/lib/generated/IconSettings2Line.js +64 -0
  125. package/lib/generated/IconSettings2Solid.js +64 -0
  126. package/lib/generated/IconTextLeftLine.js +65 -0
  127. package/lib/generated/IconTextLeftSolid.js +65 -0
  128. package/lib/generated/IconTextRightLine.js +65 -0
  129. package/lib/generated/IconTextRightSolid.js +65 -0
  130. package/lib/generated/IconToggleLeftLine.js +65 -0
  131. package/lib/generated/IconToggleLeftSolid.js +65 -0
  132. package/lib/generated/IconToggleRightLine.js +65 -0
  133. package/lib/generated/IconToggleRightSolid.js +65 -0
  134. package/lib/generated/IconTwitterBoxedLine.js +64 -0
  135. package/lib/generated/IconTwitterBoxedSolid.js +64 -0
  136. package/lib/generated/IconUnpublishLine.js +64 -0
  137. package/lib/generated/IconUnpublishSolid.js +64 -0
  138. package/lib/generated/IconUserAddLine.js +64 -0
  139. package/lib/generated/IconUserAddSolid.js +64 -0
  140. package/lib/generated/custom/index.js +1192 -0
  141. package/lib/generated/index.js +5409 -0
  142. package/lib/generated/lucide/index.js +1956 -0
  143. package/lib/generated/svg/index.js +2559 -0
  144. package/lib/index.js +52 -5404
  145. package/lib/lucide/wrapLucideIcon.js +148 -0
  146. package/lib/props.js +5 -0
  147. package/lib/styles.js +239 -0
  148. package/package.json +19 -14
  149. package/svg/Custom/accessibility-2.svg +1 -0
  150. package/svg/Custom/ai-info.svg +1 -0
  151. package/svg/Custom/apps.svg +1 -0
  152. package/svg/Custom/background-color.svg +1 -0
  153. package/svg/Custom/bell-solid.svg +1 -0
  154. package/svg/Custom/bookmark-solid.svg +1 -0
  155. package/svg/Custom/calculator-desmos.svg +1 -0
  156. package/svg/Custom/canvas-logo.svg +1 -0
  157. package/svg/Custom/captions-solid.svg +1 -0
  158. package/svg/Custom/circle-alpha.svg +1 -0
  159. package/svg/Custom/circle-arrow-down-right.svg +1 -0
  160. package/svg/Custom/circle-arrow-in-left.svg +1 -0
  161. package/svg/Custom/circle-arrow-in-right.svg +1 -0
  162. package/svg/Custom/circle-arrow-up-right.svg +1 -0
  163. package/svg/Custom/circle-mu.svg +1 -0
  164. package/svg/Custom/circle-sigma.svg +1 -0
  165. package/svg/Custom/closed-caption-check.svg +1 -0
  166. package/svg/Custom/closed-caption-solid.svg +1 -0
  167. package/svg/Custom/closed-caption-x.svg +1 -0
  168. package/svg/Custom/cloud-lock.svg +1 -0
  169. package/svg/Custom/commons.svg +1 -0
  170. package/svg/Custom/compare.svg +1 -0
  171. package/svg/Custom/copyright-fair-use.svg +1 -0
  172. package/svg/Custom/copyright-obtained-permission.svg +1 -0
  173. package/svg/Custom/copyright-public-domain.svg +1 -0
  174. package/svg/Custom/elevate-logo.svg +1 -0
  175. package/svg/Custom/fast-forward-solid.svg +1 -0
  176. package/svg/Custom/files-x.svg +1 -0
  177. package/svg/Custom/flag-solid.svg +1 -0
  178. package/svg/Custom/heart-solid.svg +1 -0
  179. package/svg/Custom/history-check.svg +1 -0
  180. package/svg/Custom/history-x.svg +1 -0
  181. package/svg/Custom/igniteai-logo.svg +1 -0
  182. package/svg/Custom/impact-logo.svg +1 -0
  183. package/svg/Custom/instructure-1-dot.svg +1 -0
  184. package/svg/Custom/instructure-3-dot.svg +1 -0
  185. package/svg/Custom/instructure-logo.svg +1 -0
  186. package/svg/Custom/instructure.svg +1 -0
  187. package/svg/Custom/line-reader.svg +1 -0
  188. package/svg/Custom/list-circle.svg +1 -0
  189. package/svg/Custom/list-down.svg +1 -0
  190. package/svg/Custom/list-ordered-alpha.svg +1 -0
  191. package/svg/Custom/list-ordered-roman.svg +1 -0
  192. package/svg/Custom/list-square.svg +1 -0
  193. package/svg/Custom/list-up.svg +1 -0
  194. package/svg/Custom/lock-reset.svg +1 -0
  195. package/svg/Custom/mail-circle.svg +1 -0
  196. package/svg/Custom/mastery-logo.svg +1 -0
  197. package/svg/Custom/media-attachment.svg +1 -0
  198. package/svg/Custom/media-plus.svg +1 -0
  199. package/svg/Custom/message-square-check.svg +1 -0
  200. package/svg/Custom/message-square-x.svg +1 -0
  201. package/svg/Custom/pause-solid.svg +1 -0
  202. package/svg/Custom/pencil-annotate.svg +1 -0
  203. package/svg/Custom/play-solid.svg +1 -0
  204. package/svg/Custom/post-sis.svg +1 -0
  205. package/svg/Custom/protractor.svg +1 -0
  206. package/svg/Custom/rewind-solid.svg +1 -0
  207. package/svg/Custom/rocket-solid.svg +1 -0
  208. package/svg/Custom/search-ai.svg +1 -0
  209. package/svg/Custom/shopping-cart-check.svg +1 -0
  210. package/svg/Custom/speed-grader.svg +1 -0
  211. package/svg/Custom/square-solid.svg +1 -0
  212. package/svg/Custom/squares-blueprint-lock.svg +1 -0
  213. package/svg/Custom/squares-blueprint.svg +1 -0
  214. package/svg/Custom/star-solid.svg +1 -0
  215. package/svg/Custom/studio.svg +1 -0
  216. package/svg/Custom/table-2-check.svg +1 -0
  217. package/svg/Custom/table-2-x.svg +1 -0
  218. package/svg/Custom/table-cog.svg +1 -0
  219. package/svg/Custom/table-column-plus-left.svg +1 -0
  220. package/svg/Custom/table-column-plus-right.svg +1 -0
  221. package/svg/Custom/table-column-x.svg +1 -0
  222. package/svg/Custom/table-column.svg +1 -0
  223. package/svg/Custom/table-row-plus-bottom.svg +1 -0
  224. package/svg/Custom/table-row-plus-top.svg +1 -0
  225. package/svg/Custom/table-row-x.svg +1 -0
  226. package/svg/Custom/table-row.svg +1 -0
  227. package/svg/Custom/text-color.svg +1 -0
  228. package/svg/Custom/thumbs-down-solid.svg +1 -0
  229. package/svg/Custom/thumbs-up-solid.svg +1 -0
  230. package/svg/Custom/title.svg +1 -0
  231. package/svg/Custom/user-round-arrow-up.svg +1 -0
  232. package/svg/Custom/user-round-blackboard.svg +1 -0
  233. package/svg/Custom/user-round-lock.svg +1 -0
  234. package/tsconfig.build.json +8 -3
  235. package/tsconfig.build.tsbuildinfo +1 -1
  236. package/types/IconPropsProvider/IconPropsContext.d.ts +5 -0
  237. package/types/IconPropsProvider/IconPropsContext.d.ts.map +1 -0
  238. package/types/IconPropsProvider/IconPropsProvider.d.ts +7 -0
  239. package/types/IconPropsProvider/IconPropsProvider.d.ts.map +1 -0
  240. package/types/IconPropsProvider/index.d.ts +6 -0
  241. package/types/IconPropsProvider/index.d.ts.map +1 -0
  242. package/types/IconPropsProvider/renderIconWithProps.d.ts +15 -0
  243. package/types/IconPropsProvider/renderIconWithProps.d.ts.map +1 -0
  244. package/types/IconPropsProvider/useIconProps.d.ts +3 -0
  245. package/types/IconPropsProvider/useIconProps.d.ts.map +1 -0
  246. package/types/custom/wrapCustomIcon.d.ts +19 -0
  247. package/types/custom/wrapCustomIcon.d.ts.map +1 -0
  248. package/types/generated/IconA11yLine.d.ts.map +1 -0
  249. package/types/generated/IconA11ySolid.d.ts.map +1 -0
  250. package/types/generated/IconAIInfoLine.d.ts.map +1 -0
  251. package/types/generated/IconAIInfoSolid.d.ts.map +1 -0
  252. package/types/generated/IconAddFolderLine.d.ts.map +1 -0
  253. package/types/generated/IconAddFolderSolid.d.ts.map +1 -0
  254. package/types/generated/IconAddLine.d.ts.map +1 -0
  255. package/types/generated/IconAddMediaLine.d.ts.map +1 -0
  256. package/types/generated/IconAddMediaSolid.d.ts.map +1 -0
  257. package/types/generated/IconAddSolid.d.ts.map +1 -0
  258. package/types/generated/IconAddressBookLine.d.ts.map +1 -0
  259. package/types/generated/IconAddressBookSolid.d.ts.map +1 -0
  260. package/types/generated/IconAdminLine.d.ts.map +1 -0
  261. package/types/generated/IconAdminSolid.d.ts.map +1 -0
  262. package/types/generated/IconAdminToolsLine.d.ts.map +1 -0
  263. package/types/generated/IconAdminToolsSolid.d.ts.map +1 -0
  264. package/types/generated/IconAiColoredLine.d.ts.map +1 -0
  265. package/types/generated/IconAiColoredSolid.d.ts.map +1 -0
  266. package/types/generated/IconAiLine.d.ts.map +1 -0
  267. package/types/generated/IconAiSolid.d.ts.map +1 -0
  268. package/types/generated/IconAlertsLine.d.ts.map +1 -0
  269. package/types/generated/IconAlertsSolid.d.ts.map +1 -0
  270. package/types/generated/IconAnalyticsLine.d.ts.map +1 -0
  271. package/types/generated/IconAnalyticsSolid.d.ts.map +1 -0
  272. package/types/generated/IconAndroidLine.d.ts.map +1 -0
  273. package/types/generated/IconAndroidSolid.d.ts.map +1 -0
  274. package/types/generated/IconAnnotateLine.d.ts.map +1 -0
  275. package/types/generated/IconAnnotateSolid.d.ts.map +1 -0
  276. package/types/generated/IconAnnouncementLine.d.ts.map +1 -0
  277. package/types/generated/IconAnnouncementSolid.d.ts.map +1 -0
  278. package/types/generated/IconAppleLine.d.ts.map +1 -0
  279. package/types/generated/IconAppleSolid.d.ts.map +1 -0
  280. package/types/generated/IconArcLine.d.ts.map +1 -0
  281. package/types/generated/IconArcSolid.d.ts.map +1 -0
  282. package/types/generated/IconArchiveLine.d.ts.map +1 -0
  283. package/types/generated/IconArchiveSolid.d.ts.map +1 -0
  284. package/types/generated/IconArrowDoubleEndLine.d.ts.map +1 -0
  285. package/types/generated/IconArrowDoubleEndSolid.d.ts.map +1 -0
  286. package/types/generated/IconArrowDoubleStartLine.d.ts.map +1 -0
  287. package/types/generated/IconArrowDoubleStartSolid.d.ts.map +1 -0
  288. package/types/generated/IconArrowDownLine.d.ts.map +1 -0
  289. package/types/generated/IconArrowDownSolid.d.ts.map +1 -0
  290. package/types/generated/IconArrowEndLine.d.ts.map +1 -0
  291. package/types/generated/IconArrowEndSolid.d.ts.map +1 -0
  292. package/types/generated/IconArrowLeftLine.d.ts +14 -0
  293. package/types/generated/IconArrowLeftLine.d.ts.map +1 -0
  294. package/types/generated/IconArrowLeftSolid.d.ts +14 -0
  295. package/types/generated/IconArrowLeftSolid.d.ts.map +1 -0
  296. package/types/generated/IconArrowNestLine.d.ts.map +1 -0
  297. package/types/generated/IconArrowNestSolid.d.ts.map +1 -0
  298. package/types/generated/IconArrowOpenDownLine.d.ts.map +1 -0
  299. package/types/generated/IconArrowOpenDownSolid.d.ts.map +1 -0
  300. package/types/generated/IconArrowOpenEndLine.d.ts.map +1 -0
  301. package/types/generated/IconArrowOpenEndSolid.d.ts.map +1 -0
  302. package/types/generated/IconArrowOpenLeftLine.d.ts +14 -0
  303. package/types/generated/IconArrowOpenLeftLine.d.ts.map +1 -0
  304. package/types/generated/IconArrowOpenLeftSolid.d.ts +14 -0
  305. package/types/generated/IconArrowOpenLeftSolid.d.ts.map +1 -0
  306. package/types/generated/IconArrowOpenRightLine.d.ts +14 -0
  307. package/types/generated/IconArrowOpenRightLine.d.ts.map +1 -0
  308. package/types/generated/IconArrowOpenRightSolid.d.ts +14 -0
  309. package/types/generated/IconArrowOpenRightSolid.d.ts.map +1 -0
  310. package/types/generated/IconArrowOpenStartLine.d.ts.map +1 -0
  311. package/types/generated/IconArrowOpenStartSolid.d.ts.map +1 -0
  312. package/types/generated/IconArrowOpenUpLine.d.ts.map +1 -0
  313. package/types/generated/IconArrowOpenUpSolid.d.ts.map +1 -0
  314. package/types/generated/IconArrowRightLine.d.ts +14 -0
  315. package/types/generated/IconArrowRightLine.d.ts.map +1 -0
  316. package/types/generated/IconArrowRightSolid.d.ts +14 -0
  317. package/types/generated/IconArrowRightSolid.d.ts.map +1 -0
  318. package/types/generated/IconArrowStartLine.d.ts.map +1 -0
  319. package/types/generated/IconArrowStartSolid.d.ts.map +1 -0
  320. package/types/generated/IconArrowUpLine.d.ts.map +1 -0
  321. package/types/generated/IconArrowUpSolid.d.ts.map +1 -0
  322. package/types/generated/IconAssignmentLine.d.ts.map +1 -0
  323. package/types/generated/IconAssignmentSolid.d.ts.map +1 -0
  324. package/types/generated/IconAttachMediaLine.d.ts.map +1 -0
  325. package/types/generated/IconAttachMediaSolid.d.ts.map +1 -0
  326. package/types/generated/IconAudioLine.d.ts.map +1 -0
  327. package/types/generated/IconAudioOffLine.d.ts.map +1 -0
  328. package/types/generated/IconAudioOffSolid.d.ts.map +1 -0
  329. package/types/generated/IconAudioSolid.d.ts.map +1 -0
  330. package/types/generated/IconAwardLine.d.ts.map +1 -0
  331. package/types/generated/IconAwardSolid.d.ts.map +1 -0
  332. package/types/generated/IconBankLine.d.ts.map +1 -0
  333. package/types/generated/IconBankSolid.d.ts.map +1 -0
  334. package/types/generated/IconBlueprintLine.d.ts.map +1 -0
  335. package/types/generated/IconBlueprintLockLine.d.ts.map +1 -0
  336. package/types/generated/IconBlueprintLockSolid.d.ts.map +1 -0
  337. package/types/generated/IconBlueprintSolid.d.ts.map +1 -0
  338. package/types/generated/IconBoldLine.d.ts.map +1 -0
  339. package/types/generated/IconBoldSolid.d.ts.map +1 -0
  340. package/types/generated/IconBookmarkLine.d.ts.map +1 -0
  341. package/types/generated/IconBookmarkSolid.d.ts.map +1 -0
  342. package/types/generated/IconBoxLine.d.ts.map +1 -0
  343. package/types/generated/IconBoxSolid.d.ts.map +1 -0
  344. package/types/generated/IconBulletListAlphaLine.d.ts.map +1 -0
  345. package/types/generated/IconBulletListAlphaSolid.d.ts.map +1 -0
  346. package/types/generated/IconBulletListCircleOutlineLine.d.ts.map +1 -0
  347. package/types/generated/IconBulletListCircleOutlineSolid.d.ts.map +1 -0
  348. package/types/generated/IconBulletListLine.d.ts.map +1 -0
  349. package/types/generated/IconBulletListRomanLine.d.ts.map +1 -0
  350. package/types/generated/IconBulletListRomanSolid.d.ts.map +1 -0
  351. package/types/generated/IconBulletListSolid.d.ts.map +1 -0
  352. package/types/generated/IconBulletListSquareLine.d.ts.map +1 -0
  353. package/types/generated/IconBulletListSquareSolid.d.ts.map +1 -0
  354. package/types/generated/IconButtonAndIconMakerLine.d.ts.map +1 -0
  355. package/types/generated/IconButtonAndIconMakerSolid.d.ts.map +1 -0
  356. package/types/generated/IconCalculatorDesmosLine.d.ts.map +1 -0
  357. package/types/generated/IconCalculatorDesmosSolid.d.ts.map +1 -0
  358. package/types/generated/IconCalculatorLine.d.ts.map +1 -0
  359. package/types/generated/IconCalculatorSolid.d.ts.map +1 -0
  360. package/types/generated/IconCalendarAddLine.d.ts.map +1 -0
  361. package/types/generated/IconCalendarAddSolid.d.ts.map +1 -0
  362. package/types/generated/IconCalendarClockLine.d.ts.map +1 -0
  363. package/types/generated/IconCalendarClockSolid.d.ts.map +1 -0
  364. package/types/generated/IconCalendarDayLine.d.ts.map +1 -0
  365. package/types/generated/IconCalendarDaySolid.d.ts.map +1 -0
  366. package/types/generated/IconCalendarDaysLine.d.ts.map +1 -0
  367. package/types/generated/IconCalendarDaysSolid.d.ts.map +1 -0
  368. package/types/generated/IconCalendarMonthLine.d.ts.map +1 -0
  369. package/types/generated/IconCalendarMonthSolid.d.ts.map +1 -0
  370. package/types/generated/IconCalendarReservedLine.d.ts.map +1 -0
  371. package/types/generated/IconCalendarReservedSolid.d.ts.map +1 -0
  372. package/types/generated/IconCanvasLogoLine.d.ts.map +1 -0
  373. package/types/generated/IconCanvasLogoSolid.d.ts.map +1 -0
  374. package/types/generated/IconCertifiedLine.d.ts.map +1 -0
  375. package/types/generated/IconCertifiedSolid.d.ts.map +1 -0
  376. package/types/generated/IconChartLineLine.d.ts.map +1 -0
  377. package/types/generated/IconChartLineSolid.d.ts.map +1 -0
  378. package/types/generated/IconChartPieLine.d.ts.map +1 -0
  379. package/types/generated/IconChartPieSolid.d.ts.map +1 -0
  380. package/types/generated/IconChartScatterLine.d.ts.map +1 -0
  381. package/types/generated/IconChartScatterSolid.d.ts.map +1 -0
  382. package/types/generated/IconChatLine.d.ts.map +1 -0
  383. package/types/generated/IconChatSolid.d.ts.map +1 -0
  384. package/types/generated/IconCheckDarkLine.d.ts.map +1 -0
  385. package/types/generated/IconCheckDarkSolid.d.ts.map +1 -0
  386. package/types/generated/IconCheckLine.d.ts.map +1 -0
  387. package/types/generated/IconCheckMarkIndeterminateLine.d.ts.map +1 -0
  388. package/types/generated/IconCheckMarkIndeterminateSolid.d.ts.map +1 -0
  389. package/types/generated/IconCheckMarkLine.d.ts.map +1 -0
  390. package/types/generated/IconCheckMarkSolid.d.ts.map +1 -0
  391. package/types/generated/IconCheckPlusLine.d.ts.map +1 -0
  392. package/types/generated/IconCheckPlusSolid.d.ts.map +1 -0
  393. package/types/generated/IconCheckSolid.d.ts.map +1 -0
  394. package/types/generated/IconCircleArrowDownLine.d.ts.map +1 -0
  395. package/types/generated/IconCircleArrowDownSolid.d.ts.map +1 -0
  396. package/types/generated/IconCircleArrowUpLine.d.ts.map +1 -0
  397. package/types/generated/IconCircleArrowUpSolid.d.ts.map +1 -0
  398. package/types/generated/IconClearTextFormattingLine.d.ts.map +1 -0
  399. package/types/generated/IconClearTextFormattingSolid.d.ts.map +1 -0
  400. package/types/generated/IconClockLine.d.ts.map +1 -0
  401. package/types/generated/IconClockSolid.d.ts.map +1 -0
  402. package/types/generated/IconClosedCaptioningLine.d.ts.map +1 -0
  403. package/types/generated/IconClosedCaptioningOffLine.d.ts.map +1 -0
  404. package/types/generated/IconClosedCaptioningOffSolid.d.ts.map +1 -0
  405. package/types/generated/IconClosedCaptioningOnLine.d.ts.map +1 -0
  406. package/types/generated/IconClosedCaptioningOnSolid.d.ts.map +1 -0
  407. package/types/generated/IconClosedCaptioningSolid.d.ts.map +1 -0
  408. package/types/generated/IconCloudDownloadLine.d.ts.map +1 -0
  409. package/types/generated/IconCloudDownloadSolid.d.ts.map +1 -0
  410. package/types/generated/IconCloudLockLine.d.ts.map +1 -0
  411. package/types/generated/IconCloudLockSolid.d.ts.map +1 -0
  412. package/types/generated/IconCloudUploadLine.d.ts.map +1 -0
  413. package/types/generated/IconCloudUploadSolid.d.ts.map +1 -0
  414. package/types/generated/IconCodeLine.d.ts.map +1 -0
  415. package/types/generated/IconCodeSolid.d.ts.map +1 -0
  416. package/types/generated/IconCollapseLine.d.ts.map +1 -0
  417. package/types/generated/IconCollapseSolid.d.ts.map +1 -0
  418. package/types/generated/IconCollectionLine.d.ts.map +1 -0
  419. package/types/generated/IconCollectionSaveLine.d.ts.map +1 -0
  420. package/types/generated/IconCollectionSaveSolid.d.ts.map +1 -0
  421. package/types/generated/IconCollectionSolid.d.ts.map +1 -0
  422. package/types/generated/IconCommentLine.d.ts.map +1 -0
  423. package/types/generated/IconCommentSolid.d.ts.map +1 -0
  424. package/types/generated/IconCommentsOffLine.d.ts.map +1 -0
  425. package/types/generated/IconCommentsOffSolid.d.ts.map +1 -0
  426. package/types/generated/IconCommentsOnLine.d.ts.map +1 -0
  427. package/types/generated/IconCommentsOnSolid.d.ts.map +1 -0
  428. package/types/generated/IconCommonsLine.d.ts.map +1 -0
  429. package/types/generated/IconCommonsSolid.d.ts.map +1 -0
  430. package/types/generated/IconCompareLine.d.ts.map +1 -0
  431. package/types/generated/IconCompareSolid.d.ts.map +1 -0
  432. package/types/generated/IconCompassLine.d.ts.map +1 -0
  433. package/types/generated/IconCompassSolid.d.ts.map +1 -0
  434. package/types/generated/IconCompleteLine.d.ts.map +1 -0
  435. package/types/generated/IconCompleteSolid.d.ts.map +1 -0
  436. package/types/generated/IconComposeLine.d.ts.map +1 -0
  437. package/types/generated/IconComposeSolid.d.ts.map +1 -0
  438. package/types/generated/IconConfigureLine.d.ts.map +1 -0
  439. package/types/generated/IconConfigureSolid.d.ts.map +1 -0
  440. package/types/generated/IconCopyCourseLine.d.ts +14 -0
  441. package/types/generated/IconCopyCourseLine.d.ts.map +1 -0
  442. package/types/generated/IconCopyCourseSolid.d.ts +14 -0
  443. package/types/generated/IconCopyCourseSolid.d.ts.map +1 -0
  444. package/types/generated/IconCopyLine.d.ts.map +1 -0
  445. package/types/generated/IconCopySolid.d.ts.map +1 -0
  446. package/types/generated/IconCoursesLine.d.ts.map +1 -0
  447. package/types/generated/IconCoursesSolid.d.ts.map +1 -0
  448. package/types/generated/IconCropLine.d.ts.map +1 -0
  449. package/types/generated/IconCropSolid.d.ts.map +1 -0
  450. package/types/generated/IconDashboardLine.d.ts.map +1 -0
  451. package/types/generated/IconDashboardSolid.d.ts.map +1 -0
  452. package/types/generated/IconDeactivateUserLine.d.ts.map +1 -0
  453. package/types/generated/IconDeactivateUserSolid.d.ts.map +1 -0
  454. package/types/generated/IconDiscussionCheckLine.d.ts.map +1 -0
  455. package/types/generated/IconDiscussionCheckSolid.d.ts.map +1 -0
  456. package/types/generated/IconDiscussionLine.d.ts.map +1 -0
  457. package/types/generated/IconDiscussionNewLine.d.ts.map +1 -0
  458. package/types/generated/IconDiscussionNewSolid.d.ts.map +1 -0
  459. package/types/generated/IconDiscussionReply2Line.d.ts.map +1 -0
  460. package/types/generated/IconDiscussionReply2Solid.d.ts.map +1 -0
  461. package/types/generated/IconDiscussionReplyDarkLine.d.ts +14 -0
  462. package/types/generated/IconDiscussionReplyDarkLine.d.ts.map +1 -0
  463. package/types/generated/IconDiscussionReplyDarkSolid.d.ts +14 -0
  464. package/types/generated/IconDiscussionReplyDarkSolid.d.ts.map +1 -0
  465. package/types/generated/IconDiscussionReplyLine.d.ts +14 -0
  466. package/types/generated/IconDiscussionReplyLine.d.ts.map +1 -0
  467. package/types/generated/IconDiscussionReplySolid.d.ts +14 -0
  468. package/types/generated/IconDiscussionReplySolid.d.ts.map +1 -0
  469. package/types/generated/IconDiscussionSearchLine.d.ts +14 -0
  470. package/types/generated/IconDiscussionSearchLine.d.ts.map +1 -0
  471. package/types/generated/IconDiscussionSearchSolid.d.ts +14 -0
  472. package/types/generated/IconDiscussionSearchSolid.d.ts.map +1 -0
  473. package/types/generated/IconDiscussionSolid.d.ts.map +1 -0
  474. package/types/generated/IconDiscussionXLine.d.ts +14 -0
  475. package/types/generated/IconDiscussionXLine.d.ts.map +1 -0
  476. package/types/generated/IconDiscussionXSolid.d.ts +14 -0
  477. package/types/generated/IconDiscussionXSolid.d.ts.map +1 -0
  478. package/types/generated/IconDocumentLine.d.ts.map +1 -0
  479. package/types/generated/IconDocumentSolid.d.ts.map +1 -0
  480. package/types/generated/IconDownloadLine.d.ts.map +1 -0
  481. package/types/generated/IconDownloadSolid.d.ts.map +1 -0
  482. package/types/generated/IconDragHandleLine.d.ts.map +1 -0
  483. package/types/generated/IconDragHandleSolid.d.ts.map +1 -0
  484. package/types/generated/IconDropDownLine.d.ts.map +1 -0
  485. package/types/generated/IconDropDownSolid.d.ts.map +1 -0
  486. package/types/generated/IconDuplicateLine.d.ts.map +1 -0
  487. package/types/generated/IconDuplicateSolid.d.ts.map +1 -0
  488. package/types/generated/IconEditLine.d.ts.map +1 -0
  489. package/types/generated/IconEditSolid.d.ts.map +1 -0
  490. package/types/generated/IconEducatorsLine.d.ts.map +1 -0
  491. package/types/generated/IconEducatorsSolid.d.ts.map +1 -0
  492. package/types/generated/IconElevateLogoLine.d.ts.map +1 -0
  493. package/types/generated/IconElevateLogoSolid.d.ts.map +1 -0
  494. package/types/generated/IconEmailLine.d.ts.map +1 -0
  495. package/types/generated/IconEmailSolid.d.ts.map +1 -0
  496. package/types/generated/IconEmptyLine.d.ts.map +1 -0
  497. package/types/generated/IconEmptySolid.d.ts.map +1 -0
  498. package/types/generated/IconEndLine.d.ts.map +1 -0
  499. package/types/generated/IconEndSolid.d.ts.map +1 -0
  500. package/types/generated/IconEportfolioLine.d.ts.map +1 -0
  501. package/types/generated/IconEportfolioSolid.d.ts.map +1 -0
  502. package/types/generated/IconEquationLine.d.ts.map +1 -0
  503. package/types/generated/IconEquationSolid.d.ts.map +1 -0
  504. package/types/generated/IconEquellaLine.d.ts.map +1 -0
  505. package/types/generated/IconEquellaSolid.d.ts.map +1 -0
  506. package/types/generated/IconEssayLine.d.ts.map +1 -0
  507. package/types/generated/IconEssaySolid.d.ts.map +1 -0
  508. package/types/generated/IconExitFullScreenLine.d.ts.map +1 -0
  509. package/types/generated/IconExitFullScreenSolid.d.ts.map +1 -0
  510. package/types/generated/IconExpandItemsLine.d.ts.map +1 -0
  511. package/types/generated/IconExpandItemsSolid.d.ts.map +1 -0
  512. package/types/generated/IconExpandLeftLine.d.ts +14 -0
  513. package/types/generated/IconExpandLeftLine.d.ts.map +1 -0
  514. package/types/generated/IconExpandLeftSolid.d.ts +14 -0
  515. package/types/generated/IconExpandLeftSolid.d.ts.map +1 -0
  516. package/types/generated/IconExpandLine.d.ts.map +1 -0
  517. package/types/generated/IconExpandSolid.d.ts.map +1 -0
  518. package/types/generated/IconExpandStartLine.d.ts.map +1 -0
  519. package/types/generated/IconExpandStartSolid.d.ts.map +1 -0
  520. package/types/generated/IconExportContentLine.d.ts.map +1 -0
  521. package/types/generated/IconExportContentSolid.d.ts.map +1 -0
  522. package/types/generated/IconExportLine.d.ts.map +1 -0
  523. package/types/generated/IconExportSolid.d.ts.map +1 -0
  524. package/types/generated/IconExternalLinkLine.d.ts.map +1 -0
  525. package/types/generated/IconExternalLinkSolid.d.ts.map +1 -0
  526. package/types/generated/IconEyeLine.d.ts.map +1 -0
  527. package/types/generated/IconEyeSolid.d.ts.map +1 -0
  528. package/types/generated/IconFacebookBoxedLine.d.ts.map +1 -0
  529. package/types/generated/IconFacebookBoxedSolid.d.ts.map +1 -0
  530. package/types/generated/IconFacebookLine.d.ts.map +1 -0
  531. package/types/generated/IconFacebookSolid.d.ts.map +1 -0
  532. package/types/generated/IconFastForwardLine.d.ts.map +1 -0
  533. package/types/generated/IconFastForwardSolid.d.ts.map +1 -0
  534. package/types/generated/IconFeedbackLine.d.ts.map +1 -0
  535. package/types/generated/IconFeedbackSolid.d.ts.map +1 -0
  536. package/types/generated/IconFileLockedLine.d.ts.map +1 -0
  537. package/types/generated/IconFileLockedSolid.d.ts.map +1 -0
  538. package/types/generated/IconFilesCopyrightLine.d.ts.map +1 -0
  539. package/types/generated/IconFilesCopyrightSolid.d.ts.map +1 -0
  540. package/types/generated/IconFilesCreativeCommonsLine.d.ts.map +1 -0
  541. package/types/generated/IconFilesCreativeCommonsSolid.d.ts.map +1 -0
  542. package/types/generated/IconFilesFairUseLine.d.ts.map +1 -0
  543. package/types/generated/IconFilesFairUseSolid.d.ts.map +1 -0
  544. package/types/generated/IconFilesObtainedPermissionLine.d.ts.map +1 -0
  545. package/types/generated/IconFilesObtainedPermissionSolid.d.ts.map +1 -0
  546. package/types/generated/IconFilesPublicDomainLine.d.ts.map +1 -0
  547. package/types/generated/IconFilesPublicDomainSolid.d.ts.map +1 -0
  548. package/types/generated/IconFilmstripLine.d.ts.map +1 -0
  549. package/types/generated/IconFilmstripSolid.d.ts.map +1 -0
  550. package/types/generated/IconFilterLine.d.ts.map +1 -0
  551. package/types/generated/IconFilterSolid.d.ts.map +1 -0
  552. package/types/generated/IconFlagLine.d.ts.map +1 -0
  553. package/types/generated/IconFlagSolid.d.ts.map +1 -0
  554. package/types/generated/IconFolderLine.d.ts.map +1 -0
  555. package/types/generated/IconFolderLockedLine.d.ts.map +1 -0
  556. package/types/generated/IconFolderLockedSolid.d.ts.map +1 -0
  557. package/types/generated/IconFolderSolid.d.ts.map +1 -0
  558. package/types/generated/IconForwardLine.d.ts.map +1 -0
  559. package/types/generated/IconForwardSolid.d.ts.map +1 -0
  560. package/types/generated/IconFullScreenLine.d.ts.map +1 -0
  561. package/types/generated/IconFullScreenSolid.d.ts.map +1 -0
  562. package/types/generated/IconGithubLine.d.ts.map +1 -0
  563. package/types/generated/IconGithubSolid.d.ts.map +1 -0
  564. package/types/generated/IconGiveAwardLine.d.ts.map +1 -0
  565. package/types/generated/IconGiveAwardSolid.d.ts.map +1 -0
  566. package/types/generated/IconGradebookExportLine.d.ts.map +1 -0
  567. package/types/generated/IconGradebookExportSolid.d.ts.map +1 -0
  568. package/types/generated/IconGradebookImportLine.d.ts.map +1 -0
  569. package/types/generated/IconGradebookImportSolid.d.ts.map +1 -0
  570. package/types/generated/IconGradebookLine.d.ts.map +1 -0
  571. package/types/generated/IconGradebookSolid.d.ts.map +1 -0
  572. package/types/generated/IconGridViewLine.d.ts.map +1 -0
  573. package/types/generated/IconGridViewSolid.d.ts.map +1 -0
  574. package/types/generated/IconGroupDarkNewLine.d.ts.map +1 -0
  575. package/types/generated/IconGroupDarkNewSolid.d.ts.map +1 -0
  576. package/types/generated/IconGroupLine.d.ts.map +1 -0
  577. package/types/generated/IconGroupNewLine.d.ts.map +1 -0
  578. package/types/generated/IconGroupNewSolid.d.ts.map +1 -0
  579. package/types/generated/IconGroupSolid.d.ts.map +1 -0
  580. package/types/generated/IconHamburgerLine.d.ts.map +1 -0
  581. package/types/generated/IconHamburgerSolid.d.ts.map +1 -0
  582. package/types/generated/IconHeaderLine.d.ts.map +1 -0
  583. package/types/generated/IconHeaderSolid.d.ts.map +1 -0
  584. package/types/generated/IconHeartLine.d.ts.map +1 -0
  585. package/types/generated/IconHeartSolid.d.ts.map +1 -0
  586. package/types/generated/IconHighlighterLine.d.ts.map +1 -0
  587. package/types/generated/IconHighlighterSolid.d.ts.map +1 -0
  588. package/types/generated/IconHomeLine.d.ts.map +1 -0
  589. package/types/generated/IconHomeSolid.d.ts.map +1 -0
  590. package/types/generated/IconHourGlassLine.d.ts.map +1 -0
  591. package/types/generated/IconHourGlassSolid.d.ts.map +1 -0
  592. package/types/generated/IconImageLine.d.ts.map +1 -0
  593. package/types/generated/IconImageSolid.d.ts.map +1 -0
  594. package/types/generated/IconImmersiveReaderLine.d.ts.map +1 -0
  595. package/types/generated/IconImmersiveReaderSolid.d.ts.map +1 -0
  596. package/types/generated/IconImpactLogoLine.d.ts.map +1 -0
  597. package/types/generated/IconImpactLogoSolid.d.ts.map +1 -0
  598. package/types/generated/IconImportContentLine.d.ts.map +1 -0
  599. package/types/generated/IconImportContentSolid.d.ts.map +1 -0
  600. package/types/generated/IconImportLine.d.ts.map +1 -0
  601. package/types/generated/IconImportSolid.d.ts.map +1 -0
  602. package/types/generated/IconImportantDatesLine.d.ts.map +1 -0
  603. package/types/generated/IconImportantDatesSolid.d.ts.map +1 -0
  604. package/types/generated/IconInboxLine.d.ts.map +1 -0
  605. package/types/generated/IconInboxSolid.d.ts.map +1 -0
  606. package/types/generated/IconIndent2Line.d.ts.map +1 -0
  607. package/types/generated/IconIndent2Solid.d.ts.map +1 -0
  608. package/types/generated/IconIndentLine.d.ts.map +1 -0
  609. package/types/generated/IconIndentSolid.d.ts.map +1 -0
  610. package/types/generated/IconInfoBorderlessLine.d.ts.map +1 -0
  611. package/types/generated/IconInfoBorderlessSolid.d.ts.map +1 -0
  612. package/types/generated/IconInfoLine.d.ts.map +1 -0
  613. package/types/generated/IconInfoSolid.d.ts.map +1 -0
  614. package/types/generated/IconInstructure1DotLine.d.ts.map +1 -0
  615. package/types/generated/IconInstructure1DotSolid.d.ts.map +1 -0
  616. package/types/generated/IconInstructure3DotLine.d.ts.map +1 -0
  617. package/types/generated/IconInstructure3DotSolid.d.ts.map +1 -0
  618. package/types/generated/IconInstructureLine.d.ts +14 -0
  619. package/types/generated/IconInstructureLine.d.ts.map +1 -0
  620. package/types/generated/IconInstructureLogoLine.d.ts.map +1 -0
  621. package/types/generated/IconInstructureLogoSolid.d.ts.map +1 -0
  622. package/types/generated/IconInstructureSolid.d.ts +14 -0
  623. package/types/generated/IconInstructureSolid.d.ts.map +1 -0
  624. package/types/generated/IconIntegrationsLine.d.ts.map +1 -0
  625. package/types/generated/IconIntegrationsSolid.d.ts.map +1 -0
  626. package/types/generated/IconInvitationLine.d.ts.map +1 -0
  627. package/types/generated/IconInvitationSolid.d.ts.map +1 -0
  628. package/types/generated/IconItalicLine.d.ts.map +1 -0
  629. package/types/generated/IconItalicSolid.d.ts.map +1 -0
  630. package/types/generated/IconKeyboardShortcutsLine.d.ts.map +1 -0
  631. package/types/generated/IconKeyboardShortcutsSolid.d.ts.map +1 -0
  632. package/types/generated/IconLaunchLine.d.ts.map +1 -0
  633. package/types/generated/IconLaunchSolid.d.ts.map +1 -0
  634. package/types/generated/IconLearnplatformLine.d.ts.map +1 -0
  635. package/types/generated/IconLearnplatformSolid.d.ts.map +1 -0
  636. package/types/generated/IconLifePreserverLine.d.ts.map +1 -0
  637. package/types/generated/IconLifePreserverSolid.d.ts.map +1 -0
  638. package/types/generated/IconLikeLine.d.ts.map +1 -0
  639. package/types/generated/IconLikeSolid.d.ts.map +1 -0
  640. package/types/generated/IconLineReaderLine.d.ts.map +1 -0
  641. package/types/generated/IconLineReaderSolid.d.ts.map +1 -0
  642. package/types/generated/IconLinkLine.d.ts.map +1 -0
  643. package/types/generated/IconLinkSolid.d.ts.map +1 -0
  644. package/types/generated/IconLinkedinLine.d.ts.map +1 -0
  645. package/types/generated/IconLinkedinSolid.d.ts.map +1 -0
  646. package/types/generated/IconListViewLine.d.ts.map +1 -0
  647. package/types/generated/IconListViewSolid.d.ts.map +1 -0
  648. package/types/generated/IconLockLine.d.ts.map +1 -0
  649. package/types/generated/IconLockSolid.d.ts.map +1 -0
  650. package/types/generated/IconLtiLine.d.ts.map +1 -0
  651. package/types/generated/IconLtiSolid.d.ts.map +1 -0
  652. package/types/generated/IconMarkAsReadLine.d.ts.map +1 -0
  653. package/types/generated/IconMarkAsReadSolid.d.ts.map +1 -0
  654. package/types/generated/IconMarkerLine.d.ts.map +1 -0
  655. package/types/generated/IconMarkerSolid.d.ts.map +1 -0
  656. package/types/generated/IconMasqueradeLine.d.ts.map +1 -0
  657. package/types/generated/IconMasqueradeSolid.d.ts.map +1 -0
  658. package/types/generated/IconMasteryLogoLine.d.ts.map +1 -0
  659. package/types/generated/IconMasteryLogoSolid.d.ts.map +1 -0
  660. package/types/generated/IconMasteryPathsLine.d.ts.map +1 -0
  661. package/types/generated/IconMasteryPathsSolid.d.ts.map +1 -0
  662. package/types/generated/IconMaterialsRequiredLightLine.d.ts +14 -0
  663. package/types/generated/IconMaterialsRequiredLightLine.d.ts.map +1 -0
  664. package/types/generated/IconMaterialsRequiredLightSolid.d.ts +14 -0
  665. package/types/generated/IconMaterialsRequiredLightSolid.d.ts.map +1 -0
  666. package/types/generated/IconMaterialsRequiredLine.d.ts.map +1 -0
  667. package/types/generated/IconMaterialsRequiredSolid.d.ts.map +1 -0
  668. package/types/generated/IconMatureLightLine.d.ts +14 -0
  669. package/types/generated/IconMatureLightLine.d.ts.map +1 -0
  670. package/types/generated/IconMatureLightSolid.d.ts +14 -0
  671. package/types/generated/IconMatureLightSolid.d.ts.map +1 -0
  672. package/types/generated/IconMatureLine.d.ts.map +1 -0
  673. package/types/generated/IconMatureSolid.d.ts.map +1 -0
  674. package/types/generated/IconMediaLine.d.ts.map +1 -0
  675. package/types/generated/IconMediaSolid.d.ts.map +1 -0
  676. package/types/generated/IconMessageLine.d.ts.map +1 -0
  677. package/types/generated/IconMessageSolid.d.ts.map +1 -0
  678. package/types/generated/IconMicLine.d.ts.map +1 -0
  679. package/types/generated/IconMicOffLine.d.ts.map +1 -0
  680. package/types/generated/IconMicOffSolid.d.ts.map +1 -0
  681. package/types/generated/IconMicSolid.d.ts.map +1 -0
  682. package/types/generated/IconMiniArrowDoubleLine.d.ts.map +1 -0
  683. package/types/generated/IconMiniArrowDoubleSolid.d.ts.map +1 -0
  684. package/types/generated/IconMiniArrowDownLine.d.ts.map +1 -0
  685. package/types/generated/IconMiniArrowDownSolid.d.ts.map +1 -0
  686. package/types/generated/IconMiniArrowEndLine.d.ts.map +1 -0
  687. package/types/generated/IconMiniArrowEndSolid.d.ts.map +1 -0
  688. package/types/generated/IconMiniArrowLeftLine.d.ts +14 -0
  689. package/types/generated/IconMiniArrowLeftLine.d.ts.map +1 -0
  690. package/types/generated/IconMiniArrowLeftSolid.d.ts +14 -0
  691. package/types/generated/IconMiniArrowLeftSolid.d.ts.map +1 -0
  692. package/types/generated/IconMiniArrowRightLine.d.ts +14 -0
  693. package/types/generated/IconMiniArrowRightLine.d.ts.map +1 -0
  694. package/types/generated/IconMiniArrowRightSolid.d.ts +14 -0
  695. package/types/generated/IconMiniArrowRightSolid.d.ts.map +1 -0
  696. package/types/generated/IconMiniArrowStartLine.d.ts.map +1 -0
  697. package/types/generated/IconMiniArrowStartSolid.d.ts.map +1 -0
  698. package/types/generated/IconMiniArrowUpLine.d.ts.map +1 -0
  699. package/types/generated/IconMiniArrowUpSolid.d.ts.map +1 -0
  700. package/types/generated/IconMinimizeLine.d.ts.map +1 -0
  701. package/types/generated/IconMinimizeSolid.d.ts.map +1 -0
  702. package/types/generated/IconModuleLine.d.ts.map +1 -0
  703. package/types/generated/IconModuleSolid.d.ts.map +1 -0
  704. package/types/generated/IconMoreLine.d.ts.map +1 -0
  705. package/types/generated/IconMoreSolid.d.ts.map +1 -0
  706. package/types/generated/IconMoveDownBottomLine.d.ts.map +1 -0
  707. package/types/generated/IconMoveDownBottomSolid.d.ts.map +1 -0
  708. package/types/generated/IconMoveDownLine.d.ts.map +1 -0
  709. package/types/generated/IconMoveDownSolid.d.ts.map +1 -0
  710. package/types/generated/IconMoveEndLine.d.ts.map +1 -0
  711. package/types/generated/IconMoveEndSolid.d.ts.map +1 -0
  712. package/types/generated/IconMoveLeftLine.d.ts +14 -0
  713. package/types/generated/IconMoveLeftLine.d.ts.map +1 -0
  714. package/types/generated/IconMoveLeftSolid.d.ts +14 -0
  715. package/types/generated/IconMoveLeftSolid.d.ts.map +1 -0
  716. package/types/generated/IconMoveRightLine.d.ts +14 -0
  717. package/types/generated/IconMoveRightLine.d.ts.map +1 -0
  718. package/types/generated/IconMoveRightSolid.d.ts +14 -0
  719. package/types/generated/IconMoveRightSolid.d.ts.map +1 -0
  720. package/types/generated/IconMoveStartLine.d.ts.map +1 -0
  721. package/types/generated/IconMoveStartSolid.d.ts.map +1 -0
  722. package/types/generated/IconMoveUpLine.d.ts.map +1 -0
  723. package/types/generated/IconMoveUpSolid.d.ts.map +1 -0
  724. package/types/generated/IconMoveUpTopLine.d.ts.map +1 -0
  725. package/types/generated/IconMoveUpTopSolid.d.ts.map +1 -0
  726. package/types/generated/IconMsExcelLine.d.ts.map +1 -0
  727. package/types/generated/IconMsExcelSolid.d.ts.map +1 -0
  728. package/types/generated/IconMsPptLine.d.ts.map +1 -0
  729. package/types/generated/IconMsPptSolid.d.ts.map +1 -0
  730. package/types/generated/IconMsWordLine.d.ts.map +1 -0
  731. package/types/generated/IconMsWordSolid.d.ts.map +1 -0
  732. package/types/generated/IconMutedLine.d.ts.map +1 -0
  733. package/types/generated/IconMutedSolid.d.ts.map +1 -0
  734. package/types/generated/IconNeutralLine.d.ts.map +1 -0
  735. package/types/generated/IconNeutralSolid.d.ts.map +1 -0
  736. package/types/generated/IconNextUnreadLine.d.ts.map +1 -0
  737. package/types/generated/IconNextUnreadSolid.d.ts.map +1 -0
  738. package/types/generated/IconNoLine.d.ts.map +1 -0
  739. package/types/generated/IconNoSolid.d.ts.map +1 -0
  740. package/types/generated/IconNotGradedLine.d.ts.map +1 -0
  741. package/types/generated/IconNotGradedSolid.d.ts.map +1 -0
  742. package/types/generated/IconNoteDarkLine.d.ts +14 -0
  743. package/types/generated/IconNoteDarkLine.d.ts.map +1 -0
  744. package/types/generated/IconNoteDarkSolid.d.ts +14 -0
  745. package/types/generated/IconNoteDarkSolid.d.ts.map +1 -0
  746. package/types/generated/IconNoteLightLine.d.ts +14 -0
  747. package/types/generated/IconNoteLightLine.d.ts.map +1 -0
  748. package/types/generated/IconNoteLightSolid.d.ts +14 -0
  749. package/types/generated/IconNoteLightSolid.d.ts.map +1 -0
  750. package/types/generated/IconNoteLine.d.ts.map +1 -0
  751. package/types/generated/IconNoteSolid.d.ts.map +1 -0
  752. package/types/generated/IconNotepadLine.d.ts.map +1 -0
  753. package/types/generated/IconNotepadSolid.d.ts.map +1 -0
  754. package/types/generated/IconNumberedListLine.d.ts.map +1 -0
  755. package/types/generated/IconNumberedListSolid.d.ts.map +1 -0
  756. package/types/generated/IconOffLine.d.ts.map +1 -0
  757. package/types/generated/IconOffSolid.d.ts.map +1 -0
  758. package/types/generated/IconOpenFolderLine.d.ts.map +1 -0
  759. package/types/generated/IconOpenFolderSolid.d.ts.map +1 -0
  760. package/types/generated/IconOutcomesLine.d.ts.map +1 -0
  761. package/types/generated/IconOutcomesSolid.d.ts.map +1 -0
  762. package/types/generated/IconOutdent2Line.d.ts.map +1 -0
  763. package/types/generated/IconOutdent2Solid.d.ts.map +1 -0
  764. package/types/generated/IconOutdentLine.d.ts.map +1 -0
  765. package/types/generated/IconOutdentSolid.d.ts.map +1 -0
  766. package/types/generated/IconOvalHalfLine.d.ts.map +1 -0
  767. package/types/generated/IconOvalHalfSolid.d.ts.map +1 -0
  768. package/types/generated/IconPageDownLine.d.ts.map +1 -0
  769. package/types/generated/IconPageDownSolid.d.ts.map +1 -0
  770. package/types/generated/IconPageUpLine.d.ts.map +1 -0
  771. package/types/generated/IconPageUpSolid.d.ts.map +1 -0
  772. package/types/generated/IconPaintLine.d.ts.map +1 -0
  773. package/types/generated/IconPaintSolid.d.ts.map +1 -0
  774. package/types/generated/IconPaperclipLine.d.ts.map +1 -0
  775. package/types/generated/IconPaperclipSolid.d.ts.map +1 -0
  776. package/types/generated/IconPartialLine.d.ts.map +1 -0
  777. package/types/generated/IconPartialSolid.d.ts.map +1 -0
  778. package/types/generated/IconPasswordResetLine.d.ts.map +1 -0
  779. package/types/generated/IconPasswordResetSolid.d.ts.map +1 -0
  780. package/types/generated/IconPauseLine.d.ts.map +1 -0
  781. package/types/generated/IconPauseSolid.d.ts.map +1 -0
  782. package/types/generated/IconPdfLine.d.ts.map +1 -0
  783. package/types/generated/IconPdfSolid.d.ts.map +1 -0
  784. package/types/generated/IconPeerGradedLine.d.ts.map +1 -0
  785. package/types/generated/IconPeerGradedSolid.d.ts.map +1 -0
  786. package/types/generated/IconPeerReviewLine.d.ts.map +1 -0
  787. package/types/generated/IconPeerReviewSolid.d.ts.map +1 -0
  788. package/types/generated/IconPermissionsLine.d.ts.map +1 -0
  789. package/types/generated/IconPermissionsSolid.d.ts.map +1 -0
  790. package/types/generated/IconPinLine.d.ts.map +1 -0
  791. package/types/generated/IconPinSolid.d.ts.map +1 -0
  792. package/types/generated/IconPinterestLine.d.ts.map +1 -0
  793. package/types/generated/IconPinterestSolid.d.ts.map +1 -0
  794. package/types/generated/IconPlayLine.d.ts.map +1 -0
  795. package/types/generated/IconPlaySolid.d.ts.map +1 -0
  796. package/types/generated/IconPlusLine.d.ts.map +1 -0
  797. package/types/generated/IconPlusSolid.d.ts.map +1 -0
  798. package/types/generated/IconPostToSisLine.d.ts.map +1 -0
  799. package/types/generated/IconPostToSisSolid.d.ts.map +1 -0
  800. package/types/generated/IconPredictiveLine.d.ts.map +1 -0
  801. package/types/generated/IconPredictiveSolid.d.ts.map +1 -0
  802. package/types/generated/IconPrerequisiteLine.d.ts.map +1 -0
  803. package/types/generated/IconPrerequisiteSolid.d.ts.map +1 -0
  804. package/types/generated/IconPrinterLine.d.ts.map +1 -0
  805. package/types/generated/IconPrinterSolid.d.ts.map +1 -0
  806. package/types/generated/IconProgressLine.d.ts.map +1 -0
  807. package/types/generated/IconProgressSolid.d.ts.map +1 -0
  808. package/types/generated/IconProtractorLine.d.ts.map +1 -0
  809. package/types/generated/IconProtractorSolid.d.ts.map +1 -0
  810. package/types/generated/IconPublishLine.d.ts.map +1 -0
  811. package/types/generated/IconPublishSolid.d.ts.map +1 -0
  812. package/types/generated/IconQuestionLine.d.ts.map +1 -0
  813. package/types/generated/IconQuestionSolid.d.ts.map +1 -0
  814. package/types/generated/IconQuizInstructionsLine.d.ts.map +1 -0
  815. package/types/generated/IconQuizInstructionsSolid.d.ts.map +1 -0
  816. package/types/generated/IconQuizLine.d.ts.map +1 -0
  817. package/types/generated/IconQuizSolid.d.ts.map +1 -0
  818. package/types/generated/IconQuizStatsAvgLine.d.ts.map +1 -0
  819. package/types/generated/IconQuizStatsAvgSolid.d.ts.map +1 -0
  820. package/types/generated/IconQuizStatsCronbachsAlphaLine.d.ts.map +1 -0
  821. package/types/generated/IconQuizStatsCronbachsAlphaSolid.d.ts.map +1 -0
  822. package/types/generated/IconQuizStatsDeviationLine.d.ts.map +1 -0
  823. package/types/generated/IconQuizStatsDeviationSolid.d.ts.map +1 -0
  824. package/types/generated/IconQuizStatsHighLine.d.ts.map +1 -0
  825. package/types/generated/IconQuizStatsHighSolid.d.ts.map +1 -0
  826. package/types/generated/IconQuizStatsLowLine.d.ts.map +1 -0
  827. package/types/generated/IconQuizStatsLowSolid.d.ts.map +1 -0
  828. package/types/generated/IconQuizStatsTimeLine.d.ts.map +1 -0
  829. package/types/generated/IconQuizStatsTimeSolid.d.ts.map +1 -0
  830. package/types/generated/IconQuizTitleLine.d.ts.map +1 -0
  831. package/types/generated/IconQuizTitleSolid.d.ts.map +1 -0
  832. package/types/generated/IconRecordLine.d.ts.map +1 -0
  833. package/types/generated/IconRecordSolid.d.ts.map +1 -0
  834. package/types/generated/IconRedoLine.d.ts.map +1 -0
  835. package/types/generated/IconRedoSolid.d.ts.map +1 -0
  836. package/types/generated/IconRefreshLine.d.ts.map +1 -0
  837. package/types/generated/IconRefreshSolid.d.ts.map +1 -0
  838. package/types/generated/IconRemoveBookmarkLine.d.ts.map +1 -0
  839. package/types/generated/IconRemoveBookmarkSolid.d.ts.map +1 -0
  840. package/types/generated/IconRemoveFromCollectionLine.d.ts.map +1 -0
  841. package/types/generated/IconRemoveFromCollectionSolid.d.ts.map +1 -0
  842. package/types/generated/IconRemoveLinkLine.d.ts.map +1 -0
  843. package/types/generated/IconRemoveLinkSolid.d.ts.map +1 -0
  844. package/types/generated/IconRepliedLine.d.ts.map +1 -0
  845. package/types/generated/IconRepliedSolid.d.ts.map +1 -0
  846. package/types/generated/IconReply2Line.d.ts.map +1 -0
  847. package/types/generated/IconReply2Solid.d.ts.map +1 -0
  848. package/types/generated/IconReplyAll2Line.d.ts.map +1 -0
  849. package/types/generated/IconReplyAll2Solid.d.ts.map +1 -0
  850. package/types/generated/IconReplyLine.d.ts.map +1 -0
  851. package/types/generated/IconReplySolid.d.ts.map +1 -0
  852. package/types/generated/IconResetLine.d.ts.map +1 -0
  853. package/types/generated/IconResetSolid.d.ts.map +1 -0
  854. package/types/generated/IconRestoreLine.d.ts.map +1 -0
  855. package/types/generated/IconRestoreSolid.d.ts.map +1 -0
  856. package/types/generated/IconReviewScreenLine.d.ts.map +1 -0
  857. package/types/generated/IconReviewScreenSolid.d.ts.map +1 -0
  858. package/types/generated/IconRewindLine.d.ts.map +1 -0
  859. package/types/generated/IconRewindSolid.d.ts.map +1 -0
  860. package/types/generated/IconRotateLeftLine.d.ts.map +1 -0
  861. package/types/generated/IconRotateLeftSolid.d.ts.map +1 -0
  862. package/types/generated/IconRotateRightLine.d.ts.map +1 -0
  863. package/types/generated/IconRotateRightSolid.d.ts.map +1 -0
  864. package/types/generated/IconRssAddLine.d.ts +14 -0
  865. package/types/generated/IconRssAddLine.d.ts.map +1 -0
  866. package/types/generated/IconRssAddSolid.d.ts +14 -0
  867. package/types/generated/IconRssAddSolid.d.ts.map +1 -0
  868. package/types/generated/IconRssLine.d.ts.map +1 -0
  869. package/types/generated/IconRssSolid.d.ts.map +1 -0
  870. package/types/generated/IconRubricDarkLine.d.ts.map +1 -0
  871. package/types/generated/IconRubricDarkSolid.d.ts.map +1 -0
  872. package/types/generated/IconRubricLine.d.ts.map +1 -0
  873. package/types/generated/IconRubricSolid.d.ts.map +1 -0
  874. package/types/generated/IconRulerLine.d.ts.map +1 -0
  875. package/types/generated/IconRulerSolid.d.ts.map +1 -0
  876. package/types/generated/IconSaveLine.d.ts.map +1 -0
  877. package/types/generated/IconSaveSolid.d.ts.map +1 -0
  878. package/types/generated/IconScreenCaptureLine.d.ts.map +1 -0
  879. package/types/generated/IconScreenCaptureSolid.d.ts.map +1 -0
  880. package/types/generated/IconSearchAddressBookLine.d.ts +14 -0
  881. package/types/generated/IconSearchAddressBookLine.d.ts.map +1 -0
  882. package/types/generated/IconSearchAddressBookSolid.d.ts +14 -0
  883. package/types/generated/IconSearchAddressBookSolid.d.ts.map +1 -0
  884. package/types/generated/IconSearchAiLine.d.ts.map +1 -0
  885. package/types/generated/IconSearchAiSolid.d.ts.map +1 -0
  886. package/types/generated/IconSearchLine.d.ts.map +1 -0
  887. package/types/generated/IconSearchSolid.d.ts.map +1 -0
  888. package/types/generated/IconSettings2Line.d.ts +14 -0
  889. package/types/generated/IconSettings2Line.d.ts.map +1 -0
  890. package/types/generated/IconSettings2Solid.d.ts +14 -0
  891. package/types/generated/IconSettings2Solid.d.ts.map +1 -0
  892. package/types/generated/IconSettingsLine.d.ts.map +1 -0
  893. package/types/generated/IconSettingsSolid.d.ts.map +1 -0
  894. package/types/generated/IconShapeOvalLine.d.ts.map +1 -0
  895. package/types/generated/IconShapeOvalSolid.d.ts.map +1 -0
  896. package/types/generated/IconShapePolygonLine.d.ts.map +1 -0
  897. package/types/generated/IconShapePolygonSolid.d.ts.map +1 -0
  898. package/types/generated/IconShapeRectangleLine.d.ts.map +1 -0
  899. package/types/generated/IconShapeRectangleSolid.d.ts.map +1 -0
  900. package/types/generated/IconShareLine.d.ts.map +1 -0
  901. package/types/generated/IconShareSolid.d.ts.map +1 -0
  902. package/types/generated/IconSidebarRightHideLine.d.ts.map +1 -0
  903. package/types/generated/IconSidebarRightHideSolid.d.ts.map +1 -0
  904. package/types/generated/IconSidebarRightShowLine.d.ts.map +1 -0
  905. package/types/generated/IconSidebarRightShowSolid.d.ts.map +1 -0
  906. package/types/generated/IconSingleMetricLine.d.ts.map +1 -0
  907. package/types/generated/IconSingleMetricSolid.d.ts.map +1 -0
  908. package/types/generated/IconSisImportedLine.d.ts.map +1 -0
  909. package/types/generated/IconSisImportedSolid.d.ts.map +1 -0
  910. package/types/generated/IconSisNotSyncedLine.d.ts.map +1 -0
  911. package/types/generated/IconSisNotSyncedSolid.d.ts.map +1 -0
  912. package/types/generated/IconSisSyncedLine.d.ts.map +1 -0
  913. package/types/generated/IconSisSyncedSolid.d.ts.map +1 -0
  914. package/types/generated/IconSkypeLine.d.ts.map +1 -0
  915. package/types/generated/IconSkypeSolid.d.ts.map +1 -0
  916. package/types/generated/IconSortLine.d.ts.map +1 -0
  917. package/types/generated/IconSortSolid.d.ts.map +1 -0
  918. package/types/generated/IconSpeedGraderLine.d.ts.map +1 -0
  919. package/types/generated/IconSpeedGraderSolid.d.ts.map +1 -0
  920. package/types/generated/IconStandardsLine.d.ts.map +1 -0
  921. package/types/generated/IconStandardsSolid.d.ts.map +1 -0
  922. package/types/generated/IconStarLightLine.d.ts.map +1 -0
  923. package/types/generated/IconStarLightSolid.d.ts.map +1 -0
  924. package/types/generated/IconStarLine.d.ts.map +1 -0
  925. package/types/generated/IconStarSolid.d.ts.map +1 -0
  926. package/types/generated/IconStatsLine.d.ts.map +1 -0
  927. package/types/generated/IconStatsSolid.d.ts.map +1 -0
  928. package/types/generated/IconStopLine.d.ts.map +1 -0
  929. package/types/generated/IconStopSolid.d.ts.map +1 -0
  930. package/types/generated/IconStrikethroughLine.d.ts.map +1 -0
  931. package/types/generated/IconStrikethroughSolid.d.ts.map +1 -0
  932. package/types/generated/IconStudentViewLine.d.ts.map +1 -0
  933. package/types/generated/IconStudentViewSolid.d.ts.map +1 -0
  934. package/types/generated/IconStudioLine.d.ts.map +1 -0
  935. package/types/generated/IconStudioSolid.d.ts.map +1 -0
  936. package/types/generated/IconSubaccountsLine.d.ts.map +1 -0
  937. package/types/generated/IconSubaccountsSolid.d.ts.map +1 -0
  938. package/types/generated/IconSubtitlesLine.d.ts.map +1 -0
  939. package/types/generated/IconSubtitlesSolid.d.ts.map +1 -0
  940. package/types/generated/IconSyllabusLine.d.ts.map +1 -0
  941. package/types/generated/IconSyllabusSolid.d.ts.map +1 -0
  942. package/types/generated/IconTableCellSelectAllLine.d.ts.map +1 -0
  943. package/types/generated/IconTableCellSelectAllSolid.d.ts.map +1 -0
  944. package/types/generated/IconTableDeleteColumnLine.d.ts.map +1 -0
  945. package/types/generated/IconTableDeleteColumnSolid.d.ts.map +1 -0
  946. package/types/generated/IconTableDeleteRowLine.d.ts.map +1 -0
  947. package/types/generated/IconTableDeleteRowSolid.d.ts.map +1 -0
  948. package/types/generated/IconTableDeleteTableLine.d.ts.map +1 -0
  949. package/types/generated/IconTableDeleteTableSolid.d.ts.map +1 -0
  950. package/types/generated/IconTableInsertColumnAfterLine.d.ts.map +1 -0
  951. package/types/generated/IconTableInsertColumnAfterSolid.d.ts.map +1 -0
  952. package/types/generated/IconTableInsertColumnBeforeLine.d.ts.map +1 -0
  953. package/types/generated/IconTableInsertColumnBeforeSolid.d.ts.map +1 -0
  954. package/types/generated/IconTableInsertRowAboveLine.d.ts.map +1 -0
  955. package/types/generated/IconTableInsertRowAboveSolid.d.ts.map +1 -0
  956. package/types/generated/IconTableInsertRowAfterLine.d.ts.map +1 -0
  957. package/types/generated/IconTableInsertRowAfterSolid.d.ts.map +1 -0
  958. package/types/generated/IconTableLeftHeaderLine.d.ts.map +1 -0
  959. package/types/generated/IconTableLeftHeaderSolid.d.ts.map +1 -0
  960. package/types/generated/IconTableLine.d.ts.map +1 -0
  961. package/types/generated/IconTableMergeCellsLine.d.ts.map +1 -0
  962. package/types/generated/IconTableMergeCellsSolid.d.ts.map +1 -0
  963. package/types/generated/IconTableRowPropertiesLine.d.ts.map +1 -0
  964. package/types/generated/IconTableRowPropertiesSolid.d.ts.map +1 -0
  965. package/types/generated/IconTableSolid.d.ts.map +1 -0
  966. package/types/generated/IconTableSplitCellsLine.d.ts.map +1 -0
  967. package/types/generated/IconTableSplitCellsSolid.d.ts.map +1 -0
  968. package/types/generated/IconTableTopHeaderLine.d.ts.map +1 -0
  969. package/types/generated/IconTableTopHeaderSolid.d.ts.map +1 -0
  970. package/types/generated/IconTagLine.d.ts.map +1 -0
  971. package/types/generated/IconTagSolid.d.ts.map +1 -0
  972. package/types/generated/IconTargetLine.d.ts.map +1 -0
  973. package/types/generated/IconTargetSolid.d.ts.map +1 -0
  974. package/types/generated/IconTextBackgroundColorLine.d.ts.map +1 -0
  975. package/types/generated/IconTextBackgroundColorSolid.d.ts.map +1 -0
  976. package/types/generated/IconTextCenteredLine.d.ts.map +1 -0
  977. package/types/generated/IconTextCenteredSolid.d.ts.map +1 -0
  978. package/types/generated/IconTextColorLine.d.ts.map +1 -0
  979. package/types/generated/IconTextColorSolid.d.ts.map +1 -0
  980. package/types/generated/IconTextDirectionLtrLine.d.ts.map +1 -0
  981. package/types/generated/IconTextDirectionLtrSolid.d.ts.map +1 -0
  982. package/types/generated/IconTextDirectionRtlLine.d.ts.map +1 -0
  983. package/types/generated/IconTextDirectionRtlSolid.d.ts.map +1 -0
  984. package/types/generated/IconTextEndLine.d.ts.map +1 -0
  985. package/types/generated/IconTextEndSolid.d.ts.map +1 -0
  986. package/types/generated/IconTextLeftLine.d.ts +14 -0
  987. package/types/generated/IconTextLeftLine.d.ts.map +1 -0
  988. package/types/generated/IconTextLeftSolid.d.ts +14 -0
  989. package/types/generated/IconTextLeftSolid.d.ts.map +1 -0
  990. package/types/generated/IconTextLine.d.ts.map +1 -0
  991. package/types/generated/IconTextRightLine.d.ts +14 -0
  992. package/types/generated/IconTextRightLine.d.ts.map +1 -0
  993. package/types/generated/IconTextRightSolid.d.ts +14 -0
  994. package/types/generated/IconTextRightSolid.d.ts.map +1 -0
  995. package/types/generated/IconTextSolid.d.ts.map +1 -0
  996. package/types/generated/IconTextStartLine.d.ts.map +1 -0
  997. package/types/generated/IconTextStartSolid.d.ts.map +1 -0
  998. package/types/generated/IconTextSubscriptLine.d.ts.map +1 -0
  999. package/types/generated/IconTextSubscriptSolid.d.ts.map +1 -0
  1000. package/types/generated/IconTextSuperscriptLine.d.ts.map +1 -0
  1001. package/types/generated/IconTextSuperscriptSolid.d.ts.map +1 -0
  1002. package/types/generated/IconTextareaLine.d.ts.map +1 -0
  1003. package/types/generated/IconTextareaSolid.d.ts.map +1 -0
  1004. package/types/generated/IconTimerLine.d.ts.map +1 -0
  1005. package/types/generated/IconTimerSolid.d.ts.map +1 -0
  1006. package/types/generated/IconToggleEndLine.d.ts.map +1 -0
  1007. package/types/generated/IconToggleEndSolid.d.ts.map +1 -0
  1008. package/types/generated/IconToggleLeftLine.d.ts +14 -0
  1009. package/types/generated/IconToggleLeftLine.d.ts.map +1 -0
  1010. package/types/generated/IconToggleLeftSolid.d.ts +14 -0
  1011. package/types/generated/IconToggleLeftSolid.d.ts.map +1 -0
  1012. package/types/generated/IconToggleRightLine.d.ts +14 -0
  1013. package/types/generated/IconToggleRightLine.d.ts.map +1 -0
  1014. package/types/generated/IconToggleRightSolid.d.ts +14 -0
  1015. package/types/generated/IconToggleRightSolid.d.ts.map +1 -0
  1016. package/types/generated/IconToggleStartLine.d.ts.map +1 -0
  1017. package/types/generated/IconToggleStartSolid.d.ts.map +1 -0
  1018. package/types/generated/IconTrashLine.d.ts.map +1 -0
  1019. package/types/generated/IconTrashSolid.d.ts.map +1 -0
  1020. package/types/generated/IconTroubleLine.d.ts.map +1 -0
  1021. package/types/generated/IconTroubleSolid.d.ts.map +1 -0
  1022. package/types/generated/IconTwitterBoxedLine.d.ts +14 -0
  1023. package/types/generated/IconTwitterBoxedLine.d.ts.map +1 -0
  1024. package/types/generated/IconTwitterBoxedSolid.d.ts +14 -0
  1025. package/types/generated/IconTwitterBoxedSolid.d.ts.map +1 -0
  1026. package/types/generated/IconTwitterLine.d.ts.map +1 -0
  1027. package/types/generated/IconTwitterSolid.d.ts.map +1 -0
  1028. package/types/generated/IconUnarchiveLine.d.ts.map +1 -0
  1029. package/types/generated/IconUnarchiveSolid.d.ts.map +1 -0
  1030. package/types/generated/IconUnderlineLine.d.ts.map +1 -0
  1031. package/types/generated/IconUnderlineSolid.d.ts.map +1 -0
  1032. package/types/generated/IconUndoLine.d.ts.map +1 -0
  1033. package/types/generated/IconUndoSolid.d.ts.map +1 -0
  1034. package/types/generated/IconUnlockLine.d.ts.map +1 -0
  1035. package/types/generated/IconUnlockSolid.d.ts.map +1 -0
  1036. package/types/generated/IconUnmutedLine.d.ts.map +1 -0
  1037. package/types/generated/IconUnmutedSolid.d.ts.map +1 -0
  1038. package/types/generated/IconUnpublishLine.d.ts +14 -0
  1039. package/types/generated/IconUnpublishLine.d.ts.map +1 -0
  1040. package/types/generated/IconUnpublishSolid.d.ts +14 -0
  1041. package/types/generated/IconUnpublishSolid.d.ts.map +1 -0
  1042. package/types/generated/IconUnpublishedLine.d.ts.map +1 -0
  1043. package/types/generated/IconUnpublishedSolid.d.ts.map +1 -0
  1044. package/types/generated/IconUpdownLine.d.ts.map +1 -0
  1045. package/types/generated/IconUpdownSolid.d.ts.map +1 -0
  1046. package/types/generated/IconUploadLine.d.ts.map +1 -0
  1047. package/types/generated/IconUploadSolid.d.ts.map +1 -0
  1048. package/types/generated/IconUserAddLine.d.ts +14 -0
  1049. package/types/generated/IconUserAddLine.d.ts.map +1 -0
  1050. package/types/generated/IconUserAddSolid.d.ts +14 -0
  1051. package/types/generated/IconUserAddSolid.d.ts.map +1 -0
  1052. package/types/generated/IconUserAssignLine.d.ts.map +1 -0
  1053. package/types/generated/IconUserAssignSolid.d.ts.map +1 -0
  1054. package/types/generated/IconUserLine.d.ts.map +1 -0
  1055. package/types/generated/IconUserSolid.d.ts.map +1 -0
  1056. package/types/generated/IconVideoCameraLine.d.ts.map +1 -0
  1057. package/types/generated/IconVideoCameraOffLine.d.ts.map +1 -0
  1058. package/types/generated/IconVideoCameraOffSolid.d.ts.map +1 -0
  1059. package/types/generated/IconVideoCameraSolid.d.ts.map +1 -0
  1060. package/types/generated/IconVideoLine.d.ts.map +1 -0
  1061. package/types/generated/IconVideoSolid.d.ts.map +1 -0
  1062. package/types/generated/IconWarningBorderlessLine.d.ts.map +1 -0
  1063. package/types/generated/IconWarningBorderlessSolid.d.ts.map +1 -0
  1064. package/types/generated/IconWarningLine.d.ts.map +1 -0
  1065. package/types/generated/IconWarningSolid.d.ts.map +1 -0
  1066. package/types/generated/IconWindowsLine.d.ts.map +1 -0
  1067. package/types/generated/IconWindowsSolid.d.ts.map +1 -0
  1068. package/types/generated/IconWordpressLine.d.ts.map +1 -0
  1069. package/types/generated/IconWordpressSolid.d.ts.map +1 -0
  1070. package/types/generated/IconXLine.d.ts.map +1 -0
  1071. package/types/generated/IconXSolid.d.ts.map +1 -0
  1072. package/types/generated/IconZippedLine.d.ts.map +1 -0
  1073. package/types/generated/IconZippedSolid.d.ts.map +1 -0
  1074. package/types/generated/IconZoomInLine.d.ts.map +1 -0
  1075. package/types/generated/IconZoomInSolid.d.ts.map +1 -0
  1076. package/types/generated/IconZoomOutLine.d.ts.map +1 -0
  1077. package/types/generated/IconZoomOutSolid.d.ts.map +1 -0
  1078. package/types/generated/custom/index.d.ts +86 -0
  1079. package/types/generated/custom/index.d.ts.map +1 -0
  1080. package/types/generated/index.d.ts +773 -0
  1081. package/types/generated/index.d.ts.map +1 -0
  1082. package/types/generated/lucide/index.d.ts +1905 -0
  1083. package/types/generated/lucide/index.d.ts.map +1 -0
  1084. package/types/generated/svg/index.d.ts +6174 -0
  1085. package/types/generated/svg/index.d.ts.map +1 -0
  1086. package/types/index.d.ts +7 -772
  1087. package/types/index.d.ts.map +1 -1
  1088. package/types/lucide/wrapLucideIcon.d.ts +11 -0
  1089. package/types/lucide/wrapLucideIcon.d.ts.map +1 -0
  1090. package/types/props.d.ts +81 -0
  1091. package/types/props.d.ts.map +1 -0
  1092. package/types/styles.d.ts +13 -0
  1093. package/types/styles.d.ts.map +1 -0
  1094. package/es/IconArrowLeftLine.js +0 -63
  1095. package/es/IconArrowLeftSolid.js +0 -63
  1096. package/es/IconArrowOpenLeftLine.js +0 -63
  1097. package/es/IconArrowOpenLeftSolid.js +0 -63
  1098. package/es/IconArrowOpenRightLine.js +0 -63
  1099. package/es/IconArrowOpenRightSolid.js +0 -63
  1100. package/es/IconArrowRightLine.js +0 -63
  1101. package/es/IconArrowRightSolid.js +0 -63
  1102. package/es/IconCopyCourseLine.js +0 -62
  1103. package/es/IconCopyCourseSolid.js +0 -62
  1104. package/es/IconDiscussionReplyDarkLine.js +0 -62
  1105. package/es/IconDiscussionReplyDarkSolid.js +0 -62
  1106. package/es/IconDiscussionReplyLine.js +0 -62
  1107. package/es/IconDiscussionReplySolid.js +0 -62
  1108. package/es/IconDiscussionSearchLine.js +0 -62
  1109. package/es/IconDiscussionSearchSolid.js +0 -62
  1110. package/es/IconDiscussionXLine.js +0 -62
  1111. package/es/IconDiscussionXSolid.js +0 -62
  1112. package/es/IconExpandLeftLine.js +0 -62
  1113. package/es/IconExpandLeftSolid.js +0 -63
  1114. package/es/IconInstructureLine.js +0 -62
  1115. package/es/IconInstructureSolid.js +0 -62
  1116. package/es/IconMaterialsRequiredLightLine.js +0 -62
  1117. package/es/IconMaterialsRequiredLightSolid.js +0 -62
  1118. package/es/IconMatureLightLine.js +0 -62
  1119. package/es/IconMatureLightSolid.js +0 -62
  1120. package/es/IconMiniArrowLeftLine.js +0 -63
  1121. package/es/IconMiniArrowLeftSolid.js +0 -63
  1122. package/es/IconMiniArrowRightLine.js +0 -63
  1123. package/es/IconMiniArrowRightSolid.js +0 -63
  1124. package/es/IconMoveLeftLine.js +0 -63
  1125. package/es/IconMoveLeftSolid.js +0 -63
  1126. package/es/IconMoveRightLine.js +0 -63
  1127. package/es/IconMoveRightSolid.js +0 -63
  1128. package/es/IconNoteDarkLine.js +0 -62
  1129. package/es/IconNoteDarkSolid.js +0 -62
  1130. package/es/IconNoteLightLine.js +0 -62
  1131. package/es/IconNoteLightSolid.js +0 -62
  1132. package/es/IconRssAddLine.js +0 -62
  1133. package/es/IconRssAddSolid.js +0 -62
  1134. package/es/IconSearchAddressBookLine.js +0 -62
  1135. package/es/IconSearchAddressBookSolid.js +0 -62
  1136. package/es/IconSettings2Line.js +0 -62
  1137. package/es/IconSettings2Solid.js +0 -62
  1138. package/es/IconTextLeftLine.js +0 -63
  1139. package/es/IconTextLeftSolid.js +0 -63
  1140. package/es/IconTextRightLine.js +0 -63
  1141. package/es/IconTextRightSolid.js +0 -63
  1142. package/es/IconToggleLeftLine.js +0 -63
  1143. package/es/IconToggleLeftSolid.js +0 -63
  1144. package/es/IconToggleRightLine.js +0 -63
  1145. package/es/IconToggleRightSolid.js +0 -63
  1146. package/es/IconTwitterBoxedLine.js +0 -62
  1147. package/es/IconTwitterBoxedSolid.js +0 -62
  1148. package/es/IconUnpublishLine.js +0 -62
  1149. package/es/IconUnpublishSolid.js +0 -62
  1150. package/es/IconUserAddLine.js +0 -62
  1151. package/es/IconUserAddSolid.js +0 -62
  1152. package/es/icon-font/Line/InstructureIcons-Line.css +0 -1174
  1153. package/es/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
  1154. package/es/icon-font/Solid/InstructureIcons-Solid.css +0 -1174
  1155. package/es/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
  1156. package/es/icons-data.json +0 -1
  1157. package/es/svg/index.js +0 -2559
  1158. package/lib/IconArrowLeftLine.js +0 -69
  1159. package/lib/IconArrowLeftSolid.js +0 -69
  1160. package/lib/IconArrowOpenLeftLine.js +0 -69
  1161. package/lib/IconArrowOpenLeftSolid.js +0 -69
  1162. package/lib/IconArrowOpenRightLine.js +0 -69
  1163. package/lib/IconArrowOpenRightSolid.js +0 -69
  1164. package/lib/IconArrowRightLine.js +0 -69
  1165. package/lib/IconArrowRightSolid.js +0 -69
  1166. package/lib/IconCopyCourseLine.js +0 -68
  1167. package/lib/IconCopyCourseSolid.js +0 -68
  1168. package/lib/IconDiscussionReplyDarkLine.js +0 -68
  1169. package/lib/IconDiscussionReplyDarkSolid.js +0 -68
  1170. package/lib/IconDiscussionReplyLine.js +0 -68
  1171. package/lib/IconDiscussionReplySolid.js +0 -68
  1172. package/lib/IconDiscussionSearchLine.js +0 -68
  1173. package/lib/IconDiscussionSearchSolid.js +0 -68
  1174. package/lib/IconDiscussionXLine.js +0 -68
  1175. package/lib/IconDiscussionXSolid.js +0 -68
  1176. package/lib/IconExpandLeftLine.js +0 -68
  1177. package/lib/IconExpandLeftSolid.js +0 -69
  1178. package/lib/IconInstructureLine.js +0 -68
  1179. package/lib/IconInstructureSolid.js +0 -68
  1180. package/lib/IconMaterialsRequiredLightLine.js +0 -68
  1181. package/lib/IconMaterialsRequiredLightSolid.js +0 -68
  1182. package/lib/IconMatureLightLine.js +0 -68
  1183. package/lib/IconMatureLightSolid.js +0 -68
  1184. package/lib/IconMiniArrowLeftLine.js +0 -69
  1185. package/lib/IconMiniArrowLeftSolid.js +0 -69
  1186. package/lib/IconMiniArrowRightLine.js +0 -69
  1187. package/lib/IconMiniArrowRightSolid.js +0 -69
  1188. package/lib/IconMoveLeftLine.js +0 -69
  1189. package/lib/IconMoveLeftSolid.js +0 -69
  1190. package/lib/IconMoveRightLine.js +0 -69
  1191. package/lib/IconMoveRightSolid.js +0 -69
  1192. package/lib/IconNoteDarkLine.js +0 -68
  1193. package/lib/IconNoteDarkSolid.js +0 -68
  1194. package/lib/IconNoteLightLine.js +0 -68
  1195. package/lib/IconNoteLightSolid.js +0 -68
  1196. package/lib/IconRssAddLine.js +0 -68
  1197. package/lib/IconRssAddSolid.js +0 -68
  1198. package/lib/IconSearchAddressBookLine.js +0 -68
  1199. package/lib/IconSearchAddressBookSolid.js +0 -68
  1200. package/lib/IconSettings2Line.js +0 -68
  1201. package/lib/IconSettings2Solid.js +0 -68
  1202. package/lib/IconTextLeftLine.js +0 -69
  1203. package/lib/IconTextLeftSolid.js +0 -69
  1204. package/lib/IconTextRightLine.js +0 -69
  1205. package/lib/IconTextRightSolid.js +0 -69
  1206. package/lib/IconToggleLeftLine.js +0 -69
  1207. package/lib/IconToggleLeftSolid.js +0 -69
  1208. package/lib/IconToggleRightLine.js +0 -69
  1209. package/lib/IconToggleRightSolid.js +0 -69
  1210. package/lib/IconTwitterBoxedLine.js +0 -68
  1211. package/lib/IconTwitterBoxedSolid.js +0 -68
  1212. package/lib/IconUnpublishLine.js +0 -68
  1213. package/lib/IconUnpublishSolid.js +0 -68
  1214. package/lib/IconUserAddLine.js +0 -68
  1215. package/lib/IconUserAddSolid.js +0 -68
  1216. package/lib/icon-font/Line/InstructureIcons-Line.css +0 -1174
  1217. package/lib/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
  1218. package/lib/icon-font/Solid/InstructureIcons-Solid.css +0 -1174
  1219. package/lib/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
  1220. package/lib/icons-data.json +0 -1
  1221. package/lib/svg/index.js +0 -2559
  1222. package/types/IconA11yLine.d.ts.map +0 -1
  1223. package/types/IconA11ySolid.d.ts.map +0 -1
  1224. package/types/IconAIInfoLine.d.ts.map +0 -1
  1225. package/types/IconAIInfoSolid.d.ts.map +0 -1
  1226. package/types/IconAddFolderLine.d.ts.map +0 -1
  1227. package/types/IconAddFolderSolid.d.ts.map +0 -1
  1228. package/types/IconAddLine.d.ts.map +0 -1
  1229. package/types/IconAddMediaLine.d.ts.map +0 -1
  1230. package/types/IconAddMediaSolid.d.ts.map +0 -1
  1231. package/types/IconAddSolid.d.ts.map +0 -1
  1232. package/types/IconAddressBookLine.d.ts.map +0 -1
  1233. package/types/IconAddressBookSolid.d.ts.map +0 -1
  1234. package/types/IconAdminLine.d.ts.map +0 -1
  1235. package/types/IconAdminSolid.d.ts.map +0 -1
  1236. package/types/IconAdminToolsLine.d.ts.map +0 -1
  1237. package/types/IconAdminToolsSolid.d.ts.map +0 -1
  1238. package/types/IconAiColoredLine.d.ts.map +0 -1
  1239. package/types/IconAiColoredSolid.d.ts.map +0 -1
  1240. package/types/IconAiLine.d.ts.map +0 -1
  1241. package/types/IconAiSolid.d.ts.map +0 -1
  1242. package/types/IconAlertsLine.d.ts.map +0 -1
  1243. package/types/IconAlertsSolid.d.ts.map +0 -1
  1244. package/types/IconAnalyticsLine.d.ts.map +0 -1
  1245. package/types/IconAnalyticsSolid.d.ts.map +0 -1
  1246. package/types/IconAndroidLine.d.ts.map +0 -1
  1247. package/types/IconAndroidSolid.d.ts.map +0 -1
  1248. package/types/IconAnnotateLine.d.ts.map +0 -1
  1249. package/types/IconAnnotateSolid.d.ts.map +0 -1
  1250. package/types/IconAnnouncementLine.d.ts.map +0 -1
  1251. package/types/IconAnnouncementSolid.d.ts.map +0 -1
  1252. package/types/IconAppleLine.d.ts.map +0 -1
  1253. package/types/IconAppleSolid.d.ts.map +0 -1
  1254. package/types/IconArcLine.d.ts.map +0 -1
  1255. package/types/IconArcSolid.d.ts.map +0 -1
  1256. package/types/IconArchiveLine.d.ts.map +0 -1
  1257. package/types/IconArchiveSolid.d.ts.map +0 -1
  1258. package/types/IconArrowDoubleEndLine.d.ts.map +0 -1
  1259. package/types/IconArrowDoubleEndSolid.d.ts.map +0 -1
  1260. package/types/IconArrowDoubleStartLine.d.ts.map +0 -1
  1261. package/types/IconArrowDoubleStartSolid.d.ts.map +0 -1
  1262. package/types/IconArrowDownLine.d.ts.map +0 -1
  1263. package/types/IconArrowDownSolid.d.ts.map +0 -1
  1264. package/types/IconArrowEndLine.d.ts.map +0 -1
  1265. package/types/IconArrowEndSolid.d.ts.map +0 -1
  1266. package/types/IconArrowLeftLine.d.ts +0 -15
  1267. package/types/IconArrowLeftLine.d.ts.map +0 -1
  1268. package/types/IconArrowLeftSolid.d.ts +0 -15
  1269. package/types/IconArrowLeftSolid.d.ts.map +0 -1
  1270. package/types/IconArrowNestLine.d.ts.map +0 -1
  1271. package/types/IconArrowNestSolid.d.ts.map +0 -1
  1272. package/types/IconArrowOpenDownLine.d.ts.map +0 -1
  1273. package/types/IconArrowOpenDownSolid.d.ts.map +0 -1
  1274. package/types/IconArrowOpenEndLine.d.ts.map +0 -1
  1275. package/types/IconArrowOpenEndSolid.d.ts.map +0 -1
  1276. package/types/IconArrowOpenLeftLine.d.ts +0 -15
  1277. package/types/IconArrowOpenLeftLine.d.ts.map +0 -1
  1278. package/types/IconArrowOpenLeftSolid.d.ts +0 -15
  1279. package/types/IconArrowOpenLeftSolid.d.ts.map +0 -1
  1280. package/types/IconArrowOpenRightLine.d.ts +0 -15
  1281. package/types/IconArrowOpenRightLine.d.ts.map +0 -1
  1282. package/types/IconArrowOpenRightSolid.d.ts +0 -15
  1283. package/types/IconArrowOpenRightSolid.d.ts.map +0 -1
  1284. package/types/IconArrowOpenStartLine.d.ts.map +0 -1
  1285. package/types/IconArrowOpenStartSolid.d.ts.map +0 -1
  1286. package/types/IconArrowOpenUpLine.d.ts.map +0 -1
  1287. package/types/IconArrowOpenUpSolid.d.ts.map +0 -1
  1288. package/types/IconArrowRightLine.d.ts +0 -15
  1289. package/types/IconArrowRightLine.d.ts.map +0 -1
  1290. package/types/IconArrowRightSolid.d.ts +0 -15
  1291. package/types/IconArrowRightSolid.d.ts.map +0 -1
  1292. package/types/IconArrowStartLine.d.ts.map +0 -1
  1293. package/types/IconArrowStartSolid.d.ts.map +0 -1
  1294. package/types/IconArrowUpLine.d.ts.map +0 -1
  1295. package/types/IconArrowUpSolid.d.ts.map +0 -1
  1296. package/types/IconAssignmentLine.d.ts.map +0 -1
  1297. package/types/IconAssignmentSolid.d.ts.map +0 -1
  1298. package/types/IconAttachMediaLine.d.ts.map +0 -1
  1299. package/types/IconAttachMediaSolid.d.ts.map +0 -1
  1300. package/types/IconAudioLine.d.ts.map +0 -1
  1301. package/types/IconAudioOffLine.d.ts.map +0 -1
  1302. package/types/IconAudioOffSolid.d.ts.map +0 -1
  1303. package/types/IconAudioSolid.d.ts.map +0 -1
  1304. package/types/IconAwardLine.d.ts.map +0 -1
  1305. package/types/IconAwardSolid.d.ts.map +0 -1
  1306. package/types/IconBankLine.d.ts.map +0 -1
  1307. package/types/IconBankSolid.d.ts.map +0 -1
  1308. package/types/IconBlueprintLine.d.ts.map +0 -1
  1309. package/types/IconBlueprintLockLine.d.ts.map +0 -1
  1310. package/types/IconBlueprintLockSolid.d.ts.map +0 -1
  1311. package/types/IconBlueprintSolid.d.ts.map +0 -1
  1312. package/types/IconBoldLine.d.ts.map +0 -1
  1313. package/types/IconBoldSolid.d.ts.map +0 -1
  1314. package/types/IconBookmarkLine.d.ts.map +0 -1
  1315. package/types/IconBookmarkSolid.d.ts.map +0 -1
  1316. package/types/IconBoxLine.d.ts.map +0 -1
  1317. package/types/IconBoxSolid.d.ts.map +0 -1
  1318. package/types/IconBulletListAlphaLine.d.ts.map +0 -1
  1319. package/types/IconBulletListAlphaSolid.d.ts.map +0 -1
  1320. package/types/IconBulletListCircleOutlineLine.d.ts.map +0 -1
  1321. package/types/IconBulletListCircleOutlineSolid.d.ts.map +0 -1
  1322. package/types/IconBulletListLine.d.ts.map +0 -1
  1323. package/types/IconBulletListRomanLine.d.ts.map +0 -1
  1324. package/types/IconBulletListRomanSolid.d.ts.map +0 -1
  1325. package/types/IconBulletListSolid.d.ts.map +0 -1
  1326. package/types/IconBulletListSquareLine.d.ts.map +0 -1
  1327. package/types/IconBulletListSquareSolid.d.ts.map +0 -1
  1328. package/types/IconButtonAndIconMakerLine.d.ts.map +0 -1
  1329. package/types/IconButtonAndIconMakerSolid.d.ts.map +0 -1
  1330. package/types/IconCalculatorDesmosLine.d.ts.map +0 -1
  1331. package/types/IconCalculatorDesmosSolid.d.ts.map +0 -1
  1332. package/types/IconCalculatorLine.d.ts.map +0 -1
  1333. package/types/IconCalculatorSolid.d.ts.map +0 -1
  1334. package/types/IconCalendarAddLine.d.ts.map +0 -1
  1335. package/types/IconCalendarAddSolid.d.ts.map +0 -1
  1336. package/types/IconCalendarClockLine.d.ts.map +0 -1
  1337. package/types/IconCalendarClockSolid.d.ts.map +0 -1
  1338. package/types/IconCalendarDayLine.d.ts.map +0 -1
  1339. package/types/IconCalendarDaySolid.d.ts.map +0 -1
  1340. package/types/IconCalendarDaysLine.d.ts.map +0 -1
  1341. package/types/IconCalendarDaysSolid.d.ts.map +0 -1
  1342. package/types/IconCalendarMonthLine.d.ts.map +0 -1
  1343. package/types/IconCalendarMonthSolid.d.ts.map +0 -1
  1344. package/types/IconCalendarReservedLine.d.ts.map +0 -1
  1345. package/types/IconCalendarReservedSolid.d.ts.map +0 -1
  1346. package/types/IconCanvasLogoLine.d.ts.map +0 -1
  1347. package/types/IconCanvasLogoSolid.d.ts.map +0 -1
  1348. package/types/IconCertifiedLine.d.ts.map +0 -1
  1349. package/types/IconCertifiedSolid.d.ts.map +0 -1
  1350. package/types/IconChartLineLine.d.ts.map +0 -1
  1351. package/types/IconChartLineSolid.d.ts.map +0 -1
  1352. package/types/IconChartPieLine.d.ts.map +0 -1
  1353. package/types/IconChartPieSolid.d.ts.map +0 -1
  1354. package/types/IconChartScatterLine.d.ts.map +0 -1
  1355. package/types/IconChartScatterSolid.d.ts.map +0 -1
  1356. package/types/IconChatLine.d.ts.map +0 -1
  1357. package/types/IconChatSolid.d.ts.map +0 -1
  1358. package/types/IconCheckDarkLine.d.ts.map +0 -1
  1359. package/types/IconCheckDarkSolid.d.ts.map +0 -1
  1360. package/types/IconCheckLine.d.ts.map +0 -1
  1361. package/types/IconCheckMarkIndeterminateLine.d.ts.map +0 -1
  1362. package/types/IconCheckMarkIndeterminateSolid.d.ts.map +0 -1
  1363. package/types/IconCheckMarkLine.d.ts.map +0 -1
  1364. package/types/IconCheckMarkSolid.d.ts.map +0 -1
  1365. package/types/IconCheckPlusLine.d.ts.map +0 -1
  1366. package/types/IconCheckPlusSolid.d.ts.map +0 -1
  1367. package/types/IconCheckSolid.d.ts.map +0 -1
  1368. package/types/IconCircleArrowDownLine.d.ts.map +0 -1
  1369. package/types/IconCircleArrowDownSolid.d.ts.map +0 -1
  1370. package/types/IconCircleArrowUpLine.d.ts.map +0 -1
  1371. package/types/IconCircleArrowUpSolid.d.ts.map +0 -1
  1372. package/types/IconClearTextFormattingLine.d.ts.map +0 -1
  1373. package/types/IconClearTextFormattingSolid.d.ts.map +0 -1
  1374. package/types/IconClockLine.d.ts.map +0 -1
  1375. package/types/IconClockSolid.d.ts.map +0 -1
  1376. package/types/IconClosedCaptioningLine.d.ts.map +0 -1
  1377. package/types/IconClosedCaptioningOffLine.d.ts.map +0 -1
  1378. package/types/IconClosedCaptioningOffSolid.d.ts.map +0 -1
  1379. package/types/IconClosedCaptioningOnLine.d.ts.map +0 -1
  1380. package/types/IconClosedCaptioningOnSolid.d.ts.map +0 -1
  1381. package/types/IconClosedCaptioningSolid.d.ts.map +0 -1
  1382. package/types/IconCloudDownloadLine.d.ts.map +0 -1
  1383. package/types/IconCloudDownloadSolid.d.ts.map +0 -1
  1384. package/types/IconCloudLockLine.d.ts.map +0 -1
  1385. package/types/IconCloudLockSolid.d.ts.map +0 -1
  1386. package/types/IconCloudUploadLine.d.ts.map +0 -1
  1387. package/types/IconCloudUploadSolid.d.ts.map +0 -1
  1388. package/types/IconCodeLine.d.ts.map +0 -1
  1389. package/types/IconCodeSolid.d.ts.map +0 -1
  1390. package/types/IconCollapseLine.d.ts.map +0 -1
  1391. package/types/IconCollapseSolid.d.ts.map +0 -1
  1392. package/types/IconCollectionLine.d.ts.map +0 -1
  1393. package/types/IconCollectionSaveLine.d.ts.map +0 -1
  1394. package/types/IconCollectionSaveSolid.d.ts.map +0 -1
  1395. package/types/IconCollectionSolid.d.ts.map +0 -1
  1396. package/types/IconCommentLine.d.ts.map +0 -1
  1397. package/types/IconCommentSolid.d.ts.map +0 -1
  1398. package/types/IconCommentsOffLine.d.ts.map +0 -1
  1399. package/types/IconCommentsOffSolid.d.ts.map +0 -1
  1400. package/types/IconCommentsOnLine.d.ts.map +0 -1
  1401. package/types/IconCommentsOnSolid.d.ts.map +0 -1
  1402. package/types/IconCommonsLine.d.ts.map +0 -1
  1403. package/types/IconCommonsSolid.d.ts.map +0 -1
  1404. package/types/IconCompareLine.d.ts.map +0 -1
  1405. package/types/IconCompareSolid.d.ts.map +0 -1
  1406. package/types/IconCompassLine.d.ts.map +0 -1
  1407. package/types/IconCompassSolid.d.ts.map +0 -1
  1408. package/types/IconCompleteLine.d.ts.map +0 -1
  1409. package/types/IconCompleteSolid.d.ts.map +0 -1
  1410. package/types/IconComposeLine.d.ts.map +0 -1
  1411. package/types/IconComposeSolid.d.ts.map +0 -1
  1412. package/types/IconConfigureLine.d.ts.map +0 -1
  1413. package/types/IconConfigureSolid.d.ts.map +0 -1
  1414. package/types/IconCopyCourseLine.d.ts +0 -15
  1415. package/types/IconCopyCourseLine.d.ts.map +0 -1
  1416. package/types/IconCopyCourseSolid.d.ts +0 -15
  1417. package/types/IconCopyCourseSolid.d.ts.map +0 -1
  1418. package/types/IconCopyLine.d.ts.map +0 -1
  1419. package/types/IconCopySolid.d.ts.map +0 -1
  1420. package/types/IconCoursesLine.d.ts.map +0 -1
  1421. package/types/IconCoursesSolid.d.ts.map +0 -1
  1422. package/types/IconCropLine.d.ts.map +0 -1
  1423. package/types/IconCropSolid.d.ts.map +0 -1
  1424. package/types/IconDashboardLine.d.ts.map +0 -1
  1425. package/types/IconDashboardSolid.d.ts.map +0 -1
  1426. package/types/IconDeactivateUserLine.d.ts.map +0 -1
  1427. package/types/IconDeactivateUserSolid.d.ts.map +0 -1
  1428. package/types/IconDiscussionCheckLine.d.ts.map +0 -1
  1429. package/types/IconDiscussionCheckSolid.d.ts.map +0 -1
  1430. package/types/IconDiscussionLine.d.ts.map +0 -1
  1431. package/types/IconDiscussionNewLine.d.ts.map +0 -1
  1432. package/types/IconDiscussionNewSolid.d.ts.map +0 -1
  1433. package/types/IconDiscussionReply2Line.d.ts.map +0 -1
  1434. package/types/IconDiscussionReply2Solid.d.ts.map +0 -1
  1435. package/types/IconDiscussionReplyDarkLine.d.ts +0 -15
  1436. package/types/IconDiscussionReplyDarkLine.d.ts.map +0 -1
  1437. package/types/IconDiscussionReplyDarkSolid.d.ts +0 -15
  1438. package/types/IconDiscussionReplyDarkSolid.d.ts.map +0 -1
  1439. package/types/IconDiscussionReplyLine.d.ts +0 -15
  1440. package/types/IconDiscussionReplyLine.d.ts.map +0 -1
  1441. package/types/IconDiscussionReplySolid.d.ts +0 -15
  1442. package/types/IconDiscussionReplySolid.d.ts.map +0 -1
  1443. package/types/IconDiscussionSearchLine.d.ts +0 -15
  1444. package/types/IconDiscussionSearchLine.d.ts.map +0 -1
  1445. package/types/IconDiscussionSearchSolid.d.ts +0 -15
  1446. package/types/IconDiscussionSearchSolid.d.ts.map +0 -1
  1447. package/types/IconDiscussionSolid.d.ts.map +0 -1
  1448. package/types/IconDiscussionXLine.d.ts +0 -15
  1449. package/types/IconDiscussionXLine.d.ts.map +0 -1
  1450. package/types/IconDiscussionXSolid.d.ts +0 -15
  1451. package/types/IconDiscussionXSolid.d.ts.map +0 -1
  1452. package/types/IconDocumentLine.d.ts.map +0 -1
  1453. package/types/IconDocumentSolid.d.ts.map +0 -1
  1454. package/types/IconDownloadLine.d.ts.map +0 -1
  1455. package/types/IconDownloadSolid.d.ts.map +0 -1
  1456. package/types/IconDragHandleLine.d.ts.map +0 -1
  1457. package/types/IconDragHandleSolid.d.ts.map +0 -1
  1458. package/types/IconDropDownLine.d.ts.map +0 -1
  1459. package/types/IconDropDownSolid.d.ts.map +0 -1
  1460. package/types/IconDuplicateLine.d.ts.map +0 -1
  1461. package/types/IconDuplicateSolid.d.ts.map +0 -1
  1462. package/types/IconEditLine.d.ts.map +0 -1
  1463. package/types/IconEditSolid.d.ts.map +0 -1
  1464. package/types/IconEducatorsLine.d.ts.map +0 -1
  1465. package/types/IconEducatorsSolid.d.ts.map +0 -1
  1466. package/types/IconElevateLogoLine.d.ts.map +0 -1
  1467. package/types/IconElevateLogoSolid.d.ts.map +0 -1
  1468. package/types/IconEmailLine.d.ts.map +0 -1
  1469. package/types/IconEmailSolid.d.ts.map +0 -1
  1470. package/types/IconEmptyLine.d.ts.map +0 -1
  1471. package/types/IconEmptySolid.d.ts.map +0 -1
  1472. package/types/IconEndLine.d.ts.map +0 -1
  1473. package/types/IconEndSolid.d.ts.map +0 -1
  1474. package/types/IconEportfolioLine.d.ts.map +0 -1
  1475. package/types/IconEportfolioSolid.d.ts.map +0 -1
  1476. package/types/IconEquationLine.d.ts.map +0 -1
  1477. package/types/IconEquationSolid.d.ts.map +0 -1
  1478. package/types/IconEquellaLine.d.ts.map +0 -1
  1479. package/types/IconEquellaSolid.d.ts.map +0 -1
  1480. package/types/IconEssayLine.d.ts.map +0 -1
  1481. package/types/IconEssaySolid.d.ts.map +0 -1
  1482. package/types/IconExitFullScreenLine.d.ts.map +0 -1
  1483. package/types/IconExitFullScreenSolid.d.ts.map +0 -1
  1484. package/types/IconExpandItemsLine.d.ts.map +0 -1
  1485. package/types/IconExpandItemsSolid.d.ts.map +0 -1
  1486. package/types/IconExpandLeftLine.d.ts +0 -15
  1487. package/types/IconExpandLeftLine.d.ts.map +0 -1
  1488. package/types/IconExpandLeftSolid.d.ts +0 -15
  1489. package/types/IconExpandLeftSolid.d.ts.map +0 -1
  1490. package/types/IconExpandLine.d.ts.map +0 -1
  1491. package/types/IconExpandSolid.d.ts.map +0 -1
  1492. package/types/IconExpandStartLine.d.ts.map +0 -1
  1493. package/types/IconExpandStartSolid.d.ts.map +0 -1
  1494. package/types/IconExportContentLine.d.ts.map +0 -1
  1495. package/types/IconExportContentSolid.d.ts.map +0 -1
  1496. package/types/IconExportLine.d.ts.map +0 -1
  1497. package/types/IconExportSolid.d.ts.map +0 -1
  1498. package/types/IconExternalLinkLine.d.ts.map +0 -1
  1499. package/types/IconExternalLinkSolid.d.ts.map +0 -1
  1500. package/types/IconEyeLine.d.ts.map +0 -1
  1501. package/types/IconEyeSolid.d.ts.map +0 -1
  1502. package/types/IconFacebookBoxedLine.d.ts.map +0 -1
  1503. package/types/IconFacebookBoxedSolid.d.ts.map +0 -1
  1504. package/types/IconFacebookLine.d.ts.map +0 -1
  1505. package/types/IconFacebookSolid.d.ts.map +0 -1
  1506. package/types/IconFastForwardLine.d.ts.map +0 -1
  1507. package/types/IconFastForwardSolid.d.ts.map +0 -1
  1508. package/types/IconFeedbackLine.d.ts.map +0 -1
  1509. package/types/IconFeedbackSolid.d.ts.map +0 -1
  1510. package/types/IconFileLockedLine.d.ts.map +0 -1
  1511. package/types/IconFileLockedSolid.d.ts.map +0 -1
  1512. package/types/IconFilesCopyrightLine.d.ts.map +0 -1
  1513. package/types/IconFilesCopyrightSolid.d.ts.map +0 -1
  1514. package/types/IconFilesCreativeCommonsLine.d.ts.map +0 -1
  1515. package/types/IconFilesCreativeCommonsSolid.d.ts.map +0 -1
  1516. package/types/IconFilesFairUseLine.d.ts.map +0 -1
  1517. package/types/IconFilesFairUseSolid.d.ts.map +0 -1
  1518. package/types/IconFilesObtainedPermissionLine.d.ts.map +0 -1
  1519. package/types/IconFilesObtainedPermissionSolid.d.ts.map +0 -1
  1520. package/types/IconFilesPublicDomainLine.d.ts.map +0 -1
  1521. package/types/IconFilesPublicDomainSolid.d.ts.map +0 -1
  1522. package/types/IconFilmstripLine.d.ts.map +0 -1
  1523. package/types/IconFilmstripSolid.d.ts.map +0 -1
  1524. package/types/IconFilterLine.d.ts.map +0 -1
  1525. package/types/IconFilterSolid.d.ts.map +0 -1
  1526. package/types/IconFlagLine.d.ts.map +0 -1
  1527. package/types/IconFlagSolid.d.ts.map +0 -1
  1528. package/types/IconFolderLine.d.ts.map +0 -1
  1529. package/types/IconFolderLockedLine.d.ts.map +0 -1
  1530. package/types/IconFolderLockedSolid.d.ts.map +0 -1
  1531. package/types/IconFolderSolid.d.ts.map +0 -1
  1532. package/types/IconForwardLine.d.ts.map +0 -1
  1533. package/types/IconForwardSolid.d.ts.map +0 -1
  1534. package/types/IconFullScreenLine.d.ts.map +0 -1
  1535. package/types/IconFullScreenSolid.d.ts.map +0 -1
  1536. package/types/IconGithubLine.d.ts.map +0 -1
  1537. package/types/IconGithubSolid.d.ts.map +0 -1
  1538. package/types/IconGiveAwardLine.d.ts.map +0 -1
  1539. package/types/IconGiveAwardSolid.d.ts.map +0 -1
  1540. package/types/IconGradebookExportLine.d.ts.map +0 -1
  1541. package/types/IconGradebookExportSolid.d.ts.map +0 -1
  1542. package/types/IconGradebookImportLine.d.ts.map +0 -1
  1543. package/types/IconGradebookImportSolid.d.ts.map +0 -1
  1544. package/types/IconGradebookLine.d.ts.map +0 -1
  1545. package/types/IconGradebookSolid.d.ts.map +0 -1
  1546. package/types/IconGridViewLine.d.ts.map +0 -1
  1547. package/types/IconGridViewSolid.d.ts.map +0 -1
  1548. package/types/IconGroupDarkNewLine.d.ts.map +0 -1
  1549. package/types/IconGroupDarkNewSolid.d.ts.map +0 -1
  1550. package/types/IconGroupLine.d.ts.map +0 -1
  1551. package/types/IconGroupNewLine.d.ts.map +0 -1
  1552. package/types/IconGroupNewSolid.d.ts.map +0 -1
  1553. package/types/IconGroupSolid.d.ts.map +0 -1
  1554. package/types/IconHamburgerLine.d.ts.map +0 -1
  1555. package/types/IconHamburgerSolid.d.ts.map +0 -1
  1556. package/types/IconHeaderLine.d.ts.map +0 -1
  1557. package/types/IconHeaderSolid.d.ts.map +0 -1
  1558. package/types/IconHeartLine.d.ts.map +0 -1
  1559. package/types/IconHeartSolid.d.ts.map +0 -1
  1560. package/types/IconHighlighterLine.d.ts.map +0 -1
  1561. package/types/IconHighlighterSolid.d.ts.map +0 -1
  1562. package/types/IconHomeLine.d.ts.map +0 -1
  1563. package/types/IconHomeSolid.d.ts.map +0 -1
  1564. package/types/IconHourGlassLine.d.ts.map +0 -1
  1565. package/types/IconHourGlassSolid.d.ts.map +0 -1
  1566. package/types/IconImageLine.d.ts.map +0 -1
  1567. package/types/IconImageSolid.d.ts.map +0 -1
  1568. package/types/IconImmersiveReaderLine.d.ts.map +0 -1
  1569. package/types/IconImmersiveReaderSolid.d.ts.map +0 -1
  1570. package/types/IconImpactLogoLine.d.ts.map +0 -1
  1571. package/types/IconImpactLogoSolid.d.ts.map +0 -1
  1572. package/types/IconImportContentLine.d.ts.map +0 -1
  1573. package/types/IconImportContentSolid.d.ts.map +0 -1
  1574. package/types/IconImportLine.d.ts.map +0 -1
  1575. package/types/IconImportSolid.d.ts.map +0 -1
  1576. package/types/IconImportantDatesLine.d.ts.map +0 -1
  1577. package/types/IconImportantDatesSolid.d.ts.map +0 -1
  1578. package/types/IconInboxLine.d.ts.map +0 -1
  1579. package/types/IconInboxSolid.d.ts.map +0 -1
  1580. package/types/IconIndent2Line.d.ts.map +0 -1
  1581. package/types/IconIndent2Solid.d.ts.map +0 -1
  1582. package/types/IconIndentLine.d.ts.map +0 -1
  1583. package/types/IconIndentSolid.d.ts.map +0 -1
  1584. package/types/IconInfoBorderlessLine.d.ts.map +0 -1
  1585. package/types/IconInfoBorderlessSolid.d.ts.map +0 -1
  1586. package/types/IconInfoLine.d.ts.map +0 -1
  1587. package/types/IconInfoSolid.d.ts.map +0 -1
  1588. package/types/IconInstructure1DotLine.d.ts.map +0 -1
  1589. package/types/IconInstructure1DotSolid.d.ts.map +0 -1
  1590. package/types/IconInstructure3DotLine.d.ts.map +0 -1
  1591. package/types/IconInstructure3DotSolid.d.ts.map +0 -1
  1592. package/types/IconInstructureLine.d.ts +0 -15
  1593. package/types/IconInstructureLine.d.ts.map +0 -1
  1594. package/types/IconInstructureLogoLine.d.ts.map +0 -1
  1595. package/types/IconInstructureLogoSolid.d.ts.map +0 -1
  1596. package/types/IconInstructureSolid.d.ts +0 -15
  1597. package/types/IconInstructureSolid.d.ts.map +0 -1
  1598. package/types/IconIntegrationsLine.d.ts.map +0 -1
  1599. package/types/IconIntegrationsSolid.d.ts.map +0 -1
  1600. package/types/IconInvitationLine.d.ts.map +0 -1
  1601. package/types/IconInvitationSolid.d.ts.map +0 -1
  1602. package/types/IconItalicLine.d.ts.map +0 -1
  1603. package/types/IconItalicSolid.d.ts.map +0 -1
  1604. package/types/IconKeyboardShortcutsLine.d.ts.map +0 -1
  1605. package/types/IconKeyboardShortcutsSolid.d.ts.map +0 -1
  1606. package/types/IconLaunchLine.d.ts.map +0 -1
  1607. package/types/IconLaunchSolid.d.ts.map +0 -1
  1608. package/types/IconLearnplatformLine.d.ts.map +0 -1
  1609. package/types/IconLearnplatformSolid.d.ts.map +0 -1
  1610. package/types/IconLifePreserverLine.d.ts.map +0 -1
  1611. package/types/IconLifePreserverSolid.d.ts.map +0 -1
  1612. package/types/IconLikeLine.d.ts.map +0 -1
  1613. package/types/IconLikeSolid.d.ts.map +0 -1
  1614. package/types/IconLineReaderLine.d.ts.map +0 -1
  1615. package/types/IconLineReaderSolid.d.ts.map +0 -1
  1616. package/types/IconLinkLine.d.ts.map +0 -1
  1617. package/types/IconLinkSolid.d.ts.map +0 -1
  1618. package/types/IconLinkedinLine.d.ts.map +0 -1
  1619. package/types/IconLinkedinSolid.d.ts.map +0 -1
  1620. package/types/IconListViewLine.d.ts.map +0 -1
  1621. package/types/IconListViewSolid.d.ts.map +0 -1
  1622. package/types/IconLockLine.d.ts.map +0 -1
  1623. package/types/IconLockSolid.d.ts.map +0 -1
  1624. package/types/IconLtiLine.d.ts.map +0 -1
  1625. package/types/IconLtiSolid.d.ts.map +0 -1
  1626. package/types/IconMarkAsReadLine.d.ts.map +0 -1
  1627. package/types/IconMarkAsReadSolid.d.ts.map +0 -1
  1628. package/types/IconMarkerLine.d.ts.map +0 -1
  1629. package/types/IconMarkerSolid.d.ts.map +0 -1
  1630. package/types/IconMasqueradeLine.d.ts.map +0 -1
  1631. package/types/IconMasqueradeSolid.d.ts.map +0 -1
  1632. package/types/IconMasteryLogoLine.d.ts.map +0 -1
  1633. package/types/IconMasteryLogoSolid.d.ts.map +0 -1
  1634. package/types/IconMasteryPathsLine.d.ts.map +0 -1
  1635. package/types/IconMasteryPathsSolid.d.ts.map +0 -1
  1636. package/types/IconMaterialsRequiredLightLine.d.ts +0 -15
  1637. package/types/IconMaterialsRequiredLightLine.d.ts.map +0 -1
  1638. package/types/IconMaterialsRequiredLightSolid.d.ts +0 -15
  1639. package/types/IconMaterialsRequiredLightSolid.d.ts.map +0 -1
  1640. package/types/IconMaterialsRequiredLine.d.ts.map +0 -1
  1641. package/types/IconMaterialsRequiredSolid.d.ts.map +0 -1
  1642. package/types/IconMatureLightLine.d.ts +0 -15
  1643. package/types/IconMatureLightLine.d.ts.map +0 -1
  1644. package/types/IconMatureLightSolid.d.ts +0 -15
  1645. package/types/IconMatureLightSolid.d.ts.map +0 -1
  1646. package/types/IconMatureLine.d.ts.map +0 -1
  1647. package/types/IconMatureSolid.d.ts.map +0 -1
  1648. package/types/IconMediaLine.d.ts.map +0 -1
  1649. package/types/IconMediaSolid.d.ts.map +0 -1
  1650. package/types/IconMessageLine.d.ts.map +0 -1
  1651. package/types/IconMessageSolid.d.ts.map +0 -1
  1652. package/types/IconMicLine.d.ts.map +0 -1
  1653. package/types/IconMicOffLine.d.ts.map +0 -1
  1654. package/types/IconMicOffSolid.d.ts.map +0 -1
  1655. package/types/IconMicSolid.d.ts.map +0 -1
  1656. package/types/IconMiniArrowDoubleLine.d.ts.map +0 -1
  1657. package/types/IconMiniArrowDoubleSolid.d.ts.map +0 -1
  1658. package/types/IconMiniArrowDownLine.d.ts.map +0 -1
  1659. package/types/IconMiniArrowDownSolid.d.ts.map +0 -1
  1660. package/types/IconMiniArrowEndLine.d.ts.map +0 -1
  1661. package/types/IconMiniArrowEndSolid.d.ts.map +0 -1
  1662. package/types/IconMiniArrowLeftLine.d.ts +0 -15
  1663. package/types/IconMiniArrowLeftLine.d.ts.map +0 -1
  1664. package/types/IconMiniArrowLeftSolid.d.ts +0 -15
  1665. package/types/IconMiniArrowLeftSolid.d.ts.map +0 -1
  1666. package/types/IconMiniArrowRightLine.d.ts +0 -15
  1667. package/types/IconMiniArrowRightLine.d.ts.map +0 -1
  1668. package/types/IconMiniArrowRightSolid.d.ts +0 -15
  1669. package/types/IconMiniArrowRightSolid.d.ts.map +0 -1
  1670. package/types/IconMiniArrowStartLine.d.ts.map +0 -1
  1671. package/types/IconMiniArrowStartSolid.d.ts.map +0 -1
  1672. package/types/IconMiniArrowUpLine.d.ts.map +0 -1
  1673. package/types/IconMiniArrowUpSolid.d.ts.map +0 -1
  1674. package/types/IconMinimizeLine.d.ts.map +0 -1
  1675. package/types/IconMinimizeSolid.d.ts.map +0 -1
  1676. package/types/IconModuleLine.d.ts.map +0 -1
  1677. package/types/IconModuleSolid.d.ts.map +0 -1
  1678. package/types/IconMoreLine.d.ts.map +0 -1
  1679. package/types/IconMoreSolid.d.ts.map +0 -1
  1680. package/types/IconMoveDownBottomLine.d.ts.map +0 -1
  1681. package/types/IconMoveDownBottomSolid.d.ts.map +0 -1
  1682. package/types/IconMoveDownLine.d.ts.map +0 -1
  1683. package/types/IconMoveDownSolid.d.ts.map +0 -1
  1684. package/types/IconMoveEndLine.d.ts.map +0 -1
  1685. package/types/IconMoveEndSolid.d.ts.map +0 -1
  1686. package/types/IconMoveLeftLine.d.ts +0 -15
  1687. package/types/IconMoveLeftLine.d.ts.map +0 -1
  1688. package/types/IconMoveLeftSolid.d.ts +0 -15
  1689. package/types/IconMoveLeftSolid.d.ts.map +0 -1
  1690. package/types/IconMoveRightLine.d.ts +0 -15
  1691. package/types/IconMoveRightLine.d.ts.map +0 -1
  1692. package/types/IconMoveRightSolid.d.ts +0 -15
  1693. package/types/IconMoveRightSolid.d.ts.map +0 -1
  1694. package/types/IconMoveStartLine.d.ts.map +0 -1
  1695. package/types/IconMoveStartSolid.d.ts.map +0 -1
  1696. package/types/IconMoveUpLine.d.ts.map +0 -1
  1697. package/types/IconMoveUpSolid.d.ts.map +0 -1
  1698. package/types/IconMoveUpTopLine.d.ts.map +0 -1
  1699. package/types/IconMoveUpTopSolid.d.ts.map +0 -1
  1700. package/types/IconMsExcelLine.d.ts.map +0 -1
  1701. package/types/IconMsExcelSolid.d.ts.map +0 -1
  1702. package/types/IconMsPptLine.d.ts.map +0 -1
  1703. package/types/IconMsPptSolid.d.ts.map +0 -1
  1704. package/types/IconMsWordLine.d.ts.map +0 -1
  1705. package/types/IconMsWordSolid.d.ts.map +0 -1
  1706. package/types/IconMutedLine.d.ts.map +0 -1
  1707. package/types/IconMutedSolid.d.ts.map +0 -1
  1708. package/types/IconNeutralLine.d.ts.map +0 -1
  1709. package/types/IconNeutralSolid.d.ts.map +0 -1
  1710. package/types/IconNextUnreadLine.d.ts.map +0 -1
  1711. package/types/IconNextUnreadSolid.d.ts.map +0 -1
  1712. package/types/IconNoLine.d.ts.map +0 -1
  1713. package/types/IconNoSolid.d.ts.map +0 -1
  1714. package/types/IconNotGradedLine.d.ts.map +0 -1
  1715. package/types/IconNotGradedSolid.d.ts.map +0 -1
  1716. package/types/IconNoteDarkLine.d.ts +0 -15
  1717. package/types/IconNoteDarkLine.d.ts.map +0 -1
  1718. package/types/IconNoteDarkSolid.d.ts +0 -15
  1719. package/types/IconNoteDarkSolid.d.ts.map +0 -1
  1720. package/types/IconNoteLightLine.d.ts +0 -15
  1721. package/types/IconNoteLightLine.d.ts.map +0 -1
  1722. package/types/IconNoteLightSolid.d.ts +0 -15
  1723. package/types/IconNoteLightSolid.d.ts.map +0 -1
  1724. package/types/IconNoteLine.d.ts.map +0 -1
  1725. package/types/IconNoteSolid.d.ts.map +0 -1
  1726. package/types/IconNotepadLine.d.ts.map +0 -1
  1727. package/types/IconNotepadSolid.d.ts.map +0 -1
  1728. package/types/IconNumberedListLine.d.ts.map +0 -1
  1729. package/types/IconNumberedListSolid.d.ts.map +0 -1
  1730. package/types/IconOffLine.d.ts.map +0 -1
  1731. package/types/IconOffSolid.d.ts.map +0 -1
  1732. package/types/IconOpenFolderLine.d.ts.map +0 -1
  1733. package/types/IconOpenFolderSolid.d.ts.map +0 -1
  1734. package/types/IconOutcomesLine.d.ts.map +0 -1
  1735. package/types/IconOutcomesSolid.d.ts.map +0 -1
  1736. package/types/IconOutdent2Line.d.ts.map +0 -1
  1737. package/types/IconOutdent2Solid.d.ts.map +0 -1
  1738. package/types/IconOutdentLine.d.ts.map +0 -1
  1739. package/types/IconOutdentSolid.d.ts.map +0 -1
  1740. package/types/IconOvalHalfLine.d.ts.map +0 -1
  1741. package/types/IconOvalHalfSolid.d.ts.map +0 -1
  1742. package/types/IconPageDownLine.d.ts.map +0 -1
  1743. package/types/IconPageDownSolid.d.ts.map +0 -1
  1744. package/types/IconPageUpLine.d.ts.map +0 -1
  1745. package/types/IconPageUpSolid.d.ts.map +0 -1
  1746. package/types/IconPaintLine.d.ts.map +0 -1
  1747. package/types/IconPaintSolid.d.ts.map +0 -1
  1748. package/types/IconPaperclipLine.d.ts.map +0 -1
  1749. package/types/IconPaperclipSolid.d.ts.map +0 -1
  1750. package/types/IconPartialLine.d.ts.map +0 -1
  1751. package/types/IconPartialSolid.d.ts.map +0 -1
  1752. package/types/IconPasswordResetLine.d.ts.map +0 -1
  1753. package/types/IconPasswordResetSolid.d.ts.map +0 -1
  1754. package/types/IconPauseLine.d.ts.map +0 -1
  1755. package/types/IconPauseSolid.d.ts.map +0 -1
  1756. package/types/IconPdfLine.d.ts.map +0 -1
  1757. package/types/IconPdfSolid.d.ts.map +0 -1
  1758. package/types/IconPeerGradedLine.d.ts.map +0 -1
  1759. package/types/IconPeerGradedSolid.d.ts.map +0 -1
  1760. package/types/IconPeerReviewLine.d.ts.map +0 -1
  1761. package/types/IconPeerReviewSolid.d.ts.map +0 -1
  1762. package/types/IconPermissionsLine.d.ts.map +0 -1
  1763. package/types/IconPermissionsSolid.d.ts.map +0 -1
  1764. package/types/IconPinLine.d.ts.map +0 -1
  1765. package/types/IconPinSolid.d.ts.map +0 -1
  1766. package/types/IconPinterestLine.d.ts.map +0 -1
  1767. package/types/IconPinterestSolid.d.ts.map +0 -1
  1768. package/types/IconPlayLine.d.ts.map +0 -1
  1769. package/types/IconPlaySolid.d.ts.map +0 -1
  1770. package/types/IconPlusLine.d.ts.map +0 -1
  1771. package/types/IconPlusSolid.d.ts.map +0 -1
  1772. package/types/IconPostToSisLine.d.ts.map +0 -1
  1773. package/types/IconPostToSisSolid.d.ts.map +0 -1
  1774. package/types/IconPredictiveLine.d.ts.map +0 -1
  1775. package/types/IconPredictiveSolid.d.ts.map +0 -1
  1776. package/types/IconPrerequisiteLine.d.ts.map +0 -1
  1777. package/types/IconPrerequisiteSolid.d.ts.map +0 -1
  1778. package/types/IconPrinterLine.d.ts.map +0 -1
  1779. package/types/IconPrinterSolid.d.ts.map +0 -1
  1780. package/types/IconProgressLine.d.ts.map +0 -1
  1781. package/types/IconProgressSolid.d.ts.map +0 -1
  1782. package/types/IconProtractorLine.d.ts.map +0 -1
  1783. package/types/IconProtractorSolid.d.ts.map +0 -1
  1784. package/types/IconPublishLine.d.ts.map +0 -1
  1785. package/types/IconPublishSolid.d.ts.map +0 -1
  1786. package/types/IconQuestionLine.d.ts.map +0 -1
  1787. package/types/IconQuestionSolid.d.ts.map +0 -1
  1788. package/types/IconQuizInstructionsLine.d.ts.map +0 -1
  1789. package/types/IconQuizInstructionsSolid.d.ts.map +0 -1
  1790. package/types/IconQuizLine.d.ts.map +0 -1
  1791. package/types/IconQuizSolid.d.ts.map +0 -1
  1792. package/types/IconQuizStatsAvgLine.d.ts.map +0 -1
  1793. package/types/IconQuizStatsAvgSolid.d.ts.map +0 -1
  1794. package/types/IconQuizStatsCronbachsAlphaLine.d.ts.map +0 -1
  1795. package/types/IconQuizStatsCronbachsAlphaSolid.d.ts.map +0 -1
  1796. package/types/IconQuizStatsDeviationLine.d.ts.map +0 -1
  1797. package/types/IconQuizStatsDeviationSolid.d.ts.map +0 -1
  1798. package/types/IconQuizStatsHighLine.d.ts.map +0 -1
  1799. package/types/IconQuizStatsHighSolid.d.ts.map +0 -1
  1800. package/types/IconQuizStatsLowLine.d.ts.map +0 -1
  1801. package/types/IconQuizStatsLowSolid.d.ts.map +0 -1
  1802. package/types/IconQuizStatsTimeLine.d.ts.map +0 -1
  1803. package/types/IconQuizStatsTimeSolid.d.ts.map +0 -1
  1804. package/types/IconQuizTitleLine.d.ts.map +0 -1
  1805. package/types/IconQuizTitleSolid.d.ts.map +0 -1
  1806. package/types/IconRecordLine.d.ts.map +0 -1
  1807. package/types/IconRecordSolid.d.ts.map +0 -1
  1808. package/types/IconRedoLine.d.ts.map +0 -1
  1809. package/types/IconRedoSolid.d.ts.map +0 -1
  1810. package/types/IconRefreshLine.d.ts.map +0 -1
  1811. package/types/IconRefreshSolid.d.ts.map +0 -1
  1812. package/types/IconRemoveBookmarkLine.d.ts.map +0 -1
  1813. package/types/IconRemoveBookmarkSolid.d.ts.map +0 -1
  1814. package/types/IconRemoveFromCollectionLine.d.ts.map +0 -1
  1815. package/types/IconRemoveFromCollectionSolid.d.ts.map +0 -1
  1816. package/types/IconRemoveLinkLine.d.ts.map +0 -1
  1817. package/types/IconRemoveLinkSolid.d.ts.map +0 -1
  1818. package/types/IconRepliedLine.d.ts.map +0 -1
  1819. package/types/IconRepliedSolid.d.ts.map +0 -1
  1820. package/types/IconReply2Line.d.ts.map +0 -1
  1821. package/types/IconReply2Solid.d.ts.map +0 -1
  1822. package/types/IconReplyAll2Line.d.ts.map +0 -1
  1823. package/types/IconReplyAll2Solid.d.ts.map +0 -1
  1824. package/types/IconReplyLine.d.ts.map +0 -1
  1825. package/types/IconReplySolid.d.ts.map +0 -1
  1826. package/types/IconResetLine.d.ts.map +0 -1
  1827. package/types/IconResetSolid.d.ts.map +0 -1
  1828. package/types/IconRestoreLine.d.ts.map +0 -1
  1829. package/types/IconRestoreSolid.d.ts.map +0 -1
  1830. package/types/IconReviewScreenLine.d.ts.map +0 -1
  1831. package/types/IconReviewScreenSolid.d.ts.map +0 -1
  1832. package/types/IconRewindLine.d.ts.map +0 -1
  1833. package/types/IconRewindSolid.d.ts.map +0 -1
  1834. package/types/IconRotateLeftLine.d.ts.map +0 -1
  1835. package/types/IconRotateLeftSolid.d.ts.map +0 -1
  1836. package/types/IconRotateRightLine.d.ts.map +0 -1
  1837. package/types/IconRotateRightSolid.d.ts.map +0 -1
  1838. package/types/IconRssAddLine.d.ts +0 -15
  1839. package/types/IconRssAddLine.d.ts.map +0 -1
  1840. package/types/IconRssAddSolid.d.ts +0 -15
  1841. package/types/IconRssAddSolid.d.ts.map +0 -1
  1842. package/types/IconRssLine.d.ts.map +0 -1
  1843. package/types/IconRssSolid.d.ts.map +0 -1
  1844. package/types/IconRubricDarkLine.d.ts.map +0 -1
  1845. package/types/IconRubricDarkSolid.d.ts.map +0 -1
  1846. package/types/IconRubricLine.d.ts.map +0 -1
  1847. package/types/IconRubricSolid.d.ts.map +0 -1
  1848. package/types/IconRulerLine.d.ts.map +0 -1
  1849. package/types/IconRulerSolid.d.ts.map +0 -1
  1850. package/types/IconSaveLine.d.ts.map +0 -1
  1851. package/types/IconSaveSolid.d.ts.map +0 -1
  1852. package/types/IconScreenCaptureLine.d.ts.map +0 -1
  1853. package/types/IconScreenCaptureSolid.d.ts.map +0 -1
  1854. package/types/IconSearchAddressBookLine.d.ts +0 -15
  1855. package/types/IconSearchAddressBookLine.d.ts.map +0 -1
  1856. package/types/IconSearchAddressBookSolid.d.ts +0 -15
  1857. package/types/IconSearchAddressBookSolid.d.ts.map +0 -1
  1858. package/types/IconSearchAiLine.d.ts.map +0 -1
  1859. package/types/IconSearchAiSolid.d.ts.map +0 -1
  1860. package/types/IconSearchLine.d.ts.map +0 -1
  1861. package/types/IconSearchSolid.d.ts.map +0 -1
  1862. package/types/IconSettings2Line.d.ts +0 -15
  1863. package/types/IconSettings2Line.d.ts.map +0 -1
  1864. package/types/IconSettings2Solid.d.ts +0 -15
  1865. package/types/IconSettings2Solid.d.ts.map +0 -1
  1866. package/types/IconSettingsLine.d.ts.map +0 -1
  1867. package/types/IconSettingsSolid.d.ts.map +0 -1
  1868. package/types/IconShapeOvalLine.d.ts.map +0 -1
  1869. package/types/IconShapeOvalSolid.d.ts.map +0 -1
  1870. package/types/IconShapePolygonLine.d.ts.map +0 -1
  1871. package/types/IconShapePolygonSolid.d.ts.map +0 -1
  1872. package/types/IconShapeRectangleLine.d.ts.map +0 -1
  1873. package/types/IconShapeRectangleSolid.d.ts.map +0 -1
  1874. package/types/IconShareLine.d.ts.map +0 -1
  1875. package/types/IconShareSolid.d.ts.map +0 -1
  1876. package/types/IconSidebarRightHideLine.d.ts.map +0 -1
  1877. package/types/IconSidebarRightHideSolid.d.ts.map +0 -1
  1878. package/types/IconSidebarRightShowLine.d.ts.map +0 -1
  1879. package/types/IconSidebarRightShowSolid.d.ts.map +0 -1
  1880. package/types/IconSingleMetricLine.d.ts.map +0 -1
  1881. package/types/IconSingleMetricSolid.d.ts.map +0 -1
  1882. package/types/IconSisImportedLine.d.ts.map +0 -1
  1883. package/types/IconSisImportedSolid.d.ts.map +0 -1
  1884. package/types/IconSisNotSyncedLine.d.ts.map +0 -1
  1885. package/types/IconSisNotSyncedSolid.d.ts.map +0 -1
  1886. package/types/IconSisSyncedLine.d.ts.map +0 -1
  1887. package/types/IconSisSyncedSolid.d.ts.map +0 -1
  1888. package/types/IconSkypeLine.d.ts.map +0 -1
  1889. package/types/IconSkypeSolid.d.ts.map +0 -1
  1890. package/types/IconSortLine.d.ts.map +0 -1
  1891. package/types/IconSortSolid.d.ts.map +0 -1
  1892. package/types/IconSpeedGraderLine.d.ts.map +0 -1
  1893. package/types/IconSpeedGraderSolid.d.ts.map +0 -1
  1894. package/types/IconStandardsLine.d.ts.map +0 -1
  1895. package/types/IconStandardsSolid.d.ts.map +0 -1
  1896. package/types/IconStarLightLine.d.ts.map +0 -1
  1897. package/types/IconStarLightSolid.d.ts.map +0 -1
  1898. package/types/IconStarLine.d.ts.map +0 -1
  1899. package/types/IconStarSolid.d.ts.map +0 -1
  1900. package/types/IconStatsLine.d.ts.map +0 -1
  1901. package/types/IconStatsSolid.d.ts.map +0 -1
  1902. package/types/IconStopLine.d.ts.map +0 -1
  1903. package/types/IconStopSolid.d.ts.map +0 -1
  1904. package/types/IconStrikethroughLine.d.ts.map +0 -1
  1905. package/types/IconStrikethroughSolid.d.ts.map +0 -1
  1906. package/types/IconStudentViewLine.d.ts.map +0 -1
  1907. package/types/IconStudentViewSolid.d.ts.map +0 -1
  1908. package/types/IconStudioLine.d.ts.map +0 -1
  1909. package/types/IconStudioSolid.d.ts.map +0 -1
  1910. package/types/IconSubaccountsLine.d.ts.map +0 -1
  1911. package/types/IconSubaccountsSolid.d.ts.map +0 -1
  1912. package/types/IconSubtitlesLine.d.ts.map +0 -1
  1913. package/types/IconSubtitlesSolid.d.ts.map +0 -1
  1914. package/types/IconSyllabusLine.d.ts.map +0 -1
  1915. package/types/IconSyllabusSolid.d.ts.map +0 -1
  1916. package/types/IconTableCellSelectAllLine.d.ts.map +0 -1
  1917. package/types/IconTableCellSelectAllSolid.d.ts.map +0 -1
  1918. package/types/IconTableDeleteColumnLine.d.ts.map +0 -1
  1919. package/types/IconTableDeleteColumnSolid.d.ts.map +0 -1
  1920. package/types/IconTableDeleteRowLine.d.ts.map +0 -1
  1921. package/types/IconTableDeleteRowSolid.d.ts.map +0 -1
  1922. package/types/IconTableDeleteTableLine.d.ts.map +0 -1
  1923. package/types/IconTableDeleteTableSolid.d.ts.map +0 -1
  1924. package/types/IconTableInsertColumnAfterLine.d.ts.map +0 -1
  1925. package/types/IconTableInsertColumnAfterSolid.d.ts.map +0 -1
  1926. package/types/IconTableInsertColumnBeforeLine.d.ts.map +0 -1
  1927. package/types/IconTableInsertColumnBeforeSolid.d.ts.map +0 -1
  1928. package/types/IconTableInsertRowAboveLine.d.ts.map +0 -1
  1929. package/types/IconTableInsertRowAboveSolid.d.ts.map +0 -1
  1930. package/types/IconTableInsertRowAfterLine.d.ts.map +0 -1
  1931. package/types/IconTableInsertRowAfterSolid.d.ts.map +0 -1
  1932. package/types/IconTableLeftHeaderLine.d.ts.map +0 -1
  1933. package/types/IconTableLeftHeaderSolid.d.ts.map +0 -1
  1934. package/types/IconTableLine.d.ts.map +0 -1
  1935. package/types/IconTableMergeCellsLine.d.ts.map +0 -1
  1936. package/types/IconTableMergeCellsSolid.d.ts.map +0 -1
  1937. package/types/IconTableRowPropertiesLine.d.ts.map +0 -1
  1938. package/types/IconTableRowPropertiesSolid.d.ts.map +0 -1
  1939. package/types/IconTableSolid.d.ts.map +0 -1
  1940. package/types/IconTableSplitCellsLine.d.ts.map +0 -1
  1941. package/types/IconTableSplitCellsSolid.d.ts.map +0 -1
  1942. package/types/IconTableTopHeaderLine.d.ts.map +0 -1
  1943. package/types/IconTableTopHeaderSolid.d.ts.map +0 -1
  1944. package/types/IconTagLine.d.ts.map +0 -1
  1945. package/types/IconTagSolid.d.ts.map +0 -1
  1946. package/types/IconTargetLine.d.ts.map +0 -1
  1947. package/types/IconTargetSolid.d.ts.map +0 -1
  1948. package/types/IconTextBackgroundColorLine.d.ts.map +0 -1
  1949. package/types/IconTextBackgroundColorSolid.d.ts.map +0 -1
  1950. package/types/IconTextCenteredLine.d.ts.map +0 -1
  1951. package/types/IconTextCenteredSolid.d.ts.map +0 -1
  1952. package/types/IconTextColorLine.d.ts.map +0 -1
  1953. package/types/IconTextColorSolid.d.ts.map +0 -1
  1954. package/types/IconTextDirectionLtrLine.d.ts.map +0 -1
  1955. package/types/IconTextDirectionLtrSolid.d.ts.map +0 -1
  1956. package/types/IconTextDirectionRtlLine.d.ts.map +0 -1
  1957. package/types/IconTextDirectionRtlSolid.d.ts.map +0 -1
  1958. package/types/IconTextEndLine.d.ts.map +0 -1
  1959. package/types/IconTextEndSolid.d.ts.map +0 -1
  1960. package/types/IconTextLeftLine.d.ts +0 -15
  1961. package/types/IconTextLeftLine.d.ts.map +0 -1
  1962. package/types/IconTextLeftSolid.d.ts +0 -15
  1963. package/types/IconTextLeftSolid.d.ts.map +0 -1
  1964. package/types/IconTextLine.d.ts.map +0 -1
  1965. package/types/IconTextRightLine.d.ts +0 -15
  1966. package/types/IconTextRightLine.d.ts.map +0 -1
  1967. package/types/IconTextRightSolid.d.ts +0 -15
  1968. package/types/IconTextRightSolid.d.ts.map +0 -1
  1969. package/types/IconTextSolid.d.ts.map +0 -1
  1970. package/types/IconTextStartLine.d.ts.map +0 -1
  1971. package/types/IconTextStartSolid.d.ts.map +0 -1
  1972. package/types/IconTextSubscriptLine.d.ts.map +0 -1
  1973. package/types/IconTextSubscriptSolid.d.ts.map +0 -1
  1974. package/types/IconTextSuperscriptLine.d.ts.map +0 -1
  1975. package/types/IconTextSuperscriptSolid.d.ts.map +0 -1
  1976. package/types/IconTextareaLine.d.ts.map +0 -1
  1977. package/types/IconTextareaSolid.d.ts.map +0 -1
  1978. package/types/IconTimerLine.d.ts.map +0 -1
  1979. package/types/IconTimerSolid.d.ts.map +0 -1
  1980. package/types/IconToggleEndLine.d.ts.map +0 -1
  1981. package/types/IconToggleEndSolid.d.ts.map +0 -1
  1982. package/types/IconToggleLeftLine.d.ts +0 -15
  1983. package/types/IconToggleLeftLine.d.ts.map +0 -1
  1984. package/types/IconToggleLeftSolid.d.ts +0 -15
  1985. package/types/IconToggleLeftSolid.d.ts.map +0 -1
  1986. package/types/IconToggleRightLine.d.ts +0 -15
  1987. package/types/IconToggleRightLine.d.ts.map +0 -1
  1988. package/types/IconToggleRightSolid.d.ts +0 -15
  1989. package/types/IconToggleRightSolid.d.ts.map +0 -1
  1990. package/types/IconToggleStartLine.d.ts.map +0 -1
  1991. package/types/IconToggleStartSolid.d.ts.map +0 -1
  1992. package/types/IconTrashLine.d.ts.map +0 -1
  1993. package/types/IconTrashSolid.d.ts.map +0 -1
  1994. package/types/IconTroubleLine.d.ts.map +0 -1
  1995. package/types/IconTroubleSolid.d.ts.map +0 -1
  1996. package/types/IconTwitterBoxedLine.d.ts +0 -15
  1997. package/types/IconTwitterBoxedLine.d.ts.map +0 -1
  1998. package/types/IconTwitterBoxedSolid.d.ts +0 -15
  1999. package/types/IconTwitterBoxedSolid.d.ts.map +0 -1
  2000. package/types/IconTwitterLine.d.ts.map +0 -1
  2001. package/types/IconTwitterSolid.d.ts.map +0 -1
  2002. package/types/IconUnarchiveLine.d.ts.map +0 -1
  2003. package/types/IconUnarchiveSolid.d.ts.map +0 -1
  2004. package/types/IconUnderlineLine.d.ts.map +0 -1
  2005. package/types/IconUnderlineSolid.d.ts.map +0 -1
  2006. package/types/IconUndoLine.d.ts.map +0 -1
  2007. package/types/IconUndoSolid.d.ts.map +0 -1
  2008. package/types/IconUnlockLine.d.ts.map +0 -1
  2009. package/types/IconUnlockSolid.d.ts.map +0 -1
  2010. package/types/IconUnmutedLine.d.ts.map +0 -1
  2011. package/types/IconUnmutedSolid.d.ts.map +0 -1
  2012. package/types/IconUnpublishLine.d.ts +0 -15
  2013. package/types/IconUnpublishLine.d.ts.map +0 -1
  2014. package/types/IconUnpublishSolid.d.ts +0 -15
  2015. package/types/IconUnpublishSolid.d.ts.map +0 -1
  2016. package/types/IconUnpublishedLine.d.ts.map +0 -1
  2017. package/types/IconUnpublishedSolid.d.ts.map +0 -1
  2018. package/types/IconUpdownLine.d.ts.map +0 -1
  2019. package/types/IconUpdownSolid.d.ts.map +0 -1
  2020. package/types/IconUploadLine.d.ts.map +0 -1
  2021. package/types/IconUploadSolid.d.ts.map +0 -1
  2022. package/types/IconUserAddLine.d.ts +0 -15
  2023. package/types/IconUserAddLine.d.ts.map +0 -1
  2024. package/types/IconUserAddSolid.d.ts +0 -15
  2025. package/types/IconUserAddSolid.d.ts.map +0 -1
  2026. package/types/IconUserAssignLine.d.ts.map +0 -1
  2027. package/types/IconUserAssignSolid.d.ts.map +0 -1
  2028. package/types/IconUserLine.d.ts.map +0 -1
  2029. package/types/IconUserSolid.d.ts.map +0 -1
  2030. package/types/IconVideoCameraLine.d.ts.map +0 -1
  2031. package/types/IconVideoCameraOffLine.d.ts.map +0 -1
  2032. package/types/IconVideoCameraOffSolid.d.ts.map +0 -1
  2033. package/types/IconVideoCameraSolid.d.ts.map +0 -1
  2034. package/types/IconVideoLine.d.ts.map +0 -1
  2035. package/types/IconVideoSolid.d.ts.map +0 -1
  2036. package/types/IconWarningBorderlessLine.d.ts.map +0 -1
  2037. package/types/IconWarningBorderlessSolid.d.ts.map +0 -1
  2038. package/types/IconWarningLine.d.ts.map +0 -1
  2039. package/types/IconWarningSolid.d.ts.map +0 -1
  2040. package/types/IconWindowsLine.d.ts.map +0 -1
  2041. package/types/IconWindowsSolid.d.ts.map +0 -1
  2042. package/types/IconWordpressLine.d.ts.map +0 -1
  2043. package/types/IconWordpressSolid.d.ts.map +0 -1
  2044. package/types/IconXLine.d.ts.map +0 -1
  2045. package/types/IconXSolid.d.ts.map +0 -1
  2046. package/types/IconZippedLine.d.ts.map +0 -1
  2047. package/types/IconZippedSolid.d.ts.map +0 -1
  2048. package/types/IconZoomInLine.d.ts.map +0 -1
  2049. package/types/IconZoomInSolid.d.ts.map +0 -1
  2050. package/types/IconZoomOutLine.d.ts.map +0 -1
  2051. package/types/IconZoomOutSolid.d.ts.map +0 -1
  2052. package/types/svg/index.d.ts +0 -7717
  2053. package/types/svg/index.d.ts.map +0 -1
  2054. /package/es/{IconA11yLine.js → generated/IconA11yLine.js} +0 -0
  2055. /package/es/{IconA11ySolid.js → generated/IconA11ySolid.js} +0 -0
  2056. /package/es/{IconAIInfoLine.js → generated/IconAIInfoLine.js} +0 -0
  2057. /package/es/{IconAIInfoSolid.js → generated/IconAIInfoSolid.js} +0 -0
  2058. /package/es/{IconAddFolderLine.js → generated/IconAddFolderLine.js} +0 -0
  2059. /package/es/{IconAddFolderSolid.js → generated/IconAddFolderSolid.js} +0 -0
  2060. /package/es/{IconAddLine.js → generated/IconAddLine.js} +0 -0
  2061. /package/es/{IconAddMediaLine.js → generated/IconAddMediaLine.js} +0 -0
  2062. /package/es/{IconAddMediaSolid.js → generated/IconAddMediaSolid.js} +0 -0
  2063. /package/es/{IconAddSolid.js → generated/IconAddSolid.js} +0 -0
  2064. /package/es/{IconAddressBookLine.js → generated/IconAddressBookLine.js} +0 -0
  2065. /package/es/{IconAddressBookSolid.js → generated/IconAddressBookSolid.js} +0 -0
  2066. /package/es/{IconAdminLine.js → generated/IconAdminLine.js} +0 -0
  2067. /package/es/{IconAdminSolid.js → generated/IconAdminSolid.js} +0 -0
  2068. /package/es/{IconAdminToolsLine.js → generated/IconAdminToolsLine.js} +0 -0
  2069. /package/es/{IconAdminToolsSolid.js → generated/IconAdminToolsSolid.js} +0 -0
  2070. /package/es/{IconAiColoredLine.js → generated/IconAiColoredLine.js} +0 -0
  2071. /package/es/{IconAiColoredSolid.js → generated/IconAiColoredSolid.js} +0 -0
  2072. /package/es/{IconAiLine.js → generated/IconAiLine.js} +0 -0
  2073. /package/es/{IconAiSolid.js → generated/IconAiSolid.js} +0 -0
  2074. /package/es/{IconAlertsLine.js → generated/IconAlertsLine.js} +0 -0
  2075. /package/es/{IconAlertsSolid.js → generated/IconAlertsSolid.js} +0 -0
  2076. /package/es/{IconAnalyticsLine.js → generated/IconAnalyticsLine.js} +0 -0
  2077. /package/es/{IconAnalyticsSolid.js → generated/IconAnalyticsSolid.js} +0 -0
  2078. /package/es/{IconAndroidLine.js → generated/IconAndroidLine.js} +0 -0
  2079. /package/es/{IconAndroidSolid.js → generated/IconAndroidSolid.js} +0 -0
  2080. /package/es/{IconAnnotateLine.js → generated/IconAnnotateLine.js} +0 -0
  2081. /package/es/{IconAnnotateSolid.js → generated/IconAnnotateSolid.js} +0 -0
  2082. /package/es/{IconAnnouncementLine.js → generated/IconAnnouncementLine.js} +0 -0
  2083. /package/es/{IconAnnouncementSolid.js → generated/IconAnnouncementSolid.js} +0 -0
  2084. /package/es/{IconAppleLine.js → generated/IconAppleLine.js} +0 -0
  2085. /package/es/{IconAppleSolid.js → generated/IconAppleSolid.js} +0 -0
  2086. /package/es/{IconArcLine.js → generated/IconArcLine.js} +0 -0
  2087. /package/es/{IconArcSolid.js → generated/IconArcSolid.js} +0 -0
  2088. /package/es/{IconArchiveLine.js → generated/IconArchiveLine.js} +0 -0
  2089. /package/es/{IconArchiveSolid.js → generated/IconArchiveSolid.js} +0 -0
  2090. /package/es/{IconArrowDoubleEndLine.js → generated/IconArrowDoubleEndLine.js} +0 -0
  2091. /package/es/{IconArrowDoubleEndSolid.js → generated/IconArrowDoubleEndSolid.js} +0 -0
  2092. /package/es/{IconArrowDoubleStartLine.js → generated/IconArrowDoubleStartLine.js} +0 -0
  2093. /package/es/{IconArrowDoubleStartSolid.js → generated/IconArrowDoubleStartSolid.js} +0 -0
  2094. /package/es/{IconArrowDownLine.js → generated/IconArrowDownLine.js} +0 -0
  2095. /package/es/{IconArrowDownSolid.js → generated/IconArrowDownSolid.js} +0 -0
  2096. /package/es/{IconArrowEndLine.js → generated/IconArrowEndLine.js} +0 -0
  2097. /package/es/{IconArrowEndSolid.js → generated/IconArrowEndSolid.js} +0 -0
  2098. /package/es/{IconArrowNestLine.js → generated/IconArrowNestLine.js} +0 -0
  2099. /package/es/{IconArrowNestSolid.js → generated/IconArrowNestSolid.js} +0 -0
  2100. /package/es/{IconArrowOpenDownLine.js → generated/IconArrowOpenDownLine.js} +0 -0
  2101. /package/es/{IconArrowOpenDownSolid.js → generated/IconArrowOpenDownSolid.js} +0 -0
  2102. /package/es/{IconArrowOpenEndLine.js → generated/IconArrowOpenEndLine.js} +0 -0
  2103. /package/es/{IconArrowOpenEndSolid.js → generated/IconArrowOpenEndSolid.js} +0 -0
  2104. /package/es/{IconArrowOpenStartLine.js → generated/IconArrowOpenStartLine.js} +0 -0
  2105. /package/es/{IconArrowOpenStartSolid.js → generated/IconArrowOpenStartSolid.js} +0 -0
  2106. /package/es/{IconArrowOpenUpLine.js → generated/IconArrowOpenUpLine.js} +0 -0
  2107. /package/es/{IconArrowOpenUpSolid.js → generated/IconArrowOpenUpSolid.js} +0 -0
  2108. /package/es/{IconArrowStartLine.js → generated/IconArrowStartLine.js} +0 -0
  2109. /package/es/{IconArrowStartSolid.js → generated/IconArrowStartSolid.js} +0 -0
  2110. /package/es/{IconArrowUpLine.js → generated/IconArrowUpLine.js} +0 -0
  2111. /package/es/{IconArrowUpSolid.js → generated/IconArrowUpSolid.js} +0 -0
  2112. /package/es/{IconAssignmentLine.js → generated/IconAssignmentLine.js} +0 -0
  2113. /package/es/{IconAssignmentSolid.js → generated/IconAssignmentSolid.js} +0 -0
  2114. /package/es/{IconAttachMediaLine.js → generated/IconAttachMediaLine.js} +0 -0
  2115. /package/es/{IconAttachMediaSolid.js → generated/IconAttachMediaSolid.js} +0 -0
  2116. /package/es/{IconAudioLine.js → generated/IconAudioLine.js} +0 -0
  2117. /package/es/{IconAudioOffLine.js → generated/IconAudioOffLine.js} +0 -0
  2118. /package/es/{IconAudioOffSolid.js → generated/IconAudioOffSolid.js} +0 -0
  2119. /package/es/{IconAudioSolid.js → generated/IconAudioSolid.js} +0 -0
  2120. /package/es/{IconAwardLine.js → generated/IconAwardLine.js} +0 -0
  2121. /package/es/{IconAwardSolid.js → generated/IconAwardSolid.js} +0 -0
  2122. /package/es/{IconBankLine.js → generated/IconBankLine.js} +0 -0
  2123. /package/es/{IconBankSolid.js → generated/IconBankSolid.js} +0 -0
  2124. /package/es/{IconBlueprintLine.js → generated/IconBlueprintLine.js} +0 -0
  2125. /package/es/{IconBlueprintLockLine.js → generated/IconBlueprintLockLine.js} +0 -0
  2126. /package/es/{IconBlueprintLockSolid.js → generated/IconBlueprintLockSolid.js} +0 -0
  2127. /package/es/{IconBlueprintSolid.js → generated/IconBlueprintSolid.js} +0 -0
  2128. /package/es/{IconBoldLine.js → generated/IconBoldLine.js} +0 -0
  2129. /package/es/{IconBoldSolid.js → generated/IconBoldSolid.js} +0 -0
  2130. /package/es/{IconBookmarkLine.js → generated/IconBookmarkLine.js} +0 -0
  2131. /package/es/{IconBookmarkSolid.js → generated/IconBookmarkSolid.js} +0 -0
  2132. /package/es/{IconBoxLine.js → generated/IconBoxLine.js} +0 -0
  2133. /package/es/{IconBoxSolid.js → generated/IconBoxSolid.js} +0 -0
  2134. /package/es/{IconBulletListAlphaLine.js → generated/IconBulletListAlphaLine.js} +0 -0
  2135. /package/es/{IconBulletListAlphaSolid.js → generated/IconBulletListAlphaSolid.js} +0 -0
  2136. /package/es/{IconBulletListCircleOutlineLine.js → generated/IconBulletListCircleOutlineLine.js} +0 -0
  2137. /package/es/{IconBulletListCircleOutlineSolid.js → generated/IconBulletListCircleOutlineSolid.js} +0 -0
  2138. /package/es/{IconBulletListLine.js → generated/IconBulletListLine.js} +0 -0
  2139. /package/es/{IconBulletListRomanLine.js → generated/IconBulletListRomanLine.js} +0 -0
  2140. /package/es/{IconBulletListRomanSolid.js → generated/IconBulletListRomanSolid.js} +0 -0
  2141. /package/es/{IconBulletListSolid.js → generated/IconBulletListSolid.js} +0 -0
  2142. /package/es/{IconBulletListSquareLine.js → generated/IconBulletListSquareLine.js} +0 -0
  2143. /package/es/{IconBulletListSquareSolid.js → generated/IconBulletListSquareSolid.js} +0 -0
  2144. /package/es/{IconButtonAndIconMakerLine.js → generated/IconButtonAndIconMakerLine.js} +0 -0
  2145. /package/es/{IconButtonAndIconMakerSolid.js → generated/IconButtonAndIconMakerSolid.js} +0 -0
  2146. /package/es/{IconCalculatorDesmosLine.js → generated/IconCalculatorDesmosLine.js} +0 -0
  2147. /package/es/{IconCalculatorDesmosSolid.js → generated/IconCalculatorDesmosSolid.js} +0 -0
  2148. /package/es/{IconCalculatorLine.js → generated/IconCalculatorLine.js} +0 -0
  2149. /package/es/{IconCalculatorSolid.js → generated/IconCalculatorSolid.js} +0 -0
  2150. /package/es/{IconCalendarAddLine.js → generated/IconCalendarAddLine.js} +0 -0
  2151. /package/es/{IconCalendarAddSolid.js → generated/IconCalendarAddSolid.js} +0 -0
  2152. /package/es/{IconCalendarClockLine.js → generated/IconCalendarClockLine.js} +0 -0
  2153. /package/es/{IconCalendarClockSolid.js → generated/IconCalendarClockSolid.js} +0 -0
  2154. /package/es/{IconCalendarDayLine.js → generated/IconCalendarDayLine.js} +0 -0
  2155. /package/es/{IconCalendarDaySolid.js → generated/IconCalendarDaySolid.js} +0 -0
  2156. /package/es/{IconCalendarDaysLine.js → generated/IconCalendarDaysLine.js} +0 -0
  2157. /package/es/{IconCalendarDaysSolid.js → generated/IconCalendarDaysSolid.js} +0 -0
  2158. /package/es/{IconCalendarMonthLine.js → generated/IconCalendarMonthLine.js} +0 -0
  2159. /package/es/{IconCalendarMonthSolid.js → generated/IconCalendarMonthSolid.js} +0 -0
  2160. /package/es/{IconCalendarReservedLine.js → generated/IconCalendarReservedLine.js} +0 -0
  2161. /package/es/{IconCalendarReservedSolid.js → generated/IconCalendarReservedSolid.js} +0 -0
  2162. /package/es/{IconCanvasLogoLine.js → generated/IconCanvasLogoLine.js} +0 -0
  2163. /package/es/{IconCanvasLogoSolid.js → generated/IconCanvasLogoSolid.js} +0 -0
  2164. /package/es/{IconCertifiedLine.js → generated/IconCertifiedLine.js} +0 -0
  2165. /package/es/{IconCertifiedSolid.js → generated/IconCertifiedSolid.js} +0 -0
  2166. /package/es/{IconChartLineLine.js → generated/IconChartLineLine.js} +0 -0
  2167. /package/es/{IconChartLineSolid.js → generated/IconChartLineSolid.js} +0 -0
  2168. /package/es/{IconChartPieLine.js → generated/IconChartPieLine.js} +0 -0
  2169. /package/es/{IconChartPieSolid.js → generated/IconChartPieSolid.js} +0 -0
  2170. /package/es/{IconChartScatterLine.js → generated/IconChartScatterLine.js} +0 -0
  2171. /package/es/{IconChartScatterSolid.js → generated/IconChartScatterSolid.js} +0 -0
  2172. /package/es/{IconChatLine.js → generated/IconChatLine.js} +0 -0
  2173. /package/es/{IconChatSolid.js → generated/IconChatSolid.js} +0 -0
  2174. /package/es/{IconCheckDarkLine.js → generated/IconCheckDarkLine.js} +0 -0
  2175. /package/es/{IconCheckDarkSolid.js → generated/IconCheckDarkSolid.js} +0 -0
  2176. /package/es/{IconCheckLine.js → generated/IconCheckLine.js} +0 -0
  2177. /package/es/{IconCheckMarkIndeterminateLine.js → generated/IconCheckMarkIndeterminateLine.js} +0 -0
  2178. /package/es/{IconCheckMarkIndeterminateSolid.js → generated/IconCheckMarkIndeterminateSolid.js} +0 -0
  2179. /package/es/{IconCheckMarkLine.js → generated/IconCheckMarkLine.js} +0 -0
  2180. /package/es/{IconCheckMarkSolid.js → generated/IconCheckMarkSolid.js} +0 -0
  2181. /package/es/{IconCheckPlusLine.js → generated/IconCheckPlusLine.js} +0 -0
  2182. /package/es/{IconCheckPlusSolid.js → generated/IconCheckPlusSolid.js} +0 -0
  2183. /package/es/{IconCheckSolid.js → generated/IconCheckSolid.js} +0 -0
  2184. /package/es/{IconCircleArrowDownLine.js → generated/IconCircleArrowDownLine.js} +0 -0
  2185. /package/es/{IconCircleArrowDownSolid.js → generated/IconCircleArrowDownSolid.js} +0 -0
  2186. /package/es/{IconCircleArrowUpLine.js → generated/IconCircleArrowUpLine.js} +0 -0
  2187. /package/es/{IconCircleArrowUpSolid.js → generated/IconCircleArrowUpSolid.js} +0 -0
  2188. /package/es/{IconClearTextFormattingLine.js → generated/IconClearTextFormattingLine.js} +0 -0
  2189. /package/es/{IconClearTextFormattingSolid.js → generated/IconClearTextFormattingSolid.js} +0 -0
  2190. /package/es/{IconClockLine.js → generated/IconClockLine.js} +0 -0
  2191. /package/es/{IconClockSolid.js → generated/IconClockSolid.js} +0 -0
  2192. /package/es/{IconClosedCaptioningLine.js → generated/IconClosedCaptioningLine.js} +0 -0
  2193. /package/es/{IconClosedCaptioningOffLine.js → generated/IconClosedCaptioningOffLine.js} +0 -0
  2194. /package/es/{IconClosedCaptioningOffSolid.js → generated/IconClosedCaptioningOffSolid.js} +0 -0
  2195. /package/es/{IconClosedCaptioningOnLine.js → generated/IconClosedCaptioningOnLine.js} +0 -0
  2196. /package/es/{IconClosedCaptioningOnSolid.js → generated/IconClosedCaptioningOnSolid.js} +0 -0
  2197. /package/es/{IconClosedCaptioningSolid.js → generated/IconClosedCaptioningSolid.js} +0 -0
  2198. /package/es/{IconCloudDownloadLine.js → generated/IconCloudDownloadLine.js} +0 -0
  2199. /package/es/{IconCloudDownloadSolid.js → generated/IconCloudDownloadSolid.js} +0 -0
  2200. /package/es/{IconCloudLockLine.js → generated/IconCloudLockLine.js} +0 -0
  2201. /package/es/{IconCloudLockSolid.js → generated/IconCloudLockSolid.js} +0 -0
  2202. /package/es/{IconCloudUploadLine.js → generated/IconCloudUploadLine.js} +0 -0
  2203. /package/es/{IconCloudUploadSolid.js → generated/IconCloudUploadSolid.js} +0 -0
  2204. /package/es/{IconCodeLine.js → generated/IconCodeLine.js} +0 -0
  2205. /package/es/{IconCodeSolid.js → generated/IconCodeSolid.js} +0 -0
  2206. /package/es/{IconCollapseLine.js → generated/IconCollapseLine.js} +0 -0
  2207. /package/es/{IconCollapseSolid.js → generated/IconCollapseSolid.js} +0 -0
  2208. /package/es/{IconCollectionLine.js → generated/IconCollectionLine.js} +0 -0
  2209. /package/es/{IconCollectionSaveLine.js → generated/IconCollectionSaveLine.js} +0 -0
  2210. /package/es/{IconCollectionSaveSolid.js → generated/IconCollectionSaveSolid.js} +0 -0
  2211. /package/es/{IconCollectionSolid.js → generated/IconCollectionSolid.js} +0 -0
  2212. /package/es/{IconCommentLine.js → generated/IconCommentLine.js} +0 -0
  2213. /package/es/{IconCommentSolid.js → generated/IconCommentSolid.js} +0 -0
  2214. /package/es/{IconCommentsOffLine.js → generated/IconCommentsOffLine.js} +0 -0
  2215. /package/es/{IconCommentsOffSolid.js → generated/IconCommentsOffSolid.js} +0 -0
  2216. /package/es/{IconCommentsOnLine.js → generated/IconCommentsOnLine.js} +0 -0
  2217. /package/es/{IconCommentsOnSolid.js → generated/IconCommentsOnSolid.js} +0 -0
  2218. /package/es/{IconCommonsLine.js → generated/IconCommonsLine.js} +0 -0
  2219. /package/es/{IconCommonsSolid.js → generated/IconCommonsSolid.js} +0 -0
  2220. /package/es/{IconCompareLine.js → generated/IconCompareLine.js} +0 -0
  2221. /package/es/{IconCompareSolid.js → generated/IconCompareSolid.js} +0 -0
  2222. /package/es/{IconCompassLine.js → generated/IconCompassLine.js} +0 -0
  2223. /package/es/{IconCompassSolid.js → generated/IconCompassSolid.js} +0 -0
  2224. /package/es/{IconCompleteLine.js → generated/IconCompleteLine.js} +0 -0
  2225. /package/es/{IconCompleteSolid.js → generated/IconCompleteSolid.js} +0 -0
  2226. /package/es/{IconComposeLine.js → generated/IconComposeLine.js} +0 -0
  2227. /package/es/{IconComposeSolid.js → generated/IconComposeSolid.js} +0 -0
  2228. /package/es/{IconConfigureLine.js → generated/IconConfigureLine.js} +0 -0
  2229. /package/es/{IconConfigureSolid.js → generated/IconConfigureSolid.js} +0 -0
  2230. /package/es/{IconCopyLine.js → generated/IconCopyLine.js} +0 -0
  2231. /package/es/{IconCopySolid.js → generated/IconCopySolid.js} +0 -0
  2232. /package/es/{IconCoursesLine.js → generated/IconCoursesLine.js} +0 -0
  2233. /package/es/{IconCoursesSolid.js → generated/IconCoursesSolid.js} +0 -0
  2234. /package/es/{IconCropLine.js → generated/IconCropLine.js} +0 -0
  2235. /package/es/{IconCropSolid.js → generated/IconCropSolid.js} +0 -0
  2236. /package/es/{IconDashboardLine.js → generated/IconDashboardLine.js} +0 -0
  2237. /package/es/{IconDashboardSolid.js → generated/IconDashboardSolid.js} +0 -0
  2238. /package/es/{IconDeactivateUserLine.js → generated/IconDeactivateUserLine.js} +0 -0
  2239. /package/es/{IconDeactivateUserSolid.js → generated/IconDeactivateUserSolid.js} +0 -0
  2240. /package/es/{IconDiscussionCheckLine.js → generated/IconDiscussionCheckLine.js} +0 -0
  2241. /package/es/{IconDiscussionCheckSolid.js → generated/IconDiscussionCheckSolid.js} +0 -0
  2242. /package/es/{IconDiscussionLine.js → generated/IconDiscussionLine.js} +0 -0
  2243. /package/es/{IconDiscussionNewLine.js → generated/IconDiscussionNewLine.js} +0 -0
  2244. /package/es/{IconDiscussionNewSolid.js → generated/IconDiscussionNewSolid.js} +0 -0
  2245. /package/es/{IconDiscussionReply2Line.js → generated/IconDiscussionReply2Line.js} +0 -0
  2246. /package/es/{IconDiscussionReply2Solid.js → generated/IconDiscussionReply2Solid.js} +0 -0
  2247. /package/es/{IconDiscussionSolid.js → generated/IconDiscussionSolid.js} +0 -0
  2248. /package/es/{IconDocumentLine.js → generated/IconDocumentLine.js} +0 -0
  2249. /package/es/{IconDocumentSolid.js → generated/IconDocumentSolid.js} +0 -0
  2250. /package/es/{IconDownloadLine.js → generated/IconDownloadLine.js} +0 -0
  2251. /package/es/{IconDownloadSolid.js → generated/IconDownloadSolid.js} +0 -0
  2252. /package/es/{IconDragHandleLine.js → generated/IconDragHandleLine.js} +0 -0
  2253. /package/es/{IconDragHandleSolid.js → generated/IconDragHandleSolid.js} +0 -0
  2254. /package/es/{IconDropDownLine.js → generated/IconDropDownLine.js} +0 -0
  2255. /package/es/{IconDropDownSolid.js → generated/IconDropDownSolid.js} +0 -0
  2256. /package/es/{IconDuplicateLine.js → generated/IconDuplicateLine.js} +0 -0
  2257. /package/es/{IconDuplicateSolid.js → generated/IconDuplicateSolid.js} +0 -0
  2258. /package/es/{IconEditLine.js → generated/IconEditLine.js} +0 -0
  2259. /package/es/{IconEditSolid.js → generated/IconEditSolid.js} +0 -0
  2260. /package/es/{IconEducatorsLine.js → generated/IconEducatorsLine.js} +0 -0
  2261. /package/es/{IconEducatorsSolid.js → generated/IconEducatorsSolid.js} +0 -0
  2262. /package/es/{IconElevateLogoLine.js → generated/IconElevateLogoLine.js} +0 -0
  2263. /package/es/{IconElevateLogoSolid.js → generated/IconElevateLogoSolid.js} +0 -0
  2264. /package/es/{IconEmailLine.js → generated/IconEmailLine.js} +0 -0
  2265. /package/es/{IconEmailSolid.js → generated/IconEmailSolid.js} +0 -0
  2266. /package/es/{IconEmptyLine.js → generated/IconEmptyLine.js} +0 -0
  2267. /package/es/{IconEmptySolid.js → generated/IconEmptySolid.js} +0 -0
  2268. /package/es/{IconEndLine.js → generated/IconEndLine.js} +0 -0
  2269. /package/es/{IconEndSolid.js → generated/IconEndSolid.js} +0 -0
  2270. /package/es/{IconEportfolioLine.js → generated/IconEportfolioLine.js} +0 -0
  2271. /package/es/{IconEportfolioSolid.js → generated/IconEportfolioSolid.js} +0 -0
  2272. /package/es/{IconEquationLine.js → generated/IconEquationLine.js} +0 -0
  2273. /package/es/{IconEquationSolid.js → generated/IconEquationSolid.js} +0 -0
  2274. /package/es/{IconEquellaLine.js → generated/IconEquellaLine.js} +0 -0
  2275. /package/es/{IconEquellaSolid.js → generated/IconEquellaSolid.js} +0 -0
  2276. /package/es/{IconEssayLine.js → generated/IconEssayLine.js} +0 -0
  2277. /package/es/{IconEssaySolid.js → generated/IconEssaySolid.js} +0 -0
  2278. /package/es/{IconExitFullScreenLine.js → generated/IconExitFullScreenLine.js} +0 -0
  2279. /package/es/{IconExitFullScreenSolid.js → generated/IconExitFullScreenSolid.js} +0 -0
  2280. /package/es/{IconExpandItemsLine.js → generated/IconExpandItemsLine.js} +0 -0
  2281. /package/es/{IconExpandItemsSolid.js → generated/IconExpandItemsSolid.js} +0 -0
  2282. /package/es/{IconExpandLine.js → generated/IconExpandLine.js} +0 -0
  2283. /package/es/{IconExpandSolid.js → generated/IconExpandSolid.js} +0 -0
  2284. /package/es/{IconExpandStartLine.js → generated/IconExpandStartLine.js} +0 -0
  2285. /package/es/{IconExpandStartSolid.js → generated/IconExpandStartSolid.js} +0 -0
  2286. /package/es/{IconExportContentLine.js → generated/IconExportContentLine.js} +0 -0
  2287. /package/es/{IconExportContentSolid.js → generated/IconExportContentSolid.js} +0 -0
  2288. /package/es/{IconExportLine.js → generated/IconExportLine.js} +0 -0
  2289. /package/es/{IconExportSolid.js → generated/IconExportSolid.js} +0 -0
  2290. /package/es/{IconExternalLinkLine.js → generated/IconExternalLinkLine.js} +0 -0
  2291. /package/es/{IconExternalLinkSolid.js → generated/IconExternalLinkSolid.js} +0 -0
  2292. /package/es/{IconEyeLine.js → generated/IconEyeLine.js} +0 -0
  2293. /package/es/{IconEyeSolid.js → generated/IconEyeSolid.js} +0 -0
  2294. /package/es/{IconFacebookBoxedLine.js → generated/IconFacebookBoxedLine.js} +0 -0
  2295. /package/es/{IconFacebookBoxedSolid.js → generated/IconFacebookBoxedSolid.js} +0 -0
  2296. /package/es/{IconFacebookLine.js → generated/IconFacebookLine.js} +0 -0
  2297. /package/es/{IconFacebookSolid.js → generated/IconFacebookSolid.js} +0 -0
  2298. /package/es/{IconFastForwardLine.js → generated/IconFastForwardLine.js} +0 -0
  2299. /package/es/{IconFastForwardSolid.js → generated/IconFastForwardSolid.js} +0 -0
  2300. /package/es/{IconFeedbackLine.js → generated/IconFeedbackLine.js} +0 -0
  2301. /package/es/{IconFeedbackSolid.js → generated/IconFeedbackSolid.js} +0 -0
  2302. /package/es/{IconFileLockedLine.js → generated/IconFileLockedLine.js} +0 -0
  2303. /package/es/{IconFileLockedSolid.js → generated/IconFileLockedSolid.js} +0 -0
  2304. /package/es/{IconFilesCopyrightLine.js → generated/IconFilesCopyrightLine.js} +0 -0
  2305. /package/es/{IconFilesCopyrightSolid.js → generated/IconFilesCopyrightSolid.js} +0 -0
  2306. /package/es/{IconFilesCreativeCommonsLine.js → generated/IconFilesCreativeCommonsLine.js} +0 -0
  2307. /package/es/{IconFilesCreativeCommonsSolid.js → generated/IconFilesCreativeCommonsSolid.js} +0 -0
  2308. /package/es/{IconFilesFairUseLine.js → generated/IconFilesFairUseLine.js} +0 -0
  2309. /package/es/{IconFilesFairUseSolid.js → generated/IconFilesFairUseSolid.js} +0 -0
  2310. /package/es/{IconFilesObtainedPermissionLine.js → generated/IconFilesObtainedPermissionLine.js} +0 -0
  2311. /package/es/{IconFilesObtainedPermissionSolid.js → generated/IconFilesObtainedPermissionSolid.js} +0 -0
  2312. /package/es/{IconFilesPublicDomainLine.js → generated/IconFilesPublicDomainLine.js} +0 -0
  2313. /package/es/{IconFilesPublicDomainSolid.js → generated/IconFilesPublicDomainSolid.js} +0 -0
  2314. /package/es/{IconFilmstripLine.js → generated/IconFilmstripLine.js} +0 -0
  2315. /package/es/{IconFilmstripSolid.js → generated/IconFilmstripSolid.js} +0 -0
  2316. /package/es/{IconFilterLine.js → generated/IconFilterLine.js} +0 -0
  2317. /package/es/{IconFilterSolid.js → generated/IconFilterSolid.js} +0 -0
  2318. /package/es/{IconFlagLine.js → generated/IconFlagLine.js} +0 -0
  2319. /package/es/{IconFlagSolid.js → generated/IconFlagSolid.js} +0 -0
  2320. /package/es/{IconFolderLine.js → generated/IconFolderLine.js} +0 -0
  2321. /package/es/{IconFolderLockedLine.js → generated/IconFolderLockedLine.js} +0 -0
  2322. /package/es/{IconFolderLockedSolid.js → generated/IconFolderLockedSolid.js} +0 -0
  2323. /package/es/{IconFolderSolid.js → generated/IconFolderSolid.js} +0 -0
  2324. /package/es/{IconForwardLine.js → generated/IconForwardLine.js} +0 -0
  2325. /package/es/{IconForwardSolid.js → generated/IconForwardSolid.js} +0 -0
  2326. /package/es/{IconFullScreenLine.js → generated/IconFullScreenLine.js} +0 -0
  2327. /package/es/{IconFullScreenSolid.js → generated/IconFullScreenSolid.js} +0 -0
  2328. /package/es/{IconGithubLine.js → generated/IconGithubLine.js} +0 -0
  2329. /package/es/{IconGithubSolid.js → generated/IconGithubSolid.js} +0 -0
  2330. /package/es/{IconGiveAwardLine.js → generated/IconGiveAwardLine.js} +0 -0
  2331. /package/es/{IconGiveAwardSolid.js → generated/IconGiveAwardSolid.js} +0 -0
  2332. /package/es/{IconGradebookExportLine.js → generated/IconGradebookExportLine.js} +0 -0
  2333. /package/es/{IconGradebookExportSolid.js → generated/IconGradebookExportSolid.js} +0 -0
  2334. /package/es/{IconGradebookImportLine.js → generated/IconGradebookImportLine.js} +0 -0
  2335. /package/es/{IconGradebookImportSolid.js → generated/IconGradebookImportSolid.js} +0 -0
  2336. /package/es/{IconGradebookLine.js → generated/IconGradebookLine.js} +0 -0
  2337. /package/es/{IconGradebookSolid.js → generated/IconGradebookSolid.js} +0 -0
  2338. /package/es/{IconGridViewLine.js → generated/IconGridViewLine.js} +0 -0
  2339. /package/es/{IconGridViewSolid.js → generated/IconGridViewSolid.js} +0 -0
  2340. /package/es/{IconGroupDarkNewLine.js → generated/IconGroupDarkNewLine.js} +0 -0
  2341. /package/es/{IconGroupDarkNewSolid.js → generated/IconGroupDarkNewSolid.js} +0 -0
  2342. /package/es/{IconGroupLine.js → generated/IconGroupLine.js} +0 -0
  2343. /package/es/{IconGroupNewLine.js → generated/IconGroupNewLine.js} +0 -0
  2344. /package/es/{IconGroupNewSolid.js → generated/IconGroupNewSolid.js} +0 -0
  2345. /package/es/{IconGroupSolid.js → generated/IconGroupSolid.js} +0 -0
  2346. /package/es/{IconHamburgerLine.js → generated/IconHamburgerLine.js} +0 -0
  2347. /package/es/{IconHamburgerSolid.js → generated/IconHamburgerSolid.js} +0 -0
  2348. /package/es/{IconHeaderLine.js → generated/IconHeaderLine.js} +0 -0
  2349. /package/es/{IconHeaderSolid.js → generated/IconHeaderSolid.js} +0 -0
  2350. /package/es/{IconHeartLine.js → generated/IconHeartLine.js} +0 -0
  2351. /package/es/{IconHeartSolid.js → generated/IconHeartSolid.js} +0 -0
  2352. /package/es/{IconHighlighterLine.js → generated/IconHighlighterLine.js} +0 -0
  2353. /package/es/{IconHighlighterSolid.js → generated/IconHighlighterSolid.js} +0 -0
  2354. /package/es/{IconHomeLine.js → generated/IconHomeLine.js} +0 -0
  2355. /package/es/{IconHomeSolid.js → generated/IconHomeSolid.js} +0 -0
  2356. /package/es/{IconHourGlassLine.js → generated/IconHourGlassLine.js} +0 -0
  2357. /package/es/{IconHourGlassSolid.js → generated/IconHourGlassSolid.js} +0 -0
  2358. /package/es/{IconImageLine.js → generated/IconImageLine.js} +0 -0
  2359. /package/es/{IconImageSolid.js → generated/IconImageSolid.js} +0 -0
  2360. /package/es/{IconImmersiveReaderLine.js → generated/IconImmersiveReaderLine.js} +0 -0
  2361. /package/es/{IconImmersiveReaderSolid.js → generated/IconImmersiveReaderSolid.js} +0 -0
  2362. /package/es/{IconImpactLogoLine.js → generated/IconImpactLogoLine.js} +0 -0
  2363. /package/es/{IconImpactLogoSolid.js → generated/IconImpactLogoSolid.js} +0 -0
  2364. /package/es/{IconImportContentLine.js → generated/IconImportContentLine.js} +0 -0
  2365. /package/es/{IconImportContentSolid.js → generated/IconImportContentSolid.js} +0 -0
  2366. /package/es/{IconImportLine.js → generated/IconImportLine.js} +0 -0
  2367. /package/es/{IconImportSolid.js → generated/IconImportSolid.js} +0 -0
  2368. /package/es/{IconImportantDatesLine.js → generated/IconImportantDatesLine.js} +0 -0
  2369. /package/es/{IconImportantDatesSolid.js → generated/IconImportantDatesSolid.js} +0 -0
  2370. /package/es/{IconInboxLine.js → generated/IconInboxLine.js} +0 -0
  2371. /package/es/{IconInboxSolid.js → generated/IconInboxSolid.js} +0 -0
  2372. /package/es/{IconIndent2Line.js → generated/IconIndent2Line.js} +0 -0
  2373. /package/es/{IconIndent2Solid.js → generated/IconIndent2Solid.js} +0 -0
  2374. /package/es/{IconIndentLine.js → generated/IconIndentLine.js} +0 -0
  2375. /package/es/{IconIndentSolid.js → generated/IconIndentSolid.js} +0 -0
  2376. /package/es/{IconInfoBorderlessLine.js → generated/IconInfoBorderlessLine.js} +0 -0
  2377. /package/es/{IconInfoBorderlessSolid.js → generated/IconInfoBorderlessSolid.js} +0 -0
  2378. /package/es/{IconInfoLine.js → generated/IconInfoLine.js} +0 -0
  2379. /package/es/{IconInfoSolid.js → generated/IconInfoSolid.js} +0 -0
  2380. /package/es/{IconInstructure1DotLine.js → generated/IconInstructure1DotLine.js} +0 -0
  2381. /package/es/{IconInstructure1DotSolid.js → generated/IconInstructure1DotSolid.js} +0 -0
  2382. /package/es/{IconInstructure3DotLine.js → generated/IconInstructure3DotLine.js} +0 -0
  2383. /package/es/{IconInstructure3DotSolid.js → generated/IconInstructure3DotSolid.js} +0 -0
  2384. /package/es/{IconInstructureLogoLine.js → generated/IconInstructureLogoLine.js} +0 -0
  2385. /package/es/{IconInstructureLogoSolid.js → generated/IconInstructureLogoSolid.js} +0 -0
  2386. /package/es/{IconIntegrationsLine.js → generated/IconIntegrationsLine.js} +0 -0
  2387. /package/es/{IconIntegrationsSolid.js → generated/IconIntegrationsSolid.js} +0 -0
  2388. /package/es/{IconInvitationLine.js → generated/IconInvitationLine.js} +0 -0
  2389. /package/es/{IconInvitationSolid.js → generated/IconInvitationSolid.js} +0 -0
  2390. /package/es/{IconItalicLine.js → generated/IconItalicLine.js} +0 -0
  2391. /package/es/{IconItalicSolid.js → generated/IconItalicSolid.js} +0 -0
  2392. /package/es/{IconKeyboardShortcutsLine.js → generated/IconKeyboardShortcutsLine.js} +0 -0
  2393. /package/es/{IconKeyboardShortcutsSolid.js → generated/IconKeyboardShortcutsSolid.js} +0 -0
  2394. /package/es/{IconLaunchLine.js → generated/IconLaunchLine.js} +0 -0
  2395. /package/es/{IconLaunchSolid.js → generated/IconLaunchSolid.js} +0 -0
  2396. /package/es/{IconLearnplatformLine.js → generated/IconLearnplatformLine.js} +0 -0
  2397. /package/es/{IconLearnplatformSolid.js → generated/IconLearnplatformSolid.js} +0 -0
  2398. /package/es/{IconLifePreserverLine.js → generated/IconLifePreserverLine.js} +0 -0
  2399. /package/es/{IconLifePreserverSolid.js → generated/IconLifePreserverSolid.js} +0 -0
  2400. /package/es/{IconLikeLine.js → generated/IconLikeLine.js} +0 -0
  2401. /package/es/{IconLikeSolid.js → generated/IconLikeSolid.js} +0 -0
  2402. /package/es/{IconLineReaderLine.js → generated/IconLineReaderLine.js} +0 -0
  2403. /package/es/{IconLineReaderSolid.js → generated/IconLineReaderSolid.js} +0 -0
  2404. /package/es/{IconLinkLine.js → generated/IconLinkLine.js} +0 -0
  2405. /package/es/{IconLinkSolid.js → generated/IconLinkSolid.js} +0 -0
  2406. /package/es/{IconLinkedinLine.js → generated/IconLinkedinLine.js} +0 -0
  2407. /package/es/{IconLinkedinSolid.js → generated/IconLinkedinSolid.js} +0 -0
  2408. /package/es/{IconListViewLine.js → generated/IconListViewLine.js} +0 -0
  2409. /package/es/{IconListViewSolid.js → generated/IconListViewSolid.js} +0 -0
  2410. /package/es/{IconLockLine.js → generated/IconLockLine.js} +0 -0
  2411. /package/es/{IconLockSolid.js → generated/IconLockSolid.js} +0 -0
  2412. /package/es/{IconLtiLine.js → generated/IconLtiLine.js} +0 -0
  2413. /package/es/{IconLtiSolid.js → generated/IconLtiSolid.js} +0 -0
  2414. /package/es/{IconMarkAsReadLine.js → generated/IconMarkAsReadLine.js} +0 -0
  2415. /package/es/{IconMarkAsReadSolid.js → generated/IconMarkAsReadSolid.js} +0 -0
  2416. /package/es/{IconMarkerLine.js → generated/IconMarkerLine.js} +0 -0
  2417. /package/es/{IconMarkerSolid.js → generated/IconMarkerSolid.js} +0 -0
  2418. /package/es/{IconMasqueradeLine.js → generated/IconMasqueradeLine.js} +0 -0
  2419. /package/es/{IconMasqueradeSolid.js → generated/IconMasqueradeSolid.js} +0 -0
  2420. /package/es/{IconMasteryLogoLine.js → generated/IconMasteryLogoLine.js} +0 -0
  2421. /package/es/{IconMasteryLogoSolid.js → generated/IconMasteryLogoSolid.js} +0 -0
  2422. /package/es/{IconMasteryPathsLine.js → generated/IconMasteryPathsLine.js} +0 -0
  2423. /package/es/{IconMasteryPathsSolid.js → generated/IconMasteryPathsSolid.js} +0 -0
  2424. /package/es/{IconMaterialsRequiredLine.js → generated/IconMaterialsRequiredLine.js} +0 -0
  2425. /package/es/{IconMaterialsRequiredSolid.js → generated/IconMaterialsRequiredSolid.js} +0 -0
  2426. /package/es/{IconMatureLine.js → generated/IconMatureLine.js} +0 -0
  2427. /package/es/{IconMatureSolid.js → generated/IconMatureSolid.js} +0 -0
  2428. /package/es/{IconMediaLine.js → generated/IconMediaLine.js} +0 -0
  2429. /package/es/{IconMediaSolid.js → generated/IconMediaSolid.js} +0 -0
  2430. /package/es/{IconMessageLine.js → generated/IconMessageLine.js} +0 -0
  2431. /package/es/{IconMessageSolid.js → generated/IconMessageSolid.js} +0 -0
  2432. /package/es/{IconMicLine.js → generated/IconMicLine.js} +0 -0
  2433. /package/es/{IconMicOffLine.js → generated/IconMicOffLine.js} +0 -0
  2434. /package/es/{IconMicOffSolid.js → generated/IconMicOffSolid.js} +0 -0
  2435. /package/es/{IconMicSolid.js → generated/IconMicSolid.js} +0 -0
  2436. /package/es/{IconMiniArrowDoubleLine.js → generated/IconMiniArrowDoubleLine.js} +0 -0
  2437. /package/es/{IconMiniArrowDoubleSolid.js → generated/IconMiniArrowDoubleSolid.js} +0 -0
  2438. /package/es/{IconMiniArrowDownLine.js → generated/IconMiniArrowDownLine.js} +0 -0
  2439. /package/es/{IconMiniArrowDownSolid.js → generated/IconMiniArrowDownSolid.js} +0 -0
  2440. /package/es/{IconMiniArrowEndLine.js → generated/IconMiniArrowEndLine.js} +0 -0
  2441. /package/es/{IconMiniArrowEndSolid.js → generated/IconMiniArrowEndSolid.js} +0 -0
  2442. /package/es/{IconMiniArrowStartLine.js → generated/IconMiniArrowStartLine.js} +0 -0
  2443. /package/es/{IconMiniArrowStartSolid.js → generated/IconMiniArrowStartSolid.js} +0 -0
  2444. /package/es/{IconMiniArrowUpLine.js → generated/IconMiniArrowUpLine.js} +0 -0
  2445. /package/es/{IconMiniArrowUpSolid.js → generated/IconMiniArrowUpSolid.js} +0 -0
  2446. /package/es/{IconMinimizeLine.js → generated/IconMinimizeLine.js} +0 -0
  2447. /package/es/{IconMinimizeSolid.js → generated/IconMinimizeSolid.js} +0 -0
  2448. /package/es/{IconModuleLine.js → generated/IconModuleLine.js} +0 -0
  2449. /package/es/{IconModuleSolid.js → generated/IconModuleSolid.js} +0 -0
  2450. /package/es/{IconMoreLine.js → generated/IconMoreLine.js} +0 -0
  2451. /package/es/{IconMoreSolid.js → generated/IconMoreSolid.js} +0 -0
  2452. /package/es/{IconMoveDownBottomLine.js → generated/IconMoveDownBottomLine.js} +0 -0
  2453. /package/es/{IconMoveDownBottomSolid.js → generated/IconMoveDownBottomSolid.js} +0 -0
  2454. /package/es/{IconMoveDownLine.js → generated/IconMoveDownLine.js} +0 -0
  2455. /package/es/{IconMoveDownSolid.js → generated/IconMoveDownSolid.js} +0 -0
  2456. /package/es/{IconMoveEndLine.js → generated/IconMoveEndLine.js} +0 -0
  2457. /package/es/{IconMoveEndSolid.js → generated/IconMoveEndSolid.js} +0 -0
  2458. /package/es/{IconMoveStartLine.js → generated/IconMoveStartLine.js} +0 -0
  2459. /package/es/{IconMoveStartSolid.js → generated/IconMoveStartSolid.js} +0 -0
  2460. /package/es/{IconMoveUpLine.js → generated/IconMoveUpLine.js} +0 -0
  2461. /package/es/{IconMoveUpSolid.js → generated/IconMoveUpSolid.js} +0 -0
  2462. /package/es/{IconMoveUpTopLine.js → generated/IconMoveUpTopLine.js} +0 -0
  2463. /package/es/{IconMoveUpTopSolid.js → generated/IconMoveUpTopSolid.js} +0 -0
  2464. /package/es/{IconMsExcelLine.js → generated/IconMsExcelLine.js} +0 -0
  2465. /package/es/{IconMsExcelSolid.js → generated/IconMsExcelSolid.js} +0 -0
  2466. /package/es/{IconMsPptLine.js → generated/IconMsPptLine.js} +0 -0
  2467. /package/es/{IconMsPptSolid.js → generated/IconMsPptSolid.js} +0 -0
  2468. /package/es/{IconMsWordLine.js → generated/IconMsWordLine.js} +0 -0
  2469. /package/es/{IconMsWordSolid.js → generated/IconMsWordSolid.js} +0 -0
  2470. /package/es/{IconMutedLine.js → generated/IconMutedLine.js} +0 -0
  2471. /package/es/{IconMutedSolid.js → generated/IconMutedSolid.js} +0 -0
  2472. /package/es/{IconNeutralLine.js → generated/IconNeutralLine.js} +0 -0
  2473. /package/es/{IconNeutralSolid.js → generated/IconNeutralSolid.js} +0 -0
  2474. /package/es/{IconNextUnreadLine.js → generated/IconNextUnreadLine.js} +0 -0
  2475. /package/es/{IconNextUnreadSolid.js → generated/IconNextUnreadSolid.js} +0 -0
  2476. /package/es/{IconNoLine.js → generated/IconNoLine.js} +0 -0
  2477. /package/es/{IconNoSolid.js → generated/IconNoSolid.js} +0 -0
  2478. /package/es/{IconNotGradedLine.js → generated/IconNotGradedLine.js} +0 -0
  2479. /package/es/{IconNotGradedSolid.js → generated/IconNotGradedSolid.js} +0 -0
  2480. /package/es/{IconNoteLine.js → generated/IconNoteLine.js} +0 -0
  2481. /package/es/{IconNoteSolid.js → generated/IconNoteSolid.js} +0 -0
  2482. /package/es/{IconNotepadLine.js → generated/IconNotepadLine.js} +0 -0
  2483. /package/es/{IconNotepadSolid.js → generated/IconNotepadSolid.js} +0 -0
  2484. /package/es/{IconNumberedListLine.js → generated/IconNumberedListLine.js} +0 -0
  2485. /package/es/{IconNumberedListSolid.js → generated/IconNumberedListSolid.js} +0 -0
  2486. /package/es/{IconOffLine.js → generated/IconOffLine.js} +0 -0
  2487. /package/es/{IconOffSolid.js → generated/IconOffSolid.js} +0 -0
  2488. /package/es/{IconOpenFolderLine.js → generated/IconOpenFolderLine.js} +0 -0
  2489. /package/es/{IconOpenFolderSolid.js → generated/IconOpenFolderSolid.js} +0 -0
  2490. /package/es/{IconOutcomesLine.js → generated/IconOutcomesLine.js} +0 -0
  2491. /package/es/{IconOutcomesSolid.js → generated/IconOutcomesSolid.js} +0 -0
  2492. /package/es/{IconOutdent2Line.js → generated/IconOutdent2Line.js} +0 -0
  2493. /package/es/{IconOutdent2Solid.js → generated/IconOutdent2Solid.js} +0 -0
  2494. /package/es/{IconOutdentLine.js → generated/IconOutdentLine.js} +0 -0
  2495. /package/es/{IconOutdentSolid.js → generated/IconOutdentSolid.js} +0 -0
  2496. /package/es/{IconOvalHalfLine.js → generated/IconOvalHalfLine.js} +0 -0
  2497. /package/es/{IconOvalHalfSolid.js → generated/IconOvalHalfSolid.js} +0 -0
  2498. /package/es/{IconPageDownLine.js → generated/IconPageDownLine.js} +0 -0
  2499. /package/es/{IconPageDownSolid.js → generated/IconPageDownSolid.js} +0 -0
  2500. /package/es/{IconPageUpLine.js → generated/IconPageUpLine.js} +0 -0
  2501. /package/es/{IconPageUpSolid.js → generated/IconPageUpSolid.js} +0 -0
  2502. /package/es/{IconPaintLine.js → generated/IconPaintLine.js} +0 -0
  2503. /package/es/{IconPaintSolid.js → generated/IconPaintSolid.js} +0 -0
  2504. /package/es/{IconPaperclipLine.js → generated/IconPaperclipLine.js} +0 -0
  2505. /package/es/{IconPaperclipSolid.js → generated/IconPaperclipSolid.js} +0 -0
  2506. /package/es/{IconPartialLine.js → generated/IconPartialLine.js} +0 -0
  2507. /package/es/{IconPartialSolid.js → generated/IconPartialSolid.js} +0 -0
  2508. /package/es/{IconPasswordResetLine.js → generated/IconPasswordResetLine.js} +0 -0
  2509. /package/es/{IconPasswordResetSolid.js → generated/IconPasswordResetSolid.js} +0 -0
  2510. /package/es/{IconPauseLine.js → generated/IconPauseLine.js} +0 -0
  2511. /package/es/{IconPauseSolid.js → generated/IconPauseSolid.js} +0 -0
  2512. /package/es/{IconPdfLine.js → generated/IconPdfLine.js} +0 -0
  2513. /package/es/{IconPdfSolid.js → generated/IconPdfSolid.js} +0 -0
  2514. /package/es/{IconPeerGradedLine.js → generated/IconPeerGradedLine.js} +0 -0
  2515. /package/es/{IconPeerGradedSolid.js → generated/IconPeerGradedSolid.js} +0 -0
  2516. /package/es/{IconPeerReviewLine.js → generated/IconPeerReviewLine.js} +0 -0
  2517. /package/es/{IconPeerReviewSolid.js → generated/IconPeerReviewSolid.js} +0 -0
  2518. /package/es/{IconPermissionsLine.js → generated/IconPermissionsLine.js} +0 -0
  2519. /package/es/{IconPermissionsSolid.js → generated/IconPermissionsSolid.js} +0 -0
  2520. /package/es/{IconPinLine.js → generated/IconPinLine.js} +0 -0
  2521. /package/es/{IconPinSolid.js → generated/IconPinSolid.js} +0 -0
  2522. /package/es/{IconPinterestLine.js → generated/IconPinterestLine.js} +0 -0
  2523. /package/es/{IconPinterestSolid.js → generated/IconPinterestSolid.js} +0 -0
  2524. /package/es/{IconPlayLine.js → generated/IconPlayLine.js} +0 -0
  2525. /package/es/{IconPlaySolid.js → generated/IconPlaySolid.js} +0 -0
  2526. /package/es/{IconPlusLine.js → generated/IconPlusLine.js} +0 -0
  2527. /package/es/{IconPlusSolid.js → generated/IconPlusSolid.js} +0 -0
  2528. /package/es/{IconPostToSisLine.js → generated/IconPostToSisLine.js} +0 -0
  2529. /package/es/{IconPostToSisSolid.js → generated/IconPostToSisSolid.js} +0 -0
  2530. /package/es/{IconPredictiveLine.js → generated/IconPredictiveLine.js} +0 -0
  2531. /package/es/{IconPredictiveSolid.js → generated/IconPredictiveSolid.js} +0 -0
  2532. /package/es/{IconPrerequisiteLine.js → generated/IconPrerequisiteLine.js} +0 -0
  2533. /package/es/{IconPrerequisiteSolid.js → generated/IconPrerequisiteSolid.js} +0 -0
  2534. /package/es/{IconPrinterLine.js → generated/IconPrinterLine.js} +0 -0
  2535. /package/es/{IconPrinterSolid.js → generated/IconPrinterSolid.js} +0 -0
  2536. /package/es/{IconProgressLine.js → generated/IconProgressLine.js} +0 -0
  2537. /package/es/{IconProgressSolid.js → generated/IconProgressSolid.js} +0 -0
  2538. /package/es/{IconProtractorLine.js → generated/IconProtractorLine.js} +0 -0
  2539. /package/es/{IconProtractorSolid.js → generated/IconProtractorSolid.js} +0 -0
  2540. /package/es/{IconPublishLine.js → generated/IconPublishLine.js} +0 -0
  2541. /package/es/{IconPublishSolid.js → generated/IconPublishSolid.js} +0 -0
  2542. /package/es/{IconQuestionLine.js → generated/IconQuestionLine.js} +0 -0
  2543. /package/es/{IconQuestionSolid.js → generated/IconQuestionSolid.js} +0 -0
  2544. /package/es/{IconQuizInstructionsLine.js → generated/IconQuizInstructionsLine.js} +0 -0
  2545. /package/es/{IconQuizInstructionsSolid.js → generated/IconQuizInstructionsSolid.js} +0 -0
  2546. /package/es/{IconQuizLine.js → generated/IconQuizLine.js} +0 -0
  2547. /package/es/{IconQuizSolid.js → generated/IconQuizSolid.js} +0 -0
  2548. /package/es/{IconQuizStatsAvgLine.js → generated/IconQuizStatsAvgLine.js} +0 -0
  2549. /package/es/{IconQuizStatsAvgSolid.js → generated/IconQuizStatsAvgSolid.js} +0 -0
  2550. /package/es/{IconQuizStatsCronbachsAlphaLine.js → generated/IconQuizStatsCronbachsAlphaLine.js} +0 -0
  2551. /package/es/{IconQuizStatsCronbachsAlphaSolid.js → generated/IconQuizStatsCronbachsAlphaSolid.js} +0 -0
  2552. /package/es/{IconQuizStatsDeviationLine.js → generated/IconQuizStatsDeviationLine.js} +0 -0
  2553. /package/es/{IconQuizStatsDeviationSolid.js → generated/IconQuizStatsDeviationSolid.js} +0 -0
  2554. /package/es/{IconQuizStatsHighLine.js → generated/IconQuizStatsHighLine.js} +0 -0
  2555. /package/es/{IconQuizStatsHighSolid.js → generated/IconQuizStatsHighSolid.js} +0 -0
  2556. /package/es/{IconQuizStatsLowLine.js → generated/IconQuizStatsLowLine.js} +0 -0
  2557. /package/es/{IconQuizStatsLowSolid.js → generated/IconQuizStatsLowSolid.js} +0 -0
  2558. /package/es/{IconQuizStatsTimeLine.js → generated/IconQuizStatsTimeLine.js} +0 -0
  2559. /package/es/{IconQuizStatsTimeSolid.js → generated/IconQuizStatsTimeSolid.js} +0 -0
  2560. /package/es/{IconQuizTitleLine.js → generated/IconQuizTitleLine.js} +0 -0
  2561. /package/es/{IconQuizTitleSolid.js → generated/IconQuizTitleSolid.js} +0 -0
  2562. /package/es/{IconRecordLine.js → generated/IconRecordLine.js} +0 -0
  2563. /package/es/{IconRecordSolid.js → generated/IconRecordSolid.js} +0 -0
  2564. /package/es/{IconRedoLine.js → generated/IconRedoLine.js} +0 -0
  2565. /package/es/{IconRedoSolid.js → generated/IconRedoSolid.js} +0 -0
  2566. /package/es/{IconRefreshLine.js → generated/IconRefreshLine.js} +0 -0
  2567. /package/es/{IconRefreshSolid.js → generated/IconRefreshSolid.js} +0 -0
  2568. /package/es/{IconRemoveBookmarkLine.js → generated/IconRemoveBookmarkLine.js} +0 -0
  2569. /package/es/{IconRemoveBookmarkSolid.js → generated/IconRemoveBookmarkSolid.js} +0 -0
  2570. /package/es/{IconRemoveFromCollectionLine.js → generated/IconRemoveFromCollectionLine.js} +0 -0
  2571. /package/es/{IconRemoveFromCollectionSolid.js → generated/IconRemoveFromCollectionSolid.js} +0 -0
  2572. /package/es/{IconRemoveLinkLine.js → generated/IconRemoveLinkLine.js} +0 -0
  2573. /package/es/{IconRemoveLinkSolid.js → generated/IconRemoveLinkSolid.js} +0 -0
  2574. /package/es/{IconRepliedLine.js → generated/IconRepliedLine.js} +0 -0
  2575. /package/es/{IconRepliedSolid.js → generated/IconRepliedSolid.js} +0 -0
  2576. /package/es/{IconReply2Line.js → generated/IconReply2Line.js} +0 -0
  2577. /package/es/{IconReply2Solid.js → generated/IconReply2Solid.js} +0 -0
  2578. /package/es/{IconReplyAll2Line.js → generated/IconReplyAll2Line.js} +0 -0
  2579. /package/es/{IconReplyAll2Solid.js → generated/IconReplyAll2Solid.js} +0 -0
  2580. /package/es/{IconReplyLine.js → generated/IconReplyLine.js} +0 -0
  2581. /package/es/{IconReplySolid.js → generated/IconReplySolid.js} +0 -0
  2582. /package/es/{IconResetLine.js → generated/IconResetLine.js} +0 -0
  2583. /package/es/{IconResetSolid.js → generated/IconResetSolid.js} +0 -0
  2584. /package/es/{IconRestoreLine.js → generated/IconRestoreLine.js} +0 -0
  2585. /package/es/{IconRestoreSolid.js → generated/IconRestoreSolid.js} +0 -0
  2586. /package/es/{IconReviewScreenLine.js → generated/IconReviewScreenLine.js} +0 -0
  2587. /package/es/{IconReviewScreenSolid.js → generated/IconReviewScreenSolid.js} +0 -0
  2588. /package/es/{IconRewindLine.js → generated/IconRewindLine.js} +0 -0
  2589. /package/es/{IconRewindSolid.js → generated/IconRewindSolid.js} +0 -0
  2590. /package/es/{IconRotateLeftLine.js → generated/IconRotateLeftLine.js} +0 -0
  2591. /package/es/{IconRotateLeftSolid.js → generated/IconRotateLeftSolid.js} +0 -0
  2592. /package/es/{IconRotateRightLine.js → generated/IconRotateRightLine.js} +0 -0
  2593. /package/es/{IconRotateRightSolid.js → generated/IconRotateRightSolid.js} +0 -0
  2594. /package/es/{IconRssLine.js → generated/IconRssLine.js} +0 -0
  2595. /package/es/{IconRssSolid.js → generated/IconRssSolid.js} +0 -0
  2596. /package/es/{IconRubricDarkLine.js → generated/IconRubricDarkLine.js} +0 -0
  2597. /package/es/{IconRubricDarkSolid.js → generated/IconRubricDarkSolid.js} +0 -0
  2598. /package/es/{IconRubricLine.js → generated/IconRubricLine.js} +0 -0
  2599. /package/es/{IconRubricSolid.js → generated/IconRubricSolid.js} +0 -0
  2600. /package/es/{IconRulerLine.js → generated/IconRulerLine.js} +0 -0
  2601. /package/es/{IconRulerSolid.js → generated/IconRulerSolid.js} +0 -0
  2602. /package/es/{IconSaveLine.js → generated/IconSaveLine.js} +0 -0
  2603. /package/es/{IconSaveSolid.js → generated/IconSaveSolid.js} +0 -0
  2604. /package/es/{IconScreenCaptureLine.js → generated/IconScreenCaptureLine.js} +0 -0
  2605. /package/es/{IconScreenCaptureSolid.js → generated/IconScreenCaptureSolid.js} +0 -0
  2606. /package/es/{IconSearchAiLine.js → generated/IconSearchAiLine.js} +0 -0
  2607. /package/es/{IconSearchAiSolid.js → generated/IconSearchAiSolid.js} +0 -0
  2608. /package/es/{IconSearchLine.js → generated/IconSearchLine.js} +0 -0
  2609. /package/es/{IconSearchSolid.js → generated/IconSearchSolid.js} +0 -0
  2610. /package/es/{IconSettingsLine.js → generated/IconSettingsLine.js} +0 -0
  2611. /package/es/{IconSettingsSolid.js → generated/IconSettingsSolid.js} +0 -0
  2612. /package/es/{IconShapeOvalLine.js → generated/IconShapeOvalLine.js} +0 -0
  2613. /package/es/{IconShapeOvalSolid.js → generated/IconShapeOvalSolid.js} +0 -0
  2614. /package/es/{IconShapePolygonLine.js → generated/IconShapePolygonLine.js} +0 -0
  2615. /package/es/{IconShapePolygonSolid.js → generated/IconShapePolygonSolid.js} +0 -0
  2616. /package/es/{IconShapeRectangleLine.js → generated/IconShapeRectangleLine.js} +0 -0
  2617. /package/es/{IconShapeRectangleSolid.js → generated/IconShapeRectangleSolid.js} +0 -0
  2618. /package/es/{IconShareLine.js → generated/IconShareLine.js} +0 -0
  2619. /package/es/{IconShareSolid.js → generated/IconShareSolid.js} +0 -0
  2620. /package/es/{IconSidebarRightHideLine.js → generated/IconSidebarRightHideLine.js} +0 -0
  2621. /package/es/{IconSidebarRightHideSolid.js → generated/IconSidebarRightHideSolid.js} +0 -0
  2622. /package/es/{IconSidebarRightShowLine.js → generated/IconSidebarRightShowLine.js} +0 -0
  2623. /package/es/{IconSidebarRightShowSolid.js → generated/IconSidebarRightShowSolid.js} +0 -0
  2624. /package/es/{IconSingleMetricLine.js → generated/IconSingleMetricLine.js} +0 -0
  2625. /package/es/{IconSingleMetricSolid.js → generated/IconSingleMetricSolid.js} +0 -0
  2626. /package/es/{IconSisImportedLine.js → generated/IconSisImportedLine.js} +0 -0
  2627. /package/es/{IconSisImportedSolid.js → generated/IconSisImportedSolid.js} +0 -0
  2628. /package/es/{IconSisNotSyncedLine.js → generated/IconSisNotSyncedLine.js} +0 -0
  2629. /package/es/{IconSisNotSyncedSolid.js → generated/IconSisNotSyncedSolid.js} +0 -0
  2630. /package/es/{IconSisSyncedLine.js → generated/IconSisSyncedLine.js} +0 -0
  2631. /package/es/{IconSisSyncedSolid.js → generated/IconSisSyncedSolid.js} +0 -0
  2632. /package/es/{IconSkypeLine.js → generated/IconSkypeLine.js} +0 -0
  2633. /package/es/{IconSkypeSolid.js → generated/IconSkypeSolid.js} +0 -0
  2634. /package/es/{IconSortLine.js → generated/IconSortLine.js} +0 -0
  2635. /package/es/{IconSortSolid.js → generated/IconSortSolid.js} +0 -0
  2636. /package/es/{IconSpeedGraderLine.js → generated/IconSpeedGraderLine.js} +0 -0
  2637. /package/es/{IconSpeedGraderSolid.js → generated/IconSpeedGraderSolid.js} +0 -0
  2638. /package/es/{IconStandardsLine.js → generated/IconStandardsLine.js} +0 -0
  2639. /package/es/{IconStandardsSolid.js → generated/IconStandardsSolid.js} +0 -0
  2640. /package/es/{IconStarLightLine.js → generated/IconStarLightLine.js} +0 -0
  2641. /package/es/{IconStarLightSolid.js → generated/IconStarLightSolid.js} +0 -0
  2642. /package/es/{IconStarLine.js → generated/IconStarLine.js} +0 -0
  2643. /package/es/{IconStarSolid.js → generated/IconStarSolid.js} +0 -0
  2644. /package/es/{IconStatsLine.js → generated/IconStatsLine.js} +0 -0
  2645. /package/es/{IconStatsSolid.js → generated/IconStatsSolid.js} +0 -0
  2646. /package/es/{IconStopLine.js → generated/IconStopLine.js} +0 -0
  2647. /package/es/{IconStopSolid.js → generated/IconStopSolid.js} +0 -0
  2648. /package/es/{IconStrikethroughLine.js → generated/IconStrikethroughLine.js} +0 -0
  2649. /package/es/{IconStrikethroughSolid.js → generated/IconStrikethroughSolid.js} +0 -0
  2650. /package/es/{IconStudentViewLine.js → generated/IconStudentViewLine.js} +0 -0
  2651. /package/es/{IconStudentViewSolid.js → generated/IconStudentViewSolid.js} +0 -0
  2652. /package/es/{IconStudioLine.js → generated/IconStudioLine.js} +0 -0
  2653. /package/es/{IconStudioSolid.js → generated/IconStudioSolid.js} +0 -0
  2654. /package/es/{IconSubaccountsLine.js → generated/IconSubaccountsLine.js} +0 -0
  2655. /package/es/{IconSubaccountsSolid.js → generated/IconSubaccountsSolid.js} +0 -0
  2656. /package/es/{IconSubtitlesLine.js → generated/IconSubtitlesLine.js} +0 -0
  2657. /package/es/{IconSubtitlesSolid.js → generated/IconSubtitlesSolid.js} +0 -0
  2658. /package/es/{IconSyllabusLine.js → generated/IconSyllabusLine.js} +0 -0
  2659. /package/es/{IconSyllabusSolid.js → generated/IconSyllabusSolid.js} +0 -0
  2660. /package/es/{IconTableCellSelectAllLine.js → generated/IconTableCellSelectAllLine.js} +0 -0
  2661. /package/es/{IconTableCellSelectAllSolid.js → generated/IconTableCellSelectAllSolid.js} +0 -0
  2662. /package/es/{IconTableDeleteColumnLine.js → generated/IconTableDeleteColumnLine.js} +0 -0
  2663. /package/es/{IconTableDeleteColumnSolid.js → generated/IconTableDeleteColumnSolid.js} +0 -0
  2664. /package/es/{IconTableDeleteRowLine.js → generated/IconTableDeleteRowLine.js} +0 -0
  2665. /package/es/{IconTableDeleteRowSolid.js → generated/IconTableDeleteRowSolid.js} +0 -0
  2666. /package/es/{IconTableDeleteTableLine.js → generated/IconTableDeleteTableLine.js} +0 -0
  2667. /package/es/{IconTableDeleteTableSolid.js → generated/IconTableDeleteTableSolid.js} +0 -0
  2668. /package/es/{IconTableInsertColumnAfterLine.js → generated/IconTableInsertColumnAfterLine.js} +0 -0
  2669. /package/es/{IconTableInsertColumnAfterSolid.js → generated/IconTableInsertColumnAfterSolid.js} +0 -0
  2670. /package/es/{IconTableInsertColumnBeforeLine.js → generated/IconTableInsertColumnBeforeLine.js} +0 -0
  2671. /package/es/{IconTableInsertColumnBeforeSolid.js → generated/IconTableInsertColumnBeforeSolid.js} +0 -0
  2672. /package/es/{IconTableInsertRowAboveLine.js → generated/IconTableInsertRowAboveLine.js} +0 -0
  2673. /package/es/{IconTableInsertRowAboveSolid.js → generated/IconTableInsertRowAboveSolid.js} +0 -0
  2674. /package/es/{IconTableInsertRowAfterLine.js → generated/IconTableInsertRowAfterLine.js} +0 -0
  2675. /package/es/{IconTableInsertRowAfterSolid.js → generated/IconTableInsertRowAfterSolid.js} +0 -0
  2676. /package/es/{IconTableLeftHeaderLine.js → generated/IconTableLeftHeaderLine.js} +0 -0
  2677. /package/es/{IconTableLeftHeaderSolid.js → generated/IconTableLeftHeaderSolid.js} +0 -0
  2678. /package/es/{IconTableLine.js → generated/IconTableLine.js} +0 -0
  2679. /package/es/{IconTableMergeCellsLine.js → generated/IconTableMergeCellsLine.js} +0 -0
  2680. /package/es/{IconTableMergeCellsSolid.js → generated/IconTableMergeCellsSolid.js} +0 -0
  2681. /package/es/{IconTableRowPropertiesLine.js → generated/IconTableRowPropertiesLine.js} +0 -0
  2682. /package/es/{IconTableRowPropertiesSolid.js → generated/IconTableRowPropertiesSolid.js} +0 -0
  2683. /package/es/{IconTableSolid.js → generated/IconTableSolid.js} +0 -0
  2684. /package/es/{IconTableSplitCellsLine.js → generated/IconTableSplitCellsLine.js} +0 -0
  2685. /package/es/{IconTableSplitCellsSolid.js → generated/IconTableSplitCellsSolid.js} +0 -0
  2686. /package/es/{IconTableTopHeaderLine.js → generated/IconTableTopHeaderLine.js} +0 -0
  2687. /package/es/{IconTableTopHeaderSolid.js → generated/IconTableTopHeaderSolid.js} +0 -0
  2688. /package/es/{IconTagLine.js → generated/IconTagLine.js} +0 -0
  2689. /package/es/{IconTagSolid.js → generated/IconTagSolid.js} +0 -0
  2690. /package/es/{IconTargetLine.js → generated/IconTargetLine.js} +0 -0
  2691. /package/es/{IconTargetSolid.js → generated/IconTargetSolid.js} +0 -0
  2692. /package/es/{IconTextBackgroundColorLine.js → generated/IconTextBackgroundColorLine.js} +0 -0
  2693. /package/es/{IconTextBackgroundColorSolid.js → generated/IconTextBackgroundColorSolid.js} +0 -0
  2694. /package/es/{IconTextCenteredLine.js → generated/IconTextCenteredLine.js} +0 -0
  2695. /package/es/{IconTextCenteredSolid.js → generated/IconTextCenteredSolid.js} +0 -0
  2696. /package/es/{IconTextColorLine.js → generated/IconTextColorLine.js} +0 -0
  2697. /package/es/{IconTextColorSolid.js → generated/IconTextColorSolid.js} +0 -0
  2698. /package/es/{IconTextDirectionLtrLine.js → generated/IconTextDirectionLtrLine.js} +0 -0
  2699. /package/es/{IconTextDirectionLtrSolid.js → generated/IconTextDirectionLtrSolid.js} +0 -0
  2700. /package/es/{IconTextDirectionRtlLine.js → generated/IconTextDirectionRtlLine.js} +0 -0
  2701. /package/es/{IconTextDirectionRtlSolid.js → generated/IconTextDirectionRtlSolid.js} +0 -0
  2702. /package/es/{IconTextEndLine.js → generated/IconTextEndLine.js} +0 -0
  2703. /package/es/{IconTextEndSolid.js → generated/IconTextEndSolid.js} +0 -0
  2704. /package/es/{IconTextLine.js → generated/IconTextLine.js} +0 -0
  2705. /package/es/{IconTextSolid.js → generated/IconTextSolid.js} +0 -0
  2706. /package/es/{IconTextStartLine.js → generated/IconTextStartLine.js} +0 -0
  2707. /package/es/{IconTextStartSolid.js → generated/IconTextStartSolid.js} +0 -0
  2708. /package/es/{IconTextSubscriptLine.js → generated/IconTextSubscriptLine.js} +0 -0
  2709. /package/es/{IconTextSubscriptSolid.js → generated/IconTextSubscriptSolid.js} +0 -0
  2710. /package/es/{IconTextSuperscriptLine.js → generated/IconTextSuperscriptLine.js} +0 -0
  2711. /package/es/{IconTextSuperscriptSolid.js → generated/IconTextSuperscriptSolid.js} +0 -0
  2712. /package/es/{IconTextareaLine.js → generated/IconTextareaLine.js} +0 -0
  2713. /package/es/{IconTextareaSolid.js → generated/IconTextareaSolid.js} +0 -0
  2714. /package/es/{IconTimerLine.js → generated/IconTimerLine.js} +0 -0
  2715. /package/es/{IconTimerSolid.js → generated/IconTimerSolid.js} +0 -0
  2716. /package/es/{IconToggleEndLine.js → generated/IconToggleEndLine.js} +0 -0
  2717. /package/es/{IconToggleEndSolid.js → generated/IconToggleEndSolid.js} +0 -0
  2718. /package/es/{IconToggleStartLine.js → generated/IconToggleStartLine.js} +0 -0
  2719. /package/es/{IconToggleStartSolid.js → generated/IconToggleStartSolid.js} +0 -0
  2720. /package/es/{IconTrashLine.js → generated/IconTrashLine.js} +0 -0
  2721. /package/es/{IconTrashSolid.js → generated/IconTrashSolid.js} +0 -0
  2722. /package/es/{IconTroubleLine.js → generated/IconTroubleLine.js} +0 -0
  2723. /package/es/{IconTroubleSolid.js → generated/IconTroubleSolid.js} +0 -0
  2724. /package/es/{IconTwitterLine.js → generated/IconTwitterLine.js} +0 -0
  2725. /package/es/{IconTwitterSolid.js → generated/IconTwitterSolid.js} +0 -0
  2726. /package/es/{IconUnarchiveLine.js → generated/IconUnarchiveLine.js} +0 -0
  2727. /package/es/{IconUnarchiveSolid.js → generated/IconUnarchiveSolid.js} +0 -0
  2728. /package/es/{IconUnderlineLine.js → generated/IconUnderlineLine.js} +0 -0
  2729. /package/es/{IconUnderlineSolid.js → generated/IconUnderlineSolid.js} +0 -0
  2730. /package/es/{IconUndoLine.js → generated/IconUndoLine.js} +0 -0
  2731. /package/es/{IconUndoSolid.js → generated/IconUndoSolid.js} +0 -0
  2732. /package/es/{IconUnlockLine.js → generated/IconUnlockLine.js} +0 -0
  2733. /package/es/{IconUnlockSolid.js → generated/IconUnlockSolid.js} +0 -0
  2734. /package/es/{IconUnmutedLine.js → generated/IconUnmutedLine.js} +0 -0
  2735. /package/es/{IconUnmutedSolid.js → generated/IconUnmutedSolid.js} +0 -0
  2736. /package/es/{IconUnpublishedLine.js → generated/IconUnpublishedLine.js} +0 -0
  2737. /package/es/{IconUnpublishedSolid.js → generated/IconUnpublishedSolid.js} +0 -0
  2738. /package/es/{IconUpdownLine.js → generated/IconUpdownLine.js} +0 -0
  2739. /package/es/{IconUpdownSolid.js → generated/IconUpdownSolid.js} +0 -0
  2740. /package/es/{IconUploadLine.js → generated/IconUploadLine.js} +0 -0
  2741. /package/es/{IconUploadSolid.js → generated/IconUploadSolid.js} +0 -0
  2742. /package/es/{IconUserAssignLine.js → generated/IconUserAssignLine.js} +0 -0
  2743. /package/es/{IconUserAssignSolid.js → generated/IconUserAssignSolid.js} +0 -0
  2744. /package/es/{IconUserLine.js → generated/IconUserLine.js} +0 -0
  2745. /package/es/{IconUserSolid.js → generated/IconUserSolid.js} +0 -0
  2746. /package/es/{IconVideoCameraLine.js → generated/IconVideoCameraLine.js} +0 -0
  2747. /package/es/{IconVideoCameraOffLine.js → generated/IconVideoCameraOffLine.js} +0 -0
  2748. /package/es/{IconVideoCameraOffSolid.js → generated/IconVideoCameraOffSolid.js} +0 -0
  2749. /package/es/{IconVideoCameraSolid.js → generated/IconVideoCameraSolid.js} +0 -0
  2750. /package/es/{IconVideoLine.js → generated/IconVideoLine.js} +0 -0
  2751. /package/es/{IconVideoSolid.js → generated/IconVideoSolid.js} +0 -0
  2752. /package/es/{IconWarningBorderlessLine.js → generated/IconWarningBorderlessLine.js} +0 -0
  2753. /package/es/{IconWarningBorderlessSolid.js → generated/IconWarningBorderlessSolid.js} +0 -0
  2754. /package/es/{IconWarningLine.js → generated/IconWarningLine.js} +0 -0
  2755. /package/es/{IconWarningSolid.js → generated/IconWarningSolid.js} +0 -0
  2756. /package/es/{IconWindowsLine.js → generated/IconWindowsLine.js} +0 -0
  2757. /package/es/{IconWindowsSolid.js → generated/IconWindowsSolid.js} +0 -0
  2758. /package/es/{IconWordpressLine.js → generated/IconWordpressLine.js} +0 -0
  2759. /package/es/{IconWordpressSolid.js → generated/IconWordpressSolid.js} +0 -0
  2760. /package/es/{IconXLine.js → generated/IconXLine.js} +0 -0
  2761. /package/es/{IconXSolid.js → generated/IconXSolid.js} +0 -0
  2762. /package/es/{IconZippedLine.js → generated/IconZippedLine.js} +0 -0
  2763. /package/es/{IconZippedSolid.js → generated/IconZippedSolid.js} +0 -0
  2764. /package/es/{IconZoomInLine.js → generated/IconZoomInLine.js} +0 -0
  2765. /package/es/{IconZoomInSolid.js → generated/IconZoomInSolid.js} +0 -0
  2766. /package/es/{IconZoomOutLine.js → generated/IconZoomOutLine.js} +0 -0
  2767. /package/es/{IconZoomOutSolid.js → generated/IconZoomOutSolid.js} +0 -0
  2768. /package/lib/{IconA11yLine.js → generated/IconA11yLine.js} +0 -0
  2769. /package/lib/{IconA11ySolid.js → generated/IconA11ySolid.js} +0 -0
  2770. /package/lib/{IconAIInfoLine.js → generated/IconAIInfoLine.js} +0 -0
  2771. /package/lib/{IconAIInfoSolid.js → generated/IconAIInfoSolid.js} +0 -0
  2772. /package/lib/{IconAddFolderLine.js → generated/IconAddFolderLine.js} +0 -0
  2773. /package/lib/{IconAddFolderSolid.js → generated/IconAddFolderSolid.js} +0 -0
  2774. /package/lib/{IconAddLine.js → generated/IconAddLine.js} +0 -0
  2775. /package/lib/{IconAddMediaLine.js → generated/IconAddMediaLine.js} +0 -0
  2776. /package/lib/{IconAddMediaSolid.js → generated/IconAddMediaSolid.js} +0 -0
  2777. /package/lib/{IconAddSolid.js → generated/IconAddSolid.js} +0 -0
  2778. /package/lib/{IconAddressBookLine.js → generated/IconAddressBookLine.js} +0 -0
  2779. /package/lib/{IconAddressBookSolid.js → generated/IconAddressBookSolid.js} +0 -0
  2780. /package/lib/{IconAdminLine.js → generated/IconAdminLine.js} +0 -0
  2781. /package/lib/{IconAdminSolid.js → generated/IconAdminSolid.js} +0 -0
  2782. /package/lib/{IconAdminToolsLine.js → generated/IconAdminToolsLine.js} +0 -0
  2783. /package/lib/{IconAdminToolsSolid.js → generated/IconAdminToolsSolid.js} +0 -0
  2784. /package/lib/{IconAiColoredLine.js → generated/IconAiColoredLine.js} +0 -0
  2785. /package/lib/{IconAiColoredSolid.js → generated/IconAiColoredSolid.js} +0 -0
  2786. /package/lib/{IconAiLine.js → generated/IconAiLine.js} +0 -0
  2787. /package/lib/{IconAiSolid.js → generated/IconAiSolid.js} +0 -0
  2788. /package/lib/{IconAlertsLine.js → generated/IconAlertsLine.js} +0 -0
  2789. /package/lib/{IconAlertsSolid.js → generated/IconAlertsSolid.js} +0 -0
  2790. /package/lib/{IconAnalyticsLine.js → generated/IconAnalyticsLine.js} +0 -0
  2791. /package/lib/{IconAnalyticsSolid.js → generated/IconAnalyticsSolid.js} +0 -0
  2792. /package/lib/{IconAndroidLine.js → generated/IconAndroidLine.js} +0 -0
  2793. /package/lib/{IconAndroidSolid.js → generated/IconAndroidSolid.js} +0 -0
  2794. /package/lib/{IconAnnotateLine.js → generated/IconAnnotateLine.js} +0 -0
  2795. /package/lib/{IconAnnotateSolid.js → generated/IconAnnotateSolid.js} +0 -0
  2796. /package/lib/{IconAnnouncementLine.js → generated/IconAnnouncementLine.js} +0 -0
  2797. /package/lib/{IconAnnouncementSolid.js → generated/IconAnnouncementSolid.js} +0 -0
  2798. /package/lib/{IconAppleLine.js → generated/IconAppleLine.js} +0 -0
  2799. /package/lib/{IconAppleSolid.js → generated/IconAppleSolid.js} +0 -0
  2800. /package/lib/{IconArcLine.js → generated/IconArcLine.js} +0 -0
  2801. /package/lib/{IconArcSolid.js → generated/IconArcSolid.js} +0 -0
  2802. /package/lib/{IconArchiveLine.js → generated/IconArchiveLine.js} +0 -0
  2803. /package/lib/{IconArchiveSolid.js → generated/IconArchiveSolid.js} +0 -0
  2804. /package/lib/{IconArrowDoubleEndLine.js → generated/IconArrowDoubleEndLine.js} +0 -0
  2805. /package/lib/{IconArrowDoubleEndSolid.js → generated/IconArrowDoubleEndSolid.js} +0 -0
  2806. /package/lib/{IconArrowDoubleStartLine.js → generated/IconArrowDoubleStartLine.js} +0 -0
  2807. /package/lib/{IconArrowDoubleStartSolid.js → generated/IconArrowDoubleStartSolid.js} +0 -0
  2808. /package/lib/{IconArrowDownLine.js → generated/IconArrowDownLine.js} +0 -0
  2809. /package/lib/{IconArrowDownSolid.js → generated/IconArrowDownSolid.js} +0 -0
  2810. /package/lib/{IconArrowEndLine.js → generated/IconArrowEndLine.js} +0 -0
  2811. /package/lib/{IconArrowEndSolid.js → generated/IconArrowEndSolid.js} +0 -0
  2812. /package/lib/{IconArrowNestLine.js → generated/IconArrowNestLine.js} +0 -0
  2813. /package/lib/{IconArrowNestSolid.js → generated/IconArrowNestSolid.js} +0 -0
  2814. /package/lib/{IconArrowOpenDownLine.js → generated/IconArrowOpenDownLine.js} +0 -0
  2815. /package/lib/{IconArrowOpenDownSolid.js → generated/IconArrowOpenDownSolid.js} +0 -0
  2816. /package/lib/{IconArrowOpenEndLine.js → generated/IconArrowOpenEndLine.js} +0 -0
  2817. /package/lib/{IconArrowOpenEndSolid.js → generated/IconArrowOpenEndSolid.js} +0 -0
  2818. /package/lib/{IconArrowOpenStartLine.js → generated/IconArrowOpenStartLine.js} +0 -0
  2819. /package/lib/{IconArrowOpenStartSolid.js → generated/IconArrowOpenStartSolid.js} +0 -0
  2820. /package/lib/{IconArrowOpenUpLine.js → generated/IconArrowOpenUpLine.js} +0 -0
  2821. /package/lib/{IconArrowOpenUpSolid.js → generated/IconArrowOpenUpSolid.js} +0 -0
  2822. /package/lib/{IconArrowStartLine.js → generated/IconArrowStartLine.js} +0 -0
  2823. /package/lib/{IconArrowStartSolid.js → generated/IconArrowStartSolid.js} +0 -0
  2824. /package/lib/{IconArrowUpLine.js → generated/IconArrowUpLine.js} +0 -0
  2825. /package/lib/{IconArrowUpSolid.js → generated/IconArrowUpSolid.js} +0 -0
  2826. /package/lib/{IconAssignmentLine.js → generated/IconAssignmentLine.js} +0 -0
  2827. /package/lib/{IconAssignmentSolid.js → generated/IconAssignmentSolid.js} +0 -0
  2828. /package/lib/{IconAttachMediaLine.js → generated/IconAttachMediaLine.js} +0 -0
  2829. /package/lib/{IconAttachMediaSolid.js → generated/IconAttachMediaSolid.js} +0 -0
  2830. /package/lib/{IconAudioLine.js → generated/IconAudioLine.js} +0 -0
  2831. /package/lib/{IconAudioOffLine.js → generated/IconAudioOffLine.js} +0 -0
  2832. /package/lib/{IconAudioOffSolid.js → generated/IconAudioOffSolid.js} +0 -0
  2833. /package/lib/{IconAudioSolid.js → generated/IconAudioSolid.js} +0 -0
  2834. /package/lib/{IconAwardLine.js → generated/IconAwardLine.js} +0 -0
  2835. /package/lib/{IconAwardSolid.js → generated/IconAwardSolid.js} +0 -0
  2836. /package/lib/{IconBankLine.js → generated/IconBankLine.js} +0 -0
  2837. /package/lib/{IconBankSolid.js → generated/IconBankSolid.js} +0 -0
  2838. /package/lib/{IconBlueprintLine.js → generated/IconBlueprintLine.js} +0 -0
  2839. /package/lib/{IconBlueprintLockLine.js → generated/IconBlueprintLockLine.js} +0 -0
  2840. /package/lib/{IconBlueprintLockSolid.js → generated/IconBlueprintLockSolid.js} +0 -0
  2841. /package/lib/{IconBlueprintSolid.js → generated/IconBlueprintSolid.js} +0 -0
  2842. /package/lib/{IconBoldLine.js → generated/IconBoldLine.js} +0 -0
  2843. /package/lib/{IconBoldSolid.js → generated/IconBoldSolid.js} +0 -0
  2844. /package/lib/{IconBookmarkLine.js → generated/IconBookmarkLine.js} +0 -0
  2845. /package/lib/{IconBookmarkSolid.js → generated/IconBookmarkSolid.js} +0 -0
  2846. /package/lib/{IconBoxLine.js → generated/IconBoxLine.js} +0 -0
  2847. /package/lib/{IconBoxSolid.js → generated/IconBoxSolid.js} +0 -0
  2848. /package/lib/{IconBulletListAlphaLine.js → generated/IconBulletListAlphaLine.js} +0 -0
  2849. /package/lib/{IconBulletListAlphaSolid.js → generated/IconBulletListAlphaSolid.js} +0 -0
  2850. /package/lib/{IconBulletListCircleOutlineLine.js → generated/IconBulletListCircleOutlineLine.js} +0 -0
  2851. /package/lib/{IconBulletListCircleOutlineSolid.js → generated/IconBulletListCircleOutlineSolid.js} +0 -0
  2852. /package/lib/{IconBulletListLine.js → generated/IconBulletListLine.js} +0 -0
  2853. /package/lib/{IconBulletListRomanLine.js → generated/IconBulletListRomanLine.js} +0 -0
  2854. /package/lib/{IconBulletListRomanSolid.js → generated/IconBulletListRomanSolid.js} +0 -0
  2855. /package/lib/{IconBulletListSolid.js → generated/IconBulletListSolid.js} +0 -0
  2856. /package/lib/{IconBulletListSquareLine.js → generated/IconBulletListSquareLine.js} +0 -0
  2857. /package/lib/{IconBulletListSquareSolid.js → generated/IconBulletListSquareSolid.js} +0 -0
  2858. /package/lib/{IconButtonAndIconMakerLine.js → generated/IconButtonAndIconMakerLine.js} +0 -0
  2859. /package/lib/{IconButtonAndIconMakerSolid.js → generated/IconButtonAndIconMakerSolid.js} +0 -0
  2860. /package/lib/{IconCalculatorDesmosLine.js → generated/IconCalculatorDesmosLine.js} +0 -0
  2861. /package/lib/{IconCalculatorDesmosSolid.js → generated/IconCalculatorDesmosSolid.js} +0 -0
  2862. /package/lib/{IconCalculatorLine.js → generated/IconCalculatorLine.js} +0 -0
  2863. /package/lib/{IconCalculatorSolid.js → generated/IconCalculatorSolid.js} +0 -0
  2864. /package/lib/{IconCalendarAddLine.js → generated/IconCalendarAddLine.js} +0 -0
  2865. /package/lib/{IconCalendarAddSolid.js → generated/IconCalendarAddSolid.js} +0 -0
  2866. /package/lib/{IconCalendarClockLine.js → generated/IconCalendarClockLine.js} +0 -0
  2867. /package/lib/{IconCalendarClockSolid.js → generated/IconCalendarClockSolid.js} +0 -0
  2868. /package/lib/{IconCalendarDayLine.js → generated/IconCalendarDayLine.js} +0 -0
  2869. /package/lib/{IconCalendarDaySolid.js → generated/IconCalendarDaySolid.js} +0 -0
  2870. /package/lib/{IconCalendarDaysLine.js → generated/IconCalendarDaysLine.js} +0 -0
  2871. /package/lib/{IconCalendarDaysSolid.js → generated/IconCalendarDaysSolid.js} +0 -0
  2872. /package/lib/{IconCalendarMonthLine.js → generated/IconCalendarMonthLine.js} +0 -0
  2873. /package/lib/{IconCalendarMonthSolid.js → generated/IconCalendarMonthSolid.js} +0 -0
  2874. /package/lib/{IconCalendarReservedLine.js → generated/IconCalendarReservedLine.js} +0 -0
  2875. /package/lib/{IconCalendarReservedSolid.js → generated/IconCalendarReservedSolid.js} +0 -0
  2876. /package/lib/{IconCanvasLogoLine.js → generated/IconCanvasLogoLine.js} +0 -0
  2877. /package/lib/{IconCanvasLogoSolid.js → generated/IconCanvasLogoSolid.js} +0 -0
  2878. /package/lib/{IconCertifiedLine.js → generated/IconCertifiedLine.js} +0 -0
  2879. /package/lib/{IconCertifiedSolid.js → generated/IconCertifiedSolid.js} +0 -0
  2880. /package/lib/{IconChartLineLine.js → generated/IconChartLineLine.js} +0 -0
  2881. /package/lib/{IconChartLineSolid.js → generated/IconChartLineSolid.js} +0 -0
  2882. /package/lib/{IconChartPieLine.js → generated/IconChartPieLine.js} +0 -0
  2883. /package/lib/{IconChartPieSolid.js → generated/IconChartPieSolid.js} +0 -0
  2884. /package/lib/{IconChartScatterLine.js → generated/IconChartScatterLine.js} +0 -0
  2885. /package/lib/{IconChartScatterSolid.js → generated/IconChartScatterSolid.js} +0 -0
  2886. /package/lib/{IconChatLine.js → generated/IconChatLine.js} +0 -0
  2887. /package/lib/{IconChatSolid.js → generated/IconChatSolid.js} +0 -0
  2888. /package/lib/{IconCheckDarkLine.js → generated/IconCheckDarkLine.js} +0 -0
  2889. /package/lib/{IconCheckDarkSolid.js → generated/IconCheckDarkSolid.js} +0 -0
  2890. /package/lib/{IconCheckLine.js → generated/IconCheckLine.js} +0 -0
  2891. /package/lib/{IconCheckMarkIndeterminateLine.js → generated/IconCheckMarkIndeterminateLine.js} +0 -0
  2892. /package/lib/{IconCheckMarkIndeterminateSolid.js → generated/IconCheckMarkIndeterminateSolid.js} +0 -0
  2893. /package/lib/{IconCheckMarkLine.js → generated/IconCheckMarkLine.js} +0 -0
  2894. /package/lib/{IconCheckMarkSolid.js → generated/IconCheckMarkSolid.js} +0 -0
  2895. /package/lib/{IconCheckPlusLine.js → generated/IconCheckPlusLine.js} +0 -0
  2896. /package/lib/{IconCheckPlusSolid.js → generated/IconCheckPlusSolid.js} +0 -0
  2897. /package/lib/{IconCheckSolid.js → generated/IconCheckSolid.js} +0 -0
  2898. /package/lib/{IconCircleArrowDownLine.js → generated/IconCircleArrowDownLine.js} +0 -0
  2899. /package/lib/{IconCircleArrowDownSolid.js → generated/IconCircleArrowDownSolid.js} +0 -0
  2900. /package/lib/{IconCircleArrowUpLine.js → generated/IconCircleArrowUpLine.js} +0 -0
  2901. /package/lib/{IconCircleArrowUpSolid.js → generated/IconCircleArrowUpSolid.js} +0 -0
  2902. /package/lib/{IconClearTextFormattingLine.js → generated/IconClearTextFormattingLine.js} +0 -0
  2903. /package/lib/{IconClearTextFormattingSolid.js → generated/IconClearTextFormattingSolid.js} +0 -0
  2904. /package/lib/{IconClockLine.js → generated/IconClockLine.js} +0 -0
  2905. /package/lib/{IconClockSolid.js → generated/IconClockSolid.js} +0 -0
  2906. /package/lib/{IconClosedCaptioningLine.js → generated/IconClosedCaptioningLine.js} +0 -0
  2907. /package/lib/{IconClosedCaptioningOffLine.js → generated/IconClosedCaptioningOffLine.js} +0 -0
  2908. /package/lib/{IconClosedCaptioningOffSolid.js → generated/IconClosedCaptioningOffSolid.js} +0 -0
  2909. /package/lib/{IconClosedCaptioningOnLine.js → generated/IconClosedCaptioningOnLine.js} +0 -0
  2910. /package/lib/{IconClosedCaptioningOnSolid.js → generated/IconClosedCaptioningOnSolid.js} +0 -0
  2911. /package/lib/{IconClosedCaptioningSolid.js → generated/IconClosedCaptioningSolid.js} +0 -0
  2912. /package/lib/{IconCloudDownloadLine.js → generated/IconCloudDownloadLine.js} +0 -0
  2913. /package/lib/{IconCloudDownloadSolid.js → generated/IconCloudDownloadSolid.js} +0 -0
  2914. /package/lib/{IconCloudLockLine.js → generated/IconCloudLockLine.js} +0 -0
  2915. /package/lib/{IconCloudLockSolid.js → generated/IconCloudLockSolid.js} +0 -0
  2916. /package/lib/{IconCloudUploadLine.js → generated/IconCloudUploadLine.js} +0 -0
  2917. /package/lib/{IconCloudUploadSolid.js → generated/IconCloudUploadSolid.js} +0 -0
  2918. /package/lib/{IconCodeLine.js → generated/IconCodeLine.js} +0 -0
  2919. /package/lib/{IconCodeSolid.js → generated/IconCodeSolid.js} +0 -0
  2920. /package/lib/{IconCollapseLine.js → generated/IconCollapseLine.js} +0 -0
  2921. /package/lib/{IconCollapseSolid.js → generated/IconCollapseSolid.js} +0 -0
  2922. /package/lib/{IconCollectionLine.js → generated/IconCollectionLine.js} +0 -0
  2923. /package/lib/{IconCollectionSaveLine.js → generated/IconCollectionSaveLine.js} +0 -0
  2924. /package/lib/{IconCollectionSaveSolid.js → generated/IconCollectionSaveSolid.js} +0 -0
  2925. /package/lib/{IconCollectionSolid.js → generated/IconCollectionSolid.js} +0 -0
  2926. /package/lib/{IconCommentLine.js → generated/IconCommentLine.js} +0 -0
  2927. /package/lib/{IconCommentSolid.js → generated/IconCommentSolid.js} +0 -0
  2928. /package/lib/{IconCommentsOffLine.js → generated/IconCommentsOffLine.js} +0 -0
  2929. /package/lib/{IconCommentsOffSolid.js → generated/IconCommentsOffSolid.js} +0 -0
  2930. /package/lib/{IconCommentsOnLine.js → generated/IconCommentsOnLine.js} +0 -0
  2931. /package/lib/{IconCommentsOnSolid.js → generated/IconCommentsOnSolid.js} +0 -0
  2932. /package/lib/{IconCommonsLine.js → generated/IconCommonsLine.js} +0 -0
  2933. /package/lib/{IconCommonsSolid.js → generated/IconCommonsSolid.js} +0 -0
  2934. /package/lib/{IconCompareLine.js → generated/IconCompareLine.js} +0 -0
  2935. /package/lib/{IconCompareSolid.js → generated/IconCompareSolid.js} +0 -0
  2936. /package/lib/{IconCompassLine.js → generated/IconCompassLine.js} +0 -0
  2937. /package/lib/{IconCompassSolid.js → generated/IconCompassSolid.js} +0 -0
  2938. /package/lib/{IconCompleteLine.js → generated/IconCompleteLine.js} +0 -0
  2939. /package/lib/{IconCompleteSolid.js → generated/IconCompleteSolid.js} +0 -0
  2940. /package/lib/{IconComposeLine.js → generated/IconComposeLine.js} +0 -0
  2941. /package/lib/{IconComposeSolid.js → generated/IconComposeSolid.js} +0 -0
  2942. /package/lib/{IconConfigureLine.js → generated/IconConfigureLine.js} +0 -0
  2943. /package/lib/{IconConfigureSolid.js → generated/IconConfigureSolid.js} +0 -0
  2944. /package/lib/{IconCopyLine.js → generated/IconCopyLine.js} +0 -0
  2945. /package/lib/{IconCopySolid.js → generated/IconCopySolid.js} +0 -0
  2946. /package/lib/{IconCoursesLine.js → generated/IconCoursesLine.js} +0 -0
  2947. /package/lib/{IconCoursesSolid.js → generated/IconCoursesSolid.js} +0 -0
  2948. /package/lib/{IconCropLine.js → generated/IconCropLine.js} +0 -0
  2949. /package/lib/{IconCropSolid.js → generated/IconCropSolid.js} +0 -0
  2950. /package/lib/{IconDashboardLine.js → generated/IconDashboardLine.js} +0 -0
  2951. /package/lib/{IconDashboardSolid.js → generated/IconDashboardSolid.js} +0 -0
  2952. /package/lib/{IconDeactivateUserLine.js → generated/IconDeactivateUserLine.js} +0 -0
  2953. /package/lib/{IconDeactivateUserSolid.js → generated/IconDeactivateUserSolid.js} +0 -0
  2954. /package/lib/{IconDiscussionCheckLine.js → generated/IconDiscussionCheckLine.js} +0 -0
  2955. /package/lib/{IconDiscussionCheckSolid.js → generated/IconDiscussionCheckSolid.js} +0 -0
  2956. /package/lib/{IconDiscussionLine.js → generated/IconDiscussionLine.js} +0 -0
  2957. /package/lib/{IconDiscussionNewLine.js → generated/IconDiscussionNewLine.js} +0 -0
  2958. /package/lib/{IconDiscussionNewSolid.js → generated/IconDiscussionNewSolid.js} +0 -0
  2959. /package/lib/{IconDiscussionReply2Line.js → generated/IconDiscussionReply2Line.js} +0 -0
  2960. /package/lib/{IconDiscussionReply2Solid.js → generated/IconDiscussionReply2Solid.js} +0 -0
  2961. /package/lib/{IconDiscussionSolid.js → generated/IconDiscussionSolid.js} +0 -0
  2962. /package/lib/{IconDocumentLine.js → generated/IconDocumentLine.js} +0 -0
  2963. /package/lib/{IconDocumentSolid.js → generated/IconDocumentSolid.js} +0 -0
  2964. /package/lib/{IconDownloadLine.js → generated/IconDownloadLine.js} +0 -0
  2965. /package/lib/{IconDownloadSolid.js → generated/IconDownloadSolid.js} +0 -0
  2966. /package/lib/{IconDragHandleLine.js → generated/IconDragHandleLine.js} +0 -0
  2967. /package/lib/{IconDragHandleSolid.js → generated/IconDragHandleSolid.js} +0 -0
  2968. /package/lib/{IconDropDownLine.js → generated/IconDropDownLine.js} +0 -0
  2969. /package/lib/{IconDropDownSolid.js → generated/IconDropDownSolid.js} +0 -0
  2970. /package/lib/{IconDuplicateLine.js → generated/IconDuplicateLine.js} +0 -0
  2971. /package/lib/{IconDuplicateSolid.js → generated/IconDuplicateSolid.js} +0 -0
  2972. /package/lib/{IconEditLine.js → generated/IconEditLine.js} +0 -0
  2973. /package/lib/{IconEditSolid.js → generated/IconEditSolid.js} +0 -0
  2974. /package/lib/{IconEducatorsLine.js → generated/IconEducatorsLine.js} +0 -0
  2975. /package/lib/{IconEducatorsSolid.js → generated/IconEducatorsSolid.js} +0 -0
  2976. /package/lib/{IconElevateLogoLine.js → generated/IconElevateLogoLine.js} +0 -0
  2977. /package/lib/{IconElevateLogoSolid.js → generated/IconElevateLogoSolid.js} +0 -0
  2978. /package/lib/{IconEmailLine.js → generated/IconEmailLine.js} +0 -0
  2979. /package/lib/{IconEmailSolid.js → generated/IconEmailSolid.js} +0 -0
  2980. /package/lib/{IconEmptyLine.js → generated/IconEmptyLine.js} +0 -0
  2981. /package/lib/{IconEmptySolid.js → generated/IconEmptySolid.js} +0 -0
  2982. /package/lib/{IconEndLine.js → generated/IconEndLine.js} +0 -0
  2983. /package/lib/{IconEndSolid.js → generated/IconEndSolid.js} +0 -0
  2984. /package/lib/{IconEportfolioLine.js → generated/IconEportfolioLine.js} +0 -0
  2985. /package/lib/{IconEportfolioSolid.js → generated/IconEportfolioSolid.js} +0 -0
  2986. /package/lib/{IconEquationLine.js → generated/IconEquationLine.js} +0 -0
  2987. /package/lib/{IconEquationSolid.js → generated/IconEquationSolid.js} +0 -0
  2988. /package/lib/{IconEquellaLine.js → generated/IconEquellaLine.js} +0 -0
  2989. /package/lib/{IconEquellaSolid.js → generated/IconEquellaSolid.js} +0 -0
  2990. /package/lib/{IconEssayLine.js → generated/IconEssayLine.js} +0 -0
  2991. /package/lib/{IconEssaySolid.js → generated/IconEssaySolid.js} +0 -0
  2992. /package/lib/{IconExitFullScreenLine.js → generated/IconExitFullScreenLine.js} +0 -0
  2993. /package/lib/{IconExitFullScreenSolid.js → generated/IconExitFullScreenSolid.js} +0 -0
  2994. /package/lib/{IconExpandItemsLine.js → generated/IconExpandItemsLine.js} +0 -0
  2995. /package/lib/{IconExpandItemsSolid.js → generated/IconExpandItemsSolid.js} +0 -0
  2996. /package/lib/{IconExpandLine.js → generated/IconExpandLine.js} +0 -0
  2997. /package/lib/{IconExpandSolid.js → generated/IconExpandSolid.js} +0 -0
  2998. /package/lib/{IconExpandStartLine.js → generated/IconExpandStartLine.js} +0 -0
  2999. /package/lib/{IconExpandStartSolid.js → generated/IconExpandStartSolid.js} +0 -0
  3000. /package/lib/{IconExportContentLine.js → generated/IconExportContentLine.js} +0 -0
  3001. /package/lib/{IconExportContentSolid.js → generated/IconExportContentSolid.js} +0 -0
  3002. /package/lib/{IconExportLine.js → generated/IconExportLine.js} +0 -0
  3003. /package/lib/{IconExportSolid.js → generated/IconExportSolid.js} +0 -0
  3004. /package/lib/{IconExternalLinkLine.js → generated/IconExternalLinkLine.js} +0 -0
  3005. /package/lib/{IconExternalLinkSolid.js → generated/IconExternalLinkSolid.js} +0 -0
  3006. /package/lib/{IconEyeLine.js → generated/IconEyeLine.js} +0 -0
  3007. /package/lib/{IconEyeSolid.js → generated/IconEyeSolid.js} +0 -0
  3008. /package/lib/{IconFacebookBoxedLine.js → generated/IconFacebookBoxedLine.js} +0 -0
  3009. /package/lib/{IconFacebookBoxedSolid.js → generated/IconFacebookBoxedSolid.js} +0 -0
  3010. /package/lib/{IconFacebookLine.js → generated/IconFacebookLine.js} +0 -0
  3011. /package/lib/{IconFacebookSolid.js → generated/IconFacebookSolid.js} +0 -0
  3012. /package/lib/{IconFastForwardLine.js → generated/IconFastForwardLine.js} +0 -0
  3013. /package/lib/{IconFastForwardSolid.js → generated/IconFastForwardSolid.js} +0 -0
  3014. /package/lib/{IconFeedbackLine.js → generated/IconFeedbackLine.js} +0 -0
  3015. /package/lib/{IconFeedbackSolid.js → generated/IconFeedbackSolid.js} +0 -0
  3016. /package/lib/{IconFileLockedLine.js → generated/IconFileLockedLine.js} +0 -0
  3017. /package/lib/{IconFileLockedSolid.js → generated/IconFileLockedSolid.js} +0 -0
  3018. /package/lib/{IconFilesCopyrightLine.js → generated/IconFilesCopyrightLine.js} +0 -0
  3019. /package/lib/{IconFilesCopyrightSolid.js → generated/IconFilesCopyrightSolid.js} +0 -0
  3020. /package/lib/{IconFilesCreativeCommonsLine.js → generated/IconFilesCreativeCommonsLine.js} +0 -0
  3021. /package/lib/{IconFilesCreativeCommonsSolid.js → generated/IconFilesCreativeCommonsSolid.js} +0 -0
  3022. /package/lib/{IconFilesFairUseLine.js → generated/IconFilesFairUseLine.js} +0 -0
  3023. /package/lib/{IconFilesFairUseSolid.js → generated/IconFilesFairUseSolid.js} +0 -0
  3024. /package/lib/{IconFilesObtainedPermissionLine.js → generated/IconFilesObtainedPermissionLine.js} +0 -0
  3025. /package/lib/{IconFilesObtainedPermissionSolid.js → generated/IconFilesObtainedPermissionSolid.js} +0 -0
  3026. /package/lib/{IconFilesPublicDomainLine.js → generated/IconFilesPublicDomainLine.js} +0 -0
  3027. /package/lib/{IconFilesPublicDomainSolid.js → generated/IconFilesPublicDomainSolid.js} +0 -0
  3028. /package/lib/{IconFilmstripLine.js → generated/IconFilmstripLine.js} +0 -0
  3029. /package/lib/{IconFilmstripSolid.js → generated/IconFilmstripSolid.js} +0 -0
  3030. /package/lib/{IconFilterLine.js → generated/IconFilterLine.js} +0 -0
  3031. /package/lib/{IconFilterSolid.js → generated/IconFilterSolid.js} +0 -0
  3032. /package/lib/{IconFlagLine.js → generated/IconFlagLine.js} +0 -0
  3033. /package/lib/{IconFlagSolid.js → generated/IconFlagSolid.js} +0 -0
  3034. /package/lib/{IconFolderLine.js → generated/IconFolderLine.js} +0 -0
  3035. /package/lib/{IconFolderLockedLine.js → generated/IconFolderLockedLine.js} +0 -0
  3036. /package/lib/{IconFolderLockedSolid.js → generated/IconFolderLockedSolid.js} +0 -0
  3037. /package/lib/{IconFolderSolid.js → generated/IconFolderSolid.js} +0 -0
  3038. /package/lib/{IconForwardLine.js → generated/IconForwardLine.js} +0 -0
  3039. /package/lib/{IconForwardSolid.js → generated/IconForwardSolid.js} +0 -0
  3040. /package/lib/{IconFullScreenLine.js → generated/IconFullScreenLine.js} +0 -0
  3041. /package/lib/{IconFullScreenSolid.js → generated/IconFullScreenSolid.js} +0 -0
  3042. /package/lib/{IconGithubLine.js → generated/IconGithubLine.js} +0 -0
  3043. /package/lib/{IconGithubSolid.js → generated/IconGithubSolid.js} +0 -0
  3044. /package/lib/{IconGiveAwardLine.js → generated/IconGiveAwardLine.js} +0 -0
  3045. /package/lib/{IconGiveAwardSolid.js → generated/IconGiveAwardSolid.js} +0 -0
  3046. /package/lib/{IconGradebookExportLine.js → generated/IconGradebookExportLine.js} +0 -0
  3047. /package/lib/{IconGradebookExportSolid.js → generated/IconGradebookExportSolid.js} +0 -0
  3048. /package/lib/{IconGradebookImportLine.js → generated/IconGradebookImportLine.js} +0 -0
  3049. /package/lib/{IconGradebookImportSolid.js → generated/IconGradebookImportSolid.js} +0 -0
  3050. /package/lib/{IconGradebookLine.js → generated/IconGradebookLine.js} +0 -0
  3051. /package/lib/{IconGradebookSolid.js → generated/IconGradebookSolid.js} +0 -0
  3052. /package/lib/{IconGridViewLine.js → generated/IconGridViewLine.js} +0 -0
  3053. /package/lib/{IconGridViewSolid.js → generated/IconGridViewSolid.js} +0 -0
  3054. /package/lib/{IconGroupDarkNewLine.js → generated/IconGroupDarkNewLine.js} +0 -0
  3055. /package/lib/{IconGroupDarkNewSolid.js → generated/IconGroupDarkNewSolid.js} +0 -0
  3056. /package/lib/{IconGroupLine.js → generated/IconGroupLine.js} +0 -0
  3057. /package/lib/{IconGroupNewLine.js → generated/IconGroupNewLine.js} +0 -0
  3058. /package/lib/{IconGroupNewSolid.js → generated/IconGroupNewSolid.js} +0 -0
  3059. /package/lib/{IconGroupSolid.js → generated/IconGroupSolid.js} +0 -0
  3060. /package/lib/{IconHamburgerLine.js → generated/IconHamburgerLine.js} +0 -0
  3061. /package/lib/{IconHamburgerSolid.js → generated/IconHamburgerSolid.js} +0 -0
  3062. /package/lib/{IconHeaderLine.js → generated/IconHeaderLine.js} +0 -0
  3063. /package/lib/{IconHeaderSolid.js → generated/IconHeaderSolid.js} +0 -0
  3064. /package/lib/{IconHeartLine.js → generated/IconHeartLine.js} +0 -0
  3065. /package/lib/{IconHeartSolid.js → generated/IconHeartSolid.js} +0 -0
  3066. /package/lib/{IconHighlighterLine.js → generated/IconHighlighterLine.js} +0 -0
  3067. /package/lib/{IconHighlighterSolid.js → generated/IconHighlighterSolid.js} +0 -0
  3068. /package/lib/{IconHomeLine.js → generated/IconHomeLine.js} +0 -0
  3069. /package/lib/{IconHomeSolid.js → generated/IconHomeSolid.js} +0 -0
  3070. /package/lib/{IconHourGlassLine.js → generated/IconHourGlassLine.js} +0 -0
  3071. /package/lib/{IconHourGlassSolid.js → generated/IconHourGlassSolid.js} +0 -0
  3072. /package/lib/{IconImageLine.js → generated/IconImageLine.js} +0 -0
  3073. /package/lib/{IconImageSolid.js → generated/IconImageSolid.js} +0 -0
  3074. /package/lib/{IconImmersiveReaderLine.js → generated/IconImmersiveReaderLine.js} +0 -0
  3075. /package/lib/{IconImmersiveReaderSolid.js → generated/IconImmersiveReaderSolid.js} +0 -0
  3076. /package/lib/{IconImpactLogoLine.js → generated/IconImpactLogoLine.js} +0 -0
  3077. /package/lib/{IconImpactLogoSolid.js → generated/IconImpactLogoSolid.js} +0 -0
  3078. /package/lib/{IconImportContentLine.js → generated/IconImportContentLine.js} +0 -0
  3079. /package/lib/{IconImportContentSolid.js → generated/IconImportContentSolid.js} +0 -0
  3080. /package/lib/{IconImportLine.js → generated/IconImportLine.js} +0 -0
  3081. /package/lib/{IconImportSolid.js → generated/IconImportSolid.js} +0 -0
  3082. /package/lib/{IconImportantDatesLine.js → generated/IconImportantDatesLine.js} +0 -0
  3083. /package/lib/{IconImportantDatesSolid.js → generated/IconImportantDatesSolid.js} +0 -0
  3084. /package/lib/{IconInboxLine.js → generated/IconInboxLine.js} +0 -0
  3085. /package/lib/{IconInboxSolid.js → generated/IconInboxSolid.js} +0 -0
  3086. /package/lib/{IconIndent2Line.js → generated/IconIndent2Line.js} +0 -0
  3087. /package/lib/{IconIndent2Solid.js → generated/IconIndent2Solid.js} +0 -0
  3088. /package/lib/{IconIndentLine.js → generated/IconIndentLine.js} +0 -0
  3089. /package/lib/{IconIndentSolid.js → generated/IconIndentSolid.js} +0 -0
  3090. /package/lib/{IconInfoBorderlessLine.js → generated/IconInfoBorderlessLine.js} +0 -0
  3091. /package/lib/{IconInfoBorderlessSolid.js → generated/IconInfoBorderlessSolid.js} +0 -0
  3092. /package/lib/{IconInfoLine.js → generated/IconInfoLine.js} +0 -0
  3093. /package/lib/{IconInfoSolid.js → generated/IconInfoSolid.js} +0 -0
  3094. /package/lib/{IconInstructure1DotLine.js → generated/IconInstructure1DotLine.js} +0 -0
  3095. /package/lib/{IconInstructure1DotSolid.js → generated/IconInstructure1DotSolid.js} +0 -0
  3096. /package/lib/{IconInstructure3DotLine.js → generated/IconInstructure3DotLine.js} +0 -0
  3097. /package/lib/{IconInstructure3DotSolid.js → generated/IconInstructure3DotSolid.js} +0 -0
  3098. /package/lib/{IconInstructureLogoLine.js → generated/IconInstructureLogoLine.js} +0 -0
  3099. /package/lib/{IconInstructureLogoSolid.js → generated/IconInstructureLogoSolid.js} +0 -0
  3100. /package/lib/{IconIntegrationsLine.js → generated/IconIntegrationsLine.js} +0 -0
  3101. /package/lib/{IconIntegrationsSolid.js → generated/IconIntegrationsSolid.js} +0 -0
  3102. /package/lib/{IconInvitationLine.js → generated/IconInvitationLine.js} +0 -0
  3103. /package/lib/{IconInvitationSolid.js → generated/IconInvitationSolid.js} +0 -0
  3104. /package/lib/{IconItalicLine.js → generated/IconItalicLine.js} +0 -0
  3105. /package/lib/{IconItalicSolid.js → generated/IconItalicSolid.js} +0 -0
  3106. /package/lib/{IconKeyboardShortcutsLine.js → generated/IconKeyboardShortcutsLine.js} +0 -0
  3107. /package/lib/{IconKeyboardShortcutsSolid.js → generated/IconKeyboardShortcutsSolid.js} +0 -0
  3108. /package/lib/{IconLaunchLine.js → generated/IconLaunchLine.js} +0 -0
  3109. /package/lib/{IconLaunchSolid.js → generated/IconLaunchSolid.js} +0 -0
  3110. /package/lib/{IconLearnplatformLine.js → generated/IconLearnplatformLine.js} +0 -0
  3111. /package/lib/{IconLearnplatformSolid.js → generated/IconLearnplatformSolid.js} +0 -0
  3112. /package/lib/{IconLifePreserverLine.js → generated/IconLifePreserverLine.js} +0 -0
  3113. /package/lib/{IconLifePreserverSolid.js → generated/IconLifePreserverSolid.js} +0 -0
  3114. /package/lib/{IconLikeLine.js → generated/IconLikeLine.js} +0 -0
  3115. /package/lib/{IconLikeSolid.js → generated/IconLikeSolid.js} +0 -0
  3116. /package/lib/{IconLineReaderLine.js → generated/IconLineReaderLine.js} +0 -0
  3117. /package/lib/{IconLineReaderSolid.js → generated/IconLineReaderSolid.js} +0 -0
  3118. /package/lib/{IconLinkLine.js → generated/IconLinkLine.js} +0 -0
  3119. /package/lib/{IconLinkSolid.js → generated/IconLinkSolid.js} +0 -0
  3120. /package/lib/{IconLinkedinLine.js → generated/IconLinkedinLine.js} +0 -0
  3121. /package/lib/{IconLinkedinSolid.js → generated/IconLinkedinSolid.js} +0 -0
  3122. /package/lib/{IconListViewLine.js → generated/IconListViewLine.js} +0 -0
  3123. /package/lib/{IconListViewSolid.js → generated/IconListViewSolid.js} +0 -0
  3124. /package/lib/{IconLockLine.js → generated/IconLockLine.js} +0 -0
  3125. /package/lib/{IconLockSolid.js → generated/IconLockSolid.js} +0 -0
  3126. /package/lib/{IconLtiLine.js → generated/IconLtiLine.js} +0 -0
  3127. /package/lib/{IconLtiSolid.js → generated/IconLtiSolid.js} +0 -0
  3128. /package/lib/{IconMarkAsReadLine.js → generated/IconMarkAsReadLine.js} +0 -0
  3129. /package/lib/{IconMarkAsReadSolid.js → generated/IconMarkAsReadSolid.js} +0 -0
  3130. /package/lib/{IconMarkerLine.js → generated/IconMarkerLine.js} +0 -0
  3131. /package/lib/{IconMarkerSolid.js → generated/IconMarkerSolid.js} +0 -0
  3132. /package/lib/{IconMasqueradeLine.js → generated/IconMasqueradeLine.js} +0 -0
  3133. /package/lib/{IconMasqueradeSolid.js → generated/IconMasqueradeSolid.js} +0 -0
  3134. /package/lib/{IconMasteryLogoLine.js → generated/IconMasteryLogoLine.js} +0 -0
  3135. /package/lib/{IconMasteryLogoSolid.js → generated/IconMasteryLogoSolid.js} +0 -0
  3136. /package/lib/{IconMasteryPathsLine.js → generated/IconMasteryPathsLine.js} +0 -0
  3137. /package/lib/{IconMasteryPathsSolid.js → generated/IconMasteryPathsSolid.js} +0 -0
  3138. /package/lib/{IconMaterialsRequiredLine.js → generated/IconMaterialsRequiredLine.js} +0 -0
  3139. /package/lib/{IconMaterialsRequiredSolid.js → generated/IconMaterialsRequiredSolid.js} +0 -0
  3140. /package/lib/{IconMatureLine.js → generated/IconMatureLine.js} +0 -0
  3141. /package/lib/{IconMatureSolid.js → generated/IconMatureSolid.js} +0 -0
  3142. /package/lib/{IconMediaLine.js → generated/IconMediaLine.js} +0 -0
  3143. /package/lib/{IconMediaSolid.js → generated/IconMediaSolid.js} +0 -0
  3144. /package/lib/{IconMessageLine.js → generated/IconMessageLine.js} +0 -0
  3145. /package/lib/{IconMessageSolid.js → generated/IconMessageSolid.js} +0 -0
  3146. /package/lib/{IconMicLine.js → generated/IconMicLine.js} +0 -0
  3147. /package/lib/{IconMicOffLine.js → generated/IconMicOffLine.js} +0 -0
  3148. /package/lib/{IconMicOffSolid.js → generated/IconMicOffSolid.js} +0 -0
  3149. /package/lib/{IconMicSolid.js → generated/IconMicSolid.js} +0 -0
  3150. /package/lib/{IconMiniArrowDoubleLine.js → generated/IconMiniArrowDoubleLine.js} +0 -0
  3151. /package/lib/{IconMiniArrowDoubleSolid.js → generated/IconMiniArrowDoubleSolid.js} +0 -0
  3152. /package/lib/{IconMiniArrowDownLine.js → generated/IconMiniArrowDownLine.js} +0 -0
  3153. /package/lib/{IconMiniArrowDownSolid.js → generated/IconMiniArrowDownSolid.js} +0 -0
  3154. /package/lib/{IconMiniArrowEndLine.js → generated/IconMiniArrowEndLine.js} +0 -0
  3155. /package/lib/{IconMiniArrowEndSolid.js → generated/IconMiniArrowEndSolid.js} +0 -0
  3156. /package/lib/{IconMiniArrowStartLine.js → generated/IconMiniArrowStartLine.js} +0 -0
  3157. /package/lib/{IconMiniArrowStartSolid.js → generated/IconMiniArrowStartSolid.js} +0 -0
  3158. /package/lib/{IconMiniArrowUpLine.js → generated/IconMiniArrowUpLine.js} +0 -0
  3159. /package/lib/{IconMiniArrowUpSolid.js → generated/IconMiniArrowUpSolid.js} +0 -0
  3160. /package/lib/{IconMinimizeLine.js → generated/IconMinimizeLine.js} +0 -0
  3161. /package/lib/{IconMinimizeSolid.js → generated/IconMinimizeSolid.js} +0 -0
  3162. /package/lib/{IconModuleLine.js → generated/IconModuleLine.js} +0 -0
  3163. /package/lib/{IconModuleSolid.js → generated/IconModuleSolid.js} +0 -0
  3164. /package/lib/{IconMoreLine.js → generated/IconMoreLine.js} +0 -0
  3165. /package/lib/{IconMoreSolid.js → generated/IconMoreSolid.js} +0 -0
  3166. /package/lib/{IconMoveDownBottomLine.js → generated/IconMoveDownBottomLine.js} +0 -0
  3167. /package/lib/{IconMoveDownBottomSolid.js → generated/IconMoveDownBottomSolid.js} +0 -0
  3168. /package/lib/{IconMoveDownLine.js → generated/IconMoveDownLine.js} +0 -0
  3169. /package/lib/{IconMoveDownSolid.js → generated/IconMoveDownSolid.js} +0 -0
  3170. /package/lib/{IconMoveEndLine.js → generated/IconMoveEndLine.js} +0 -0
  3171. /package/lib/{IconMoveEndSolid.js → generated/IconMoveEndSolid.js} +0 -0
  3172. /package/lib/{IconMoveStartLine.js → generated/IconMoveStartLine.js} +0 -0
  3173. /package/lib/{IconMoveStartSolid.js → generated/IconMoveStartSolid.js} +0 -0
  3174. /package/lib/{IconMoveUpLine.js → generated/IconMoveUpLine.js} +0 -0
  3175. /package/lib/{IconMoveUpSolid.js → generated/IconMoveUpSolid.js} +0 -0
  3176. /package/lib/{IconMoveUpTopLine.js → generated/IconMoveUpTopLine.js} +0 -0
  3177. /package/lib/{IconMoveUpTopSolid.js → generated/IconMoveUpTopSolid.js} +0 -0
  3178. /package/lib/{IconMsExcelLine.js → generated/IconMsExcelLine.js} +0 -0
  3179. /package/lib/{IconMsExcelSolid.js → generated/IconMsExcelSolid.js} +0 -0
  3180. /package/lib/{IconMsPptLine.js → generated/IconMsPptLine.js} +0 -0
  3181. /package/lib/{IconMsPptSolid.js → generated/IconMsPptSolid.js} +0 -0
  3182. /package/lib/{IconMsWordLine.js → generated/IconMsWordLine.js} +0 -0
  3183. /package/lib/{IconMsWordSolid.js → generated/IconMsWordSolid.js} +0 -0
  3184. /package/lib/{IconMutedLine.js → generated/IconMutedLine.js} +0 -0
  3185. /package/lib/{IconMutedSolid.js → generated/IconMutedSolid.js} +0 -0
  3186. /package/lib/{IconNeutralLine.js → generated/IconNeutralLine.js} +0 -0
  3187. /package/lib/{IconNeutralSolid.js → generated/IconNeutralSolid.js} +0 -0
  3188. /package/lib/{IconNextUnreadLine.js → generated/IconNextUnreadLine.js} +0 -0
  3189. /package/lib/{IconNextUnreadSolid.js → generated/IconNextUnreadSolid.js} +0 -0
  3190. /package/lib/{IconNoLine.js → generated/IconNoLine.js} +0 -0
  3191. /package/lib/{IconNoSolid.js → generated/IconNoSolid.js} +0 -0
  3192. /package/lib/{IconNotGradedLine.js → generated/IconNotGradedLine.js} +0 -0
  3193. /package/lib/{IconNotGradedSolid.js → generated/IconNotGradedSolid.js} +0 -0
  3194. /package/lib/{IconNoteLine.js → generated/IconNoteLine.js} +0 -0
  3195. /package/lib/{IconNoteSolid.js → generated/IconNoteSolid.js} +0 -0
  3196. /package/lib/{IconNotepadLine.js → generated/IconNotepadLine.js} +0 -0
  3197. /package/lib/{IconNotepadSolid.js → generated/IconNotepadSolid.js} +0 -0
  3198. /package/lib/{IconNumberedListLine.js → generated/IconNumberedListLine.js} +0 -0
  3199. /package/lib/{IconNumberedListSolid.js → generated/IconNumberedListSolid.js} +0 -0
  3200. /package/lib/{IconOffLine.js → generated/IconOffLine.js} +0 -0
  3201. /package/lib/{IconOffSolid.js → generated/IconOffSolid.js} +0 -0
  3202. /package/lib/{IconOpenFolderLine.js → generated/IconOpenFolderLine.js} +0 -0
  3203. /package/lib/{IconOpenFolderSolid.js → generated/IconOpenFolderSolid.js} +0 -0
  3204. /package/lib/{IconOutcomesLine.js → generated/IconOutcomesLine.js} +0 -0
  3205. /package/lib/{IconOutcomesSolid.js → generated/IconOutcomesSolid.js} +0 -0
  3206. /package/lib/{IconOutdent2Line.js → generated/IconOutdent2Line.js} +0 -0
  3207. /package/lib/{IconOutdent2Solid.js → generated/IconOutdent2Solid.js} +0 -0
  3208. /package/lib/{IconOutdentLine.js → generated/IconOutdentLine.js} +0 -0
  3209. /package/lib/{IconOutdentSolid.js → generated/IconOutdentSolid.js} +0 -0
  3210. /package/lib/{IconOvalHalfLine.js → generated/IconOvalHalfLine.js} +0 -0
  3211. /package/lib/{IconOvalHalfSolid.js → generated/IconOvalHalfSolid.js} +0 -0
  3212. /package/lib/{IconPageDownLine.js → generated/IconPageDownLine.js} +0 -0
  3213. /package/lib/{IconPageDownSolid.js → generated/IconPageDownSolid.js} +0 -0
  3214. /package/lib/{IconPageUpLine.js → generated/IconPageUpLine.js} +0 -0
  3215. /package/lib/{IconPageUpSolid.js → generated/IconPageUpSolid.js} +0 -0
  3216. /package/lib/{IconPaintLine.js → generated/IconPaintLine.js} +0 -0
  3217. /package/lib/{IconPaintSolid.js → generated/IconPaintSolid.js} +0 -0
  3218. /package/lib/{IconPaperclipLine.js → generated/IconPaperclipLine.js} +0 -0
  3219. /package/lib/{IconPaperclipSolid.js → generated/IconPaperclipSolid.js} +0 -0
  3220. /package/lib/{IconPartialLine.js → generated/IconPartialLine.js} +0 -0
  3221. /package/lib/{IconPartialSolid.js → generated/IconPartialSolid.js} +0 -0
  3222. /package/lib/{IconPasswordResetLine.js → generated/IconPasswordResetLine.js} +0 -0
  3223. /package/lib/{IconPasswordResetSolid.js → generated/IconPasswordResetSolid.js} +0 -0
  3224. /package/lib/{IconPauseLine.js → generated/IconPauseLine.js} +0 -0
  3225. /package/lib/{IconPauseSolid.js → generated/IconPauseSolid.js} +0 -0
  3226. /package/lib/{IconPdfLine.js → generated/IconPdfLine.js} +0 -0
  3227. /package/lib/{IconPdfSolid.js → generated/IconPdfSolid.js} +0 -0
  3228. /package/lib/{IconPeerGradedLine.js → generated/IconPeerGradedLine.js} +0 -0
  3229. /package/lib/{IconPeerGradedSolid.js → generated/IconPeerGradedSolid.js} +0 -0
  3230. /package/lib/{IconPeerReviewLine.js → generated/IconPeerReviewLine.js} +0 -0
  3231. /package/lib/{IconPeerReviewSolid.js → generated/IconPeerReviewSolid.js} +0 -0
  3232. /package/lib/{IconPermissionsLine.js → generated/IconPermissionsLine.js} +0 -0
  3233. /package/lib/{IconPermissionsSolid.js → generated/IconPermissionsSolid.js} +0 -0
  3234. /package/lib/{IconPinLine.js → generated/IconPinLine.js} +0 -0
  3235. /package/lib/{IconPinSolid.js → generated/IconPinSolid.js} +0 -0
  3236. /package/lib/{IconPinterestLine.js → generated/IconPinterestLine.js} +0 -0
  3237. /package/lib/{IconPinterestSolid.js → generated/IconPinterestSolid.js} +0 -0
  3238. /package/lib/{IconPlayLine.js → generated/IconPlayLine.js} +0 -0
  3239. /package/lib/{IconPlaySolid.js → generated/IconPlaySolid.js} +0 -0
  3240. /package/lib/{IconPlusLine.js → generated/IconPlusLine.js} +0 -0
  3241. /package/lib/{IconPlusSolid.js → generated/IconPlusSolid.js} +0 -0
  3242. /package/lib/{IconPostToSisLine.js → generated/IconPostToSisLine.js} +0 -0
  3243. /package/lib/{IconPostToSisSolid.js → generated/IconPostToSisSolid.js} +0 -0
  3244. /package/lib/{IconPredictiveLine.js → generated/IconPredictiveLine.js} +0 -0
  3245. /package/lib/{IconPredictiveSolid.js → generated/IconPredictiveSolid.js} +0 -0
  3246. /package/lib/{IconPrerequisiteLine.js → generated/IconPrerequisiteLine.js} +0 -0
  3247. /package/lib/{IconPrerequisiteSolid.js → generated/IconPrerequisiteSolid.js} +0 -0
  3248. /package/lib/{IconPrinterLine.js → generated/IconPrinterLine.js} +0 -0
  3249. /package/lib/{IconPrinterSolid.js → generated/IconPrinterSolid.js} +0 -0
  3250. /package/lib/{IconProgressLine.js → generated/IconProgressLine.js} +0 -0
  3251. /package/lib/{IconProgressSolid.js → generated/IconProgressSolid.js} +0 -0
  3252. /package/lib/{IconProtractorLine.js → generated/IconProtractorLine.js} +0 -0
  3253. /package/lib/{IconProtractorSolid.js → generated/IconProtractorSolid.js} +0 -0
  3254. /package/lib/{IconPublishLine.js → generated/IconPublishLine.js} +0 -0
  3255. /package/lib/{IconPublishSolid.js → generated/IconPublishSolid.js} +0 -0
  3256. /package/lib/{IconQuestionLine.js → generated/IconQuestionLine.js} +0 -0
  3257. /package/lib/{IconQuestionSolid.js → generated/IconQuestionSolid.js} +0 -0
  3258. /package/lib/{IconQuizInstructionsLine.js → generated/IconQuizInstructionsLine.js} +0 -0
  3259. /package/lib/{IconQuizInstructionsSolid.js → generated/IconQuizInstructionsSolid.js} +0 -0
  3260. /package/lib/{IconQuizLine.js → generated/IconQuizLine.js} +0 -0
  3261. /package/lib/{IconQuizSolid.js → generated/IconQuizSolid.js} +0 -0
  3262. /package/lib/{IconQuizStatsAvgLine.js → generated/IconQuizStatsAvgLine.js} +0 -0
  3263. /package/lib/{IconQuizStatsAvgSolid.js → generated/IconQuizStatsAvgSolid.js} +0 -0
  3264. /package/lib/{IconQuizStatsCronbachsAlphaLine.js → generated/IconQuizStatsCronbachsAlphaLine.js} +0 -0
  3265. /package/lib/{IconQuizStatsCronbachsAlphaSolid.js → generated/IconQuizStatsCronbachsAlphaSolid.js} +0 -0
  3266. /package/lib/{IconQuizStatsDeviationLine.js → generated/IconQuizStatsDeviationLine.js} +0 -0
  3267. /package/lib/{IconQuizStatsDeviationSolid.js → generated/IconQuizStatsDeviationSolid.js} +0 -0
  3268. /package/lib/{IconQuizStatsHighLine.js → generated/IconQuizStatsHighLine.js} +0 -0
  3269. /package/lib/{IconQuizStatsHighSolid.js → generated/IconQuizStatsHighSolid.js} +0 -0
  3270. /package/lib/{IconQuizStatsLowLine.js → generated/IconQuizStatsLowLine.js} +0 -0
  3271. /package/lib/{IconQuizStatsLowSolid.js → generated/IconQuizStatsLowSolid.js} +0 -0
  3272. /package/lib/{IconQuizStatsTimeLine.js → generated/IconQuizStatsTimeLine.js} +0 -0
  3273. /package/lib/{IconQuizStatsTimeSolid.js → generated/IconQuizStatsTimeSolid.js} +0 -0
  3274. /package/lib/{IconQuizTitleLine.js → generated/IconQuizTitleLine.js} +0 -0
  3275. /package/lib/{IconQuizTitleSolid.js → generated/IconQuizTitleSolid.js} +0 -0
  3276. /package/lib/{IconRecordLine.js → generated/IconRecordLine.js} +0 -0
  3277. /package/lib/{IconRecordSolid.js → generated/IconRecordSolid.js} +0 -0
  3278. /package/lib/{IconRedoLine.js → generated/IconRedoLine.js} +0 -0
  3279. /package/lib/{IconRedoSolid.js → generated/IconRedoSolid.js} +0 -0
  3280. /package/lib/{IconRefreshLine.js → generated/IconRefreshLine.js} +0 -0
  3281. /package/lib/{IconRefreshSolid.js → generated/IconRefreshSolid.js} +0 -0
  3282. /package/lib/{IconRemoveBookmarkLine.js → generated/IconRemoveBookmarkLine.js} +0 -0
  3283. /package/lib/{IconRemoveBookmarkSolid.js → generated/IconRemoveBookmarkSolid.js} +0 -0
  3284. /package/lib/{IconRemoveFromCollectionLine.js → generated/IconRemoveFromCollectionLine.js} +0 -0
  3285. /package/lib/{IconRemoveFromCollectionSolid.js → generated/IconRemoveFromCollectionSolid.js} +0 -0
  3286. /package/lib/{IconRemoveLinkLine.js → generated/IconRemoveLinkLine.js} +0 -0
  3287. /package/lib/{IconRemoveLinkSolid.js → generated/IconRemoveLinkSolid.js} +0 -0
  3288. /package/lib/{IconRepliedLine.js → generated/IconRepliedLine.js} +0 -0
  3289. /package/lib/{IconRepliedSolid.js → generated/IconRepliedSolid.js} +0 -0
  3290. /package/lib/{IconReply2Line.js → generated/IconReply2Line.js} +0 -0
  3291. /package/lib/{IconReply2Solid.js → generated/IconReply2Solid.js} +0 -0
  3292. /package/lib/{IconReplyAll2Line.js → generated/IconReplyAll2Line.js} +0 -0
  3293. /package/lib/{IconReplyAll2Solid.js → generated/IconReplyAll2Solid.js} +0 -0
  3294. /package/lib/{IconReplyLine.js → generated/IconReplyLine.js} +0 -0
  3295. /package/lib/{IconReplySolid.js → generated/IconReplySolid.js} +0 -0
  3296. /package/lib/{IconResetLine.js → generated/IconResetLine.js} +0 -0
  3297. /package/lib/{IconResetSolid.js → generated/IconResetSolid.js} +0 -0
  3298. /package/lib/{IconRestoreLine.js → generated/IconRestoreLine.js} +0 -0
  3299. /package/lib/{IconRestoreSolid.js → generated/IconRestoreSolid.js} +0 -0
  3300. /package/lib/{IconReviewScreenLine.js → generated/IconReviewScreenLine.js} +0 -0
  3301. /package/lib/{IconReviewScreenSolid.js → generated/IconReviewScreenSolid.js} +0 -0
  3302. /package/lib/{IconRewindLine.js → generated/IconRewindLine.js} +0 -0
  3303. /package/lib/{IconRewindSolid.js → generated/IconRewindSolid.js} +0 -0
  3304. /package/lib/{IconRotateLeftLine.js → generated/IconRotateLeftLine.js} +0 -0
  3305. /package/lib/{IconRotateLeftSolid.js → generated/IconRotateLeftSolid.js} +0 -0
  3306. /package/lib/{IconRotateRightLine.js → generated/IconRotateRightLine.js} +0 -0
  3307. /package/lib/{IconRotateRightSolid.js → generated/IconRotateRightSolid.js} +0 -0
  3308. /package/lib/{IconRssLine.js → generated/IconRssLine.js} +0 -0
  3309. /package/lib/{IconRssSolid.js → generated/IconRssSolid.js} +0 -0
  3310. /package/lib/{IconRubricDarkLine.js → generated/IconRubricDarkLine.js} +0 -0
  3311. /package/lib/{IconRubricDarkSolid.js → generated/IconRubricDarkSolid.js} +0 -0
  3312. /package/lib/{IconRubricLine.js → generated/IconRubricLine.js} +0 -0
  3313. /package/lib/{IconRubricSolid.js → generated/IconRubricSolid.js} +0 -0
  3314. /package/lib/{IconRulerLine.js → generated/IconRulerLine.js} +0 -0
  3315. /package/lib/{IconRulerSolid.js → generated/IconRulerSolid.js} +0 -0
  3316. /package/lib/{IconSaveLine.js → generated/IconSaveLine.js} +0 -0
  3317. /package/lib/{IconSaveSolid.js → generated/IconSaveSolid.js} +0 -0
  3318. /package/lib/{IconScreenCaptureLine.js → generated/IconScreenCaptureLine.js} +0 -0
  3319. /package/lib/{IconScreenCaptureSolid.js → generated/IconScreenCaptureSolid.js} +0 -0
  3320. /package/lib/{IconSearchAiLine.js → generated/IconSearchAiLine.js} +0 -0
  3321. /package/lib/{IconSearchAiSolid.js → generated/IconSearchAiSolid.js} +0 -0
  3322. /package/lib/{IconSearchLine.js → generated/IconSearchLine.js} +0 -0
  3323. /package/lib/{IconSearchSolid.js → generated/IconSearchSolid.js} +0 -0
  3324. /package/lib/{IconSettingsLine.js → generated/IconSettingsLine.js} +0 -0
  3325. /package/lib/{IconSettingsSolid.js → generated/IconSettingsSolid.js} +0 -0
  3326. /package/lib/{IconShapeOvalLine.js → generated/IconShapeOvalLine.js} +0 -0
  3327. /package/lib/{IconShapeOvalSolid.js → generated/IconShapeOvalSolid.js} +0 -0
  3328. /package/lib/{IconShapePolygonLine.js → generated/IconShapePolygonLine.js} +0 -0
  3329. /package/lib/{IconShapePolygonSolid.js → generated/IconShapePolygonSolid.js} +0 -0
  3330. /package/lib/{IconShapeRectangleLine.js → generated/IconShapeRectangleLine.js} +0 -0
  3331. /package/lib/{IconShapeRectangleSolid.js → generated/IconShapeRectangleSolid.js} +0 -0
  3332. /package/lib/{IconShareLine.js → generated/IconShareLine.js} +0 -0
  3333. /package/lib/{IconShareSolid.js → generated/IconShareSolid.js} +0 -0
  3334. /package/lib/{IconSidebarRightHideLine.js → generated/IconSidebarRightHideLine.js} +0 -0
  3335. /package/lib/{IconSidebarRightHideSolid.js → generated/IconSidebarRightHideSolid.js} +0 -0
  3336. /package/lib/{IconSidebarRightShowLine.js → generated/IconSidebarRightShowLine.js} +0 -0
  3337. /package/lib/{IconSidebarRightShowSolid.js → generated/IconSidebarRightShowSolid.js} +0 -0
  3338. /package/lib/{IconSingleMetricLine.js → generated/IconSingleMetricLine.js} +0 -0
  3339. /package/lib/{IconSingleMetricSolid.js → generated/IconSingleMetricSolid.js} +0 -0
  3340. /package/lib/{IconSisImportedLine.js → generated/IconSisImportedLine.js} +0 -0
  3341. /package/lib/{IconSisImportedSolid.js → generated/IconSisImportedSolid.js} +0 -0
  3342. /package/lib/{IconSisNotSyncedLine.js → generated/IconSisNotSyncedLine.js} +0 -0
  3343. /package/lib/{IconSisNotSyncedSolid.js → generated/IconSisNotSyncedSolid.js} +0 -0
  3344. /package/lib/{IconSisSyncedLine.js → generated/IconSisSyncedLine.js} +0 -0
  3345. /package/lib/{IconSisSyncedSolid.js → generated/IconSisSyncedSolid.js} +0 -0
  3346. /package/lib/{IconSkypeLine.js → generated/IconSkypeLine.js} +0 -0
  3347. /package/lib/{IconSkypeSolid.js → generated/IconSkypeSolid.js} +0 -0
  3348. /package/lib/{IconSortLine.js → generated/IconSortLine.js} +0 -0
  3349. /package/lib/{IconSortSolid.js → generated/IconSortSolid.js} +0 -0
  3350. /package/lib/{IconSpeedGraderLine.js → generated/IconSpeedGraderLine.js} +0 -0
  3351. /package/lib/{IconSpeedGraderSolid.js → generated/IconSpeedGraderSolid.js} +0 -0
  3352. /package/lib/{IconStandardsLine.js → generated/IconStandardsLine.js} +0 -0
  3353. /package/lib/{IconStandardsSolid.js → generated/IconStandardsSolid.js} +0 -0
  3354. /package/lib/{IconStarLightLine.js → generated/IconStarLightLine.js} +0 -0
  3355. /package/lib/{IconStarLightSolid.js → generated/IconStarLightSolid.js} +0 -0
  3356. /package/lib/{IconStarLine.js → generated/IconStarLine.js} +0 -0
  3357. /package/lib/{IconStarSolid.js → generated/IconStarSolid.js} +0 -0
  3358. /package/lib/{IconStatsLine.js → generated/IconStatsLine.js} +0 -0
  3359. /package/lib/{IconStatsSolid.js → generated/IconStatsSolid.js} +0 -0
  3360. /package/lib/{IconStopLine.js → generated/IconStopLine.js} +0 -0
  3361. /package/lib/{IconStopSolid.js → generated/IconStopSolid.js} +0 -0
  3362. /package/lib/{IconStrikethroughLine.js → generated/IconStrikethroughLine.js} +0 -0
  3363. /package/lib/{IconStrikethroughSolid.js → generated/IconStrikethroughSolid.js} +0 -0
  3364. /package/lib/{IconStudentViewLine.js → generated/IconStudentViewLine.js} +0 -0
  3365. /package/lib/{IconStudentViewSolid.js → generated/IconStudentViewSolid.js} +0 -0
  3366. /package/lib/{IconStudioLine.js → generated/IconStudioLine.js} +0 -0
  3367. /package/lib/{IconStudioSolid.js → generated/IconStudioSolid.js} +0 -0
  3368. /package/lib/{IconSubaccountsLine.js → generated/IconSubaccountsLine.js} +0 -0
  3369. /package/lib/{IconSubaccountsSolid.js → generated/IconSubaccountsSolid.js} +0 -0
  3370. /package/lib/{IconSubtitlesLine.js → generated/IconSubtitlesLine.js} +0 -0
  3371. /package/lib/{IconSubtitlesSolid.js → generated/IconSubtitlesSolid.js} +0 -0
  3372. /package/lib/{IconSyllabusLine.js → generated/IconSyllabusLine.js} +0 -0
  3373. /package/lib/{IconSyllabusSolid.js → generated/IconSyllabusSolid.js} +0 -0
  3374. /package/lib/{IconTableCellSelectAllLine.js → generated/IconTableCellSelectAllLine.js} +0 -0
  3375. /package/lib/{IconTableCellSelectAllSolid.js → generated/IconTableCellSelectAllSolid.js} +0 -0
  3376. /package/lib/{IconTableDeleteColumnLine.js → generated/IconTableDeleteColumnLine.js} +0 -0
  3377. /package/lib/{IconTableDeleteColumnSolid.js → generated/IconTableDeleteColumnSolid.js} +0 -0
  3378. /package/lib/{IconTableDeleteRowLine.js → generated/IconTableDeleteRowLine.js} +0 -0
  3379. /package/lib/{IconTableDeleteRowSolid.js → generated/IconTableDeleteRowSolid.js} +0 -0
  3380. /package/lib/{IconTableDeleteTableLine.js → generated/IconTableDeleteTableLine.js} +0 -0
  3381. /package/lib/{IconTableDeleteTableSolid.js → generated/IconTableDeleteTableSolid.js} +0 -0
  3382. /package/lib/{IconTableInsertColumnAfterLine.js → generated/IconTableInsertColumnAfterLine.js} +0 -0
  3383. /package/lib/{IconTableInsertColumnAfterSolid.js → generated/IconTableInsertColumnAfterSolid.js} +0 -0
  3384. /package/lib/{IconTableInsertColumnBeforeLine.js → generated/IconTableInsertColumnBeforeLine.js} +0 -0
  3385. /package/lib/{IconTableInsertColumnBeforeSolid.js → generated/IconTableInsertColumnBeforeSolid.js} +0 -0
  3386. /package/lib/{IconTableInsertRowAboveLine.js → generated/IconTableInsertRowAboveLine.js} +0 -0
  3387. /package/lib/{IconTableInsertRowAboveSolid.js → generated/IconTableInsertRowAboveSolid.js} +0 -0
  3388. /package/lib/{IconTableInsertRowAfterLine.js → generated/IconTableInsertRowAfterLine.js} +0 -0
  3389. /package/lib/{IconTableInsertRowAfterSolid.js → generated/IconTableInsertRowAfterSolid.js} +0 -0
  3390. /package/lib/{IconTableLeftHeaderLine.js → generated/IconTableLeftHeaderLine.js} +0 -0
  3391. /package/lib/{IconTableLeftHeaderSolid.js → generated/IconTableLeftHeaderSolid.js} +0 -0
  3392. /package/lib/{IconTableLine.js → generated/IconTableLine.js} +0 -0
  3393. /package/lib/{IconTableMergeCellsLine.js → generated/IconTableMergeCellsLine.js} +0 -0
  3394. /package/lib/{IconTableMergeCellsSolid.js → generated/IconTableMergeCellsSolid.js} +0 -0
  3395. /package/lib/{IconTableRowPropertiesLine.js → generated/IconTableRowPropertiesLine.js} +0 -0
  3396. /package/lib/{IconTableRowPropertiesSolid.js → generated/IconTableRowPropertiesSolid.js} +0 -0
  3397. /package/lib/{IconTableSolid.js → generated/IconTableSolid.js} +0 -0
  3398. /package/lib/{IconTableSplitCellsLine.js → generated/IconTableSplitCellsLine.js} +0 -0
  3399. /package/lib/{IconTableSplitCellsSolid.js → generated/IconTableSplitCellsSolid.js} +0 -0
  3400. /package/lib/{IconTableTopHeaderLine.js → generated/IconTableTopHeaderLine.js} +0 -0
  3401. /package/lib/{IconTableTopHeaderSolid.js → generated/IconTableTopHeaderSolid.js} +0 -0
  3402. /package/lib/{IconTagLine.js → generated/IconTagLine.js} +0 -0
  3403. /package/lib/{IconTagSolid.js → generated/IconTagSolid.js} +0 -0
  3404. /package/lib/{IconTargetLine.js → generated/IconTargetLine.js} +0 -0
  3405. /package/lib/{IconTargetSolid.js → generated/IconTargetSolid.js} +0 -0
  3406. /package/lib/{IconTextBackgroundColorLine.js → generated/IconTextBackgroundColorLine.js} +0 -0
  3407. /package/lib/{IconTextBackgroundColorSolid.js → generated/IconTextBackgroundColorSolid.js} +0 -0
  3408. /package/lib/{IconTextCenteredLine.js → generated/IconTextCenteredLine.js} +0 -0
  3409. /package/lib/{IconTextCenteredSolid.js → generated/IconTextCenteredSolid.js} +0 -0
  3410. /package/lib/{IconTextColorLine.js → generated/IconTextColorLine.js} +0 -0
  3411. /package/lib/{IconTextColorSolid.js → generated/IconTextColorSolid.js} +0 -0
  3412. /package/lib/{IconTextDirectionLtrLine.js → generated/IconTextDirectionLtrLine.js} +0 -0
  3413. /package/lib/{IconTextDirectionLtrSolid.js → generated/IconTextDirectionLtrSolid.js} +0 -0
  3414. /package/lib/{IconTextDirectionRtlLine.js → generated/IconTextDirectionRtlLine.js} +0 -0
  3415. /package/lib/{IconTextDirectionRtlSolid.js → generated/IconTextDirectionRtlSolid.js} +0 -0
  3416. /package/lib/{IconTextEndLine.js → generated/IconTextEndLine.js} +0 -0
  3417. /package/lib/{IconTextEndSolid.js → generated/IconTextEndSolid.js} +0 -0
  3418. /package/lib/{IconTextLine.js → generated/IconTextLine.js} +0 -0
  3419. /package/lib/{IconTextSolid.js → generated/IconTextSolid.js} +0 -0
  3420. /package/lib/{IconTextStartLine.js → generated/IconTextStartLine.js} +0 -0
  3421. /package/lib/{IconTextStartSolid.js → generated/IconTextStartSolid.js} +0 -0
  3422. /package/lib/{IconTextSubscriptLine.js → generated/IconTextSubscriptLine.js} +0 -0
  3423. /package/lib/{IconTextSubscriptSolid.js → generated/IconTextSubscriptSolid.js} +0 -0
  3424. /package/lib/{IconTextSuperscriptLine.js → generated/IconTextSuperscriptLine.js} +0 -0
  3425. /package/lib/{IconTextSuperscriptSolid.js → generated/IconTextSuperscriptSolid.js} +0 -0
  3426. /package/lib/{IconTextareaLine.js → generated/IconTextareaLine.js} +0 -0
  3427. /package/lib/{IconTextareaSolid.js → generated/IconTextareaSolid.js} +0 -0
  3428. /package/lib/{IconTimerLine.js → generated/IconTimerLine.js} +0 -0
  3429. /package/lib/{IconTimerSolid.js → generated/IconTimerSolid.js} +0 -0
  3430. /package/lib/{IconToggleEndLine.js → generated/IconToggleEndLine.js} +0 -0
  3431. /package/lib/{IconToggleEndSolid.js → generated/IconToggleEndSolid.js} +0 -0
  3432. /package/lib/{IconToggleStartLine.js → generated/IconToggleStartLine.js} +0 -0
  3433. /package/lib/{IconToggleStartSolid.js → generated/IconToggleStartSolid.js} +0 -0
  3434. /package/lib/{IconTrashLine.js → generated/IconTrashLine.js} +0 -0
  3435. /package/lib/{IconTrashSolid.js → generated/IconTrashSolid.js} +0 -0
  3436. /package/lib/{IconTroubleLine.js → generated/IconTroubleLine.js} +0 -0
  3437. /package/lib/{IconTroubleSolid.js → generated/IconTroubleSolid.js} +0 -0
  3438. /package/lib/{IconTwitterLine.js → generated/IconTwitterLine.js} +0 -0
  3439. /package/lib/{IconTwitterSolid.js → generated/IconTwitterSolid.js} +0 -0
  3440. /package/lib/{IconUnarchiveLine.js → generated/IconUnarchiveLine.js} +0 -0
  3441. /package/lib/{IconUnarchiveSolid.js → generated/IconUnarchiveSolid.js} +0 -0
  3442. /package/lib/{IconUnderlineLine.js → generated/IconUnderlineLine.js} +0 -0
  3443. /package/lib/{IconUnderlineSolid.js → generated/IconUnderlineSolid.js} +0 -0
  3444. /package/lib/{IconUndoLine.js → generated/IconUndoLine.js} +0 -0
  3445. /package/lib/{IconUndoSolid.js → generated/IconUndoSolid.js} +0 -0
  3446. /package/lib/{IconUnlockLine.js → generated/IconUnlockLine.js} +0 -0
  3447. /package/lib/{IconUnlockSolid.js → generated/IconUnlockSolid.js} +0 -0
  3448. /package/lib/{IconUnmutedLine.js → generated/IconUnmutedLine.js} +0 -0
  3449. /package/lib/{IconUnmutedSolid.js → generated/IconUnmutedSolid.js} +0 -0
  3450. /package/lib/{IconUnpublishedLine.js → generated/IconUnpublishedLine.js} +0 -0
  3451. /package/lib/{IconUnpublishedSolid.js → generated/IconUnpublishedSolid.js} +0 -0
  3452. /package/lib/{IconUpdownLine.js → generated/IconUpdownLine.js} +0 -0
  3453. /package/lib/{IconUpdownSolid.js → generated/IconUpdownSolid.js} +0 -0
  3454. /package/lib/{IconUploadLine.js → generated/IconUploadLine.js} +0 -0
  3455. /package/lib/{IconUploadSolid.js → generated/IconUploadSolid.js} +0 -0
  3456. /package/lib/{IconUserAssignLine.js → generated/IconUserAssignLine.js} +0 -0
  3457. /package/lib/{IconUserAssignSolid.js → generated/IconUserAssignSolid.js} +0 -0
  3458. /package/lib/{IconUserLine.js → generated/IconUserLine.js} +0 -0
  3459. /package/lib/{IconUserSolid.js → generated/IconUserSolid.js} +0 -0
  3460. /package/lib/{IconVideoCameraLine.js → generated/IconVideoCameraLine.js} +0 -0
  3461. /package/lib/{IconVideoCameraOffLine.js → generated/IconVideoCameraOffLine.js} +0 -0
  3462. /package/lib/{IconVideoCameraOffSolid.js → generated/IconVideoCameraOffSolid.js} +0 -0
  3463. /package/lib/{IconVideoCameraSolid.js → generated/IconVideoCameraSolid.js} +0 -0
  3464. /package/lib/{IconVideoLine.js → generated/IconVideoLine.js} +0 -0
  3465. /package/lib/{IconVideoSolid.js → generated/IconVideoSolid.js} +0 -0
  3466. /package/lib/{IconWarningBorderlessLine.js → generated/IconWarningBorderlessLine.js} +0 -0
  3467. /package/lib/{IconWarningBorderlessSolid.js → generated/IconWarningBorderlessSolid.js} +0 -0
  3468. /package/lib/{IconWarningLine.js → generated/IconWarningLine.js} +0 -0
  3469. /package/lib/{IconWarningSolid.js → generated/IconWarningSolid.js} +0 -0
  3470. /package/lib/{IconWindowsLine.js → generated/IconWindowsLine.js} +0 -0
  3471. /package/lib/{IconWindowsSolid.js → generated/IconWindowsSolid.js} +0 -0
  3472. /package/lib/{IconWordpressLine.js → generated/IconWordpressLine.js} +0 -0
  3473. /package/lib/{IconWordpressSolid.js → generated/IconWordpressSolid.js} +0 -0
  3474. /package/lib/{IconXLine.js → generated/IconXLine.js} +0 -0
  3475. /package/lib/{IconXSolid.js → generated/IconXSolid.js} +0 -0
  3476. /package/lib/{IconZippedLine.js → generated/IconZippedLine.js} +0 -0
  3477. /package/lib/{IconZippedSolid.js → generated/IconZippedSolid.js} +0 -0
  3478. /package/lib/{IconZoomInLine.js → generated/IconZoomInLine.js} +0 -0
  3479. /package/lib/{IconZoomInSolid.js → generated/IconZoomInSolid.js} +0 -0
  3480. /package/lib/{IconZoomOutLine.js → generated/IconZoomOutLine.js} +0 -0
  3481. /package/lib/{IconZoomOutSolid.js → generated/IconZoomOutSolid.js} +0 -0
  3482. /package/types/{IconA11yLine.d.ts → generated/IconA11yLine.d.ts} +0 -0
  3483. /package/types/{IconA11ySolid.d.ts → generated/IconA11ySolid.d.ts} +0 -0
  3484. /package/types/{IconAIInfoLine.d.ts → generated/IconAIInfoLine.d.ts} +0 -0
  3485. /package/types/{IconAIInfoSolid.d.ts → generated/IconAIInfoSolid.d.ts} +0 -0
  3486. /package/types/{IconAddFolderLine.d.ts → generated/IconAddFolderLine.d.ts} +0 -0
  3487. /package/types/{IconAddFolderSolid.d.ts → generated/IconAddFolderSolid.d.ts} +0 -0
  3488. /package/types/{IconAddLine.d.ts → generated/IconAddLine.d.ts} +0 -0
  3489. /package/types/{IconAddMediaLine.d.ts → generated/IconAddMediaLine.d.ts} +0 -0
  3490. /package/types/{IconAddMediaSolid.d.ts → generated/IconAddMediaSolid.d.ts} +0 -0
  3491. /package/types/{IconAddSolid.d.ts → generated/IconAddSolid.d.ts} +0 -0
  3492. /package/types/{IconAddressBookLine.d.ts → generated/IconAddressBookLine.d.ts} +0 -0
  3493. /package/types/{IconAddressBookSolid.d.ts → generated/IconAddressBookSolid.d.ts} +0 -0
  3494. /package/types/{IconAdminLine.d.ts → generated/IconAdminLine.d.ts} +0 -0
  3495. /package/types/{IconAdminSolid.d.ts → generated/IconAdminSolid.d.ts} +0 -0
  3496. /package/types/{IconAdminToolsLine.d.ts → generated/IconAdminToolsLine.d.ts} +0 -0
  3497. /package/types/{IconAdminToolsSolid.d.ts → generated/IconAdminToolsSolid.d.ts} +0 -0
  3498. /package/types/{IconAiColoredLine.d.ts → generated/IconAiColoredLine.d.ts} +0 -0
  3499. /package/types/{IconAiColoredSolid.d.ts → generated/IconAiColoredSolid.d.ts} +0 -0
  3500. /package/types/{IconAiLine.d.ts → generated/IconAiLine.d.ts} +0 -0
  3501. /package/types/{IconAiSolid.d.ts → generated/IconAiSolid.d.ts} +0 -0
  3502. /package/types/{IconAlertsLine.d.ts → generated/IconAlertsLine.d.ts} +0 -0
  3503. /package/types/{IconAlertsSolid.d.ts → generated/IconAlertsSolid.d.ts} +0 -0
  3504. /package/types/{IconAnalyticsLine.d.ts → generated/IconAnalyticsLine.d.ts} +0 -0
  3505. /package/types/{IconAnalyticsSolid.d.ts → generated/IconAnalyticsSolid.d.ts} +0 -0
  3506. /package/types/{IconAndroidLine.d.ts → generated/IconAndroidLine.d.ts} +0 -0
  3507. /package/types/{IconAndroidSolid.d.ts → generated/IconAndroidSolid.d.ts} +0 -0
  3508. /package/types/{IconAnnotateLine.d.ts → generated/IconAnnotateLine.d.ts} +0 -0
  3509. /package/types/{IconAnnotateSolid.d.ts → generated/IconAnnotateSolid.d.ts} +0 -0
  3510. /package/types/{IconAnnouncementLine.d.ts → generated/IconAnnouncementLine.d.ts} +0 -0
  3511. /package/types/{IconAnnouncementSolid.d.ts → generated/IconAnnouncementSolid.d.ts} +0 -0
  3512. /package/types/{IconAppleLine.d.ts → generated/IconAppleLine.d.ts} +0 -0
  3513. /package/types/{IconAppleSolid.d.ts → generated/IconAppleSolid.d.ts} +0 -0
  3514. /package/types/{IconArcLine.d.ts → generated/IconArcLine.d.ts} +0 -0
  3515. /package/types/{IconArcSolid.d.ts → generated/IconArcSolid.d.ts} +0 -0
  3516. /package/types/{IconArchiveLine.d.ts → generated/IconArchiveLine.d.ts} +0 -0
  3517. /package/types/{IconArchiveSolid.d.ts → generated/IconArchiveSolid.d.ts} +0 -0
  3518. /package/types/{IconArrowDoubleEndLine.d.ts → generated/IconArrowDoubleEndLine.d.ts} +0 -0
  3519. /package/types/{IconArrowDoubleEndSolid.d.ts → generated/IconArrowDoubleEndSolid.d.ts} +0 -0
  3520. /package/types/{IconArrowDoubleStartLine.d.ts → generated/IconArrowDoubleStartLine.d.ts} +0 -0
  3521. /package/types/{IconArrowDoubleStartSolid.d.ts → generated/IconArrowDoubleStartSolid.d.ts} +0 -0
  3522. /package/types/{IconArrowDownLine.d.ts → generated/IconArrowDownLine.d.ts} +0 -0
  3523. /package/types/{IconArrowDownSolid.d.ts → generated/IconArrowDownSolid.d.ts} +0 -0
  3524. /package/types/{IconArrowEndLine.d.ts → generated/IconArrowEndLine.d.ts} +0 -0
  3525. /package/types/{IconArrowEndSolid.d.ts → generated/IconArrowEndSolid.d.ts} +0 -0
  3526. /package/types/{IconArrowNestLine.d.ts → generated/IconArrowNestLine.d.ts} +0 -0
  3527. /package/types/{IconArrowNestSolid.d.ts → generated/IconArrowNestSolid.d.ts} +0 -0
  3528. /package/types/{IconArrowOpenDownLine.d.ts → generated/IconArrowOpenDownLine.d.ts} +0 -0
  3529. /package/types/{IconArrowOpenDownSolid.d.ts → generated/IconArrowOpenDownSolid.d.ts} +0 -0
  3530. /package/types/{IconArrowOpenEndLine.d.ts → generated/IconArrowOpenEndLine.d.ts} +0 -0
  3531. /package/types/{IconArrowOpenEndSolid.d.ts → generated/IconArrowOpenEndSolid.d.ts} +0 -0
  3532. /package/types/{IconArrowOpenStartLine.d.ts → generated/IconArrowOpenStartLine.d.ts} +0 -0
  3533. /package/types/{IconArrowOpenStartSolid.d.ts → generated/IconArrowOpenStartSolid.d.ts} +0 -0
  3534. /package/types/{IconArrowOpenUpLine.d.ts → generated/IconArrowOpenUpLine.d.ts} +0 -0
  3535. /package/types/{IconArrowOpenUpSolid.d.ts → generated/IconArrowOpenUpSolid.d.ts} +0 -0
  3536. /package/types/{IconArrowStartLine.d.ts → generated/IconArrowStartLine.d.ts} +0 -0
  3537. /package/types/{IconArrowStartSolid.d.ts → generated/IconArrowStartSolid.d.ts} +0 -0
  3538. /package/types/{IconArrowUpLine.d.ts → generated/IconArrowUpLine.d.ts} +0 -0
  3539. /package/types/{IconArrowUpSolid.d.ts → generated/IconArrowUpSolid.d.ts} +0 -0
  3540. /package/types/{IconAssignmentLine.d.ts → generated/IconAssignmentLine.d.ts} +0 -0
  3541. /package/types/{IconAssignmentSolid.d.ts → generated/IconAssignmentSolid.d.ts} +0 -0
  3542. /package/types/{IconAttachMediaLine.d.ts → generated/IconAttachMediaLine.d.ts} +0 -0
  3543. /package/types/{IconAttachMediaSolid.d.ts → generated/IconAttachMediaSolid.d.ts} +0 -0
  3544. /package/types/{IconAudioLine.d.ts → generated/IconAudioLine.d.ts} +0 -0
  3545. /package/types/{IconAudioOffLine.d.ts → generated/IconAudioOffLine.d.ts} +0 -0
  3546. /package/types/{IconAudioOffSolid.d.ts → generated/IconAudioOffSolid.d.ts} +0 -0
  3547. /package/types/{IconAudioSolid.d.ts → generated/IconAudioSolid.d.ts} +0 -0
  3548. /package/types/{IconAwardLine.d.ts → generated/IconAwardLine.d.ts} +0 -0
  3549. /package/types/{IconAwardSolid.d.ts → generated/IconAwardSolid.d.ts} +0 -0
  3550. /package/types/{IconBankLine.d.ts → generated/IconBankLine.d.ts} +0 -0
  3551. /package/types/{IconBankSolid.d.ts → generated/IconBankSolid.d.ts} +0 -0
  3552. /package/types/{IconBlueprintLine.d.ts → generated/IconBlueprintLine.d.ts} +0 -0
  3553. /package/types/{IconBlueprintLockLine.d.ts → generated/IconBlueprintLockLine.d.ts} +0 -0
  3554. /package/types/{IconBlueprintLockSolid.d.ts → generated/IconBlueprintLockSolid.d.ts} +0 -0
  3555. /package/types/{IconBlueprintSolid.d.ts → generated/IconBlueprintSolid.d.ts} +0 -0
  3556. /package/types/{IconBoldLine.d.ts → generated/IconBoldLine.d.ts} +0 -0
  3557. /package/types/{IconBoldSolid.d.ts → generated/IconBoldSolid.d.ts} +0 -0
  3558. /package/types/{IconBookmarkLine.d.ts → generated/IconBookmarkLine.d.ts} +0 -0
  3559. /package/types/{IconBookmarkSolid.d.ts → generated/IconBookmarkSolid.d.ts} +0 -0
  3560. /package/types/{IconBoxLine.d.ts → generated/IconBoxLine.d.ts} +0 -0
  3561. /package/types/{IconBoxSolid.d.ts → generated/IconBoxSolid.d.ts} +0 -0
  3562. /package/types/{IconBulletListAlphaLine.d.ts → generated/IconBulletListAlphaLine.d.ts} +0 -0
  3563. /package/types/{IconBulletListAlphaSolid.d.ts → generated/IconBulletListAlphaSolid.d.ts} +0 -0
  3564. /package/types/{IconBulletListCircleOutlineLine.d.ts → generated/IconBulletListCircleOutlineLine.d.ts} +0 -0
  3565. /package/types/{IconBulletListCircleOutlineSolid.d.ts → generated/IconBulletListCircleOutlineSolid.d.ts} +0 -0
  3566. /package/types/{IconBulletListLine.d.ts → generated/IconBulletListLine.d.ts} +0 -0
  3567. /package/types/{IconBulletListRomanLine.d.ts → generated/IconBulletListRomanLine.d.ts} +0 -0
  3568. /package/types/{IconBulletListRomanSolid.d.ts → generated/IconBulletListRomanSolid.d.ts} +0 -0
  3569. /package/types/{IconBulletListSolid.d.ts → generated/IconBulletListSolid.d.ts} +0 -0
  3570. /package/types/{IconBulletListSquareLine.d.ts → generated/IconBulletListSquareLine.d.ts} +0 -0
  3571. /package/types/{IconBulletListSquareSolid.d.ts → generated/IconBulletListSquareSolid.d.ts} +0 -0
  3572. /package/types/{IconButtonAndIconMakerLine.d.ts → generated/IconButtonAndIconMakerLine.d.ts} +0 -0
  3573. /package/types/{IconButtonAndIconMakerSolid.d.ts → generated/IconButtonAndIconMakerSolid.d.ts} +0 -0
  3574. /package/types/{IconCalculatorDesmosLine.d.ts → generated/IconCalculatorDesmosLine.d.ts} +0 -0
  3575. /package/types/{IconCalculatorDesmosSolid.d.ts → generated/IconCalculatorDesmosSolid.d.ts} +0 -0
  3576. /package/types/{IconCalculatorLine.d.ts → generated/IconCalculatorLine.d.ts} +0 -0
  3577. /package/types/{IconCalculatorSolid.d.ts → generated/IconCalculatorSolid.d.ts} +0 -0
  3578. /package/types/{IconCalendarAddLine.d.ts → generated/IconCalendarAddLine.d.ts} +0 -0
  3579. /package/types/{IconCalendarAddSolid.d.ts → generated/IconCalendarAddSolid.d.ts} +0 -0
  3580. /package/types/{IconCalendarClockLine.d.ts → generated/IconCalendarClockLine.d.ts} +0 -0
  3581. /package/types/{IconCalendarClockSolid.d.ts → generated/IconCalendarClockSolid.d.ts} +0 -0
  3582. /package/types/{IconCalendarDayLine.d.ts → generated/IconCalendarDayLine.d.ts} +0 -0
  3583. /package/types/{IconCalendarDaySolid.d.ts → generated/IconCalendarDaySolid.d.ts} +0 -0
  3584. /package/types/{IconCalendarDaysLine.d.ts → generated/IconCalendarDaysLine.d.ts} +0 -0
  3585. /package/types/{IconCalendarDaysSolid.d.ts → generated/IconCalendarDaysSolid.d.ts} +0 -0
  3586. /package/types/{IconCalendarMonthLine.d.ts → generated/IconCalendarMonthLine.d.ts} +0 -0
  3587. /package/types/{IconCalendarMonthSolid.d.ts → generated/IconCalendarMonthSolid.d.ts} +0 -0
  3588. /package/types/{IconCalendarReservedLine.d.ts → generated/IconCalendarReservedLine.d.ts} +0 -0
  3589. /package/types/{IconCalendarReservedSolid.d.ts → generated/IconCalendarReservedSolid.d.ts} +0 -0
  3590. /package/types/{IconCanvasLogoLine.d.ts → generated/IconCanvasLogoLine.d.ts} +0 -0
  3591. /package/types/{IconCanvasLogoSolid.d.ts → generated/IconCanvasLogoSolid.d.ts} +0 -0
  3592. /package/types/{IconCertifiedLine.d.ts → generated/IconCertifiedLine.d.ts} +0 -0
  3593. /package/types/{IconCertifiedSolid.d.ts → generated/IconCertifiedSolid.d.ts} +0 -0
  3594. /package/types/{IconChartLineLine.d.ts → generated/IconChartLineLine.d.ts} +0 -0
  3595. /package/types/{IconChartLineSolid.d.ts → generated/IconChartLineSolid.d.ts} +0 -0
  3596. /package/types/{IconChartPieLine.d.ts → generated/IconChartPieLine.d.ts} +0 -0
  3597. /package/types/{IconChartPieSolid.d.ts → generated/IconChartPieSolid.d.ts} +0 -0
  3598. /package/types/{IconChartScatterLine.d.ts → generated/IconChartScatterLine.d.ts} +0 -0
  3599. /package/types/{IconChartScatterSolid.d.ts → generated/IconChartScatterSolid.d.ts} +0 -0
  3600. /package/types/{IconChatLine.d.ts → generated/IconChatLine.d.ts} +0 -0
  3601. /package/types/{IconChatSolid.d.ts → generated/IconChatSolid.d.ts} +0 -0
  3602. /package/types/{IconCheckDarkLine.d.ts → generated/IconCheckDarkLine.d.ts} +0 -0
  3603. /package/types/{IconCheckDarkSolid.d.ts → generated/IconCheckDarkSolid.d.ts} +0 -0
  3604. /package/types/{IconCheckLine.d.ts → generated/IconCheckLine.d.ts} +0 -0
  3605. /package/types/{IconCheckMarkIndeterminateLine.d.ts → generated/IconCheckMarkIndeterminateLine.d.ts} +0 -0
  3606. /package/types/{IconCheckMarkIndeterminateSolid.d.ts → generated/IconCheckMarkIndeterminateSolid.d.ts} +0 -0
  3607. /package/types/{IconCheckMarkLine.d.ts → generated/IconCheckMarkLine.d.ts} +0 -0
  3608. /package/types/{IconCheckMarkSolid.d.ts → generated/IconCheckMarkSolid.d.ts} +0 -0
  3609. /package/types/{IconCheckPlusLine.d.ts → generated/IconCheckPlusLine.d.ts} +0 -0
  3610. /package/types/{IconCheckPlusSolid.d.ts → generated/IconCheckPlusSolid.d.ts} +0 -0
  3611. /package/types/{IconCheckSolid.d.ts → generated/IconCheckSolid.d.ts} +0 -0
  3612. /package/types/{IconCircleArrowDownLine.d.ts → generated/IconCircleArrowDownLine.d.ts} +0 -0
  3613. /package/types/{IconCircleArrowDownSolid.d.ts → generated/IconCircleArrowDownSolid.d.ts} +0 -0
  3614. /package/types/{IconCircleArrowUpLine.d.ts → generated/IconCircleArrowUpLine.d.ts} +0 -0
  3615. /package/types/{IconCircleArrowUpSolid.d.ts → generated/IconCircleArrowUpSolid.d.ts} +0 -0
  3616. /package/types/{IconClearTextFormattingLine.d.ts → generated/IconClearTextFormattingLine.d.ts} +0 -0
  3617. /package/types/{IconClearTextFormattingSolid.d.ts → generated/IconClearTextFormattingSolid.d.ts} +0 -0
  3618. /package/types/{IconClockLine.d.ts → generated/IconClockLine.d.ts} +0 -0
  3619. /package/types/{IconClockSolid.d.ts → generated/IconClockSolid.d.ts} +0 -0
  3620. /package/types/{IconClosedCaptioningLine.d.ts → generated/IconClosedCaptioningLine.d.ts} +0 -0
  3621. /package/types/{IconClosedCaptioningOffLine.d.ts → generated/IconClosedCaptioningOffLine.d.ts} +0 -0
  3622. /package/types/{IconClosedCaptioningOffSolid.d.ts → generated/IconClosedCaptioningOffSolid.d.ts} +0 -0
  3623. /package/types/{IconClosedCaptioningOnLine.d.ts → generated/IconClosedCaptioningOnLine.d.ts} +0 -0
  3624. /package/types/{IconClosedCaptioningOnSolid.d.ts → generated/IconClosedCaptioningOnSolid.d.ts} +0 -0
  3625. /package/types/{IconClosedCaptioningSolid.d.ts → generated/IconClosedCaptioningSolid.d.ts} +0 -0
  3626. /package/types/{IconCloudDownloadLine.d.ts → generated/IconCloudDownloadLine.d.ts} +0 -0
  3627. /package/types/{IconCloudDownloadSolid.d.ts → generated/IconCloudDownloadSolid.d.ts} +0 -0
  3628. /package/types/{IconCloudLockLine.d.ts → generated/IconCloudLockLine.d.ts} +0 -0
  3629. /package/types/{IconCloudLockSolid.d.ts → generated/IconCloudLockSolid.d.ts} +0 -0
  3630. /package/types/{IconCloudUploadLine.d.ts → generated/IconCloudUploadLine.d.ts} +0 -0
  3631. /package/types/{IconCloudUploadSolid.d.ts → generated/IconCloudUploadSolid.d.ts} +0 -0
  3632. /package/types/{IconCodeLine.d.ts → generated/IconCodeLine.d.ts} +0 -0
  3633. /package/types/{IconCodeSolid.d.ts → generated/IconCodeSolid.d.ts} +0 -0
  3634. /package/types/{IconCollapseLine.d.ts → generated/IconCollapseLine.d.ts} +0 -0
  3635. /package/types/{IconCollapseSolid.d.ts → generated/IconCollapseSolid.d.ts} +0 -0
  3636. /package/types/{IconCollectionLine.d.ts → generated/IconCollectionLine.d.ts} +0 -0
  3637. /package/types/{IconCollectionSaveLine.d.ts → generated/IconCollectionSaveLine.d.ts} +0 -0
  3638. /package/types/{IconCollectionSaveSolid.d.ts → generated/IconCollectionSaveSolid.d.ts} +0 -0
  3639. /package/types/{IconCollectionSolid.d.ts → generated/IconCollectionSolid.d.ts} +0 -0
  3640. /package/types/{IconCommentLine.d.ts → generated/IconCommentLine.d.ts} +0 -0
  3641. /package/types/{IconCommentSolid.d.ts → generated/IconCommentSolid.d.ts} +0 -0
  3642. /package/types/{IconCommentsOffLine.d.ts → generated/IconCommentsOffLine.d.ts} +0 -0
  3643. /package/types/{IconCommentsOffSolid.d.ts → generated/IconCommentsOffSolid.d.ts} +0 -0
  3644. /package/types/{IconCommentsOnLine.d.ts → generated/IconCommentsOnLine.d.ts} +0 -0
  3645. /package/types/{IconCommentsOnSolid.d.ts → generated/IconCommentsOnSolid.d.ts} +0 -0
  3646. /package/types/{IconCommonsLine.d.ts → generated/IconCommonsLine.d.ts} +0 -0
  3647. /package/types/{IconCommonsSolid.d.ts → generated/IconCommonsSolid.d.ts} +0 -0
  3648. /package/types/{IconCompareLine.d.ts → generated/IconCompareLine.d.ts} +0 -0
  3649. /package/types/{IconCompareSolid.d.ts → generated/IconCompareSolid.d.ts} +0 -0
  3650. /package/types/{IconCompassLine.d.ts → generated/IconCompassLine.d.ts} +0 -0
  3651. /package/types/{IconCompassSolid.d.ts → generated/IconCompassSolid.d.ts} +0 -0
  3652. /package/types/{IconCompleteLine.d.ts → generated/IconCompleteLine.d.ts} +0 -0
  3653. /package/types/{IconCompleteSolid.d.ts → generated/IconCompleteSolid.d.ts} +0 -0
  3654. /package/types/{IconComposeLine.d.ts → generated/IconComposeLine.d.ts} +0 -0
  3655. /package/types/{IconComposeSolid.d.ts → generated/IconComposeSolid.d.ts} +0 -0
  3656. /package/types/{IconConfigureLine.d.ts → generated/IconConfigureLine.d.ts} +0 -0
  3657. /package/types/{IconConfigureSolid.d.ts → generated/IconConfigureSolid.d.ts} +0 -0
  3658. /package/types/{IconCopyLine.d.ts → generated/IconCopyLine.d.ts} +0 -0
  3659. /package/types/{IconCopySolid.d.ts → generated/IconCopySolid.d.ts} +0 -0
  3660. /package/types/{IconCoursesLine.d.ts → generated/IconCoursesLine.d.ts} +0 -0
  3661. /package/types/{IconCoursesSolid.d.ts → generated/IconCoursesSolid.d.ts} +0 -0
  3662. /package/types/{IconCropLine.d.ts → generated/IconCropLine.d.ts} +0 -0
  3663. /package/types/{IconCropSolid.d.ts → generated/IconCropSolid.d.ts} +0 -0
  3664. /package/types/{IconDashboardLine.d.ts → generated/IconDashboardLine.d.ts} +0 -0
  3665. /package/types/{IconDashboardSolid.d.ts → generated/IconDashboardSolid.d.ts} +0 -0
  3666. /package/types/{IconDeactivateUserLine.d.ts → generated/IconDeactivateUserLine.d.ts} +0 -0
  3667. /package/types/{IconDeactivateUserSolid.d.ts → generated/IconDeactivateUserSolid.d.ts} +0 -0
  3668. /package/types/{IconDiscussionCheckLine.d.ts → generated/IconDiscussionCheckLine.d.ts} +0 -0
  3669. /package/types/{IconDiscussionCheckSolid.d.ts → generated/IconDiscussionCheckSolid.d.ts} +0 -0
  3670. /package/types/{IconDiscussionLine.d.ts → generated/IconDiscussionLine.d.ts} +0 -0
  3671. /package/types/{IconDiscussionNewLine.d.ts → generated/IconDiscussionNewLine.d.ts} +0 -0
  3672. /package/types/{IconDiscussionNewSolid.d.ts → generated/IconDiscussionNewSolid.d.ts} +0 -0
  3673. /package/types/{IconDiscussionReply2Line.d.ts → generated/IconDiscussionReply2Line.d.ts} +0 -0
  3674. /package/types/{IconDiscussionReply2Solid.d.ts → generated/IconDiscussionReply2Solid.d.ts} +0 -0
  3675. /package/types/{IconDiscussionSolid.d.ts → generated/IconDiscussionSolid.d.ts} +0 -0
  3676. /package/types/{IconDocumentLine.d.ts → generated/IconDocumentLine.d.ts} +0 -0
  3677. /package/types/{IconDocumentSolid.d.ts → generated/IconDocumentSolid.d.ts} +0 -0
  3678. /package/types/{IconDownloadLine.d.ts → generated/IconDownloadLine.d.ts} +0 -0
  3679. /package/types/{IconDownloadSolid.d.ts → generated/IconDownloadSolid.d.ts} +0 -0
  3680. /package/types/{IconDragHandleLine.d.ts → generated/IconDragHandleLine.d.ts} +0 -0
  3681. /package/types/{IconDragHandleSolid.d.ts → generated/IconDragHandleSolid.d.ts} +0 -0
  3682. /package/types/{IconDropDownLine.d.ts → generated/IconDropDownLine.d.ts} +0 -0
  3683. /package/types/{IconDropDownSolid.d.ts → generated/IconDropDownSolid.d.ts} +0 -0
  3684. /package/types/{IconDuplicateLine.d.ts → generated/IconDuplicateLine.d.ts} +0 -0
  3685. /package/types/{IconDuplicateSolid.d.ts → generated/IconDuplicateSolid.d.ts} +0 -0
  3686. /package/types/{IconEditLine.d.ts → generated/IconEditLine.d.ts} +0 -0
  3687. /package/types/{IconEditSolid.d.ts → generated/IconEditSolid.d.ts} +0 -0
  3688. /package/types/{IconEducatorsLine.d.ts → generated/IconEducatorsLine.d.ts} +0 -0
  3689. /package/types/{IconEducatorsSolid.d.ts → generated/IconEducatorsSolid.d.ts} +0 -0
  3690. /package/types/{IconElevateLogoLine.d.ts → generated/IconElevateLogoLine.d.ts} +0 -0
  3691. /package/types/{IconElevateLogoSolid.d.ts → generated/IconElevateLogoSolid.d.ts} +0 -0
  3692. /package/types/{IconEmailLine.d.ts → generated/IconEmailLine.d.ts} +0 -0
  3693. /package/types/{IconEmailSolid.d.ts → generated/IconEmailSolid.d.ts} +0 -0
  3694. /package/types/{IconEmptyLine.d.ts → generated/IconEmptyLine.d.ts} +0 -0
  3695. /package/types/{IconEmptySolid.d.ts → generated/IconEmptySolid.d.ts} +0 -0
  3696. /package/types/{IconEndLine.d.ts → generated/IconEndLine.d.ts} +0 -0
  3697. /package/types/{IconEndSolid.d.ts → generated/IconEndSolid.d.ts} +0 -0
  3698. /package/types/{IconEportfolioLine.d.ts → generated/IconEportfolioLine.d.ts} +0 -0
  3699. /package/types/{IconEportfolioSolid.d.ts → generated/IconEportfolioSolid.d.ts} +0 -0
  3700. /package/types/{IconEquationLine.d.ts → generated/IconEquationLine.d.ts} +0 -0
  3701. /package/types/{IconEquationSolid.d.ts → generated/IconEquationSolid.d.ts} +0 -0
  3702. /package/types/{IconEquellaLine.d.ts → generated/IconEquellaLine.d.ts} +0 -0
  3703. /package/types/{IconEquellaSolid.d.ts → generated/IconEquellaSolid.d.ts} +0 -0
  3704. /package/types/{IconEssayLine.d.ts → generated/IconEssayLine.d.ts} +0 -0
  3705. /package/types/{IconEssaySolid.d.ts → generated/IconEssaySolid.d.ts} +0 -0
  3706. /package/types/{IconExitFullScreenLine.d.ts → generated/IconExitFullScreenLine.d.ts} +0 -0
  3707. /package/types/{IconExitFullScreenSolid.d.ts → generated/IconExitFullScreenSolid.d.ts} +0 -0
  3708. /package/types/{IconExpandItemsLine.d.ts → generated/IconExpandItemsLine.d.ts} +0 -0
  3709. /package/types/{IconExpandItemsSolid.d.ts → generated/IconExpandItemsSolid.d.ts} +0 -0
  3710. /package/types/{IconExpandLine.d.ts → generated/IconExpandLine.d.ts} +0 -0
  3711. /package/types/{IconExpandSolid.d.ts → generated/IconExpandSolid.d.ts} +0 -0
  3712. /package/types/{IconExpandStartLine.d.ts → generated/IconExpandStartLine.d.ts} +0 -0
  3713. /package/types/{IconExpandStartSolid.d.ts → generated/IconExpandStartSolid.d.ts} +0 -0
  3714. /package/types/{IconExportContentLine.d.ts → generated/IconExportContentLine.d.ts} +0 -0
  3715. /package/types/{IconExportContentSolid.d.ts → generated/IconExportContentSolid.d.ts} +0 -0
  3716. /package/types/{IconExportLine.d.ts → generated/IconExportLine.d.ts} +0 -0
  3717. /package/types/{IconExportSolid.d.ts → generated/IconExportSolid.d.ts} +0 -0
  3718. /package/types/{IconExternalLinkLine.d.ts → generated/IconExternalLinkLine.d.ts} +0 -0
  3719. /package/types/{IconExternalLinkSolid.d.ts → generated/IconExternalLinkSolid.d.ts} +0 -0
  3720. /package/types/{IconEyeLine.d.ts → generated/IconEyeLine.d.ts} +0 -0
  3721. /package/types/{IconEyeSolid.d.ts → generated/IconEyeSolid.d.ts} +0 -0
  3722. /package/types/{IconFacebookBoxedLine.d.ts → generated/IconFacebookBoxedLine.d.ts} +0 -0
  3723. /package/types/{IconFacebookBoxedSolid.d.ts → generated/IconFacebookBoxedSolid.d.ts} +0 -0
  3724. /package/types/{IconFacebookLine.d.ts → generated/IconFacebookLine.d.ts} +0 -0
  3725. /package/types/{IconFacebookSolid.d.ts → generated/IconFacebookSolid.d.ts} +0 -0
  3726. /package/types/{IconFastForwardLine.d.ts → generated/IconFastForwardLine.d.ts} +0 -0
  3727. /package/types/{IconFastForwardSolid.d.ts → generated/IconFastForwardSolid.d.ts} +0 -0
  3728. /package/types/{IconFeedbackLine.d.ts → generated/IconFeedbackLine.d.ts} +0 -0
  3729. /package/types/{IconFeedbackSolid.d.ts → generated/IconFeedbackSolid.d.ts} +0 -0
  3730. /package/types/{IconFileLockedLine.d.ts → generated/IconFileLockedLine.d.ts} +0 -0
  3731. /package/types/{IconFileLockedSolid.d.ts → generated/IconFileLockedSolid.d.ts} +0 -0
  3732. /package/types/{IconFilesCopyrightLine.d.ts → generated/IconFilesCopyrightLine.d.ts} +0 -0
  3733. /package/types/{IconFilesCopyrightSolid.d.ts → generated/IconFilesCopyrightSolid.d.ts} +0 -0
  3734. /package/types/{IconFilesCreativeCommonsLine.d.ts → generated/IconFilesCreativeCommonsLine.d.ts} +0 -0
  3735. /package/types/{IconFilesCreativeCommonsSolid.d.ts → generated/IconFilesCreativeCommonsSolid.d.ts} +0 -0
  3736. /package/types/{IconFilesFairUseLine.d.ts → generated/IconFilesFairUseLine.d.ts} +0 -0
  3737. /package/types/{IconFilesFairUseSolid.d.ts → generated/IconFilesFairUseSolid.d.ts} +0 -0
  3738. /package/types/{IconFilesObtainedPermissionLine.d.ts → generated/IconFilesObtainedPermissionLine.d.ts} +0 -0
  3739. /package/types/{IconFilesObtainedPermissionSolid.d.ts → generated/IconFilesObtainedPermissionSolid.d.ts} +0 -0
  3740. /package/types/{IconFilesPublicDomainLine.d.ts → generated/IconFilesPublicDomainLine.d.ts} +0 -0
  3741. /package/types/{IconFilesPublicDomainSolid.d.ts → generated/IconFilesPublicDomainSolid.d.ts} +0 -0
  3742. /package/types/{IconFilmstripLine.d.ts → generated/IconFilmstripLine.d.ts} +0 -0
  3743. /package/types/{IconFilmstripSolid.d.ts → generated/IconFilmstripSolid.d.ts} +0 -0
  3744. /package/types/{IconFilterLine.d.ts → generated/IconFilterLine.d.ts} +0 -0
  3745. /package/types/{IconFilterSolid.d.ts → generated/IconFilterSolid.d.ts} +0 -0
  3746. /package/types/{IconFlagLine.d.ts → generated/IconFlagLine.d.ts} +0 -0
  3747. /package/types/{IconFlagSolid.d.ts → generated/IconFlagSolid.d.ts} +0 -0
  3748. /package/types/{IconFolderLine.d.ts → generated/IconFolderLine.d.ts} +0 -0
  3749. /package/types/{IconFolderLockedLine.d.ts → generated/IconFolderLockedLine.d.ts} +0 -0
  3750. /package/types/{IconFolderLockedSolid.d.ts → generated/IconFolderLockedSolid.d.ts} +0 -0
  3751. /package/types/{IconFolderSolid.d.ts → generated/IconFolderSolid.d.ts} +0 -0
  3752. /package/types/{IconForwardLine.d.ts → generated/IconForwardLine.d.ts} +0 -0
  3753. /package/types/{IconForwardSolid.d.ts → generated/IconForwardSolid.d.ts} +0 -0
  3754. /package/types/{IconFullScreenLine.d.ts → generated/IconFullScreenLine.d.ts} +0 -0
  3755. /package/types/{IconFullScreenSolid.d.ts → generated/IconFullScreenSolid.d.ts} +0 -0
  3756. /package/types/{IconGithubLine.d.ts → generated/IconGithubLine.d.ts} +0 -0
  3757. /package/types/{IconGithubSolid.d.ts → generated/IconGithubSolid.d.ts} +0 -0
  3758. /package/types/{IconGiveAwardLine.d.ts → generated/IconGiveAwardLine.d.ts} +0 -0
  3759. /package/types/{IconGiveAwardSolid.d.ts → generated/IconGiveAwardSolid.d.ts} +0 -0
  3760. /package/types/{IconGradebookExportLine.d.ts → generated/IconGradebookExportLine.d.ts} +0 -0
  3761. /package/types/{IconGradebookExportSolid.d.ts → generated/IconGradebookExportSolid.d.ts} +0 -0
  3762. /package/types/{IconGradebookImportLine.d.ts → generated/IconGradebookImportLine.d.ts} +0 -0
  3763. /package/types/{IconGradebookImportSolid.d.ts → generated/IconGradebookImportSolid.d.ts} +0 -0
  3764. /package/types/{IconGradebookLine.d.ts → generated/IconGradebookLine.d.ts} +0 -0
  3765. /package/types/{IconGradebookSolid.d.ts → generated/IconGradebookSolid.d.ts} +0 -0
  3766. /package/types/{IconGridViewLine.d.ts → generated/IconGridViewLine.d.ts} +0 -0
  3767. /package/types/{IconGridViewSolid.d.ts → generated/IconGridViewSolid.d.ts} +0 -0
  3768. /package/types/{IconGroupDarkNewLine.d.ts → generated/IconGroupDarkNewLine.d.ts} +0 -0
  3769. /package/types/{IconGroupDarkNewSolid.d.ts → generated/IconGroupDarkNewSolid.d.ts} +0 -0
  3770. /package/types/{IconGroupLine.d.ts → generated/IconGroupLine.d.ts} +0 -0
  3771. /package/types/{IconGroupNewLine.d.ts → generated/IconGroupNewLine.d.ts} +0 -0
  3772. /package/types/{IconGroupNewSolid.d.ts → generated/IconGroupNewSolid.d.ts} +0 -0
  3773. /package/types/{IconGroupSolid.d.ts → generated/IconGroupSolid.d.ts} +0 -0
  3774. /package/types/{IconHamburgerLine.d.ts → generated/IconHamburgerLine.d.ts} +0 -0
  3775. /package/types/{IconHamburgerSolid.d.ts → generated/IconHamburgerSolid.d.ts} +0 -0
  3776. /package/types/{IconHeaderLine.d.ts → generated/IconHeaderLine.d.ts} +0 -0
  3777. /package/types/{IconHeaderSolid.d.ts → generated/IconHeaderSolid.d.ts} +0 -0
  3778. /package/types/{IconHeartLine.d.ts → generated/IconHeartLine.d.ts} +0 -0
  3779. /package/types/{IconHeartSolid.d.ts → generated/IconHeartSolid.d.ts} +0 -0
  3780. /package/types/{IconHighlighterLine.d.ts → generated/IconHighlighterLine.d.ts} +0 -0
  3781. /package/types/{IconHighlighterSolid.d.ts → generated/IconHighlighterSolid.d.ts} +0 -0
  3782. /package/types/{IconHomeLine.d.ts → generated/IconHomeLine.d.ts} +0 -0
  3783. /package/types/{IconHomeSolid.d.ts → generated/IconHomeSolid.d.ts} +0 -0
  3784. /package/types/{IconHourGlassLine.d.ts → generated/IconHourGlassLine.d.ts} +0 -0
  3785. /package/types/{IconHourGlassSolid.d.ts → generated/IconHourGlassSolid.d.ts} +0 -0
  3786. /package/types/{IconImageLine.d.ts → generated/IconImageLine.d.ts} +0 -0
  3787. /package/types/{IconImageSolid.d.ts → generated/IconImageSolid.d.ts} +0 -0
  3788. /package/types/{IconImmersiveReaderLine.d.ts → generated/IconImmersiveReaderLine.d.ts} +0 -0
  3789. /package/types/{IconImmersiveReaderSolid.d.ts → generated/IconImmersiveReaderSolid.d.ts} +0 -0
  3790. /package/types/{IconImpactLogoLine.d.ts → generated/IconImpactLogoLine.d.ts} +0 -0
  3791. /package/types/{IconImpactLogoSolid.d.ts → generated/IconImpactLogoSolid.d.ts} +0 -0
  3792. /package/types/{IconImportContentLine.d.ts → generated/IconImportContentLine.d.ts} +0 -0
  3793. /package/types/{IconImportContentSolid.d.ts → generated/IconImportContentSolid.d.ts} +0 -0
  3794. /package/types/{IconImportLine.d.ts → generated/IconImportLine.d.ts} +0 -0
  3795. /package/types/{IconImportSolid.d.ts → generated/IconImportSolid.d.ts} +0 -0
  3796. /package/types/{IconImportantDatesLine.d.ts → generated/IconImportantDatesLine.d.ts} +0 -0
  3797. /package/types/{IconImportantDatesSolid.d.ts → generated/IconImportantDatesSolid.d.ts} +0 -0
  3798. /package/types/{IconInboxLine.d.ts → generated/IconInboxLine.d.ts} +0 -0
  3799. /package/types/{IconInboxSolid.d.ts → generated/IconInboxSolid.d.ts} +0 -0
  3800. /package/types/{IconIndent2Line.d.ts → generated/IconIndent2Line.d.ts} +0 -0
  3801. /package/types/{IconIndent2Solid.d.ts → generated/IconIndent2Solid.d.ts} +0 -0
  3802. /package/types/{IconIndentLine.d.ts → generated/IconIndentLine.d.ts} +0 -0
  3803. /package/types/{IconIndentSolid.d.ts → generated/IconIndentSolid.d.ts} +0 -0
  3804. /package/types/{IconInfoBorderlessLine.d.ts → generated/IconInfoBorderlessLine.d.ts} +0 -0
  3805. /package/types/{IconInfoBorderlessSolid.d.ts → generated/IconInfoBorderlessSolid.d.ts} +0 -0
  3806. /package/types/{IconInfoLine.d.ts → generated/IconInfoLine.d.ts} +0 -0
  3807. /package/types/{IconInfoSolid.d.ts → generated/IconInfoSolid.d.ts} +0 -0
  3808. /package/types/{IconInstructure1DotLine.d.ts → generated/IconInstructure1DotLine.d.ts} +0 -0
  3809. /package/types/{IconInstructure1DotSolid.d.ts → generated/IconInstructure1DotSolid.d.ts} +0 -0
  3810. /package/types/{IconInstructure3DotLine.d.ts → generated/IconInstructure3DotLine.d.ts} +0 -0
  3811. /package/types/{IconInstructure3DotSolid.d.ts → generated/IconInstructure3DotSolid.d.ts} +0 -0
  3812. /package/types/{IconInstructureLogoLine.d.ts → generated/IconInstructureLogoLine.d.ts} +0 -0
  3813. /package/types/{IconInstructureLogoSolid.d.ts → generated/IconInstructureLogoSolid.d.ts} +0 -0
  3814. /package/types/{IconIntegrationsLine.d.ts → generated/IconIntegrationsLine.d.ts} +0 -0
  3815. /package/types/{IconIntegrationsSolid.d.ts → generated/IconIntegrationsSolid.d.ts} +0 -0
  3816. /package/types/{IconInvitationLine.d.ts → generated/IconInvitationLine.d.ts} +0 -0
  3817. /package/types/{IconInvitationSolid.d.ts → generated/IconInvitationSolid.d.ts} +0 -0
  3818. /package/types/{IconItalicLine.d.ts → generated/IconItalicLine.d.ts} +0 -0
  3819. /package/types/{IconItalicSolid.d.ts → generated/IconItalicSolid.d.ts} +0 -0
  3820. /package/types/{IconKeyboardShortcutsLine.d.ts → generated/IconKeyboardShortcutsLine.d.ts} +0 -0
  3821. /package/types/{IconKeyboardShortcutsSolid.d.ts → generated/IconKeyboardShortcutsSolid.d.ts} +0 -0
  3822. /package/types/{IconLaunchLine.d.ts → generated/IconLaunchLine.d.ts} +0 -0
  3823. /package/types/{IconLaunchSolid.d.ts → generated/IconLaunchSolid.d.ts} +0 -0
  3824. /package/types/{IconLearnplatformLine.d.ts → generated/IconLearnplatformLine.d.ts} +0 -0
  3825. /package/types/{IconLearnplatformSolid.d.ts → generated/IconLearnplatformSolid.d.ts} +0 -0
  3826. /package/types/{IconLifePreserverLine.d.ts → generated/IconLifePreserverLine.d.ts} +0 -0
  3827. /package/types/{IconLifePreserverSolid.d.ts → generated/IconLifePreserverSolid.d.ts} +0 -0
  3828. /package/types/{IconLikeLine.d.ts → generated/IconLikeLine.d.ts} +0 -0
  3829. /package/types/{IconLikeSolid.d.ts → generated/IconLikeSolid.d.ts} +0 -0
  3830. /package/types/{IconLineReaderLine.d.ts → generated/IconLineReaderLine.d.ts} +0 -0
  3831. /package/types/{IconLineReaderSolid.d.ts → generated/IconLineReaderSolid.d.ts} +0 -0
  3832. /package/types/{IconLinkLine.d.ts → generated/IconLinkLine.d.ts} +0 -0
  3833. /package/types/{IconLinkSolid.d.ts → generated/IconLinkSolid.d.ts} +0 -0
  3834. /package/types/{IconLinkedinLine.d.ts → generated/IconLinkedinLine.d.ts} +0 -0
  3835. /package/types/{IconLinkedinSolid.d.ts → generated/IconLinkedinSolid.d.ts} +0 -0
  3836. /package/types/{IconListViewLine.d.ts → generated/IconListViewLine.d.ts} +0 -0
  3837. /package/types/{IconListViewSolid.d.ts → generated/IconListViewSolid.d.ts} +0 -0
  3838. /package/types/{IconLockLine.d.ts → generated/IconLockLine.d.ts} +0 -0
  3839. /package/types/{IconLockSolid.d.ts → generated/IconLockSolid.d.ts} +0 -0
  3840. /package/types/{IconLtiLine.d.ts → generated/IconLtiLine.d.ts} +0 -0
  3841. /package/types/{IconLtiSolid.d.ts → generated/IconLtiSolid.d.ts} +0 -0
  3842. /package/types/{IconMarkAsReadLine.d.ts → generated/IconMarkAsReadLine.d.ts} +0 -0
  3843. /package/types/{IconMarkAsReadSolid.d.ts → generated/IconMarkAsReadSolid.d.ts} +0 -0
  3844. /package/types/{IconMarkerLine.d.ts → generated/IconMarkerLine.d.ts} +0 -0
  3845. /package/types/{IconMarkerSolid.d.ts → generated/IconMarkerSolid.d.ts} +0 -0
  3846. /package/types/{IconMasqueradeLine.d.ts → generated/IconMasqueradeLine.d.ts} +0 -0
  3847. /package/types/{IconMasqueradeSolid.d.ts → generated/IconMasqueradeSolid.d.ts} +0 -0
  3848. /package/types/{IconMasteryLogoLine.d.ts → generated/IconMasteryLogoLine.d.ts} +0 -0
  3849. /package/types/{IconMasteryLogoSolid.d.ts → generated/IconMasteryLogoSolid.d.ts} +0 -0
  3850. /package/types/{IconMasteryPathsLine.d.ts → generated/IconMasteryPathsLine.d.ts} +0 -0
  3851. /package/types/{IconMasteryPathsSolid.d.ts → generated/IconMasteryPathsSolid.d.ts} +0 -0
  3852. /package/types/{IconMaterialsRequiredLine.d.ts → generated/IconMaterialsRequiredLine.d.ts} +0 -0
  3853. /package/types/{IconMaterialsRequiredSolid.d.ts → generated/IconMaterialsRequiredSolid.d.ts} +0 -0
  3854. /package/types/{IconMatureLine.d.ts → generated/IconMatureLine.d.ts} +0 -0
  3855. /package/types/{IconMatureSolid.d.ts → generated/IconMatureSolid.d.ts} +0 -0
  3856. /package/types/{IconMediaLine.d.ts → generated/IconMediaLine.d.ts} +0 -0
  3857. /package/types/{IconMediaSolid.d.ts → generated/IconMediaSolid.d.ts} +0 -0
  3858. /package/types/{IconMessageLine.d.ts → generated/IconMessageLine.d.ts} +0 -0
  3859. /package/types/{IconMessageSolid.d.ts → generated/IconMessageSolid.d.ts} +0 -0
  3860. /package/types/{IconMicLine.d.ts → generated/IconMicLine.d.ts} +0 -0
  3861. /package/types/{IconMicOffLine.d.ts → generated/IconMicOffLine.d.ts} +0 -0
  3862. /package/types/{IconMicOffSolid.d.ts → generated/IconMicOffSolid.d.ts} +0 -0
  3863. /package/types/{IconMicSolid.d.ts → generated/IconMicSolid.d.ts} +0 -0
  3864. /package/types/{IconMiniArrowDoubleLine.d.ts → generated/IconMiniArrowDoubleLine.d.ts} +0 -0
  3865. /package/types/{IconMiniArrowDoubleSolid.d.ts → generated/IconMiniArrowDoubleSolid.d.ts} +0 -0
  3866. /package/types/{IconMiniArrowDownLine.d.ts → generated/IconMiniArrowDownLine.d.ts} +0 -0
  3867. /package/types/{IconMiniArrowDownSolid.d.ts → generated/IconMiniArrowDownSolid.d.ts} +0 -0
  3868. /package/types/{IconMiniArrowEndLine.d.ts → generated/IconMiniArrowEndLine.d.ts} +0 -0
  3869. /package/types/{IconMiniArrowEndSolid.d.ts → generated/IconMiniArrowEndSolid.d.ts} +0 -0
  3870. /package/types/{IconMiniArrowStartLine.d.ts → generated/IconMiniArrowStartLine.d.ts} +0 -0
  3871. /package/types/{IconMiniArrowStartSolid.d.ts → generated/IconMiniArrowStartSolid.d.ts} +0 -0
  3872. /package/types/{IconMiniArrowUpLine.d.ts → generated/IconMiniArrowUpLine.d.ts} +0 -0
  3873. /package/types/{IconMiniArrowUpSolid.d.ts → generated/IconMiniArrowUpSolid.d.ts} +0 -0
  3874. /package/types/{IconMinimizeLine.d.ts → generated/IconMinimizeLine.d.ts} +0 -0
  3875. /package/types/{IconMinimizeSolid.d.ts → generated/IconMinimizeSolid.d.ts} +0 -0
  3876. /package/types/{IconModuleLine.d.ts → generated/IconModuleLine.d.ts} +0 -0
  3877. /package/types/{IconModuleSolid.d.ts → generated/IconModuleSolid.d.ts} +0 -0
  3878. /package/types/{IconMoreLine.d.ts → generated/IconMoreLine.d.ts} +0 -0
  3879. /package/types/{IconMoreSolid.d.ts → generated/IconMoreSolid.d.ts} +0 -0
  3880. /package/types/{IconMoveDownBottomLine.d.ts → generated/IconMoveDownBottomLine.d.ts} +0 -0
  3881. /package/types/{IconMoveDownBottomSolid.d.ts → generated/IconMoveDownBottomSolid.d.ts} +0 -0
  3882. /package/types/{IconMoveDownLine.d.ts → generated/IconMoveDownLine.d.ts} +0 -0
  3883. /package/types/{IconMoveDownSolid.d.ts → generated/IconMoveDownSolid.d.ts} +0 -0
  3884. /package/types/{IconMoveEndLine.d.ts → generated/IconMoveEndLine.d.ts} +0 -0
  3885. /package/types/{IconMoveEndSolid.d.ts → generated/IconMoveEndSolid.d.ts} +0 -0
  3886. /package/types/{IconMoveStartLine.d.ts → generated/IconMoveStartLine.d.ts} +0 -0
  3887. /package/types/{IconMoveStartSolid.d.ts → generated/IconMoveStartSolid.d.ts} +0 -0
  3888. /package/types/{IconMoveUpLine.d.ts → generated/IconMoveUpLine.d.ts} +0 -0
  3889. /package/types/{IconMoveUpSolid.d.ts → generated/IconMoveUpSolid.d.ts} +0 -0
  3890. /package/types/{IconMoveUpTopLine.d.ts → generated/IconMoveUpTopLine.d.ts} +0 -0
  3891. /package/types/{IconMoveUpTopSolid.d.ts → generated/IconMoveUpTopSolid.d.ts} +0 -0
  3892. /package/types/{IconMsExcelLine.d.ts → generated/IconMsExcelLine.d.ts} +0 -0
  3893. /package/types/{IconMsExcelSolid.d.ts → generated/IconMsExcelSolid.d.ts} +0 -0
  3894. /package/types/{IconMsPptLine.d.ts → generated/IconMsPptLine.d.ts} +0 -0
  3895. /package/types/{IconMsPptSolid.d.ts → generated/IconMsPptSolid.d.ts} +0 -0
  3896. /package/types/{IconMsWordLine.d.ts → generated/IconMsWordLine.d.ts} +0 -0
  3897. /package/types/{IconMsWordSolid.d.ts → generated/IconMsWordSolid.d.ts} +0 -0
  3898. /package/types/{IconMutedLine.d.ts → generated/IconMutedLine.d.ts} +0 -0
  3899. /package/types/{IconMutedSolid.d.ts → generated/IconMutedSolid.d.ts} +0 -0
  3900. /package/types/{IconNeutralLine.d.ts → generated/IconNeutralLine.d.ts} +0 -0
  3901. /package/types/{IconNeutralSolid.d.ts → generated/IconNeutralSolid.d.ts} +0 -0
  3902. /package/types/{IconNextUnreadLine.d.ts → generated/IconNextUnreadLine.d.ts} +0 -0
  3903. /package/types/{IconNextUnreadSolid.d.ts → generated/IconNextUnreadSolid.d.ts} +0 -0
  3904. /package/types/{IconNoLine.d.ts → generated/IconNoLine.d.ts} +0 -0
  3905. /package/types/{IconNoSolid.d.ts → generated/IconNoSolid.d.ts} +0 -0
  3906. /package/types/{IconNotGradedLine.d.ts → generated/IconNotGradedLine.d.ts} +0 -0
  3907. /package/types/{IconNotGradedSolid.d.ts → generated/IconNotGradedSolid.d.ts} +0 -0
  3908. /package/types/{IconNoteLine.d.ts → generated/IconNoteLine.d.ts} +0 -0
  3909. /package/types/{IconNoteSolid.d.ts → generated/IconNoteSolid.d.ts} +0 -0
  3910. /package/types/{IconNotepadLine.d.ts → generated/IconNotepadLine.d.ts} +0 -0
  3911. /package/types/{IconNotepadSolid.d.ts → generated/IconNotepadSolid.d.ts} +0 -0
  3912. /package/types/{IconNumberedListLine.d.ts → generated/IconNumberedListLine.d.ts} +0 -0
  3913. /package/types/{IconNumberedListSolid.d.ts → generated/IconNumberedListSolid.d.ts} +0 -0
  3914. /package/types/{IconOffLine.d.ts → generated/IconOffLine.d.ts} +0 -0
  3915. /package/types/{IconOffSolid.d.ts → generated/IconOffSolid.d.ts} +0 -0
  3916. /package/types/{IconOpenFolderLine.d.ts → generated/IconOpenFolderLine.d.ts} +0 -0
  3917. /package/types/{IconOpenFolderSolid.d.ts → generated/IconOpenFolderSolid.d.ts} +0 -0
  3918. /package/types/{IconOutcomesLine.d.ts → generated/IconOutcomesLine.d.ts} +0 -0
  3919. /package/types/{IconOutcomesSolid.d.ts → generated/IconOutcomesSolid.d.ts} +0 -0
  3920. /package/types/{IconOutdent2Line.d.ts → generated/IconOutdent2Line.d.ts} +0 -0
  3921. /package/types/{IconOutdent2Solid.d.ts → generated/IconOutdent2Solid.d.ts} +0 -0
  3922. /package/types/{IconOutdentLine.d.ts → generated/IconOutdentLine.d.ts} +0 -0
  3923. /package/types/{IconOutdentSolid.d.ts → generated/IconOutdentSolid.d.ts} +0 -0
  3924. /package/types/{IconOvalHalfLine.d.ts → generated/IconOvalHalfLine.d.ts} +0 -0
  3925. /package/types/{IconOvalHalfSolid.d.ts → generated/IconOvalHalfSolid.d.ts} +0 -0
  3926. /package/types/{IconPageDownLine.d.ts → generated/IconPageDownLine.d.ts} +0 -0
  3927. /package/types/{IconPageDownSolid.d.ts → generated/IconPageDownSolid.d.ts} +0 -0
  3928. /package/types/{IconPageUpLine.d.ts → generated/IconPageUpLine.d.ts} +0 -0
  3929. /package/types/{IconPageUpSolid.d.ts → generated/IconPageUpSolid.d.ts} +0 -0
  3930. /package/types/{IconPaintLine.d.ts → generated/IconPaintLine.d.ts} +0 -0
  3931. /package/types/{IconPaintSolid.d.ts → generated/IconPaintSolid.d.ts} +0 -0
  3932. /package/types/{IconPaperclipLine.d.ts → generated/IconPaperclipLine.d.ts} +0 -0
  3933. /package/types/{IconPaperclipSolid.d.ts → generated/IconPaperclipSolid.d.ts} +0 -0
  3934. /package/types/{IconPartialLine.d.ts → generated/IconPartialLine.d.ts} +0 -0
  3935. /package/types/{IconPartialSolid.d.ts → generated/IconPartialSolid.d.ts} +0 -0
  3936. /package/types/{IconPasswordResetLine.d.ts → generated/IconPasswordResetLine.d.ts} +0 -0
  3937. /package/types/{IconPasswordResetSolid.d.ts → generated/IconPasswordResetSolid.d.ts} +0 -0
  3938. /package/types/{IconPauseLine.d.ts → generated/IconPauseLine.d.ts} +0 -0
  3939. /package/types/{IconPauseSolid.d.ts → generated/IconPauseSolid.d.ts} +0 -0
  3940. /package/types/{IconPdfLine.d.ts → generated/IconPdfLine.d.ts} +0 -0
  3941. /package/types/{IconPdfSolid.d.ts → generated/IconPdfSolid.d.ts} +0 -0
  3942. /package/types/{IconPeerGradedLine.d.ts → generated/IconPeerGradedLine.d.ts} +0 -0
  3943. /package/types/{IconPeerGradedSolid.d.ts → generated/IconPeerGradedSolid.d.ts} +0 -0
  3944. /package/types/{IconPeerReviewLine.d.ts → generated/IconPeerReviewLine.d.ts} +0 -0
  3945. /package/types/{IconPeerReviewSolid.d.ts → generated/IconPeerReviewSolid.d.ts} +0 -0
  3946. /package/types/{IconPermissionsLine.d.ts → generated/IconPermissionsLine.d.ts} +0 -0
  3947. /package/types/{IconPermissionsSolid.d.ts → generated/IconPermissionsSolid.d.ts} +0 -0
  3948. /package/types/{IconPinLine.d.ts → generated/IconPinLine.d.ts} +0 -0
  3949. /package/types/{IconPinSolid.d.ts → generated/IconPinSolid.d.ts} +0 -0
  3950. /package/types/{IconPinterestLine.d.ts → generated/IconPinterestLine.d.ts} +0 -0
  3951. /package/types/{IconPinterestSolid.d.ts → generated/IconPinterestSolid.d.ts} +0 -0
  3952. /package/types/{IconPlayLine.d.ts → generated/IconPlayLine.d.ts} +0 -0
  3953. /package/types/{IconPlaySolid.d.ts → generated/IconPlaySolid.d.ts} +0 -0
  3954. /package/types/{IconPlusLine.d.ts → generated/IconPlusLine.d.ts} +0 -0
  3955. /package/types/{IconPlusSolid.d.ts → generated/IconPlusSolid.d.ts} +0 -0
  3956. /package/types/{IconPostToSisLine.d.ts → generated/IconPostToSisLine.d.ts} +0 -0
  3957. /package/types/{IconPostToSisSolid.d.ts → generated/IconPostToSisSolid.d.ts} +0 -0
  3958. /package/types/{IconPredictiveLine.d.ts → generated/IconPredictiveLine.d.ts} +0 -0
  3959. /package/types/{IconPredictiveSolid.d.ts → generated/IconPredictiveSolid.d.ts} +0 -0
  3960. /package/types/{IconPrerequisiteLine.d.ts → generated/IconPrerequisiteLine.d.ts} +0 -0
  3961. /package/types/{IconPrerequisiteSolid.d.ts → generated/IconPrerequisiteSolid.d.ts} +0 -0
  3962. /package/types/{IconPrinterLine.d.ts → generated/IconPrinterLine.d.ts} +0 -0
  3963. /package/types/{IconPrinterSolid.d.ts → generated/IconPrinterSolid.d.ts} +0 -0
  3964. /package/types/{IconProgressLine.d.ts → generated/IconProgressLine.d.ts} +0 -0
  3965. /package/types/{IconProgressSolid.d.ts → generated/IconProgressSolid.d.ts} +0 -0
  3966. /package/types/{IconProtractorLine.d.ts → generated/IconProtractorLine.d.ts} +0 -0
  3967. /package/types/{IconProtractorSolid.d.ts → generated/IconProtractorSolid.d.ts} +0 -0
  3968. /package/types/{IconPublishLine.d.ts → generated/IconPublishLine.d.ts} +0 -0
  3969. /package/types/{IconPublishSolid.d.ts → generated/IconPublishSolid.d.ts} +0 -0
  3970. /package/types/{IconQuestionLine.d.ts → generated/IconQuestionLine.d.ts} +0 -0
  3971. /package/types/{IconQuestionSolid.d.ts → generated/IconQuestionSolid.d.ts} +0 -0
  3972. /package/types/{IconQuizInstructionsLine.d.ts → generated/IconQuizInstructionsLine.d.ts} +0 -0
  3973. /package/types/{IconQuizInstructionsSolid.d.ts → generated/IconQuizInstructionsSolid.d.ts} +0 -0
  3974. /package/types/{IconQuizLine.d.ts → generated/IconQuizLine.d.ts} +0 -0
  3975. /package/types/{IconQuizSolid.d.ts → generated/IconQuizSolid.d.ts} +0 -0
  3976. /package/types/{IconQuizStatsAvgLine.d.ts → generated/IconQuizStatsAvgLine.d.ts} +0 -0
  3977. /package/types/{IconQuizStatsAvgSolid.d.ts → generated/IconQuizStatsAvgSolid.d.ts} +0 -0
  3978. /package/types/{IconQuizStatsCronbachsAlphaLine.d.ts → generated/IconQuizStatsCronbachsAlphaLine.d.ts} +0 -0
  3979. /package/types/{IconQuizStatsCronbachsAlphaSolid.d.ts → generated/IconQuizStatsCronbachsAlphaSolid.d.ts} +0 -0
  3980. /package/types/{IconQuizStatsDeviationLine.d.ts → generated/IconQuizStatsDeviationLine.d.ts} +0 -0
  3981. /package/types/{IconQuizStatsDeviationSolid.d.ts → generated/IconQuizStatsDeviationSolid.d.ts} +0 -0
  3982. /package/types/{IconQuizStatsHighLine.d.ts → generated/IconQuizStatsHighLine.d.ts} +0 -0
  3983. /package/types/{IconQuizStatsHighSolid.d.ts → generated/IconQuizStatsHighSolid.d.ts} +0 -0
  3984. /package/types/{IconQuizStatsLowLine.d.ts → generated/IconQuizStatsLowLine.d.ts} +0 -0
  3985. /package/types/{IconQuizStatsLowSolid.d.ts → generated/IconQuizStatsLowSolid.d.ts} +0 -0
  3986. /package/types/{IconQuizStatsTimeLine.d.ts → generated/IconQuizStatsTimeLine.d.ts} +0 -0
  3987. /package/types/{IconQuizStatsTimeSolid.d.ts → generated/IconQuizStatsTimeSolid.d.ts} +0 -0
  3988. /package/types/{IconQuizTitleLine.d.ts → generated/IconQuizTitleLine.d.ts} +0 -0
  3989. /package/types/{IconQuizTitleSolid.d.ts → generated/IconQuizTitleSolid.d.ts} +0 -0
  3990. /package/types/{IconRecordLine.d.ts → generated/IconRecordLine.d.ts} +0 -0
  3991. /package/types/{IconRecordSolid.d.ts → generated/IconRecordSolid.d.ts} +0 -0
  3992. /package/types/{IconRedoLine.d.ts → generated/IconRedoLine.d.ts} +0 -0
  3993. /package/types/{IconRedoSolid.d.ts → generated/IconRedoSolid.d.ts} +0 -0
  3994. /package/types/{IconRefreshLine.d.ts → generated/IconRefreshLine.d.ts} +0 -0
  3995. /package/types/{IconRefreshSolid.d.ts → generated/IconRefreshSolid.d.ts} +0 -0
  3996. /package/types/{IconRemoveBookmarkLine.d.ts → generated/IconRemoveBookmarkLine.d.ts} +0 -0
  3997. /package/types/{IconRemoveBookmarkSolid.d.ts → generated/IconRemoveBookmarkSolid.d.ts} +0 -0
  3998. /package/types/{IconRemoveFromCollectionLine.d.ts → generated/IconRemoveFromCollectionLine.d.ts} +0 -0
  3999. /package/types/{IconRemoveFromCollectionSolid.d.ts → generated/IconRemoveFromCollectionSolid.d.ts} +0 -0
  4000. /package/types/{IconRemoveLinkLine.d.ts → generated/IconRemoveLinkLine.d.ts} +0 -0
  4001. /package/types/{IconRemoveLinkSolid.d.ts → generated/IconRemoveLinkSolid.d.ts} +0 -0
  4002. /package/types/{IconRepliedLine.d.ts → generated/IconRepliedLine.d.ts} +0 -0
  4003. /package/types/{IconRepliedSolid.d.ts → generated/IconRepliedSolid.d.ts} +0 -0
  4004. /package/types/{IconReply2Line.d.ts → generated/IconReply2Line.d.ts} +0 -0
  4005. /package/types/{IconReply2Solid.d.ts → generated/IconReply2Solid.d.ts} +0 -0
  4006. /package/types/{IconReplyAll2Line.d.ts → generated/IconReplyAll2Line.d.ts} +0 -0
  4007. /package/types/{IconReplyAll2Solid.d.ts → generated/IconReplyAll2Solid.d.ts} +0 -0
  4008. /package/types/{IconReplyLine.d.ts → generated/IconReplyLine.d.ts} +0 -0
  4009. /package/types/{IconReplySolid.d.ts → generated/IconReplySolid.d.ts} +0 -0
  4010. /package/types/{IconResetLine.d.ts → generated/IconResetLine.d.ts} +0 -0
  4011. /package/types/{IconResetSolid.d.ts → generated/IconResetSolid.d.ts} +0 -0
  4012. /package/types/{IconRestoreLine.d.ts → generated/IconRestoreLine.d.ts} +0 -0
  4013. /package/types/{IconRestoreSolid.d.ts → generated/IconRestoreSolid.d.ts} +0 -0
  4014. /package/types/{IconReviewScreenLine.d.ts → generated/IconReviewScreenLine.d.ts} +0 -0
  4015. /package/types/{IconReviewScreenSolid.d.ts → generated/IconReviewScreenSolid.d.ts} +0 -0
  4016. /package/types/{IconRewindLine.d.ts → generated/IconRewindLine.d.ts} +0 -0
  4017. /package/types/{IconRewindSolid.d.ts → generated/IconRewindSolid.d.ts} +0 -0
  4018. /package/types/{IconRotateLeftLine.d.ts → generated/IconRotateLeftLine.d.ts} +0 -0
  4019. /package/types/{IconRotateLeftSolid.d.ts → generated/IconRotateLeftSolid.d.ts} +0 -0
  4020. /package/types/{IconRotateRightLine.d.ts → generated/IconRotateRightLine.d.ts} +0 -0
  4021. /package/types/{IconRotateRightSolid.d.ts → generated/IconRotateRightSolid.d.ts} +0 -0
  4022. /package/types/{IconRssLine.d.ts → generated/IconRssLine.d.ts} +0 -0
  4023. /package/types/{IconRssSolid.d.ts → generated/IconRssSolid.d.ts} +0 -0
  4024. /package/types/{IconRubricDarkLine.d.ts → generated/IconRubricDarkLine.d.ts} +0 -0
  4025. /package/types/{IconRubricDarkSolid.d.ts → generated/IconRubricDarkSolid.d.ts} +0 -0
  4026. /package/types/{IconRubricLine.d.ts → generated/IconRubricLine.d.ts} +0 -0
  4027. /package/types/{IconRubricSolid.d.ts → generated/IconRubricSolid.d.ts} +0 -0
  4028. /package/types/{IconRulerLine.d.ts → generated/IconRulerLine.d.ts} +0 -0
  4029. /package/types/{IconRulerSolid.d.ts → generated/IconRulerSolid.d.ts} +0 -0
  4030. /package/types/{IconSaveLine.d.ts → generated/IconSaveLine.d.ts} +0 -0
  4031. /package/types/{IconSaveSolid.d.ts → generated/IconSaveSolid.d.ts} +0 -0
  4032. /package/types/{IconScreenCaptureLine.d.ts → generated/IconScreenCaptureLine.d.ts} +0 -0
  4033. /package/types/{IconScreenCaptureSolid.d.ts → generated/IconScreenCaptureSolid.d.ts} +0 -0
  4034. /package/types/{IconSearchAiLine.d.ts → generated/IconSearchAiLine.d.ts} +0 -0
  4035. /package/types/{IconSearchAiSolid.d.ts → generated/IconSearchAiSolid.d.ts} +0 -0
  4036. /package/types/{IconSearchLine.d.ts → generated/IconSearchLine.d.ts} +0 -0
  4037. /package/types/{IconSearchSolid.d.ts → generated/IconSearchSolid.d.ts} +0 -0
  4038. /package/types/{IconSettingsLine.d.ts → generated/IconSettingsLine.d.ts} +0 -0
  4039. /package/types/{IconSettingsSolid.d.ts → generated/IconSettingsSolid.d.ts} +0 -0
  4040. /package/types/{IconShapeOvalLine.d.ts → generated/IconShapeOvalLine.d.ts} +0 -0
  4041. /package/types/{IconShapeOvalSolid.d.ts → generated/IconShapeOvalSolid.d.ts} +0 -0
  4042. /package/types/{IconShapePolygonLine.d.ts → generated/IconShapePolygonLine.d.ts} +0 -0
  4043. /package/types/{IconShapePolygonSolid.d.ts → generated/IconShapePolygonSolid.d.ts} +0 -0
  4044. /package/types/{IconShapeRectangleLine.d.ts → generated/IconShapeRectangleLine.d.ts} +0 -0
  4045. /package/types/{IconShapeRectangleSolid.d.ts → generated/IconShapeRectangleSolid.d.ts} +0 -0
  4046. /package/types/{IconShareLine.d.ts → generated/IconShareLine.d.ts} +0 -0
  4047. /package/types/{IconShareSolid.d.ts → generated/IconShareSolid.d.ts} +0 -0
  4048. /package/types/{IconSidebarRightHideLine.d.ts → generated/IconSidebarRightHideLine.d.ts} +0 -0
  4049. /package/types/{IconSidebarRightHideSolid.d.ts → generated/IconSidebarRightHideSolid.d.ts} +0 -0
  4050. /package/types/{IconSidebarRightShowLine.d.ts → generated/IconSidebarRightShowLine.d.ts} +0 -0
  4051. /package/types/{IconSidebarRightShowSolid.d.ts → generated/IconSidebarRightShowSolid.d.ts} +0 -0
  4052. /package/types/{IconSingleMetricLine.d.ts → generated/IconSingleMetricLine.d.ts} +0 -0
  4053. /package/types/{IconSingleMetricSolid.d.ts → generated/IconSingleMetricSolid.d.ts} +0 -0
  4054. /package/types/{IconSisImportedLine.d.ts → generated/IconSisImportedLine.d.ts} +0 -0
  4055. /package/types/{IconSisImportedSolid.d.ts → generated/IconSisImportedSolid.d.ts} +0 -0
  4056. /package/types/{IconSisNotSyncedLine.d.ts → generated/IconSisNotSyncedLine.d.ts} +0 -0
  4057. /package/types/{IconSisNotSyncedSolid.d.ts → generated/IconSisNotSyncedSolid.d.ts} +0 -0
  4058. /package/types/{IconSisSyncedLine.d.ts → generated/IconSisSyncedLine.d.ts} +0 -0
  4059. /package/types/{IconSisSyncedSolid.d.ts → generated/IconSisSyncedSolid.d.ts} +0 -0
  4060. /package/types/{IconSkypeLine.d.ts → generated/IconSkypeLine.d.ts} +0 -0
  4061. /package/types/{IconSkypeSolid.d.ts → generated/IconSkypeSolid.d.ts} +0 -0
  4062. /package/types/{IconSortLine.d.ts → generated/IconSortLine.d.ts} +0 -0
  4063. /package/types/{IconSortSolid.d.ts → generated/IconSortSolid.d.ts} +0 -0
  4064. /package/types/{IconSpeedGraderLine.d.ts → generated/IconSpeedGraderLine.d.ts} +0 -0
  4065. /package/types/{IconSpeedGraderSolid.d.ts → generated/IconSpeedGraderSolid.d.ts} +0 -0
  4066. /package/types/{IconStandardsLine.d.ts → generated/IconStandardsLine.d.ts} +0 -0
  4067. /package/types/{IconStandardsSolid.d.ts → generated/IconStandardsSolid.d.ts} +0 -0
  4068. /package/types/{IconStarLightLine.d.ts → generated/IconStarLightLine.d.ts} +0 -0
  4069. /package/types/{IconStarLightSolid.d.ts → generated/IconStarLightSolid.d.ts} +0 -0
  4070. /package/types/{IconStarLine.d.ts → generated/IconStarLine.d.ts} +0 -0
  4071. /package/types/{IconStarSolid.d.ts → generated/IconStarSolid.d.ts} +0 -0
  4072. /package/types/{IconStatsLine.d.ts → generated/IconStatsLine.d.ts} +0 -0
  4073. /package/types/{IconStatsSolid.d.ts → generated/IconStatsSolid.d.ts} +0 -0
  4074. /package/types/{IconStopLine.d.ts → generated/IconStopLine.d.ts} +0 -0
  4075. /package/types/{IconStopSolid.d.ts → generated/IconStopSolid.d.ts} +0 -0
  4076. /package/types/{IconStrikethroughLine.d.ts → generated/IconStrikethroughLine.d.ts} +0 -0
  4077. /package/types/{IconStrikethroughSolid.d.ts → generated/IconStrikethroughSolid.d.ts} +0 -0
  4078. /package/types/{IconStudentViewLine.d.ts → generated/IconStudentViewLine.d.ts} +0 -0
  4079. /package/types/{IconStudentViewSolid.d.ts → generated/IconStudentViewSolid.d.ts} +0 -0
  4080. /package/types/{IconStudioLine.d.ts → generated/IconStudioLine.d.ts} +0 -0
  4081. /package/types/{IconStudioSolid.d.ts → generated/IconStudioSolid.d.ts} +0 -0
  4082. /package/types/{IconSubaccountsLine.d.ts → generated/IconSubaccountsLine.d.ts} +0 -0
  4083. /package/types/{IconSubaccountsSolid.d.ts → generated/IconSubaccountsSolid.d.ts} +0 -0
  4084. /package/types/{IconSubtitlesLine.d.ts → generated/IconSubtitlesLine.d.ts} +0 -0
  4085. /package/types/{IconSubtitlesSolid.d.ts → generated/IconSubtitlesSolid.d.ts} +0 -0
  4086. /package/types/{IconSyllabusLine.d.ts → generated/IconSyllabusLine.d.ts} +0 -0
  4087. /package/types/{IconSyllabusSolid.d.ts → generated/IconSyllabusSolid.d.ts} +0 -0
  4088. /package/types/{IconTableCellSelectAllLine.d.ts → generated/IconTableCellSelectAllLine.d.ts} +0 -0
  4089. /package/types/{IconTableCellSelectAllSolid.d.ts → generated/IconTableCellSelectAllSolid.d.ts} +0 -0
  4090. /package/types/{IconTableDeleteColumnLine.d.ts → generated/IconTableDeleteColumnLine.d.ts} +0 -0
  4091. /package/types/{IconTableDeleteColumnSolid.d.ts → generated/IconTableDeleteColumnSolid.d.ts} +0 -0
  4092. /package/types/{IconTableDeleteRowLine.d.ts → generated/IconTableDeleteRowLine.d.ts} +0 -0
  4093. /package/types/{IconTableDeleteRowSolid.d.ts → generated/IconTableDeleteRowSolid.d.ts} +0 -0
  4094. /package/types/{IconTableDeleteTableLine.d.ts → generated/IconTableDeleteTableLine.d.ts} +0 -0
  4095. /package/types/{IconTableDeleteTableSolid.d.ts → generated/IconTableDeleteTableSolid.d.ts} +0 -0
  4096. /package/types/{IconTableInsertColumnAfterLine.d.ts → generated/IconTableInsertColumnAfterLine.d.ts} +0 -0
  4097. /package/types/{IconTableInsertColumnAfterSolid.d.ts → generated/IconTableInsertColumnAfterSolid.d.ts} +0 -0
  4098. /package/types/{IconTableInsertColumnBeforeLine.d.ts → generated/IconTableInsertColumnBeforeLine.d.ts} +0 -0
  4099. /package/types/{IconTableInsertColumnBeforeSolid.d.ts → generated/IconTableInsertColumnBeforeSolid.d.ts} +0 -0
  4100. /package/types/{IconTableInsertRowAboveLine.d.ts → generated/IconTableInsertRowAboveLine.d.ts} +0 -0
  4101. /package/types/{IconTableInsertRowAboveSolid.d.ts → generated/IconTableInsertRowAboveSolid.d.ts} +0 -0
  4102. /package/types/{IconTableInsertRowAfterLine.d.ts → generated/IconTableInsertRowAfterLine.d.ts} +0 -0
  4103. /package/types/{IconTableInsertRowAfterSolid.d.ts → generated/IconTableInsertRowAfterSolid.d.ts} +0 -0
  4104. /package/types/{IconTableLeftHeaderLine.d.ts → generated/IconTableLeftHeaderLine.d.ts} +0 -0
  4105. /package/types/{IconTableLeftHeaderSolid.d.ts → generated/IconTableLeftHeaderSolid.d.ts} +0 -0
  4106. /package/types/{IconTableLine.d.ts → generated/IconTableLine.d.ts} +0 -0
  4107. /package/types/{IconTableMergeCellsLine.d.ts → generated/IconTableMergeCellsLine.d.ts} +0 -0
  4108. /package/types/{IconTableMergeCellsSolid.d.ts → generated/IconTableMergeCellsSolid.d.ts} +0 -0
  4109. /package/types/{IconTableRowPropertiesLine.d.ts → generated/IconTableRowPropertiesLine.d.ts} +0 -0
  4110. /package/types/{IconTableRowPropertiesSolid.d.ts → generated/IconTableRowPropertiesSolid.d.ts} +0 -0
  4111. /package/types/{IconTableSolid.d.ts → generated/IconTableSolid.d.ts} +0 -0
  4112. /package/types/{IconTableSplitCellsLine.d.ts → generated/IconTableSplitCellsLine.d.ts} +0 -0
  4113. /package/types/{IconTableSplitCellsSolid.d.ts → generated/IconTableSplitCellsSolid.d.ts} +0 -0
  4114. /package/types/{IconTableTopHeaderLine.d.ts → generated/IconTableTopHeaderLine.d.ts} +0 -0
  4115. /package/types/{IconTableTopHeaderSolid.d.ts → generated/IconTableTopHeaderSolid.d.ts} +0 -0
  4116. /package/types/{IconTagLine.d.ts → generated/IconTagLine.d.ts} +0 -0
  4117. /package/types/{IconTagSolid.d.ts → generated/IconTagSolid.d.ts} +0 -0
  4118. /package/types/{IconTargetLine.d.ts → generated/IconTargetLine.d.ts} +0 -0
  4119. /package/types/{IconTargetSolid.d.ts → generated/IconTargetSolid.d.ts} +0 -0
  4120. /package/types/{IconTextBackgroundColorLine.d.ts → generated/IconTextBackgroundColorLine.d.ts} +0 -0
  4121. /package/types/{IconTextBackgroundColorSolid.d.ts → generated/IconTextBackgroundColorSolid.d.ts} +0 -0
  4122. /package/types/{IconTextCenteredLine.d.ts → generated/IconTextCenteredLine.d.ts} +0 -0
  4123. /package/types/{IconTextCenteredSolid.d.ts → generated/IconTextCenteredSolid.d.ts} +0 -0
  4124. /package/types/{IconTextColorLine.d.ts → generated/IconTextColorLine.d.ts} +0 -0
  4125. /package/types/{IconTextColorSolid.d.ts → generated/IconTextColorSolid.d.ts} +0 -0
  4126. /package/types/{IconTextDirectionLtrLine.d.ts → generated/IconTextDirectionLtrLine.d.ts} +0 -0
  4127. /package/types/{IconTextDirectionLtrSolid.d.ts → generated/IconTextDirectionLtrSolid.d.ts} +0 -0
  4128. /package/types/{IconTextDirectionRtlLine.d.ts → generated/IconTextDirectionRtlLine.d.ts} +0 -0
  4129. /package/types/{IconTextDirectionRtlSolid.d.ts → generated/IconTextDirectionRtlSolid.d.ts} +0 -0
  4130. /package/types/{IconTextEndLine.d.ts → generated/IconTextEndLine.d.ts} +0 -0
  4131. /package/types/{IconTextEndSolid.d.ts → generated/IconTextEndSolid.d.ts} +0 -0
  4132. /package/types/{IconTextLine.d.ts → generated/IconTextLine.d.ts} +0 -0
  4133. /package/types/{IconTextSolid.d.ts → generated/IconTextSolid.d.ts} +0 -0
  4134. /package/types/{IconTextStartLine.d.ts → generated/IconTextStartLine.d.ts} +0 -0
  4135. /package/types/{IconTextStartSolid.d.ts → generated/IconTextStartSolid.d.ts} +0 -0
  4136. /package/types/{IconTextSubscriptLine.d.ts → generated/IconTextSubscriptLine.d.ts} +0 -0
  4137. /package/types/{IconTextSubscriptSolid.d.ts → generated/IconTextSubscriptSolid.d.ts} +0 -0
  4138. /package/types/{IconTextSuperscriptLine.d.ts → generated/IconTextSuperscriptLine.d.ts} +0 -0
  4139. /package/types/{IconTextSuperscriptSolid.d.ts → generated/IconTextSuperscriptSolid.d.ts} +0 -0
  4140. /package/types/{IconTextareaLine.d.ts → generated/IconTextareaLine.d.ts} +0 -0
  4141. /package/types/{IconTextareaSolid.d.ts → generated/IconTextareaSolid.d.ts} +0 -0
  4142. /package/types/{IconTimerLine.d.ts → generated/IconTimerLine.d.ts} +0 -0
  4143. /package/types/{IconTimerSolid.d.ts → generated/IconTimerSolid.d.ts} +0 -0
  4144. /package/types/{IconToggleEndLine.d.ts → generated/IconToggleEndLine.d.ts} +0 -0
  4145. /package/types/{IconToggleEndSolid.d.ts → generated/IconToggleEndSolid.d.ts} +0 -0
  4146. /package/types/{IconToggleStartLine.d.ts → generated/IconToggleStartLine.d.ts} +0 -0
  4147. /package/types/{IconToggleStartSolid.d.ts → generated/IconToggleStartSolid.d.ts} +0 -0
  4148. /package/types/{IconTrashLine.d.ts → generated/IconTrashLine.d.ts} +0 -0
  4149. /package/types/{IconTrashSolid.d.ts → generated/IconTrashSolid.d.ts} +0 -0
  4150. /package/types/{IconTroubleLine.d.ts → generated/IconTroubleLine.d.ts} +0 -0
  4151. /package/types/{IconTroubleSolid.d.ts → generated/IconTroubleSolid.d.ts} +0 -0
  4152. /package/types/{IconTwitterLine.d.ts → generated/IconTwitterLine.d.ts} +0 -0
  4153. /package/types/{IconTwitterSolid.d.ts → generated/IconTwitterSolid.d.ts} +0 -0
  4154. /package/types/{IconUnarchiveLine.d.ts → generated/IconUnarchiveLine.d.ts} +0 -0
  4155. /package/types/{IconUnarchiveSolid.d.ts → generated/IconUnarchiveSolid.d.ts} +0 -0
  4156. /package/types/{IconUnderlineLine.d.ts → generated/IconUnderlineLine.d.ts} +0 -0
  4157. /package/types/{IconUnderlineSolid.d.ts → generated/IconUnderlineSolid.d.ts} +0 -0
  4158. /package/types/{IconUndoLine.d.ts → generated/IconUndoLine.d.ts} +0 -0
  4159. /package/types/{IconUndoSolid.d.ts → generated/IconUndoSolid.d.ts} +0 -0
  4160. /package/types/{IconUnlockLine.d.ts → generated/IconUnlockLine.d.ts} +0 -0
  4161. /package/types/{IconUnlockSolid.d.ts → generated/IconUnlockSolid.d.ts} +0 -0
  4162. /package/types/{IconUnmutedLine.d.ts → generated/IconUnmutedLine.d.ts} +0 -0
  4163. /package/types/{IconUnmutedSolid.d.ts → generated/IconUnmutedSolid.d.ts} +0 -0
  4164. /package/types/{IconUnpublishedLine.d.ts → generated/IconUnpublishedLine.d.ts} +0 -0
  4165. /package/types/{IconUnpublishedSolid.d.ts → generated/IconUnpublishedSolid.d.ts} +0 -0
  4166. /package/types/{IconUpdownLine.d.ts → generated/IconUpdownLine.d.ts} +0 -0
  4167. /package/types/{IconUpdownSolid.d.ts → generated/IconUpdownSolid.d.ts} +0 -0
  4168. /package/types/{IconUploadLine.d.ts → generated/IconUploadLine.d.ts} +0 -0
  4169. /package/types/{IconUploadSolid.d.ts → generated/IconUploadSolid.d.ts} +0 -0
  4170. /package/types/{IconUserAssignLine.d.ts → generated/IconUserAssignLine.d.ts} +0 -0
  4171. /package/types/{IconUserAssignSolid.d.ts → generated/IconUserAssignSolid.d.ts} +0 -0
  4172. /package/types/{IconUserLine.d.ts → generated/IconUserLine.d.ts} +0 -0
  4173. /package/types/{IconUserSolid.d.ts → generated/IconUserSolid.d.ts} +0 -0
  4174. /package/types/{IconVideoCameraLine.d.ts → generated/IconVideoCameraLine.d.ts} +0 -0
  4175. /package/types/{IconVideoCameraOffLine.d.ts → generated/IconVideoCameraOffLine.d.ts} +0 -0
  4176. /package/types/{IconVideoCameraOffSolid.d.ts → generated/IconVideoCameraOffSolid.d.ts} +0 -0
  4177. /package/types/{IconVideoCameraSolid.d.ts → generated/IconVideoCameraSolid.d.ts} +0 -0
  4178. /package/types/{IconVideoLine.d.ts → generated/IconVideoLine.d.ts} +0 -0
  4179. /package/types/{IconVideoSolid.d.ts → generated/IconVideoSolid.d.ts} +0 -0
  4180. /package/types/{IconWarningBorderlessLine.d.ts → generated/IconWarningBorderlessLine.d.ts} +0 -0
  4181. /package/types/{IconWarningBorderlessSolid.d.ts → generated/IconWarningBorderlessSolid.d.ts} +0 -0
  4182. /package/types/{IconWarningLine.d.ts → generated/IconWarningLine.d.ts} +0 -0
  4183. /package/types/{IconWarningSolid.d.ts → generated/IconWarningSolid.d.ts} +0 -0
  4184. /package/types/{IconWindowsLine.d.ts → generated/IconWindowsLine.d.ts} +0 -0
  4185. /package/types/{IconWindowsSolid.d.ts → generated/IconWindowsSolid.d.ts} +0 -0
  4186. /package/types/{IconWordpressLine.d.ts → generated/IconWordpressLine.d.ts} +0 -0
  4187. /package/types/{IconWordpressSolid.d.ts → generated/IconWordpressSolid.d.ts} +0 -0
  4188. /package/types/{IconXLine.d.ts → generated/IconXLine.d.ts} +0 -0
  4189. /package/types/{IconXSolid.d.ts → generated/IconXSolid.d.ts} +0 -0
  4190. /package/types/{IconZippedLine.d.ts → generated/IconZippedLine.d.ts} +0 -0
  4191. /package/types/{IconZippedSolid.d.ts → generated/IconZippedSolid.d.ts} +0 -0
  4192. /package/types/{IconZoomInLine.d.ts → generated/IconZoomInLine.d.ts} +0 -0
  4193. /package/types/{IconZoomInSolid.d.ts → generated/IconZoomInSolid.d.ts} +0 -0
  4194. /package/types/{IconZoomOutLine.d.ts → generated/IconZoomOutLine.d.ts} +0 -0
  4195. /package/types/{IconZoomOutSolid.d.ts → generated/IconZoomOutSolid.d.ts} +0 -0
@@ -0,0 +1,1956 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.ArrowLeftRightInstUIIcon = exports.ArrowLeftInstUIIcon = exports.ArrowLeftFromLineInstUIIcon = exports.ArrowLeftCircleInstUIIcon = exports.ArrowDownZaInstUIIcon = exports.ArrowDownZAInstUIIcon = exports.ArrowDownWideNarrowInstUIIcon = exports.ArrowDownUpInstUIIcon = exports.ArrowDownToLineInstUIIcon = exports.ArrowDownToDotInstUIIcon = exports.ArrowDownSquareInstUIIcon = exports.ArrowDownRightSquareInstUIIcon = exports.ArrowDownRightInstUIIcon = exports.ArrowDownRightFromSquareInstUIIcon = exports.ArrowDownRightFromCircleInstUIIcon = exports.ArrowDownNarrowWideInstUIIcon = exports.ArrowDownLeftSquareInstUIIcon = exports.ArrowDownLeftInstUIIcon = exports.ArrowDownLeftFromSquareInstUIIcon = exports.ArrowDownLeftFromCircleInstUIIcon = exports.ArrowDownInstUIIcon = exports.ArrowDownFromLineInstUIIcon = exports.ArrowDownCircleInstUIIcon = exports.ArrowDownAzInstUIIcon = exports.ArrowDownAZInstUIIcon = exports.ArrowDown10InstUIIcon = exports.ArrowDown01InstUIIcon = exports.ArrowBigUpInstUIIcon = exports.ArrowBigUpDashInstUIIcon = exports.ArrowBigRightInstUIIcon = exports.ArrowBigRightDashInstUIIcon = exports.ArrowBigLeftInstUIIcon = exports.ArrowBigLeftDashInstUIIcon = exports.ArrowBigDownInstUIIcon = exports.ArrowBigDownDashInstUIIcon = exports.ArmchairInstUIIcon = exports.AreaChartInstUIIcon = exports.ArchiveXInstUIIcon = exports.ArchiveRestoreInstUIIcon = exports.ArchiveInstUIIcon = exports.AppleInstUIIcon = exports.AppWindowMacInstUIIcon = exports.AppWindowInstUIIcon = exports.ApertureInstUIIcon = exports.AnvilInstUIIcon = exports.AntennaInstUIIcon = exports.AnnoyedInstUIIcon = exports.AngryInstUIIcon = exports.AnchorInstUIIcon = exports.AmphoraInstUIIcon = exports.AmpersandsInstUIIcon = exports.AmpersandInstUIIcon = exports.AmbulanceInstUIIcon = exports.AlignVerticalSpaceBetweenInstUIIcon = exports.AlignVerticalSpaceAroundInstUIIcon = exports.AlignVerticalJustifyStartInstUIIcon = exports.AlignVerticalJustifyEndInstUIIcon = exports.AlignVerticalJustifyCenterInstUIIcon = exports.AlignVerticalDistributeStartInstUIIcon = exports.AlignVerticalDistributeEndInstUIIcon = exports.AlignVerticalDistributeCenterInstUIIcon = exports.AlignStartVerticalInstUIIcon = exports.AlignStartHorizontalInstUIIcon = exports.AlignRightInstUIIcon = exports.AlignLeftInstUIIcon = exports.AlignJustifyInstUIIcon = exports.AlignHorizontalSpaceBetweenInstUIIcon = exports.AlignHorizontalSpaceAroundInstUIIcon = exports.AlignHorizontalJustifyStartInstUIIcon = exports.AlignHorizontalJustifyEndInstUIIcon = exports.AlignHorizontalJustifyCenterInstUIIcon = exports.AlignHorizontalDistributeStartInstUIIcon = exports.AlignHorizontalDistributeEndInstUIIcon = exports.AlignHorizontalDistributeCenterInstUIIcon = exports.AlignEndVerticalInstUIIcon = exports.AlignEndHorizontalInstUIIcon = exports.AlignCenterVerticalInstUIIcon = exports.AlignCenterInstUIIcon = exports.AlignCenterHorizontalInstUIIcon = exports.AlertTriangleInstUIIcon = exports.AlertOctagonInstUIIcon = exports.AlertCircleInstUIIcon = exports.AlbumInstUIIcon = exports.AlarmSmokeInstUIIcon = exports.AlarmPlusInstUIIcon = exports.AlarmMinusInstUIIcon = exports.AlarmClockPlusInstUIIcon = exports.AlarmClockOffInstUIIcon = exports.AlarmClockMinusInstUIIcon = exports.AlarmClockInstUIIcon = exports.AlarmClockCheckInstUIIcon = exports.AlarmCheckInstUIIcon = exports.AirplayInstUIIcon = exports.AirVentInstUIIcon = exports.ActivitySquareInstUIIcon = exports.ActivityInstUIIcon = exports.AccessibilityInstUIIcon = exports.ALargeSmallInstUIIcon = exports.AArrowUpInstUIIcon = exports.AArrowDownInstUIIcon = void 0;
8
+ exports.BellDotInstUIIcon = exports.BeerOffInstUIIcon = exports.BeerInstUIIcon = exports.BeefInstUIIcon = exports.BedSingleInstUIIcon = exports.BedInstUIIcon = exports.BedDoubleInstUIIcon = exports.BeanOffInstUIIcon = exports.BeanInstUIIcon = exports.BeakerInstUIIcon = exports.BatteryWarningInstUIIcon = exports.BatteryPlusInstUIIcon = exports.BatteryMediumInstUIIcon = exports.BatteryLowInstUIIcon = exports.BatteryInstUIIcon = exports.BatteryFullInstUIIcon = exports.BatteryChargingInstUIIcon = exports.BathInstUIIcon = exports.BaselineInstUIIcon = exports.BarrelInstUIIcon = exports.BarcodeInstUIIcon = exports.BarChartInstUIIcon = exports.BarChartHorizontalInstUIIcon = exports.BarChartHorizontalBigInstUIIcon = exports.BarChartBigInstUIIcon = exports.BarChart4InstUIIcon = exports.BarChart3InstUIIcon = exports.BarChart2InstUIIcon = exports.BanknoteXInstUIIcon = exports.BanknoteInstUIIcon = exports.BanknoteArrowUpInstUIIcon = exports.BanknoteArrowDownInstUIIcon = exports.BandageInstUIIcon = exports.BananaInstUIIcon = exports.BanInstUIIcon = exports.BalloonInstUIIcon = exports.BaggageClaimInstUIIcon = exports.BadgeXInstUIIcon = exports.BadgeTurkishLiraInstUIIcon = exports.BadgeSwissFrancInstUIIcon = exports.BadgeRussianRubleInstUIIcon = exports.BadgeQuestionMarkInstUIIcon = exports.BadgePoundSterlingInstUIIcon = exports.BadgePlusInstUIIcon = exports.BadgePercentInstUIIcon = exports.BadgeMinusInstUIIcon = exports.BadgeJapaneseYenInstUIIcon = exports.BadgeInstUIIcon = exports.BadgeInfoInstUIIcon = exports.BadgeIndianRupeeInstUIIcon = exports.BadgeHelpInstUIIcon = exports.BadgeEuroInstUIIcon = exports.BadgeDollarSignInstUIIcon = exports.BadgeCheckInstUIIcon = exports.BadgeCentInstUIIcon = exports.BadgeAlertInstUIIcon = exports.BackpackInstUIIcon = exports.BabyInstUIIcon = exports.Axis3dInstUIIcon = exports.Axis3DInstUIIcon = exports.AxeInstUIIcon = exports.AwardInstUIIcon = exports.AudioWaveformInstUIIcon = exports.AudioLinesInstUIIcon = exports.AtomInstUIIcon = exports.AtSignInstUIIcon = exports.AsteriskSquareInstUIIcon = exports.AsteriskInstUIIcon = exports.ArrowsUpFromLineInstUIIcon = exports.ArrowUpZaInstUIIcon = exports.ArrowUpZAInstUIIcon = exports.ArrowUpWideNarrowInstUIIcon = exports.ArrowUpToLineInstUIIcon = exports.ArrowUpSquareInstUIIcon = exports.ArrowUpRightSquareInstUIIcon = exports.ArrowUpRightInstUIIcon = exports.ArrowUpRightFromSquareInstUIIcon = exports.ArrowUpRightFromCircleInstUIIcon = exports.ArrowUpNarrowWideInstUIIcon = exports.ArrowUpLeftSquareInstUIIcon = exports.ArrowUpLeftInstUIIcon = exports.ArrowUpLeftFromSquareInstUIIcon = exports.ArrowUpLeftFromCircleInstUIIcon = exports.ArrowUpInstUIIcon = exports.ArrowUpFromLineInstUIIcon = exports.ArrowUpFromDotInstUIIcon = exports.ArrowUpDownInstUIIcon = exports.ArrowUpCircleInstUIIcon = exports.ArrowUpAzInstUIIcon = exports.ArrowUpAZInstUIIcon = exports.ArrowUp10InstUIIcon = exports.ArrowUp01InstUIIcon = exports.ArrowRightToLineInstUIIcon = exports.ArrowRightSquareInstUIIcon = exports.ArrowRightLeftInstUIIcon = exports.ArrowRightInstUIIcon = exports.ArrowRightFromLineInstUIIcon = exports.ArrowRightCircleInstUIIcon = exports.ArrowLeftToLineInstUIIcon = exports.ArrowLeftSquareInstUIIcon = void 0;
9
+ exports.CalculatorInstUIIcon = exports.CakeSliceInstUIIcon = exports.CakeInstUIIcon = exports.CableInstUIIcon = exports.CableCarInstUIIcon = exports.BusInstUIIcon = exports.BusFrontInstUIIcon = exports.BuildingInstUIIcon = exports.Building2InstUIIcon = exports.BugPlayInstUIIcon = exports.BugOffInstUIIcon = exports.BugInstUIIcon = exports.BubblesInstUIIcon = exports.BrushInstUIIcon = exports.BrushCleaningInstUIIcon = exports.BringToFrontInstUIIcon = exports.BriefcaseMedicalInstUIIcon = exports.BriefcaseInstUIIcon = exports.BriefcaseConveyorBeltInstUIIcon = exports.BriefcaseBusinessInstUIIcon = exports.BrickWallShieldInstUIIcon = exports.BrickWallInstUIIcon = exports.BrickWallFireInstUIIcon = exports.BrainInstUIIcon = exports.BrainCogInstUIIcon = exports.BrainCircuitInstUIIcon = exports.BracketsInstUIIcon = exports.BracesInstUIIcon = exports.BoxesInstUIIcon = exports.BoxSelectInstUIIcon = exports.BoxInstUIIcon = exports.BowArrowInstUIIcon = exports.BottleWineInstUIIcon = exports.BotOffInstUIIcon = exports.BotMessageSquareInstUIIcon = exports.BotInstUIIcon = exports.BoomBoxInstUIIcon = exports.BookmarkXInstUIIcon = exports.BookmarkPlusInstUIIcon = exports.BookmarkMinusInstUIIcon = exports.BookmarkInstUIIcon = exports.BookmarkCheckInstUIIcon = exports.BookXInstUIIcon = exports.BookUserInstUIIcon = exports.BookUpInstUIIcon = exports.BookUp2InstUIIcon = exports.BookTypeInstUIIcon = exports.BookTextInstUIIcon = exports.BookTemplateInstUIIcon = exports.BookSearchInstUIIcon = exports.BookPlusInstUIIcon = exports.BookOpenTextInstUIIcon = exports.BookOpenInstUIIcon = exports.BookOpenCheckInstUIIcon = exports.BookMinusInstUIIcon = exports.BookMarkedInstUIIcon = exports.BookLockInstUIIcon = exports.BookKeyInstUIIcon = exports.BookInstUIIcon = exports.BookImageInstUIIcon = exports.BookHeartInstUIIcon = exports.BookHeadphonesInstUIIcon = exports.BookDownInstUIIcon = exports.BookDashedInstUIIcon = exports.BookCopyInstUIIcon = exports.BookCheckInstUIIcon = exports.BookAudioInstUIIcon = exports.BookAlertInstUIIcon = exports.BookAInstUIIcon = exports.BoneInstUIIcon = exports.BombInstUIIcon = exports.BoltInstUIIcon = exports.BoldInstUIIcon = exports.BluetoothSearchingInstUIIcon = exports.BluetoothOffInstUIIcon = exports.BluetoothInstUIIcon = exports.BluetoothConnectedInstUIIcon = exports.BlocksInstUIIcon = exports.BlindsInstUIIcon = exports.BlendInstUIIcon = exports.BitcoinInstUIIcon = exports.BirdhouseInstUIIcon = exports.BirdInstUIIcon = exports.BiohazardInstUIIcon = exports.BinocularsInstUIIcon = exports.BinaryInstUIIcon = exports.BikeInstUIIcon = exports.BicepsFlexedInstUIIcon = exports.BetweenVerticalStartInstUIIcon = exports.BetweenVerticalEndInstUIIcon = exports.BetweenHorizontalStartInstUIIcon = exports.BetweenHorizontalEndInstUIIcon = exports.BetweenHorizonalStartInstUIIcon = exports.BetweenHorizonalEndInstUIIcon = exports.BellRingInstUIIcon = exports.BellPlusInstUIIcon = exports.BellOffInstUIIcon = exports.BellMinusInstUIIcon = exports.BellInstUIIcon = exports.BellElectricInstUIIcon = void 0;
10
+ exports.ChevronsLeftInstUIIcon = exports.ChevronsDownUpInstUIIcon = exports.ChevronsDownInstUIIcon = exports.ChevronUpSquareInstUIIcon = exports.ChevronUpInstUIIcon = exports.ChevronUpCircleInstUIIcon = exports.ChevronRightSquareInstUIIcon = exports.ChevronRightInstUIIcon = exports.ChevronRightCircleInstUIIcon = exports.ChevronLeftSquareInstUIIcon = exports.ChevronLeftInstUIIcon = exports.ChevronLeftCircleInstUIIcon = exports.ChevronLastInstUIIcon = exports.ChevronFirstInstUIIcon = exports.ChevronDownSquareInstUIIcon = exports.ChevronDownInstUIIcon = exports.ChevronDownCircleInstUIIcon = exports.ChessRookInstUIIcon = exports.ChessQueenInstUIIcon = exports.ChessPawnInstUIIcon = exports.ChessKnightInstUIIcon = exports.ChessKingInstUIIcon = exports.ChessBishopInstUIIcon = exports.CherryInstUIIcon = exports.ChefHatInstUIIcon = exports.CheckSquareInstUIIcon = exports.CheckSquare2InstUIIcon = exports.CheckLineInstUIIcon = exports.CheckInstUIIcon = exports.CheckCircleInstUIIcon = exports.CheckCircle2InstUIIcon = exports.CheckCheckInstUIIcon = exports.ChartSplineInstUIIcon = exports.ChartScatterInstUIIcon = exports.ChartPieInstUIIcon = exports.ChartNoAxesGanttInstUIIcon = exports.ChartNoAxesCombinedInstUIIcon = exports.ChartNoAxesColumnInstUIIcon = exports.ChartNoAxesColumnIncreasingInstUIIcon = exports.ChartNoAxesColumnDecreasingInstUIIcon = exports.ChartNetworkInstUIIcon = exports.ChartLineInstUIIcon = exports.ChartGanttInstUIIcon = exports.ChartColumnStackedInstUIIcon = exports.ChartColumnInstUIIcon = exports.ChartColumnIncreasingInstUIIcon = exports.ChartColumnDecreasingInstUIIcon = exports.ChartColumnBigInstUIIcon = exports.ChartCandlestickInstUIIcon = exports.ChartBarStackedInstUIIcon = exports.ChartBarInstUIIcon = exports.ChartBarIncreasingInstUIIcon = exports.ChartBarDecreasingInstUIIcon = exports.ChartBarBigInstUIIcon = exports.ChartAreaInstUIIcon = exports.CctvInstUIIcon = exports.CatInstUIIcon = exports.CastleInstUIIcon = exports.CastInstUIIcon = exports.CassetteTapeInstUIIcon = exports.CaseUpperInstUIIcon = exports.CaseSensitiveInstUIIcon = exports.CaseLowerInstUIIcon = exports.CarrotInstUIIcon = exports.CardSimInstUIIcon = exports.CaravanInstUIIcon = exports.CarTaxiFrontInstUIIcon = exports.CarInstUIIcon = exports.CarFrontInstUIIcon = exports.CaptionsOffInstUIIcon = exports.CaptionsInstUIIcon = exports.CannabisInstUIIcon = exports.CandyOffInstUIIcon = exports.CandyInstUIIcon = exports.CandyCaneInstUIIcon = exports.CandlestickChartInstUIIcon = exports.CameraOffInstUIIcon = exports.CameraInstUIIcon = exports.CalendarsInstUIIcon = exports.CalendarXInstUIIcon = exports.CalendarX2InstUIIcon = exports.CalendarSyncInstUIIcon = exports.CalendarSearchInstUIIcon = exports.CalendarRangeInstUIIcon = exports.CalendarPlusInstUIIcon = exports.CalendarPlus2InstUIIcon = exports.CalendarOffInstUIIcon = exports.CalendarMinusInstUIIcon = exports.CalendarMinus2InstUIIcon = exports.CalendarInstUIIcon = exports.CalendarHeartInstUIIcon = exports.CalendarFoldInstUIIcon = exports.CalendarDaysInstUIIcon = exports.CalendarCogInstUIIcon = exports.CalendarClockInstUIIcon = exports.CalendarCheckInstUIIcon = exports.CalendarCheck2InstUIIcon = exports.CalendarArrowUpInstUIIcon = exports.CalendarArrowDownInstUIIcon = exports.Calendar1InstUIIcon = void 0;
11
+ exports.CloudCogInstUIIcon = exports.CloudCheckInstUIIcon = exports.CloudBackupInstUIIcon = exports.CloudAlertInstUIIcon = exports.ClosedCaptionInstUIIcon = exports.ClockPlusInstUIIcon = exports.ClockInstUIIcon = exports.ClockFadingInstUIIcon = exports.ClockCheckInstUIIcon = exports.ClockArrowUpInstUIIcon = exports.ClockArrowDownInstUIIcon = exports.ClockAlertInstUIIcon = exports.Clock9InstUIIcon = exports.Clock8InstUIIcon = exports.Clock7InstUIIcon = exports.Clock6InstUIIcon = exports.Clock5InstUIIcon = exports.Clock4InstUIIcon = exports.Clock3InstUIIcon = exports.Clock2InstUIIcon = exports.Clock1InstUIIcon = exports.Clock12InstUIIcon = exports.Clock11InstUIIcon = exports.Clock10InstUIIcon = exports.ClipboardXInstUIIcon = exports.ClipboardTypeInstUIIcon = exports.ClipboardSignatureInstUIIcon = exports.ClipboardPlusInstUIIcon = exports.ClipboardPenLineInstUIIcon = exports.ClipboardPenInstUIIcon = exports.ClipboardPasteInstUIIcon = exports.ClipboardMinusInstUIIcon = exports.ClipboardListInstUIIcon = exports.ClipboardInstUIIcon = exports.ClipboardEditInstUIIcon = exports.ClipboardCopyInstUIIcon = exports.ClipboardClockInstUIIcon = exports.ClipboardCheckInstUIIcon = exports.ClapperboardInstUIIcon = exports.CitrusInstUIIcon = exports.CircuitBoardInstUIIcon = exports.CircleXInstUIIcon = exports.CircleUserRoundInstUIIcon = exports.CircleUserInstUIIcon = exports.CircleStopInstUIIcon = exports.CircleStarInstUIIcon = exports.CircleSmallInstUIIcon = exports.CircleSlashedInstUIIcon = exports.CircleSlashInstUIIcon = exports.CircleSlash2InstUIIcon = exports.CircleQuestionMarkInstUIIcon = exports.CirclePowerInstUIIcon = exports.CirclePoundSterlingInstUIIcon = exports.CirclePlusInstUIIcon = exports.CirclePlayInstUIIcon = exports.CirclePileInstUIIcon = exports.CirclePercentInstUIIcon = exports.CirclePauseInstUIIcon = exports.CircleParkingOffInstUIIcon = exports.CircleParkingInstUIIcon = exports.CircleOffInstUIIcon = exports.CircleMinusInstUIIcon = exports.CircleInstUIIcon = exports.CircleHelpInstUIIcon = exports.CircleGaugeInstUIIcon = exports.CircleFadingPlusInstUIIcon = exports.CircleFadingArrowUpInstUIIcon = exports.CircleEqualInstUIIcon = exports.CircleEllipsisInstUIIcon = exports.CircleDotInstUIIcon = exports.CircleDotDashedInstUIIcon = exports.CircleDollarSignInstUIIcon = exports.CircleDivideInstUIIcon = exports.CircleDashedInstUIIcon = exports.CircleChevronUpInstUIIcon = exports.CircleChevronRightInstUIIcon = exports.CircleChevronLeftInstUIIcon = exports.CircleChevronDownInstUIIcon = exports.CircleCheckInstUIIcon = exports.CircleCheckBigInstUIIcon = exports.CircleArrowUpInstUIIcon = exports.CircleArrowRightInstUIIcon = exports.CircleArrowOutUpRightInstUIIcon = exports.CircleArrowOutUpLeftInstUIIcon = exports.CircleArrowOutDownRightInstUIIcon = exports.CircleArrowOutDownLeftInstUIIcon = exports.CircleArrowLeftInstUIIcon = exports.CircleArrowDownInstUIIcon = exports.CircleAlertInstUIIcon = exports.CigaretteOffInstUIIcon = exports.CigaretteInstUIIcon = exports.ChurchInstUIIcon = exports.ChromiumInstUIIcon = exports.ChromeInstUIIcon = exports.ChevronsUpInstUIIcon = exports.ChevronsUpDownInstUIIcon = exports.ChevronsRightLeftInstUIIcon = exports.ChevronsRightInstUIIcon = exports.ChevronsLeftRightInstUIIcon = exports.ChevronsLeftRightEllipsisInstUIIcon = void 0;
12
+ exports.Disc2InstUIIcon = exports.DiffInstUIIcon = exports.DicesInstUIIcon = exports.Dice6InstUIIcon = exports.Dice5InstUIIcon = exports.Dice4InstUIIcon = exports.Dice3InstUIIcon = exports.Dice2InstUIIcon = exports.Dice1InstUIIcon = exports.DiamondPlusInstUIIcon = exports.DiamondPercentInstUIIcon = exports.DiamondMinusInstUIIcon = exports.DiamondInstUIIcon = exports.DiameterInstUIIcon = exports.DessertInstUIIcon = exports.DeleteInstUIIcon = exports.DecimalsArrowRightInstUIIcon = exports.DecimalsArrowLeftInstUIIcon = exports.DatabaseZapInstUIIcon = exports.DatabaseInstUIIcon = exports.DatabaseBackupInstUIIcon = exports.DamInstUIIcon = exports.CylinderInstUIIcon = exports.CurrencyInstUIIcon = exports.CurlyBracesInstUIIcon = exports.CupSodaInstUIIcon = exports.CuboidInstUIIcon = exports.CrownInstUIIcon = exports.CrosshairInstUIIcon = exports.CrossInstUIIcon = exports.CropInstUIIcon = exports.CroissantInstUIIcon = exports.CreditCardInstUIIcon = exports.CreativeCommonsInstUIIcon = exports.CpuInstUIIcon = exports.CornerUpRightInstUIIcon = exports.CornerUpLeftInstUIIcon = exports.CornerRightUpInstUIIcon = exports.CornerRightDownInstUIIcon = exports.CornerLeftUpInstUIIcon = exports.CornerLeftDownInstUIIcon = exports.CornerDownRightInstUIIcon = exports.CornerDownLeftInstUIIcon = exports.CopyrightInstUIIcon = exports.CopyleftInstUIIcon = exports.CopyXInstUIIcon = exports.CopySlashInstUIIcon = exports.CopyPlusInstUIIcon = exports.CopyMinusInstUIIcon = exports.CopyInstUIIcon = exports.CopyCheckInstUIIcon = exports.CookingPotInstUIIcon = exports.CookieInstUIIcon = exports.ContrastInstUIIcon = exports.ContainerInstUIIcon = exports.ContactRoundInstUIIcon = exports.ContactInstUIIcon = exports.Contact2InstUIIcon = exports.ConstructionInstUIIcon = exports.ConeInstUIIcon = exports.ConciergeBellInstUIIcon = exports.ComputerInstUIIcon = exports.ComponentInstUIIcon = exports.CompassInstUIIcon = exports.CommandInstUIIcon = exports.CombineInstUIIcon = exports.ColumnsSettingsInstUIIcon = exports.ColumnsInstUIIcon = exports.Columns4InstUIIcon = exports.Columns3InstUIIcon = exports.Columns3CogInstUIIcon = exports.Columns2InstUIIcon = exports.CoinsInstUIIcon = exports.CogInstUIIcon = exports.CoffeeInstUIIcon = exports.CodesandboxInstUIIcon = exports.CodepenInstUIIcon = exports.CodeXmlInstUIIcon = exports.CodeSquareInstUIIcon = exports.CodeInstUIIcon = exports.Code2InstUIIcon = exports.ClubInstUIIcon = exports.CloverInstUIIcon = exports.CloudyInstUIIcon = exports.CloudUploadInstUIIcon = exports.CloudSyncInstUIIcon = exports.CloudSunRainInstUIIcon = exports.CloudSunInstUIIcon = exports.CloudSnowInstUIIcon = exports.CloudRainWindInstUIIcon = exports.CloudRainInstUIIcon = exports.CloudOffInstUIIcon = exports.CloudMoonRainInstUIIcon = exports.CloudMoonInstUIIcon = exports.CloudLightningInstUIIcon = exports.CloudInstUIIcon = exports.CloudHailInstUIIcon = exports.CloudFogInstUIIcon = exports.CloudDrizzleInstUIIcon = exports.CloudDownloadInstUIIcon = void 0;
13
+ exports.FileJson2InstUIIcon = exports.FileInstUIIcon = exports.FileInputInstUIIcon = exports.FileImageInstUIIcon = exports.FileHeartInstUIIcon = exports.FileHeadphoneInstUIIcon = exports.FileExclamationPointInstUIIcon = exports.FileEditInstUIIcon = exports.FileDownInstUIIcon = exports.FileDigitInstUIIcon = exports.FileDiffInstUIIcon = exports.FileCogInstUIIcon = exports.FileCog2InstUIIcon = exports.FileCodeInstUIIcon = exports.FileCodeCornerInstUIIcon = exports.FileCode2InstUIIcon = exports.FileClockInstUIIcon = exports.FileCheckInstUIIcon = exports.FileCheckCornerInstUIIcon = exports.FileCheck2InstUIIcon = exports.FileChartPieInstUIIcon = exports.FileChartLineInstUIIcon = exports.FileChartColumnInstUIIcon = exports.FileChartColumnIncreasingInstUIIcon = exports.FileBracesInstUIIcon = exports.FileBracesCornerInstUIIcon = exports.FileBoxInstUIIcon = exports.FileBarChartInstUIIcon = exports.FileBarChart2InstUIIcon = exports.FileBadgeInstUIIcon = exports.FileBadge2InstUIIcon = exports.FileAxis3dInstUIIcon = exports.FileAxis3DInstUIIcon = exports.FileAudioInstUIIcon = exports.FileAudio2InstUIIcon = exports.FileArchiveInstUIIcon = exports.FigmaInstUIIcon = exports.FerrisWheelInstUIIcon = exports.FenceInstUIIcon = exports.FeatherInstUIIcon = exports.FastForwardInstUIIcon = exports.FanInstUIIcon = exports.FactoryInstUIIcon = exports.FacebookInstUIIcon = exports.EyeOffInstUIIcon = exports.EyeInstUIIcon = exports.EyeClosedInstUIIcon = exports.ExternalLinkInstUIIcon = exports.ExpandInstUIIcon = exports.EvChargerInstUIIcon = exports.EuroInstUIIcon = exports.EthernetPortInstUIIcon = exports.EraserInstUIIcon = exports.EqualSquareInstUIIcon = exports.EqualNotInstUIIcon = exports.EqualInstUIIcon = exports.EqualApproximatelyInstUIIcon = exports.EllipsisVerticalInstUIIcon = exports.EllipsisInstUIIcon = exports.EggOffInstUIIcon = exports.EggInstUIIcon = exports.EggFriedInstUIIcon = exports.EditInstUIIcon = exports.Edit3InstUIIcon = exports.Edit2InstUIIcon = exports.EclipseInstUIIcon = exports.EarthLockInstUIIcon = exports.EarthInstUIIcon = exports.EarOffInstUIIcon = exports.EarInstUIIcon = exports.DumbbellInstUIIcon = exports.DrumstickInstUIIcon = exports.DrumInstUIIcon = exports.DropletsInstUIIcon = exports.DropletOffInstUIIcon = exports.DropletInstUIIcon = exports.DroneInstUIIcon = exports.DrillInstUIIcon = exports.DribbbleInstUIIcon = exports.DramaInstUIIcon = exports.DraftingCompassInstUIIcon = exports.DownloadInstUIIcon = exports.DownloadCloudInstUIIcon = exports.DotSquareInstUIIcon = exports.DotInstUIIcon = exports.DoorOpenInstUIIcon = exports.DoorClosedLockedInstUIIcon = exports.DoorClosedInstUIIcon = exports.DonutInstUIIcon = exports.DollarSignInstUIIcon = exports.DogInstUIIcon = exports.DockInstUIIcon = exports.DnaOffInstUIIcon = exports.DnaInstUIIcon = exports.DivideSquareInstUIIcon = exports.DivideInstUIIcon = exports.DivideCircleInstUIIcon = exports.DiscInstUIIcon = exports.DiscAlbumInstUIIcon = exports.Disc3InstUIIcon = void 0;
14
+ exports.FolderPenInstUIIcon = exports.FolderOutputInstUIIcon = exports.FolderOpenInstUIIcon = exports.FolderOpenDotInstUIIcon = exports.FolderMinusInstUIIcon = exports.FolderLockInstUIIcon = exports.FolderKeyInstUIIcon = exports.FolderKanbanInstUIIcon = exports.FolderInstUIIcon = exports.FolderInputInstUIIcon = exports.FolderHeartInstUIIcon = exports.FolderGitInstUIIcon = exports.FolderGit2InstUIIcon = exports.FolderEditInstUIIcon = exports.FolderDownInstUIIcon = exports.FolderDotInstUIIcon = exports.FolderCogInstUIIcon = exports.FolderCog2InstUIIcon = exports.FolderCodeInstUIIcon = exports.FolderClosedInstUIIcon = exports.FolderClockInstUIIcon = exports.FolderCheckInstUIIcon = exports.FolderArchiveInstUIIcon = exports.FoldVerticalInstUIIcon = exports.FoldHorizontalInstUIIcon = exports.FocusInstUIIcon = exports.FlowerInstUIIcon = exports.Flower2InstUIIcon = exports.FlipVerticalInstUIIcon = exports.FlipVertical2InstUIIcon = exports.FlipHorizontalInstUIIcon = exports.FlipHorizontal2InstUIIcon = exports.FlaskRoundInstUIIcon = exports.FlaskConicalOffInstUIIcon = exports.FlaskConicalInstUIIcon = exports.FlashlightOffInstUIIcon = exports.FlashlightInstUIIcon = exports.FlameKindlingInstUIIcon = exports.FlameInstUIIcon = exports.FlagTriangleRightInstUIIcon = exports.FlagTriangleLeftInstUIIcon = exports.FlagOffInstUIIcon = exports.FlagInstUIIcon = exports.FishingHookInstUIIcon = exports.FishSymbolInstUIIcon = exports.FishOffInstUIIcon = exports.FishInstUIIcon = exports.FireExtinguisherInstUIIcon = exports.FingerprintPatternInstUIIcon = exports.FingerprintInstUIIcon = exports.FilterXInstUIIcon = exports.FilterInstUIIcon = exports.FilmInstUIIcon = exports.FilesInstUIIcon = exports.FileXInstUIIcon = exports.FileXCornerInstUIIcon = exports.FileX2InstUIIcon = exports.FileWarningInstUIIcon = exports.FileVolumeInstUIIcon = exports.FileVolume2InstUIIcon = exports.FileVideoInstUIIcon = exports.FileVideoCameraInstUIIcon = exports.FileVideo2InstUIIcon = exports.FileUserInstUIIcon = exports.FileUpInstUIIcon = exports.FileTypeInstUIIcon = exports.FileTypeCornerInstUIIcon = exports.FileType2InstUIIcon = exports.FileTextInstUIIcon = exports.FileTerminalInstUIIcon = exports.FileSymlinkInstUIIcon = exports.FileStackInstUIIcon = exports.FileSpreadsheetInstUIIcon = exports.FileSlidersInstUIIcon = exports.FileSignatureInstUIIcon = exports.FileSignalInstUIIcon = exports.FileSearchInstUIIcon = exports.FileSearchCornerInstUIIcon = exports.FileSearch2InstUIIcon = exports.FileScanInstUIIcon = exports.FileQuestionMarkInstUIIcon = exports.FileQuestionInstUIIcon = exports.FilePlusInstUIIcon = exports.FilePlusCornerInstUIIcon = exports.FilePlus2InstUIIcon = exports.FilePlayInstUIIcon = exports.FilePieChartInstUIIcon = exports.FilePenLineInstUIIcon = exports.FilePenInstUIIcon = exports.FileOutputInstUIIcon = exports.FileMusicInstUIIcon = exports.FileMinusInstUIIcon = exports.FileMinusCornerInstUIIcon = exports.FileMinus2InstUIIcon = exports.FileLockInstUIIcon = exports.FileLock2InstUIIcon = exports.FileLineChartInstUIIcon = exports.FileKeyInstUIIcon = exports.FileKey2InstUIIcon = exports.FileJsonInstUIIcon = void 0;
15
+ exports.HandPlatterInstUIIcon = exports.HandMetalInstUIIcon = exports.HandInstUIIcon = exports.HandHelpingInstUIIcon = exports.HandHeartInstUIIcon = exports.HandGrabInstUIIcon = exports.HandFistInstUIIcon = exports.HandCoinsInstUIIcon = exports.HammerInstUIIcon = exports.HamburgerInstUIIcon = exports.HamInstUIIcon = exports.GuitarInstUIIcon = exports.GroupInstUIIcon = exports.GripVerticalInstUIIcon = exports.GripInstUIIcon = exports.GripHorizontalInstUIIcon = exports.GridInstUIIcon = exports.Grid3x3InstUIIcon = exports.Grid3x2InstUIIcon = exports.Grid3X3InstUIIcon = exports.Grid2x2XInstUIIcon = exports.Grid2x2PlusInstUIIcon = exports.Grid2x2InstUIIcon = exports.Grid2x2CheckInstUIIcon = exports.Grid2X2XInstUIIcon = exports.Grid2X2PlusInstUIIcon = exports.Grid2X2InstUIIcon = exports.Grid2X2CheckInstUIIcon = exports.GrapeInstUIIcon = exports.GraduationCapInstUIIcon = exports.GrabInstUIIcon = exports.GpuInstUIIcon = exports.GoalInstUIIcon = exports.GlobeLockInstUIIcon = exports.GlobeInstUIIcon = exports.Globe2InstUIIcon = exports.GlassesInstUIIcon = exports.GlassWaterInstUIIcon = exports.GitlabInstUIIcon = exports.GithubInstUIIcon = exports.GitPullRequestInstUIIcon = exports.GitPullRequestDraftInstUIIcon = exports.GitPullRequestCreateInstUIIcon = exports.GitPullRequestCreateArrowInstUIIcon = exports.GitPullRequestClosedInstUIIcon = exports.GitPullRequestArrowInstUIIcon = exports.GitMergeInstUIIcon = exports.GitGraphInstUIIcon = exports.GitForkInstUIIcon = exports.GitCompareInstUIIcon = exports.GitCompareArrowsInstUIIcon = exports.GitCommitVerticalInstUIIcon = exports.GitCommitInstUIIcon = exports.GitCommitHorizontalInstUIIcon = exports.GitBranchPlusInstUIIcon = exports.GitBranchMinusInstUIIcon = exports.GitBranchInstUIIcon = exports.GiftInstUIIcon = exports.GhostInstUIIcon = exports.GeorgianLariInstUIIcon = exports.GemInstUIIcon = exports.GavelInstUIIcon = exports.GaugeInstUIIcon = exports.GaugeCircleInstUIIcon = exports.GanttChartSquareInstUIIcon = exports.GanttChartInstUIIcon = exports.GamepadInstUIIcon = exports.GamepadDirectionalInstUIIcon = exports.Gamepad2InstUIIcon = exports.GalleryVerticalInstUIIcon = exports.GalleryVerticalEndInstUIIcon = exports.GalleryThumbnailsInstUIIcon = exports.GalleryHorizontalInstUIIcon = exports.GalleryHorizontalEndInstUIIcon = exports.FunnelXInstUIIcon = exports.FunnelPlusInstUIIcon = exports.FunnelInstUIIcon = exports.FunctionSquareInstUIIcon = exports.FullscreenInstUIIcon = exports.FuelInstUIIcon = exports.FrownInstUIIcon = exports.FramerInstUIIcon = exports.FrameInstUIIcon = exports.ForwardInstUIIcon = exports.FormInstUIIcon = exports.FormInputInstUIIcon = exports.ForkliftInstUIIcon = exports.ForkKnifeInstUIIcon = exports.ForkKnifeCrossedInstUIIcon = exports.FootprintsInstUIIcon = exports.FoldersInstUIIcon = exports.FolderXInstUIIcon = exports.FolderUpInstUIIcon = exports.FolderTreeInstUIIcon = exports.FolderSyncInstUIIcon = exports.FolderSymlinkInstUIIcon = exports.FolderSearchInstUIIcon = exports.FolderSearch2InstUIIcon = exports.FolderRootInstUIIcon = exports.FolderPlusInstUIIcon = void 0;
16
+ exports.LaptopMinimalInstUIIcon = exports.LaptopMinimalCheckInstUIIcon = exports.LaptopInstUIIcon = exports.Laptop2InstUIIcon = exports.LanguagesInstUIIcon = exports.LandmarkInstUIIcon = exports.LandPlotInstUIIcon = exports.LampWallUpInstUIIcon = exports.LampWallDownInstUIIcon = exports.LampInstUIIcon = exports.LampFloorInstUIIcon = exports.LampDeskInstUIIcon = exports.LampCeilingInstUIIcon = exports.KeyboardOffInstUIIcon = exports.KeyboardMusicInstUIIcon = exports.KeyboardInstUIIcon = exports.KeySquareInstUIIcon = exports.KeyRoundInstUIIcon = exports.KeyInstUIIcon = exports.KayakInstUIIcon = exports.KanbanSquareInstUIIcon = exports.KanbanSquareDashedInstUIIcon = exports.KanbanInstUIIcon = exports.JoystickInstUIIcon = exports.JapaneseYenInstUIIcon = exports.IterationCwInstUIIcon = exports.IterationCcwInstUIIcon = exports.ItalicInstUIIcon = exports.InstagramInstUIIcon = exports.InspectionPanelInstUIIcon = exports.InspectInstUIIcon = exports.InfoInstUIIcon = exports.InfinityInstUIIcon = exports.IndianRupeeInstUIIcon = exports.IndentInstUIIcon = exports.IndentIncreaseInstUIIcon = exports.IndentDecreaseInstUIIcon = exports.InboxInstUIIcon = exports.ImportInstUIIcon = exports.ImagesInstUIIcon = exports.ImageUpscaleInstUIIcon = exports.ImageUpInstUIIcon = exports.ImagePlusInstUIIcon = exports.ImagePlayInstUIIcon = exports.ImageOffInstUIIcon = exports.ImageMinusInstUIIcon = exports.ImageInstUIIcon = exports.ImageDownInstUIIcon = exports.IdCardLanyardInstUIIcon = exports.IdCardInstUIIcon = exports.IceCreamInstUIIcon = exports.IceCreamConeInstUIIcon = exports.IceCreamBowlInstUIIcon = exports.IceCream2InstUIIcon = exports.HouseWifiInstUIIcon = exports.HousePlusInstUIIcon = exports.HousePlugInstUIIcon = exports.HouseInstUIIcon = exports.HouseHeartInstUIIcon = exports.HourglassInstUIIcon = exports.HotelInstUIIcon = exports.HospitalInstUIIcon = exports.HopOffInstUIIcon = exports.HopInstUIIcon = exports.HomeInstUIIcon = exports.HistoryInstUIIcon = exports.HighlighterInstUIIcon = exports.HexagonInstUIIcon = exports.HelpingHandInstUIIcon = exports.HelpCircleInstUIIcon = exports.HelicopterInstUIIcon = exports.HeaterInstUIIcon = exports.HeartPulseInstUIIcon = exports.HeartPlusInstUIIcon = exports.HeartOffInstUIIcon = exports.HeartMinusInstUIIcon = exports.HeartInstUIIcon = exports.HeartHandshakeInstUIIcon = exports.HeartCrackInstUIIcon = exports.HeadsetInstUIIcon = exports.HeadphonesInstUIIcon = exports.HeadphoneOffInstUIIcon = exports.HeadingInstUIIcon = exports.Heading6InstUIIcon = exports.Heading5InstUIIcon = exports.Heading4InstUIIcon = exports.Heading3InstUIIcon = exports.Heading2InstUIIcon = exports.Heading1InstUIIcon = exports.HdmiPortInstUIIcon = exports.HdInstUIIcon = exports.HazeInstUIIcon = exports.HatGlassesInstUIIcon = exports.HashInstUIIcon = exports.HardHatInstUIIcon = exports.HardDriveUploadInstUIIcon = exports.HardDriveInstUIIcon = exports.HardDriveDownloadInstUIIcon = exports.HandshakeInstUIIcon = exports.HandbagInstUIIcon = void 0;
17
+ exports.MarsInstUIIcon = exports.MapPlusInstUIIcon = exports.MapPinnedInstUIIcon = exports.MapPinXInstUIIcon = exports.MapPinXInsideInstUIIcon = exports.MapPinPlusInstUIIcon = exports.MapPinPlusInsideInstUIIcon = exports.MapPinPenInstUIIcon = exports.MapPinOffInstUIIcon = exports.MapPinMinusInstUIIcon = exports.MapPinMinusInsideInstUIIcon = exports.MapPinInstUIIcon = exports.MapPinHouseInstUIIcon = exports.MapPinCheckInstUIIcon = exports.MapPinCheckInsideInstUIIcon = exports.MapMinusInstUIIcon = exports.MapInstUIIcon = exports.MailsInstUIIcon = exports.MailboxInstUIIcon = exports.MailXInstUIIcon = exports.MailWarningInstUIIcon = exports.MailSearchInstUIIcon = exports.MailQuestionMarkInstUIIcon = exports.MailQuestionInstUIIcon = exports.MailPlusInstUIIcon = exports.MailOpenInstUIIcon = exports.MailMinusInstUIIcon = exports.MailInstUIIcon = exports.MailCheckInstUIIcon = exports.MagnetInstUIIcon = exports.MSquareInstUIIcon = exports.LuggageInstUIIcon = exports.LollipopInstUIIcon = exports.LogsInstUIIcon = exports.LogOutInstUIIcon = exports.LogInInstUIIcon = exports.LockOpenInstUIIcon = exports.LockKeyholeOpenInstUIIcon = exports.LockKeyholeInstUIIcon = exports.LockInstUIIcon = exports.LocationEditInstUIIcon = exports.LocateOffInstUIIcon = exports.LocateInstUIIcon = exports.LocateFixedInstUIIcon = exports.LoaderPinwheelInstUIIcon = exports.LoaderInstUIIcon = exports.LoaderCircleInstUIIcon = exports.Loader2InstUIIcon = exports.ListXInstUIIcon = exports.ListVideoInstUIIcon = exports.ListTreeInstUIIcon = exports.ListTodoInstUIIcon = exports.ListStartInstUIIcon = exports.ListRestartInstUIIcon = exports.ListPlusInstUIIcon = exports.ListOrderedInstUIIcon = exports.ListMusicInstUIIcon = exports.ListMinusInstUIIcon = exports.ListInstUIIcon = exports.ListIndentIncreaseInstUIIcon = exports.ListIndentDecreaseInstUIIcon = exports.ListFilterPlusInstUIIcon = exports.ListFilterInstUIIcon = exports.ListEndInstUIIcon = exports.ListCollapseInstUIIcon = exports.ListChevronsUpDownInstUIIcon = exports.ListChevronsDownUpInstUIIcon = exports.ListChecksInstUIIcon = exports.ListCheckInstUIIcon = exports.LinkedinInstUIIcon = exports.LinkInstUIIcon = exports.Link2OffInstUIIcon = exports.Link2InstUIIcon = exports.LineSquiggleInstUIIcon = exports.LineChartInstUIIcon = exports.LightbulbOffInstUIIcon = exports.LightbulbInstUIIcon = exports.LigatureInstUIIcon = exports.LifeBuoyInstUIIcon = exports.LibrarySquareInstUIIcon = exports.LibraryInstUIIcon = exports.LibraryBigInstUIIcon = exports.LetterTextInstUIIcon = exports.LecternInstUIIcon = exports.LeafyGreenInstUIIcon = exports.LeafInstUIIcon = exports.LayoutTemplateInstUIIcon = exports.LayoutPanelTopInstUIIcon = exports.LayoutPanelLeftInstUIIcon = exports.LayoutListInstUIIcon = exports.LayoutInstUIIcon = exports.LayoutGridInstUIIcon = exports.LayoutDashboardInstUIIcon = exports.LayersPlusInstUIIcon = exports.LayersInstUIIcon = exports.Layers3InstUIIcon = exports.Layers2InstUIIcon = exports.LaughInstUIIcon = exports.LassoSelectInstUIIcon = exports.LassoInstUIIcon = void 0;
18
+ exports.Music2InstUIIcon = exports.MoveVerticalInstUIIcon = exports.MoveUpRightInstUIIcon = exports.MoveUpLeftInstUIIcon = exports.MoveUpInstUIIcon = exports.MoveRightInstUIIcon = exports.MoveLeftInstUIIcon = exports.MoveInstUIIcon = exports.MoveHorizontalInstUIIcon = exports.MoveDownRightInstUIIcon = exports.MoveDownLeftInstUIIcon = exports.MoveDownInstUIIcon = exports.MoveDiagonalInstUIIcon = exports.MoveDiagonal2InstUIIcon = exports.Move3dInstUIIcon = exports.Move3DInstUIIcon = exports.MousePointerSquareDashedInstUIIcon = exports.MousePointerInstUIIcon = exports.MousePointerClickInstUIIcon = exports.MousePointerBanInstUIIcon = exports.MousePointer2OffInstUIIcon = exports.MousePointer2InstUIIcon = exports.MouseOffInstUIIcon = exports.MouseInstUIIcon = exports.MountainSnowInstUIIcon = exports.MountainInstUIIcon = exports.MotorbikeInstUIIcon = exports.MoreVerticalInstUIIcon = exports.MoreHorizontalInstUIIcon = exports.MoonStarInstUIIcon = exports.MoonInstUIIcon = exports.MonitorXInstUIIcon = exports.MonitorUpInstUIIcon = exports.MonitorStopInstUIIcon = exports.MonitorSpeakerInstUIIcon = exports.MonitorSmartphoneInstUIIcon = exports.MonitorPlayInstUIIcon = exports.MonitorPauseInstUIIcon = exports.MonitorOffInstUIIcon = exports.MonitorInstUIIcon = exports.MonitorDownInstUIIcon = exports.MonitorDotInstUIIcon = exports.MonitorCogInstUIIcon = exports.MonitorCloudInstUIIcon = exports.MonitorCheckInstUIIcon = exports.MinusSquareInstUIIcon = exports.MinusInstUIIcon = exports.MinusCircleInstUIIcon = exports.MinimizeInstUIIcon = exports.Minimize2InstUIIcon = exports.MilkOffInstUIIcon = exports.MilkInstUIIcon = exports.MilestoneInstUIIcon = exports.MicrowaveInstUIIcon = exports.MicroscopeInstUIIcon = exports.MicrochipInstUIIcon = exports.MicVocalInstUIIcon = exports.MicOffInstUIIcon = exports.MicInstUIIcon = exports.Mic2InstUIIcon = exports.MessagesSquareInstUIIcon = exports.MessageSquareWarningInstUIIcon = exports.MessageSquareTextInstUIIcon = exports.MessageSquareShareInstUIIcon = exports.MessageSquareReplyInstUIIcon = exports.MessageSquareQuoteInstUIIcon = exports.MessageSquarePlusInstUIIcon = exports.MessageSquareOffInstUIIcon = exports.MessageSquareMoreInstUIIcon = exports.MessageSquareLockInstUIIcon = exports.MessageSquareInstUIIcon = exports.MessageSquareHeartInstUIIcon = exports.MessageSquareDotInstUIIcon = exports.MessageSquareDiffInstUIIcon = exports.MessageSquareDashedInstUIIcon = exports.MessageSquareCodeInstUIIcon = exports.MessageCircleXInstUIIcon = exports.MessageCircleWarningInstUIIcon = exports.MessageCircleReplyInstUIIcon = exports.MessageCircleQuestionMarkInstUIIcon = exports.MessageCircleQuestionInstUIIcon = exports.MessageCirclePlusInstUIIcon = exports.MessageCircleOffInstUIIcon = exports.MessageCircleMoreInstUIIcon = exports.MessageCircleInstUIIcon = exports.MessageCircleHeartInstUIIcon = exports.MessageCircleDashedInstUIIcon = exports.MessageCircleCodeInstUIIcon = exports.MergeInstUIIcon = exports.MenuSquareInstUIIcon = exports.MenuInstUIIcon = exports.MemoryStickInstUIIcon = exports.MehInstUIIcon = exports.MegaphoneOffInstUIIcon = exports.MegaphoneInstUIIcon = exports.MedalInstUIIcon = exports.MaximizeInstUIIcon = exports.Maximize2InstUIIcon = exports.MartiniInstUIIcon = exports.MarsStrokeInstUIIcon = void 0;
19
+ exports.PercentSquareInstUIIcon = exports.PercentInstUIIcon = exports.PercentDiamondInstUIIcon = exports.PercentCircleInstUIIcon = exports.PentagonInstUIIcon = exports.PencilRulerInstUIIcon = exports.PencilOffInstUIIcon = exports.PencilLineInstUIIcon = exports.PencilInstUIIcon = exports.PenToolInstUIIcon = exports.PenSquareInstUIIcon = exports.PenOffInstUIIcon = exports.PenLineInstUIIcon = exports.PenInstUIIcon = exports.PenBoxInstUIIcon = exports.PcCaseInstUIIcon = exports.PawPrintInstUIIcon = exports.PauseOctagonInstUIIcon = exports.PauseInstUIIcon = exports.PauseCircleInstUIIcon = exports.PartyPopperInstUIIcon = exports.ParkingSquareOffInstUIIcon = exports.ParkingSquareInstUIIcon = exports.ParkingMeterInstUIIcon = exports.ParkingCircleOffInstUIIcon = exports.ParkingCircleInstUIIcon = exports.ParenthesesInstUIIcon = exports.PaperclipInstUIIcon = exports.PanelsTopLeftInstUIIcon = exports.PanelsTopBottomInstUIIcon = exports.PanelsRightBottomInstUIIcon = exports.PanelsLeftRightInstUIIcon = exports.PanelsLeftBottomInstUIIcon = exports.PanelTopOpenInstUIIcon = exports.PanelTopInstUIIcon = exports.PanelTopInactiveInstUIIcon = exports.PanelTopDashedInstUIIcon = exports.PanelTopCloseInstUIIcon = exports.PanelTopBottomDashedInstUIIcon = exports.PanelRightOpenInstUIIcon = exports.PanelRightInstUIIcon = exports.PanelRightInactiveInstUIIcon = exports.PanelRightDashedInstUIIcon = exports.PanelRightCloseInstUIIcon = exports.PanelLeftRightDashedInstUIIcon = exports.PanelLeftOpenInstUIIcon = exports.PanelLeftInstUIIcon = exports.PanelLeftInactiveInstUIIcon = exports.PanelLeftDashedInstUIIcon = exports.PanelLeftCloseInstUIIcon = exports.PanelBottomOpenInstUIIcon = exports.PanelBottomInstUIIcon = exports.PanelBottomInactiveInstUIIcon = exports.PanelBottomDashedInstUIIcon = exports.PanelBottomCloseInstUIIcon = exports.PandaInstUIIcon = exports.PalmtreeInstUIIcon = exports.PaletteInstUIIcon = exports.PaintbrushVerticalInstUIIcon = exports.PaintbrushInstUIIcon = exports.Paintbrush2InstUIIcon = exports.PaintRollerInstUIIcon = exports.PaintBucketInstUIIcon = exports.PackageXInstUIIcon = exports.PackageSearchInstUIIcon = exports.PackagePlusInstUIIcon = exports.PackageOpenInstUIIcon = exports.PackageMinusInstUIIcon = exports.PackageInstUIIcon = exports.PackageCheckInstUIIcon = exports.Package2InstUIIcon = exports.OutdentInstUIIcon = exports.OrigamiInstUIIcon = exports.OrbitInstUIIcon = exports.OptionInstUIIcon = exports.OmegaInstUIIcon = exports.OctagonXInstUIIcon = exports.OctagonPauseInstUIIcon = exports.OctagonMinusInstUIIcon = exports.OctagonInstUIIcon = exports.OctagonAlertInstUIIcon = exports.NutOffInstUIIcon = exports.NutInstUIIcon = exports.NotepadTextInstUIIcon = exports.NotepadTextDashedInstUIIcon = exports.NotebookTextInstUIIcon = exports.NotebookTabsInstUIIcon = exports.NotebookPenInstUIIcon = exports.NotebookInstUIIcon = exports.NonBinaryInstUIIcon = exports.NfcInstUIIcon = exports.NewspaperInstUIIcon = exports.NetworkInstUIIcon = exports.NavigationOffInstUIIcon = exports.NavigationInstUIIcon = exports.Navigation2OffInstUIIcon = exports.Navigation2InstUIIcon = exports.MusicInstUIIcon = exports.Music4InstUIIcon = exports.Music3InstUIIcon = void 0;
20
+ exports.Repeat1InstUIIcon = exports.RemoveFormattingInstUIIcon = exports.RegexInstUIIcon = exports.RefrigeratorInstUIIcon = exports.RefreshCwOffInstUIIcon = exports.RefreshCwInstUIIcon = exports.RefreshCcwInstUIIcon = exports.RefreshCcwDotInstUIIcon = exports.RedoInstUIIcon = exports.RedoDotInstUIIcon = exports.Redo2InstUIIcon = exports.RecycleInstUIIcon = exports.RectangleVerticalInstUIIcon = exports.RectangleHorizontalInstUIIcon = exports.RectangleGogglesInstUIIcon = exports.RectangleEllipsisInstUIIcon = exports.RectangleCircleInstUIIcon = exports.ReceiptTurkishLiraInstUIIcon = exports.ReceiptTextInstUIIcon = exports.ReceiptSwissFrancInstUIIcon = exports.ReceiptRussianRubleInstUIIcon = exports.ReceiptPoundSterlingInstUIIcon = exports.ReceiptJapaneseYenInstUIIcon = exports.ReceiptInstUIIcon = exports.ReceiptIndianRupeeInstUIIcon = exports.ReceiptEuroInstUIIcon = exports.ReceiptCentInstUIIcon = exports.RatioInstUIIcon = exports.RatInstUIIcon = exports.RainbowInstUIIcon = exports.RailSymbolInstUIIcon = exports.RadiusInstUIIcon = exports.RadioTowerInstUIIcon = exports.RadioReceiverInstUIIcon = exports.RadioInstUIIcon = exports.RadicalInstUIIcon = exports.RadiationInstUIIcon = exports.RadarInstUIIcon = exports.RabbitInstUIIcon = exports.QuoteInstUIIcon = exports.QrCodeInstUIIcon = exports.PyramidInstUIIcon = exports.PuzzleInstUIIcon = exports.ProportionsInstUIIcon = exports.ProjectorInstUIIcon = exports.PrinterInstUIIcon = exports.PrinterCheckInstUIIcon = exports.PresentationInstUIIcon = exports.PowerSquareInstUIIcon = exports.PowerOffInstUIIcon = exports.PowerInstUIIcon = exports.PowerCircleInstUIIcon = exports.PoundSterlingInstUIIcon = exports.PopsicleInstUIIcon = exports.PopcornInstUIIcon = exports.PointerOffInstUIIcon = exports.PointerInstUIIcon = exports.PodcastInstUIIcon = exports.PocketKnifeInstUIIcon = exports.PocketInstUIIcon = exports.PlusSquareInstUIIcon = exports.PlusInstUIIcon = exports.PlusCircleInstUIIcon = exports.PlugZapInstUIIcon = exports.PlugZap2InstUIIcon = exports.PlugInstUIIcon = exports.Plug2InstUIIcon = exports.PlaySquareInstUIIcon = exports.PlayInstUIIcon = exports.PlayCircleInstUIIcon = exports.PlaneTakeoffInstUIIcon = exports.PlaneLandingInstUIIcon = exports.PlaneInstUIIcon = exports.PizzaInstUIIcon = exports.PipetteInstUIIcon = exports.PinOffInstUIIcon = exports.PinInstUIIcon = exports.PillInstUIIcon = exports.PillBottleInstUIIcon = exports.PilcrowSquareInstUIIcon = exports.PilcrowRightInstUIIcon = exports.PilcrowLeftInstUIIcon = exports.PilcrowInstUIIcon = exports.PiggyBankInstUIIcon = exports.PieChartInstUIIcon = exports.PictureInPictureInstUIIcon = exports.PictureInPicture2InstUIIcon = exports.PickaxeInstUIIcon = exports.PianoInstUIIcon = exports.PiSquareInstUIIcon = exports.PiInstUIIcon = exports.PhoneOutgoingInstUIIcon = exports.PhoneOffInstUIIcon = exports.PhoneMissedInstUIIcon = exports.PhoneInstUIIcon = exports.PhoneIncomingInstUIIcon = exports.PhoneForwardedInstUIIcon = exports.PhoneCallInstUIIcon = exports.PhilippinePesoInstUIIcon = exports.PersonStandingInstUIIcon = void 0;
21
+ exports.ShieldQuestionMarkInstUIIcon = exports.ShieldQuestionInstUIIcon = exports.ShieldPlusInstUIIcon = exports.ShieldOffInstUIIcon = exports.ShieldMinusInstUIIcon = exports.ShieldInstUIIcon = exports.ShieldHalfInstUIIcon = exports.ShieldEllipsisInstUIIcon = exports.ShieldCloseInstUIIcon = exports.ShieldCheckInstUIIcon = exports.ShieldBanInstUIIcon = exports.ShieldAlertInstUIIcon = exports.ShellInstUIIcon = exports.SheetInstUIIcon = exports.ShareInstUIIcon = exports.Share2InstUIIcon = exports.ShapesInstUIIcon = exports.SettingsInstUIIcon = exports.Settings2InstUIIcon = exports.ServerOffInstUIIcon = exports.ServerInstUIIcon = exports.ServerCrashInstUIIcon = exports.ServerCogInstUIIcon = exports.SeparatorVerticalInstUIIcon = exports.SeparatorHorizontalInstUIIcon = exports.SendToBackInstUIIcon = exports.SendInstUIIcon = exports.SendHorizontalInstUIIcon = exports.SendHorizonalInstUIIcon = exports.SectionInstUIIcon = exports.SearchXInstUIIcon = exports.SearchSlashInstUIIcon = exports.SearchInstUIIcon = exports.SearchCodeInstUIIcon = exports.SearchCheckInstUIIcon = exports.SearchAlertInstUIIcon = exports.ScrollTextInstUIIcon = exports.ScrollInstUIIcon = exports.ScreenShareOffInstUIIcon = exports.ScreenShareInstUIIcon = exports.ScooterInstUIIcon = exports.ScissorsSquareInstUIIcon = exports.ScissorsSquareDashedBottomInstUIIcon = exports.ScissorsLineDashedInstUIIcon = exports.ScissorsInstUIIcon = exports.SchoolInstUIIcon = exports.School2InstUIIcon = exports.ScatterChartInstUIIcon = exports.ScanTextInstUIIcon = exports.ScanSearchInstUIIcon = exports.ScanQrCodeInstUIIcon = exports.ScanLineInstUIIcon = exports.ScanInstUIIcon = exports.ScanHeartInstUIIcon = exports.ScanFaceInstUIIcon = exports.ScanEyeInstUIIcon = exports.ScanBarcodeInstUIIcon = exports.ScalingInstUIIcon = exports.ScaleInstUIIcon = exports.Scale3dInstUIIcon = exports.Scale3DInstUIIcon = exports.SaveOffInstUIIcon = exports.SaveInstUIIcon = exports.SaveAllInstUIIcon = exports.SaudiRiyalInstUIIcon = exports.SatelliteInstUIIcon = exports.SatelliteDishInstUIIcon = exports.SandwichInstUIIcon = exports.SaladInstUIIcon = exports.SailboatInstUIIcon = exports.RussianRubleInstUIIcon = exports.RulerInstUIIcon = exports.RulerDimensionLineInstUIIcon = exports.RssInstUIIcon = exports.RowsInstUIIcon = exports.Rows4InstUIIcon = exports.Rows3InstUIIcon = exports.Rows2InstUIIcon = exports.RouterInstUIIcon = exports.RouteOffInstUIIcon = exports.RouteInstUIIcon = exports.RotateCwSquareInstUIIcon = exports.RotateCwInstUIIcon = exports.RotateCcwSquareInstUIIcon = exports.RotateCcwKeyInstUIIcon = exports.RotateCcwInstUIIcon = exports.Rotate3dInstUIIcon = exports.Rotate3DInstUIIcon = exports.RoseInstUIIcon = exports.RollerCoasterInstUIIcon = exports.RockingChairInstUIIcon = exports.RocketInstUIIcon = exports.RibbonInstUIIcon = exports.RewindInstUIIcon = exports.ReplyInstUIIcon = exports.ReplyAllInstUIIcon = exports.ReplaceInstUIIcon = exports.ReplaceAllInstUIIcon = exports.RepeatInstUIIcon = exports.Repeat2InstUIIcon = void 0;
22
+ exports.SquareDotInstUIIcon = exports.SquareDivideInstUIIcon = exports.SquareDashedTopSolidInstUIIcon = exports.SquareDashedMousePointerInstUIIcon = exports.SquareDashedKanbanInstUIIcon = exports.SquareDashedInstUIIcon = exports.SquareDashedBottomInstUIIcon = exports.SquareDashedBottomCodeInstUIIcon = exports.SquareCodeInstUIIcon = exports.SquareChevronUpInstUIIcon = exports.SquareChevronRightInstUIIcon = exports.SquareChevronLeftInstUIIcon = exports.SquareChevronDownInstUIIcon = exports.SquareCheckInstUIIcon = exports.SquareCheckBigInstUIIcon = exports.SquareChartGanttInstUIIcon = exports.SquareBottomDashedScissorsInstUIIcon = exports.SquareAsteriskInstUIIcon = exports.SquareArrowUpRightInstUIIcon = exports.SquareArrowUpLeftInstUIIcon = exports.SquareArrowUpInstUIIcon = exports.SquareArrowRightInstUIIcon = exports.SquareArrowOutUpRightInstUIIcon = exports.SquareArrowOutUpLeftInstUIIcon = exports.SquareArrowOutDownRightInstUIIcon = exports.SquareArrowOutDownLeftInstUIIcon = exports.SquareArrowLeftInstUIIcon = exports.SquareArrowDownRightInstUIIcon = exports.SquareArrowDownLeftInstUIIcon = exports.SquareArrowDownInstUIIcon = exports.SquareActivityInstUIIcon = exports.SproutInstUIIcon = exports.SprayCanInstUIIcon = exports.SpotlightInstUIIcon = exports.SpoolInstUIIcon = exports.SplitSquareVerticalInstUIIcon = exports.SplitSquareHorizontalInstUIIcon = exports.SplitInstUIIcon = exports.SplinePointerInstUIIcon = exports.SplineInstUIIcon = exports.SpellCheckInstUIIcon = exports.SpellCheck2InstUIIcon = exports.SpeechInstUIIcon = exports.SpeakerInstUIIcon = exports.SparklesInstUIIcon = exports.SparkleInstUIIcon = exports.SpadeInstUIIcon = exports.SpaceInstUIIcon = exports.SoupInstUIIcon = exports.SortDescInstUIIcon = exports.SortAscInstUIIcon = exports.SolarPanelInstUIIcon = exports.SofaInstUIIcon = exports.SoapDispenserDropletInstUIIcon = exports.SnowflakeInstUIIcon = exports.SnailInstUIIcon = exports.SmilePlusInstUIIcon = exports.SmileInstUIIcon = exports.SmartphoneNfcInstUIIcon = exports.SmartphoneInstUIIcon = exports.SmartphoneChargingInstUIIcon = exports.SlidersVerticalInstUIIcon = exports.SlidersInstUIIcon = exports.SlidersHorizontalInstUIIcon = exports.SliceInstUIIcon = exports.SlashSquareInstUIIcon = exports.SlashInstUIIcon = exports.SlackInstUIIcon = exports.SkullInstUIIcon = exports.SkipForwardInstUIIcon = exports.SkipBackInstUIIcon = exports.SirenInstUIIcon = exports.SignpostInstUIIcon = exports.SignpostBigInstUIIcon = exports.SignatureInstUIIcon = exports.SignalZeroInstUIIcon = exports.SignalMediumInstUIIcon = exports.SignalLowInstUIIcon = exports.SignalInstUIIcon = exports.SignalHighInstUIIcon = exports.SigmaSquareInstUIIcon = exports.SigmaInstUIIcon = exports.SidebarOpenInstUIIcon = exports.SidebarInstUIIcon = exports.SidebarCloseInstUIIcon = exports.ShuffleInstUIIcon = exports.ShrubInstUIIcon = exports.ShrinkInstUIIcon = exports.ShrimpInstUIIcon = exports.ShredderInstUIIcon = exports.ShowerHeadInstUIIcon = exports.ShovelInstUIIcon = exports.ShoppingCartInstUIIcon = exports.ShoppingBasketInstUIIcon = exports.ShoppingBagInstUIIcon = exports.ShirtInstUIIcon = exports.ShipWheelInstUIIcon = exports.ShipInstUIIcon = exports.ShieldXInstUIIcon = exports.ShieldUserInstUIIcon = void 0;
23
+ exports.TestTube2InstUIIcon = exports.TerminalSquareInstUIIcon = exports.TerminalInstUIIcon = exports.TentTreeInstUIIcon = exports.TentInstUIIcon = exports.TelescopeInstUIIcon = exports.TargetInstUIIcon = exports.TangentInstUIIcon = exports.Tally5InstUIIcon = exports.Tally4InstUIIcon = exports.Tally3InstUIIcon = exports.Tally2InstUIIcon = exports.Tally1InstUIIcon = exports.TagsInstUIIcon = exports.TagInstUIIcon = exports.TabletsInstUIIcon = exports.TabletSmartphoneInstUIIcon = exports.TabletInstUIIcon = exports.TableRowsSplitInstUIIcon = exports.TablePropertiesInstUIIcon = exports.TableOfContentsInstUIIcon = exports.TableInstUIIcon = exports.TableConfigInstUIIcon = exports.TableColumnsSplitInstUIIcon = exports.TableCellsSplitInstUIIcon = exports.TableCellsMergeInstUIIcon = exports.Table2InstUIIcon = exports.SyringeInstUIIcon = exports.SwordsInstUIIcon = exports.SwordInstUIIcon = exports.SwitchCameraInstUIIcon = exports.SwissFrancInstUIIcon = exports.SwatchBookInstUIIcon = exports.SuperscriptInstUIIcon = exports.SunsetInstUIIcon = exports.SunriseInstUIIcon = exports.SunSnowInstUIIcon = exports.SunMoonInstUIIcon = exports.SunMediumInstUIIcon = exports.SunInstUIIcon = exports.SunDimInstUIIcon = exports.SubtitlesInstUIIcon = exports.SubscriptInstUIIcon = exports.StrikethroughInstUIIcon = exports.StretchVerticalInstUIIcon = exports.StretchHorizontalInstUIIcon = exports.StoreInstUIIcon = exports.StopCircleInstUIIcon = exports.StickyNoteInstUIIcon = exports.StickerInstUIIcon = exports.StethoscopeInstUIIcon = exports.StepForwardInstUIIcon = exports.StepBackInstUIIcon = exports.StarsInstUIIcon = exports.StarOffInstUIIcon = exports.StarInstUIIcon = exports.StarHalfInstUIIcon = exports.StampInstUIIcon = exports.SquirrelInstUIIcon = exports.SquircleInstUIIcon = exports.SquircleDashedInstUIIcon = exports.SquaresUniteInstUIIcon = exports.SquaresSubtractInstUIIcon = exports.SquaresIntersectInstUIIcon = exports.SquaresExcludeInstUIIcon = exports.SquareXInstUIIcon = exports.SquareUserRoundInstUIIcon = exports.SquareUserInstUIIcon = exports.SquareTerminalInstUIIcon = exports.SquareStopInstUIIcon = exports.SquareStarInstUIIcon = exports.SquareStackInstUIIcon = exports.SquareSquareInstUIIcon = exports.SquareSplitVerticalInstUIIcon = exports.SquareSplitHorizontalInstUIIcon = exports.SquareSlashInstUIIcon = exports.SquareSigmaInstUIIcon = exports.SquareScissorsInstUIIcon = exports.SquareRoundCornerInstUIIcon = exports.SquareRadicalInstUIIcon = exports.SquarePowerInstUIIcon = exports.SquarePlusInstUIIcon = exports.SquarePlayInstUIIcon = exports.SquarePilcrowInstUIIcon = exports.SquarePiInstUIIcon = exports.SquarePercentInstUIIcon = exports.SquarePenInstUIIcon = exports.SquarePauseInstUIIcon = exports.SquareParkingOffInstUIIcon = exports.SquareParkingInstUIIcon = exports.SquareMousePointerInstUIIcon = exports.SquareMinusInstUIIcon = exports.SquareMenuInstUIIcon = exports.SquareMInstUIIcon = exports.SquareLibraryInstUIIcon = exports.SquareKanbanInstUIIcon = exports.SquareInstUIIcon = exports.SquareGanttChartInstUIIcon = exports.SquareFunctionInstUIIcon = exports.SquareEqualInstUIIcon = void 0;
24
+ exports.UserCheck2InstUIIcon = exports.User2InstUIIcon = exports.UsbInstUIIcon = exports.UploadInstUIIcon = exports.UploadCloudInstUIIcon = exports.UnplugInstUIIcon = exports.UnlockKeyholeInstUIIcon = exports.UnlockInstUIIcon = exports.UnlinkInstUIIcon = exports.Unlink2InstUIIcon = exports.UniversityInstUIIcon = exports.UngroupInstUIIcon = exports.UnfoldVerticalInstUIIcon = exports.UnfoldHorizontalInstUIIcon = exports.UndoInstUIIcon = exports.UndoDotInstUIIcon = exports.Undo2InstUIIcon = exports.UnderlineInstUIIcon = exports.UmbrellaOffInstUIIcon = exports.UmbrellaInstUIIcon = exports.TypeOutlineInstUIIcon = exports.TypeInstUIIcon = exports.TwitterInstUIIcon = exports.TwitchInstUIIcon = exports.TvMinimalPlayInstUIIcon = exports.TvMinimalInstUIIcon = exports.TvInstUIIcon = exports.Tv2InstUIIcon = exports.TurtleInstUIIcon = exports.TurntableInstUIIcon = exports.TurkishLiraInstUIIcon = exports.TruckInstUIIcon = exports.TruckElectricInstUIIcon = exports.TrophyInstUIIcon = exports.TriangleRightInstUIIcon = exports.TriangleInstUIIcon = exports.TriangleDashedInstUIIcon = exports.TriangleAlertInstUIIcon = exports.TrendingUpInstUIIcon = exports.TrendingUpDownInstUIIcon = exports.TrendingDownInstUIIcon = exports.TrelloInstUIIcon = exports.TreesInstUIIcon = exports.TreePineInstUIIcon = exports.TreePalmInstUIIcon = exports.TreeDeciduousInstUIIcon = exports.TrashInstUIIcon = exports.Trash2InstUIIcon = exports.TransgenderInstUIIcon = exports.TramFrontInstUIIcon = exports.TrainTrackInstUIIcon = exports.TrainInstUIIcon = exports.TrainFrontTunnelInstUIIcon = exports.TrainFrontInstUIIcon = exports.TrafficConeInstUIIcon = exports.TractorInstUIIcon = exports.ToyBrickInstUIIcon = exports.TowerControlInstUIIcon = exports.TouchpadOffInstUIIcon = exports.TouchpadInstUIIcon = exports.TorusInstUIIcon = exports.TornadoInstUIIcon = exports.ToolCaseInstUIIcon = exports.ToiletInstUIIcon = exports.ToggleRightInstUIIcon = exports.ToggleLeftInstUIIcon = exports.TimerResetInstUIIcon = exports.TimerOffInstUIIcon = exports.TimerInstUIIcon = exports.TicketsPlaneInstUIIcon = exports.TicketsInstUIIcon = exports.TicketXInstUIIcon = exports.TicketSlashInstUIIcon = exports.TicketPlusInstUIIcon = exports.TicketPercentInstUIIcon = exports.TicketMinusInstUIIcon = exports.TicketInstUIIcon = exports.TicketCheckInstUIIcon = exports.ThumbsUpInstUIIcon = exports.ThumbsDownInstUIIcon = exports.ThermometerSunInstUIIcon = exports.ThermometerSnowflakeInstUIIcon = exports.ThermometerInstUIIcon = exports.TheaterInstUIIcon = exports.TextWrapInstUIIcon = exports.TextSelectionInstUIIcon = exports.TextSelectInstUIIcon = exports.TextSearchInstUIIcon = exports.TextQuoteInstUIIcon = exports.TextInstUIIcon = exports.TextInitialInstUIIcon = exports.TextCursorInstUIIcon = exports.TextCursorInputInstUIIcon = exports.TextAlignStartInstUIIcon = exports.TextAlignJustifyInstUIIcon = exports.TextAlignEndInstUIIcon = exports.TextAlignCenterInstUIIcon = exports.TestTubesInstUIIcon = exports.TestTubeInstUIIcon = exports.TestTubeDiagonalInstUIIcon = void 0;
25
+ exports.YoutubeInstUIIcon = exports.XSquareInstUIIcon = exports.XOctagonInstUIIcon = exports.XInstUIIcon = exports.XCircleInstUIIcon = exports.WrenchInstUIIcon = exports.WrapTextInstUIIcon = exports.WormInstUIIcon = exports.WorkflowInstUIIcon = exports.WineOffInstUIIcon = exports.WineInstUIIcon = exports.WindInstUIIcon = exports.WindArrowDownInstUIIcon = exports.WifiZeroInstUIIcon = exports.WifiSyncInstUIIcon = exports.WifiPenInstUIIcon = exports.WifiOffInstUIIcon = exports.WifiLowInstUIIcon = exports.WifiInstUIIcon = exports.WifiHighInstUIIcon = exports.WifiCogInstUIIcon = exports.WholeWordInstUIIcon = exports.WheatOffInstUIIcon = exports.WheatInstUIIcon = exports.WeightTildeInstUIIcon = exports.WeightInstUIIcon = exports.WebhookOffInstUIIcon = exports.WebhookInstUIIcon = exports.WebcamInstUIIcon = exports.WaypointsInstUIIcon = exports.WavesLadderInstUIIcon = exports.WavesInstUIIcon = exports.WavesArrowUpInstUIIcon = exports.WavesArrowDownInstUIIcon = exports.WatchInstUIIcon = exports.WashingMachineInstUIIcon = exports.WarehouseInstUIIcon = exports.WandSparklesInstUIIcon = exports.WandInstUIIcon = exports.Wand2InstUIIcon = exports.WallpaperInstUIIcon = exports.WalletMinimalInstUIIcon = exports.WalletInstUIIcon = exports.WalletCardsInstUIIcon = exports.Wallet2InstUIIcon = exports.VoteInstUIIcon = exports.VolumeXInstUIIcon = exports.VolumeOffInstUIIcon = exports.VolumeInstUIIcon = exports.Volume2InstUIIcon = exports.Volume1InstUIIcon = exports.VolleyballInstUIIcon = exports.VoicemailInstUIIcon = exports.ViewInstUIIcon = exports.VideotapeInstUIIcon = exports.VideoOffInstUIIcon = exports.VideoInstUIIcon = exports.VibrateOffInstUIIcon = exports.VibrateInstUIIcon = exports.VerifiedInstUIIcon = exports.VenusInstUIIcon = exports.VenusAndMarsInstUIIcon = exports.VenetianMaskInstUIIcon = exports.VeganInstUIIcon = exports.VectorSquareInstUIIcon = exports.VaultInstUIIcon = exports.VariableInstUIIcon = exports.VanInstUIIcon = exports.UtilityPoleInstUIIcon = exports.UtensilsInstUIIcon = exports.UtensilsCrossedInstUIIcon = exports.UsersRoundInstUIIcon = exports.UsersInstUIIcon = exports.Users2InstUIIcon = exports.UserXInstUIIcon = exports.UserX2InstUIIcon = exports.UserStarInstUIIcon = exports.UserSquareInstUIIcon = exports.UserSquare2InstUIIcon = exports.UserSearchInstUIIcon = exports.UserRoundXInstUIIcon = exports.UserRoundSearchInstUIIcon = exports.UserRoundPlusInstUIIcon = exports.UserRoundPenInstUIIcon = exports.UserRoundMinusInstUIIcon = exports.UserRoundInstUIIcon = exports.UserRoundCogInstUIIcon = exports.UserRoundCheckInstUIIcon = exports.UserPlusInstUIIcon = exports.UserPlus2InstUIIcon = exports.UserPenInstUIIcon = exports.UserMinusInstUIIcon = exports.UserMinus2InstUIIcon = exports.UserLockInstUIIcon = exports.UserInstUIIcon = exports.UserCogInstUIIcon = exports.UserCog2InstUIIcon = exports.UserCircleInstUIIcon = exports.UserCircle2InstUIIcon = exports.UserCheckInstUIIcon = void 0;
26
+ exports.ZoomOutInstUIIcon = exports.ZoomInInstUIIcon = exports.ZapOffInstUIIcon = exports.ZapInstUIIcon = void 0;
27
+ var Lucide = _interopRequireWildcard(require("lucide-react"));
28
+ var _wrapLucideIcon = require("../../lucide/wrapLucideIcon");
29
+ /*
30
+ * The MIT License (MIT)
31
+ *
32
+ * Copyright (c) 2015 - present Instructure, Inc.
33
+ *
34
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
35
+ * of this software and associated documentation files (the "Software"), to deal
36
+ * in the Software without restriction, including without limitation the rights
37
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
38
+ * copies of the Software, and to permit persons to whom the Software is
39
+ * furnished to do so, subject to the following conditions:
40
+ *
41
+ * The above copyright notice and this permission notice shall be included in all
42
+ * copies or substantial portions of the Software.
43
+ *
44
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
49
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
50
+ * SOFTWARE.
51
+ */
52
+
53
+ const AArrowDownInstUIIcon = exports.AArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AArrowDown);
54
+ const AArrowUpInstUIIcon = exports.AArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AArrowUp);
55
+ const ALargeSmallInstUIIcon = exports.ALargeSmallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ALargeSmall);
56
+ const AccessibilityInstUIIcon = exports.AccessibilityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Accessibility);
57
+ const ActivityInstUIIcon = exports.ActivityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Activity);
58
+ const ActivitySquareInstUIIcon = exports.ActivitySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ActivitySquare);
59
+ const AirVentInstUIIcon = exports.AirVentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AirVent);
60
+ const AirplayInstUIIcon = exports.AirplayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Airplay);
61
+ const AlarmCheckInstUIIcon = exports.AlarmCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmCheck);
62
+ const AlarmClockInstUIIcon = exports.AlarmClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClock);
63
+ const AlarmClockCheckInstUIIcon = exports.AlarmClockCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockCheck);
64
+ const AlarmClockMinusInstUIIcon = exports.AlarmClockMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockMinus);
65
+ const AlarmClockOffInstUIIcon = exports.AlarmClockOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockOff);
66
+ const AlarmClockPlusInstUIIcon = exports.AlarmClockPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmClockPlus);
67
+ const AlarmMinusInstUIIcon = exports.AlarmMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmMinus);
68
+ const AlarmPlusInstUIIcon = exports.AlarmPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmPlus);
69
+ const AlarmSmokeInstUIIcon = exports.AlarmSmokeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlarmSmoke);
70
+ const AlbumInstUIIcon = exports.AlbumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Album);
71
+ const AlertCircleInstUIIcon = exports.AlertCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlertCircle);
72
+ const AlertOctagonInstUIIcon = exports.AlertOctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlertOctagon);
73
+ const AlertTriangleInstUIIcon = exports.AlertTriangleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlertTriangle);
74
+ const AlignCenterInstUIIcon = exports.AlignCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignCenter);
75
+ const AlignCenterHorizontalInstUIIcon = exports.AlignCenterHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignCenterHorizontal);
76
+ const AlignCenterVerticalInstUIIcon = exports.AlignCenterVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignCenterVertical);
77
+ const AlignEndHorizontalInstUIIcon = exports.AlignEndHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignEndHorizontal);
78
+ const AlignEndVerticalInstUIIcon = exports.AlignEndVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignEndVertical);
79
+ const AlignHorizontalDistributeCenterInstUIIcon = exports.AlignHorizontalDistributeCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalDistributeCenter);
80
+ const AlignHorizontalDistributeEndInstUIIcon = exports.AlignHorizontalDistributeEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalDistributeEnd);
81
+ const AlignHorizontalDistributeStartInstUIIcon = exports.AlignHorizontalDistributeStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalDistributeStart);
82
+ const AlignHorizontalJustifyCenterInstUIIcon = exports.AlignHorizontalJustifyCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalJustifyCenter);
83
+ const AlignHorizontalJustifyEndInstUIIcon = exports.AlignHorizontalJustifyEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalJustifyEnd);
84
+ const AlignHorizontalJustifyStartInstUIIcon = exports.AlignHorizontalJustifyStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalJustifyStart);
85
+ const AlignHorizontalSpaceAroundInstUIIcon = exports.AlignHorizontalSpaceAroundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalSpaceAround);
86
+ const AlignHorizontalSpaceBetweenInstUIIcon = exports.AlignHorizontalSpaceBetweenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignHorizontalSpaceBetween);
87
+ const AlignJustifyInstUIIcon = exports.AlignJustifyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignJustify);
88
+ const AlignLeftInstUIIcon = exports.AlignLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignLeft);
89
+ const AlignRightInstUIIcon = exports.AlignRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignRight);
90
+ const AlignStartHorizontalInstUIIcon = exports.AlignStartHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignStartHorizontal);
91
+ const AlignStartVerticalInstUIIcon = exports.AlignStartVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignStartVertical);
92
+ const AlignVerticalDistributeCenterInstUIIcon = exports.AlignVerticalDistributeCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalDistributeCenter);
93
+ const AlignVerticalDistributeEndInstUIIcon = exports.AlignVerticalDistributeEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalDistributeEnd);
94
+ const AlignVerticalDistributeStartInstUIIcon = exports.AlignVerticalDistributeStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalDistributeStart);
95
+ const AlignVerticalJustifyCenterInstUIIcon = exports.AlignVerticalJustifyCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalJustifyCenter);
96
+ const AlignVerticalJustifyEndInstUIIcon = exports.AlignVerticalJustifyEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalJustifyEnd);
97
+ const AlignVerticalJustifyStartInstUIIcon = exports.AlignVerticalJustifyStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalJustifyStart);
98
+ const AlignVerticalSpaceAroundInstUIIcon = exports.AlignVerticalSpaceAroundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalSpaceAround);
99
+ const AlignVerticalSpaceBetweenInstUIIcon = exports.AlignVerticalSpaceBetweenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AlignVerticalSpaceBetween);
100
+ const AmbulanceInstUIIcon = exports.AmbulanceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ambulance);
101
+ const AmpersandInstUIIcon = exports.AmpersandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ampersand);
102
+ const AmpersandsInstUIIcon = exports.AmpersandsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ampersands);
103
+ const AmphoraInstUIIcon = exports.AmphoraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Amphora);
104
+ const AnchorInstUIIcon = exports.AnchorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Anchor);
105
+ const AngryInstUIIcon = exports.AngryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Angry);
106
+ const AnnoyedInstUIIcon = exports.AnnoyedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Annoyed);
107
+ const AntennaInstUIIcon = exports.AntennaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Antenna);
108
+ const AnvilInstUIIcon = exports.AnvilInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Anvil);
109
+ const ApertureInstUIIcon = exports.ApertureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Aperture);
110
+ const AppWindowInstUIIcon = exports.AppWindowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AppWindow);
111
+ const AppWindowMacInstUIIcon = exports.AppWindowMacInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AppWindowMac);
112
+ const AppleInstUIIcon = exports.AppleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Apple);
113
+ const ArchiveInstUIIcon = exports.ArchiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Archive);
114
+ const ArchiveRestoreInstUIIcon = exports.ArchiveRestoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArchiveRestore);
115
+ const ArchiveXInstUIIcon = exports.ArchiveXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArchiveX);
116
+ const AreaChartInstUIIcon = exports.AreaChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AreaChart);
117
+ const ArmchairInstUIIcon = exports.ArmchairInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Armchair);
118
+ const ArrowBigDownInstUIIcon = exports.ArrowBigDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigDown);
119
+ const ArrowBigDownDashInstUIIcon = exports.ArrowBigDownDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigDownDash);
120
+ const ArrowBigLeftInstUIIcon = exports.ArrowBigLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigLeft);
121
+ const ArrowBigLeftDashInstUIIcon = exports.ArrowBigLeftDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigLeftDash);
122
+ const ArrowBigRightInstUIIcon = exports.ArrowBigRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigRight);
123
+ const ArrowBigRightDashInstUIIcon = exports.ArrowBigRightDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigRightDash);
124
+ const ArrowBigUpInstUIIcon = exports.ArrowBigUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigUp);
125
+ const ArrowBigUpDashInstUIIcon = exports.ArrowBigUpDashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowBigUpDash);
126
+ const ArrowDownInstUIIcon = exports.ArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDown);
127
+ const ArrowDown01InstUIIcon = exports.ArrowDown01InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDown01);
128
+ const ArrowDown10InstUIIcon = exports.ArrowDown10InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDown10);
129
+ const ArrowDownAZInstUIIcon = exports.ArrowDownAZInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownAZ);
130
+ const ArrowDownAzInstUIIcon = exports.ArrowDownAzInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownAz);
131
+ const ArrowDownCircleInstUIIcon = exports.ArrowDownCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownCircle);
132
+ const ArrowDownFromLineInstUIIcon = exports.ArrowDownFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownFromLine);
133
+ const ArrowDownLeftInstUIIcon = exports.ArrowDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeft);
134
+ const ArrowDownLeftFromCircleInstUIIcon = exports.ArrowDownLeftFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeftFromCircle);
135
+ const ArrowDownLeftFromSquareInstUIIcon = exports.ArrowDownLeftFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeftFromSquare);
136
+ const ArrowDownLeftSquareInstUIIcon = exports.ArrowDownLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownLeftSquare);
137
+ const ArrowDownNarrowWideInstUIIcon = exports.ArrowDownNarrowWideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownNarrowWide);
138
+ const ArrowDownRightInstUIIcon = exports.ArrowDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRight);
139
+ const ArrowDownRightFromCircleInstUIIcon = exports.ArrowDownRightFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRightFromCircle);
140
+ const ArrowDownRightFromSquareInstUIIcon = exports.ArrowDownRightFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRightFromSquare);
141
+ const ArrowDownRightSquareInstUIIcon = exports.ArrowDownRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownRightSquare);
142
+ const ArrowDownSquareInstUIIcon = exports.ArrowDownSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownSquare);
143
+ const ArrowDownToDotInstUIIcon = exports.ArrowDownToDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownToDot);
144
+ const ArrowDownToLineInstUIIcon = exports.ArrowDownToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownToLine);
145
+ const ArrowDownUpInstUIIcon = exports.ArrowDownUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownUp);
146
+ const ArrowDownWideNarrowInstUIIcon = exports.ArrowDownWideNarrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownWideNarrow);
147
+ const ArrowDownZAInstUIIcon = exports.ArrowDownZAInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownZA);
148
+ const ArrowDownZaInstUIIcon = exports.ArrowDownZaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowDownZa);
149
+ const ArrowLeftInstUIIcon = exports.ArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeft);
150
+ const ArrowLeftCircleInstUIIcon = exports.ArrowLeftCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftCircle);
151
+ const ArrowLeftFromLineInstUIIcon = exports.ArrowLeftFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftFromLine);
152
+ const ArrowLeftRightInstUIIcon = exports.ArrowLeftRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftRight);
153
+ const ArrowLeftSquareInstUIIcon = exports.ArrowLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftSquare);
154
+ const ArrowLeftToLineInstUIIcon = exports.ArrowLeftToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowLeftToLine);
155
+ const ArrowRightInstUIIcon = exports.ArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRight);
156
+ const ArrowRightCircleInstUIIcon = exports.ArrowRightCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightCircle);
157
+ const ArrowRightFromLineInstUIIcon = exports.ArrowRightFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightFromLine);
158
+ const ArrowRightLeftInstUIIcon = exports.ArrowRightLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightLeft);
159
+ const ArrowRightSquareInstUIIcon = exports.ArrowRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightSquare);
160
+ const ArrowRightToLineInstUIIcon = exports.ArrowRightToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowRightToLine);
161
+ const ArrowUpInstUIIcon = exports.ArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUp);
162
+ const ArrowUp01InstUIIcon = exports.ArrowUp01InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUp01);
163
+ const ArrowUp10InstUIIcon = exports.ArrowUp10InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUp10);
164
+ const ArrowUpAZInstUIIcon = exports.ArrowUpAZInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpAZ);
165
+ const ArrowUpAzInstUIIcon = exports.ArrowUpAzInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpAz);
166
+ const ArrowUpCircleInstUIIcon = exports.ArrowUpCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpCircle);
167
+ const ArrowUpDownInstUIIcon = exports.ArrowUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpDown);
168
+ const ArrowUpFromDotInstUIIcon = exports.ArrowUpFromDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpFromDot);
169
+ const ArrowUpFromLineInstUIIcon = exports.ArrowUpFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpFromLine);
170
+ const ArrowUpLeftInstUIIcon = exports.ArrowUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeft);
171
+ const ArrowUpLeftFromCircleInstUIIcon = exports.ArrowUpLeftFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeftFromCircle);
172
+ const ArrowUpLeftFromSquareInstUIIcon = exports.ArrowUpLeftFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeftFromSquare);
173
+ const ArrowUpLeftSquareInstUIIcon = exports.ArrowUpLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpLeftSquare);
174
+ const ArrowUpNarrowWideInstUIIcon = exports.ArrowUpNarrowWideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpNarrowWide);
175
+ const ArrowUpRightInstUIIcon = exports.ArrowUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRight);
176
+ const ArrowUpRightFromCircleInstUIIcon = exports.ArrowUpRightFromCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRightFromCircle);
177
+ const ArrowUpRightFromSquareInstUIIcon = exports.ArrowUpRightFromSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRightFromSquare);
178
+ const ArrowUpRightSquareInstUIIcon = exports.ArrowUpRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpRightSquare);
179
+ const ArrowUpSquareInstUIIcon = exports.ArrowUpSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpSquare);
180
+ const ArrowUpToLineInstUIIcon = exports.ArrowUpToLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpToLine);
181
+ const ArrowUpWideNarrowInstUIIcon = exports.ArrowUpWideNarrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpWideNarrow);
182
+ const ArrowUpZAInstUIIcon = exports.ArrowUpZAInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpZA);
183
+ const ArrowUpZaInstUIIcon = exports.ArrowUpZaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowUpZa);
184
+ const ArrowsUpFromLineInstUIIcon = exports.ArrowsUpFromLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ArrowsUpFromLine);
185
+ const AsteriskInstUIIcon = exports.AsteriskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Asterisk);
186
+ const AsteriskSquareInstUIIcon = exports.AsteriskSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AsteriskSquare);
187
+ const AtSignInstUIIcon = exports.AtSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AtSign);
188
+ const AtomInstUIIcon = exports.AtomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Atom);
189
+ const AudioLinesInstUIIcon = exports.AudioLinesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AudioLines);
190
+ const AudioWaveformInstUIIcon = exports.AudioWaveformInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.AudioWaveform);
191
+ const AwardInstUIIcon = exports.AwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Award);
192
+ const AxeInstUIIcon = exports.AxeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Axe);
193
+ const Axis3DInstUIIcon = exports.Axis3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Axis3D);
194
+ const Axis3dInstUIIcon = exports.Axis3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Axis3d);
195
+ const BabyInstUIIcon = exports.BabyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Baby);
196
+ const BackpackInstUIIcon = exports.BackpackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Backpack);
197
+ const BadgeInstUIIcon = exports.BadgeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Badge);
198
+ const BadgeAlertInstUIIcon = exports.BadgeAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeAlert);
199
+ const BadgeCentInstUIIcon = exports.BadgeCentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeCent);
200
+ const BadgeCheckInstUIIcon = exports.BadgeCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeCheck);
201
+ const BadgeDollarSignInstUIIcon = exports.BadgeDollarSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeDollarSign);
202
+ const BadgeEuroInstUIIcon = exports.BadgeEuroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeEuro);
203
+ const BadgeHelpInstUIIcon = exports.BadgeHelpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeHelp);
204
+ const BadgeIndianRupeeInstUIIcon = exports.BadgeIndianRupeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeIndianRupee);
205
+ const BadgeInfoInstUIIcon = exports.BadgeInfoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeInfo);
206
+ const BadgeJapaneseYenInstUIIcon = exports.BadgeJapaneseYenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeJapaneseYen);
207
+ const BadgeMinusInstUIIcon = exports.BadgeMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeMinus);
208
+ const BadgePercentInstUIIcon = exports.BadgePercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgePercent);
209
+ const BadgePlusInstUIIcon = exports.BadgePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgePlus);
210
+ const BadgePoundSterlingInstUIIcon = exports.BadgePoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgePoundSterling);
211
+ const BadgeQuestionMarkInstUIIcon = exports.BadgeQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeQuestionMark);
212
+ const BadgeRussianRubleInstUIIcon = exports.BadgeRussianRubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeRussianRuble);
213
+ const BadgeSwissFrancInstUIIcon = exports.BadgeSwissFrancInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeSwissFranc);
214
+ const BadgeTurkishLiraInstUIIcon = exports.BadgeTurkishLiraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeTurkishLira);
215
+ const BadgeXInstUIIcon = exports.BadgeXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BadgeX);
216
+ const BaggageClaimInstUIIcon = exports.BaggageClaimInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BaggageClaim);
217
+ const BalloonInstUIIcon = exports.BalloonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Balloon);
218
+ const BanInstUIIcon = exports.BanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ban);
219
+ const BananaInstUIIcon = exports.BananaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Banana);
220
+ const BandageInstUIIcon = exports.BandageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bandage);
221
+ const BanknoteInstUIIcon = exports.BanknoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Banknote);
222
+ const BanknoteArrowDownInstUIIcon = exports.BanknoteArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BanknoteArrowDown);
223
+ const BanknoteArrowUpInstUIIcon = exports.BanknoteArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BanknoteArrowUp);
224
+ const BanknoteXInstUIIcon = exports.BanknoteXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BanknoteX);
225
+ const BarChartInstUIIcon = exports.BarChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart);
226
+ const BarChart2InstUIIcon = exports.BarChart2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart2);
227
+ const BarChart3InstUIIcon = exports.BarChart3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart3);
228
+ const BarChart4InstUIIcon = exports.BarChart4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChart4);
229
+ const BarChartBigInstUIIcon = exports.BarChartBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChartBig);
230
+ const BarChartHorizontalInstUIIcon = exports.BarChartHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChartHorizontal);
231
+ const BarChartHorizontalBigInstUIIcon = exports.BarChartHorizontalBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BarChartHorizontalBig);
232
+ const BarcodeInstUIIcon = exports.BarcodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Barcode);
233
+ const BarrelInstUIIcon = exports.BarrelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Barrel);
234
+ const BaselineInstUIIcon = exports.BaselineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Baseline);
235
+ const BathInstUIIcon = exports.BathInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bath);
236
+ const BatteryInstUIIcon = exports.BatteryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Battery);
237
+ const BatteryChargingInstUIIcon = exports.BatteryChargingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryCharging);
238
+ const BatteryFullInstUIIcon = exports.BatteryFullInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryFull);
239
+ const BatteryLowInstUIIcon = exports.BatteryLowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryLow);
240
+ const BatteryMediumInstUIIcon = exports.BatteryMediumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryMedium);
241
+ const BatteryPlusInstUIIcon = exports.BatteryPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryPlus);
242
+ const BatteryWarningInstUIIcon = exports.BatteryWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BatteryWarning);
243
+ const BeakerInstUIIcon = exports.BeakerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Beaker);
244
+ const BeanInstUIIcon = exports.BeanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bean);
245
+ const BeanOffInstUIIcon = exports.BeanOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BeanOff);
246
+ const BedInstUIIcon = exports.BedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bed);
247
+ const BedDoubleInstUIIcon = exports.BedDoubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BedDouble);
248
+ const BedSingleInstUIIcon = exports.BedSingleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BedSingle);
249
+ const BeefInstUIIcon = exports.BeefInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Beef);
250
+ const BeerInstUIIcon = exports.BeerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Beer);
251
+ const BeerOffInstUIIcon = exports.BeerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BeerOff);
252
+ const BellInstUIIcon = exports.BellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bell);
253
+ const BellDotInstUIIcon = exports.BellDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellDot);
254
+ const BellElectricInstUIIcon = exports.BellElectricInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellElectric);
255
+ const BellMinusInstUIIcon = exports.BellMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellMinus);
256
+ const BellOffInstUIIcon = exports.BellOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellOff);
257
+ const BellPlusInstUIIcon = exports.BellPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellPlus);
258
+ const BellRingInstUIIcon = exports.BellRingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BellRing);
259
+ const BetweenHorizonalEndInstUIIcon = exports.BetweenHorizonalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizonalEnd);
260
+ const BetweenHorizonalStartInstUIIcon = exports.BetweenHorizonalStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizonalStart);
261
+ const BetweenHorizontalEndInstUIIcon = exports.BetweenHorizontalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizontalEnd);
262
+ const BetweenHorizontalStartInstUIIcon = exports.BetweenHorizontalStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenHorizontalStart);
263
+ const BetweenVerticalEndInstUIIcon = exports.BetweenVerticalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenVerticalEnd);
264
+ const BetweenVerticalStartInstUIIcon = exports.BetweenVerticalStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BetweenVerticalStart);
265
+ const BicepsFlexedInstUIIcon = exports.BicepsFlexedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BicepsFlexed);
266
+ const BikeInstUIIcon = exports.BikeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bike);
267
+ const BinaryInstUIIcon = exports.BinaryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Binary);
268
+ const BinocularsInstUIIcon = exports.BinocularsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Binoculars);
269
+ const BiohazardInstUIIcon = exports.BiohazardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Biohazard);
270
+ const BirdInstUIIcon = exports.BirdInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bird);
271
+ const BirdhouseInstUIIcon = exports.BirdhouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Birdhouse);
272
+ const BitcoinInstUIIcon = exports.BitcoinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bitcoin);
273
+ const BlendInstUIIcon = exports.BlendInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Blend);
274
+ const BlindsInstUIIcon = exports.BlindsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Blinds);
275
+ const BlocksInstUIIcon = exports.BlocksInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Blocks);
276
+ const BluetoothInstUIIcon = exports.BluetoothInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bluetooth);
277
+ const BluetoothConnectedInstUIIcon = exports.BluetoothConnectedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BluetoothConnected);
278
+ const BluetoothOffInstUIIcon = exports.BluetoothOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BluetoothOff);
279
+ const BluetoothSearchingInstUIIcon = exports.BluetoothSearchingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BluetoothSearching);
280
+ const BoldInstUIIcon = exports.BoldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bold);
281
+ const BoltInstUIIcon = exports.BoltInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bolt);
282
+ const BombInstUIIcon = exports.BombInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bomb);
283
+ const BoneInstUIIcon = exports.BoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bone);
284
+ const BookInstUIIcon = exports.BookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Book);
285
+ const BookAInstUIIcon = exports.BookAInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookA);
286
+ const BookAlertInstUIIcon = exports.BookAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookAlert);
287
+ const BookAudioInstUIIcon = exports.BookAudioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookAudio);
288
+ const BookCheckInstUIIcon = exports.BookCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookCheck);
289
+ const BookCopyInstUIIcon = exports.BookCopyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookCopy);
290
+ const BookDashedInstUIIcon = exports.BookDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookDashed);
291
+ const BookDownInstUIIcon = exports.BookDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookDown);
292
+ const BookHeadphonesInstUIIcon = exports.BookHeadphonesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookHeadphones);
293
+ const BookHeartInstUIIcon = exports.BookHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookHeart);
294
+ const BookImageInstUIIcon = exports.BookImageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookImage);
295
+ const BookKeyInstUIIcon = exports.BookKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookKey);
296
+ const BookLockInstUIIcon = exports.BookLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookLock);
297
+ const BookMarkedInstUIIcon = exports.BookMarkedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookMarked);
298
+ const BookMinusInstUIIcon = exports.BookMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookMinus);
299
+ const BookOpenInstUIIcon = exports.BookOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookOpen);
300
+ const BookOpenCheckInstUIIcon = exports.BookOpenCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookOpenCheck);
301
+ const BookOpenTextInstUIIcon = exports.BookOpenTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookOpenText);
302
+ const BookPlusInstUIIcon = exports.BookPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookPlus);
303
+ const BookSearchInstUIIcon = exports.BookSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookSearch);
304
+ const BookTemplateInstUIIcon = exports.BookTemplateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookTemplate);
305
+ const BookTextInstUIIcon = exports.BookTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookText);
306
+ const BookTypeInstUIIcon = exports.BookTypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookType);
307
+ const BookUpInstUIIcon = exports.BookUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookUp);
308
+ const BookUp2InstUIIcon = exports.BookUp2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookUp2);
309
+ const BookUserInstUIIcon = exports.BookUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookUser);
310
+ const BookXInstUIIcon = exports.BookXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookX);
311
+ const BookmarkInstUIIcon = exports.BookmarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bookmark);
312
+ const BookmarkCheckInstUIIcon = exports.BookmarkCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkCheck);
313
+ const BookmarkMinusInstUIIcon = exports.BookmarkMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkMinus);
314
+ const BookmarkPlusInstUIIcon = exports.BookmarkPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkPlus);
315
+ const BookmarkXInstUIIcon = exports.BookmarkXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BookmarkX);
316
+ const BoomBoxInstUIIcon = exports.BoomBoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BoomBox);
317
+ const BotInstUIIcon = exports.BotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bot);
318
+ const BotMessageSquareInstUIIcon = exports.BotMessageSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BotMessageSquare);
319
+ const BotOffInstUIIcon = exports.BotOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BotOff);
320
+ const BottleWineInstUIIcon = exports.BottleWineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BottleWine);
321
+ const BowArrowInstUIIcon = exports.BowArrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BowArrow);
322
+ const BoxInstUIIcon = exports.BoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Box);
323
+ const BoxSelectInstUIIcon = exports.BoxSelectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BoxSelect);
324
+ const BoxesInstUIIcon = exports.BoxesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Boxes);
325
+ const BracesInstUIIcon = exports.BracesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Braces);
326
+ const BracketsInstUIIcon = exports.BracketsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Brackets);
327
+ const BrainInstUIIcon = exports.BrainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Brain);
328
+ const BrainCircuitInstUIIcon = exports.BrainCircuitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrainCircuit);
329
+ const BrainCogInstUIIcon = exports.BrainCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrainCog);
330
+ const BrickWallInstUIIcon = exports.BrickWallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrickWall);
331
+ const BrickWallFireInstUIIcon = exports.BrickWallFireInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrickWallFire);
332
+ const BrickWallShieldInstUIIcon = exports.BrickWallShieldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrickWallShield);
333
+ const BriefcaseInstUIIcon = exports.BriefcaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Briefcase);
334
+ const BriefcaseBusinessInstUIIcon = exports.BriefcaseBusinessInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BriefcaseBusiness);
335
+ const BriefcaseConveyorBeltInstUIIcon = exports.BriefcaseConveyorBeltInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BriefcaseConveyorBelt);
336
+ const BriefcaseMedicalInstUIIcon = exports.BriefcaseMedicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BriefcaseMedical);
337
+ const BringToFrontInstUIIcon = exports.BringToFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BringToFront);
338
+ const BrushInstUIIcon = exports.BrushInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Brush);
339
+ const BrushCleaningInstUIIcon = exports.BrushCleaningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BrushCleaning);
340
+ const BubblesInstUIIcon = exports.BubblesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bubbles);
341
+ const BugInstUIIcon = exports.BugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bug);
342
+ const BugOffInstUIIcon = exports.BugOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BugOff);
343
+ const BugPlayInstUIIcon = exports.BugPlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BugPlay);
344
+ const BuildingInstUIIcon = exports.BuildingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Building);
345
+ const Building2InstUIIcon = exports.Building2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Building2);
346
+ const BusInstUIIcon = exports.BusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Bus);
347
+ const BusFrontInstUIIcon = exports.BusFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.BusFront);
348
+ const CableInstUIIcon = exports.CableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cable);
349
+ const CableCarInstUIIcon = exports.CableCarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CableCar);
350
+ const CakeInstUIIcon = exports.CakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cake);
351
+ const CakeSliceInstUIIcon = exports.CakeSliceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CakeSlice);
352
+ const CalculatorInstUIIcon = exports.CalculatorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calculator);
353
+ const CalendarInstUIIcon = exports.CalendarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calendar);
354
+ const Calendar1InstUIIcon = exports.Calendar1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calendar1);
355
+ const CalendarArrowDownInstUIIcon = exports.CalendarArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarArrowDown);
356
+ const CalendarArrowUpInstUIIcon = exports.CalendarArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarArrowUp);
357
+ const CalendarCheckInstUIIcon = exports.CalendarCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarCheck);
358
+ const CalendarCheck2InstUIIcon = exports.CalendarCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarCheck2);
359
+ const CalendarClockInstUIIcon = exports.CalendarClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarClock);
360
+ const CalendarCogInstUIIcon = exports.CalendarCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarCog);
361
+ const CalendarDaysInstUIIcon = exports.CalendarDaysInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarDays);
362
+ const CalendarFoldInstUIIcon = exports.CalendarFoldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarFold);
363
+ const CalendarHeartInstUIIcon = exports.CalendarHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarHeart);
364
+ const CalendarMinusInstUIIcon = exports.CalendarMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarMinus);
365
+ const CalendarMinus2InstUIIcon = exports.CalendarMinus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarMinus2);
366
+ const CalendarOffInstUIIcon = exports.CalendarOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarOff);
367
+ const CalendarPlusInstUIIcon = exports.CalendarPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarPlus);
368
+ const CalendarPlus2InstUIIcon = exports.CalendarPlus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarPlus2);
369
+ const CalendarRangeInstUIIcon = exports.CalendarRangeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarRange);
370
+ const CalendarSearchInstUIIcon = exports.CalendarSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarSearch);
371
+ const CalendarSyncInstUIIcon = exports.CalendarSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarSync);
372
+ const CalendarXInstUIIcon = exports.CalendarXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarX);
373
+ const CalendarX2InstUIIcon = exports.CalendarX2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CalendarX2);
374
+ const CalendarsInstUIIcon = exports.CalendarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Calendars);
375
+ const CameraInstUIIcon = exports.CameraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Camera);
376
+ const CameraOffInstUIIcon = exports.CameraOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CameraOff);
377
+ const CandlestickChartInstUIIcon = exports.CandlestickChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CandlestickChart);
378
+ const CandyInstUIIcon = exports.CandyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Candy);
379
+ const CandyCaneInstUIIcon = exports.CandyCaneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CandyCane);
380
+ const CandyOffInstUIIcon = exports.CandyOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CandyOff);
381
+ const CannabisInstUIIcon = exports.CannabisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cannabis);
382
+ const CaptionsInstUIIcon = exports.CaptionsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Captions);
383
+ const CaptionsOffInstUIIcon = exports.CaptionsOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaptionsOff);
384
+ const CarInstUIIcon = exports.CarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Car);
385
+ const CarFrontInstUIIcon = exports.CarFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CarFront);
386
+ const CarTaxiFrontInstUIIcon = exports.CarTaxiFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CarTaxiFront);
387
+ const CaravanInstUIIcon = exports.CaravanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Caravan);
388
+ const CardSimInstUIIcon = exports.CardSimInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CardSim);
389
+ const CarrotInstUIIcon = exports.CarrotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Carrot);
390
+ const CaseLowerInstUIIcon = exports.CaseLowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaseLower);
391
+ const CaseSensitiveInstUIIcon = exports.CaseSensitiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaseSensitive);
392
+ const CaseUpperInstUIIcon = exports.CaseUpperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CaseUpper);
393
+ const CassetteTapeInstUIIcon = exports.CassetteTapeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CassetteTape);
394
+ const CastInstUIIcon = exports.CastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cast);
395
+ const CastleInstUIIcon = exports.CastleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Castle);
396
+ const CatInstUIIcon = exports.CatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cat);
397
+ const CctvInstUIIcon = exports.CctvInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cctv);
398
+ const ChartAreaInstUIIcon = exports.ChartAreaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartArea);
399
+ const ChartBarInstUIIcon = exports.ChartBarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBar);
400
+ const ChartBarBigInstUIIcon = exports.ChartBarBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarBig);
401
+ const ChartBarDecreasingInstUIIcon = exports.ChartBarDecreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarDecreasing);
402
+ const ChartBarIncreasingInstUIIcon = exports.ChartBarIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarIncreasing);
403
+ const ChartBarStackedInstUIIcon = exports.ChartBarStackedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartBarStacked);
404
+ const ChartCandlestickInstUIIcon = exports.ChartCandlestickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartCandlestick);
405
+ const ChartColumnInstUIIcon = exports.ChartColumnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumn);
406
+ const ChartColumnBigInstUIIcon = exports.ChartColumnBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnBig);
407
+ const ChartColumnDecreasingInstUIIcon = exports.ChartColumnDecreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnDecreasing);
408
+ const ChartColumnIncreasingInstUIIcon = exports.ChartColumnIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnIncreasing);
409
+ const ChartColumnStackedInstUIIcon = exports.ChartColumnStackedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartColumnStacked);
410
+ const ChartGanttInstUIIcon = exports.ChartGanttInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartGantt);
411
+ const ChartLineInstUIIcon = exports.ChartLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartLine);
412
+ const ChartNetworkInstUIIcon = exports.ChartNetworkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNetwork);
413
+ const ChartNoAxesColumnInstUIIcon = exports.ChartNoAxesColumnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesColumn);
414
+ const ChartNoAxesColumnDecreasingInstUIIcon = exports.ChartNoAxesColumnDecreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesColumnDecreasing);
415
+ const ChartNoAxesColumnIncreasingInstUIIcon = exports.ChartNoAxesColumnIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesColumnIncreasing);
416
+ const ChartNoAxesCombinedInstUIIcon = exports.ChartNoAxesCombinedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesCombined);
417
+ const ChartNoAxesGanttInstUIIcon = exports.ChartNoAxesGanttInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartNoAxesGantt);
418
+ const ChartPieInstUIIcon = exports.ChartPieInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartPie);
419
+ const ChartScatterInstUIIcon = exports.ChartScatterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartScatter);
420
+ const ChartSplineInstUIIcon = exports.ChartSplineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChartSpline);
421
+ const CheckInstUIIcon = exports.CheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Check);
422
+ const CheckCheckInstUIIcon = exports.CheckCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckCheck);
423
+ const CheckCircleInstUIIcon = exports.CheckCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckCircle);
424
+ const CheckCircle2InstUIIcon = exports.CheckCircle2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckCircle2);
425
+ const CheckLineInstUIIcon = exports.CheckLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckLine);
426
+ const CheckSquareInstUIIcon = exports.CheckSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckSquare);
427
+ const CheckSquare2InstUIIcon = exports.CheckSquare2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CheckSquare2);
428
+ const ChefHatInstUIIcon = exports.ChefHatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChefHat);
429
+ const CherryInstUIIcon = exports.CherryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cherry);
430
+ const ChessBishopInstUIIcon = exports.ChessBishopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessBishop);
431
+ const ChessKingInstUIIcon = exports.ChessKingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessKing);
432
+ const ChessKnightInstUIIcon = exports.ChessKnightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessKnight);
433
+ const ChessPawnInstUIIcon = exports.ChessPawnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessPawn);
434
+ const ChessQueenInstUIIcon = exports.ChessQueenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessQueen);
435
+ const ChessRookInstUIIcon = exports.ChessRookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChessRook);
436
+ const ChevronDownInstUIIcon = exports.ChevronDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronDown);
437
+ const ChevronDownCircleInstUIIcon = exports.ChevronDownCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronDownCircle);
438
+ const ChevronDownSquareInstUIIcon = exports.ChevronDownSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronDownSquare);
439
+ const ChevronFirstInstUIIcon = exports.ChevronFirstInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronFirst);
440
+ const ChevronLastInstUIIcon = exports.ChevronLastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLast);
441
+ const ChevronLeftInstUIIcon = exports.ChevronLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLeft);
442
+ const ChevronLeftCircleInstUIIcon = exports.ChevronLeftCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLeftCircle);
443
+ const ChevronLeftSquareInstUIIcon = exports.ChevronLeftSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronLeftSquare);
444
+ const ChevronRightInstUIIcon = exports.ChevronRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronRight);
445
+ const ChevronRightCircleInstUIIcon = exports.ChevronRightCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronRightCircle);
446
+ const ChevronRightSquareInstUIIcon = exports.ChevronRightSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronRightSquare);
447
+ const ChevronUpInstUIIcon = exports.ChevronUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronUp);
448
+ const ChevronUpCircleInstUIIcon = exports.ChevronUpCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronUpCircle);
449
+ const ChevronUpSquareInstUIIcon = exports.ChevronUpSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronUpSquare);
450
+ const ChevronsDownInstUIIcon = exports.ChevronsDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsDown);
451
+ const ChevronsDownUpInstUIIcon = exports.ChevronsDownUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsDownUp);
452
+ const ChevronsLeftInstUIIcon = exports.ChevronsLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsLeft);
453
+ const ChevronsLeftRightInstUIIcon = exports.ChevronsLeftRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsLeftRight);
454
+ const ChevronsLeftRightEllipsisInstUIIcon = exports.ChevronsLeftRightEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsLeftRightEllipsis);
455
+ const ChevronsRightInstUIIcon = exports.ChevronsRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsRight);
456
+ const ChevronsRightLeftInstUIIcon = exports.ChevronsRightLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsRightLeft);
457
+ const ChevronsUpInstUIIcon = exports.ChevronsUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsUp);
458
+ const ChevronsUpDownInstUIIcon = exports.ChevronsUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ChevronsUpDown);
459
+ const ChromeInstUIIcon = exports.ChromeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Chrome);
460
+ const ChromiumInstUIIcon = exports.ChromiumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Chromium);
461
+ const ChurchInstUIIcon = exports.ChurchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Church);
462
+ const CigaretteInstUIIcon = exports.CigaretteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cigarette);
463
+ const CigaretteOffInstUIIcon = exports.CigaretteOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CigaretteOff);
464
+ const CircleInstUIIcon = exports.CircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Circle);
465
+ const CircleAlertInstUIIcon = exports.CircleAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleAlert);
466
+ const CircleArrowDownInstUIIcon = exports.CircleArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowDown);
467
+ const CircleArrowLeftInstUIIcon = exports.CircleArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowLeft);
468
+ const CircleArrowOutDownLeftInstUIIcon = exports.CircleArrowOutDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutDownLeft);
469
+ const CircleArrowOutDownRightInstUIIcon = exports.CircleArrowOutDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutDownRight);
470
+ const CircleArrowOutUpLeftInstUIIcon = exports.CircleArrowOutUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutUpLeft);
471
+ const CircleArrowOutUpRightInstUIIcon = exports.CircleArrowOutUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowOutUpRight);
472
+ const CircleArrowRightInstUIIcon = exports.CircleArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowRight);
473
+ const CircleArrowUpInstUIIcon = exports.CircleArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleArrowUp);
474
+ const CircleCheckInstUIIcon = exports.CircleCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleCheck);
475
+ const CircleCheckBigInstUIIcon = exports.CircleCheckBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleCheckBig);
476
+ const CircleChevronDownInstUIIcon = exports.CircleChevronDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronDown);
477
+ const CircleChevronLeftInstUIIcon = exports.CircleChevronLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronLeft);
478
+ const CircleChevronRightInstUIIcon = exports.CircleChevronRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronRight);
479
+ const CircleChevronUpInstUIIcon = exports.CircleChevronUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleChevronUp);
480
+ const CircleDashedInstUIIcon = exports.CircleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDashed);
481
+ const CircleDivideInstUIIcon = exports.CircleDivideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDivide);
482
+ const CircleDollarSignInstUIIcon = exports.CircleDollarSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDollarSign);
483
+ const CircleDotInstUIIcon = exports.CircleDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDot);
484
+ const CircleDotDashedInstUIIcon = exports.CircleDotDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleDotDashed);
485
+ const CircleEllipsisInstUIIcon = exports.CircleEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleEllipsis);
486
+ const CircleEqualInstUIIcon = exports.CircleEqualInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleEqual);
487
+ const CircleFadingArrowUpInstUIIcon = exports.CircleFadingArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleFadingArrowUp);
488
+ const CircleFadingPlusInstUIIcon = exports.CircleFadingPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleFadingPlus);
489
+ const CircleGaugeInstUIIcon = exports.CircleGaugeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleGauge);
490
+ const CircleHelpInstUIIcon = exports.CircleHelpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleHelp);
491
+ const CircleMinusInstUIIcon = exports.CircleMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleMinus);
492
+ const CircleOffInstUIIcon = exports.CircleOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleOff);
493
+ const CircleParkingInstUIIcon = exports.CircleParkingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleParking);
494
+ const CircleParkingOffInstUIIcon = exports.CircleParkingOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleParkingOff);
495
+ const CirclePauseInstUIIcon = exports.CirclePauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePause);
496
+ const CirclePercentInstUIIcon = exports.CirclePercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePercent);
497
+ const CirclePileInstUIIcon = exports.CirclePileInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePile);
498
+ const CirclePlayInstUIIcon = exports.CirclePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePlay);
499
+ const CirclePlusInstUIIcon = exports.CirclePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePlus);
500
+ const CirclePoundSterlingInstUIIcon = exports.CirclePoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePoundSterling);
501
+ const CirclePowerInstUIIcon = exports.CirclePowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CirclePower);
502
+ const CircleQuestionMarkInstUIIcon = exports.CircleQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleQuestionMark);
503
+ const CircleSlashInstUIIcon = exports.CircleSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSlash);
504
+ const CircleSlash2InstUIIcon = exports.CircleSlash2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSlash2);
505
+ const CircleSlashedInstUIIcon = exports.CircleSlashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSlashed);
506
+ const CircleSmallInstUIIcon = exports.CircleSmallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleSmall);
507
+ const CircleStarInstUIIcon = exports.CircleStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleStar);
508
+ const CircleStopInstUIIcon = exports.CircleStopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleStop);
509
+ const CircleUserInstUIIcon = exports.CircleUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleUser);
510
+ const CircleUserRoundInstUIIcon = exports.CircleUserRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleUserRound);
511
+ const CircleXInstUIIcon = exports.CircleXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircleX);
512
+ const CircuitBoardInstUIIcon = exports.CircuitBoardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CircuitBoard);
513
+ const CitrusInstUIIcon = exports.CitrusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Citrus);
514
+ const ClapperboardInstUIIcon = exports.ClapperboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clapperboard);
515
+ const ClipboardInstUIIcon = exports.ClipboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clipboard);
516
+ const ClipboardCheckInstUIIcon = exports.ClipboardCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardCheck);
517
+ const ClipboardClockInstUIIcon = exports.ClipboardClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardClock);
518
+ const ClipboardCopyInstUIIcon = exports.ClipboardCopyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardCopy);
519
+ const ClipboardEditInstUIIcon = exports.ClipboardEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardEdit);
520
+ const ClipboardListInstUIIcon = exports.ClipboardListInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardList);
521
+ const ClipboardMinusInstUIIcon = exports.ClipboardMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardMinus);
522
+ const ClipboardPasteInstUIIcon = exports.ClipboardPasteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPaste);
523
+ const ClipboardPenInstUIIcon = exports.ClipboardPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPen);
524
+ const ClipboardPenLineInstUIIcon = exports.ClipboardPenLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPenLine);
525
+ const ClipboardPlusInstUIIcon = exports.ClipboardPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardPlus);
526
+ const ClipboardSignatureInstUIIcon = exports.ClipboardSignatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardSignature);
527
+ const ClipboardTypeInstUIIcon = exports.ClipboardTypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardType);
528
+ const ClipboardXInstUIIcon = exports.ClipboardXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClipboardX);
529
+ const ClockInstUIIcon = exports.ClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock);
530
+ const Clock1InstUIIcon = exports.Clock1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock1);
531
+ const Clock10InstUIIcon = exports.Clock10InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock10);
532
+ const Clock11InstUIIcon = exports.Clock11InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock11);
533
+ const Clock12InstUIIcon = exports.Clock12InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock12);
534
+ const Clock2InstUIIcon = exports.Clock2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock2);
535
+ const Clock3InstUIIcon = exports.Clock3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock3);
536
+ const Clock4InstUIIcon = exports.Clock4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock4);
537
+ const Clock5InstUIIcon = exports.Clock5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock5);
538
+ const Clock6InstUIIcon = exports.Clock6InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock6);
539
+ const Clock7InstUIIcon = exports.Clock7InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock7);
540
+ const Clock8InstUIIcon = exports.Clock8InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock8);
541
+ const Clock9InstUIIcon = exports.Clock9InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clock9);
542
+ const ClockAlertInstUIIcon = exports.ClockAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockAlert);
543
+ const ClockArrowDownInstUIIcon = exports.ClockArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockArrowDown);
544
+ const ClockArrowUpInstUIIcon = exports.ClockArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockArrowUp);
545
+ const ClockCheckInstUIIcon = exports.ClockCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockCheck);
546
+ const ClockFadingInstUIIcon = exports.ClockFadingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockFading);
547
+ const ClockPlusInstUIIcon = exports.ClockPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClockPlus);
548
+ const ClosedCaptionInstUIIcon = exports.ClosedCaptionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ClosedCaption);
549
+ const CloudInstUIIcon = exports.CloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cloud);
550
+ const CloudAlertInstUIIcon = exports.CloudAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudAlert);
551
+ const CloudBackupInstUIIcon = exports.CloudBackupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudBackup);
552
+ const CloudCheckInstUIIcon = exports.CloudCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudCheck);
553
+ const CloudCogInstUIIcon = exports.CloudCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudCog);
554
+ const CloudDownloadInstUIIcon = exports.CloudDownloadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudDownload);
555
+ const CloudDrizzleInstUIIcon = exports.CloudDrizzleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudDrizzle);
556
+ const CloudFogInstUIIcon = exports.CloudFogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudFog);
557
+ const CloudHailInstUIIcon = exports.CloudHailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudHail);
558
+ const CloudLightningInstUIIcon = exports.CloudLightningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudLightning);
559
+ const CloudMoonInstUIIcon = exports.CloudMoonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudMoon);
560
+ const CloudMoonRainInstUIIcon = exports.CloudMoonRainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudMoonRain);
561
+ const CloudOffInstUIIcon = exports.CloudOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudOff);
562
+ const CloudRainInstUIIcon = exports.CloudRainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudRain);
563
+ const CloudRainWindInstUIIcon = exports.CloudRainWindInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudRainWind);
564
+ const CloudSnowInstUIIcon = exports.CloudSnowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSnow);
565
+ const CloudSunInstUIIcon = exports.CloudSunInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSun);
566
+ const CloudSunRainInstUIIcon = exports.CloudSunRainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSunRain);
567
+ const CloudSyncInstUIIcon = exports.CloudSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudSync);
568
+ const CloudUploadInstUIIcon = exports.CloudUploadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CloudUpload);
569
+ const CloudyInstUIIcon = exports.CloudyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cloudy);
570
+ const CloverInstUIIcon = exports.CloverInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Clover);
571
+ const ClubInstUIIcon = exports.ClubInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Club);
572
+ const CodeInstUIIcon = exports.CodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Code);
573
+ const Code2InstUIIcon = exports.Code2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Code2);
574
+ const CodeSquareInstUIIcon = exports.CodeSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CodeSquare);
575
+ const CodeXmlInstUIIcon = exports.CodeXmlInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CodeXml);
576
+ const CodepenInstUIIcon = exports.CodepenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Codepen);
577
+ const CodesandboxInstUIIcon = exports.CodesandboxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Codesandbox);
578
+ const CoffeeInstUIIcon = exports.CoffeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Coffee);
579
+ const CogInstUIIcon = exports.CogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cog);
580
+ const CoinsInstUIIcon = exports.CoinsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Coins);
581
+ const ColumnsInstUIIcon = exports.ColumnsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns);
582
+ const Columns2InstUIIcon = exports.Columns2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns2);
583
+ const Columns3InstUIIcon = exports.Columns3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns3);
584
+ const Columns3CogInstUIIcon = exports.Columns3CogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns3Cog);
585
+ const Columns4InstUIIcon = exports.Columns4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Columns4);
586
+ const ColumnsSettingsInstUIIcon = exports.ColumnsSettingsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ColumnsSettings);
587
+ const CombineInstUIIcon = exports.CombineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Combine);
588
+ const CommandInstUIIcon = exports.CommandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Command);
589
+ const CompassInstUIIcon = exports.CompassInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Compass);
590
+ const ComponentInstUIIcon = exports.ComponentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Component);
591
+ const ComputerInstUIIcon = exports.ComputerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Computer);
592
+ const ConciergeBellInstUIIcon = exports.ConciergeBellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ConciergeBell);
593
+ const ConeInstUIIcon = exports.ConeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cone);
594
+ const ConstructionInstUIIcon = exports.ConstructionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Construction);
595
+ const ContactInstUIIcon = exports.ContactInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Contact);
596
+ const Contact2InstUIIcon = exports.Contact2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Contact2);
597
+ const ContactRoundInstUIIcon = exports.ContactRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ContactRound);
598
+ const ContainerInstUIIcon = exports.ContainerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Container);
599
+ const ContrastInstUIIcon = exports.ContrastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Contrast);
600
+ const CookieInstUIIcon = exports.CookieInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cookie);
601
+ const CookingPotInstUIIcon = exports.CookingPotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CookingPot);
602
+ const CopyInstUIIcon = exports.CopyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Copy);
603
+ const CopyCheckInstUIIcon = exports.CopyCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyCheck);
604
+ const CopyMinusInstUIIcon = exports.CopyMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyMinus);
605
+ const CopyPlusInstUIIcon = exports.CopyPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyPlus);
606
+ const CopySlashInstUIIcon = exports.CopySlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopySlash);
607
+ const CopyXInstUIIcon = exports.CopyXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CopyX);
608
+ const CopyleftInstUIIcon = exports.CopyleftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Copyleft);
609
+ const CopyrightInstUIIcon = exports.CopyrightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Copyright);
610
+ const CornerDownLeftInstUIIcon = exports.CornerDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerDownLeft);
611
+ const CornerDownRightInstUIIcon = exports.CornerDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerDownRight);
612
+ const CornerLeftDownInstUIIcon = exports.CornerLeftDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerLeftDown);
613
+ const CornerLeftUpInstUIIcon = exports.CornerLeftUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerLeftUp);
614
+ const CornerRightDownInstUIIcon = exports.CornerRightDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerRightDown);
615
+ const CornerRightUpInstUIIcon = exports.CornerRightUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerRightUp);
616
+ const CornerUpLeftInstUIIcon = exports.CornerUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerUpLeft);
617
+ const CornerUpRightInstUIIcon = exports.CornerUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CornerUpRight);
618
+ const CpuInstUIIcon = exports.CpuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cpu);
619
+ const CreativeCommonsInstUIIcon = exports.CreativeCommonsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CreativeCommons);
620
+ const CreditCardInstUIIcon = exports.CreditCardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CreditCard);
621
+ const CroissantInstUIIcon = exports.CroissantInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Croissant);
622
+ const CropInstUIIcon = exports.CropInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Crop);
623
+ const CrossInstUIIcon = exports.CrossInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cross);
624
+ const CrosshairInstUIIcon = exports.CrosshairInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Crosshair);
625
+ const CrownInstUIIcon = exports.CrownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Crown);
626
+ const CuboidInstUIIcon = exports.CuboidInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cuboid);
627
+ const CupSodaInstUIIcon = exports.CupSodaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CupSoda);
628
+ const CurlyBracesInstUIIcon = exports.CurlyBracesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.CurlyBraces);
629
+ const CurrencyInstUIIcon = exports.CurrencyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Currency);
630
+ const CylinderInstUIIcon = exports.CylinderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Cylinder);
631
+ const DamInstUIIcon = exports.DamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dam);
632
+ const DatabaseInstUIIcon = exports.DatabaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Database);
633
+ const DatabaseBackupInstUIIcon = exports.DatabaseBackupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DatabaseBackup);
634
+ const DatabaseZapInstUIIcon = exports.DatabaseZapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DatabaseZap);
635
+ const DecimalsArrowLeftInstUIIcon = exports.DecimalsArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DecimalsArrowLeft);
636
+ const DecimalsArrowRightInstUIIcon = exports.DecimalsArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DecimalsArrowRight);
637
+ const DeleteInstUIIcon = exports.DeleteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Delete);
638
+ const DessertInstUIIcon = exports.DessertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dessert);
639
+ const DiameterInstUIIcon = exports.DiameterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Diameter);
640
+ const DiamondInstUIIcon = exports.DiamondInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Diamond);
641
+ const DiamondMinusInstUIIcon = exports.DiamondMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiamondMinus);
642
+ const DiamondPercentInstUIIcon = exports.DiamondPercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiamondPercent);
643
+ const DiamondPlusInstUIIcon = exports.DiamondPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiamondPlus);
644
+ const Dice1InstUIIcon = exports.Dice1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice1);
645
+ const Dice2InstUIIcon = exports.Dice2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice2);
646
+ const Dice3InstUIIcon = exports.Dice3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice3);
647
+ const Dice4InstUIIcon = exports.Dice4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice4);
648
+ const Dice5InstUIIcon = exports.Dice5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice5);
649
+ const Dice6InstUIIcon = exports.Dice6InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dice6);
650
+ const DicesInstUIIcon = exports.DicesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dices);
651
+ const DiffInstUIIcon = exports.DiffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Diff);
652
+ const DiscInstUIIcon = exports.DiscInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Disc);
653
+ const Disc2InstUIIcon = exports.Disc2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Disc2);
654
+ const Disc3InstUIIcon = exports.Disc3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Disc3);
655
+ const DiscAlbumInstUIIcon = exports.DiscAlbumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DiscAlbum);
656
+ const DivideInstUIIcon = exports.DivideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Divide);
657
+ const DivideCircleInstUIIcon = exports.DivideCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DivideCircle);
658
+ const DivideSquareInstUIIcon = exports.DivideSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DivideSquare);
659
+ const DnaInstUIIcon = exports.DnaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dna);
660
+ const DnaOffInstUIIcon = exports.DnaOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DnaOff);
661
+ const DockInstUIIcon = exports.DockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dock);
662
+ const DogInstUIIcon = exports.DogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dog);
663
+ const DollarSignInstUIIcon = exports.DollarSignInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DollarSign);
664
+ const DonutInstUIIcon = exports.DonutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Donut);
665
+ const DoorClosedInstUIIcon = exports.DoorClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DoorClosed);
666
+ const DoorClosedLockedInstUIIcon = exports.DoorClosedLockedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DoorClosedLocked);
667
+ const DoorOpenInstUIIcon = exports.DoorOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DoorOpen);
668
+ const DotInstUIIcon = exports.DotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dot);
669
+ const DotSquareInstUIIcon = exports.DotSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DotSquare);
670
+ const DownloadInstUIIcon = exports.DownloadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Download);
671
+ const DownloadCloudInstUIIcon = exports.DownloadCloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DownloadCloud);
672
+ const DraftingCompassInstUIIcon = exports.DraftingCompassInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DraftingCompass);
673
+ const DramaInstUIIcon = exports.DramaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drama);
674
+ const DribbbleInstUIIcon = exports.DribbbleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dribbble);
675
+ const DrillInstUIIcon = exports.DrillInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drill);
676
+ const DroneInstUIIcon = exports.DroneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drone);
677
+ const DropletInstUIIcon = exports.DropletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Droplet);
678
+ const DropletOffInstUIIcon = exports.DropletOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.DropletOff);
679
+ const DropletsInstUIIcon = exports.DropletsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Droplets);
680
+ const DrumInstUIIcon = exports.DrumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drum);
681
+ const DrumstickInstUIIcon = exports.DrumstickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Drumstick);
682
+ const DumbbellInstUIIcon = exports.DumbbellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Dumbbell);
683
+ const EarInstUIIcon = exports.EarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ear);
684
+ const EarOffInstUIIcon = exports.EarOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EarOff);
685
+ const EarthInstUIIcon = exports.EarthInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Earth);
686
+ const EarthLockInstUIIcon = exports.EarthLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EarthLock);
687
+ const EclipseInstUIIcon = exports.EclipseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Eclipse);
688
+ const EditInstUIIcon = exports.EditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Edit);
689
+ const Edit2InstUIIcon = exports.Edit2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Edit2);
690
+ const Edit3InstUIIcon = exports.Edit3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Edit3);
691
+ const EggInstUIIcon = exports.EggInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Egg);
692
+ const EggFriedInstUIIcon = exports.EggFriedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EggFried);
693
+ const EggOffInstUIIcon = exports.EggOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EggOff);
694
+ const EllipsisInstUIIcon = exports.EllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ellipsis);
695
+ const EllipsisVerticalInstUIIcon = exports.EllipsisVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EllipsisVertical);
696
+ const EqualInstUIIcon = exports.EqualInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Equal);
697
+ const EqualApproximatelyInstUIIcon = exports.EqualApproximatelyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EqualApproximately);
698
+ const EqualNotInstUIIcon = exports.EqualNotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EqualNot);
699
+ const EqualSquareInstUIIcon = exports.EqualSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EqualSquare);
700
+ const EraserInstUIIcon = exports.EraserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Eraser);
701
+ const EthernetPortInstUIIcon = exports.EthernetPortInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EthernetPort);
702
+ const EuroInstUIIcon = exports.EuroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Euro);
703
+ const EvChargerInstUIIcon = exports.EvChargerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EvCharger);
704
+ const ExpandInstUIIcon = exports.ExpandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Expand);
705
+ const ExternalLinkInstUIIcon = exports.ExternalLinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ExternalLink);
706
+ const EyeInstUIIcon = exports.EyeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Eye);
707
+ const EyeClosedInstUIIcon = exports.EyeClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EyeClosed);
708
+ const EyeOffInstUIIcon = exports.EyeOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.EyeOff);
709
+ const FacebookInstUIIcon = exports.FacebookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Facebook);
710
+ const FactoryInstUIIcon = exports.FactoryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Factory);
711
+ const FanInstUIIcon = exports.FanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fan);
712
+ const FastForwardInstUIIcon = exports.FastForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FastForward);
713
+ const FeatherInstUIIcon = exports.FeatherInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Feather);
714
+ const FenceInstUIIcon = exports.FenceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fence);
715
+ const FerrisWheelInstUIIcon = exports.FerrisWheelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FerrisWheel);
716
+ const FigmaInstUIIcon = exports.FigmaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Figma);
717
+ const FileInstUIIcon = exports.FileInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.File);
718
+ const FileArchiveInstUIIcon = exports.FileArchiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileArchive);
719
+ const FileAudioInstUIIcon = exports.FileAudioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAudio);
720
+ const FileAudio2InstUIIcon = exports.FileAudio2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAudio2);
721
+ const FileAxis3DInstUIIcon = exports.FileAxis3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAxis3D);
722
+ const FileAxis3dInstUIIcon = exports.FileAxis3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileAxis3d);
723
+ const FileBadgeInstUIIcon = exports.FileBadgeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBadge);
724
+ const FileBadge2InstUIIcon = exports.FileBadge2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBadge2);
725
+ const FileBarChartInstUIIcon = exports.FileBarChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBarChart);
726
+ const FileBarChart2InstUIIcon = exports.FileBarChart2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBarChart2);
727
+ const FileBoxInstUIIcon = exports.FileBoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBox);
728
+ const FileBracesInstUIIcon = exports.FileBracesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBraces);
729
+ const FileBracesCornerInstUIIcon = exports.FileBracesCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileBracesCorner);
730
+ const FileChartColumnInstUIIcon = exports.FileChartColumnInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartColumn);
731
+ const FileChartColumnIncreasingInstUIIcon = exports.FileChartColumnIncreasingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartColumnIncreasing);
732
+ const FileChartLineInstUIIcon = exports.FileChartLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartLine);
733
+ const FileChartPieInstUIIcon = exports.FileChartPieInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileChartPie);
734
+ const FileCheckInstUIIcon = exports.FileCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCheck);
735
+ const FileCheck2InstUIIcon = exports.FileCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCheck2);
736
+ const FileCheckCornerInstUIIcon = exports.FileCheckCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCheckCorner);
737
+ const FileClockInstUIIcon = exports.FileClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileClock);
738
+ const FileCodeInstUIIcon = exports.FileCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCode);
739
+ const FileCode2InstUIIcon = exports.FileCode2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCode2);
740
+ const FileCodeCornerInstUIIcon = exports.FileCodeCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCodeCorner);
741
+ const FileCogInstUIIcon = exports.FileCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCog);
742
+ const FileCog2InstUIIcon = exports.FileCog2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileCog2);
743
+ const FileDiffInstUIIcon = exports.FileDiffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileDiff);
744
+ const FileDigitInstUIIcon = exports.FileDigitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileDigit);
745
+ const FileDownInstUIIcon = exports.FileDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileDown);
746
+ const FileEditInstUIIcon = exports.FileEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileEdit);
747
+ const FileExclamationPointInstUIIcon = exports.FileExclamationPointInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileExclamationPoint);
748
+ const FileHeadphoneInstUIIcon = exports.FileHeadphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileHeadphone);
749
+ const FileHeartInstUIIcon = exports.FileHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileHeart);
750
+ const FileImageInstUIIcon = exports.FileImageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileImage);
751
+ const FileInputInstUIIcon = exports.FileInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileInput);
752
+ const FileJsonInstUIIcon = exports.FileJsonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileJson);
753
+ const FileJson2InstUIIcon = exports.FileJson2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileJson2);
754
+ const FileKeyInstUIIcon = exports.FileKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileKey);
755
+ const FileKey2InstUIIcon = exports.FileKey2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileKey2);
756
+ const FileLineChartInstUIIcon = exports.FileLineChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileLineChart);
757
+ const FileLockInstUIIcon = exports.FileLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileLock);
758
+ const FileLock2InstUIIcon = exports.FileLock2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileLock2);
759
+ const FileMinusInstUIIcon = exports.FileMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMinus);
760
+ const FileMinus2InstUIIcon = exports.FileMinus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMinus2);
761
+ const FileMinusCornerInstUIIcon = exports.FileMinusCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMinusCorner);
762
+ const FileMusicInstUIIcon = exports.FileMusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileMusic);
763
+ const FileOutputInstUIIcon = exports.FileOutputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileOutput);
764
+ const FilePenInstUIIcon = exports.FilePenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePen);
765
+ const FilePenLineInstUIIcon = exports.FilePenLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePenLine);
766
+ const FilePieChartInstUIIcon = exports.FilePieChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePieChart);
767
+ const FilePlayInstUIIcon = exports.FilePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlay);
768
+ const FilePlusInstUIIcon = exports.FilePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlus);
769
+ const FilePlus2InstUIIcon = exports.FilePlus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlus2);
770
+ const FilePlusCornerInstUIIcon = exports.FilePlusCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilePlusCorner);
771
+ const FileQuestionInstUIIcon = exports.FileQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileQuestion);
772
+ const FileQuestionMarkInstUIIcon = exports.FileQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileQuestionMark);
773
+ const FileScanInstUIIcon = exports.FileScanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileScan);
774
+ const FileSearchInstUIIcon = exports.FileSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSearch);
775
+ const FileSearch2InstUIIcon = exports.FileSearch2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSearch2);
776
+ const FileSearchCornerInstUIIcon = exports.FileSearchCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSearchCorner);
777
+ const FileSignalInstUIIcon = exports.FileSignalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSignal);
778
+ const FileSignatureInstUIIcon = exports.FileSignatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSignature);
779
+ const FileSlidersInstUIIcon = exports.FileSlidersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSliders);
780
+ const FileSpreadsheetInstUIIcon = exports.FileSpreadsheetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSpreadsheet);
781
+ const FileStackInstUIIcon = exports.FileStackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileStack);
782
+ const FileSymlinkInstUIIcon = exports.FileSymlinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileSymlink);
783
+ const FileTerminalInstUIIcon = exports.FileTerminalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileTerminal);
784
+ const FileTextInstUIIcon = exports.FileTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileText);
785
+ const FileTypeInstUIIcon = exports.FileTypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileType);
786
+ const FileType2InstUIIcon = exports.FileType2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileType2);
787
+ const FileTypeCornerInstUIIcon = exports.FileTypeCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileTypeCorner);
788
+ const FileUpInstUIIcon = exports.FileUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileUp);
789
+ const FileUserInstUIIcon = exports.FileUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileUser);
790
+ const FileVideoInstUIIcon = exports.FileVideoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVideo);
791
+ const FileVideo2InstUIIcon = exports.FileVideo2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVideo2);
792
+ const FileVideoCameraInstUIIcon = exports.FileVideoCameraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVideoCamera);
793
+ const FileVolumeInstUIIcon = exports.FileVolumeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVolume);
794
+ const FileVolume2InstUIIcon = exports.FileVolume2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileVolume2);
795
+ const FileWarningInstUIIcon = exports.FileWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileWarning);
796
+ const FileXInstUIIcon = exports.FileXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileX);
797
+ const FileX2InstUIIcon = exports.FileX2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileX2);
798
+ const FileXCornerInstUIIcon = exports.FileXCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FileXCorner);
799
+ const FilesInstUIIcon = exports.FilesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Files);
800
+ const FilmInstUIIcon = exports.FilmInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Film);
801
+ const FilterInstUIIcon = exports.FilterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Filter);
802
+ const FilterXInstUIIcon = exports.FilterXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FilterX);
803
+ const FingerprintInstUIIcon = exports.FingerprintInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fingerprint);
804
+ const FingerprintPatternInstUIIcon = exports.FingerprintPatternInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FingerprintPattern);
805
+ const FireExtinguisherInstUIIcon = exports.FireExtinguisherInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FireExtinguisher);
806
+ const FishInstUIIcon = exports.FishInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fish);
807
+ const FishOffInstUIIcon = exports.FishOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FishOff);
808
+ const FishSymbolInstUIIcon = exports.FishSymbolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FishSymbol);
809
+ const FishingHookInstUIIcon = exports.FishingHookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FishingHook);
810
+ const FlagInstUIIcon = exports.FlagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flag);
811
+ const FlagOffInstUIIcon = exports.FlagOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlagOff);
812
+ const FlagTriangleLeftInstUIIcon = exports.FlagTriangleLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlagTriangleLeft);
813
+ const FlagTriangleRightInstUIIcon = exports.FlagTriangleRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlagTriangleRight);
814
+ const FlameInstUIIcon = exports.FlameInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flame);
815
+ const FlameKindlingInstUIIcon = exports.FlameKindlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlameKindling);
816
+ const FlashlightInstUIIcon = exports.FlashlightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flashlight);
817
+ const FlashlightOffInstUIIcon = exports.FlashlightOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlashlightOff);
818
+ const FlaskConicalInstUIIcon = exports.FlaskConicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlaskConical);
819
+ const FlaskConicalOffInstUIIcon = exports.FlaskConicalOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlaskConicalOff);
820
+ const FlaskRoundInstUIIcon = exports.FlaskRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlaskRound);
821
+ const FlipHorizontalInstUIIcon = exports.FlipHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipHorizontal);
822
+ const FlipHorizontal2InstUIIcon = exports.FlipHorizontal2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipHorizontal2);
823
+ const FlipVerticalInstUIIcon = exports.FlipVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipVertical);
824
+ const FlipVertical2InstUIIcon = exports.FlipVertical2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FlipVertical2);
825
+ const FlowerInstUIIcon = exports.FlowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flower);
826
+ const Flower2InstUIIcon = exports.Flower2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Flower2);
827
+ const FocusInstUIIcon = exports.FocusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Focus);
828
+ const FoldHorizontalInstUIIcon = exports.FoldHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FoldHorizontal);
829
+ const FoldVerticalInstUIIcon = exports.FoldVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FoldVertical);
830
+ const FolderInstUIIcon = exports.FolderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Folder);
831
+ const FolderArchiveInstUIIcon = exports.FolderArchiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderArchive);
832
+ const FolderCheckInstUIIcon = exports.FolderCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCheck);
833
+ const FolderClockInstUIIcon = exports.FolderClockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderClock);
834
+ const FolderClosedInstUIIcon = exports.FolderClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderClosed);
835
+ const FolderCodeInstUIIcon = exports.FolderCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCode);
836
+ const FolderCogInstUIIcon = exports.FolderCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCog);
837
+ const FolderCog2InstUIIcon = exports.FolderCog2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderCog2);
838
+ const FolderDotInstUIIcon = exports.FolderDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderDot);
839
+ const FolderDownInstUIIcon = exports.FolderDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderDown);
840
+ const FolderEditInstUIIcon = exports.FolderEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderEdit);
841
+ const FolderGitInstUIIcon = exports.FolderGitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderGit);
842
+ const FolderGit2InstUIIcon = exports.FolderGit2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderGit2);
843
+ const FolderHeartInstUIIcon = exports.FolderHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderHeart);
844
+ const FolderInputInstUIIcon = exports.FolderInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderInput);
845
+ const FolderKanbanInstUIIcon = exports.FolderKanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderKanban);
846
+ const FolderKeyInstUIIcon = exports.FolderKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderKey);
847
+ const FolderLockInstUIIcon = exports.FolderLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderLock);
848
+ const FolderMinusInstUIIcon = exports.FolderMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderMinus);
849
+ const FolderOpenInstUIIcon = exports.FolderOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderOpen);
850
+ const FolderOpenDotInstUIIcon = exports.FolderOpenDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderOpenDot);
851
+ const FolderOutputInstUIIcon = exports.FolderOutputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderOutput);
852
+ const FolderPenInstUIIcon = exports.FolderPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderPen);
853
+ const FolderPlusInstUIIcon = exports.FolderPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderPlus);
854
+ const FolderRootInstUIIcon = exports.FolderRootInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderRoot);
855
+ const FolderSearchInstUIIcon = exports.FolderSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSearch);
856
+ const FolderSearch2InstUIIcon = exports.FolderSearch2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSearch2);
857
+ const FolderSymlinkInstUIIcon = exports.FolderSymlinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSymlink);
858
+ const FolderSyncInstUIIcon = exports.FolderSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderSync);
859
+ const FolderTreeInstUIIcon = exports.FolderTreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderTree);
860
+ const FolderUpInstUIIcon = exports.FolderUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderUp);
861
+ const FolderXInstUIIcon = exports.FolderXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FolderX);
862
+ const FoldersInstUIIcon = exports.FoldersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Folders);
863
+ const FootprintsInstUIIcon = exports.FootprintsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Footprints);
864
+ const ForkKnifeInstUIIcon = exports.ForkKnifeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ForkKnife);
865
+ const ForkKnifeCrossedInstUIIcon = exports.ForkKnifeCrossedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ForkKnifeCrossed);
866
+ const ForkliftInstUIIcon = exports.ForkliftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Forklift);
867
+ const FormInstUIIcon = exports.FormInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Form);
868
+ const FormInputInstUIIcon = exports.FormInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FormInput);
869
+ const ForwardInstUIIcon = exports.ForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Forward);
870
+ const FrameInstUIIcon = exports.FrameInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Frame);
871
+ const FramerInstUIIcon = exports.FramerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Framer);
872
+ const FrownInstUIIcon = exports.FrownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Frown);
873
+ const FuelInstUIIcon = exports.FuelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fuel);
874
+ const FullscreenInstUIIcon = exports.FullscreenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Fullscreen);
875
+ const FunctionSquareInstUIIcon = exports.FunctionSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FunctionSquare);
876
+ const FunnelInstUIIcon = exports.FunnelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Funnel);
877
+ const FunnelPlusInstUIIcon = exports.FunnelPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FunnelPlus);
878
+ const FunnelXInstUIIcon = exports.FunnelXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.FunnelX);
879
+ const GalleryHorizontalInstUIIcon = exports.GalleryHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryHorizontal);
880
+ const GalleryHorizontalEndInstUIIcon = exports.GalleryHorizontalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryHorizontalEnd);
881
+ const GalleryThumbnailsInstUIIcon = exports.GalleryThumbnailsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryThumbnails);
882
+ const GalleryVerticalInstUIIcon = exports.GalleryVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryVertical);
883
+ const GalleryVerticalEndInstUIIcon = exports.GalleryVerticalEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GalleryVerticalEnd);
884
+ const GamepadInstUIIcon = exports.GamepadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gamepad);
885
+ const Gamepad2InstUIIcon = exports.Gamepad2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gamepad2);
886
+ const GamepadDirectionalInstUIIcon = exports.GamepadDirectionalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GamepadDirectional);
887
+ const GanttChartInstUIIcon = exports.GanttChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GanttChart);
888
+ const GanttChartSquareInstUIIcon = exports.GanttChartSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GanttChartSquare);
889
+ const GaugeInstUIIcon = exports.GaugeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gauge);
890
+ const GaugeCircleInstUIIcon = exports.GaugeCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GaugeCircle);
891
+ const GavelInstUIIcon = exports.GavelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gavel);
892
+ const GemInstUIIcon = exports.GemInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gem);
893
+ const GeorgianLariInstUIIcon = exports.GeorgianLariInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GeorgianLari);
894
+ const GhostInstUIIcon = exports.GhostInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ghost);
895
+ const GiftInstUIIcon = exports.GiftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gift);
896
+ const GitBranchInstUIIcon = exports.GitBranchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitBranch);
897
+ const GitBranchMinusInstUIIcon = exports.GitBranchMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitBranchMinus);
898
+ const GitBranchPlusInstUIIcon = exports.GitBranchPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitBranchPlus);
899
+ const GitCommitInstUIIcon = exports.GitCommitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCommit);
900
+ const GitCommitHorizontalInstUIIcon = exports.GitCommitHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCommitHorizontal);
901
+ const GitCommitVerticalInstUIIcon = exports.GitCommitVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCommitVertical);
902
+ const GitCompareInstUIIcon = exports.GitCompareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCompare);
903
+ const GitCompareArrowsInstUIIcon = exports.GitCompareArrowsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitCompareArrows);
904
+ const GitForkInstUIIcon = exports.GitForkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitFork);
905
+ const GitGraphInstUIIcon = exports.GitGraphInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitGraph);
906
+ const GitMergeInstUIIcon = exports.GitMergeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitMerge);
907
+ const GitPullRequestInstUIIcon = exports.GitPullRequestInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequest);
908
+ const GitPullRequestArrowInstUIIcon = exports.GitPullRequestArrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestArrow);
909
+ const GitPullRequestClosedInstUIIcon = exports.GitPullRequestClosedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestClosed);
910
+ const GitPullRequestCreateInstUIIcon = exports.GitPullRequestCreateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestCreate);
911
+ const GitPullRequestCreateArrowInstUIIcon = exports.GitPullRequestCreateArrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestCreateArrow);
912
+ const GitPullRequestDraftInstUIIcon = exports.GitPullRequestDraftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GitPullRequestDraft);
913
+ const GithubInstUIIcon = exports.GithubInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Github);
914
+ const GitlabInstUIIcon = exports.GitlabInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gitlab);
915
+ const GlassWaterInstUIIcon = exports.GlassWaterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GlassWater);
916
+ const GlassesInstUIIcon = exports.GlassesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Glasses);
917
+ const GlobeInstUIIcon = exports.GlobeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Globe);
918
+ const Globe2InstUIIcon = exports.Globe2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Globe2);
919
+ const GlobeLockInstUIIcon = exports.GlobeLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GlobeLock);
920
+ const GoalInstUIIcon = exports.GoalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Goal);
921
+ const GpuInstUIIcon = exports.GpuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Gpu);
922
+ const GrabInstUIIcon = exports.GrabInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grab);
923
+ const GraduationCapInstUIIcon = exports.GraduationCapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GraduationCap);
924
+ const GrapeInstUIIcon = exports.GrapeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grape);
925
+ const GridInstUIIcon = exports.GridInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid);
926
+ const Grid2X2InstUIIcon = exports.Grid2X2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2);
927
+ const Grid2X2CheckInstUIIcon = exports.Grid2X2CheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2Check);
928
+ const Grid2X2PlusInstUIIcon = exports.Grid2X2PlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2Plus);
929
+ const Grid2X2XInstUIIcon = exports.Grid2X2XInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2X2X);
930
+ const Grid2x2InstUIIcon = exports.Grid2x2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2);
931
+ const Grid2x2CheckInstUIIcon = exports.Grid2x2CheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2Check);
932
+ const Grid2x2PlusInstUIIcon = exports.Grid2x2PlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2Plus);
933
+ const Grid2x2XInstUIIcon = exports.Grid2x2XInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid2x2X);
934
+ const Grid3X3InstUIIcon = exports.Grid3X3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid3X3);
935
+ const Grid3x2InstUIIcon = exports.Grid3x2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid3x2);
936
+ const Grid3x3InstUIIcon = exports.Grid3x3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grid3x3);
937
+ const GripInstUIIcon = exports.GripInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Grip);
938
+ const GripHorizontalInstUIIcon = exports.GripHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GripHorizontal);
939
+ const GripVerticalInstUIIcon = exports.GripVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.GripVertical);
940
+ const GroupInstUIIcon = exports.GroupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Group);
941
+ const GuitarInstUIIcon = exports.GuitarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Guitar);
942
+ const HamInstUIIcon = exports.HamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ham);
943
+ const HamburgerInstUIIcon = exports.HamburgerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hamburger);
944
+ const HammerInstUIIcon = exports.HammerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hammer);
945
+ const HandInstUIIcon = exports.HandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hand);
946
+ const HandCoinsInstUIIcon = exports.HandCoinsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandCoins);
947
+ const HandFistInstUIIcon = exports.HandFistInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandFist);
948
+ const HandGrabInstUIIcon = exports.HandGrabInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandGrab);
949
+ const HandHeartInstUIIcon = exports.HandHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandHeart);
950
+ const HandHelpingInstUIIcon = exports.HandHelpingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandHelping);
951
+ const HandMetalInstUIIcon = exports.HandMetalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandMetal);
952
+ const HandPlatterInstUIIcon = exports.HandPlatterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HandPlatter);
953
+ const HandbagInstUIIcon = exports.HandbagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Handbag);
954
+ const HandshakeInstUIIcon = exports.HandshakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Handshake);
955
+ const HardDriveInstUIIcon = exports.HardDriveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardDrive);
956
+ const HardDriveDownloadInstUIIcon = exports.HardDriveDownloadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardDriveDownload);
957
+ const HardDriveUploadInstUIIcon = exports.HardDriveUploadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardDriveUpload);
958
+ const HardHatInstUIIcon = exports.HardHatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HardHat);
959
+ const HashInstUIIcon = exports.HashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hash);
960
+ const HatGlassesInstUIIcon = exports.HatGlassesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HatGlasses);
961
+ const HazeInstUIIcon = exports.HazeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Haze);
962
+ const HdInstUIIcon = exports.HdInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hd);
963
+ const HdmiPortInstUIIcon = exports.HdmiPortInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HdmiPort);
964
+ const HeadingInstUIIcon = exports.HeadingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading);
965
+ const Heading1InstUIIcon = exports.Heading1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading1);
966
+ const Heading2InstUIIcon = exports.Heading2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading2);
967
+ const Heading3InstUIIcon = exports.Heading3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading3);
968
+ const Heading4InstUIIcon = exports.Heading4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading4);
969
+ const Heading5InstUIIcon = exports.Heading5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading5);
970
+ const Heading6InstUIIcon = exports.Heading6InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heading6);
971
+ const HeadphoneOffInstUIIcon = exports.HeadphoneOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeadphoneOff);
972
+ const HeadphonesInstUIIcon = exports.HeadphonesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Headphones);
973
+ const HeadsetInstUIIcon = exports.HeadsetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Headset);
974
+ const HeartInstUIIcon = exports.HeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heart);
975
+ const HeartCrackInstUIIcon = exports.HeartCrackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartCrack);
976
+ const HeartHandshakeInstUIIcon = exports.HeartHandshakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartHandshake);
977
+ const HeartMinusInstUIIcon = exports.HeartMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartMinus);
978
+ const HeartOffInstUIIcon = exports.HeartOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartOff);
979
+ const HeartPlusInstUIIcon = exports.HeartPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartPlus);
980
+ const HeartPulseInstUIIcon = exports.HeartPulseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HeartPulse);
981
+ const HeaterInstUIIcon = exports.HeaterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Heater);
982
+ const HelicopterInstUIIcon = exports.HelicopterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Helicopter);
983
+ const HelpCircleInstUIIcon = exports.HelpCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HelpCircle);
984
+ const HelpingHandInstUIIcon = exports.HelpingHandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HelpingHand);
985
+ const HexagonInstUIIcon = exports.HexagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hexagon);
986
+ const HighlighterInstUIIcon = exports.HighlighterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Highlighter);
987
+ const HistoryInstUIIcon = exports.HistoryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.History);
988
+ const HomeInstUIIcon = exports.HomeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Home);
989
+ const HopInstUIIcon = exports.HopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hop);
990
+ const HopOffInstUIIcon = exports.HopOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HopOff);
991
+ const HospitalInstUIIcon = exports.HospitalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hospital);
992
+ const HotelInstUIIcon = exports.HotelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hotel);
993
+ const HourglassInstUIIcon = exports.HourglassInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Hourglass);
994
+ const HouseInstUIIcon = exports.HouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.House);
995
+ const HouseHeartInstUIIcon = exports.HouseHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HouseHeart);
996
+ const HousePlugInstUIIcon = exports.HousePlugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HousePlug);
997
+ const HousePlusInstUIIcon = exports.HousePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HousePlus);
998
+ const HouseWifiInstUIIcon = exports.HouseWifiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.HouseWifi);
999
+ const IceCreamInstUIIcon = exports.IceCreamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCream);
1000
+ const IceCream2InstUIIcon = exports.IceCream2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCream2);
1001
+ const IceCreamBowlInstUIIcon = exports.IceCreamBowlInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCreamBowl);
1002
+ const IceCreamConeInstUIIcon = exports.IceCreamConeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IceCreamCone);
1003
+ const IdCardInstUIIcon = exports.IdCardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IdCard);
1004
+ const IdCardLanyardInstUIIcon = exports.IdCardLanyardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IdCardLanyard);
1005
+ const ImageInstUIIcon = exports.ImageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Image);
1006
+ const ImageDownInstUIIcon = exports.ImageDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageDown);
1007
+ const ImageMinusInstUIIcon = exports.ImageMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageMinus);
1008
+ const ImageOffInstUIIcon = exports.ImageOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageOff);
1009
+ const ImagePlayInstUIIcon = exports.ImagePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImagePlay);
1010
+ const ImagePlusInstUIIcon = exports.ImagePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImagePlus);
1011
+ const ImageUpInstUIIcon = exports.ImageUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageUp);
1012
+ const ImageUpscaleInstUIIcon = exports.ImageUpscaleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ImageUpscale);
1013
+ const ImagesInstUIIcon = exports.ImagesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Images);
1014
+ const ImportInstUIIcon = exports.ImportInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Import);
1015
+ const InboxInstUIIcon = exports.InboxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Inbox);
1016
+ const IndentInstUIIcon = exports.IndentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Indent);
1017
+ const IndentDecreaseInstUIIcon = exports.IndentDecreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IndentDecrease);
1018
+ const IndentIncreaseInstUIIcon = exports.IndentIncreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IndentIncrease);
1019
+ const IndianRupeeInstUIIcon = exports.IndianRupeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IndianRupee);
1020
+ const InfinityInstUIIcon = exports.InfinityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Infinity);
1021
+ const InfoInstUIIcon = exports.InfoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Info);
1022
+ const InspectInstUIIcon = exports.InspectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Inspect);
1023
+ const InspectionPanelInstUIIcon = exports.InspectionPanelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.InspectionPanel);
1024
+ const InstagramInstUIIcon = exports.InstagramInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Instagram);
1025
+ const ItalicInstUIIcon = exports.ItalicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Italic);
1026
+ const IterationCcwInstUIIcon = exports.IterationCcwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IterationCcw);
1027
+ const IterationCwInstUIIcon = exports.IterationCwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.IterationCw);
1028
+ const JapaneseYenInstUIIcon = exports.JapaneseYenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.JapaneseYen);
1029
+ const JoystickInstUIIcon = exports.JoystickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Joystick);
1030
+ const KanbanInstUIIcon = exports.KanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Kanban);
1031
+ const KanbanSquareInstUIIcon = exports.KanbanSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KanbanSquare);
1032
+ const KanbanSquareDashedInstUIIcon = exports.KanbanSquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KanbanSquareDashed);
1033
+ const KayakInstUIIcon = exports.KayakInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Kayak);
1034
+ const KeyInstUIIcon = exports.KeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Key);
1035
+ const KeyRoundInstUIIcon = exports.KeyRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeyRound);
1036
+ const KeySquareInstUIIcon = exports.KeySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeySquare);
1037
+ const KeyboardInstUIIcon = exports.KeyboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Keyboard);
1038
+ const KeyboardMusicInstUIIcon = exports.KeyboardMusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeyboardMusic);
1039
+ const KeyboardOffInstUIIcon = exports.KeyboardOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.KeyboardOff);
1040
+ const LampInstUIIcon = exports.LampInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lamp);
1041
+ const LampCeilingInstUIIcon = exports.LampCeilingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampCeiling);
1042
+ const LampDeskInstUIIcon = exports.LampDeskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampDesk);
1043
+ const LampFloorInstUIIcon = exports.LampFloorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampFloor);
1044
+ const LampWallDownInstUIIcon = exports.LampWallDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampWallDown);
1045
+ const LampWallUpInstUIIcon = exports.LampWallUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LampWallUp);
1046
+ const LandPlotInstUIIcon = exports.LandPlotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LandPlot);
1047
+ const LandmarkInstUIIcon = exports.LandmarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Landmark);
1048
+ const LanguagesInstUIIcon = exports.LanguagesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Languages);
1049
+ const LaptopInstUIIcon = exports.LaptopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Laptop);
1050
+ const Laptop2InstUIIcon = exports.Laptop2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Laptop2);
1051
+ const LaptopMinimalInstUIIcon = exports.LaptopMinimalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LaptopMinimal);
1052
+ const LaptopMinimalCheckInstUIIcon = exports.LaptopMinimalCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LaptopMinimalCheck);
1053
+ const LassoInstUIIcon = exports.LassoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lasso);
1054
+ const LassoSelectInstUIIcon = exports.LassoSelectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LassoSelect);
1055
+ const LaughInstUIIcon = exports.LaughInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Laugh);
1056
+ const LayersInstUIIcon = exports.LayersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layers);
1057
+ const Layers2InstUIIcon = exports.Layers2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layers2);
1058
+ const Layers3InstUIIcon = exports.Layers3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layers3);
1059
+ const LayersPlusInstUIIcon = exports.LayersPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayersPlus);
1060
+ const LayoutInstUIIcon = exports.LayoutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Layout);
1061
+ const LayoutDashboardInstUIIcon = exports.LayoutDashboardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutDashboard);
1062
+ const LayoutGridInstUIIcon = exports.LayoutGridInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutGrid);
1063
+ const LayoutListInstUIIcon = exports.LayoutListInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutList);
1064
+ const LayoutPanelLeftInstUIIcon = exports.LayoutPanelLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutPanelLeft);
1065
+ const LayoutPanelTopInstUIIcon = exports.LayoutPanelTopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutPanelTop);
1066
+ const LayoutTemplateInstUIIcon = exports.LayoutTemplateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LayoutTemplate);
1067
+ const LeafInstUIIcon = exports.LeafInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Leaf);
1068
+ const LeafyGreenInstUIIcon = exports.LeafyGreenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LeafyGreen);
1069
+ const LecternInstUIIcon = exports.LecternInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lectern);
1070
+ const LetterTextInstUIIcon = exports.LetterTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LetterText);
1071
+ const LibraryInstUIIcon = exports.LibraryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Library);
1072
+ const LibraryBigInstUIIcon = exports.LibraryBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LibraryBig);
1073
+ const LibrarySquareInstUIIcon = exports.LibrarySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LibrarySquare);
1074
+ const LifeBuoyInstUIIcon = exports.LifeBuoyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LifeBuoy);
1075
+ const LigatureInstUIIcon = exports.LigatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ligature);
1076
+ const LightbulbInstUIIcon = exports.LightbulbInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lightbulb);
1077
+ const LightbulbOffInstUIIcon = exports.LightbulbOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LightbulbOff);
1078
+ const LineChartInstUIIcon = exports.LineChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LineChart);
1079
+ const LineSquiggleInstUIIcon = exports.LineSquiggleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LineSquiggle);
1080
+ const LinkInstUIIcon = exports.LinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Link);
1081
+ const Link2InstUIIcon = exports.Link2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Link2);
1082
+ const Link2OffInstUIIcon = exports.Link2OffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Link2Off);
1083
+ const LinkedinInstUIIcon = exports.LinkedinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Linkedin);
1084
+ const ListInstUIIcon = exports.ListInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.List);
1085
+ const ListCheckInstUIIcon = exports.ListCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListCheck);
1086
+ const ListChecksInstUIIcon = exports.ListChecksInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListChecks);
1087
+ const ListChevronsDownUpInstUIIcon = exports.ListChevronsDownUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListChevronsDownUp);
1088
+ const ListChevronsUpDownInstUIIcon = exports.ListChevronsUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListChevronsUpDown);
1089
+ const ListCollapseInstUIIcon = exports.ListCollapseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListCollapse);
1090
+ const ListEndInstUIIcon = exports.ListEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListEnd);
1091
+ const ListFilterInstUIIcon = exports.ListFilterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListFilter);
1092
+ const ListFilterPlusInstUIIcon = exports.ListFilterPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListFilterPlus);
1093
+ const ListIndentDecreaseInstUIIcon = exports.ListIndentDecreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListIndentDecrease);
1094
+ const ListIndentIncreaseInstUIIcon = exports.ListIndentIncreaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListIndentIncrease);
1095
+ const ListMinusInstUIIcon = exports.ListMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListMinus);
1096
+ const ListMusicInstUIIcon = exports.ListMusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListMusic);
1097
+ const ListOrderedInstUIIcon = exports.ListOrderedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListOrdered);
1098
+ const ListPlusInstUIIcon = exports.ListPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListPlus);
1099
+ const ListRestartInstUIIcon = exports.ListRestartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListRestart);
1100
+ const ListStartInstUIIcon = exports.ListStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListStart);
1101
+ const ListTodoInstUIIcon = exports.ListTodoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListTodo);
1102
+ const ListTreeInstUIIcon = exports.ListTreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListTree);
1103
+ const ListVideoInstUIIcon = exports.ListVideoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListVideo);
1104
+ const ListXInstUIIcon = exports.ListXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ListX);
1105
+ const LoaderInstUIIcon = exports.LoaderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Loader);
1106
+ const Loader2InstUIIcon = exports.Loader2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Loader2);
1107
+ const LoaderCircleInstUIIcon = exports.LoaderCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LoaderCircle);
1108
+ const LoaderPinwheelInstUIIcon = exports.LoaderPinwheelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LoaderPinwheel);
1109
+ const LocateInstUIIcon = exports.LocateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Locate);
1110
+ const LocateFixedInstUIIcon = exports.LocateFixedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LocateFixed);
1111
+ const LocateOffInstUIIcon = exports.LocateOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LocateOff);
1112
+ const LocationEditInstUIIcon = exports.LocationEditInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LocationEdit);
1113
+ const LockInstUIIcon = exports.LockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lock);
1114
+ const LockKeyholeInstUIIcon = exports.LockKeyholeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LockKeyhole);
1115
+ const LockKeyholeOpenInstUIIcon = exports.LockKeyholeOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LockKeyholeOpen);
1116
+ const LockOpenInstUIIcon = exports.LockOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LockOpen);
1117
+ const LogInInstUIIcon = exports.LogInInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LogIn);
1118
+ const LogOutInstUIIcon = exports.LogOutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.LogOut);
1119
+ const LogsInstUIIcon = exports.LogsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Logs);
1120
+ const LollipopInstUIIcon = exports.LollipopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Lollipop);
1121
+ const LuggageInstUIIcon = exports.LuggageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Luggage);
1122
+ const MSquareInstUIIcon = exports.MSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MSquare);
1123
+ const MagnetInstUIIcon = exports.MagnetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Magnet);
1124
+ const MailInstUIIcon = exports.MailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mail);
1125
+ const MailCheckInstUIIcon = exports.MailCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailCheck);
1126
+ const MailMinusInstUIIcon = exports.MailMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailMinus);
1127
+ const MailOpenInstUIIcon = exports.MailOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailOpen);
1128
+ const MailPlusInstUIIcon = exports.MailPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailPlus);
1129
+ const MailQuestionInstUIIcon = exports.MailQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailQuestion);
1130
+ const MailQuestionMarkInstUIIcon = exports.MailQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailQuestionMark);
1131
+ const MailSearchInstUIIcon = exports.MailSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailSearch);
1132
+ const MailWarningInstUIIcon = exports.MailWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailWarning);
1133
+ const MailXInstUIIcon = exports.MailXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MailX);
1134
+ const MailboxInstUIIcon = exports.MailboxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mailbox);
1135
+ const MailsInstUIIcon = exports.MailsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mails);
1136
+ const MapInstUIIcon = exports.MapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Map);
1137
+ const MapMinusInstUIIcon = exports.MapMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapMinus);
1138
+ const MapPinInstUIIcon = exports.MapPinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPin);
1139
+ const MapPinCheckInstUIIcon = exports.MapPinCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinCheck);
1140
+ const MapPinCheckInsideInstUIIcon = exports.MapPinCheckInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinCheckInside);
1141
+ const MapPinHouseInstUIIcon = exports.MapPinHouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinHouse);
1142
+ const MapPinMinusInstUIIcon = exports.MapPinMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinMinus);
1143
+ const MapPinMinusInsideInstUIIcon = exports.MapPinMinusInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinMinusInside);
1144
+ const MapPinOffInstUIIcon = exports.MapPinOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinOff);
1145
+ const MapPinPenInstUIIcon = exports.MapPinPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinPen);
1146
+ const MapPinPlusInstUIIcon = exports.MapPinPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinPlus);
1147
+ const MapPinPlusInsideInstUIIcon = exports.MapPinPlusInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinPlusInside);
1148
+ const MapPinXInstUIIcon = exports.MapPinXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinX);
1149
+ const MapPinXInsideInstUIIcon = exports.MapPinXInsideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinXInside);
1150
+ const MapPinnedInstUIIcon = exports.MapPinnedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPinned);
1151
+ const MapPlusInstUIIcon = exports.MapPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MapPlus);
1152
+ const MarsInstUIIcon = exports.MarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mars);
1153
+ const MarsStrokeInstUIIcon = exports.MarsStrokeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MarsStroke);
1154
+ const MartiniInstUIIcon = exports.MartiniInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Martini);
1155
+ const MaximizeInstUIIcon = exports.MaximizeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Maximize);
1156
+ const Maximize2InstUIIcon = exports.Maximize2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Maximize2);
1157
+ const MedalInstUIIcon = exports.MedalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Medal);
1158
+ const MegaphoneInstUIIcon = exports.MegaphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Megaphone);
1159
+ const MegaphoneOffInstUIIcon = exports.MegaphoneOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MegaphoneOff);
1160
+ const MehInstUIIcon = exports.MehInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Meh);
1161
+ const MemoryStickInstUIIcon = exports.MemoryStickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MemoryStick);
1162
+ const MenuInstUIIcon = exports.MenuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Menu);
1163
+ const MenuSquareInstUIIcon = exports.MenuSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MenuSquare);
1164
+ const MergeInstUIIcon = exports.MergeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Merge);
1165
+ const MessageCircleInstUIIcon = exports.MessageCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircle);
1166
+ const MessageCircleCodeInstUIIcon = exports.MessageCircleCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleCode);
1167
+ const MessageCircleDashedInstUIIcon = exports.MessageCircleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleDashed);
1168
+ const MessageCircleHeartInstUIIcon = exports.MessageCircleHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleHeart);
1169
+ const MessageCircleMoreInstUIIcon = exports.MessageCircleMoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleMore);
1170
+ const MessageCircleOffInstUIIcon = exports.MessageCircleOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleOff);
1171
+ const MessageCirclePlusInstUIIcon = exports.MessageCirclePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCirclePlus);
1172
+ const MessageCircleQuestionInstUIIcon = exports.MessageCircleQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleQuestion);
1173
+ const MessageCircleQuestionMarkInstUIIcon = exports.MessageCircleQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleQuestionMark);
1174
+ const MessageCircleReplyInstUIIcon = exports.MessageCircleReplyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleReply);
1175
+ const MessageCircleWarningInstUIIcon = exports.MessageCircleWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleWarning);
1176
+ const MessageCircleXInstUIIcon = exports.MessageCircleXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageCircleX);
1177
+ const MessageSquareInstUIIcon = exports.MessageSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquare);
1178
+ const MessageSquareCodeInstUIIcon = exports.MessageSquareCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareCode);
1179
+ const MessageSquareDashedInstUIIcon = exports.MessageSquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareDashed);
1180
+ const MessageSquareDiffInstUIIcon = exports.MessageSquareDiffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareDiff);
1181
+ const MessageSquareDotInstUIIcon = exports.MessageSquareDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareDot);
1182
+ const MessageSquareHeartInstUIIcon = exports.MessageSquareHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareHeart);
1183
+ const MessageSquareLockInstUIIcon = exports.MessageSquareLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareLock);
1184
+ const MessageSquareMoreInstUIIcon = exports.MessageSquareMoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareMore);
1185
+ const MessageSquareOffInstUIIcon = exports.MessageSquareOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareOff);
1186
+ const MessageSquarePlusInstUIIcon = exports.MessageSquarePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquarePlus);
1187
+ const MessageSquareQuoteInstUIIcon = exports.MessageSquareQuoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareQuote);
1188
+ const MessageSquareReplyInstUIIcon = exports.MessageSquareReplyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareReply);
1189
+ const MessageSquareShareInstUIIcon = exports.MessageSquareShareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareShare);
1190
+ const MessageSquareTextInstUIIcon = exports.MessageSquareTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareText);
1191
+ const MessageSquareWarningInstUIIcon = exports.MessageSquareWarningInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessageSquareWarning);
1192
+ const MessagesSquareInstUIIcon = exports.MessagesSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MessagesSquare);
1193
+ const MicInstUIIcon = exports.MicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mic);
1194
+ const Mic2InstUIIcon = exports.Mic2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mic2);
1195
+ const MicOffInstUIIcon = exports.MicOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MicOff);
1196
+ const MicVocalInstUIIcon = exports.MicVocalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MicVocal);
1197
+ const MicrochipInstUIIcon = exports.MicrochipInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Microchip);
1198
+ const MicroscopeInstUIIcon = exports.MicroscopeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Microscope);
1199
+ const MicrowaveInstUIIcon = exports.MicrowaveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Microwave);
1200
+ const MilestoneInstUIIcon = exports.MilestoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Milestone);
1201
+ const MilkInstUIIcon = exports.MilkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Milk);
1202
+ const MilkOffInstUIIcon = exports.MilkOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MilkOff);
1203
+ const MinimizeInstUIIcon = exports.MinimizeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Minimize);
1204
+ const Minimize2InstUIIcon = exports.Minimize2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Minimize2);
1205
+ const MinusInstUIIcon = exports.MinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Minus);
1206
+ const MinusCircleInstUIIcon = exports.MinusCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MinusCircle);
1207
+ const MinusSquareInstUIIcon = exports.MinusSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MinusSquare);
1208
+ const MonitorInstUIIcon = exports.MonitorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Monitor);
1209
+ const MonitorCheckInstUIIcon = exports.MonitorCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorCheck);
1210
+ const MonitorCloudInstUIIcon = exports.MonitorCloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorCloud);
1211
+ const MonitorCogInstUIIcon = exports.MonitorCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorCog);
1212
+ const MonitorDotInstUIIcon = exports.MonitorDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorDot);
1213
+ const MonitorDownInstUIIcon = exports.MonitorDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorDown);
1214
+ const MonitorOffInstUIIcon = exports.MonitorOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorOff);
1215
+ const MonitorPauseInstUIIcon = exports.MonitorPauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorPause);
1216
+ const MonitorPlayInstUIIcon = exports.MonitorPlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorPlay);
1217
+ const MonitorSmartphoneInstUIIcon = exports.MonitorSmartphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorSmartphone);
1218
+ const MonitorSpeakerInstUIIcon = exports.MonitorSpeakerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorSpeaker);
1219
+ const MonitorStopInstUIIcon = exports.MonitorStopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorStop);
1220
+ const MonitorUpInstUIIcon = exports.MonitorUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorUp);
1221
+ const MonitorXInstUIIcon = exports.MonitorXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MonitorX);
1222
+ const MoonInstUIIcon = exports.MoonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Moon);
1223
+ const MoonStarInstUIIcon = exports.MoonStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoonStar);
1224
+ const MoreHorizontalInstUIIcon = exports.MoreHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoreHorizontal);
1225
+ const MoreVerticalInstUIIcon = exports.MoreVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoreVertical);
1226
+ const MotorbikeInstUIIcon = exports.MotorbikeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Motorbike);
1227
+ const MountainInstUIIcon = exports.MountainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mountain);
1228
+ const MountainSnowInstUIIcon = exports.MountainSnowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MountainSnow);
1229
+ const MouseInstUIIcon = exports.MouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Mouse);
1230
+ const MouseOffInstUIIcon = exports.MouseOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MouseOff);
1231
+ const MousePointerInstUIIcon = exports.MousePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointer);
1232
+ const MousePointer2InstUIIcon = exports.MousePointer2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointer2);
1233
+ const MousePointer2OffInstUIIcon = exports.MousePointer2OffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointer2Off);
1234
+ const MousePointerBanInstUIIcon = exports.MousePointerBanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointerBan);
1235
+ const MousePointerClickInstUIIcon = exports.MousePointerClickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointerClick);
1236
+ const MousePointerSquareDashedInstUIIcon = exports.MousePointerSquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MousePointerSquareDashed);
1237
+ const MoveInstUIIcon = exports.MoveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Move);
1238
+ const Move3DInstUIIcon = exports.Move3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Move3D);
1239
+ const Move3dInstUIIcon = exports.Move3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Move3d);
1240
+ const MoveDiagonalInstUIIcon = exports.MoveDiagonalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDiagonal);
1241
+ const MoveDiagonal2InstUIIcon = exports.MoveDiagonal2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDiagonal2);
1242
+ const MoveDownInstUIIcon = exports.MoveDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDown);
1243
+ const MoveDownLeftInstUIIcon = exports.MoveDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDownLeft);
1244
+ const MoveDownRightInstUIIcon = exports.MoveDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveDownRight);
1245
+ const MoveHorizontalInstUIIcon = exports.MoveHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveHorizontal);
1246
+ const MoveLeftInstUIIcon = exports.MoveLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveLeft);
1247
+ const MoveRightInstUIIcon = exports.MoveRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveRight);
1248
+ const MoveUpInstUIIcon = exports.MoveUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveUp);
1249
+ const MoveUpLeftInstUIIcon = exports.MoveUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveUpLeft);
1250
+ const MoveUpRightInstUIIcon = exports.MoveUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveUpRight);
1251
+ const MoveVerticalInstUIIcon = exports.MoveVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.MoveVertical);
1252
+ const MusicInstUIIcon = exports.MusicInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music);
1253
+ const Music2InstUIIcon = exports.Music2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music2);
1254
+ const Music3InstUIIcon = exports.Music3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music3);
1255
+ const Music4InstUIIcon = exports.Music4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Music4);
1256
+ const NavigationInstUIIcon = exports.NavigationInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Navigation);
1257
+ const Navigation2InstUIIcon = exports.Navigation2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Navigation2);
1258
+ const Navigation2OffInstUIIcon = exports.Navigation2OffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Navigation2Off);
1259
+ const NavigationOffInstUIIcon = exports.NavigationOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NavigationOff);
1260
+ const NetworkInstUIIcon = exports.NetworkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Network);
1261
+ const NewspaperInstUIIcon = exports.NewspaperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Newspaper);
1262
+ const NfcInstUIIcon = exports.NfcInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Nfc);
1263
+ const NonBinaryInstUIIcon = exports.NonBinaryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NonBinary);
1264
+ const NotebookInstUIIcon = exports.NotebookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Notebook);
1265
+ const NotebookPenInstUIIcon = exports.NotebookPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotebookPen);
1266
+ const NotebookTabsInstUIIcon = exports.NotebookTabsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotebookTabs);
1267
+ const NotebookTextInstUIIcon = exports.NotebookTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotebookText);
1268
+ const NotepadTextInstUIIcon = exports.NotepadTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotepadText);
1269
+ const NotepadTextDashedInstUIIcon = exports.NotepadTextDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NotepadTextDashed);
1270
+ const NutInstUIIcon = exports.NutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Nut);
1271
+ const NutOffInstUIIcon = exports.NutOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.NutOff);
1272
+ const OctagonInstUIIcon = exports.OctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Octagon);
1273
+ const OctagonAlertInstUIIcon = exports.OctagonAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonAlert);
1274
+ const OctagonMinusInstUIIcon = exports.OctagonMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonMinus);
1275
+ const OctagonPauseInstUIIcon = exports.OctagonPauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonPause);
1276
+ const OctagonXInstUIIcon = exports.OctagonXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.OctagonX);
1277
+ const OmegaInstUIIcon = exports.OmegaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Omega);
1278
+ const OptionInstUIIcon = exports.OptionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Option);
1279
+ const OrbitInstUIIcon = exports.OrbitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Orbit);
1280
+ const OrigamiInstUIIcon = exports.OrigamiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Origami);
1281
+ const OutdentInstUIIcon = exports.OutdentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Outdent);
1282
+ const PackageInstUIIcon = exports.PackageInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Package);
1283
+ const Package2InstUIIcon = exports.Package2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Package2);
1284
+ const PackageCheckInstUIIcon = exports.PackageCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageCheck);
1285
+ const PackageMinusInstUIIcon = exports.PackageMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageMinus);
1286
+ const PackageOpenInstUIIcon = exports.PackageOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageOpen);
1287
+ const PackagePlusInstUIIcon = exports.PackagePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackagePlus);
1288
+ const PackageSearchInstUIIcon = exports.PackageSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageSearch);
1289
+ const PackageXInstUIIcon = exports.PackageXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PackageX);
1290
+ const PaintBucketInstUIIcon = exports.PaintBucketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PaintBucket);
1291
+ const PaintRollerInstUIIcon = exports.PaintRollerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PaintRoller);
1292
+ const PaintbrushInstUIIcon = exports.PaintbrushInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Paintbrush);
1293
+ const Paintbrush2InstUIIcon = exports.Paintbrush2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Paintbrush2);
1294
+ const PaintbrushVerticalInstUIIcon = exports.PaintbrushVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PaintbrushVertical);
1295
+ const PaletteInstUIIcon = exports.PaletteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Palette);
1296
+ const PalmtreeInstUIIcon = exports.PalmtreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Palmtree);
1297
+ const PandaInstUIIcon = exports.PandaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Panda);
1298
+ const PanelBottomInstUIIcon = exports.PanelBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottom);
1299
+ const PanelBottomCloseInstUIIcon = exports.PanelBottomCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomClose);
1300
+ const PanelBottomDashedInstUIIcon = exports.PanelBottomDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomDashed);
1301
+ const PanelBottomInactiveInstUIIcon = exports.PanelBottomInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomInactive);
1302
+ const PanelBottomOpenInstUIIcon = exports.PanelBottomOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelBottomOpen);
1303
+ const PanelLeftInstUIIcon = exports.PanelLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeft);
1304
+ const PanelLeftCloseInstUIIcon = exports.PanelLeftCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftClose);
1305
+ const PanelLeftDashedInstUIIcon = exports.PanelLeftDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftDashed);
1306
+ const PanelLeftInactiveInstUIIcon = exports.PanelLeftInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftInactive);
1307
+ const PanelLeftOpenInstUIIcon = exports.PanelLeftOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftOpen);
1308
+ const PanelLeftRightDashedInstUIIcon = exports.PanelLeftRightDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelLeftRightDashed);
1309
+ const PanelRightInstUIIcon = exports.PanelRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRight);
1310
+ const PanelRightCloseInstUIIcon = exports.PanelRightCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightClose);
1311
+ const PanelRightDashedInstUIIcon = exports.PanelRightDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightDashed);
1312
+ const PanelRightInactiveInstUIIcon = exports.PanelRightInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightInactive);
1313
+ const PanelRightOpenInstUIIcon = exports.PanelRightOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelRightOpen);
1314
+ const PanelTopInstUIIcon = exports.PanelTopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTop);
1315
+ const PanelTopBottomDashedInstUIIcon = exports.PanelTopBottomDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopBottomDashed);
1316
+ const PanelTopCloseInstUIIcon = exports.PanelTopCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopClose);
1317
+ const PanelTopDashedInstUIIcon = exports.PanelTopDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopDashed);
1318
+ const PanelTopInactiveInstUIIcon = exports.PanelTopInactiveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopInactive);
1319
+ const PanelTopOpenInstUIIcon = exports.PanelTopOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelTopOpen);
1320
+ const PanelsLeftBottomInstUIIcon = exports.PanelsLeftBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsLeftBottom);
1321
+ const PanelsLeftRightInstUIIcon = exports.PanelsLeftRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsLeftRight);
1322
+ const PanelsRightBottomInstUIIcon = exports.PanelsRightBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsRightBottom);
1323
+ const PanelsTopBottomInstUIIcon = exports.PanelsTopBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsTopBottom);
1324
+ const PanelsTopLeftInstUIIcon = exports.PanelsTopLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PanelsTopLeft);
1325
+ const PaperclipInstUIIcon = exports.PaperclipInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Paperclip);
1326
+ const ParenthesesInstUIIcon = exports.ParenthesesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Parentheses);
1327
+ const ParkingCircleInstUIIcon = exports.ParkingCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingCircle);
1328
+ const ParkingCircleOffInstUIIcon = exports.ParkingCircleOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingCircleOff);
1329
+ const ParkingMeterInstUIIcon = exports.ParkingMeterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingMeter);
1330
+ const ParkingSquareInstUIIcon = exports.ParkingSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingSquare);
1331
+ const ParkingSquareOffInstUIIcon = exports.ParkingSquareOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ParkingSquareOff);
1332
+ const PartyPopperInstUIIcon = exports.PartyPopperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PartyPopper);
1333
+ const PauseInstUIIcon = exports.PauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pause);
1334
+ const PauseCircleInstUIIcon = exports.PauseCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PauseCircle);
1335
+ const PauseOctagonInstUIIcon = exports.PauseOctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PauseOctagon);
1336
+ const PawPrintInstUIIcon = exports.PawPrintInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PawPrint);
1337
+ const PcCaseInstUIIcon = exports.PcCaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PcCase);
1338
+ const PenInstUIIcon = exports.PenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pen);
1339
+ const PenBoxInstUIIcon = exports.PenBoxInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenBox);
1340
+ const PenLineInstUIIcon = exports.PenLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenLine);
1341
+ const PenOffInstUIIcon = exports.PenOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenOff);
1342
+ const PenSquareInstUIIcon = exports.PenSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenSquare);
1343
+ const PenToolInstUIIcon = exports.PenToolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PenTool);
1344
+ const PencilInstUIIcon = exports.PencilInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pencil);
1345
+ const PencilLineInstUIIcon = exports.PencilLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PencilLine);
1346
+ const PencilOffInstUIIcon = exports.PencilOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PencilOff);
1347
+ const PencilRulerInstUIIcon = exports.PencilRulerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PencilRuler);
1348
+ const PentagonInstUIIcon = exports.PentagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pentagon);
1349
+ const PercentInstUIIcon = exports.PercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Percent);
1350
+ const PercentCircleInstUIIcon = exports.PercentCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PercentCircle);
1351
+ const PercentDiamondInstUIIcon = exports.PercentDiamondInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PercentDiamond);
1352
+ const PercentSquareInstUIIcon = exports.PercentSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PercentSquare);
1353
+ const PersonStandingInstUIIcon = exports.PersonStandingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PersonStanding);
1354
+ const PhilippinePesoInstUIIcon = exports.PhilippinePesoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhilippinePeso);
1355
+ const PhoneInstUIIcon = exports.PhoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Phone);
1356
+ const PhoneCallInstUIIcon = exports.PhoneCallInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneCall);
1357
+ const PhoneForwardedInstUIIcon = exports.PhoneForwardedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneForwarded);
1358
+ const PhoneIncomingInstUIIcon = exports.PhoneIncomingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneIncoming);
1359
+ const PhoneMissedInstUIIcon = exports.PhoneMissedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneMissed);
1360
+ const PhoneOffInstUIIcon = exports.PhoneOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneOff);
1361
+ const PhoneOutgoingInstUIIcon = exports.PhoneOutgoingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PhoneOutgoing);
1362
+ const PiInstUIIcon = exports.PiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pi);
1363
+ const PiSquareInstUIIcon = exports.PiSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PiSquare);
1364
+ const PianoInstUIIcon = exports.PianoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Piano);
1365
+ const PickaxeInstUIIcon = exports.PickaxeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pickaxe);
1366
+ const PictureInPictureInstUIIcon = exports.PictureInPictureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PictureInPicture);
1367
+ const PictureInPicture2InstUIIcon = exports.PictureInPicture2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PictureInPicture2);
1368
+ const PieChartInstUIIcon = exports.PieChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PieChart);
1369
+ const PiggyBankInstUIIcon = exports.PiggyBankInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PiggyBank);
1370
+ const PilcrowInstUIIcon = exports.PilcrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pilcrow);
1371
+ const PilcrowLeftInstUIIcon = exports.PilcrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PilcrowLeft);
1372
+ const PilcrowRightInstUIIcon = exports.PilcrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PilcrowRight);
1373
+ const PilcrowSquareInstUIIcon = exports.PilcrowSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PilcrowSquare);
1374
+ const PillInstUIIcon = exports.PillInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pill);
1375
+ const PillBottleInstUIIcon = exports.PillBottleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PillBottle);
1376
+ const PinInstUIIcon = exports.PinInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pin);
1377
+ const PinOffInstUIIcon = exports.PinOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PinOff);
1378
+ const PipetteInstUIIcon = exports.PipetteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pipette);
1379
+ const PizzaInstUIIcon = exports.PizzaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pizza);
1380
+ const PlaneInstUIIcon = exports.PlaneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plane);
1381
+ const PlaneLandingInstUIIcon = exports.PlaneLandingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlaneLanding);
1382
+ const PlaneTakeoffInstUIIcon = exports.PlaneTakeoffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlaneTakeoff);
1383
+ const PlayInstUIIcon = exports.PlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Play);
1384
+ const PlayCircleInstUIIcon = exports.PlayCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlayCircle);
1385
+ const PlaySquareInstUIIcon = exports.PlaySquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlaySquare);
1386
+ const PlugInstUIIcon = exports.PlugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plug);
1387
+ const Plug2InstUIIcon = exports.Plug2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plug2);
1388
+ const PlugZapInstUIIcon = exports.PlugZapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlugZap);
1389
+ const PlugZap2InstUIIcon = exports.PlugZap2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlugZap2);
1390
+ const PlusInstUIIcon = exports.PlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Plus);
1391
+ const PlusCircleInstUIIcon = exports.PlusCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlusCircle);
1392
+ const PlusSquareInstUIIcon = exports.PlusSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PlusSquare);
1393
+ const PocketInstUIIcon = exports.PocketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pocket);
1394
+ const PocketKnifeInstUIIcon = exports.PocketKnifeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PocketKnife);
1395
+ const PodcastInstUIIcon = exports.PodcastInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Podcast);
1396
+ const PointerInstUIIcon = exports.PointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pointer);
1397
+ const PointerOffInstUIIcon = exports.PointerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PointerOff);
1398
+ const PopcornInstUIIcon = exports.PopcornInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Popcorn);
1399
+ const PopsicleInstUIIcon = exports.PopsicleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Popsicle);
1400
+ const PoundSterlingInstUIIcon = exports.PoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PoundSterling);
1401
+ const PowerInstUIIcon = exports.PowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Power);
1402
+ const PowerCircleInstUIIcon = exports.PowerCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PowerCircle);
1403
+ const PowerOffInstUIIcon = exports.PowerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PowerOff);
1404
+ const PowerSquareInstUIIcon = exports.PowerSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PowerSquare);
1405
+ const PresentationInstUIIcon = exports.PresentationInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Presentation);
1406
+ const PrinterInstUIIcon = exports.PrinterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Printer);
1407
+ const PrinterCheckInstUIIcon = exports.PrinterCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.PrinterCheck);
1408
+ const ProjectorInstUIIcon = exports.ProjectorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Projector);
1409
+ const ProportionsInstUIIcon = exports.ProportionsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Proportions);
1410
+ const PuzzleInstUIIcon = exports.PuzzleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Puzzle);
1411
+ const PyramidInstUIIcon = exports.PyramidInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Pyramid);
1412
+ const QrCodeInstUIIcon = exports.QrCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.QrCode);
1413
+ const QuoteInstUIIcon = exports.QuoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Quote);
1414
+ const RabbitInstUIIcon = exports.RabbitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rabbit);
1415
+ const RadarInstUIIcon = exports.RadarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radar);
1416
+ const RadiationInstUIIcon = exports.RadiationInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radiation);
1417
+ const RadicalInstUIIcon = exports.RadicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radical);
1418
+ const RadioInstUIIcon = exports.RadioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radio);
1419
+ const RadioReceiverInstUIIcon = exports.RadioReceiverInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RadioReceiver);
1420
+ const RadioTowerInstUIIcon = exports.RadioTowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RadioTower);
1421
+ const RadiusInstUIIcon = exports.RadiusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Radius);
1422
+ const RailSymbolInstUIIcon = exports.RailSymbolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RailSymbol);
1423
+ const RainbowInstUIIcon = exports.RainbowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rainbow);
1424
+ const RatInstUIIcon = exports.RatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rat);
1425
+ const RatioInstUIIcon = exports.RatioInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ratio);
1426
+ const ReceiptInstUIIcon = exports.ReceiptInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Receipt);
1427
+ const ReceiptCentInstUIIcon = exports.ReceiptCentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptCent);
1428
+ const ReceiptEuroInstUIIcon = exports.ReceiptEuroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptEuro);
1429
+ const ReceiptIndianRupeeInstUIIcon = exports.ReceiptIndianRupeeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptIndianRupee);
1430
+ const ReceiptJapaneseYenInstUIIcon = exports.ReceiptJapaneseYenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptJapaneseYen);
1431
+ const ReceiptPoundSterlingInstUIIcon = exports.ReceiptPoundSterlingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptPoundSterling);
1432
+ const ReceiptRussianRubleInstUIIcon = exports.ReceiptRussianRubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptRussianRuble);
1433
+ const ReceiptSwissFrancInstUIIcon = exports.ReceiptSwissFrancInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptSwissFranc);
1434
+ const ReceiptTextInstUIIcon = exports.ReceiptTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptText);
1435
+ const ReceiptTurkishLiraInstUIIcon = exports.ReceiptTurkishLiraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReceiptTurkishLira);
1436
+ const RectangleCircleInstUIIcon = exports.RectangleCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleCircle);
1437
+ const RectangleEllipsisInstUIIcon = exports.RectangleEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleEllipsis);
1438
+ const RectangleGogglesInstUIIcon = exports.RectangleGogglesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleGoggles);
1439
+ const RectangleHorizontalInstUIIcon = exports.RectangleHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleHorizontal);
1440
+ const RectangleVerticalInstUIIcon = exports.RectangleVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RectangleVertical);
1441
+ const RecycleInstUIIcon = exports.RecycleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Recycle);
1442
+ const RedoInstUIIcon = exports.RedoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Redo);
1443
+ const Redo2InstUIIcon = exports.Redo2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Redo2);
1444
+ const RedoDotInstUIIcon = exports.RedoDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RedoDot);
1445
+ const RefreshCcwInstUIIcon = exports.RefreshCcwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCcw);
1446
+ const RefreshCcwDotInstUIIcon = exports.RefreshCcwDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCcwDot);
1447
+ const RefreshCwInstUIIcon = exports.RefreshCwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCw);
1448
+ const RefreshCwOffInstUIIcon = exports.RefreshCwOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RefreshCwOff);
1449
+ const RefrigeratorInstUIIcon = exports.RefrigeratorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Refrigerator);
1450
+ const RegexInstUIIcon = exports.RegexInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Regex);
1451
+ const RemoveFormattingInstUIIcon = exports.RemoveFormattingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RemoveFormatting);
1452
+ const RepeatInstUIIcon = exports.RepeatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Repeat);
1453
+ const Repeat1InstUIIcon = exports.Repeat1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Repeat1);
1454
+ const Repeat2InstUIIcon = exports.Repeat2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Repeat2);
1455
+ const ReplaceInstUIIcon = exports.ReplaceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Replace);
1456
+ const ReplaceAllInstUIIcon = exports.ReplaceAllInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReplaceAll);
1457
+ const ReplyInstUIIcon = exports.ReplyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Reply);
1458
+ const ReplyAllInstUIIcon = exports.ReplyAllInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ReplyAll);
1459
+ const RewindInstUIIcon = exports.RewindInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rewind);
1460
+ const RibbonInstUIIcon = exports.RibbonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ribbon);
1461
+ const RocketInstUIIcon = exports.RocketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rocket);
1462
+ const RockingChairInstUIIcon = exports.RockingChairInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RockingChair);
1463
+ const RollerCoasterInstUIIcon = exports.RollerCoasterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RollerCoaster);
1464
+ const RoseInstUIIcon = exports.RoseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rose);
1465
+ const Rotate3DInstUIIcon = exports.Rotate3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rotate3D);
1466
+ const Rotate3dInstUIIcon = exports.Rotate3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rotate3d);
1467
+ const RotateCcwInstUIIcon = exports.RotateCcwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCcw);
1468
+ const RotateCcwKeyInstUIIcon = exports.RotateCcwKeyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCcwKey);
1469
+ const RotateCcwSquareInstUIIcon = exports.RotateCcwSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCcwSquare);
1470
+ const RotateCwInstUIIcon = exports.RotateCwInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCw);
1471
+ const RotateCwSquareInstUIIcon = exports.RotateCwSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RotateCwSquare);
1472
+ const RouteInstUIIcon = exports.RouteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Route);
1473
+ const RouteOffInstUIIcon = exports.RouteOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RouteOff);
1474
+ const RouterInstUIIcon = exports.RouterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Router);
1475
+ const RowsInstUIIcon = exports.RowsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows);
1476
+ const Rows2InstUIIcon = exports.Rows2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows2);
1477
+ const Rows3InstUIIcon = exports.Rows3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows3);
1478
+ const Rows4InstUIIcon = exports.Rows4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rows4);
1479
+ const RssInstUIIcon = exports.RssInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Rss);
1480
+ const RulerInstUIIcon = exports.RulerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ruler);
1481
+ const RulerDimensionLineInstUIIcon = exports.RulerDimensionLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RulerDimensionLine);
1482
+ const RussianRubleInstUIIcon = exports.RussianRubleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.RussianRuble);
1483
+ const SailboatInstUIIcon = exports.SailboatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sailboat);
1484
+ const SaladInstUIIcon = exports.SaladInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Salad);
1485
+ const SandwichInstUIIcon = exports.SandwichInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sandwich);
1486
+ const SatelliteInstUIIcon = exports.SatelliteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Satellite);
1487
+ const SatelliteDishInstUIIcon = exports.SatelliteDishInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SatelliteDish);
1488
+ const SaudiRiyalInstUIIcon = exports.SaudiRiyalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SaudiRiyal);
1489
+ const SaveInstUIIcon = exports.SaveInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Save);
1490
+ const SaveAllInstUIIcon = exports.SaveAllInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SaveAll);
1491
+ const SaveOffInstUIIcon = exports.SaveOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SaveOff);
1492
+ const ScaleInstUIIcon = exports.ScaleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scale);
1493
+ const Scale3DInstUIIcon = exports.Scale3DInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scale3D);
1494
+ const Scale3dInstUIIcon = exports.Scale3dInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scale3d);
1495
+ const ScalingInstUIIcon = exports.ScalingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scaling);
1496
+ const ScanInstUIIcon = exports.ScanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scan);
1497
+ const ScanBarcodeInstUIIcon = exports.ScanBarcodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanBarcode);
1498
+ const ScanEyeInstUIIcon = exports.ScanEyeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanEye);
1499
+ const ScanFaceInstUIIcon = exports.ScanFaceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanFace);
1500
+ const ScanHeartInstUIIcon = exports.ScanHeartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanHeart);
1501
+ const ScanLineInstUIIcon = exports.ScanLineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanLine);
1502
+ const ScanQrCodeInstUIIcon = exports.ScanQrCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanQrCode);
1503
+ const ScanSearchInstUIIcon = exports.ScanSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanSearch);
1504
+ const ScanTextInstUIIcon = exports.ScanTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScanText);
1505
+ const ScatterChartInstUIIcon = exports.ScatterChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScatterChart);
1506
+ const SchoolInstUIIcon = exports.SchoolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.School);
1507
+ const School2InstUIIcon = exports.School2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.School2);
1508
+ const ScissorsInstUIIcon = exports.ScissorsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scissors);
1509
+ const ScissorsLineDashedInstUIIcon = exports.ScissorsLineDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScissorsLineDashed);
1510
+ const ScissorsSquareInstUIIcon = exports.ScissorsSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScissorsSquare);
1511
+ const ScissorsSquareDashedBottomInstUIIcon = exports.ScissorsSquareDashedBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScissorsSquareDashedBottom);
1512
+ const ScooterInstUIIcon = exports.ScooterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scooter);
1513
+ const ScreenShareInstUIIcon = exports.ScreenShareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScreenShare);
1514
+ const ScreenShareOffInstUIIcon = exports.ScreenShareOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScreenShareOff);
1515
+ const ScrollInstUIIcon = exports.ScrollInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Scroll);
1516
+ const ScrollTextInstUIIcon = exports.ScrollTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ScrollText);
1517
+ const SearchInstUIIcon = exports.SearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Search);
1518
+ const SearchAlertInstUIIcon = exports.SearchAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchAlert);
1519
+ const SearchCheckInstUIIcon = exports.SearchCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchCheck);
1520
+ const SearchCodeInstUIIcon = exports.SearchCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchCode);
1521
+ const SearchSlashInstUIIcon = exports.SearchSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchSlash);
1522
+ const SearchXInstUIIcon = exports.SearchXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SearchX);
1523
+ const SectionInstUIIcon = exports.SectionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Section);
1524
+ const SendInstUIIcon = exports.SendInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Send);
1525
+ const SendHorizonalInstUIIcon = exports.SendHorizonalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SendHorizonal);
1526
+ const SendHorizontalInstUIIcon = exports.SendHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SendHorizontal);
1527
+ const SendToBackInstUIIcon = exports.SendToBackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SendToBack);
1528
+ const SeparatorHorizontalInstUIIcon = exports.SeparatorHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SeparatorHorizontal);
1529
+ const SeparatorVerticalInstUIIcon = exports.SeparatorVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SeparatorVertical);
1530
+ const ServerInstUIIcon = exports.ServerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Server);
1531
+ const ServerCogInstUIIcon = exports.ServerCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ServerCog);
1532
+ const ServerCrashInstUIIcon = exports.ServerCrashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ServerCrash);
1533
+ const ServerOffInstUIIcon = exports.ServerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ServerOff);
1534
+ const SettingsInstUIIcon = exports.SettingsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Settings);
1535
+ const Settings2InstUIIcon = exports.Settings2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Settings2);
1536
+ const ShapesInstUIIcon = exports.ShapesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shapes);
1537
+ const ShareInstUIIcon = exports.ShareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Share);
1538
+ const Share2InstUIIcon = exports.Share2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Share2);
1539
+ const SheetInstUIIcon = exports.SheetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sheet);
1540
+ const ShellInstUIIcon = exports.ShellInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shell);
1541
+ const ShieldInstUIIcon = exports.ShieldInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shield);
1542
+ const ShieldAlertInstUIIcon = exports.ShieldAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldAlert);
1543
+ const ShieldBanInstUIIcon = exports.ShieldBanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldBan);
1544
+ const ShieldCheckInstUIIcon = exports.ShieldCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldCheck);
1545
+ const ShieldCloseInstUIIcon = exports.ShieldCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldClose);
1546
+ const ShieldEllipsisInstUIIcon = exports.ShieldEllipsisInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldEllipsis);
1547
+ const ShieldHalfInstUIIcon = exports.ShieldHalfInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldHalf);
1548
+ const ShieldMinusInstUIIcon = exports.ShieldMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldMinus);
1549
+ const ShieldOffInstUIIcon = exports.ShieldOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldOff);
1550
+ const ShieldPlusInstUIIcon = exports.ShieldPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldPlus);
1551
+ const ShieldQuestionInstUIIcon = exports.ShieldQuestionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldQuestion);
1552
+ const ShieldQuestionMarkInstUIIcon = exports.ShieldQuestionMarkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldQuestionMark);
1553
+ const ShieldUserInstUIIcon = exports.ShieldUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldUser);
1554
+ const ShieldXInstUIIcon = exports.ShieldXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShieldX);
1555
+ const ShipInstUIIcon = exports.ShipInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ship);
1556
+ const ShipWheelInstUIIcon = exports.ShipWheelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShipWheel);
1557
+ const ShirtInstUIIcon = exports.ShirtInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shirt);
1558
+ const ShoppingBagInstUIIcon = exports.ShoppingBagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShoppingBag);
1559
+ const ShoppingBasketInstUIIcon = exports.ShoppingBasketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShoppingBasket);
1560
+ const ShoppingCartInstUIIcon = exports.ShoppingCartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShoppingCart);
1561
+ const ShovelInstUIIcon = exports.ShovelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shovel);
1562
+ const ShowerHeadInstUIIcon = exports.ShowerHeadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ShowerHead);
1563
+ const ShredderInstUIIcon = exports.ShredderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shredder);
1564
+ const ShrimpInstUIIcon = exports.ShrimpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shrimp);
1565
+ const ShrinkInstUIIcon = exports.ShrinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shrink);
1566
+ const ShrubInstUIIcon = exports.ShrubInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shrub);
1567
+ const ShuffleInstUIIcon = exports.ShuffleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Shuffle);
1568
+ const SidebarInstUIIcon = exports.SidebarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sidebar);
1569
+ const SidebarCloseInstUIIcon = exports.SidebarCloseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SidebarClose);
1570
+ const SidebarOpenInstUIIcon = exports.SidebarOpenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SidebarOpen);
1571
+ const SigmaInstUIIcon = exports.SigmaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sigma);
1572
+ const SigmaSquareInstUIIcon = exports.SigmaSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SigmaSquare);
1573
+ const SignalInstUIIcon = exports.SignalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Signal);
1574
+ const SignalHighInstUIIcon = exports.SignalHighInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalHigh);
1575
+ const SignalLowInstUIIcon = exports.SignalLowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalLow);
1576
+ const SignalMediumInstUIIcon = exports.SignalMediumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalMedium);
1577
+ const SignalZeroInstUIIcon = exports.SignalZeroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignalZero);
1578
+ const SignatureInstUIIcon = exports.SignatureInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Signature);
1579
+ const SignpostInstUIIcon = exports.SignpostInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Signpost);
1580
+ const SignpostBigInstUIIcon = exports.SignpostBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SignpostBig);
1581
+ const SirenInstUIIcon = exports.SirenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Siren);
1582
+ const SkipBackInstUIIcon = exports.SkipBackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SkipBack);
1583
+ const SkipForwardInstUIIcon = exports.SkipForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SkipForward);
1584
+ const SkullInstUIIcon = exports.SkullInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Skull);
1585
+ const SlackInstUIIcon = exports.SlackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Slack);
1586
+ const SlashInstUIIcon = exports.SlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Slash);
1587
+ const SlashSquareInstUIIcon = exports.SlashSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SlashSquare);
1588
+ const SliceInstUIIcon = exports.SliceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Slice);
1589
+ const SlidersInstUIIcon = exports.SlidersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sliders);
1590
+ const SlidersHorizontalInstUIIcon = exports.SlidersHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SlidersHorizontal);
1591
+ const SlidersVerticalInstUIIcon = exports.SlidersVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SlidersVertical);
1592
+ const SmartphoneInstUIIcon = exports.SmartphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Smartphone);
1593
+ const SmartphoneChargingInstUIIcon = exports.SmartphoneChargingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SmartphoneCharging);
1594
+ const SmartphoneNfcInstUIIcon = exports.SmartphoneNfcInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SmartphoneNfc);
1595
+ const SmileInstUIIcon = exports.SmileInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Smile);
1596
+ const SmilePlusInstUIIcon = exports.SmilePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SmilePlus);
1597
+ const SnailInstUIIcon = exports.SnailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Snail);
1598
+ const SnowflakeInstUIIcon = exports.SnowflakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Snowflake);
1599
+ const SoapDispenserDropletInstUIIcon = exports.SoapDispenserDropletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SoapDispenserDroplet);
1600
+ const SofaInstUIIcon = exports.SofaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sofa);
1601
+ const SolarPanelInstUIIcon = exports.SolarPanelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SolarPanel);
1602
+ const SortAscInstUIIcon = exports.SortAscInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SortAsc);
1603
+ const SortDescInstUIIcon = exports.SortDescInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SortDesc);
1604
+ const SoupInstUIIcon = exports.SoupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Soup);
1605
+ const SpaceInstUIIcon = exports.SpaceInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Space);
1606
+ const SpadeInstUIIcon = exports.SpadeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spade);
1607
+ const SparkleInstUIIcon = exports.SparkleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sparkle);
1608
+ const SparklesInstUIIcon = exports.SparklesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sparkles);
1609
+ const SpeakerInstUIIcon = exports.SpeakerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Speaker);
1610
+ const SpeechInstUIIcon = exports.SpeechInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Speech);
1611
+ const SpellCheckInstUIIcon = exports.SpellCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SpellCheck);
1612
+ const SpellCheck2InstUIIcon = exports.SpellCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SpellCheck2);
1613
+ const SplineInstUIIcon = exports.SplineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spline);
1614
+ const SplinePointerInstUIIcon = exports.SplinePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SplinePointer);
1615
+ const SplitInstUIIcon = exports.SplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Split);
1616
+ const SplitSquareHorizontalInstUIIcon = exports.SplitSquareHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SplitSquareHorizontal);
1617
+ const SplitSquareVerticalInstUIIcon = exports.SplitSquareVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SplitSquareVertical);
1618
+ const SpoolInstUIIcon = exports.SpoolInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spool);
1619
+ const SpotlightInstUIIcon = exports.SpotlightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Spotlight);
1620
+ const SprayCanInstUIIcon = exports.SprayCanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SprayCan);
1621
+ const SproutInstUIIcon = exports.SproutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sprout);
1622
+ const SquareInstUIIcon = exports.SquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Square);
1623
+ const SquareActivityInstUIIcon = exports.SquareActivityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareActivity);
1624
+ const SquareArrowDownInstUIIcon = exports.SquareArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowDown);
1625
+ const SquareArrowDownLeftInstUIIcon = exports.SquareArrowDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowDownLeft);
1626
+ const SquareArrowDownRightInstUIIcon = exports.SquareArrowDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowDownRight);
1627
+ const SquareArrowLeftInstUIIcon = exports.SquareArrowLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowLeft);
1628
+ const SquareArrowOutDownLeftInstUIIcon = exports.SquareArrowOutDownLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutDownLeft);
1629
+ const SquareArrowOutDownRightInstUIIcon = exports.SquareArrowOutDownRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutDownRight);
1630
+ const SquareArrowOutUpLeftInstUIIcon = exports.SquareArrowOutUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutUpLeft);
1631
+ const SquareArrowOutUpRightInstUIIcon = exports.SquareArrowOutUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowOutUpRight);
1632
+ const SquareArrowRightInstUIIcon = exports.SquareArrowRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowRight);
1633
+ const SquareArrowUpInstUIIcon = exports.SquareArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowUp);
1634
+ const SquareArrowUpLeftInstUIIcon = exports.SquareArrowUpLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowUpLeft);
1635
+ const SquareArrowUpRightInstUIIcon = exports.SquareArrowUpRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareArrowUpRight);
1636
+ const SquareAsteriskInstUIIcon = exports.SquareAsteriskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareAsterisk);
1637
+ const SquareBottomDashedScissorsInstUIIcon = exports.SquareBottomDashedScissorsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareBottomDashedScissors);
1638
+ const SquareChartGanttInstUIIcon = exports.SquareChartGanttInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChartGantt);
1639
+ const SquareCheckInstUIIcon = exports.SquareCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareCheck);
1640
+ const SquareCheckBigInstUIIcon = exports.SquareCheckBigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareCheckBig);
1641
+ const SquareChevronDownInstUIIcon = exports.SquareChevronDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronDown);
1642
+ const SquareChevronLeftInstUIIcon = exports.SquareChevronLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronLeft);
1643
+ const SquareChevronRightInstUIIcon = exports.SquareChevronRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronRight);
1644
+ const SquareChevronUpInstUIIcon = exports.SquareChevronUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareChevronUp);
1645
+ const SquareCodeInstUIIcon = exports.SquareCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareCode);
1646
+ const SquareDashedInstUIIcon = exports.SquareDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashed);
1647
+ const SquareDashedBottomInstUIIcon = exports.SquareDashedBottomInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedBottom);
1648
+ const SquareDashedBottomCodeInstUIIcon = exports.SquareDashedBottomCodeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedBottomCode);
1649
+ const SquareDashedKanbanInstUIIcon = exports.SquareDashedKanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedKanban);
1650
+ const SquareDashedMousePointerInstUIIcon = exports.SquareDashedMousePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedMousePointer);
1651
+ const SquareDashedTopSolidInstUIIcon = exports.SquareDashedTopSolidInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDashedTopSolid);
1652
+ const SquareDivideInstUIIcon = exports.SquareDivideInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDivide);
1653
+ const SquareDotInstUIIcon = exports.SquareDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareDot);
1654
+ const SquareEqualInstUIIcon = exports.SquareEqualInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareEqual);
1655
+ const SquareFunctionInstUIIcon = exports.SquareFunctionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareFunction);
1656
+ const SquareGanttChartInstUIIcon = exports.SquareGanttChartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareGanttChart);
1657
+ const SquareKanbanInstUIIcon = exports.SquareKanbanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareKanban);
1658
+ const SquareLibraryInstUIIcon = exports.SquareLibraryInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareLibrary);
1659
+ const SquareMInstUIIcon = exports.SquareMInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareM);
1660
+ const SquareMenuInstUIIcon = exports.SquareMenuInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareMenu);
1661
+ const SquareMinusInstUIIcon = exports.SquareMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareMinus);
1662
+ const SquareMousePointerInstUIIcon = exports.SquareMousePointerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareMousePointer);
1663
+ const SquareParkingInstUIIcon = exports.SquareParkingInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareParking);
1664
+ const SquareParkingOffInstUIIcon = exports.SquareParkingOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareParkingOff);
1665
+ const SquarePauseInstUIIcon = exports.SquarePauseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePause);
1666
+ const SquarePenInstUIIcon = exports.SquarePenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePen);
1667
+ const SquarePercentInstUIIcon = exports.SquarePercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePercent);
1668
+ const SquarePiInstUIIcon = exports.SquarePiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePi);
1669
+ const SquarePilcrowInstUIIcon = exports.SquarePilcrowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePilcrow);
1670
+ const SquarePlayInstUIIcon = exports.SquarePlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePlay);
1671
+ const SquarePlusInstUIIcon = exports.SquarePlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePlus);
1672
+ const SquarePowerInstUIIcon = exports.SquarePowerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquarePower);
1673
+ const SquareRadicalInstUIIcon = exports.SquareRadicalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareRadical);
1674
+ const SquareRoundCornerInstUIIcon = exports.SquareRoundCornerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareRoundCorner);
1675
+ const SquareScissorsInstUIIcon = exports.SquareScissorsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareScissors);
1676
+ const SquareSigmaInstUIIcon = exports.SquareSigmaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSigma);
1677
+ const SquareSlashInstUIIcon = exports.SquareSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSlash);
1678
+ const SquareSplitHorizontalInstUIIcon = exports.SquareSplitHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSplitHorizontal);
1679
+ const SquareSplitVerticalInstUIIcon = exports.SquareSplitVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSplitVertical);
1680
+ const SquareSquareInstUIIcon = exports.SquareSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareSquare);
1681
+ const SquareStackInstUIIcon = exports.SquareStackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareStack);
1682
+ const SquareStarInstUIIcon = exports.SquareStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareStar);
1683
+ const SquareStopInstUIIcon = exports.SquareStopInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareStop);
1684
+ const SquareTerminalInstUIIcon = exports.SquareTerminalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareTerminal);
1685
+ const SquareUserInstUIIcon = exports.SquareUserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareUser);
1686
+ const SquareUserRoundInstUIIcon = exports.SquareUserRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareUserRound);
1687
+ const SquareXInstUIIcon = exports.SquareXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquareX);
1688
+ const SquaresExcludeInstUIIcon = exports.SquaresExcludeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresExclude);
1689
+ const SquaresIntersectInstUIIcon = exports.SquaresIntersectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresIntersect);
1690
+ const SquaresSubtractInstUIIcon = exports.SquaresSubtractInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresSubtract);
1691
+ const SquaresUniteInstUIIcon = exports.SquaresUniteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquaresUnite);
1692
+ const SquircleInstUIIcon = exports.SquircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Squircle);
1693
+ const SquircleDashedInstUIIcon = exports.SquircleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SquircleDashed);
1694
+ const SquirrelInstUIIcon = exports.SquirrelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Squirrel);
1695
+ const StampInstUIIcon = exports.StampInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Stamp);
1696
+ const StarInstUIIcon = exports.StarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Star);
1697
+ const StarHalfInstUIIcon = exports.StarHalfInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StarHalf);
1698
+ const StarOffInstUIIcon = exports.StarOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StarOff);
1699
+ const StarsInstUIIcon = exports.StarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Stars);
1700
+ const StepBackInstUIIcon = exports.StepBackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StepBack);
1701
+ const StepForwardInstUIIcon = exports.StepForwardInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StepForward);
1702
+ const StethoscopeInstUIIcon = exports.StethoscopeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Stethoscope);
1703
+ const StickerInstUIIcon = exports.StickerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sticker);
1704
+ const StickyNoteInstUIIcon = exports.StickyNoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StickyNote);
1705
+ const StopCircleInstUIIcon = exports.StopCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StopCircle);
1706
+ const StoreInstUIIcon = exports.StoreInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Store);
1707
+ const StretchHorizontalInstUIIcon = exports.StretchHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StretchHorizontal);
1708
+ const StretchVerticalInstUIIcon = exports.StretchVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.StretchVertical);
1709
+ const StrikethroughInstUIIcon = exports.StrikethroughInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Strikethrough);
1710
+ const SubscriptInstUIIcon = exports.SubscriptInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Subscript);
1711
+ const SubtitlesInstUIIcon = exports.SubtitlesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Subtitles);
1712
+ const SunInstUIIcon = exports.SunInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sun);
1713
+ const SunDimInstUIIcon = exports.SunDimInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunDim);
1714
+ const SunMediumInstUIIcon = exports.SunMediumInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunMedium);
1715
+ const SunMoonInstUIIcon = exports.SunMoonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunMoon);
1716
+ const SunSnowInstUIIcon = exports.SunSnowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SunSnow);
1717
+ const SunriseInstUIIcon = exports.SunriseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sunrise);
1718
+ const SunsetInstUIIcon = exports.SunsetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sunset);
1719
+ const SuperscriptInstUIIcon = exports.SuperscriptInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Superscript);
1720
+ const SwatchBookInstUIIcon = exports.SwatchBookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SwatchBook);
1721
+ const SwissFrancInstUIIcon = exports.SwissFrancInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SwissFranc);
1722
+ const SwitchCameraInstUIIcon = exports.SwitchCameraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.SwitchCamera);
1723
+ const SwordInstUIIcon = exports.SwordInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Sword);
1724
+ const SwordsInstUIIcon = exports.SwordsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Swords);
1725
+ const SyringeInstUIIcon = exports.SyringeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Syringe);
1726
+ const TableInstUIIcon = exports.TableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Table);
1727
+ const Table2InstUIIcon = exports.Table2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Table2);
1728
+ const TableCellsMergeInstUIIcon = exports.TableCellsMergeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableCellsMerge);
1729
+ const TableCellsSplitInstUIIcon = exports.TableCellsSplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableCellsSplit);
1730
+ const TableColumnsSplitInstUIIcon = exports.TableColumnsSplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableColumnsSplit);
1731
+ const TableConfigInstUIIcon = exports.TableConfigInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableConfig);
1732
+ const TableOfContentsInstUIIcon = exports.TableOfContentsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableOfContents);
1733
+ const TablePropertiesInstUIIcon = exports.TablePropertiesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableProperties);
1734
+ const TableRowsSplitInstUIIcon = exports.TableRowsSplitInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TableRowsSplit);
1735
+ const TabletInstUIIcon = exports.TabletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tablet);
1736
+ const TabletSmartphoneInstUIIcon = exports.TabletSmartphoneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TabletSmartphone);
1737
+ const TabletsInstUIIcon = exports.TabletsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tablets);
1738
+ const TagInstUIIcon = exports.TagInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tag);
1739
+ const TagsInstUIIcon = exports.TagsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tags);
1740
+ const Tally1InstUIIcon = exports.Tally1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally1);
1741
+ const Tally2InstUIIcon = exports.Tally2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally2);
1742
+ const Tally3InstUIIcon = exports.Tally3InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally3);
1743
+ const Tally4InstUIIcon = exports.Tally4InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally4);
1744
+ const Tally5InstUIIcon = exports.Tally5InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tally5);
1745
+ const TangentInstUIIcon = exports.TangentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tangent);
1746
+ const TargetInstUIIcon = exports.TargetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Target);
1747
+ const TelescopeInstUIIcon = exports.TelescopeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Telescope);
1748
+ const TentInstUIIcon = exports.TentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tent);
1749
+ const TentTreeInstUIIcon = exports.TentTreeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TentTree);
1750
+ const TerminalInstUIIcon = exports.TerminalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Terminal);
1751
+ const TerminalSquareInstUIIcon = exports.TerminalSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TerminalSquare);
1752
+ const TestTubeInstUIIcon = exports.TestTubeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTube);
1753
+ const TestTube2InstUIIcon = exports.TestTube2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTube2);
1754
+ const TestTubeDiagonalInstUIIcon = exports.TestTubeDiagonalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTubeDiagonal);
1755
+ const TestTubesInstUIIcon = exports.TestTubesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TestTubes);
1756
+ const TextInstUIIcon = exports.TextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Text);
1757
+ const TextAlignCenterInstUIIcon = exports.TextAlignCenterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignCenter);
1758
+ const TextAlignEndInstUIIcon = exports.TextAlignEndInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignEnd);
1759
+ const TextAlignJustifyInstUIIcon = exports.TextAlignJustifyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignJustify);
1760
+ const TextAlignStartInstUIIcon = exports.TextAlignStartInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextAlignStart);
1761
+ const TextCursorInstUIIcon = exports.TextCursorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextCursor);
1762
+ const TextCursorInputInstUIIcon = exports.TextCursorInputInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextCursorInput);
1763
+ const TextInitialInstUIIcon = exports.TextInitialInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextInitial);
1764
+ const TextQuoteInstUIIcon = exports.TextQuoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextQuote);
1765
+ const TextSearchInstUIIcon = exports.TextSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextSearch);
1766
+ const TextSelectInstUIIcon = exports.TextSelectInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextSelect);
1767
+ const TextSelectionInstUIIcon = exports.TextSelectionInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextSelection);
1768
+ const TextWrapInstUIIcon = exports.TextWrapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TextWrap);
1769
+ const TheaterInstUIIcon = exports.TheaterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Theater);
1770
+ const ThermometerInstUIIcon = exports.ThermometerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Thermometer);
1771
+ const ThermometerSnowflakeInstUIIcon = exports.ThermometerSnowflakeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThermometerSnowflake);
1772
+ const ThermometerSunInstUIIcon = exports.ThermometerSunInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThermometerSun);
1773
+ const ThumbsDownInstUIIcon = exports.ThumbsDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThumbsDown);
1774
+ const ThumbsUpInstUIIcon = exports.ThumbsUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ThumbsUp);
1775
+ const TicketInstUIIcon = exports.TicketInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ticket);
1776
+ const TicketCheckInstUIIcon = exports.TicketCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketCheck);
1777
+ const TicketMinusInstUIIcon = exports.TicketMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketMinus);
1778
+ const TicketPercentInstUIIcon = exports.TicketPercentInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketPercent);
1779
+ const TicketPlusInstUIIcon = exports.TicketPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketPlus);
1780
+ const TicketSlashInstUIIcon = exports.TicketSlashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketSlash);
1781
+ const TicketXInstUIIcon = exports.TicketXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketX);
1782
+ const TicketsInstUIIcon = exports.TicketsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tickets);
1783
+ const TicketsPlaneInstUIIcon = exports.TicketsPlaneInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TicketsPlane);
1784
+ const TimerInstUIIcon = exports.TimerInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Timer);
1785
+ const TimerOffInstUIIcon = exports.TimerOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TimerOff);
1786
+ const TimerResetInstUIIcon = exports.TimerResetInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TimerReset);
1787
+ const ToggleLeftInstUIIcon = exports.ToggleLeftInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToggleLeft);
1788
+ const ToggleRightInstUIIcon = exports.ToggleRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToggleRight);
1789
+ const ToiletInstUIIcon = exports.ToiletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Toilet);
1790
+ const ToolCaseInstUIIcon = exports.ToolCaseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToolCase);
1791
+ const TornadoInstUIIcon = exports.TornadoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tornado);
1792
+ const TorusInstUIIcon = exports.TorusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Torus);
1793
+ const TouchpadInstUIIcon = exports.TouchpadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Touchpad);
1794
+ const TouchpadOffInstUIIcon = exports.TouchpadOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TouchpadOff);
1795
+ const TowerControlInstUIIcon = exports.TowerControlInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TowerControl);
1796
+ const ToyBrickInstUIIcon = exports.ToyBrickInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ToyBrick);
1797
+ const TractorInstUIIcon = exports.TractorInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tractor);
1798
+ const TrafficConeInstUIIcon = exports.TrafficConeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrafficCone);
1799
+ const TrainInstUIIcon = exports.TrainInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Train);
1800
+ const TrainFrontInstUIIcon = exports.TrainFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrainFront);
1801
+ const TrainFrontTunnelInstUIIcon = exports.TrainFrontTunnelInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrainFrontTunnel);
1802
+ const TrainTrackInstUIIcon = exports.TrainTrackInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrainTrack);
1803
+ const TramFrontInstUIIcon = exports.TramFrontInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TramFront);
1804
+ const TransgenderInstUIIcon = exports.TransgenderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Transgender);
1805
+ const TrashInstUIIcon = exports.TrashInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trash);
1806
+ const Trash2InstUIIcon = exports.Trash2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trash2);
1807
+ const TreeDeciduousInstUIIcon = exports.TreeDeciduousInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TreeDeciduous);
1808
+ const TreePalmInstUIIcon = exports.TreePalmInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TreePalm);
1809
+ const TreePineInstUIIcon = exports.TreePineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TreePine);
1810
+ const TreesInstUIIcon = exports.TreesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trees);
1811
+ const TrelloInstUIIcon = exports.TrelloInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trello);
1812
+ const TrendingDownInstUIIcon = exports.TrendingDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrendingDown);
1813
+ const TrendingUpInstUIIcon = exports.TrendingUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrendingUp);
1814
+ const TrendingUpDownInstUIIcon = exports.TrendingUpDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TrendingUpDown);
1815
+ const TriangleInstUIIcon = exports.TriangleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Triangle);
1816
+ const TriangleAlertInstUIIcon = exports.TriangleAlertInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TriangleAlert);
1817
+ const TriangleDashedInstUIIcon = exports.TriangleDashedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TriangleDashed);
1818
+ const TriangleRightInstUIIcon = exports.TriangleRightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TriangleRight);
1819
+ const TrophyInstUIIcon = exports.TrophyInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Trophy);
1820
+ const TruckInstUIIcon = exports.TruckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Truck);
1821
+ const TruckElectricInstUIIcon = exports.TruckElectricInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TruckElectric);
1822
+ const TurkishLiraInstUIIcon = exports.TurkishLiraInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TurkishLira);
1823
+ const TurntableInstUIIcon = exports.TurntableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Turntable);
1824
+ const TurtleInstUIIcon = exports.TurtleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Turtle);
1825
+ const TvInstUIIcon = exports.TvInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tv);
1826
+ const Tv2InstUIIcon = exports.Tv2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Tv2);
1827
+ const TvMinimalInstUIIcon = exports.TvMinimalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TvMinimal);
1828
+ const TvMinimalPlayInstUIIcon = exports.TvMinimalPlayInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TvMinimalPlay);
1829
+ const TwitchInstUIIcon = exports.TwitchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Twitch);
1830
+ const TwitterInstUIIcon = exports.TwitterInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Twitter);
1831
+ const TypeInstUIIcon = exports.TypeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Type);
1832
+ const TypeOutlineInstUIIcon = exports.TypeOutlineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.TypeOutline);
1833
+ const UmbrellaInstUIIcon = exports.UmbrellaInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Umbrella);
1834
+ const UmbrellaOffInstUIIcon = exports.UmbrellaOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UmbrellaOff);
1835
+ const UnderlineInstUIIcon = exports.UnderlineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Underline);
1836
+ const UndoInstUIIcon = exports.UndoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Undo);
1837
+ const Undo2InstUIIcon = exports.Undo2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Undo2);
1838
+ const UndoDotInstUIIcon = exports.UndoDotInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UndoDot);
1839
+ const UnfoldHorizontalInstUIIcon = exports.UnfoldHorizontalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UnfoldHorizontal);
1840
+ const UnfoldVerticalInstUIIcon = exports.UnfoldVerticalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UnfoldVertical);
1841
+ const UngroupInstUIIcon = exports.UngroupInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Ungroup);
1842
+ const UniversityInstUIIcon = exports.UniversityInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.University);
1843
+ const UnlinkInstUIIcon = exports.UnlinkInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unlink);
1844
+ const Unlink2InstUIIcon = exports.Unlink2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unlink2);
1845
+ const UnlockInstUIIcon = exports.UnlockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unlock);
1846
+ const UnlockKeyholeInstUIIcon = exports.UnlockKeyholeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UnlockKeyhole);
1847
+ const UnplugInstUIIcon = exports.UnplugInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Unplug);
1848
+ const UploadInstUIIcon = exports.UploadInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Upload);
1849
+ const UploadCloudInstUIIcon = exports.UploadCloudInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UploadCloud);
1850
+ const UsbInstUIIcon = exports.UsbInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Usb);
1851
+ const UserInstUIIcon = exports.UserInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.User);
1852
+ const User2InstUIIcon = exports.User2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.User2);
1853
+ const UserCheckInstUIIcon = exports.UserCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCheck);
1854
+ const UserCheck2InstUIIcon = exports.UserCheck2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCheck2);
1855
+ const UserCircleInstUIIcon = exports.UserCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCircle);
1856
+ const UserCircle2InstUIIcon = exports.UserCircle2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCircle2);
1857
+ const UserCogInstUIIcon = exports.UserCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCog);
1858
+ const UserCog2InstUIIcon = exports.UserCog2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserCog2);
1859
+ const UserLockInstUIIcon = exports.UserLockInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserLock);
1860
+ const UserMinusInstUIIcon = exports.UserMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserMinus);
1861
+ const UserMinus2InstUIIcon = exports.UserMinus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserMinus2);
1862
+ const UserPenInstUIIcon = exports.UserPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserPen);
1863
+ const UserPlusInstUIIcon = exports.UserPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserPlus);
1864
+ const UserPlus2InstUIIcon = exports.UserPlus2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserPlus2);
1865
+ const UserRoundInstUIIcon = exports.UserRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRound);
1866
+ const UserRoundCheckInstUIIcon = exports.UserRoundCheckInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundCheck);
1867
+ const UserRoundCogInstUIIcon = exports.UserRoundCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundCog);
1868
+ const UserRoundMinusInstUIIcon = exports.UserRoundMinusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundMinus);
1869
+ const UserRoundPenInstUIIcon = exports.UserRoundPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundPen);
1870
+ const UserRoundPlusInstUIIcon = exports.UserRoundPlusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundPlus);
1871
+ const UserRoundSearchInstUIIcon = exports.UserRoundSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundSearch);
1872
+ const UserRoundXInstUIIcon = exports.UserRoundXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserRoundX);
1873
+ const UserSearchInstUIIcon = exports.UserSearchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserSearch);
1874
+ const UserSquareInstUIIcon = exports.UserSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserSquare);
1875
+ const UserSquare2InstUIIcon = exports.UserSquare2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserSquare2);
1876
+ const UserStarInstUIIcon = exports.UserStarInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserStar);
1877
+ const UserXInstUIIcon = exports.UserXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserX);
1878
+ const UserX2InstUIIcon = exports.UserX2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UserX2);
1879
+ const UsersInstUIIcon = exports.UsersInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Users);
1880
+ const Users2InstUIIcon = exports.Users2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Users2);
1881
+ const UsersRoundInstUIIcon = exports.UsersRoundInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UsersRound);
1882
+ const UtensilsInstUIIcon = exports.UtensilsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Utensils);
1883
+ const UtensilsCrossedInstUIIcon = exports.UtensilsCrossedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UtensilsCrossed);
1884
+ const UtilityPoleInstUIIcon = exports.UtilityPoleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.UtilityPole);
1885
+ const VanInstUIIcon = exports.VanInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Van);
1886
+ const VariableInstUIIcon = exports.VariableInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Variable);
1887
+ const VaultInstUIIcon = exports.VaultInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vault);
1888
+ const VectorSquareInstUIIcon = exports.VectorSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VectorSquare);
1889
+ const VeganInstUIIcon = exports.VeganInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vegan);
1890
+ const VenetianMaskInstUIIcon = exports.VenetianMaskInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VenetianMask);
1891
+ const VenusInstUIIcon = exports.VenusInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Venus);
1892
+ const VenusAndMarsInstUIIcon = exports.VenusAndMarsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VenusAndMars);
1893
+ const VerifiedInstUIIcon = exports.VerifiedInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Verified);
1894
+ const VibrateInstUIIcon = exports.VibrateInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vibrate);
1895
+ const VibrateOffInstUIIcon = exports.VibrateOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VibrateOff);
1896
+ const VideoInstUIIcon = exports.VideoInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Video);
1897
+ const VideoOffInstUIIcon = exports.VideoOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VideoOff);
1898
+ const VideotapeInstUIIcon = exports.VideotapeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Videotape);
1899
+ const ViewInstUIIcon = exports.ViewInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.View);
1900
+ const VoicemailInstUIIcon = exports.VoicemailInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Voicemail);
1901
+ const VolleyballInstUIIcon = exports.VolleyballInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volleyball);
1902
+ const VolumeInstUIIcon = exports.VolumeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volume);
1903
+ const Volume1InstUIIcon = exports.Volume1InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volume1);
1904
+ const Volume2InstUIIcon = exports.Volume2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Volume2);
1905
+ const VolumeOffInstUIIcon = exports.VolumeOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VolumeOff);
1906
+ const VolumeXInstUIIcon = exports.VolumeXInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.VolumeX);
1907
+ const VoteInstUIIcon = exports.VoteInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Vote);
1908
+ const WalletInstUIIcon = exports.WalletInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wallet);
1909
+ const Wallet2InstUIIcon = exports.Wallet2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wallet2);
1910
+ const WalletCardsInstUIIcon = exports.WalletCardsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WalletCards);
1911
+ const WalletMinimalInstUIIcon = exports.WalletMinimalInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WalletMinimal);
1912
+ const WallpaperInstUIIcon = exports.WallpaperInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wallpaper);
1913
+ const WandInstUIIcon = exports.WandInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wand);
1914
+ const Wand2InstUIIcon = exports.Wand2InstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wand2);
1915
+ const WandSparklesInstUIIcon = exports.WandSparklesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WandSparkles);
1916
+ const WarehouseInstUIIcon = exports.WarehouseInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Warehouse);
1917
+ const WashingMachineInstUIIcon = exports.WashingMachineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WashingMachine);
1918
+ const WatchInstUIIcon = exports.WatchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Watch);
1919
+ const WavesInstUIIcon = exports.WavesInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Waves);
1920
+ const WavesArrowDownInstUIIcon = exports.WavesArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WavesArrowDown);
1921
+ const WavesArrowUpInstUIIcon = exports.WavesArrowUpInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WavesArrowUp);
1922
+ const WavesLadderInstUIIcon = exports.WavesLadderInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WavesLadder);
1923
+ const WaypointsInstUIIcon = exports.WaypointsInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Waypoints);
1924
+ const WebcamInstUIIcon = exports.WebcamInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Webcam);
1925
+ const WebhookInstUIIcon = exports.WebhookInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Webhook);
1926
+ const WebhookOffInstUIIcon = exports.WebhookOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WebhookOff);
1927
+ const WeightInstUIIcon = exports.WeightInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Weight);
1928
+ const WeightTildeInstUIIcon = exports.WeightTildeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WeightTilde);
1929
+ const WheatInstUIIcon = exports.WheatInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wheat);
1930
+ const WheatOffInstUIIcon = exports.WheatOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WheatOff);
1931
+ const WholeWordInstUIIcon = exports.WholeWordInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WholeWord);
1932
+ const WifiInstUIIcon = exports.WifiInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wifi);
1933
+ const WifiCogInstUIIcon = exports.WifiCogInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiCog);
1934
+ const WifiHighInstUIIcon = exports.WifiHighInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiHigh);
1935
+ const WifiLowInstUIIcon = exports.WifiLowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiLow);
1936
+ const WifiOffInstUIIcon = exports.WifiOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiOff);
1937
+ const WifiPenInstUIIcon = exports.WifiPenInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiPen);
1938
+ const WifiSyncInstUIIcon = exports.WifiSyncInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiSync);
1939
+ const WifiZeroInstUIIcon = exports.WifiZeroInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WifiZero);
1940
+ const WindInstUIIcon = exports.WindInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wind);
1941
+ const WindArrowDownInstUIIcon = exports.WindArrowDownInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WindArrowDown);
1942
+ const WineInstUIIcon = exports.WineInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wine);
1943
+ const WineOffInstUIIcon = exports.WineOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WineOff);
1944
+ const WorkflowInstUIIcon = exports.WorkflowInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Workflow);
1945
+ const WormInstUIIcon = exports.WormInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Worm);
1946
+ const WrapTextInstUIIcon = exports.WrapTextInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.WrapText);
1947
+ const WrenchInstUIIcon = exports.WrenchInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Wrench);
1948
+ const XInstUIIcon = exports.XInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.X);
1949
+ const XCircleInstUIIcon = exports.XCircleInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.XCircle);
1950
+ const XOctagonInstUIIcon = exports.XOctagonInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.XOctagon);
1951
+ const XSquareInstUIIcon = exports.XSquareInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.XSquare);
1952
+ const YoutubeInstUIIcon = exports.YoutubeInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Youtube);
1953
+ const ZapInstUIIcon = exports.ZapInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.Zap);
1954
+ const ZapOffInstUIIcon = exports.ZapOffInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ZapOff);
1955
+ const ZoomInInstUIIcon = exports.ZoomInInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ZoomIn);
1956
+ const ZoomOutInstUIIcon = exports.ZoomOutInstUIIcon = (0, _wrapLucideIcon.wrapLucideIcon)(Lucide.ZoomOut);