@tabler/icons-solidjs 3.43.0 → 3.45.0

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 (132) hide show
  1. package/README.md +4 -4
  2. package/dist/cjs/tabler-icons-solidjs.js +655 -146
  3. package/dist/cjs/tabler-icons-solidjs.js.map +1 -1
  4. package/dist/esm/tabler-icons-solidjs.js +600 -138
  5. package/dist/esm/tabler-icons-solidjs.js.map +1 -1
  6. package/dist/source/aliases.js +9 -0
  7. package/dist/source/icons/IconAirBalloon.js +1 -1
  8. package/dist/source/icons/IconAppWindowBottom.js +2 -0
  9. package/dist/source/icons/IconAppWindowBottomLeft.js +2 -0
  10. package/dist/source/icons/IconAppWindowBottomRight.js +2 -0
  11. package/dist/source/icons/IconAppWindowCenter.js +2 -0
  12. package/dist/source/icons/IconArrowForkTriple.js +2 -0
  13. package/dist/source/icons/IconBodyScan.js +1 -1
  14. package/dist/source/icons/IconBrandAdobeAfterEffects.js +2 -0
  15. package/dist/source/icons/IconBrandKakaoTalk.js +2 -0
  16. package/dist/source/icons/IconBrandSignal.js +2 -0
  17. package/dist/source/icons/IconBrandSignalFilled.js +2 -0
  18. package/dist/source/icons/IconChartSankey.js +1 -1
  19. package/dist/source/icons/IconCodeAi.js +2 -0
  20. package/dist/source/icons/IconCurrencyRuble.js +2 -0
  21. package/dist/source/icons/IconDeviceVisionProWifi.js +2 -0
  22. package/dist/source/icons/IconDeviceWorkstation.js +2 -0
  23. package/dist/source/icons/IconDragon.js +2 -0
  24. package/dist/source/icons/IconEarScan.js +1 -1
  25. package/dist/source/icons/IconEmailStamp.js +2 -0
  26. package/dist/source/icons/IconFlipHorizontal.js +1 -1
  27. package/dist/source/icons/IconFlipVertical.js +1 -1
  28. package/dist/source/icons/IconFootsteps.js +2 -0
  29. package/dist/source/icons/IconGenderTravesti.js +2 -0
  30. package/dist/source/icons/IconGitPullRequestConflict.js +2 -0
  31. package/dist/source/icons/IconGridScan.js +1 -1
  32. package/dist/source/icons/IconIcosahedron.js +2 -0
  33. package/dist/source/icons/IconItalicOff.js +2 -0
  34. package/dist/source/icons/IconLineScan.js +1 -1
  35. package/dist/source/icons/{IconMoodConfuzed.js → IconMoodConfused.js} +1 -1
  36. package/dist/source/icons/{IconMoodConfuzedFilled.js → IconMoodConfusedFilled.js} +1 -1
  37. package/dist/source/icons/IconNoiseReduction.js +2 -0
  38. package/dist/source/icons/IconObjectScan.js +1 -1
  39. package/dist/source/icons/IconPhotoAlt.js +2 -0
  40. package/dist/source/icons/IconPhotoScan.js +1 -1
  41. package/dist/source/icons/IconPhysiotherapist.js +2 -0
  42. package/dist/source/icons/IconPointer2.js +2 -0
  43. package/dist/source/icons/IconPointerCollaboration.js +2 -0
  44. package/dist/source/icons/IconPointerCollaboration2.js +2 -0
  45. package/dist/source/icons/IconRoulette.js +2 -0
  46. package/dist/source/icons/IconRouteScan.js +1 -1
  47. package/dist/source/icons/IconScan.js +1 -1
  48. package/dist/source/icons/IconScanCube.js +2 -0
  49. package/dist/source/icons/IconScanEye.js +1 -1
  50. package/dist/source/icons/IconScanLetterA.js +1 -1
  51. package/dist/source/icons/IconScanLetterT.js +1 -1
  52. package/dist/source/icons/IconScanPosition.js +1 -1
  53. package/dist/source/icons/IconScanTraces.js +1 -1
  54. package/dist/source/icons/IconSketching.js +2 -0
  55. package/dist/source/icons/IconSparkle.js +2 -0
  56. package/dist/source/icons/IconSparkle2.js +2 -0
  57. package/dist/source/icons/IconSparkleHighlight.js +2 -0
  58. package/dist/source/icons/IconSphere2.js +2 -0
  59. package/dist/source/icons/IconSportBilliard.js +2 -0
  60. package/dist/source/icons/IconTabClose.js +2 -0
  61. package/dist/source/icons/IconTextOutline.js +2 -0
  62. package/dist/source/icons/IconTextRegexAsterisk.js +2 -0
  63. package/dist/source/icons/IconTextRegexEnd.js +2 -0
  64. package/dist/source/icons/IconTextRegexPlus.js +2 -0
  65. package/dist/source/icons/IconTextRegexQuestion.js +2 -0
  66. package/dist/source/icons/IconTextRegexStart.js +2 -0
  67. package/dist/source/icons/IconTextScan2.js +1 -1
  68. package/dist/source/icons/IconTextScanAi.js +2 -0
  69. package/dist/source/icons/IconUnderlineOff.js +2 -0
  70. package/dist/source/icons/IconUserScan.js +1 -1
  71. package/dist/source/icons/IconVignette.js +2 -0
  72. package/dist/source/icons/IconVirtualSpace.js +2 -0
  73. package/dist/source/icons/IconZoomScan.js +1 -1
  74. package/dist/source/icons/index.js +47 -9
  75. package/dist/source/icons-list.js +47 -9
  76. package/dist/types/aliases.d.ts +9 -0
  77. package/dist/types/icons/IconCodeAi.d.ts +5 -0
  78. package/dist/types/icons/IconCurrencyRuble.d.ts +5 -0
  79. package/dist/types/icons/IconDeviceVisionProWifi.d.ts +5 -0
  80. package/dist/types/icons/IconDeviceWorkstation.d.ts +5 -0
  81. package/dist/types/icons/IconDragon.d.ts +5 -0
  82. package/dist/types/icons/IconEmailStamp.d.ts +5 -0
  83. package/dist/types/icons/IconFootsteps.d.ts +5 -0
  84. package/dist/types/icons/IconGenderTravesti.d.ts +5 -0
  85. package/dist/types/icons/IconGitPullRequestConflict.d.ts +5 -0
  86. package/dist/types/icons/IconIcosahedron.d.ts +5 -0
  87. package/dist/types/icons/IconItalicOff.d.ts +5 -0
  88. package/dist/types/icons/IconMoodConfused.d.ts +5 -0
  89. package/dist/types/icons/IconMoodConfusedFilled.d.ts +5 -0
  90. package/dist/types/icons/IconNoiseReduction.d.ts +5 -0
  91. package/dist/types/icons/IconPhotoAlt.d.ts +5 -0
  92. package/dist/types/icons/IconPhysiotherapist.d.ts +5 -0
  93. package/dist/types/icons/IconPointer2.d.ts +5 -0
  94. package/dist/types/icons/IconPointerCollaboration.d.ts +5 -0
  95. package/dist/types/icons/IconPointerCollaboration2.d.ts +5 -0
  96. package/dist/types/icons/IconRoulette.d.ts +5 -0
  97. package/dist/types/icons/IconScanCube.d.ts +5 -0
  98. package/dist/types/icons/IconSketching.d.ts +5 -0
  99. package/dist/types/icons/IconSparkle.d.ts +5 -0
  100. package/dist/types/icons/IconSparkle2.d.ts +5 -0
  101. package/dist/types/icons/IconSparkleHighlight.d.ts +5 -0
  102. package/dist/types/icons/IconSphere2.d.ts +5 -0
  103. package/dist/types/icons/IconSportBilliard.d.ts +5 -0
  104. package/dist/types/icons/IconTabClose.d.ts +5 -0
  105. package/dist/types/icons/IconTextOutline.d.ts +5 -0
  106. package/dist/types/icons/IconTextRegexAsterisk.d.ts +5 -0
  107. package/dist/types/icons/IconTextRegexEnd.d.ts +5 -0
  108. package/dist/types/icons/IconTextRegexPlus.d.ts +5 -0
  109. package/dist/types/icons/IconTextRegexQuestion.d.ts +5 -0
  110. package/dist/types/icons/IconTextRegexStart.d.ts +5 -0
  111. package/dist/types/icons/IconTextScanAi.d.ts +5 -0
  112. package/dist/types/icons/IconUnderlineOff.d.ts +5 -0
  113. package/dist/types/icons/IconVignette.d.ts +5 -0
  114. package/dist/types/icons/IconVirtualSpace.d.ts +5 -0
  115. package/dist/types/icons/index.d.ts +47 -9
  116. package/package.json +2 -2
  117. package/dist/source/icons/IconBrandAdobeAfterEffect.js +0 -2
  118. package/dist/source/icons/IconBrandKakoTalk.js +0 -2
  119. package/dist/source/icons/IconCurrencyRubel.js +0 -2
  120. package/dist/source/icons/IconGenderTrasvesti.js +0 -2
  121. package/dist/source/icons/IconIkosaedr.js +0 -2
  122. package/dist/source/icons/IconPhysotherapist.js +0 -2
  123. package/dist/source/icons/IconSportBillard.js +0 -2
  124. /package/dist/types/icons/{IconBrandAdobeAfterEffect.d.ts → IconAppWindowBottom.d.ts} +0 -0
  125. /package/dist/types/icons/{IconBrandKakoTalk.d.ts → IconAppWindowBottomLeft.d.ts} +0 -0
  126. /package/dist/types/icons/{IconCurrencyRubel.d.ts → IconAppWindowBottomRight.d.ts} +0 -0
  127. /package/dist/types/icons/{IconGenderTrasvesti.d.ts → IconAppWindowCenter.d.ts} +0 -0
  128. /package/dist/types/icons/{IconIkosaedr.d.ts → IconArrowForkTriple.d.ts} +0 -0
  129. /package/dist/types/icons/{IconMoodConfuzed.d.ts → IconBrandAdobeAfterEffects.d.ts} +0 -0
  130. /package/dist/types/icons/{IconMoodConfuzedFilled.d.ts → IconBrandKakaoTalk.d.ts} +0 -0
  131. /package/dist/types/icons/{IconPhysotherapist.d.ts → IconBrandSignal.d.ts} +0 -0
  132. /package/dist/types/icons/{IconSportBillard.d.ts → IconBrandSignalFilled.d.ts} +0 -0
@@ -961,11 +961,15 @@ var IconAi = createSolidComponent('outline', 'ai', 'Ai', [["path", {
961
961
  }]]);
962
962
 
963
963
  var IconAirBalloon = createSolidComponent('outline', 'air-balloon', 'AirBalloon', [["path", {
964
- "d": "M10 20a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1l0 -1"
964
+ "d": "M9 21v-3h6v3a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1"
965
965
  }], ["path", {
966
- "d": "M12 16c3.314 0 6 -4.686 6 -8a6 6 0 1 0 -12 0c0 3.314 2.686 8 6 8"
966
+ "d": "M9 18c-2.347 -2.169 -5 -5.226 -5 -8a8 8 0 1 1 16 0c0 2.774 -2.653 5.831 -5 8"
967
967
  }], ["path", {
968
- "d": "M10 9a2 7 0 1 0 4 0a2 7 0 1 0 -4 0"
968
+ "d": "M5.5 14h13"
969
+ }], ["path", {
970
+ "d": "M10 14c-1.69 -4.712 -.924 -8.197 0 -11.602"
971
+ }], ["path", {
972
+ "d": "M14 14c1.469 -3.867 1.19 -7.735 0 -11.602"
969
973
  }]]);
970
974
 
971
975
  var IconAirConditioningDisabled = createSolidComponent('outline', 'air-conditioning-disabled', 'AirConditioningDisabled', [["path", {
@@ -1802,6 +1806,34 @@ var IconApi = createSolidComponent('outline', 'api', 'Api', [["path", {
1802
1806
  "d": "M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5"
1803
1807
  }]]);
1804
1808
 
1809
+ var IconAppWindowBottomLeft = createSolidComponent('outline', 'app-window-bottom-left', 'AppWindowBottomLeft', [["path", {
1810
+ "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10"
1811
+ }], ["path", {
1812
+ "d": "M6 14h2v2h-2v-2",
1813
+ "fill": "currentColor"
1814
+ }]]);
1815
+
1816
+ var IconAppWindowBottomRight = createSolidComponent('outline', 'app-window-bottom-right', 'AppWindowBottomRight', [["path", {
1817
+ "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10"
1818
+ }], ["path", {
1819
+ "d": "M16 14h2v2h-2v-2",
1820
+ "fill": "currentColor"
1821
+ }]]);
1822
+
1823
+ var IconAppWindowBottom = createSolidComponent('outline', 'app-window-bottom', 'AppWindowBottom', [["path", {
1824
+ "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10"
1825
+ }], ["path", {
1826
+ "d": "M6 14h12v2h-12v-2",
1827
+ "fill": "currentColor"
1828
+ }]]);
1829
+
1830
+ var IconAppWindowCenter = createSolidComponent('outline', 'app-window-center', 'AppWindowCenter', [["path", {
1831
+ "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10"
1832
+ }], ["path", {
1833
+ "d": "M11 11h2v2h-2v-2",
1834
+ "fill": "currentColor"
1835
+ }]]);
1836
+
1805
1837
  var IconAppWindow = createSolidComponent('outline', 'app-window', 'AppWindow', [["path", {
1806
1838
  "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10"
1807
1839
  }], ["path", {
@@ -2390,6 +2422,20 @@ var IconArrowElbowRight = createSolidComponent('outline', 'arrow-elbow-right', '
2390
2422
  "d": "M21 8l-9 9l-9 -9"
2391
2423
  }]]);
2392
2424
 
2425
+ var IconArrowForkTriple = createSolidComponent('outline', 'arrow-fork-triple', 'ArrowForkTriple', [["path", {
2426
+ "d": "M12 3v18"
2427
+ }], ["path", {
2428
+ "d": "M16 7l-4 -4l-4 4"
2429
+ }], ["path", {
2430
+ "d": "M16 11h5v5"
2431
+ }], ["path", {
2432
+ "d": "M8 11h-5v5"
2433
+ }], ["path", {
2434
+ "d": "M3 11l8.293 8.293c.453 .453 .707 1.067 .707 1.707"
2435
+ }], ["path", {
2436
+ "d": "M21 11l-8.293 8.293a2.4 2.4 0 0 0 -.707 1.707"
2437
+ }]]);
2438
+
2393
2439
  var IconArrowFork = createSolidComponent('outline', 'arrow-fork', 'ArrowFork', [["path", {
2394
2440
  "d": "M16 3h5v5"
2395
2441
  }], ["path", {
@@ -5587,21 +5633,21 @@ var IconBmp = createSolidComponent('outline', 'bmp', 'Bmp', [["path", {
5587
5633
  }]]);
5588
5634
 
5589
5635
  var IconBodyScan = createSolidComponent('outline', 'body-scan', 'BodyScan', [["path", {
5590
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
5636
+ "d": "M11 8a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"
5591
5637
  }], ["path", {
5592
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
5638
+ "d": "M10 17v-1a2 2 0 1 1 4 0v1"
5593
5639
  }], ["path", {
5594
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
5640
+ "d": "M8 10q 1 1 2 1h4q 1 0 2 -1"
5595
5641
  }], ["path", {
5596
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
5642
+ "d": "M12 11v3"
5597
5643
  }], ["path", {
5598
- "d": "M11 8a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"
5644
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
5599
5645
  }], ["path", {
5600
- "d": "M10 17v-1a2 2 0 1 1 4 0v1"
5646
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
5601
5647
  }], ["path", {
5602
- "d": "M8 10c.666 .666 1.334 1 2 1h4c.666 0 1.334 -.334 2 -1"
5648
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
5603
5649
  }], ["path", {
5604
- "d": "M12 11v3"
5650
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
5605
5651
  }]]);
5606
5652
 
5607
5653
  var IconBoldOff = createSolidComponent('outline', 'bold-off', 'BoldOff', [["path", {
@@ -6942,7 +6988,7 @@ var IconBrandAbstract = createSolidComponent('outline', 'brand-abstract', 'Brand
6942
6988
  "d": "M8 8h8v8"
6943
6989
  }]]);
6944
6990
 
6945
- var IconBrandAdobeAfterEffect = createSolidComponent('outline', 'brand-adobe-after-effect', 'BrandAdobeAfterEffect', [["path", {
6991
+ var IconBrandAdobeAfterEffects = createSolidComponent('outline', 'brand-adobe-after-effects', 'BrandAdobeAfterEffects', [["path", {
6946
6992
  "d": "M3 12c0 -4.243 0 -6.364 1.318 -7.682s3.44 -1.318 7.682 -1.318s6.364 0 7.682 1.318s1.318 3.44 1.318 7.682s0 6.364 -1.318 7.682s-3.44 1.318 -7.682 1.318s-6.364 0 -7.682 -1.318s-1.318 -3.44 -1.318 -7.682"
6947
6993
  }], ["path", {
6948
6994
  "d": "M12 15.79l-.82 -2.653m-4.864 2.652l.82 -2.652m0 0l.686 -2.218c.559 -1.806 .838 -2.708 1.336 -2.708s.777 .902 1.335 2.708l.686 2.218m-4.043 0h4.043"
@@ -8366,7 +8412,7 @@ var IconBrandJuejin = createSolidComponent('outline', 'brand-juejin', 'BrandJuej
8366
8412
  "d": "M11 6l1 .8l1 -.8l-1 -.8l-1 .8"
8367
8413
  }]]);
8368
8414
 
8369
- var IconBrandKakoTalk = createSolidComponent('outline', 'brand-kako-talk', 'BrandKakoTalk', [["path", {
8415
+ var IconBrandKakaoTalk = createSolidComponent('outline', 'brand-kakao-talk', 'BrandKakaoTalk', [["path", {
8370
8416
  "d": "M10 8v7"
8371
8417
  }], ["path", {
8372
8418
  "d": "M14 10l-2 2.5l2 2.5"
@@ -9157,6 +9203,12 @@ var IconBrandShopee = createSolidComponent('outline', 'brand-shopee', 'BrandShop
9157
9203
  "d": "M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1"
9158
9204
  }]]);
9159
9205
 
9206
+ var IconBrandSignal = createSolidComponent('outline', 'brand-signal', 'BrandSignal', [["path", {
9207
+ "d": "M2.708 22.726l.148 -.034l.822 -.191m2.754 -.642l.472 -.11c.485 .254 .987 .469 1.501 .647m2.939 .584c.218 .013 .437 .02 .656 .02c.22 0 .439 -.008 .657 -.02m2.939 -.583c.418 -.144 .824 -.312 1.217 -.504m2.484 -1.663c.329 -.292 .641 -.604 .933 -.933m1.663 -2.485c.192 -.393 .36 -.799 .505 -1.216m.582 -2.94c.012 -.217 .02 -.436 .02 -.656c0 -.22 -.008 -.439 -.02 -.657m-.583 -2.939c-.144 -.418 -.313 -.824 -.504 -1.217m-1.663 -2.484c-.292 -.329 -.604 -.641 -.933 -.933m-2.485 -1.663c-.393 -.192 -.799 -.36 -1.216 -.505m-2.94 -.582c-.217 -.012 -.436 -.02 -.656 -.02c-.22 0 -.439 .008 -.657 .02m-2.939 .583c-.418 .144 -.824 .313 -1.217 .504m-2.484 1.663c-.329 .292 -.641 .604 -.933 .933m-1.663 2.485c-.192 .393 -.36 .799 -.505 1.216m-.582 2.94c-.012 .217 -.02 .436 -.02 .656c0 .219 .007 .438 .02 .657m.584 2.939c.178 .514 .394 1.016 .648 1.501l-.11 .471m-.643 2.754l-.217 .93l-.009 .039c-.15 .643 .249 1.286 .892 1.436c.179 .041 .365 .041 .543 -.001"
9208
+ }], ["path", {
9209
+ "d": "M4.848 19.152l2.446 -.57l.993 .519c.56 .292 1.167 .519 1.805 .675c.597 .149 1.238 .223 1.908 .223c2.21 0 4.21 -.895 5.657 -2.342c1.447 -1.447 2.342 -3.447 2.342 -5.657c0 -2.21 -.895 -4.21 -2.342 -5.657c-1.447 -1.447 -3.447 -2.342 -5.657 -2.342c-2.21 0 -4.21 .895 -5.657 2.342c-1.447 1.447 -2.342 3.447 -2.342 5.657c0 .666 .075 1.308 .223 1.909c.156 .637 .383 1.244 .676 1.805l.519 .993l-.571 2.445"
9210
+ }]]);
9211
+
9160
9212
  var IconBrandSketch = createSolidComponent('outline', 'brand-sketch', 'BrandSketch', [["path", {
9161
9213
  "d": "M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246l-.016 0"
9162
9214
  }]]);
@@ -13099,11 +13151,11 @@ var IconChartRadar = createSolidComponent('outline', 'chart-radar', 'ChartRadar'
13099
13151
  }]]);
13100
13152
 
13101
13153
  var IconChartSankey = createSolidComponent('outline', 'chart-sankey', 'ChartSankey', [["path", {
13102
- "d": "M3 3v18h18"
13154
+ "d": "M4 6c6.944 0 9.056 8 16 8"
13103
13155
  }], ["path", {
13104
- "d": "M3 6h18"
13156
+ "d": "M4 12c6.37 0 9.63 6 16 6"
13105
13157
  }], ["path", {
13106
- "d": "M3 8c10 0 8 9 18 9"
13158
+ "d": "M20 6c-7.526 0 -7.905 12 -16 12"
13107
13159
  }]]);
13108
13160
 
13109
13161
  var IconChartScatter3d = createSolidComponent('outline', 'chart-scatter-3d', 'ChartScatter3d', [["path", {
@@ -16732,6 +16784,20 @@ var IconClubs = createSolidComponent('outline', 'clubs', 'Clubs', [["path", {
16732
16784
  "d": "M12 3a4 4 0 0 1 3.164 6.447a4 4 0 1 1 -1.164 6.198v1.355l1 4h-6l1 -4l0 -1.355a4 4 0 1 1 -1.164 -6.199a4 4 0 0 1 3.163 -6.446"
16733
16785
  }]]);
16734
16786
 
16787
+ var IconCodeAi = createSolidComponent('outline', 'code-ai', 'CodeAi', [["path", {
16788
+ "d": "M7 8l-4 4l4 4"
16789
+ }], ["path", {
16790
+ "d": "M17 8l3.111 3.111"
16791
+ }], ["path", {
16792
+ "d": "M14 4l-2.175 8.7"
16793
+ }], ["path", {
16794
+ "d": "M14 21v-4a2 2 0 1 1 4 0v4"
16795
+ }], ["path", {
16796
+ "d": "M14 19h4"
16797
+ }], ["path", {
16798
+ "d": "M21 15v6"
16799
+ }]]);
16800
+
16735
16801
  var IconCodeAsterisk = createSolidComponent('outline', 'code-asterisk', 'CodeAsterisk', [["path", {
16736
16802
  "d": "M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2"
16737
16803
  }], ["path", {
@@ -18544,7 +18610,7 @@ var IconCurrencyRiyal = createSolidComponent('outline', 'currency-riyal', 'Curre
18544
18610
  "d": "M22 10v1a5 5 0 0 1 -5 5"
18545
18611
  }]]);
18546
18612
 
18547
- var IconCurrencyRubel = createSolidComponent('outline', 'currency-rubel', 'CurrencyRubel', [["path", {
18613
+ var IconCurrencyRuble = createSolidComponent('outline', 'currency-ruble', 'CurrencyRuble', [["path", {
18548
18614
  "d": "M8 19v-14h6a3 3 0 0 1 0 6h-8"
18549
18615
  }], ["path", {
18550
18616
  "d": "M14 15h-8"
@@ -20956,6 +21022,14 @@ var IconDeviceUsb = createSolidComponent('outline', 'device-usb', 'DeviceUsb', [
20956
21022
  "d": "M9 8v-5h6v5"
20957
21023
  }]]);
20958
21024
 
21025
+ var IconDeviceVisionProWifi = createSolidComponent('outline', 'device-vision-pro-wifi', 'DeviceVisionProWifi', [["path", {
21026
+ "d": "M12 10q 1.715 0 3.275 .104q 1.526 .101 2.798 .42q 1.22 .304 2.119 .909a3.9 3.9 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466q .002 1.51 -.574 2.707q -.562 1.17 -1.537 1.848a3.7 3.7 0 0 1 -2.16 .66q -.764 .002 -1.382 -.21a6 6 0 0 1 -1.17 -.548a19 19 0 0 1 -1.045 -.695a9 9 0 0 0 -1.001 -.63a2.4 2.4 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3q -.475 .255 -1 .63q -.482 .345 -1.047 .695a5.8 5.8 0 0 1 -1.168 .548q -.62 .211 -1.378 .21a3.7 3.7 0 0 1 -2.165 -.659q -.976 -.68 -1.537 -1.848q -.576 -1.196 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46c.3 -.619 .76 -1.147 1.33 -1.531q .9 -.604 2.12 -.907q 1.382 -.335 2.8 -.423q 1.56 -.107 3.273 -.107"
21027
+ }], ["path", {
21028
+ "d": "M7 4.071a7.07 7.07 0 0 1 10 0"
21029
+ }], ["path", {
21030
+ "d": "M9.5 6.572a3.535 3.535 0 0 1 5.001 0"
21031
+ }]]);
21032
+
20959
21033
  var IconDeviceVisionPro = createSolidComponent('outline', 'device-vision-pro', 'DeviceVisionPro', [["path", {
20960
21034
  "d": "M12 7c1.143 0 2.235 .035 3.275 .104c1.017 .068 1.95 .207 2.798 .42c.813 .203 1.52 .505 2.119 .909a3.903 3.903 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466c0 1.006 -.189 1.91 -.574 2.707c-.375 .779 -.886 1.396 -1.537 1.848a3.696 3.696 0 0 1 -2.16 .66c-.509 0 -.97 -.068 -1.382 -.21a5.84 5.84 0 0 1 -1.17 -.548a18.45 18.45 0 0 1 -1.045 -.695a9.104 9.104 0 0 0 -1.001 -.63a2.376 2.376 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3c-.316 .17 -.65 .38 -1 .63c-.322 .23 -.67 .462 -1.047 .695a5.78 5.78 0 0 1 -1.168 .548c-.413 .142 -.872 .21 -1.378 .21a3.706 3.706 0 0 1 -2.165 -.659c-.651 -.452 -1.162 -1.07 -1.537 -1.848c-.385 -.798 -.574 -1.7 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46a3.897 3.897 0 0 1 1.33 -1.531c.6 -.403 1.307 -.704 2.12 -.907a16.088 16.088 0 0 1 2.8 -.423c1.04 -.071 2.13 -.107 3.273 -.107"
20961
21035
  }]]);
@@ -21230,6 +21304,20 @@ var IconDeviceWatch = createSolidComponent('outline', 'device-watch', 'DeviceWat
21230
21304
  "d": "M9 6v-3h6v3"
21231
21305
  }]]);
21232
21306
 
21307
+ var IconDeviceWorkstation = createSolidComponent('outline', 'device-workstation', 'DeviceWorkstation', [["path", {
21308
+ "d": "M7.07 20l-4.84 -4.617a.79 .79 0 0 1 -.065 -1.041l2.835 -3.342"
21309
+ }], ["path", {
21310
+ "d": "M9 20h-5"
21311
+ }], ["path", {
21312
+ "d": "M6.398 8.063l-1.302 -.896a.95 .95 0 0 0 -1.318 .245l-.611 .889a.95 .95 0 0 0 .245 1.318l1.302 .896c1.041 .716 .635 3.505 2.735 4.949l4.551 -6.62c-2.067 -1.42 -4.559 -.065 -5.602 -.781"
21313
+ }], ["path", {
21314
+ "d": "M9 4h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-7"
21315
+ }], ["path", {
21316
+ "d": "M13 20h4"
21317
+ }], ["path", {
21318
+ "d": "M15 16v4"
21319
+ }]]);
21320
+
21233
21321
  var IconDevices2 = createSolidComponent('outline', 'devices-2', 'Devices2', [["path", {
21234
21322
  "d": "M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6"
21235
21323
  }], ["path", {
@@ -22129,6 +22217,16 @@ var IconDragDrop = createSolidComponent('outline', 'drag-drop', 'DragDrop', [["p
22129
22217
  "d": "M3 15l0 .01"
22130
22218
  }]]);
22131
22219
 
22220
+ var IconDragon = createSolidComponent('outline', 'dragon', 'Dragon', [["path", {
22221
+ "d": "M10.706 8.849l-5.706 -3.301l-2 6.452l3.5 -1.973l.5 2.973l3.555 -1.385"
22222
+ }], ["path", {
22223
+ "d": "M15 9c0 3.5 4 3 4 7c0 3 -3 5 -5.5 5s-6 -.5 -6.5 -5c2 2 6.592 3.043 7.5 1c1.094 -2.461 -4 -3.459 -4 -6.5c0 -2.062 .5 -2.5 1.8 -3.2"
22224
+ }], ["path", {
22225
+ "d": "M18 6a3 3 270 1 0 -3 3h5l1 -3h-3"
22226
+ }], ["path", {
22227
+ "d": "M15 3h-8l5 3"
22228
+ }]]);
22229
+
22132
22230
  var IconDroneOff = createSolidComponent('outline', 'drone-off', 'DroneOff', [["path", {
22133
22231
  "d": "M14 14h-4v-4"
22134
22232
  }], ["path", {
@@ -22398,15 +22496,15 @@ var IconEarOff = createSolidComponent('outline', 'ear-off', 'EarOff', [["path",
22398
22496
  var IconEarScan = createSolidComponent('outline', 'ear-scan', 'EarScan', [["path", {
22399
22497
  "d": "M15 15a2 2 0 0 1 -2 2c-.732 0 -1.555 -.247 -1.72 -.98c-.634 -2.8 -3.17 -2.628 -3.28 -5.02v-.5a3.5 3.5 0 0 1 6.671 -1.483"
22400
22498
  }], ["path", {
22401
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
22499
+ "d": "M13 12v.01"
22402
22500
  }], ["path", {
22403
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
22501
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
22404
22502
  }], ["path", {
22405
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
22503
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
22406
22504
  }], ["path", {
22407
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
22505
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
22408
22506
  }], ["path", {
22409
- "d": "M13 12v.01"
22507
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
22410
22508
  }]]);
22411
22509
 
22412
22510
  var IconEar = createSolidComponent('outline', 'ear', 'Ear', [["path", {
@@ -22555,6 +22653,14 @@ var IconElevator = createSolidComponent('outline', 'elevator', 'Elevator', [["pa
22555
22653
  "d": "M10 14l2 2l2 -2"
22556
22654
  }]]);
22557
22655
 
22656
+ var IconEmailStamp = createSolidComponent('outline', 'email-stamp', 'EmailStamp', [["path", {
22657
+ "d": "M7.586 4.586a2 2 0 0 0 -1.414 -.586h-.172a2 2 0 0 0 -2 2v.172a2 2 0 0 0 .586 1.414a2 2 0 0 1 0 2.828a2 2 0 0 0 -.586 1.414v.344a2 2 0 0 0 .586 1.414c.4 .4 .595 .928 .585 1.452c-.01 .5 -.204 .995 -.585 1.376a2 2 0 0 0 -.586 1.414v.172a2 2 0 0 0 2 2h.172a2 2 0 0 0 1.414 -.586a2 2 0 0 1 2.828 0a2 2 0 0 0 1.414 .586h.344a2 2 0 0 0 1.414 -.586a2 2 0 0 1 2.828 0a2 2 0 0 0 1.414 .586h.172a2 2 0 0 0 2 -2v-.172a2 2 0 0 0 -.586 -1.414a1.996 1.996 0 0 1 0 -2.828a2 2 0 0 0 .586 -1.414v-.344a2 2 0 0 0 -.586 -1.414a2 2 0 0 1 0 -2.828a2 2 0 0 0 .586 -1.414v-.172a2 2 0 0 0 -2 -2h-.172a2 2 0 0 0 -1.414 .586a2 2 0 0 1 -2.828 0a2 2 0 0 0 -1.414 -.586h-.344a2 2 0 0 0 -1.414 .586a2 2 0 0 1 -2.828 0"
22658
+ }], ["path", {
22659
+ "d": "M10 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"
22660
+ }], ["path", {
22661
+ "d": "M9 15c0 -1.105 .672 -2 1.5 -2h3c.828 0 1.5 .895 1.5 2"
22662
+ }]]);
22663
+
22558
22664
  var IconEmergencyBed = createSolidComponent('outline', 'emergency-bed', 'EmergencyBed', [["path", {
22559
22665
  "d": "M14 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
22560
22666
  }], ["path", {
@@ -25374,19 +25480,19 @@ var IconFlipFlops = createSolidComponent('outline', 'flip-flops', 'FlipFlops', [
25374
25480
  }]]);
25375
25481
 
25376
25482
  var IconFlipHorizontal = createSolidComponent('outline', 'flip-horizontal', 'FlipHorizontal', [["path", {
25377
- "d": "M3 12l18 0"
25483
+ "d": "M12 3l0 18"
25378
25484
  }], ["path", {
25379
- "d": "M7 16l10 0l-10 5l0 -5"
25485
+ "d": "M16 7l0 10l5 0l-5 -10"
25380
25486
  }], ["path", {
25381
- "d": "M7 8l10 0l-10 -5l0 5"
25487
+ "d": "M8 7l0 10l-5 0l5 -10"
25382
25488
  }]]);
25383
25489
 
25384
25490
  var IconFlipVertical = createSolidComponent('outline', 'flip-vertical', 'FlipVertical', [["path", {
25385
- "d": "M12 3l0 18"
25491
+ "d": "M3 12l18 0"
25386
25492
  }], ["path", {
25387
- "d": "M16 7l0 10l5 0l-5 -10"
25493
+ "d": "M7 16l10 0l-10 5l0 -5"
25388
25494
  }], ["path", {
25389
- "d": "M8 7l0 10l-5 0l5 -10"
25495
+ "d": "M7 8l10 0l-10 -5l0 5"
25390
25496
  }]]);
25391
25497
 
25392
25498
  var IconFloatCenter = createSolidComponent('outline', 'float-center', 'FloatCenter', [["path", {
@@ -25743,6 +25849,16 @@ var IconFolders = createSolidComponent('outline', 'folders', 'Folders', [["path"
25743
25849
  "d": "M17 16v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2"
25744
25850
  }]]);
25745
25851
 
25852
+ var IconFootsteps = createSolidComponent('outline', 'footsteps', 'Footsteps', [["path", {
25853
+ "d": "M4 16.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5"
25854
+ }], ["path", {
25855
+ "d": "M15 18.5a2.5 2.5 0 0 0 5 0a1.5 1.5 0 0 0 -1.5 -1.5h-2a1.5 1.5 0 0 0 -1.5 1.5"
25856
+ }], ["path", {
25857
+ "d": "M8.52 12h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496"
25858
+ }], ["path", {
25859
+ "d": "M19.52 14h-4.04c-.348 0 -.678 -.179 -.823 -.496c-1.326 -2.904 -.774 -8.504 2.843 -8.504s4.17 5.6 2.843 8.504c-.145 .317 -.475 .496 -.824 .496"
25860
+ }]]);
25861
+
25746
25862
  var IconForbid2 = createSolidComponent('outline', 'forbid-2', 'Forbid2', [["path", {
25747
25863
  "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
25748
25864
  }], ["path", {
@@ -26233,7 +26349,7 @@ var IconGenderTransgender = createSolidComponent('outline', 'gender-transgender'
26233
26349
  "d": "M9.5 19h5"
26234
26350
  }]]);
26235
26351
 
26236
- var IconGenderTrasvesti = createSolidComponent('outline', 'gender-trasvesti', 'GenderTrasvesti', [["path", {
26352
+ var IconGenderTravesti = createSolidComponent('outline', 'gender-travesti', 'GenderTravesti', [["path", {
26237
26353
  "d": "M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10"
26238
26354
  }], ["path", {
26239
26355
  "d": "M6 6l5.4 5.4"
@@ -26431,6 +26547,20 @@ var IconGitPullRequestClosed = createSolidComponent('outline', 'git-pull-request
26431
26547
  "d": "M16 4l4 4m0 -4l-4 4"
26432
26548
  }]]);
26433
26549
 
26550
+ var IconGitPullRequestConflict = createSolidComponent('outline', 'git-pull-request-conflict', 'GitPullRequestConflict', [["path", {
26551
+ "d": "M16 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"
26552
+ }], ["path", {
26553
+ "d": "M11 6h5a2 2 0 0 1 2 2v8"
26554
+ }], ["path", {
26555
+ "d": "M4 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"
26556
+ }], ["path", {
26557
+ "d": "M6 11v5"
26558
+ }], ["path", {
26559
+ "d": "M4 4l4 4"
26560
+ }], ["path", {
26561
+ "d": "M8 4l-4 4"
26562
+ }]]);
26563
+
26434
26564
  var IconGitPullRequestDraft = createSolidComponent('outline', 'git-pull-request-draft', 'GitPullRequestDraft', [["path", {
26435
26565
  "d": "M4 18a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
26436
26566
  }], ["path", {
@@ -26746,13 +26876,13 @@ var IconGridScan = createSolidComponent('outline', 'grid-scan', 'GridScan', [["p
26746
26876
  }], ["path", {
26747
26877
  "d": "M8 14h8"
26748
26878
  }], ["path", {
26749
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
26879
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
26750
26880
  }], ["path", {
26751
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
26881
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
26752
26882
  }], ["path", {
26753
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
26883
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
26754
26884
  }], ["path", {
26755
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
26885
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
26756
26886
  }]]);
26757
26887
 
26758
26888
  var IconGrillFork = createSolidComponent('outline', 'grill-fork', 'GrillFork', [["path", {
@@ -28983,6 +29113,24 @@ var IconIcons = createSolidComponent('outline', 'icons', 'Icons', [["path", {
28983
29113
  "d": "M14 14h7v7h-7l0 -7"
28984
29114
  }]]);
28985
29115
 
29116
+ var IconIcosahedron = createSolidComponent('outline', 'icosahedron', 'Icosahedron', [["path", {
29117
+ "d": "M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735"
29118
+ }], ["path", {
29119
+ "d": "M3.29 6.97l4.21 2.03"
29120
+ }], ["path", {
29121
+ "d": "M20.71 6.97l-4.21 2.03"
29122
+ }], ["path", {
29123
+ "d": "M20.7 17h-17.4"
29124
+ }], ["path", {
29125
+ "d": "M11.76 2.03l-4.26 6.97l-4.3 7.84"
29126
+ }], ["path", {
29127
+ "d": "M12.24 2.03q 2.797 4.44 4.26 6.97t 4.3 7.84"
29128
+ }], ["path", {
29129
+ "d": "M12 17l-4.5 -8h9l-4.5 8"
29130
+ }], ["path", {
29131
+ "d": "M12 17v5"
29132
+ }]]);
29133
+
28986
29134
  var IconIdBadge2 = createSolidComponent('outline', 'id-badge-2', 'IdBadge2', [["path", {
28987
29135
  "d": "M7 12h3v4h-3l0 -4"
28988
29136
  }], ["path", {
@@ -29043,24 +29191,6 @@ var IconId = createSolidComponent('outline', 'id', 'Id', [["path", {
29043
29191
  "d": "M7 16l10 0"
29044
29192
  }]]);
29045
29193
 
29046
- var IconIkosaedr = createSolidComponent('outline', 'ikosaedr', 'Ikosaedr', [["path", {
29047
- "d": "M21 8.007v7.986a2 2 0 0 1 -1.006 1.735l-7 4.007a2 2 0 0 1 -1.988 0l-7 -4.007a2 2 0 0 1 -1.006 -1.735v-7.986a2 2 0 0 1 1.006 -1.735l7 -4.007a2 2 0 0 1 1.988 0l7 4.007a2 2 0 0 1 1.006 1.735"
29048
- }], ["path", {
29049
- "d": "M3.29 6.97l4.21 2.03"
29050
- }], ["path", {
29051
- "d": "M20.71 6.97l-4.21 2.03"
29052
- }], ["path", {
29053
- "d": "M20.7 17h-17.4"
29054
- }], ["path", {
29055
- "d": "M11.76 2.03l-4.26 6.97l-4.3 7.84"
29056
- }], ["path", {
29057
- "d": "M12.24 2.03q 2.797 4.44 4.26 6.97t 4.3 7.84"
29058
- }], ["path", {
29059
- "d": "M12 17l-4.5 -8h9l-4.5 8"
29060
- }], ["path", {
29061
- "d": "M12 17v5"
29062
- }]]);
29063
-
29064
29194
  var IconImageGeneration = createSolidComponent('outline', 'image-generation', 'ImageGeneration', [["path", {
29065
29195
  "d": "M3 21v-4a4 4 0 1 1 4 4h-4"
29066
29196
  }], ["path", {
@@ -29381,6 +29511,18 @@ var IconIrregularPolyhedron = createSolidComponent('outline', 'irregular-polyhed
29381
29511
  "d": "M12 22v-14"
29382
29512
  }]]);
29383
29513
 
29514
+ var IconItalicOff = createSolidComponent('outline', 'italic-off', 'ItalicOff', [["path", {
29515
+ "d": "M11 5h6"
29516
+ }], ["path", {
29517
+ "d": "M7 19h6"
29518
+ }], ["path", {
29519
+ "d": "M11.8 12.9l-1.8 6.1"
29520
+ }], ["path", {
29521
+ "d": "M2.8 3l18 18"
29522
+ }], ["path", {
29523
+ "d": "M14 5l-1.2 4.1"
29524
+ }]]);
29525
+
29384
29526
  var IconItalic = createSolidComponent('outline', 'italic', 'Italic', [["path", {
29385
29527
  "d": "M11 5l6 0"
29386
29528
  }], ["path", {
@@ -30798,15 +30940,15 @@ var IconLineHeight = createSolidComponent('outline', 'line-height', 'LineHeight'
30798
30940
  }]]);
30799
30941
 
30800
30942
  var IconLineScan = createSolidComponent('outline', 'line-scan', 'LineScan', [["path", {
30801
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
30943
+ "d": "M7 12h10"
30802
30944
  }], ["path", {
30803
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
30945
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
30804
30946
  }], ["path", {
30805
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
30947
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
30806
30948
  }], ["path", {
30807
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
30949
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
30808
30950
  }], ["path", {
30809
- "d": "M7 12h10"
30951
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
30810
30952
  }]]);
30811
30953
 
30812
30954
  var IconLine = createSolidComponent('outline', 'line', 'Line', [["path", {
@@ -34667,7 +34809,7 @@ var IconMoodCog = createSolidComponent('outline', 'mood-cog', 'MoodCog', [["path
34667
34809
  "d": "M9.5 15c.658 .64 1.56 1 2.5 1"
34668
34810
  }]]);
34669
34811
 
34670
- var IconMoodConfuzed = createSolidComponent('outline', 'mood-confuzed', 'MoodConfuzed', [["path", {
34812
+ var IconMoodConfused = createSolidComponent('outline', 'mood-confused', 'MoodConfused', [["path", {
34671
34813
  "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
34672
34814
  }], ["path", {
34673
34815
  "d": "M9 10l.01 0"
@@ -35981,6 +36123,26 @@ var IconNoDerivatives = createSolidComponent('outline', 'no-derivatives', 'NoDer
35981
36123
  "d": "M9 14h6"
35982
36124
  }]]);
35983
36125
 
36126
+ var IconNoiseReduction = createSolidComponent('outline', 'noise-reduction', 'NoiseReduction', [["path", {
36127
+ "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0"
36128
+ }], ["path", {
36129
+ "d": "M10.01 18h-.01"
36130
+ }], ["path", {
36131
+ "d": "M14.01 14h-.01"
36132
+ }], ["path", {
36133
+ "d": "M16.01 12h-.01"
36134
+ }], ["path", {
36135
+ "d": "M18.01 10h-.01"
36136
+ }], ["path", {
36137
+ "d": "M16.01 16h-.01"
36138
+ }], ["path", {
36139
+ "d": "M14.01 18h-.01"
36140
+ }], ["path", {
36141
+ "d": "M18.01 14h-.01"
36142
+ }], ["path", {
36143
+ "d": "M12.01 16h-.01"
36144
+ }]]);
36145
+
35984
36146
  var IconNorthStar = createSolidComponent('outline', 'north-star', 'NorthStar', [["path", {
35985
36147
  "d": "M3 12h18"
35986
36148
  }], ["path", {
@@ -36796,15 +36958,15 @@ var IconNut = createSolidComponent('outline', 'nut', 'Nut', [["path", {
36796
36958
  }]]);
36797
36959
 
36798
36960
  var IconObjectScan = createSolidComponent('outline', 'object-scan', 'ObjectScan', [["path", {
36799
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
36961
+ "d": "M8 10a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-4"
36800
36962
  }], ["path", {
36801
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
36963
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
36802
36964
  }], ["path", {
36803
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
36965
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
36804
36966
  }], ["path", {
36805
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
36967
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
36806
36968
  }], ["path", {
36807
- "d": "M8 10a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2l0 -4"
36969
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
36808
36970
  }]]);
36809
36971
 
36810
36972
  var IconOctagonMinus2 = createSolidComponent('outline', 'octagon-minus-2', 'OctagonMinus2', [["path", {
@@ -37996,6 +38158,22 @@ var IconPhotoAi = createSolidComponent('outline', 'photo-ai', 'PhotoAi', [["path
37996
38158
  "d": "M21 15v6"
37997
38159
  }]]);
37998
38160
 
38161
+ var IconPhotoAlt = createSolidComponent('outline', 'photo-alt', 'PhotoAlt', [["path", {
38162
+ "d": "M6 18h5"
38163
+ }], ["path", {
38164
+ "d": "M14 18h4"
38165
+ }], ["path", {
38166
+ "d": "M15 7h.01"
38167
+ }], ["path", {
38168
+ "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12"
38169
+ }], ["path", {
38170
+ "d": "M3 15l5 -5c.928 -.893 2.072 -.893 3 0l5 5"
38171
+ }], ["path", {
38172
+ "d": "M14 13l1 -1c.928 -.893 2.072 -.893 3 0l3 3"
38173
+ }], ["path", {
38174
+ "d": "M3 15h18"
38175
+ }]]);
38176
+
37999
38177
  var IconPhotoBitcoin = createSolidComponent('outline', 'photo-bitcoin', 'PhotoBitcoin', [["path", {
38000
38178
  "d": "M17 21v-6m2 0v-1.5m0 9v-1.5m-2 -3h3m-1 0h.5a1.5 1.5 0 0 1 0 3h-3.5m3 -3h.5a1.5 1.5 0 0 0 0 -3h-3.5"
38001
38179
  }], ["path", {
@@ -38283,13 +38461,13 @@ var IconPhotoScan = createSolidComponent('outline', 'photo-scan', 'PhotoScan', [
38283
38461
  }], ["path", {
38284
38462
  "d": "M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644"
38285
38463
  }], ["path", {
38286
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
38464
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
38287
38465
  }], ["path", {
38288
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
38466
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
38289
38467
  }], ["path", {
38290
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
38468
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
38291
38469
  }], ["path", {
38292
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
38470
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
38293
38471
  }]]);
38294
38472
 
38295
38473
  var IconPhotoSearch = createSolidComponent('outline', 'photo-search', 'PhotoSearch', [["path", {
@@ -38450,7 +38628,7 @@ var IconPhoto = createSolidComponent('outline', 'photo', 'Photo', [["path", {
38450
38628
  "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3"
38451
38629
  }]]);
38452
38630
 
38453
- var IconPhysotherapist = createSolidComponent('outline', 'physotherapist', 'Physotherapist', [["path", {
38631
+ var IconPhysiotherapist = createSolidComponent('outline', 'physiotherapist', 'Physiotherapist', [["path", {
38454
38632
  "d": "M9 15l-1 -3l4 -2l4 1h3.5"
38455
38633
  }], ["path", {
38456
38634
  "d": "M3 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"
@@ -39290,6 +39468,10 @@ var IconPoint = createSolidComponent('outline', 'point', 'Point', [["path", {
39290
39468
  "d": "M8 12a4 4 0 1 0 8 0a4 4 0 1 0 -8 0"
39291
39469
  }]]);
39292
39470
 
39471
+ var IconPointer2 = createSolidComponent('outline', 'pointer-2', 'Pointer2', [["path", {
39472
+ "d": "M14.185 13.14l5.644 -2.202c1.625 -.634 1.538 -2.962 -.13 -3.473l-14.319 -4.382c-1.41 -.431 -2.73 .888 -2.298 2.298l4.382 14.318c.51 1.668 2.84 1.755 3.473 .13l2.202 -5.644a1.84 1.84 0 0 1 1.045 -1.045"
39473
+ }]]);
39474
+
39293
39475
  var IconPointerBolt = createSolidComponent('outline', 'pointer-bolt', 'PointerBolt', [["path", {
39294
39476
  "d": "M16.044 13.488l-1.266 -1.266l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.678 1.678"
39295
39477
  }], ["path", {
@@ -39336,6 +39518,18 @@ var IconPointerCog = createSolidComponent('outline', 'pointer-cog', 'PointerCog'
39336
39518
  "d": "M20.733 20l1.3 .75"
39337
39519
  }]]);
39338
39520
 
39521
+ var IconPointerCollaboration2 = createSolidComponent('outline', 'pointer-collaboration-2', 'PointerCollaboration2', [["path", {
39522
+ "d": "M10.987 13.943l1.957 5.016c.563 1.445 2.633 1.367 3.087 -.116l3.895 -12.727c.384 -1.253 -.79 -2.426 -2.042 -2.042l-12.727 3.895c-1.483 .454 -1.56 2.524 -.116 3.087l5.017 1.957c.426 .166 .763 .503 .929 .93"
39523
+ }], ["path", {
39524
+ "d": "M9 20l-1.064 -3.151a1.25 1.25 0 0 0 -.785 -.785l-3.151 -1.064"
39525
+ }]]);
39526
+
39527
+ var IconPointerCollaboration = createSolidComponent('outline', 'pointer-collaboration', 'PointerCollaboration', [["path", {
39528
+ "d": "M13.943 13.013l5.016 -1.957c1.445 -.563 1.367 -2.633 -.116 -3.087l-12.727 -3.895c-1.253 -.384 -2.426 .79 -2.042 2.042l3.895 12.727c.454 1.483 2.524 1.56 3.087 .116l1.957 -5.017c.166 -.426 .503 -.763 .93 -.929"
39529
+ }], ["path", {
39530
+ "d": "M20 15l-3.151 1.064a1.25 1.25 0 0 0 -.785 .785l-1.064 3.151"
39531
+ }]]);
39532
+
39339
39533
  var IconPointerDollar = createSolidComponent('outline', 'pointer-dollar', 'PointerDollar', [["path", {
39340
39534
  "d": "M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.787 .787"
39341
39535
  }], ["path", {
@@ -41288,6 +41482,44 @@ var IconRotate = createSolidComponent('outline', 'rotate', 'Rotate', [["path", {
41288
41482
  "d": "M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5"
41289
41483
  }]]);
41290
41484
 
41485
+ var IconRoulette = createSolidComponent('outline', 'roulette', 'Roulette', [["path", {
41486
+ "d": "M10.586 10.586l-1.586 -1.586"
41487
+ }], ["path", {
41488
+ "d": "M13.414 10.586l1.586 -1.586"
41489
+ }], ["path", {
41490
+ "d": "M13.414 13.414l1.586 1.586"
41491
+ }], ["path", {
41492
+ "d": "M10.586 13.414l-1.586 1.586"
41493
+ }], ["path", {
41494
+ "d": "M14 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0"
41495
+ }], ["path", {
41496
+ "d": "M16.5 4.206l-.5 .866"
41497
+ }], ["path", {
41498
+ "d": "M7.5 19.794l.5 -.866"
41499
+ }], ["path", {
41500
+ "d": "M19.794 7.5l-.866 .5"
41501
+ }], ["path", {
41502
+ "d": "M4.206 16.5l.866 -.5"
41503
+ }], ["path", {
41504
+ "d": "M7.5 4.206l.5 .866"
41505
+ }], ["path", {
41506
+ "d": "M16.5 19.794l-.5 -.866"
41507
+ }], ["path", {
41508
+ "d": "M4.206 7.5l.866 .5"
41509
+ }], ["path", {
41510
+ "d": "M19.794 16.5l-.866 -.5"
41511
+ }], ["path", {
41512
+ "d": "M12 3v1"
41513
+ }], ["path", {
41514
+ "d": "M12 21v-1"
41515
+ }], ["path", {
41516
+ "d": "M21 12h-1"
41517
+ }], ["path", {
41518
+ "d": "M3 12h1"
41519
+ }], ["path", {
41520
+ "d": "M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18"
41521
+ }]]);
41522
+
41291
41523
  var IconRoute2 = createSolidComponent('outline', 'route-2', 'Route2', [["path", {
41292
41524
  "d": "M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"
41293
41525
  }], ["path", {
@@ -41335,13 +41567,13 @@ var IconRouteOff = createSolidComponent('outline', 'route-off', 'RouteOff', [["p
41335
41567
  }]]);
41336
41568
 
41337
41569
  var IconRouteScan = createSolidComponent('outline', 'route-scan', 'RouteScan', [["path", {
41338
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
41570
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
41339
41571
  }], ["path", {
41340
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
41572
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
41341
41573
  }], ["path", {
41342
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
41574
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
41343
41575
  }], ["path", {
41344
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
41576
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41345
41577
  }], ["path", {
41346
41578
  "d": "M7 12v-3h3"
41347
41579
  }], ["path", {
@@ -41802,88 +42034,106 @@ var IconScale = createSolidComponent('outline', 'scale', 'Scale', [["path", {
41802
42034
  "d": "M21 12l-3 -6l-3 6a3 3 0 0 0 6 0"
41803
42035
  }]]);
41804
42036
 
41805
- var IconScanEye = createSolidComponent('outline', 'scan-eye', 'ScanEye', [["path", {
41806
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
42037
+ var IconScanCube = createSolidComponent('outline', 'scan-cube', 'ScanCube', [["path", {
42038
+ "d": "M8.504 9.426l3 -1.714a1 1 0 0 1 .992 0l3 1.714a1 1 0 0 1 .504 .868v3.411a1 1 0 0 1 -.504 .868l-3 1.715a1 1 0 0 1 -.992 0l-3 -1.715a1 1 0 0 1 -.504 -.868v-3.41a1 1 0 0 1 .504 -.869"
41807
42039
  }], ["path", {
41808
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
42040
+ "d": "M15.75 9.964l-3.75 2.036"
41809
42041
  }], ["path", {
41810
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
42042
+ "d": "M12 12l-3.75 -2.036"
41811
42043
  }], ["path", {
41812
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
42044
+ "d": "M12 12v4.071"
41813
42045
  }], ["path", {
41814
- "d": "M7 12c3.333 -4.667 6.667 -4.667 10 0"
42046
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
41815
42047
  }], ["path", {
41816
- "d": "M7 12c3.333 4.667 6.667 4.667 10 0"
42048
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
41817
42049
  }], ["path", {
41818
- "d": "M12 12h-.01"
42050
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
42051
+ }], ["path", {
42052
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41819
42053
  }]]);
41820
42054
 
41821
- var IconScanLetterA = createSolidComponent('outline', 'scan-letter-a', 'ScanLetterA', [["path", {
41822
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
42055
+ var IconScanEye = createSolidComponent('outline', 'scan-eye', 'ScanEye', [["path", {
42056
+ "d": "M7 12q 5 -7 10 0"
41823
42057
  }], ["path", {
41824
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
42058
+ "d": "M7 12q 5 7 10 0"
41825
42059
  }], ["path", {
41826
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
42060
+ "d": "M12 12h-.01"
41827
42061
  }], ["path", {
41828
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
42062
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
42063
+ }], ["path", {
42064
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
42065
+ }], ["path", {
42066
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
41829
42067
  }], ["path", {
42068
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
42069
+ }]]);
42070
+
42071
+ var IconScanLetterA = createSolidComponent('outline', 'scan-letter-a', 'ScanLetterA', [["path", {
41830
42072
  "d": "M9 16v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"
41831
42073
  }], ["path", {
41832
42074
  "d": "M9 13h6"
42075
+ }], ["path", {
42076
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
42077
+ }], ["path", {
42078
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
42079
+ }], ["path", {
42080
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
42081
+ }], ["path", {
42082
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41833
42083
  }]]);
41834
42084
 
41835
42085
  var IconScanLetterT = createSolidComponent('outline', 'scan-letter-t', 'ScanLetterT', [["path", {
41836
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
42086
+ "d": "M9 8h6"
41837
42087
  }], ["path", {
41838
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
42088
+ "d": "M12 8v8"
41839
42089
  }], ["path", {
41840
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
42090
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
41841
42091
  }], ["path", {
41842
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
42092
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
41843
42093
  }], ["path", {
41844
- "d": "M9 8h6"
42094
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
41845
42095
  }], ["path", {
41846
- "d": "M12 8v8"
42096
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41847
42097
  }]]);
41848
42098
 
41849
42099
  var IconScanPosition = createSolidComponent('outline', 'scan-position', 'ScanPosition', [["path", {
41850
- "d": "M4 7v-1a2 2 0 0 1 2 -2h2"
42100
+ "d": "M12 17l3 -8l-8 3l3.5 1.5l1.5 3.5"
41851
42101
  }], ["path", {
41852
- "d": "M4 17v1a2 2 0 0 0 2 2h2"
42102
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
41853
42103
  }], ["path", {
41854
- "d": "M16 4h2a2 2 0 0 1 2 2v1"
42104
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
41855
42105
  }], ["path", {
41856
- "d": "M16 20h2a2 2 0 0 0 2 -2v-1"
42106
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
41857
42107
  }], ["path", {
41858
- "d": "M12 17l3 -8l-8 3l3.5 1.5l1.5 3.5"
42108
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41859
42109
  }]]);
41860
42110
 
41861
42111
  var IconScanTraces = createSolidComponent('outline', 'scan-traces', 'ScanTraces', [["path", {
41862
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
42112
+ "d": "M11 12h6"
41863
42113
  }], ["path", {
41864
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
42114
+ "d": "M8 8h5"
41865
42115
  }], ["path", {
41866
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
42116
+ "d": "M9 16h5"
41867
42117
  }], ["path", {
41868
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
42118
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
41869
42119
  }], ["path", {
41870
- "d": "M11 12h6"
42120
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
41871
42121
  }], ["path", {
41872
- "d": "M8 8h5"
42122
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
41873
42123
  }], ["path", {
41874
- "d": "M9 16h5"
42124
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41875
42125
  }]]);
41876
42126
 
41877
42127
  var IconScan = createSolidComponent('outline', 'scan', 'Scan', [["path", {
41878
- "d": "M4 7v-1a2 2 0 0 1 2 -2h2"
42128
+ "d": "M5 12h14"
41879
42129
  }], ["path", {
41880
- "d": "M4 17v1a2 2 0 0 0 2 2h2"
42130
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
41881
42131
  }], ["path", {
41882
- "d": "M16 4h2a2 2 0 0 1 2 2v1"
42132
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
41883
42133
  }], ["path", {
41884
- "d": "M16 20h2a2 2 0 0 0 2 -2v-1"
42134
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
41885
42135
  }], ["path", {
41886
- "d": "M5 12l14 0"
42136
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
41887
42137
  }]]);
41888
42138
 
41889
42139
  var IconSchemaOff = createSolidComponent('outline', 'schema-off', 'SchemaOff', [["path", {
@@ -43575,6 +43825,10 @@ var IconSkateboarding = createSolidComponent('outline', 'skateboarding', 'Skateb
43575
43825
  "d": "M14.007 4a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
43576
43826
  }]]);
43577
43827
 
43828
+ var IconSketching = createSolidComponent('outline', 'sketching', 'Sketching', [["path", {
43829
+ "d": "M4 15c2 -4.97 7.356 -11 9 -11c4.25 0 -5.5 11.958 -3 13s5.65 -6.678 7.4 -5.902c1.75 .777 -1.05 7.589 -.3 8.63s3.15 -.897 3.9 -2.728"
43830
+ }]]);
43831
+
43578
43832
  var IconSkewX = createSolidComponent('outline', 'skew-x', 'SkewX', [["path", {
43579
43833
  "d": "M4 5.205v13.59a1 1 0 0 0 1.184 .983l14 -2.625a1 1 0 0 0 .816 -.983v-8.34a1 1 0 0 0 -.816 -.983l-14 -2.625a1 1 0 0 0 -1.184 .983"
43580
43834
  }]]);
@@ -44115,6 +44369,26 @@ var IconSpade = createSolidComponent('outline', 'spade', 'Spade', [["path", {
44115
44369
  "d": "M12 3l4.919 4.5c.61 .587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56 -3.338 1.92 -4.886 .75v1l1 3h-6l1 -3v-1c-1.54 1.07 -3.735 .772 -4.886 -.75a5.527 5.527 0 0 1 .264 -6.979a30.883 30.883 0 0 1 1.703 -1.771a1541.72 1541.72 0 0 1 4.919 -4.5"
44116
44370
  }]]);
44117
44371
 
44372
+ var IconSparkle2 = createSolidComponent('outline', 'sparkle-2', 'Sparkle2', [["path", {
44373
+ "d": "M12 3c.375 0 .711 .231 .846 .581l1.65 4.29a2.85 2.85 0 0 0 1.632 1.633l4.291 1.65a.906 .906 0 0 1 0 1.692l-4.29 1.65a2.84 2.84 0 0 0 -1.633 1.632l-1.65 4.291a.906 .906 0 0 1 -1.692 0l-1.65 -4.29a2.84 2.84 0 0 0 -1.632 -1.633l-4.291 -1.65a.906 .906 0 0 1 0 -1.692l4.29 -1.65a2.84 2.84 0 0 0 1.633 -1.632l1.65 -4.291a.91 .91 0 0 1 .846 -.581"
44374
+ }]]);
44375
+
44376
+ var IconSparkleHighlight = createSolidComponent('outline', 'sparkle-highlight', 'SparkleHighlight', [["path", {
44377
+ "d": "M14.504 8.522l-1.758 -4.032a.814 .814 0 0 0 -1.492 0l-1.759 4.032c-.19 .436 -.537 .784 -.973 .973l-4.032 1.759a.814 .814 0 0 0 0 1.492l4.033 1.758c.436 .19 .784 .538 .973 .974l1.759 4.033a.814 .814 0 0 0 1.492 0l1.758 -4.033c.19 -.436 .538 -.784 .974 -.974l4.033 -1.758a.814 .814 0 0 0 0 -1.492l-4.033 -1.759a1.88 1.88 0 0 1 -.974 -.973"
44378
+ }], ["path", {
44379
+ "d": "M3 3l2 2"
44380
+ }], ["path", {
44381
+ "d": "M21 3l-2 2"
44382
+ }], ["path", {
44383
+ "d": "M3 21l2 -2"
44384
+ }], ["path", {
44385
+ "d": "M21 21l-2 -2"
44386
+ }]]);
44387
+
44388
+ var IconSparkle = createSolidComponent('outline', 'sparkle', 'Sparkle', [["path", {
44389
+ "d": "M21 12c-6.597 0 -9 2.403 -9 9c0 -6.597 -2.403 -9 -9 -9c6.597 0 9 -2.403 9 -9c0 6.597 2.403 9 9 9"
44390
+ }]]);
44391
+
44118
44392
  var IconSparkles2 = createSolidComponent('outline', 'sparkles-2', 'Sparkles2', [["path", {
44119
44393
  "d": "M13 7a9.3 9.3 0 0 0 1.516 -.546c.911 -.438 1.494 -1.015 1.937 -1.932c.207 -.428 .382 -.928 .547 -1.522c.165 .595 .34 1.095 .547 1.521c.443 .918 1.026 1.495 1.937 1.933c.426 .205 .925 .38 1.516 .546a9.3 9.3 0 0 0 -1.516 .547c-.911 .438 -1.494 1.015 -1.937 1.932a9 9 0 0 0 -.547 1.521c-.165 -.594 -.34 -1.095 -.547 -1.521c-.443 -.918 -1.026 -1.494 -1.937 -1.932a9 9 0 0 0 -1.516 -.547"
44120
44394
  }], ["path", {
@@ -44141,6 +44415,14 @@ var IconSpeedboat = createSolidComponent('outline', 'speedboat', 'Speedboat', [[
44141
44415
  "d": "M6 8h8l2 3"
44142
44416
  }]]);
44143
44417
 
44418
+ var IconSphere2 = createSolidComponent('outline', 'sphere-2', 'Sphere2', [["path", {
44419
+ "d": "M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3"
44420
+ }], ["path", {
44421
+ "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"
44422
+ }], ["path", {
44423
+ "d": "M12 3c-1.657 0 -3 4.03 -3 9s1.343 9 3 9"
44424
+ }]]);
44425
+
44144
44426
  var IconSphereOff = createSolidComponent('outline', 'sphere-off', 'SphereOff', [["path", {
44145
44427
  "d": "M3 12c0 1.657 4.03 3 9 3c.987 0 1.936 -.053 2.825 -.15m3.357 -.67c1.735 -.547 2.818 -1.32 2.818 -2.18"
44146
44428
  }], ["path", {
@@ -44193,7 +44475,7 @@ var IconSpiral = createSolidComponent('outline', 'spiral', 'Spiral', [["path", {
44193
44475
  "d": "M10 12.057a1.9 1.9 0 0 0 .614 .743c1.06 .713 2.472 .112 3.043 -.919c.839 -1.513 -.022 -3.368 -1.525 -4.08c-2 -.95 -4.371 .154 -5.24 2.086c-1.095 2.432 .29 5.248 2.71 6.246c2.931 1.208 6.283 -.418 7.438 -3.255c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-3.855 -1.474 -8.2 .68 -9.636 4.422c-1.63 4.253 .823 9.024 5.082 10.576c4.778 1.74 10.118 -.941 11.833 -5.59a9.354 9.354 0 0 0 .577 -2.813"
44194
44476
  }]]);
44195
44477
 
44196
- var IconSportBillard = createSolidComponent('outline', 'sport-billard', 'SportBillard', [["path", {
44478
+ var IconSportBilliard = createSolidComponent('outline', 'sport-billiard', 'SportBilliard', [["path", {
44197
44479
  "d": "M10 10a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
44198
44480
  }], ["path", {
44199
44481
  "d": "M10 14a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
@@ -45978,6 +46260,16 @@ var IconSwords = createSolidComponent('outline', 'swords', 'Swords', [["path", {
45978
46260
  "d": "M10 5.5l-2 -2.5h-5v5l3 2.5"
45979
46261
  }]]);
45980
46262
 
46263
+ var IconTabClose = createSolidComponent('outline', 'tab-close', 'TabClose', [["path", {
46264
+ "d": "M3 21v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1"
46265
+ }], ["path", {
46266
+ "d": "M6 15a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2"
46267
+ }], ["path", {
46268
+ "d": "M15 6l-3 3l-3 -3"
46269
+ }], ["path", {
46270
+ "d": "M12 9v-6"
46271
+ }]]);
46272
+
45981
46273
  var IconTableAlias = createSolidComponent('outline', 'table-alias', 'TableAlias', [["path", {
45982
46274
  "d": "M3 12v-7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-7"
45983
46275
  }], ["path", {
@@ -46658,6 +46950,20 @@ var IconTextOrientation = createSolidComponent('outline', 'text-orientation', 'T
46658
46950
  "d": "M21 12h-4"
46659
46951
  }]]);
46660
46952
 
46953
+ var IconTextOutline = createSolidComponent('outline', 'text-outline', 'TextOutline', [["path", {
46954
+ "d": "M3 8v-1a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v1"
46955
+ }], ["path", {
46956
+ "d": "M3 16v1a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-1"
46957
+ }], ["path", {
46958
+ "d": "M21.01 12h.01"
46959
+ }], ["path", {
46960
+ "d": "M3.01 12h.01"
46961
+ }], ["path", {
46962
+ "d": "M10 15v-4a2 2 0 1 1 4 0v4"
46963
+ }], ["path", {
46964
+ "d": "M10 13h4"
46965
+ }]]);
46966
+
46661
46967
  var IconTextPlus = createSolidComponent('outline', 'text-plus', 'TextPlus', [["path", {
46662
46968
  "d": "M19 10h-14"
46663
46969
  }], ["path", {
@@ -46686,6 +46992,58 @@ var IconTextRecognition = createSolidComponent('outline', 'text-recognition', 'T
46686
46992
  "d": "M9 9h6"
46687
46993
  }]]);
46688
46994
 
46995
+ var IconTextRegexAsterisk = createSolidComponent('outline', 'text-regex-asterisk', 'TextRegexAsterisk', [["path", {
46996
+ "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1"
46997
+ }], ["path", {
46998
+ "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01"
46999
+ }], ["path", {
47000
+ "d": "M19 9.5v5"
47001
+ }], ["path", {
47002
+ "d": "M17 10.75l4 2.5"
47003
+ }], ["path", {
47004
+ "d": "M17 13.25l4 -2.5"
47005
+ }]]);
47006
+
47007
+ var IconTextRegexEnd = createSolidComponent('outline', 'text-regex-end', 'TextRegexEnd', [["path", {
47008
+ "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1"
47009
+ }], ["path", {
47010
+ "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01"
47011
+ }], ["path", {
47012
+ "d": "M21 10h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5"
47013
+ }], ["path", {
47014
+ "d": "M19 10v-1"
47015
+ }], ["path", {
47016
+ "d": "M19 16v1"
47017
+ }]]);
47018
+
47019
+ var IconTextRegexPlus = createSolidComponent('outline', 'text-regex-plus', 'TextRegexPlus', [["path", {
47020
+ "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1"
47021
+ }], ["path", {
47022
+ "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01"
47023
+ }], ["path", {
47024
+ "d": "M17 13h4"
47025
+ }], ["path", {
47026
+ "d": "M19 11v4"
47027
+ }]]);
47028
+
47029
+ var IconTextRegexQuestion = createSolidComponent('outline', 'text-regex-question', 'TextRegexQuestion', [["path", {
47030
+ "d": "M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1"
47031
+ }], ["path", {
47032
+ "d": "M7 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01"
47033
+ }], ["path", {
47034
+ "d": "M19 16v.01"
47035
+ }], ["path", {
47036
+ "d": "M19 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483"
47037
+ }]]);
47038
+
47039
+ var IconTextRegexStart = createSolidComponent('outline', 'text-regex-start', 'TextRegexStart', [["path", {
47040
+ "d": "M17 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1"
47041
+ }], ["path", {
47042
+ "d": "M14 16v-3a2 2 0 1 0 -4 0v1a2 2 0 0 0 3.726 1.01"
47043
+ }], ["path", {
47044
+ "d": "M3 10l2 -2l2 2"
47045
+ }]]);
47046
+
46689
47047
  var IconTextResize = createSolidComponent('outline', 'text-resize', 'TextResize', [["path", {
46690
47048
  "d": "M3 5a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
46691
47049
  }], ["path", {
@@ -46709,19 +47067,39 @@ var IconTextResize = createSolidComponent('outline', 'text-resize', 'TextResize'
46709
47067
  }]]);
46710
47068
 
46711
47069
  var IconTextScan2 = createSolidComponent('outline', 'text-scan-2', 'TextScan2', [["path", {
46712
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
47070
+ "d": "M8 12h8"
46713
47071
  }], ["path", {
46714
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
47072
+ "d": "M8 9h6"
46715
47073
  }], ["path", {
46716
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
47074
+ "d": "M8 15h4"
46717
47075
  }], ["path", {
46718
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
47076
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
46719
47077
  }], ["path", {
46720
- "d": "M8 12h8"
47078
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
46721
47079
  }], ["path", {
46722
- "d": "M8 9h6"
47080
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
46723
47081
  }], ["path", {
46724
- "d": "M8 15h4"
47082
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
47083
+ }]]);
47084
+
47085
+ var IconTextScanAi = createSolidComponent('outline', 'text-scan-ai', 'TextScanAi', [["path", {
47086
+ "d": "M8 12h4.5"
47087
+ }], ["path", {
47088
+ "d": "M8 8h6"
47089
+ }], ["path", {
47090
+ "d": "M8 16h2"
47091
+ }], ["path", {
47092
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
47093
+ }], ["path", {
47094
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
47095
+ }], ["path", {
47096
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
47097
+ }], ["path", {
47098
+ "d": "M14 21v-4a2 2 0 1 1 4 0v4"
47099
+ }], ["path", {
47100
+ "d": "M14 19h4"
47101
+ }], ["path", {
47102
+ "d": "M21 15v6"
46725
47103
  }]]);
46726
47104
 
46727
47105
  var IconTextSize = createSolidComponent('outline', 'text-size', 'TextSize', [["path", {
@@ -48536,6 +48914,16 @@ var IconUmbrella = createSolidComponent('outline', 'umbrella', 'Umbrella', [["pa
48536
48914
  "d": "M12 12v6a2 2 0 0 0 4 0"
48537
48915
  }]]);
48538
48916
 
48917
+ var IconUnderlineOff = createSolidComponent('outline', 'underline-off', 'UnderlineOff', [["path", {
48918
+ "d": "M7 7.4v2.6c0 2.8 2.2 5 5 5c.9 0 1.8 -.2 2.4 -.6"
48919
+ }], ["path", {
48920
+ "d": "M5 19h14"
48921
+ }], ["path", {
48922
+ "d": "M3 2.7l18 18"
48923
+ }], ["path", {
48924
+ "d": "M16.4 12.4c.4 -.7 .6 -1.5 .6 -2.4v-5"
48925
+ }]]);
48926
+
48539
48927
  var IconUnderline = createSolidComponent('outline', 'underline', 'Underline', [["path", {
48540
48928
  "d": "M7 5v5a5 5 0 0 0 10 0v-5"
48541
48929
  }], ["path", {
@@ -48815,15 +49203,15 @@ var IconUserQuestion = createSolidComponent('outline', 'user-question', 'UserQue
48815
49203
  var IconUserScan = createSolidComponent('outline', 'user-scan', 'UserScan', [["path", {
48816
49204
  "d": "M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"
48817
49205
  }], ["path", {
48818
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
49206
+ "d": "M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2"
48819
49207
  }], ["path", {
48820
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
49208
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
48821
49209
  }], ["path", {
48822
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
49210
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
48823
49211
  }], ["path", {
48824
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
49212
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
48825
49213
  }], ["path", {
48826
- "d": "M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2"
49214
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
48827
49215
  }]]);
48828
49216
 
48829
49217
  var IconUserScreen = createSolidComponent('outline', 'user-screen', 'UserScreen', [["path", {
@@ -49406,6 +49794,26 @@ var IconViewportWide = createSolidComponent('outline', 'viewport-wide', 'Viewpor
49406
49794
  "d": "M3 18v1a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-1"
49407
49795
  }]]);
49408
49796
 
49797
+ var IconVignette = createSolidComponent('outline', 'vignette', 'Vignette', [["path", {
49798
+ "d": "M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0"
49799
+ }], ["path", {
49800
+ "d": "M7.02 12h-.01"
49801
+ }], ["path", {
49802
+ "d": "M12.02 7h-.01"
49803
+ }], ["path", {
49804
+ "d": "M17.02 12h-.01"
49805
+ }], ["path", {
49806
+ "d": "M12.02 17h-.01"
49807
+ }], ["path", {
49808
+ "d": "M8.483 8.468l-.007 -.007"
49809
+ }], ["path", {
49810
+ "d": "M15.554 8.468l-.007 -.007"
49811
+ }], ["path", {
49812
+ "d": "M15.554 15.539l-.007 -.007"
49813
+ }], ["path", {
49814
+ "d": "M8.483 15.539l-.007 -.007"
49815
+ }]]);
49816
+
49409
49817
  var IconVinyl = createSolidComponent('outline', 'vinyl', 'Vinyl', [["path", {
49410
49818
  "d": "M16 3.937a9 9 0 1 0 5 8.063"
49411
49819
  }], ["path", {
@@ -49458,6 +49866,16 @@ var IconVip = createSolidComponent('outline', 'vip', 'Vip', [["path", {
49458
49866
  "d": "M16 15v-6h2a2 2 0 1 1 0 4h-2"
49459
49867
  }]]);
49460
49868
 
49869
+ var IconVirtualSpace = createSolidComponent('outline', 'virtual-space', 'VirtualSpace', [["path", {
49870
+ "d": "M16 14.808a25 25 0 0 0 -4 -.312c-1.439 0 -2.796 .113 -4 .312"
49871
+ }], ["path", {
49872
+ "d": "M21 17.439c0 1.148 -2.034 2.142 -4.997 2.625l-.003 -10.439c2.965 -.482 5 -1.477 5 -2.625v-.064c0 -1.622 -4.03 -2.936 -9 -2.936s-9 1.314 -9 2.936c0 1.148 2.035 2.142 5 2.624l-.003 10.44c-2.963 -.483 -4.997 -1.477 -4.997 -2.625"
49873
+ }], ["path", {
49874
+ "d": "M3 6.936v10.439"
49875
+ }], ["path", {
49876
+ "d": "M21 6.936v10.439"
49877
+ }]]);
49878
+
49461
49879
  var IconVirusOff = createSolidComponent('outline', 'virus-off', 'VirusOff', [["path", {
49462
49880
  "d": "M3 3l18 18"
49463
49881
  }], ["path", {
@@ -51205,17 +51623,17 @@ var IconZoomReset = createSolidComponent('outline', 'zoom-reset', 'ZoomReset', [
51205
51623
  }]]);
51206
51624
 
51207
51625
  var IconZoomScan = createSolidComponent('outline', 'zoom-scan', 'ZoomScan', [["path", {
51208
- "d": "M4 8v-2a2 2 0 0 1 2 -2h2"
51626
+ "d": "M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"
51209
51627
  }], ["path", {
51210
- "d": "M4 16v2a2 2 0 0 0 2 2h2"
51628
+ "d": "M16 16l-2.5 -2.5"
51211
51629
  }], ["path", {
51212
- "d": "M16 4h2a2 2 0 0 1 2 2v2"
51630
+ "d": "M3 7v-2a2 2 0 0 1 2 -2h2"
51213
51631
  }], ["path", {
51214
- "d": "M16 20h2a2 2 0 0 0 2 -2v-2"
51632
+ "d": "M3 17v2a2 2 0 0 0 2 2h2"
51215
51633
  }], ["path", {
51216
- "d": "M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"
51634
+ "d": "M17 3h2a2 2 0 0 1 2 2v2"
51217
51635
  }], ["path", {
51218
- "d": "M16 16l-2.5 -2.5"
51636
+ "d": "M17 21h2a2 2 0 0 0 2 -2v-2"
51219
51637
  }]]);
51220
51638
 
51221
51639
  var IconZoom = createSolidComponent('outline', 'zoom', 'Zoom', [["path", {
@@ -52242,6 +52660,12 @@ var IconBrandPinterestFilled = createSolidComponent('filled', 'brand-pinterest-f
52242
52660
  "d": "M17 3.34a10 10 0 0 1 -8.512 18.023l2.364 -5.315a3.5 3.5 0 0 0 2.398 .952c2.708 0 4.75 -2.089 4.75 -5a6 6 0 1 0 -11.64 2.041a1 1 0 1 0 1.88 -.682a4 4 0 1 1 7.76 -1.36c0 1.818 -1.156 3.001 -2.75 3.001c-.609 0 -1.153 -.361 -1.478 -1.022l1.142 -2.572a1 1 0 0 0 -1.828 -.812l-4.392 9.882a10 10 0 0 1 -4.694 -8.476l.005 -.324a10 10 0 0 1 14.995 -8.336"
52243
52661
  }]]);
52244
52662
 
52663
+ var IconBrandSignalFilled = createSolidComponent('filled', 'brand-signal-filled', 'BrandSignalFilled', [["path", {
52664
+ "d": "M2.482 21.753l.969 -.225c.538 -.125 1.075 .209 1.2 .746c.124 .537 -.21 1.075 -.747 1.2l-.969 .225c-.166 .039 -.334 .059 -.498 .059c-.172 -.004 -.339 -.023 -.494 -.058c-.593 -.138 -1.073 -.502 -1.369 -.979c-.297 -.476 -.411 -1.067 -.274 -1.656l.226 -.969c.125 -.537 .662 -.871 1.199 -.747c.537 .125 .872 .662 .747 1.2l-.227 .965c-.012 .057 -.001 .11 .025 .153c.026 .042 .069 .075 .122 .087l.041 .007l.049 -.008zm4.176 1.079c-.537 .125 -1.074 -.209 -1.199 -.746c-.125 -.537 .21 -1.075 .747 -1.2l.472 -.11l.687 .09c.194 .101 .419 .208 .67 .316c.258 .11 .49 .202 .694 .272c.52 .179 .796 .746 .617 1.266c-.179 .52 -.746 .796 -1.266 .617c-.311 -.108 -.59 -.215 -.834 -.319c-.147 -.063 -.302 -.135 -.465 -.215l-.123 .029zm4.627 1.144c-.55 -.032 -.97 -.505 -.937 -1.055c.032 -.55 .505 -.97 1.054 -.937l.295 .014l.605 0l.296 -.015c.55 -.032 1.023 .388 1.055 .938c.032 .55 -.388 1.023 -.938 1.055l-.715 .024l-.715 -.024zm4.636 -.637c-.52 .179 -1.087 -.098 -1.266 -.617c-.179 -.52 .097 -1.087 .617 -1.266c.177 -.061 .364 -.133 .558 -.213c.172 -.073 .355 -.156 .545 -.248c.496 -.242 1.095 -.036 1.336 .46c.242 .496 .035 1.095 -.46 1.336c-.203 .099 -.423 .198 -.655 .294c-.213 .087 -.438 .172 -.675 .254zm4.036 -2.363c-.412 .364 -1.042 .326 -1.406 -.086c-.364 -.412 -.326 -1.042 .086 -1.406c.142 -.126 .288 -.264 .434 -.411l.005 -.004c.146 -.146 .282 -.291 .408 -.433c.365 -.411 .995 -.45 1.407 -.085c.412 .364 .45 .994 .085 1.406c-.164 .186 -.329 .361 -.492 .524c-.164 .164 -.34 .33 -.527 .495zm2.835 -3.726c-.242 .496 -.841 .702 -1.336 .46c-.496 -.241 -.703 -.84 -.461 -1.336c.092 -.19 .175 -.372 .247 -.545c.086 -.208 .158 -.394 .214 -.557c.179 -.52 .746 -.796 1.266 -.618c.52 .179 .796 .746 .617 1.266c-.087 .253 -.172 .479 -.254 .675c-.096 .233 -.194 .452 -.293 .655zm1.184 -4.535c-.032 .55 -.505 .97 -1.055 .937c-.55 -.032 -.97 -.505 -.938 -1.054l.015 -.296l0 -.604l-.015 -.296c-.032 -.55 .388 -1.023 .938 -1.055c.55 -.032 1.023 .388 1.055 .938l.024 .715l-.024 .715zm-.637 -4.636c.179 .52 -.098 1.087 -.617 1.266c-.52 .179 -1.087 -.097 -1.266 -.617c-.056 -.163 -.128 -.349 -.214 -.556c-.079 -.192 -.163 -.376 -.247 -.551c-.24 -.496 -.031 -1.093 .464 -1.332c.496 -.239 1.093 -.031 1.332 .465c.107 .219 .206 .438 .295 .653c.081 .195 .166 .42 .253 .672zm-2.363 -4.036c.364 .412 .326 1.042 -.086 1.406c-.412 .364 -1.042 .326 -1.406 -.086c-.126 -.142 -.264 -.287 -.41 -.433l-.004 -.005c-.146 -.146 -.291 -.283 -.434 -.409c-.411 -.365 -.45 -.995 -.085 -1.407c.364 -.412 .994 -.45 1.406 -.085c.186 .164 .362 .33 .525 .493c.164 .164 .329 .34 .494 .526zm-3.726 -2.835c.496 .242 .702 .841 .46 1.336c-.241 .496 -.84 .703 -1.336 .461c-.19 -.092 -.372 -.175 -.545 -.247c-.208 -.086 -.394 -.158 -.557 -.214c-.52 -.179 -.796 -.746 -.618 -1.266c.179 -.52 .746 -.796 1.266 -.617c.253 .087 .479 .172 .675 .254c.233 .096 .452 .194 .655 .293zm-4.535 -1.184c.55 .032 .97 .505 .937 1.055c-.032 .55 -.505 .97 -1.054 .938l-.296 -.015l-.604 0l-.296 .015c-.55 .032 -1.023 -.388 -1.055 -.938c-.032 -.55 .388 -1.023 .938 -1.055l.715 -.024l.715 .024zm-4.636 .637c.52 -.179 1.087 .098 1.266 .617c.179 .52 -.097 1.087 -.617 1.266c-.163 .056 -.349 .128 -.556 .214c-.192 .079 -.376 .163 -.551 .247c-.496 .24 -1.093 .031 -1.332 -.464c-.239 -.496 -.031 -1.093 .465 -1.332c.219 -.107 .438 -.206 .653 -.295c.195 -.081 .42 -.166 .672 -.253zm-4.036 2.363c.412 -.364 1.042 -.326 1.406 .086c.364 .412 .326 1.042 -.086 1.406c-.142 .126 -.287 .264 -.433 .41l-.005 .004c-.146 .146 -.283 .291 -.409 .434c-.365 .411 -.995 .45 -1.407 .085c-.412 -.364 -.45 -.994 -.085 -1.406c.164 -.186 .33 -.362 .493 -.525c.164 -.164 .34 -.329 .526 -.494zm-2.835 3.726c.242 -.496 .841 -.702 1.336 -.46c.496 .241 .703 .84 .461 1.336c-.092 .19 -.176 .373 -.247 .545c-.071 .172 -.142 .358 -.211 .557c-.178 .522 -.747 .8 -1.269 .621c-.522 -.178 -.8 -.747 -.621 -1.269c.074 -.216 .161 -.442 .257 -.674c.097 -.234 .195 -.453 .294 -.656zm-1.184 4.535c.032 -.55 .505 -.97 1.055 -.937c.55 .032 .97 .505 .938 1.054l-.015 .296l0 .605l.014 .295c.033 .55 -.387 1.023 -.937 1.055c-.55 .032 -1.023 -.388 -1.055 -.938l-.024 -.715l.024 -.715zm.639 4.635c-.179 -.52 .097 -1.087 .617 -1.266c.52 -.178 1.087 .098 1.266 .618c.07 .203 .161 .435 .272 .692c.094 .226 .201 .45 .317 .672l.09 .687l-.11 .471c-.125 .537 -.662 .872 -1.2 .747c-.537 -.125 -.871 -.662 -.746 -1.199l.029 -.124l-.212 -.465c-.109 -.244 -.216 -.523 -.323 -.833z"
52665
+ }], ["path", {
52666
+ "d": "M7.164 19.638l-2.089 .487c-.145 .033 -.299 .036 -.453 0c-.537 -.125 -.871 -.662 -.746 -1.199l.487 -2.089l-.346 -.662c-.165 -.316 -.312 -.646 -.439 -.985c-.122 -.325 -.226 -.66 -.311 -1.001l-.012 -.041c-.085 -.347 -.149 -.701 -.191 -1.057c-.042 -.363 -.063 -.729 -.063 -1.091c0 -2.485 1.007 -4.736 2.635 -6.364c.825 -.825 1.818 -1.493 2.925 -1.951c1.064 -.441 2.227 -.684 3.439 -.684c2.485 0 4.736 1.007 6.364 2.635c.825 .825 1.493 1.818 1.951 2.925c.441 1.064 .684 2.227 .684 3.439c0 2.485 -1.007 4.736 -2.635 6.364c-.825 .825 -1.818 1.493 -2.925 1.951c-1.064 .441 -2.227 .684 -3.439 .684c-.365 0 -.732 -.021 -1.095 -.063c-.356 -.042 -.708 -.106 -1.051 -.191c-.355 -.088 -.704 -.196 -1.043 -.322c-.339 -.127 -.669 -.274 -.985 -.439l-.662 -.346z"
52667
+ }]]);
52668
+
52245
52669
  var IconBrandSketchFilled = createSolidComponent('filled', 'brand-sketch-filled', 'BrandSketchFilled', [["path", {
52246
52670
  "d": "M7.554 3.004h8.929a2 2 0 0 1 1.647 .873l3.536 5.193a2.006 2.006 0 0 1 -.173 2.48l-8 8.79a2.007 2.007 0 0 1 -2.97 0l-8 -8.789a1 1 0 0 1 -.13 -.175l-.012 -.026l-.051 -.072a2.01 2.01 0 0 1 -.056 -2.063l.09 -.146l3.541 -5.193c.372 -.544 .987 -.87 1.649 -.872"
52247
52671
  }]]);
@@ -54847,7 +55271,7 @@ var IconMoodAngryFilled = createSolidComponent('filled', 'mood-angry-filled', 'M
54847
55271
  "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m0 12a4.5 4.5 0 0 0 -3.214 1.35a1 1 0 1 0 1.428 1.4a2.5 2.5 0 0 1 3.572 0a1 1 0 0 0 1.428 -1.4a4.5 4.5 0 0 0 -3.214 -1.35m-3.553 -5.895a1 1 0 0 0 -.894 1.788l2 1a1 1 0 0 0 .894 -1.788zm8.447 .447a1 1 0 0 0 -1.341 -.447l-2 1a1 1 0 0 0 .894 1.788l2 -1a1 1 0 0 0 .447 -1.341"
54848
55272
  }]]);
54849
55273
 
54850
- var IconMoodConfuzedFilled = createSolidComponent('filled', 'mood-confuzed-filled', 'MoodConfuzedFilled', [["path", {
55274
+ var IconMoodConfusedFilled = createSolidComponent('filled', 'mood-confused-filled', 'MoodConfusedFilled', [["path", {
54851
55275
  "d": "M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z"
54852
55276
  }]]);
54853
55277
 
@@ -56646,6 +57070,10 @@ var index = /*#__PURE__*/Object.freeze({
56646
57070
  IconApiBook: IconApiBook,
56647
57071
  IconApiOff: IconApiOff,
56648
57072
  IconAppWindow: IconAppWindow,
57073
+ IconAppWindowBottom: IconAppWindowBottom,
57074
+ IconAppWindowBottomLeft: IconAppWindowBottomLeft,
57075
+ IconAppWindowBottomRight: IconAppWindowBottomRight,
57076
+ IconAppWindowCenter: IconAppWindowCenter,
56649
57077
  IconAppWindowFilled: IconAppWindowFilled,
56650
57078
  IconApple: IconApple,
56651
57079
  IconAppleFilled: IconAppleFilled,
@@ -56749,6 +57177,7 @@ var index = /*#__PURE__*/Object.freeze({
56749
57177
  IconArrowElbowLeft: IconArrowElbowLeft,
56750
57178
  IconArrowElbowRight: IconArrowElbowRight,
56751
57179
  IconArrowFork: IconArrowFork,
57180
+ IconArrowForkTriple: IconArrowForkTriple,
56752
57181
  IconArrowForward: IconArrowForward,
56753
57182
  IconArrowForwardUp: IconArrowForwardUp,
56754
57183
  IconArrowForwardUpDouble: IconArrowForwardUpDouble,
@@ -57266,7 +57695,7 @@ var index = /*#__PURE__*/Object.freeze({
57266
57695
  IconBrand4chan: IconBrand4chan,
57267
57696
  IconBrandAbstract: IconBrandAbstract,
57268
57697
  IconBrandAdobe: IconBrandAdobe,
57269
- IconBrandAdobeAfterEffect: IconBrandAdobeAfterEffect,
57698
+ IconBrandAdobeAfterEffects: IconBrandAdobeAfterEffects,
57270
57699
  IconBrandAdobeIllustrator: IconBrandAdobeIllustrator,
57271
57700
  IconBrandAdobeIndesign: IconBrandAdobeIndesign,
57272
57701
  IconBrandAdobePhotoshop: IconBrandAdobePhotoshop,
@@ -57443,7 +57872,7 @@ var index = /*#__PURE__*/Object.freeze({
57443
57872
  IconBrandJavascript: IconBrandJavascript,
57444
57873
  IconBrandJira: IconBrandJira,
57445
57874
  IconBrandJuejin: IconBrandJuejin,
57446
- IconBrandKakoTalk: IconBrandKakoTalk,
57875
+ IconBrandKakaoTalk: IconBrandKakaoTalk,
57447
57876
  IconBrandKbin: IconBrandKbin,
57448
57877
  IconBrandKick: IconBrandKick,
57449
57878
  IconBrandKickFilled: IconBrandKickFilled,
@@ -57547,6 +57976,8 @@ var index = /*#__PURE__*/Object.freeze({
57547
57976
  IconBrandSharik: IconBrandSharik,
57548
57977
  IconBrandShazam: IconBrandShazam,
57549
57978
  IconBrandShopee: IconBrandShopee,
57979
+ IconBrandSignal: IconBrandSignal,
57980
+ IconBrandSignalFilled: IconBrandSignalFilled,
57550
57981
  IconBrandSketch: IconBrandSketch,
57551
57982
  IconBrandSketchFilled: IconBrandSketchFilled,
57552
57983
  IconBrandSkype: IconBrandSkype,
@@ -58426,6 +58857,7 @@ var index = /*#__PURE__*/Object.freeze({
58426
58857
  IconClubs: IconClubs,
58427
58858
  IconClubsFilled: IconClubsFilled,
58428
58859
  IconCode: IconCode,
58860
+ IconCodeAi: IconCodeAi,
58429
58861
  IconCodeAsterisk: IconCodeAsterisk,
58430
58862
  IconCodeCircle: IconCodeCircle,
58431
58863
  IconCodeCircle2: IconCodeCircle2,
@@ -58657,7 +59089,7 @@ var index = /*#__PURE__*/Object.freeze({
58657
59089
  IconCurrencyRenminbi: IconCurrencyRenminbi,
58658
59090
  IconCurrencyRipple: IconCurrencyRipple,
58659
59091
  IconCurrencyRiyal: IconCurrencyRiyal,
58660
- IconCurrencyRubel: IconCurrencyRubel,
59092
+ IconCurrencyRuble: IconCurrencyRuble,
58661
59093
  IconCurrencyRufiyaa: IconCurrencyRufiyaa,
58662
59094
  IconCurrencyRupee: IconCurrencyRupee,
58663
59095
  IconCurrencyRupeeNepalese: IconCurrencyRupeeNepalese,
@@ -58904,6 +59336,7 @@ var index = /*#__PURE__*/Object.freeze({
58904
59336
  IconDeviceUsbFilled: IconDeviceUsbFilled,
58905
59337
  IconDeviceVisionPro: IconDeviceVisionPro,
58906
59338
  IconDeviceVisionProFilled: IconDeviceVisionProFilled,
59339
+ IconDeviceVisionProWifi: IconDeviceVisionProWifi,
58907
59340
  IconDeviceWatch: IconDeviceWatch,
58908
59341
  IconDeviceWatchBolt: IconDeviceWatchBolt,
58909
59342
  IconDeviceWatchCancel: IconDeviceWatchCancel,
@@ -58928,6 +59361,7 @@ var index = /*#__PURE__*/Object.freeze({
58928
59361
  IconDeviceWatchStats2: IconDeviceWatchStats2,
58929
59362
  IconDeviceWatchUp: IconDeviceWatchUp,
58930
59363
  IconDeviceWatchX: IconDeviceWatchX,
59364
+ IconDeviceWorkstation: IconDeviceWorkstation,
58931
59365
  IconDevices: IconDevices,
58932
59366
  IconDevices2: IconDevices2,
58933
59367
  IconDevicesBolt: IconDevicesBolt,
@@ -59023,6 +59457,7 @@ var index = /*#__PURE__*/Object.freeze({
59023
59457
  IconDownloadOff: IconDownloadOff,
59024
59458
  IconDragDrop: IconDragDrop,
59025
59459
  IconDragDrop2: IconDragDrop2,
59460
+ IconDragon: IconDragon,
59026
59461
  IconDrone: IconDrone,
59027
59462
  IconDroneOff: IconDroneOff,
59028
59463
  IconDropCircle: IconDropCircle,
@@ -59090,6 +59525,7 @@ var index = /*#__PURE__*/Object.freeze({
59090
59525
  IconElevator: IconElevator,
59091
59526
  IconElevatorFilled: IconElevatorFilled,
59092
59527
  IconElevatorOff: IconElevatorOff,
59528
+ IconEmailStamp: IconEmailStamp,
59093
59529
  IconEmergencyBed: IconEmergencyBed,
59094
59530
  IconEmpathize: IconEmpathize,
59095
59531
  IconEmpathizeOff: IconEmpathizeOff,
@@ -59478,6 +59914,7 @@ var index = /*#__PURE__*/Object.freeze({
59478
59914
  IconFolders: IconFolders,
59479
59915
  IconFoldersFilled: IconFoldersFilled,
59480
59916
  IconFoldersOff: IconFoldersOff,
59917
+ IconFootsteps: IconFootsteps,
59481
59918
  IconForbid: IconForbid,
59482
59919
  IconForbid2: IconForbid2,
59483
59920
  IconForbid2Filled: IconForbid2Filled,
@@ -59531,7 +59968,7 @@ var index = /*#__PURE__*/Object.freeze({
59531
59968
  IconGenderNeutrois: IconGenderNeutrois,
59532
59969
  IconGenderThird: IconGenderThird,
59533
59970
  IconGenderTransgender: IconGenderTransgender,
59534
- IconGenderTrasvesti: IconGenderTrasvesti,
59971
+ IconGenderTravesti: IconGenderTravesti,
59535
59972
  IconGeometry: IconGeometry,
59536
59973
  IconGhost: IconGhost,
59537
59974
  IconGhost2: IconGhost2,
@@ -59555,6 +59992,7 @@ var index = /*#__PURE__*/Object.freeze({
59555
59992
  IconGitMerge: IconGitMerge,
59556
59993
  IconGitPullRequest: IconGitPullRequest,
59557
59994
  IconGitPullRequestClosed: IconGitPullRequestClosed,
59995
+ IconGitPullRequestConflict: IconGitPullRequestConflict,
59558
59996
  IconGitPullRequestDraft: IconGitPullRequestDraft,
59559
59997
  IconGizmo: IconGizmo,
59560
59998
  IconGlass: IconGlass,
@@ -59879,13 +60317,13 @@ var index = /*#__PURE__*/Object.freeze({
59879
60317
  IconIcons: IconIcons,
59880
60318
  IconIconsFilled: IconIconsFilled,
59881
60319
  IconIconsOff: IconIconsOff,
60320
+ IconIcosahedron: IconIcosahedron,
59882
60321
  IconId: IconId,
59883
60322
  IconIdBadge: IconIdBadge,
59884
60323
  IconIdBadge2: IconIdBadge2,
59885
60324
  IconIdBadgeOff: IconIdBadgeOff,
59886
60325
  IconIdFilled: IconIdFilled,
59887
60326
  IconIdOff: IconIdOff,
59888
- IconIkosaedr: IconIkosaedr,
59889
60327
  IconImageGeneration: IconImageGeneration,
59890
60328
  IconImageInPicture: IconImageInPicture,
59891
60329
  IconInbox: IconInbox,
@@ -59946,6 +60384,7 @@ var index = /*#__PURE__*/Object.freeze({
59946
60384
  IconIrregularPolyhedronOff: IconIrregularPolyhedronOff,
59947
60385
  IconIrregularPolyhedronPlus: IconIrregularPolyhedronPlus,
59948
60386
  IconItalic: IconItalic,
60387
+ IconItalicOff: IconItalicOff,
59949
60388
  IconJacket: IconJacket,
59950
60389
  IconJetpack: IconJetpack,
59951
60390
  IconJetpackFilled: IconJetpackFilled,
@@ -60578,8 +61017,8 @@ var index = /*#__PURE__*/Object.freeze({
60578
61017
  IconMoodBoy: IconMoodBoy,
60579
61018
  IconMoodCheck: IconMoodCheck,
60580
61019
  IconMoodCog: IconMoodCog,
60581
- IconMoodConfuzed: IconMoodConfuzed,
60582
- IconMoodConfuzedFilled: IconMoodConfuzedFilled,
61020
+ IconMoodConfused: IconMoodConfused,
61021
+ IconMoodConfusedFilled: IconMoodConfusedFilled,
60583
61022
  IconMoodCrazyHappy: IconMoodCrazyHappy,
60584
61023
  IconMoodCrazyHappyFilled: IconMoodCrazyHappyFilled,
60585
61024
  IconMoodCry: IconMoodCry,
@@ -60723,6 +61162,7 @@ var index = /*#__PURE__*/Object.freeze({
60723
61162
  IconNoCopyright: IconNoCopyright,
60724
61163
  IconNoCreativeCommons: IconNoCreativeCommons,
60725
61164
  IconNoDerivatives: IconNoDerivatives,
61165
+ IconNoiseReduction: IconNoiseReduction,
60726
61166
  IconNorthStar: IconNorthStar,
60727
61167
  IconNotdef: IconNotdef,
60728
61168
  IconNote: IconNote,
@@ -61009,6 +61449,7 @@ var index = /*#__PURE__*/Object.freeze({
61009
61449
  IconPhoneXFilled: IconPhoneXFilled,
61010
61450
  IconPhoto: IconPhoto,
61011
61451
  IconPhotoAi: IconPhotoAi,
61452
+ IconPhotoAlt: IconPhotoAlt,
61012
61453
  IconPhotoBitcoin: IconPhotoBitcoin,
61013
61454
  IconPhotoBolt: IconPhotoBolt,
61014
61455
  IconPhotoCancel: IconPhotoCancel,
@@ -61045,7 +61486,7 @@ var index = /*#__PURE__*/Object.freeze({
61045
61486
  IconPhotoUp: IconPhotoUp,
61046
61487
  IconPhotoVideo: IconPhotoVideo,
61047
61488
  IconPhotoX: IconPhotoX,
61048
- IconPhysotherapist: IconPhysotherapist,
61489
+ IconPhysiotherapist: IconPhysiotherapist,
61049
61490
  IconPiano: IconPiano,
61050
61491
  IconPick: IconPick,
61051
61492
  IconPicnicTable: IconPicnicTable,
@@ -61177,11 +61618,14 @@ var index = /*#__PURE__*/Object.freeze({
61177
61618
  IconPointFilled: IconPointFilled,
61178
61619
  IconPointOff: IconPointOff,
61179
61620
  IconPointer: IconPointer,
61621
+ IconPointer2: IconPointer2,
61180
61622
  IconPointerBolt: IconPointerBolt,
61181
61623
  IconPointerCancel: IconPointerCancel,
61182
61624
  IconPointerCheck: IconPointerCheck,
61183
61625
  IconPointerCode: IconPointerCode,
61184
61626
  IconPointerCog: IconPointerCog,
61627
+ IconPointerCollaboration: IconPointerCollaboration,
61628
+ IconPointerCollaboration2: IconPointerCollaboration2,
61185
61629
  IconPointerDollar: IconPointerDollar,
61186
61630
  IconPointerDown: IconPointerDown,
61187
61631
  IconPointerExclamation: IconPointerExclamation,
@@ -61405,6 +61849,7 @@ var index = /*#__PURE__*/Object.freeze({
61405
61849
  IconRotateClockwise2: IconRotateClockwise2,
61406
61850
  IconRotateDot: IconRotateDot,
61407
61851
  IconRotateRectangle: IconRotateRectangle,
61852
+ IconRoulette: IconRoulette,
61408
61853
  IconRoute: IconRoute,
61409
61854
  IconRoute2: IconRoute2,
61410
61855
  IconRouteAltLeft: IconRouteAltLeft,
@@ -61454,6 +61899,7 @@ var index = /*#__PURE__*/Object.freeze({
61454
61899
  IconScaleOutline: IconScaleOutline,
61455
61900
  IconScaleOutlineOff: IconScaleOutlineOff,
61456
61901
  IconScan: IconScan,
61902
+ IconScanCube: IconScanCube,
61457
61903
  IconScanEye: IconScanEye,
61458
61904
  IconScanLetterA: IconScanLetterA,
61459
61905
  IconScanLetterT: IconScanLetterT,
@@ -61649,6 +62095,7 @@ var index = /*#__PURE__*/Object.freeze({
61649
62095
  IconSkateboard: IconSkateboard,
61650
62096
  IconSkateboardOff: IconSkateboardOff,
61651
62097
  IconSkateboarding: IconSkateboarding,
62098
+ IconSketching: IconSketching,
61652
62099
  IconSkewX: IconSkewX,
61653
62100
  IconSkewY: IconSkewY,
61654
62101
  IconSkiJumping: IconSkiJumping,
@@ -61707,6 +62154,9 @@ var index = /*#__PURE__*/Object.freeze({
61707
62154
  IconSpacingVertical: IconSpacingVertical,
61708
62155
  IconSpade: IconSpade,
61709
62156
  IconSpadeFilled: IconSpadeFilled,
62157
+ IconSparkle: IconSparkle,
62158
+ IconSparkle2: IconSparkle2,
62159
+ IconSparkleHighlight: IconSparkleHighlight,
61710
62160
  IconSparkles: IconSparkles,
61711
62161
  IconSparkles2: IconSparkles2,
61712
62162
  IconSparkles2Filled: IconSparkles2Filled,
@@ -61715,13 +62165,14 @@ var index = /*#__PURE__*/Object.freeze({
61715
62165
  IconSpeedboat: IconSpeedboat,
61716
62166
  IconSpeedboatFilled: IconSpeedboatFilled,
61717
62167
  IconSphere: IconSphere,
62168
+ IconSphere2: IconSphere2,
61718
62169
  IconSphereOff: IconSphereOff,
61719
62170
  IconSpherePlus: IconSpherePlus,
61720
62171
  IconSpider: IconSpider,
61721
62172
  IconSpiderFilled: IconSpiderFilled,
61722
62173
  IconSpiral: IconSpiral,
61723
62174
  IconSpiralOff: IconSpiralOff,
61724
- IconSportBillard: IconSportBillard,
62175
+ IconSportBilliard: IconSportBilliard,
61725
62176
  IconSpray: IconSpray,
61726
62177
  IconSpy: IconSpy,
61727
62178
  IconSpyOff: IconSpyOff,
@@ -62079,6 +62530,7 @@ var index = /*#__PURE__*/Object.freeze({
62079
62530
  IconSword: IconSword,
62080
62531
  IconSwordOff: IconSwordOff,
62081
62532
  IconSwords: IconSwords,
62533
+ IconTabClose: IconTabClose,
62082
62534
  IconTable: IconTable,
62083
62535
  IconTableAlias: IconTableAlias,
62084
62536
  IconTableColumn: IconTableColumn,
@@ -62152,10 +62604,17 @@ var index = /*#__PURE__*/Object.freeze({
62152
62604
  IconTextGrammar: IconTextGrammar,
62153
62605
  IconTextIncrease: IconTextIncrease,
62154
62606
  IconTextOrientation: IconTextOrientation,
62607
+ IconTextOutline: IconTextOutline,
62155
62608
  IconTextPlus: IconTextPlus,
62156
62609
  IconTextRecognition: IconTextRecognition,
62610
+ IconTextRegexAsterisk: IconTextRegexAsterisk,
62611
+ IconTextRegexEnd: IconTextRegexEnd,
62612
+ IconTextRegexPlus: IconTextRegexPlus,
62613
+ IconTextRegexQuestion: IconTextRegexQuestion,
62614
+ IconTextRegexStart: IconTextRegexStart,
62157
62615
  IconTextResize: IconTextResize,
62158
62616
  IconTextScan2: IconTextScan2,
62617
+ IconTextScanAi: IconTextScanAi,
62159
62618
  IconTextSize: IconTextSize,
62160
62619
  IconTextSpellcheck: IconTextSpellcheck,
62161
62620
  IconTextWrap: IconTextWrap,
@@ -62329,6 +62788,7 @@ var index = /*#__PURE__*/Object.freeze({
62329
62788
  IconUmbrellaFilled: IconUmbrellaFilled,
62330
62789
  IconUmbrellaOff: IconUmbrellaOff,
62331
62790
  IconUnderline: IconUnderline,
62791
+ IconUnderlineOff: IconUnderlineOff,
62332
62792
  IconUnicycle: IconUnicycle,
62333
62793
  IconUniverse: IconUniverse,
62334
62794
  IconUnlink: IconUnlink,
@@ -62413,10 +62873,12 @@ var index = /*#__PURE__*/Object.freeze({
62413
62873
  IconViewportShort: IconViewportShort,
62414
62874
  IconViewportTall: IconViewportTall,
62415
62875
  IconViewportWide: IconViewportWide,
62876
+ IconVignette: IconVignette,
62416
62877
  IconVinyl: IconVinyl,
62417
62878
  IconVip: IconVip,
62418
62879
  IconVip2: IconVip2,
62419
62880
  IconVipOff: IconVipOff,
62881
+ IconVirtualSpace: IconVirtualSpace,
62420
62882
  IconVirus: IconVirus,
62421
62883
  IconVirusOff: IconVirusOff,
62422
62884
  IconVirusSearch: IconVirusSearch,
@@ -62606,7 +63068,7 @@ var index = /*#__PURE__*/Object.freeze({
62606
63068
  IconZzzOff: IconZzzOff
62607
63069
  });
62608
63070
 
62609
- var iconsList = ["a-b-2", "a-b-off", "a-b", "abacus-off", "abacus", "abc", "access-point-off", "access-point", "accessible-off", "accessible", "acorn", "acrobatic", "activity-heartbeat", "activity", "ad-2", "ad-circle-off", "ad-circle", "ad-off", "ad", "address-book-off", "address-book", "adjustments-alt", "adjustments-bolt", "adjustments-cancel", "adjustments-check", "adjustments-code", "adjustments-cog", "adjustments-dollar", "adjustments-down", "adjustments-exclamation", "adjustments-heart", "adjustments-horizontal", "adjustments-minus", "adjustments-off", "adjustments-pause", "adjustments-pin", "adjustments-plus", "adjustments-question", "adjustments-search", "adjustments-share", "adjustments-spark", "adjustments-star", "adjustments-up", "adjustments-x", "adjustments", "aerial-lift", "affiliate", "ai-agent", "ai-agents", "ai-gateway", "ai", "air-balloon", "air-conditioning-disabled", "air-conditioning", "air-traffic-control", "alarm-average", "alarm-minus", "alarm-off", "alarm-plus", "alarm-smoke", "alarm-snooze", "alarm", "album-off", "album", "alert-circle-off", "alert-circle", "alert-hexagon-off", "alert-hexagon", "alert-octagon", "alert-small-off", "alert-small", "alert-square-rounded-off", "alert-square-rounded", "alert-square", "alert-triangle-off", "alert-triangle", "alien", "align-box-bottom-center", "align-box-bottom-left", "align-box-bottom-right", "align-box-center-bottom", "align-box-center-middle", "align-box-center-stretch", "align-box-center-top", "align-box-left-bottom", "align-box-left-middle", "align-box-left-stretch", "align-box-left-top", "align-box-right-bottom", "align-box-right-middle", "align-box-right-stretch", "align-box-right-top", "align-box-top-center", "align-box-top-left", "align-box-top-right", "align-center", "align-justified", "align-left-2", "align-left", "align-right-2", "align-right", "alpha", "alphabet-arabic", "alphabet-bangla", "alphabet-cyrillic", "alphabet-greek", "alphabet-hebrew", "alphabet-korean", "alphabet-latin", "alphabet-polish", "alphabet-runes", "alphabet-thai", "alt", "ambulance", "ampersand", "analyze-off", "analyze", "anchor-off", "anchor", "angle", "ankh", "antenna-bars-1", "antenna-bars-2", "antenna-bars-3", "antenna-bars-4", "antenna-bars-5", "antenna-bars-off", "antenna-off", "antenna", "aperture-off", "aperture", "api-app-off", "api-app", "api-book", "api-off", "api", "app-window", "apple", "apps-off", "apps", "archery-arrow", "archive-off", "archive", "armchair-2-off", "armchair-2", "armchair-off", "armchair", "arrow-autofit-content", "arrow-autofit-down", "arrow-autofit-height", "arrow-autofit-left", "arrow-autofit-right", "arrow-autofit-up", "arrow-autofit-width", "arrow-back-up-double", "arrow-back-up", "arrow-back", "arrow-badge-down", "arrow-badge-left", "arrow-badge-right", "arrow-badge-up", "arrow-bar-both", "arrow-bar-down", "arrow-bar-left", "arrow-bar-right", "arrow-bar-to-down-dashed", "arrow-bar-to-down", "arrow-bar-to-left-dashed", "arrow-bar-to-left", "arrow-bar-to-right-dashed", "arrow-bar-to-right", "arrow-bar-to-up-dashed", "arrow-bar-to-up", "arrow-bar-up", "arrow-bear-left-2", "arrow-bear-left", "arrow-bear-right-2", "arrow-bear-right", "arrow-big-down-line", "arrow-big-down-lines", "arrow-big-down", "arrow-big-left-line", "arrow-big-left-lines", "arrow-big-left", "arrow-big-right-line", "arrow-big-right-lines", "arrow-big-right", "arrow-big-up-line", "arrow-big-up-lines", "arrow-big-up", "arrow-bounce", "arrow-capsule", "arrow-curve-left", "arrow-curve-right", "arrow-down-bar", "arrow-down-circle", "arrow-down-dashed", "arrow-down-from-arc", "arrow-down-left-circle", "arrow-down-left", "arrow-down-rhombus", "arrow-down-right-circle", "arrow-down-right", "arrow-down-square", "arrow-down-tail", "arrow-down-to-arc", "arrow-down", "arrow-elbow-left", "arrow-elbow-right", "arrow-fork", "arrow-forward-up-double", "arrow-forward-up", "arrow-forward", "arrow-guide", "arrow-iteration", "arrow-left-bar", "arrow-left-circle", "arrow-left-dashed", "arrow-left-from-arc", "arrow-left-rhombus", "arrow-left-right", "arrow-left-square", "arrow-left-tail", "arrow-left-to-arc", "arrow-left", "arrow-loop-left-2", "arrow-loop-left", "arrow-loop-right-2", "arrow-loop-right", "arrow-merge-alt-left", "arrow-merge-alt-right", "arrow-merge-both", "arrow-merge-left", "arrow-merge-right", "arrow-merge", "arrow-move-down", "arrow-move-left", "arrow-move-right", "arrow-move-up", "arrow-narrow-down-dashed", "arrow-narrow-down", "arrow-narrow-left-dashed", "arrow-narrow-left", "arrow-narrow-right-dashed", "arrow-narrow-right", "arrow-narrow-up-dashed", "arrow-narrow-up", "arrow-ramp-left-2", "arrow-ramp-left-3", "arrow-ramp-left", "arrow-ramp-right-2", "arrow-ramp-right-3", "arrow-ramp-right", "arrow-right-bar", "arrow-right-circle", "arrow-right-dashed", "arrow-right-from-arc", "arrow-right-rhombus", "arrow-right-square", "arrow-right-tail", "arrow-right-to-arc", "arrow-right", "arrow-rotary-first-left", "arrow-rotary-first-right", "arrow-rotary-last-left", "arrow-rotary-last-right", "arrow-rotary-left", "arrow-rotary-right", "arrow-rotary-straight", "arrow-roundabout-left", "arrow-roundabout-right", "arrow-sharp-turn-left", "arrow-sharp-turn-right", "arrow-up-bar", "arrow-up-circle", "arrow-up-dashed", "arrow-up-from-arc", "arrow-up-left-circle", "arrow-up-left", "arrow-up-rhombus", "arrow-up-right-circle", "arrow-up-right", "arrow-up-square", "arrow-up-tail", "arrow-up-to-arc", "arrow-up", "arrow-wave-left-down", "arrow-wave-left-up", "arrow-wave-right-down", "arrow-wave-right-up", "arrow-zig-zag", "arrows-cross", "arrows-diagonal-2", "arrows-diagonal-minimize-2", "arrows-diagonal-minimize", "arrows-diagonal", "arrows-diff", "arrows-double-ne-sw", "arrows-double-nw-se", "arrows-double-se-nw", "arrows-double-sw-ne", "arrows-down-up", "arrows-down", "arrows-exchange-2", "arrows-exchange", "arrows-horizontal", "arrows-join-2", "arrows-join", "arrows-left-down", "arrows-left-right", "arrows-left", "arrows-maximize", "arrows-minimize", "arrows-move-horizontal", "arrows-move-vertical", "arrows-move", "arrows-random", "arrows-right-down", "arrows-right-left", "arrows-right", "arrows-shuffle-2", "arrows-shuffle", "arrows-sort", "arrows-split-2", "arrows-split", "arrows-transfer-down", "arrows-transfer-up-down", "arrows-transfer-up", "arrows-up-down", "arrows-up-left", "arrows-up-right", "arrows-up", "arrows-vertical", "artboard-off", "artboard", "article-off", "article", "aspect-ratio-off", "aspect-ratio", "assembly-off", "assembly", "asset", "asterisk-simple", "asterisk", "at-off", "at", "atom-2", "atom-off", "atom", "augmented-reality-2", "augmented-reality-off", "augmented-reality", "auth-2fa", "automatic-gearbox", "automation", "avocado", "award-off", "award", "axe", "axis-x", "axis-y", "baby-bottle", "baby-carriage", "background", "backhoe", "backpack-off", "backpack", "backslash", "backspace", "badge-2k", "badge-3d", "badge-3k", "badge-4k", "badge-5k", "badge-8k", "badge-ad-off", "badge-ad", "badge-ar", "badge-cc", "badge-hd", "badge-off", "badge-sd", "badge-tm", "badge-vo", "badge-vr", "badge-wc", "badge", "badges-off", "badges", "baguette", "ball-american-football-off", "ball-american-football", "ball-baseball", "ball-basketball", "ball-bowling", "ball-football-off", "ball-football", "ball-tennis", "ball-volleyball", "balloon-off", "balloon", "ballpen-off", "ballpen", "ban", "banana", "bandage-off", "bandage", "barbell-off", "barbell", "barcode-off", "barcode", "barrel-off", "barrel", "barrier-block-off", "barrier-block", "baseline-density-large", "baseline-density-medium", "baseline-density-small", "baseline", "basket-bolt", "basket-cancel", "basket-check", "basket-code", "basket-cog", "basket-discount", "basket-dollar", "basket-down", "basket-exclamation", "basket-heart", "basket-minus", "basket-off", "basket-pause", "basket-pin", "basket-plus", "basket-question", "basket-search", "basket-share", "basket-star", "basket-up", "basket-x", "basket", "bat", "bath-off", "bath", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging-2", "battery-charging", "battery-eco", "battery-exclamation", "battery-off", "battery-spark", "battery-vertical-1", "battery-vertical-2", "battery-vertical-3", "battery-vertical-4", "battery-vertical-charging-2", "battery-vertical-charging", "battery-vertical-eco", "battery-vertical-exclamation", "battery-vertical-off", "battery-vertical", "battery", "beach-off", "beach", "bed-flat", "bed-off", "bed", "beer-off", "beer", "bell-bolt", "bell-cancel", "bell-check", "bell-code", "bell-cog", "bell-dollar", "bell-down", "bell-exclamation", "bell-heart", "bell-minus", "bell-off", "bell-pause", "bell-pin", "bell-plus", "bell-question", "bell-ringing-2", "bell-ringing", "bell-school", "bell-search", "bell-share", "bell-star", "bell-up", "bell-x", "bell-z", "bell", "beta", "bible", "bike-off", "bike", "binary-off", "binary-tree-2", "binary-tree", "binary", "binoculars", "biohazard-off", "biohazard", "blade", "bleach-chlorine", "bleach-no-chlorine", "bleach-off", "bleach", "blend-mode", "blender", "blind", "blob", "blockquote", "blocks", "bluetooth-connected", "bluetooth-off", "bluetooth-x", "bluetooth", "blur-off", "blur", "bmp", "body-scan", "bold-off", "bold", "bolt-off", "bolt", "bomb", "bone-off", "bone", "bong-off", "bong", "book-2", "book-download", "book-off", "book-upload", "book", "bookmark-ai", "bookmark-edit", "bookmark-minus", "bookmark-off", "bookmark-plus", "bookmark-question", "bookmark", "bookmarks-off", "bookmarks", "books-off", "books", "boom", "border-all", "border-bottom-plus", "border-bottom", "border-corner-ios", "border-corner-pill", "border-corner-rounded", "border-corner-square", "border-corners", "border-horizontal", "border-inner", "border-left-plus", "border-left", "border-none", "border-outer", "border-radius", "border-right-plus", "border-right", "border-sides", "border-style-2", "border-style", "border-top-plus", "border-top", "border-vertical", "bot-id", "bottle-off", "bottle", "bounce-left", "bounce-right", "bow", "bowl-chopsticks", "bowl-spoon", "bowl", "bowling", "box-align-bottom-left", "box-align-bottom-right", "box-align-bottom", "box-align-left", "box-align-right", "box-align-top-left", "box-align-top-right", "box-align-top", "box-margin", "box-model-2-off", "box-model-2", "box-model-off", "box-model", "box-multiple-0", "box-multiple-1", "box-multiple-2", "box-multiple-3", "box-multiple-4", "box-multiple-5", "box-multiple-6", "box-multiple-7", "box-multiple-8", "box-multiple-9", "box-multiple", "box-off", "box-padding", "box", "braces-off", "braces", "brackets-angle-off", "brackets-angle", "brackets-contain-end", "brackets-contain-start", "brackets-contain", "brackets-off", "brackets", "braille", "brain", "brand-4chan", "brand-abstract", "brand-adobe-after-effect", "brand-adobe-illustrator", "brand-adobe-indesign", "brand-adobe-photoshop", "brand-adobe-premiere", "brand-adobe-xd", "brand-adobe", "brand-adonis-js", "brand-airbnb", "brand-airtable", "brand-algolia", "brand-alipay", "brand-alpine-js", "brand-amazon", "brand-amd", "brand-amie", "brand-amigo", "brand-among-us", "brand-android", "brand-angular", "brand-ansible", "brand-ao3", "brand-appgallery", "brand-apple-arcade", "brand-apple-news", "brand-apple-podcast", "brand-apple", "brand-appstore", "brand-arc", "brand-asana", "brand-astro", "brand-audible", "brand-auth0", "brand-aws", "brand-azure", "brand-backbone", "brand-badoo", "brand-baidu", "brand-bandcamp", "brand-bandlab", "brand-beats", "brand-bebo", "brand-behance", "brand-bilibili", "brand-binance", "brand-bing", "brand-bitbucket", "brand-blackberry", "brand-blender", "brand-blogger", "brand-bluesky", "brand-booking", "brand-bootstrap", "brand-bulma", "brand-bumble", "brand-bunpo", "brand-c-sharp", "brand-cake", "brand-cakephp", "brand-campaignmonitor", "brand-carbon", "brand-cashapp", "brand-chrome", "brand-cinema-4d", "brand-citymapper", "brand-cloudflare", "brand-codecov", "brand-codepen", "brand-codesandbox", "brand-cohost", "brand-coinbase", "brand-comedy-central", "brand-coreos", "brand-couchdb", "brand-couchsurfing", "brand-cpp", "brand-craft", "brand-crunchbase", "brand-css3", "brand-ctemplar", "brand-cucumber", "brand-cupra", "brand-cypress", "brand-d3", "brand-databricks", "brand-days-counter", "brand-dcos", "brand-debian", "brand-deezer", "brand-deliveroo", "brand-deno", "brand-denodo", "brand-deviantart", "brand-digg", "brand-dingtalk", "brand-discord", "brand-disney", "brand-disqus", "brand-django", "brand-docker", "brand-doctrine", "brand-dolby-digital", "brand-douban", "brand-dribbble", "brand-dropbox", "brand-drops", "brand-drupal", "brand-edge", "brand-elastic", "brand-electronic-arts", "brand-ember", "brand-envato", "brand-etsy", "brand-evernote", "brand-facebook", "brand-feedly", "brand-figma", "brand-filezilla", "brand-finder", "brand-firebase", "brand-firefox", "brand-fiverr", "brand-flickr", "brand-flightradar24", "brand-flipboard", "brand-flutter", "brand-fortnite", "brand-foursquare", "brand-framer-motion", "brand-framer", "brand-funimation", "brand-gatsby", "brand-git", "brand-github-copilot", "brand-github", "brand-gitlab", "brand-gmail", "brand-golang", "brand-google-analytics", "brand-google-big-query", "brand-google-drive", "brand-google-fit", "brand-google-home", "brand-google-maps", "brand-google-one", "brand-google-photos", "brand-google-play", "brand-google-podcasts", "brand-google", "brand-grammarly", "brand-graphql", "brand-gravatar", "brand-grindr", "brand-guardian", "brand-gumroad", "brand-hackerrank", "brand-hbo", "brand-headlessui", "brand-hexo", "brand-hipchat", "brand-html5", "brand-inertia", "brand-infakt", "brand-instagram", "brand-intercom", "brand-itch", "brand-javascript", "brand-jira", "brand-juejin", "brand-kako-talk", "brand-kbin", "brand-kick", "brand-kickstarter", "brand-kotlin", "brand-laravel", "brand-lastfm", "brand-leetcode", "brand-letterboxd", "brand-line", "brand-linkedin", "brand-linktree", "brand-linqpad", "brand-livewire", "brand-loom", "brand-mailgun", "brand-mantine", "brand-mastercard", "brand-mastodon", "brand-matrix", "brand-mcdonalds", "brand-medium", "brand-meetup", "brand-mercedes", "brand-messenger", "brand-meta", "brand-metabrainz", "brand-minecraft", "brand-miniprogram", "brand-mixpanel", "brand-monday", "brand-mongodb", "brand-my-oppo", "brand-mysql", "brand-national-geographic", "brand-nem", "brand-netbeans", "brand-netease-music", "brand-netflix", "brand-nexo", "brand-nextcloud", "brand-nextjs", "brand-nodejs", "brand-nord-vpn", "brand-notion", "brand-npm", "brand-nuxt", "brand-nytimes", "brand-oauth", "brand-office", "brand-ok-ru", "brand-onedrive", "brand-onlyfans", "brand-open-source", "brand-openai", "brand-openvpn", "brand-opera", "brand-pagekit", "brand-parsinta", "brand-patreon", "brand-paypal", "brand-paypay", "brand-peanut", "brand-pepsi", "brand-php", "brand-picsart", "brand-pinterest", "brand-planetscale", "brand-pnpm", "brand-pocket", "brand-polymer", "brand-powershell", "brand-printables", "brand-prisma", "brand-producthunt", "brand-pushbullet", "brand-pushover", "brand-python", "brand-qq", "brand-radix-ui", "brand-react-native", "brand-react", "brand-reason", "brand-reddit", "brand-redhat", "brand-redux", "brand-revolut", "brand-rumble", "brand-rust", "brand-safari", "brand-samsungpass", "brand-sass", "brand-sentry", "brand-sharik", "brand-shazam", "brand-shopee", "brand-sketch", "brand-skype", "brand-slack", "brand-snapchat", "brand-snapseed", "brand-snowflake", "brand-socket-io", "brand-solidjs", "brand-soundcloud", "brand-spacehey", "brand-speedtest", "brand-spotify", "brand-stackoverflow", "brand-stackshare", "brand-steam", "brand-stellar", "brand-stocktwits", "brand-storj", "brand-storybook", "brand-storytel", "brand-strava", "brand-stripe", "brand-sublime-text", "brand-sugarizer", "brand-supabase", "brand-superhuman", "brand-supernova", "brand-surfshark", "brand-svelte", "brand-swift", "brand-symfony", "brand-tabler", "brand-tabnine", "brand-tailwind", "brand-taobao", "brand-teams", "brand-ted", "brand-telegram", "brand-terraform", "brand-tesla", "brand-tether", "brand-thingiverse", "brand-threads", "brand-threejs", "brand-tidal", "brand-tiktok", "brand-tinder", "brand-topbuzz", "brand-torchain", "brand-toyota", "brand-trello", "brand-tripadvisor", "brand-tumblr", "brand-twilio", "brand-twitch", "brand-twitter", "brand-typescript", "brand-uber", "brand-ubuntu", "brand-unity", "brand-unsplash", "brand-upwork", "brand-valorant", "brand-vechain", "brand-vercel", "brand-vimeo", "brand-vinted", "brand-visa", "brand-visual-studio", "brand-vite", "brand-vivaldi", "brand-vk", "brand-vlc", "brand-volkswagen", "brand-vsco", "brand-vscode", "brand-vue", "brand-walmart", "brand-waze", "brand-webflow", "brand-wechat", "brand-weibo", "brand-whatsapp", "brand-wikipedia", "brand-windows", "brand-windy", "brand-wish", "brand-wix", "brand-wordpress", "brand-x", "brand-xamarin", "brand-xbox", "brand-xdeep", "brand-xing", "brand-yahoo", "brand-yandex", "brand-yarn", "brand-yatse", "brand-ycombinator", "brand-youtube-kids", "brand-youtube", "brand-zalando", "brand-zapier", "brand-zeit", "brand-zhihu", "brand-zoom", "brand-zulip", "brand-zwift", "bread-off", "bread", "briefcase-2", "briefcase-off", "briefcase", "brightness-2", "brightness-auto", "brightness-down", "brightness-half", "brightness-off", "brightness-up", "brightness", "broadcast-off", "broadcast", "browser-check", "browser-maximize", "browser-minus", "browser-off", "browser-plus", "browser-share", "browser-x", "browser", "brush-off", "brush", "bubble-minus", "bubble-plus", "bubble-tea-2", "bubble-tea", "bubble-text", "bubble-x", "bubble", "bucket-droplet", "bucket-off", "bucket", "bug-off", "bug", "building-airport", "building-arch", "building-bank", "building-bridge-2", "building-bridge", "building-broadcast-tower", "building-burj-al-arab", "building-carousel", "building-castle", "building-church", "building-circus", "building-cog", "building-community", "building-cottage", "building-eiffel-tower", "building-estate", "building-factory-2", "building-factory", "building-fortress", "building-hospital", "building-lighthouse", "building-minus", "building-monument", "building-mosque", "building-off", "building-pavilion", "building-plus", "building-skyscraper", "building-stadium", "building-store", "building-tunnel", "building-warehouse", "building-wind-turbine", "building", "buildings", "bulb-off", "bulb", "bulldozer", "burger", "bus-off", "bus-stop", "bus", "businessplan", "butterfly", "cactus-off", "cactus", "cake-off", "cake-roll", "cake", "calculator-off", "calculator", "calendar-bolt", "calendar-cancel", "calendar-check", "calendar-clock", "calendar-code", "calendar-cog", "calendar-dollar", "calendar-dot", "calendar-down", "calendar-due", "calendar-event", "calendar-exclamation", "calendar-heart", "calendar-minus", "calendar-month", "calendar-off", "calendar-pause", "calendar-pin", "calendar-plus", "calendar-question", "calendar-repeat", "calendar-sad", "calendar-search", "calendar-share", "calendar-smile", "calendar-star", "calendar-stats", "calendar-time", "calendar-up", "calendar-user", "calendar-week", "calendar-x", "calendar", "camera-ai", "camera-bitcoin", "camera-bolt", "camera-cancel", "camera-check", "camera-code", "camera-cog", "camera-dollar", "camera-down", "camera-exclamation", "camera-heart", "camera-minus", "camera-moon", "camera-off", "camera-pause", "camera-pin", "camera-plus", "camera-question", "camera-rotate", "camera-search", "camera-selfie", "camera-share", "camera-spark", "camera-star", "camera-up", "camera-x", "camera", "camper", "campfire", "canary", "cancel", "candle", "candy-off", "candy", "cane", "cannabis", "cap-projecting", "cap-rounded", "cap-straight", "capsule-horizontal", "capsule", "capture-off", "capture", "car-4wd", "car-crane", "car-crash", "car-door", "car-fan-1", "car-fan-2", "car-fan-3", "car-fan-auto", "car-fan", "car-garage", "car-lifter", "car-off-road", "car-off", "car-suspension", "car-suv", "car-turbine", "car", "carambola", "caravan", "cardboards-off", "cardboards", "cards", "caret-down", "caret-left-right", "caret-left", "caret-right", "caret-up-down", "caret-up", "carousel-horizontal", "carousel-vertical", "carrot-off", "carrot", "cash-banknote-edit", "cash-banknote-heart", "cash-banknote-minus", "cash-banknote-move-back", "cash-banknote-move", "cash-banknote-off", "cash-banknote-plus", "cash-banknote", "cash-edit", "cash-heart", "cash-minus", "cash-move-back", "cash-move", "cash-off", "cash-plus", "cash-register", "cash", "cast-off", "cast", "cat", "category-2", "category-minus", "category-plus", "category", "ce-off", "ce", "cell-signal-1", "cell-signal-2", "cell-signal-3", "cell-signal-4", "cell-signal-5", "cell-signal-off", "cell", "certificate-2-off", "certificate-2", "certificate-off", "certificate", "chair-director", "chalkboard-off", "chalkboard-teacher", "chalkboard", "charging-pile", "chart-arcs-3", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar-off", "chart-bar-popular", "chart-bar", "chart-bubble", "chart-candle", "chart-circles", "chart-cohort", "chart-column", "chart-covariate", "chart-donut-2", "chart-donut-3", "chart-donut-4", "chart-donut", "chart-dots-2", "chart-dots-3", "chart-dots", "chart-funnel", "chart-grid-dots", "chart-histogram", "chart-infographic", "chart-line", "chart-pie-2", "chart-pie-3", "chart-pie-4", "chart-pie-off", "chart-pie", "chart-ppf", "chart-radar", "chart-sankey", "chart-scatter-3d", "chart-scatter", "chart-treemap", "check", "checkbox", "checklist", "checks", "checkup-list", "cheese", "chef-hat-off", "chef-hat", "cherry", "chess-bishop", "chess-king", "chess-knight", "chess-queen", "chess-rook", "chess", "chevron-compact-down", "chevron-compact-left", "chevron-compact-right", "chevron-compact-up", "chevron-down-left", "chevron-down-right", "chevron-down", "chevron-left-pipe", "chevron-left", "chevron-right-pipe", "chevron-right", "chevron-up-left", "chevron-up-right", "chevron-up", "chevrons-down-left", "chevrons-down-right", "chevrons-down", "chevrons-left", "chevrons-right", "chevrons-up-left", "chevrons-up-right", "chevrons-up", "chisel", "chocolate", "christmas-ball", "christmas-tree-off", "christmas-tree", "circle-arrow-down-left", "circle-arrow-down-right", "circle-arrow-down", "circle-arrow-left", "circle-arrow-right", "circle-arrow-up-left", "circle-arrow-up-right", "circle-arrow-up", "circle-asterisk", "circle-caret-down", "circle-caret-left", "circle-caret-right", "circle-caret-up", "circle-check", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-chevrons-down", "circle-chevrons-left", "circle-chevrons-right", "circle-chevrons-up", "circle-dashed-check", "circle-dashed-letter-a", "circle-dashed-letter-b", "circle-dashed-letter-c", "circle-dashed-letter-d", "circle-dashed-letter-e", "circle-dashed-letter-f", "circle-dashed-letter-g", "circle-dashed-letter-h", "circle-dashed-letter-i", "circle-dashed-letter-j", "circle-dashed-letter-k", "circle-dashed-letter-l", "circle-dashed-letter-m", "circle-dashed-letter-n", "circle-dashed-letter-o", "circle-dashed-letter-p", "circle-dashed-letter-q", "circle-dashed-letter-r", "circle-dashed-letter-s", "circle-dashed-letter-t", "circle-dashed-letter-u", "circle-dashed-letter-v", "circle-dashed-letter-w", "circle-dashed-letter-x", "circle-dashed-letter-y", "circle-dashed-letter-z", "circle-dashed-minus", "circle-dashed-number-0", "circle-dashed-number-1", "circle-dashed-number-2", "circle-dashed-number-3", "circle-dashed-number-4", "circle-dashed-number-5", "circle-dashed-number-6", "circle-dashed-number-7", "circle-dashed-number-8", "circle-dashed-number-9", "circle-dashed-percentage", "circle-dashed-plus", "circle-dashed-x", "circle-dashed", "circle-dot", "circle-dotted-letter-a", "circle-dotted-letter-b", "circle-dotted-letter-c", "circle-dotted-letter-d", "circle-dotted-letter-e", "circle-dotted-letter-f", "circle-dotted-letter-g", "circle-dotted-letter-h", "circle-dotted-letter-i", "circle-dotted-letter-j", "circle-dotted-letter-k", "circle-dotted-letter-l", "circle-dotted-letter-m", "circle-dotted-letter-n", "circle-dotted-letter-o", "circle-dotted-letter-p", "circle-dotted-letter-q", "circle-dotted-letter-r", "circle-dotted-letter-s", "circle-dotted-letter-t", "circle-dotted-letter-u", "circle-dotted-letter-v", "circle-dotted-letter-w", "circle-dotted-letter-x", "circle-dotted-letter-y", "circle-dotted-letter-z", "circle-dotted", "circle-half-2", "circle-half-vertical", "circle-half", "circle-key", "circle-letter-a", "circle-letter-b", "circle-letter-c", "circle-letter-d", "circle-letter-e", "circle-letter-f", "circle-letter-g", "circle-letter-h", "circle-letter-i", "circle-letter-j", "circle-letter-k", "circle-letter-l", "circle-letter-m", "circle-letter-n", "circle-letter-o", "circle-letter-p", "circle-letter-q", "circle-letter-r", "circle-letter-s", "circle-letter-t", "circle-letter-u", "circle-letter-v", "circle-letter-w", "circle-letter-x", "circle-letter-y", "circle-letter-z", "circle-minus-2", "circle-minus", "circle-number-0", "circle-number-1", "circle-number-2", "circle-number-3", "circle-number-4", "circle-number-5", "circle-number-6", "circle-number-7", "circle-number-8", "circle-number-9", "circle-off", "circle-open-arrow-down", "circle-open-arrow-left", "circle-open-arrow-right", "circle-open-arrow-up", "circle-percentage", "circle-plus-2", "circle-plus-minus", "circle-plus", "circle-rectangle-off", "circle-rectangle", "circle-square", "circle-triangle", "circle-x", "circle", "circles-relation", "circles", "circuit-ammeter", "circuit-battery", "circuit-bulb", "circuit-capacitor-polarized", "circuit-capacitor", "circuit-cell-plus", "circuit-cell", "circuit-changeover", "circuit-diode-zener", "circuit-diode", "circuit-ground-digital", "circuit-ground", "circuit-inductor", "circuit-motor", "circuit-pushbutton", "circuit-resistor", "circuit-switch-closed", "circuit-switch-open", "circuit-voltmeter", "clear-all", "clear-formatting", "clef-staff", "clef", "click", "cliff-jumping", "clipboard-check", "clipboard-copy", "clipboard-data", "clipboard-heart", "clipboard-list", "clipboard-off", "clipboard-plus", "clipboard-search", "clipboard-smile", "clipboard-text", "clipboard-typography", "clipboard-x", "clipboard", "clock-12", "clock-2", "clock-24", "clock-bitcoin", "clock-bolt", "clock-cancel", "clock-check", "clock-code", "clock-cog", "clock-dollar", "clock-down", "clock-edit", "clock-exclamation", "clock-heart", "clock-hour-1", "clock-hour-10", "clock-hour-11", "clock-hour-12", "clock-hour-2", "clock-hour-3", "clock-hour-4", "clock-hour-5", "clock-hour-6", "clock-hour-7", "clock-hour-8", "clock-hour-9", "clock-minus", "clock-off", "clock-pause", "clock-pin", "clock-play", "clock-plus", "clock-question", "clock-record", "clock-search", "clock-share", "clock-shield", "clock-star", "clock-stop", "clock-up", "clock-x", "clock", "clothes-rack-off", "clothes-rack", "cloud-bitcoin", "cloud-bolt", "cloud-cancel", "cloud-check", "cloud-code", "cloud-cog", "cloud-computing", "cloud-data-connection", "cloud-dollar", "cloud-down", "cloud-download", "cloud-exclamation", "cloud-fog", "cloud-heart", "cloud-lock-open", "cloud-lock", "cloud-minus", "cloud-network", "cloud-off", "cloud-pause", "cloud-pin", "cloud-plus", "cloud-question", "cloud-rain", "cloud-search", "cloud-share", "cloud-snow", "cloud-star", "cloud-storm", "cloud-up", "cloud-upload", "cloud-x", "cloud", "clover-2", "clover", "clubs", "code-asterisk", "code-circle-2", "code-circle", "code-dots", "code-minus", "code-off", "code-plus", "code-variable-minus", "code-variable-plus", "code-variable", "code", "codeblock", "coffee-off", "coffee", "coffin", "coin-bitcoin", "coin-euro", "coin-monero", "coin-off", "coin-pound", "coin-rupee", "coin-taka", "coin-yen", "coin-yuan", "coin", "coins", "color-filter", "color-picker-off", "color-picker", "color-swatch-off", "color-swatch", "column-insert-left", "column-insert-right", "column-remove", "columns-1", "columns-2", "columns-3", "columns-off", "columns", "comet", "command-off", "command", "compass-off", "compass", "components-off", "components", "cone-2", "cone-off", "cone-plus", "cone", "confetti-off", "confetti", "confucius", "congruent-to", "connection", "container-off", "container", "contract", "contrast-2-off", "contrast-2", "contrast-off", "contrast", "cooker", "cookie-man", "cookie-off", "cookie", "copy-check", "copy-minus", "copy-off", "copy-plus", "copy-x", "copy", "copyleft-off", "copyleft", "copyright-off", "copyright", "corner-down-left-double", "corner-down-left", "corner-down-right-double", "corner-down-right", "corner-left-down-double", "corner-left-down", "corner-left-up-double", "corner-left-up", "corner-right-down-double", "corner-right-down", "corner-right-up-double", "corner-right-up", "corner-up-left-double", "corner-up-left", "corner-up-right-double", "corner-up-right", "cpu-2", "cpu-off", "cpu", "crane-off", "crane", "creative-commons-by", "creative-commons-nc", "creative-commons-nd", "creative-commons-off", "creative-commons-sa", "creative-commons-zero", "creative-commons", "credit-card-hand", "credit-card-off", "credit-card-pay", "credit-card-refund", "credit-card", "credits", "cricket", "crop-1-1", "crop-16-9", "crop-3-2", "crop-5-4", "crop-7-5", "crop-landscape", "crop-portrait", "crop", "cross-off", "cross", "crosshair", "crown-off", "crown", "crutches-off", "crutches", "crystal-ball", "csv", "cube-3d-sphere-off", "cube-3d-sphere", "cube-off", "cube-plus", "cube-send", "cube-spark", "cube-unfolded", "cube", "cup-off", "cup", "curling", "curly-loop", "currency-afghani", "currency-bahraini", "currency-baht", "currency-bitcoin", "currency-cent", "currency-dinar", "currency-dirham", "currency-dogecoin", "currency-dollar-australian", "currency-dollar-brunei", "currency-dollar-canadian", "currency-dollar-guyanese", "currency-dollar-off", "currency-dollar-singapore", "currency-dollar-zimbabwean", "currency-dollar", "currency-dong", "currency-dram", "currency-ethereum", "currency-euro-off", "currency-euro", "currency-florin", "currency-forint", "currency-frank", "currency-guarani", "currency-hryvnia", "currency-husd", "currency-iranian-rial", "currency-kip", "currency-krone-czech", "currency-krone-danish", "currency-krone-swedish", "currency-lari", "currency-leu", "currency-lira", "currency-litecoin", "currency-lyd", "currency-manat", "currency-monero", "currency-naira", "currency-nano", "currency-off", "currency-paanga", "currency-peso", "currency-pound-off", "currency-pound", "currency-quetzal", "currency-real", "currency-renminbi", "currency-ripple", "currency-riyal", "currency-rubel", "currency-rufiyaa", "currency-rupee-nepalese", "currency-rupee", "currency-shekel", "currency-solana", "currency-som", "currency-taka", "currency-tenge", "currency-tether", "currency-tugrik", "currency-won", "currency-xrp", "currency-yen-off", "currency-yen", "currency-yuan", "currency-zcash", "currency-zloty", "currency", "current-location-off", "current-location", "cursor-off", "cursor-text", "cut", "cylinder-off", "cylinder-plus", "cylinder", "dashboard-off", "dashboard", "database-cog", "database-dollar", "database-edit", "database-exclamation", "database-export", "database-heart", "database-import", "database-leak", "database-minus", "database-off", "database-plus", "database-search", "database-share", "database-smile", "database-star", "database-x", "database", "deaf", "decimal", "deer", "delta", "dental-broken", "dental-off", "dental", "deselect", "desk", "details-off", "details", "device-3d-camera", "device-3d-lens", "device-airpods-case", "device-airpods", "device-airtag", "device-analytics", "device-audio-tape", "device-camera-phone", "device-cctv-off", "device-cctv", "device-computer-camera-2", "device-computer-camera-off", "device-computer-camera", "device-desktop-analytics", "device-desktop-bolt", "device-desktop-cancel", "device-desktop-check", "device-desktop-code", "device-desktop-cog", "device-desktop-dollar", "device-desktop-down", "device-desktop-exclamation", "device-desktop-heart", "device-desktop-minus", "device-desktop-off", "device-desktop-pause", "device-desktop-pin", "device-desktop-plus", "device-desktop-question", "device-desktop-search", "device-desktop-share", "device-desktop-star", "device-desktop-up", "device-desktop-x", "device-desktop", "device-floppy", "device-gamepad-2", "device-gamepad-3", "device-gamepad", "device-heart-monitor", "device-imac-bolt", "device-imac-cancel", "device-imac-check", "device-imac-code", "device-imac-cog", "device-imac-dollar", "device-imac-down", "device-imac-exclamation", "device-imac-heart", "device-imac-minus", "device-imac-off", "device-imac-pause", "device-imac-pin", "device-imac-plus", "device-imac-question", "device-imac-search", "device-imac-share", "device-imac-star", "device-imac-up", "device-imac-x", "device-imac", "device-ipad-bolt", "device-ipad-cancel", "device-ipad-check", "device-ipad-code", "device-ipad-cog", "device-ipad-dollar", "device-ipad-down", "device-ipad-exclamation", "device-ipad-heart", "device-ipad-horizontal-bolt", "device-ipad-horizontal-cancel", "device-ipad-horizontal-check", "device-ipad-horizontal-code", "device-ipad-horizontal-cog", "device-ipad-horizontal-dollar", "device-ipad-horizontal-down", "device-ipad-horizontal-exclamation", "device-ipad-horizontal-heart", "device-ipad-horizontal-minus", "device-ipad-horizontal-off", "device-ipad-horizontal-pause", "device-ipad-horizontal-pin", "device-ipad-horizontal-plus", "device-ipad-horizontal-question", "device-ipad-horizontal-search", "device-ipad-horizontal-share", "device-ipad-horizontal-star", "device-ipad-horizontal-up", "device-ipad-horizontal-x", "device-ipad-horizontal", "device-ipad-minus", "device-ipad-off", "device-ipad-pause", "device-ipad-pin", "device-ipad-plus", "device-ipad-question", "device-ipad-search", "device-ipad-share", "device-ipad-star", "device-ipad-up", "device-ipad-x", "device-ipad", "device-landline-phone", "device-laptop-off", "device-laptop", "device-mobile-bolt", "device-mobile-cancel", "device-mobile-charging", "device-mobile-check", "device-mobile-code", "device-mobile-cog", "device-mobile-dollar", "device-mobile-down", "device-mobile-exclamation", "device-mobile-heart", "device-mobile-message", "device-mobile-minus", "device-mobile-off", "device-mobile-pause", "device-mobile-pin", "device-mobile-plus", "device-mobile-question", "device-mobile-rotated", "device-mobile-search", "device-mobile-share", "device-mobile-star", "device-mobile-up", "device-mobile-vibration", "device-mobile-x", "device-mobile", "device-nintendo-off", "device-nintendo", "device-projector", "device-remote", "device-screen", "device-sd-card", "device-sim-1", "device-sim-2", "device-sim-3", "device-sim", "device-speaker-off", "device-speaker", "device-tablet-bolt", "device-tablet-cancel", "device-tablet-check", "device-tablet-code", "device-tablet-cog", "device-tablet-dollar", "device-tablet-down", "device-tablet-exclamation", "device-tablet-heart", "device-tablet-minus", "device-tablet-off", "device-tablet-pause", "device-tablet-pin", "device-tablet-plus", "device-tablet-question", "device-tablet-search", "device-tablet-share", "device-tablet-star", "device-tablet-up", "device-tablet-x", "device-tablet", "device-tv-off", "device-tv-old", "device-tv", "device-unknown", "device-usb", "device-vision-pro", "device-watch-bolt", "device-watch-cancel", "device-watch-check", "device-watch-code", "device-watch-cog", "device-watch-dollar", "device-watch-down", "device-watch-exclamation", "device-watch-heart", "device-watch-minus", "device-watch-off", "device-watch-pause", "device-watch-pin", "device-watch-plus", "device-watch-question", "device-watch-search", "device-watch-share", "device-watch-star", "device-watch-stats-2", "device-watch-stats", "device-watch-up", "device-watch-x", "device-watch", "devices-2", "devices-bolt", "devices-cancel", "devices-check", "devices-code", "devices-cog", "devices-dollar", "devices-down", "devices-exclamation", "devices-heart", "devices-minus", "devices-off", "devices-pause", "devices-pc-off", "devices-pc", "devices-pin", "devices-plus", "devices-question", "devices-search", "devices-share", "devices-star", "devices-up", "devices-x", "devices", "diabolo-off", "diabolo-plus", "diabolo", "dialpad-off", "dialpad", "diamond-off", "diamond", "diamonds", "diaper", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dice", "dimensions", "direction-arrows", "direction-horizontal", "direction-sign-off", "direction-sign", "direction", "directions-off", "directions", "disabled-2", "disabled-off", "disabled", "disc-golf", "disc-off", "disc", "discount-off", "discount", "divide", "dna-2-off", "dna-2", "dna-off", "dna", "dog-bowl", "dog", "door-enter", "door-exit", "door-hanger", "door-off", "door", "dots-circle-horizontal", "dots-diagonal-2", "dots-diagonal", "dots-vertical", "dots", "download-off", "download", "drag-drop-2", "drag-drop", "drone-off", "drone", "drop-circle", "droplet-bolt", "droplet-cancel", "droplet-check", "droplet-code", "droplet-cog", "droplet-dollar", "droplet-down", "droplet-exclamation", "droplet-half-2", "droplet-half", "droplet-heart", "droplet-minus", "droplet-off", "droplet-pause", "droplet-pin", "droplet-plus", "droplet-question", "droplet-search", "droplet-share", "droplet-star", "droplet-up", "droplet-x", "droplet", "droplets", "dual-screen", "dumbbell", "dumpling", "e-passport", "ear-off", "ear-scan", "ear", "earphone-bluetooth", "ease-in-control-point", "ease-in-out-control-points", "ease-in-out", "ease-in", "ease-out-control-point", "ease-out", "edit-circle-off", "edit-circle", "edit-off", "edit", "egg-cracked", "egg-fried", "egg-off", "egg", "eggs", "elevator-off", "elevator", "emergency-bed", "empathize-off", "empathize", "emphasis", "engine-off", "engine", "equal-double", "equal-not", "equal", "eraser-off", "eraser", "error-404-off", "error-404", "escalator-down", "escalator-up", "escalator", "exchange-off", "exchange", "exclamation-circle", "exclamation-mark-off", "exclamation-mark", "exercise-ball", "explicit-off", "explicit", "exposure-0", "exposure-minus-1", "exposure-minus-2", "exposure-off", "exposure-plus-1", "exposure-plus-2", "exposure", "external-link-off", "external-link", "eye-bitcoin", "eye-bolt", "eye-cancel", "eye-check", "eye-closed", "eye-code", "eye-cog", "eye-discount", "eye-dollar", "eye-dotted", "eye-down", "eye-edit", "eye-exclamation", "eye-heart", "eye-minus", "eye-off", "eye-pause", "eye-pin", "eye-plus", "eye-question", "eye-search", "eye-share", "eye-spark", "eye-star", "eye-table", "eye-up", "eye-x", "eye", "eyeglass-2", "eyeglass-off", "eyeglass", "face-id-error", "face-id", "face-mask-off", "face-mask", "fall", "favicon", "feather-off", "feather", "fence-off", "fence", "ferry", "fidget-spinner", "file-3d", "file-ai", "file-alert", "file-analytics", "file-arrow-left", "file-arrow-right", "file-barcode", "file-bitcoin", "file-broken", "file-certificate", "file-chart", "file-check", "file-code-2", "file-code", "file-cv", "file-database", "file-delta", "file-description", "file-diff", "file-digit", "file-dislike", "file-dollar", "file-dots", "file-download", "file-euro", "file-excel", "file-export", "file-function", "file-horizontal", "file-import", "file-infinity", "file-info", "file-invoice", "file-isr", "file-lambda", "file-like", "file-minus", "file-music", "file-neutral", "file-off", "file-orientation", "file-pencil", "file-percent", "file-phone", "file-plus", "file-power", "file-report", "file-rss", "file-sad", "file-scissors", "file-search", "file-settings", "file-shredder", "file-signal", "file-smile", "file-spark", "file-spreadsheet", "file-stack", "file-star", "file-symlink", "file-text-ai", "file-text-shield", "file-text-spark", "file-text", "file-time", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-docx", "file-type-html", "file-type-jpg", "file-type-js", "file-type-jsx", "file-type-pdf", "file-type-php", "file-type-png", "file-type-ppt", "file-type-rs", "file-type-sql", "file-type-svg", "file-type-ts", "file-type-tsx", "file-type-txt", "file-type-vue", "file-type-xls", "file-type-xml", "file-type-zip", "file-typography", "file-unknown", "file-upload", "file-vector", "file-word", "file-x", "file-zip", "file", "files-off", "files", "filter-2-bolt", "filter-2-cancel", "filter-2-check", "filter-2-code", "filter-2-cog", "filter-2-discount", "filter-2-dollar", "filter-2-down", "filter-2-edit", "filter-2-exclamation", "filter-2-minus", "filter-2-pause", "filter-2-pin", "filter-2-plus", "filter-2-question", "filter-2-search", "filter-2-share", "filter-2-spark", "filter-2-up", "filter-2-x", "filter-2", "filter-bolt", "filter-cancel", "filter-check", "filter-code", "filter-cog", "filter-discount", "filter-dollar", "filter-down", "filter-edit", "filter-exclamation", "filter-heart", "filter-minus", "filter-off", "filter-pause", "filter-pin", "filter-plus", "filter-question", "filter-search", "filter-share", "filter-spark", "filter-star", "filter-up", "filter-x", "filter", "filters", "fingerprint-off", "fingerprint-scan", "fingerprint", "fire-extinguisher", "fire-hydrant-off", "fire-hydrant", "firetruck", "firewall-check", "firewall-flame", "first-aid-kit-off", "first-aid-kit", "fish-bone", "fish-christianity", "fish-hook-off", "fish-hook", "fish-off", "fish", "flag-2-off", "flag-2", "flag-3", "flag-bitcoin", "flag-bolt", "flag-cancel", "flag-check", "flag-code", "flag-cog", "flag-discount", "flag-dollar", "flag-down", "flag-exclamation", "flag-heart", "flag-minus", "flag-off", "flag-pause", "flag-pin", "flag-plus", "flag-question", "flag-search", "flag-share", "flag-spark", "flag-star", "flag-up", "flag-x", "flag", "flame-off", "flame", "flare", "flask-2-off", "flask-2", "flask-off", "flask", "flip-flops", "flip-horizontal", "flip-vertical", "float-center", "float-left", "float-none", "float-right", "flood", "flower-off", "flower", "focus-2", "focus-auto", "focus-centered", "focus", "fold-down", "fold-up", "fold", "folder-bolt", "folder-cancel", "folder-check", "folder-code", "folder-cog", "folder-dollar", "folder-down", "folder-exclamation", "folder-heart", "folder-minus", "folder-off", "folder-open", "folder-pause", "folder-pin", "folder-plus", "folder-question", "folder-root", "folder-search", "folder-share", "folder-star", "folder-symlink", "folder-up", "folder-x", "folder", "folders-off", "folders", "forbid-2", "forbid", "forklift", "forms", "fountain-off", "fountain", "frame-off", "frame", "free-rights", "freeze-column", "freeze-row-column", "freeze-row", "fridge-off", "fridge", "friends-off", "friends", "frustum-off", "frustum-plus", "frustum", "function-off", "function", "galaxy", "garden-cart-off", "garden-cart", "gas-station-off", "gas-station", "gauge-off", "gauge", "gavel", "gender-agender", "gender-androgyne", "gender-bigender", "gender-demiboy", "gender-demigirl", "gender-epicene", "gender-female", "gender-femme", "gender-genderfluid", "gender-genderless", "gender-genderqueer", "gender-hermaphrodite", "gender-intergender", "gender-male", "gender-neutrois", "gender-third", "gender-transgender", "gender-trasvesti", "geometry", "ghost-2", "ghost-3", "ghost-off", "ghost", "gif", "gift-card", "gift-off", "gift", "git-branch-deleted", "git-branch", "git-cherry-pick", "git-commit", "git-compare", "git-fork", "git-merge", "git-pull-request-closed", "git-pull-request-draft", "git-pull-request", "gizmo", "glass-champagne", "glass-cocktail", "glass-full", "glass-gin", "glass-off", "glass", "globe-off", "globe", "go-game", "golf-off", "golf", "gps", "gradienter", "grain", "grape", "graph-off", "graph", "grave-2", "grave", "grid-3x3", "grid-4x4", "grid-dots", "grid-goldenratio", "grid-pattern", "grid-scan", "grill-fork", "grill-off", "grill-spatula", "grill", "grip-horizontal", "grip-vertical", "growth", "guitar-pick", "gymnastics", "h-1", "h-2", "h-3", "h-4", "h-5", "h-6", "hammer-drill", "hammer-off", "hammer", "hand-click-off", "hand-click", "hand-finger-down", "hand-finger-left", "hand-finger-off", "hand-finger-right", "hand-finger", "hand-grab", "hand-little-finger", "hand-love-you", "hand-middle-finger", "hand-move", "hand-off", "hand-ring-finger", "hand-sanitizer", "hand-stop", "hand-three-fingers", "hand-two-fingers", "hanger-2", "hanger-off", "hanger", "hash", "haze-moon", "haze", "hdr", "heading-off", "heading", "headphones-off", "headphones", "headset-off", "headset", "health-recognition", "heart-bitcoin", "heart-bolt", "heart-broken", "heart-cancel", "heart-check", "heart-code", "heart-cog", "heart-discount", "heart-dollar", "heart-down", "heart-exclamation", "heart-handshake", "heart-minus", "heart-off", "heart-pause", "heart-pin", "heart-plus", "heart-question", "heart-rate-monitor", "heart-search", "heart-share", "heart-spark", "heart-star", "heart-up", "heart-x", "heart", "heartbeat", "hearts-off", "hearts", "helicopter-landing", "helicopter", "helmet-off", "helmet", "help-circle", "help-hexagon", "help-octagon", "help-off", "help-small", "help-square-rounded", "help-square", "help-triangle", "help", "hemisphere-off", "hemisphere-plus", "hemisphere", "hexagon-3d", "hexagon-asterisk", "hexagon-letter-a", "hexagon-letter-b", "hexagon-letter-c", "hexagon-letter-d", "hexagon-letter-e", "hexagon-letter-f", "hexagon-letter-g", "hexagon-letter-h", "hexagon-letter-i", "hexagon-letter-j", "hexagon-letter-k", "hexagon-letter-l", "hexagon-letter-m", "hexagon-letter-n", "hexagon-letter-o", "hexagon-letter-p", "hexagon-letter-q", "hexagon-letter-r", "hexagon-letter-s", "hexagon-letter-t", "hexagon-letter-u", "hexagon-letter-v", "hexagon-letter-w", "hexagon-letter-x", "hexagon-letter-y", "hexagon-letter-z", "hexagon-minus-2", "hexagon-minus", "hexagon-number-0", "hexagon-number-1", "hexagon-number-2", "hexagon-number-3", "hexagon-number-4", "hexagon-number-5", "hexagon-number-6", "hexagon-number-7", "hexagon-number-8", "hexagon-number-9", "hexagon-off", "hexagon-plus-2", "hexagon-plus", "hexagon", "hexagonal-prism-off", "hexagonal-prism-plus", "hexagonal-prism", "hexagonal-pyramid-off", "hexagonal-pyramid-plus", "hexagonal-pyramid", "hexagons-off", "hexagons", "hierarchy-2", "hierarchy-3", "hierarchy-off", "hierarchy", "highlight-off", "highlight", "history-off", "history-toggle", "history", "home-2", "home-bitcoin", "home-bolt", "home-cancel", "home-check", "home-cog", "home-dollar", "home-dot", "home-down", "home-eco", "home-edit", "home-exclamation", "home-hand", "home-heart", "home-infinity", "home-link", "home-lock", "home-minus", "home-move", "home-off", "home-plus", "home-question", "home-ribbon", "home-search", "home-share", "home-shield", "home-signal", "home-spark", "home-star", "home-stats", "home-up", "home-x", "home", "horse-toy", "horse", "horseshoe", "hospital-circle", "hospital", "hotel-service", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "hours-12", "hours-24", "html", "http-connect-off", "http-connect", "http-delete-off", "http-delete", "http-get-off", "http-get", "http-head-off", "http-head", "http-options-off", "http-options", "http-patch-off", "http-patch", "http-post-off", "http-post", "http-put-off", "http-put", "http-que-off", "http-que", "http-trace-off", "http-trace", "hula-hoop", "ice-cream-2", "ice-cream-off", "ice-cream", "ice-skating", "iceberg", "icons-off", "icons", "id-badge-2", "id-badge-off", "id-badge", "id-off", "id", "ikosaedr", "image-generation", "image-in-picture", "inbox-off", "inbox", "indent-decrease", "indent-increase", "infinity-2", "infinity-off", "infinity", "info-circle", "info-hexagon", "info-octagon", "info-small", "info-square-rounded", "info-square", "info-triangle", "inner-shadow-bottom-left", "inner-shadow-bottom-right", "inner-shadow-bottom", "inner-shadow-left", "inner-shadow-right", "inner-shadow-top-left", "inner-shadow-top-right", "inner-shadow-top", "input-ai", "input-check", "input-search", "input-spark", "input-x", "invoice", "ironing-1", "ironing-2", "ironing-3", "ironing-off", "ironing-steam-off", "ironing-steam", "ironing", "irregular-polyhedron-off", "irregular-polyhedron-plus", "irregular-polyhedron", "italic", "jacket", "jetpack", "jetski", "jewish-star", "join-bevel", "join-round", "join-straight", "joker", "jpg", "json", "jump-rope", "karate", "kayak", "kerning", "key-off", "key", "keyboard-hide", "keyboard-off", "keyboard-show", "keyboard", "keyframe-align-center", "keyframe-align-horizontal", "keyframe-align-vertical", "keyframe", "keyframes", "label-important", "label-off", "label", "ladder-off", "ladder", "ladle", "lambda", "lamp-2", "lamp-off", "lamp", "lane", "language-hiragana", "language-katakana", "language-off", "language", "lasso-off", "lasso-polygon", "lasso", "laurel-wreath-1", "laurel-wreath-2", "laurel-wreath-3", "laurel-wreath", "lawn-mower", "layers-difference", "layers-intersect-2", "layers-intersect", "layers-linked", "layers-off", "layers-selected-bottom", "layers-selected", "layers-subtract", "layers-union", "layout-2", "layout-align-bottom", "layout-align-center", "layout-align-left", "layout-align-middle", "layout-align-right", "layout-align-top", "layout-board-split", "layout-board", "layout-bottombar-collapse", "layout-bottombar-expand", "layout-bottombar-inactive", "layout-bottombar", "layout-cards", "layout-collage", "layout-columns", "layout-dashboard", "layout-distribute-horizontal", "layout-distribute-vertical", "layout-grid-add", "layout-grid-remove", "layout-grid", "layout-kanban", "layout-list", "layout-navbar-collapse", "layout-navbar-expand", "layout-navbar-inactive", "layout-navbar", "layout-off", "layout-rows", "layout-sidebar-inactive", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout-sidebar-right-inactive", "layout-sidebar-right", "layout-sidebar", "layout", "leaf-2", "leaf-maple", "leaf-off", "leaf", "lego-off", "lego", "lemon-2", "lemon", "letter-a-small", "letter-a", "letter-b-small", "letter-b", "letter-c-small", "letter-c", "letter-case-lower", "letter-case-toggle", "letter-case-upper", "letter-case", "letter-d-small", "letter-d", "letter-e-small", "letter-e", "letter-f-small", "letter-f", "letter-g-small", "letter-g", "letter-h-small", "letter-h", "letter-i-small", "letter-i", "letter-j-small", "letter-j", "letter-k-small", "letter-k", "letter-l-small", "letter-l", "letter-m-small", "letter-m", "letter-n-small", "letter-n", "letter-o-small", "letter-o", "letter-p-small", "letter-p", "letter-q-small", "letter-q", "letter-r-small", "letter-r", "letter-s-small", "letter-s", "letter-spacing", "letter-t-small", "letter-t", "letter-u-small", "letter-u", "letter-v-small", "letter-v", "letter-w-small", "letter-w", "letter-x-small", "letter-x", "letter-y-small", "letter-y", "letter-z-small", "letter-z", "library-minus", "library-photo", "library-plus", "library", "license-off", "license", "lifebuoy-off", "lifebuoy", "lighter", "line-dashed", "line-dotted", "line-height", "line-scan", "line", "link-minus", "link-off", "link-plus", "link", "list-check", "list-details", "list-letters", "list-numbers", "list-search", "list-tree", "list", "live-photo-off", "live-photo", "live-view", "load-balancer", "loader-2", "loader-3", "loader-4", "loader-quarter", "loader", "location-bolt", "location-broken", "location-cancel", "location-check", "location-code", "location-cog", "location-discount", "location-dollar", "location-down", "location-exclamation", "location-heart", "location-minus", "location-off", "location-pause", "location-pin", "location-plus", "location-question", "location-search", "location-share", "location-star", "location-up", "location-x", "location", "lock-access-off", "lock-access", "lock-bitcoin", "lock-bolt", "lock-cancel", "lock-check", "lock-code", "lock-cog", "lock-dollar", "lock-down", "lock-exclamation", "lock-heart", "lock-minus", "lock-off", "lock-open-2", "lock-open-off", "lock-open", "lock-password", "lock-pause", "lock-pin", "lock-plus", "lock-question", "lock-search", "lock-share", "lock-square-rounded", "lock-square", "lock-star", "lock-up", "lock-x", "lock", "logic-and", "logic-buffer", "logic-nand", "logic-nor", "logic-not", "logic-or", "logic-xnor", "logic-xor", "login-2", "login", "logout-2", "logout", "logs", "lollipop-off", "lollipop", "luggage-off", "luggage", "lungs-off", "lungs", "macro-off", "macro", "magnet-off", "magnet", "magnetic", "mail-ai", "mail-bitcoin", "mail-bolt", "mail-cancel", "mail-check", "mail-code", "mail-cog", "mail-dollar", "mail-down", "mail-exclamation", "mail-fast", "mail-forward", "mail-heart", "mail-minus", "mail-off", "mail-opened", "mail-pause", "mail-pin", "mail-plus", "mail-question", "mail-search", "mail-share", "mail-spark", "mail-star", "mail-up", "mail-x", "mail", "mailbox-off", "mailbox", "man", "manual-gearbox", "map-2", "map-bolt", "map-cancel", "map-check", "map-code", "map-cog", "map-discount", "map-dollar", "map-down", "map-east", "map-exclamation", "map-heart", "map-lock", "map-minus", "map-north", "map-off", "map-pause", "map-pin-2", "map-pin-bolt", "map-pin-cancel", "map-pin-check", "map-pin-code", "map-pin-cog", "map-pin-dollar", "map-pin-down", "map-pin-exclamation", "map-pin-heart", "map-pin-minus", "map-pin-off", "map-pin-pause", "map-pin-pin", "map-pin-plus", "map-pin-question", "map-pin-search", "map-pin-share", "map-pin-star", "map-pin-up", "map-pin-x", "map-pin", "map-pins", "map-plus", "map-question", "map-route", "map-search", "map-share", "map-shield", "map-south", "map-star", "map-up", "map-west", "map-x", "map", "markdown-off", "markdown", "marquee-2", "marquee-off", "marquee", "mars", "mask-off", "mask", "masks-theater-off", "masks-theater", "massage", "matchstick", "math-1-divide-2", "math-1-divide-3", "math-avg", "math-cos", "math-ctg", "math-equal-greater", "math-equal-lower", "math-function-off", "math-function-y", "math-function", "math-greater", "math-integral-x", "math-integral", "math-integrals", "math-lower", "math-max-min", "math-max", "math-min", "math-not", "math-off", "math-pi-divide-2", "math-pi", "math-sec", "math-sin", "math-symbols", "math-tg", "math-x-divide-2", "math-x-divide-y-2", "math-x-divide-y", "math-x-floor-divide-y", "math-x-minus-x", "math-x-minus-y", "math-x-plus-x", "math-x-plus-y", "math-xy", "math-y-minus-y", "math-y-plus-y", "math", "matrix", "maximize-off", "maximize", "meat-off", "meat", "medal-2", "medal", "medical-cross-circle", "medical-cross-off", "medical-cross", "medicine-syrup", "meeple", "melon", "menorah", "menu-2", "menu-3", "menu-4", "menu-deep", "menu-order", "menu", "mesh", "message-2-bolt", "message-2-cancel", "message-2-check", "message-2-code", "message-2-cog", "message-2-dollar", "message-2-down", "message-2-exclamation", "message-2-heart", "message-2-minus", "message-2-off", "message-2-pause", "message-2-pin", "message-2-plus", "message-2-question", "message-2-search", "message-2-share", "message-2-star", "message-2-up", "message-2-x", "message-2", "message-bolt", "message-cancel", "message-chatbot", "message-check", "message-circle-bolt", "message-circle-cancel", "message-circle-check", "message-circle-code", "message-circle-cog", "message-circle-dollar", "message-circle-down", "message-circle-exclamation", "message-circle-heart", "message-circle-minus", "message-circle-off", "message-circle-pause", "message-circle-pin", "message-circle-plus", "message-circle-question", "message-circle-search", "message-circle-share", "message-circle-star", "message-circle-up", "message-circle-user", "message-circle-x", "message-circle", "message-code", "message-cog", "message-dollar", "message-dots", "message-down", "message-exclamation", "message-forward", "message-heart", "message-language", "message-minus", "message-off", "message-pause", "message-pin", "message-plus", "message-question", "message-reply", "message-report", "message-search", "message-share", "message-star", "message-up", "message-user", "message-x", "message", "messages-off", "messages", "meteor-off", "meteor", "meter-cube", "meter-square", "metronome", "michelin-bib-gourmand", "michelin-star-green", "michelin-star", "mickey", "microfrontends", "microphone-2-off", "microphone-2", "microphone-off", "microphone", "microscope-off", "microscope", "microwave-off", "microwave", "middleware", "military-award", "military-rank", "milk-off", "milk", "milkshake", "minimize", "minus-vertical", "minus", "mist-off", "mist", "mobiledata-off", "mobiledata", "moneybag-edit", "moneybag-heart", "moneybag-minus", "moneybag-move-back", "moneybag-move", "moneybag-plus", "moneybag", "monkeybar", "mood-angry", "mood-annoyed-2", "mood-annoyed", "mood-bitcoin", "mood-boy", "mood-check", "mood-cog", "mood-confuzed", "mood-crazy-happy", "mood-cry", "mood-dollar", "mood-edit", "mood-empty", "mood-happy", "mood-heart", "mood-kid", "mood-look-down", "mood-look-left", "mood-look-right", "mood-look-up", "mood-minus", "mood-nerd", "mood-nervous", "mood-neutral", "mood-off", "mood-pin", "mood-plus", "mood-puzzled", "mood-sad-2", "mood-sad-dizzy", "mood-sad-squint", "mood-sad", "mood-search", "mood-share", "mood-sick", "mood-silence", "mood-sing", "mood-smile-beam", "mood-smile-dizzy", "mood-smile", "mood-spark", "mood-surprised", "mood-tongue-wink-2", "mood-tongue-wink", "mood-tongue", "mood-unamused", "mood-up", "mood-wink-2", "mood-wink", "mood-wrrr", "mood-x", "mood-xd", "moon-2", "moon-off", "moon-stars", "moon", "moped", "mosque", "motorbike", "mountain-off", "mountain", "mouse-2", "mouse-off", "mouse", "moustache", "movie-off", "movie", "mug-off", "mug", "multiplier-0-5x", "multiplier-1-5x", "multiplier-1x", "multiplier-2x", "mushroom-off", "mushroom", "music-bolt", "music-cancel", "music-check", "music-code", "music-cog", "music-discount", "music-dollar", "music-down", "music-exclamation", "music-heart", "music-minus", "music-off", "music-pause", "music-pin", "music-plus", "music-question", "music-search", "music-share", "music-star", "music-up", "music-x", "music", "navigation-bolt", "navigation-cancel", "navigation-check", "navigation-code", "navigation-cog", "navigation-discount", "navigation-dollar", "navigation-down", "navigation-east", "navigation-exclamation", "navigation-heart", "navigation-minus", "navigation-north", "navigation-off", "navigation-pause", "navigation-pin", "navigation-plus", "navigation-question", "navigation-search", "navigation-share", "navigation-south", "navigation-star", "navigation-top", "navigation-up", "navigation-west", "navigation-x", "navigation", "needle-thread", "needle", "network-off", "network", "new-section", "news-off", "news", "nfc-off", "nfc", "no-copyright", "no-creative-commons", "no-derivatives", "north-star", "notdef", "note-off", "note", "notebook-off", "notebook", "notes-off", "notes", "notification-off", "notification", "number-0-small", "number-0", "number-1-small", "number-1", "number-10-small", "number-10", "number-100-small", "number-11-small", "number-11", "number-12-small", "number-123", "number-13-small", "number-14-small", "number-15-small", "number-16-small", "number-17-small", "number-18-small", "number-19-small", "number-2-small", "number-2", "number-20-small", "number-21-small", "number-22-small", "number-23-small", "number-24-small", "number-25-small", "number-26-small", "number-27-small", "number-28-small", "number-29-small", "number-3-small", "number-3", "number-30-small", "number-31-small", "number-32-small", "number-33-small", "number-34-small", "number-35-small", "number-36-small", "number-37-small", "number-38-small", "number-39-small", "number-4-small", "number-4", "number-40-small", "number-41-small", "number-42-small", "number-43-small", "number-44-small", "number-45-small", "number-46-small", "number-47-small", "number-48-small", "number-49-small", "number-5-small", "number-5", "number-50-small", "number-51-small", "number-52-small", "number-53-small", "number-54-small", "number-55-small", "number-56-small", "number-57-small", "number-58-small", "number-59-small", "number-6-small", "number-6", "number-60-small", "number-61-small", "number-62-small", "number-63-small", "number-64-small", "number-65-small", "number-66-small", "number-67-small", "number-68-small", "number-69-small", "number-7-small", "number-7", "number-70-small", "number-71-small", "number-72-small", "number-73-small", "number-74-small", "number-75-small", "number-76-small", "number-77-small", "number-78-small", "number-79-small", "number-8-small", "number-8", "number-80-small", "number-81-small", "number-82-small", "number-83-small", "number-84-small", "number-85-small", "number-86-small", "number-87-small", "number-88-small", "number-89-small", "number-9-small", "number-9", "number-90-small", "number-91-small", "number-92-small", "number-93-small", "number-94-small", "number-95-small", "number-96-small", "number-97-small", "number-98-small", "number-99-small", "number", "numbers", "nurse", "nut", "object-scan", "octagon-minus-2", "octagon-minus", "octagon-off", "octagon-plus-2", "octagon-plus", "octagon", "octahedron-off", "octahedron-plus", "octahedron", "old", "olympic-torch", "olympics-off", "olympics", "om", "omega", "option", "outbound", "outlet", "oval-vertical", "oval", "overline", "package-export", "package-import", "package-off", "package", "packages", "pacman", "page-break", "paint-off", "paint", "palette-off", "palette", "panorama-horizontal-off", "panorama-horizontal", "panorama-vertical-off", "panorama-vertical", "paper-bag-off", "paper-bag", "paperclip", "parachute-off", "parachute", "parentheses-off", "parentheses", "parking-circle", "parking-meter", "parking-off", "parking", "password-fingerprint", "password-mobile-phone", "password-user", "password", "paw-off", "paw", "paywall", "pdf", "peace", "pencil-bolt", "pencil-cancel", "pencil-check", "pencil-code", "pencil-cog", "pencil-discount", "pencil-dollar", "pencil-down", "pencil-exclamation", "pencil-heart", "pencil-minus", "pencil-off", "pencil-pause", "pencil-pin", "pencil-plus", "pencil-question", "pencil-search", "pencil-share", "pencil-star", "pencil-up", "pencil-x", "pencil", "pendulum", "pennant-2", "pennant-off", "pennant", "pentagon-minus", "pentagon-number-0", "pentagon-number-1", "pentagon-number-2", "pentagon-number-3", "pentagon-number-4", "pentagon-number-5", "pentagon-number-6", "pentagon-number-7", "pentagon-number-8", "pentagon-number-9", "pentagon-off", "pentagon-plus", "pentagon-x", "pentagon", "pentagram", "pepper-off", "pepper", "percentage-0", "percentage-10", "percentage-100", "percentage-20", "percentage-25", "percentage-30", "percentage-33", "percentage-40", "percentage-50", "percentage-60", "percentage-66", "percentage-70", "percentage-75", "percentage-80", "percentage-90", "percentage", "perfume", "perspective-off", "perspective", "phone-call", "phone-calling", "phone-check", "phone-done", "phone-end", "phone-incoming", "phone-off", "phone-outgoing", "phone-pause", "phone-plus", "phone-ringing", "phone-spark", "phone-x", "phone", "photo-ai", "photo-bitcoin", "photo-bolt", "photo-cancel", "photo-check", "photo-circle-minus", "photo-circle-plus", "photo-circle", "photo-code", "photo-cog", "photo-dollar", "photo-down", "photo-edit", "photo-exclamation", "photo-heart", "photo-hexagon", "photo-minus", "photo-off", "photo-pause", "photo-pentagon", "photo-pin", "photo-plus", "photo-question", "photo-scan", "photo-search", "photo-sensor-2", "photo-sensor-3", "photo-sensor", "photo-share", "photo-shield", "photo-spark", "photo-square-rounded", "photo-star", "photo-up", "photo-video", "photo-x", "photo", "physotherapist", "piano", "pick", "picnic-table", "picture-in-picture-off", "picture-in-picture-on", "picture-in-picture-top", "picture-in-picture", "pig-money", "pig-off", "pig", "pilcrow-left", "pilcrow-right", "pilcrow", "pill-off", "pill", "pillow", "pills", "pin-end", "pin-invoke", "pin", "ping-pong", "pinned-off", "pinned", "pipeline", "pizza-off", "pizza", "placeholder", "plane-arrival", "plane-departure", "plane-inflight", "plane-off", "plane-tilt", "plane", "planet-off", "planet", "plant-2-off", "plant-2", "plant-off", "plant", "play-basketball", "play-card-1", "play-card-10", "play-card-2", "play-card-3", "play-card-4", "play-card-5", "play-card-6", "play-card-7", "play-card-8", "play-card-9", "play-card-a", "play-card-j", "play-card-k", "play-card-off", "play-card-q", "play-card-star", "play-card", "play-football", "play-handball", "play-volleyball", "player-eject", "player-pause", "player-play", "player-record", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "playlist-add", "playlist-off", "playlist-x", "playlist", "playstation-circle", "playstation-square", "playstation-triangle", "playstation-x", "plug-connected-x", "plug-connected", "plug-off", "plug-x", "plug", "plunger", "plus-equal", "plus-minus", "plus", "png", "podium-off", "podium", "point-off", "point", "pointer-bolt", "pointer-cancel", "pointer-check", "pointer-code", "pointer-cog", "pointer-dollar", "pointer-down", "pointer-exclamation", "pointer-heart", "pointer-minus", "pointer-off", "pointer-pause", "pointer-pin", "pointer-plus", "pointer-question", "pointer-search", "pointer-share", "pointer-star", "pointer-up", "pointer-x", "pointer", "pokeball-off", "pokeball", "poker-chip", "polaroid", "polygon-off", "polygon", "poo", "pool-off", "pool", "power", "pray", "premium-rights", "prescription", "presentation-analytics", "presentation-off", "presentation", "printer-off", "printer", "prism-light", "prism-off", "prism-plus", "prism", "prison", "progress-alert", "progress-bolt", "progress-check", "progress-down", "progress-help", "progress-x", "progress", "prompt", "prong", "propeller-off", "propeller", "protocol", "pumpkin-scary", "puzzle-2", "puzzle-off", "puzzle", "pyramid-off", "pyramid-plus", "pyramid", "qrcode-off", "qrcode", "question-mark", "queue-pop-in", "queue-pop-out", "quote-off", "quote-open", "quote", "quotes", "radar-2", "radar-off", "radar", "radio-off", "radio", "radioactive-off", "radioactive", "radius-bottom-left", "radius-bottom-right", "radius-top-left", "radius-top-right", "rainbow-off", "rainbow", "rating-12-plus", "rating-14-plus", "rating-16-plus", "rating-18-plus", "rating-21-plus", "razor-electric", "razor", "receipt-2", "receipt-bitcoin", "receipt-dollar", "receipt-euro", "receipt-off", "receipt-pound", "receipt-refund", "receipt-rupee", "receipt-tax", "receipt-yen", "receipt-yuan", "receipt", "recharging", "record-mail-off", "record-mail", "rectangle-rounded-bottom", "rectangle-rounded-top", "rectangle-vertical", "rectangle", "rectangular-prism-off", "rectangular-prism-plus", "rectangular-prism", "recycle-off", "recycle", "refresh-alert", "refresh-dot", "refresh-off", "refresh", "regex-off", "regex", "registered", "relation-many-to-many", "relation-one-to-many", "relation-one-to-one", "reload", "reorder", "repeat-off", "repeat-once", "repeat", "replace-off", "replace-user", "replace", "report-analytics", "report-medical", "report-money", "report-off", "report-search", "report", "reserved-line", "resize", "restore", "rewind-backward-10", "rewind-backward-15", "rewind-backward-20", "rewind-backward-30", "rewind-backward-40", "rewind-backward-5", "rewind-backward-50", "rewind-backward-60", "rewind-forward-10", "rewind-forward-15", "rewind-forward-20", "rewind-forward-30", "rewind-forward-40", "rewind-forward-5", "rewind-forward-50", "rewind-forward-60", "ribbon-health", "rings", "ripple-down", "ripple-off", "ripple-up", "ripple", "road-off", "road-sign", "road", "robot-face", "robot-off", "robot", "rocket-off", "rocket", "roller-skating", "rollercoaster-off", "rollercoaster", "rosette-asterisk", "rosette-discount-check-off", "rosette-discount-check", "rosette-discount-off", "rosette-discount", "rosette-number-0", "rosette-number-1", "rosette-number-2", "rosette-number-3", "rosette-number-4", "rosette-number-5", "rosette-number-6", "rosette-number-7", "rosette-number-8", "rosette-number-9", "rosette", "rotate-2", "rotate-360", "rotate-3d", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate-rectangle", "rotate", "route-2", "route-alt-left", "route-alt-right", "route-off", "route-scan", "route-square-2", "route-square", "route-x-2", "route-x", "route", "router-off", "router", "row-insert-bottom", "row-insert-top", "row-remove", "rss", "rubber-stamp-off", "rubber-stamp", "rugby", "ruler-2-off", "ruler-2", "ruler-3", "ruler-measure-2", "ruler-measure", "ruler-off", "ruler", "run", "rv-truck", "s-turn-down", "s-turn-left", "s-turn-right", "s-turn-up", "sailboat-2", "sailboat-off", "sailboat", "salad", "salt", "sandbox", "satellite-off", "satellite", "sausage", "scale-off", "scale-outline-off", "scale-outline", "scale", "scan-eye", "scan-letter-a", "scan-letter-t", "scan-position", "scan-traces", "scan", "schema-off", "schema", "school-bell", "school-off", "school", "scissors-off", "scissors", "scooter-electric", "scooter", "scoreboard", "screen-share-off", "screen-share", "screenshot", "scribble-off", "scribble", "script-minus", "script-plus", "script-x", "script", "scuba-diving-tank", "scuba-diving", "scuba-mask-off", "scuba-mask", "sdk", "search-off", "search", "section-sign", "section", "seedling-off", "seedling", "segway", "select-all", "select", "selector", "send-2", "send-off", "send", "seo", "separator-horizontal", "separator-vertical", "separator", "server-2", "server-bolt", "server-cog", "server-off", "server-spark", "server", "serverless", "servicemark", "settings-2", "settings-ai", "settings-automation", "settings-bolt", "settings-cancel", "settings-check", "settings-code", "settings-cog", "settings-dollar", "settings-down", "settings-exclamation", "settings-heart", "settings-minus", "settings-off", "settings-pause", "settings-pin", "settings-plus", "settings-question", "settings-search", "settings-share", "settings-spark", "settings-star", "settings-up", "settings-x", "settings", "shadow-off", "shadow", "shape-2", "shape-3", "shape-off", "shape", "share-2", "share-3", "share-off", "share", "shareplay", "shield-bolt", "shield-cancel", "shield-check", "shield-checkered", "shield-chevron", "shield-code", "shield-cog", "shield-dollar", "shield-down", "shield-exclamation", "shield-half", "shield-heart", "shield-lock", "shield-minus", "shield-off", "shield-pause", "shield-pin", "shield-plus", "shield-question", "shield-search", "shield-share", "shield-star", "shield-up", "shield-x", "shield", "ship-off", "ship", "shirt-off", "shirt-sport", "shirt", "shoe-off", "shoe", "shopping-bag-check", "shopping-bag-discount", "shopping-bag-edit", "shopping-bag-exclamation", "shopping-bag-heart", "shopping-bag-minus", "shopping-bag-plus", "shopping-bag-search", "shopping-bag-x", "shopping-bag", "shopping-cart-bolt", "shopping-cart-cancel", "shopping-cart-check", "shopping-cart-code", "shopping-cart-cog", "shopping-cart-copy", "shopping-cart-discount", "shopping-cart-dollar", "shopping-cart-down", "shopping-cart-exclamation", "shopping-cart-heart", "shopping-cart-minus", "shopping-cart-off", "shopping-cart-pause", "shopping-cart-pin", "shopping-cart-plus", "shopping-cart-question", "shopping-cart-search", "shopping-cart-share", "shopping-cart-star", "shopping-cart-up", "shopping-cart-x", "shopping-cart", "shovel-pitchforks", "shovel", "shredder", "sign-left", "sign-right", "signal-2g", "signal-3g", "signal-4g-plus", "signal-4g", "signal-5g", "signal-6g", "signal-e", "signal-g", "signal-h-plus", "signal-h", "signal-lte", "signature-off", "signature", "sitemap-off", "sitemap", "skateboard-off", "skateboard", "skateboarding", "skew-x", "skew-y", "ski-jumping", "skull", "slash", "slashes", "sleigh", "slice", "slideshow", "smart-home-off", "smart-home", "smoking-no", "smoking", "snowboarding", "snowflake-off", "snowflake", "snowman", "soccer-field", "social-off", "social", "sock", "sofa-off", "sofa", "solar-electricity", "solar-panel-2", "solar-panel", "sort-0-9", "sort-9-0", "sort-a-z", "sort-ascending-2", "sort-ascending-letters", "sort-ascending-numbers", "sort-ascending-shapes", "sort-ascending-small-big", "sort-ascending", "sort-descending-2", "sort-descending-letters", "sort-descending-numbers", "sort-descending-shapes", "sort-descending-small-big", "sort-descending", "sort-z-a", "sos", "soup-off", "soup", "source-code", "space-off", "space", "spaces", "spacing-horizontal", "spacing-vertical", "spade", "sparkles-2", "sparkles", "speakerphone", "speedboat", "sphere-off", "sphere-plus", "sphere", "spider", "spiral-off", "spiral", "sport-billard", "spray", "spy-off", "spy", "sql", "square-arrow-down", "square-arrow-left", "square-arrow-right", "square-arrow-up", "square-asterisk", "square-check", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-chevrons-down", "square-chevrons-left", "square-chevrons-right", "square-chevrons-up", "square-dashed", "square-dot", "square-f0", "square-f1", "square-f2", "square-f3", "square-f4", "square-f5", "square-f6", "square-f7", "square-f8", "square-f9", "square-forbid-2", "square-forbid", "square-half", "square-key", "square-letter-a", "square-letter-b", "square-letter-c", "square-letter-d", "square-letter-e", "square-letter-f", "square-letter-g", "square-letter-h", "square-letter-i", "square-letter-j", "square-letter-k", "square-letter-l", "square-letter-m", "square-letter-n", "square-letter-o", "square-letter-p", "square-letter-q", "square-letter-r", "square-letter-s", "square-letter-t", "square-letter-u", "square-letter-v", "square-letter-w", "square-letter-x", "square-letter-y", "square-letter-z", "square-minus-2", "square-minus", "square-number-0", "square-number-1", "square-number-2", "square-number-3", "square-number-4", "square-number-5", "square-number-6", "square-number-7", "square-number-8", "square-number-9", "square-off", "square-percentage", "square-plus-2", "square-plus", "square-root-2", "square-root", "square-rotated-asterisk", "square-rotated-forbid-2", "square-rotated-forbid", "square-rotated-off", "square-rotated", "square-rounded-arrow-down", "square-rounded-arrow-left", "square-rounded-arrow-right", "square-rounded-arrow-up", "square-rounded-check", "square-rounded-chevron-down", "square-rounded-chevron-left", "square-rounded-chevron-right", "square-rounded-chevron-up", "square-rounded-chevrons-down", "square-rounded-chevrons-left", "square-rounded-chevrons-right", "square-rounded-chevrons-up", "square-rounded-letter-a", "square-rounded-letter-b", "square-rounded-letter-c", "square-rounded-letter-d", "square-rounded-letter-e", "square-rounded-letter-f", "square-rounded-letter-g", "square-rounded-letter-h", "square-rounded-letter-i", "square-rounded-letter-j", "square-rounded-letter-k", "square-rounded-letter-l", "square-rounded-letter-m", "square-rounded-letter-n", "square-rounded-letter-o", "square-rounded-letter-p", "square-rounded-letter-q", "square-rounded-letter-r", "square-rounded-letter-s", "square-rounded-letter-t", "square-rounded-letter-u", "square-rounded-letter-v", "square-rounded-letter-w", "square-rounded-letter-x", "square-rounded-letter-y", "square-rounded-letter-z", "square-rounded-minus-2", "square-rounded-minus", "square-rounded-number-0", "square-rounded-number-1", "square-rounded-number-2", "square-rounded-number-3", "square-rounded-number-4", "square-rounded-number-5", "square-rounded-number-6", "square-rounded-number-7", "square-rounded-number-8", "square-rounded-number-9", "square-rounded-percentage", "square-rounded-plus-2", "square-rounded-plus", "square-rounded-x", "square-rounded", "square-toggle-horizontal", "square-toggle", "square-x", "square", "squares-diagonal", "squares-selected", "squares", "stack-2", "stack-3", "stack-back", "stack-backward", "stack-forward", "stack-front", "stack-middle", "stack-pop", "stack-push", "stack", "stairs-down", "stairs-up", "stairs", "star-half", "star-off", "star", "stars-off", "stars", "status-change", "steam", "steering-wheel-off", "steering-wheel", "step-into", "step-out", "stereo-glasses", "stethoscope-off", "stethoscope", "sticker-2", "sticker", "stopwatch", "storm-off", "storm", "stretching-2", "stretching", "strikethrough", "stroke-curved", "stroke-dynamic", "stroke-straight", "submarine", "subscript", "subtask", "subtitles-ai", "subtitles-edit", "subtitles-off", "subtitles", "sum-off", "sum", "sun-electricity", "sun-high", "sun-low", "sun-moon", "sun-off", "sun-wind", "sun", "sunglasses", "sunrise", "sunset-2", "sunset", "superscript", "svg", "swimming", "swipe-down", "swipe-left", "swipe-right", "swipe-up", "swipe", "switch-2", "switch-3", "switch-horizontal", "switch-vertical", "switch", "sword-off", "sword", "swords", "table-alias", "table-column", "table-dashed", "table-down", "table-export", "table-heart", "table-import", "table-minus", "table-off", "table-options", "table-plus", "table-row", "table-share", "table-shortcut", "table-spark", "table", "tag-minus", "tag-off", "tag-plus", "tag-starred", "tag", "tags-off", "tags", "taiwan-dollar", "tallymark-1", "tallymark-2", "tallymark-3", "tallymark-4", "tallymarks", "tank", "target-2", "target-arrow", "target-off", "target", "tax-euro", "tax-pound", "tax", "teapot", "telescope-off", "telescope", "temperature-celsius", "temperature-fahrenheit", "temperature-minus", "temperature-off", "temperature-plus", "temperature-snow", "temperature-sun", "temperature", "template-off", "template", "tent-off", "tent", "terminal-2", "terminal", "test-pipe-2", "test-pipe-off", "test-pipe", "tex", "text-caption", "text-color", "text-decrease", "text-direction-ltr", "text-direction-rtl", "text-grammar", "text-increase", "text-orientation", "text-plus", "text-recognition", "text-resize", "text-scan-2", "text-size", "text-spellcheck", "text-wrap-column", "text-wrap-disabled", "text-wrap", "texture", "theater", "thermometer", "thumb-down-off", "thumb-down", "thumb-up-off", "thumb-up", "tic-tac", "ticket-off", "ticket", "tie", "tilde", "tilt-shift-off", "tilt-shift", "time-duration-0", "time-duration-10", "time-duration-15", "time-duration-30", "time-duration-45", "time-duration-5", "time-duration-60", "time-duration-90", "time-duration-off", "timeline-event-exclamation", "timeline-event-minus", "timeline-event-plus", "timeline-event-text", "timeline-event-x", "timeline-event", "timeline", "timezone", "tip-jar-euro", "tip-jar-pound", "tip-jar", "tir", "toggle-left", "toggle-right", "toilet-paper-off", "toilet-paper", "toml", "tool", "tools-kitchen-2-off", "tools-kitchen-2", "tools-kitchen-3", "tools-kitchen-off", "tools-kitchen", "tools-off", "tools", "tooltip", "topology-bus", "topology-complex", "topology-full-hierarchy", "topology-full", "topology-ring-2", "topology-ring-3", "topology-ring", "topology-star-2", "topology-star-3", "topology-star-ring-2", "topology-star-ring-3", "topology-star-ring", "topology-star", "torii", "tornado", "tournament", "tower-off", "tower", "track", "tractor", "trademark", "traffic-cone-off", "traffic-cone", "traffic-lights-off", "traffic-lights", "train", "transaction-bitcoin", "transaction-dollar", "transaction-euro", "transaction-pound", "transaction-rupee", "transaction-yen", "transaction-yuan", "transfer-in", "transfer-out", "transfer-vertical", "transfer", "transform-point-bottom-left", "transform-point-bottom-right", "transform-point-top-left", "transform-point-top-right", "transform-point", "transform", "transition-bottom", "transition-left", "transition-right", "transition-top", "trash-off", "trash-x", "trash", "treadmill", "tree", "trees", "trekking", "trending-down-2", "trending-down-3", "trending-down", "trending-up-2", "trending-up-3", "trending-up-down", "trending-up", "triangle-inverted", "triangle-minus-2", "triangle-minus", "triangle-off", "triangle-plus-2", "triangle-plus", "triangle-square-circle", "triangle", "triangles", "trident", "trolley", "trophy-off", "trophy", "trowel", "truck-delivery", "truck-loading", "truck-off", "truck-return", "truck", "txt", "typeface", "typography-off", "typography", "u-turn-left", "u-turn-right", "ufo-off", "ufo", "uhd", "umbrella-2", "umbrella-closed-2", "umbrella-closed", "umbrella-off", "umbrella", "underline", "unicycle", "universe", "unlink", "upload", "urgent", "usb", "user-bitcoin", "user-bolt", "user-cancel", "user-check", "user-circle", "user-code", "user-cog", "user-dollar", "user-down", "user-edit", "user-exclamation", "user-heart", "user-hexagon", "user-key", "user-minus", "user-off", "user-pause", "user-pentagon", "user-pin", "user-plus", "user-question", "user-scan", "user-screen", "user-search", "user-share", "user-shield", "user-square-rounded", "user-square", "user-star", "user-up", "user-x", "user", "users-group", "users-minus", "users-plus", "users", "uv-index", "ux-circle", "vaccine-bottle-off", "vaccine-bottle", "vaccine-off", "vaccine", "vacuum-cleaner", "variable-minus", "variable-off", "variable-plus", "variable", "vector-bezier-2", "vector-bezier-arc", "vector-bezier-circle", "vector-bezier", "vector-off", "vector-spline", "vector-triangle-off", "vector-triangle", "vector", "venus", "versions-off", "versions", "video-minus", "video-off", "video-plus", "video", "view-360-arrow", "view-360-number", "view-360-off", "view-360", "viewfinder-off", "viewfinder", "viewport-narrow", "viewport-short", "viewport-tall", "viewport-wide", "vinyl", "vip-2", "vip-off", "vip", "virus-off", "virus-search", "virus", "vocabulary-off", "vocabulary", "volcano", "volume-2", "volume-3", "volume-4", "volume-off", "volume", "vs", "walk", "wall-off", "wall", "wallet-off", "wallet", "wallpaper-off", "wallpaper", "wand-off", "wand", "wash-dry-1", "wash-dry-2", "wash-dry-3", "wash-dry-a", "wash-dry-dip", "wash-dry-f", "wash-dry-flat", "wash-dry-hang", "wash-dry-off", "wash-dry-p", "wash-dry-shade", "wash-dry-w", "wash-dry", "wash-dryclean-off", "wash-dryclean", "wash-eco", "wash-gentle", "wash-hand", "wash-machine", "wash-off", "wash-press", "wash-temperature-1", "wash-temperature-2", "wash-temperature-3", "wash-temperature-4", "wash-temperature-5", "wash-temperature-6", "wash-tumble-dry", "wash-tumble-off", "wash", "waterpolo", "wave-saw-tool", "wave-sine", "wave-square", "waves-electricity", "webhook-off", "webhook", "weight", "wheat-off", "wheat", "wheel", "wheelchair-off", "wheelchair", "whirl", "whisk", "wifi-0", "wifi-1", "wifi-2", "wifi-off", "wifi", "wind-electricity", "wind-off", "wind", "windmill-off", "windmill", "window-maximize", "window-minimize", "window-off", "window", "windsock", "wiper-wash", "wiper", "woman", "wood", "world-bolt", "world-cancel", "world-check", "world-code", "world-cog", "world-dollar", "world-down", "world-download", "world-exclamation", "world-heart", "world-latitude", "world-longitude", "world-map", "world-minus", "world-off", "world-pause", "world-pin", "world-plus", "world-question", "world-search", "world-share", "world-star", "world-up", "world-upload", "world-www", "world-x", "world", "wrecking-ball", "writing-off", "writing-sign-off", "writing-sign", "writing", "x-mark", "x-power-y", "x", "xbox-a", "xbox-b", "xbox-x", "xbox-y", "xd", "xxx", "yin-yang", "yoga", "zeppelin-off", "zeppelin", "zero-config", "zip", "zodiac-aquarius", "zodiac-aries", "zodiac-cancer", "zodiac-capricorn", "zodiac-gemini", "zodiac-leo", "zodiac-libra", "zodiac-pisces", "zodiac-sagittarius", "zodiac-scorpio", "zodiac-taurus", "zodiac-virgo", "zoom-cancel", "zoom-check", "zoom-code", "zoom-exclamation", "zoom-in-area", "zoom-in", "zoom-money", "zoom-out-area", "zoom-out", "zoom-pan", "zoom-question", "zoom-replace", "zoom-reset", "zoom-scan", "zoom", "zzz-off", "zzz", "accessible-filled", "ad-circle-filled", "ad-filled", "adjustments-horizontal-filled", "adjustments-filled", "aerial-lift-filled", "affiliate-filled", "air-balloon-filled", "alarm-minus-filled", "alarm-plus-filled", "alarm-snooze-filled", "alarm-filled", "alert-circle-filled", "alert-hexagon-filled", "alert-octagon-filled", "alert-square-rounded-filled", "alert-square-filled", "alert-triangle-filled", "alien-filled", "align-box-bottom-center-filled", "align-box-bottom-left-filled", "align-box-bottom-right-filled", "align-box-center-middle-filled", "align-box-left-bottom-filled", "align-box-left-middle-filled", "align-box-left-top-filled", "align-box-right-bottom-filled", "align-box-right-middle-filled", "align-box-right-top-filled", "align-box-top-center-filled", "align-box-top-left-filled", "align-box-top-right-filled", "analyze-filled", "app-window-filled", "apple-filled", "apps-filled", "archive-filled", "arrow-autofit-content-filled", "arrow-autofit-down-filled", "arrow-autofit-height-filled", "arrow-autofit-left-filled", "arrow-autofit-right-filled", "arrow-autofit-up-filled", "arrow-autofit-width-filled", "arrow-badge-down-filled", "arrow-badge-left-filled", "arrow-badge-right-filled", "arrow-badge-up-filled", "arrow-big-down-line-filled", "arrow-big-down-lines-filled", "arrow-big-down-filled", "arrow-big-left-line-filled", "arrow-big-left-lines-filled", "arrow-big-left-filled", "arrow-big-right-line-filled", "arrow-big-right-lines-filled", "arrow-big-right-filled", "arrow-big-up-line-filled", "arrow-big-up-lines-filled", "arrow-big-up-filled", "arrow-down-circle-filled", "arrow-down-rhombus-filled", "arrow-down-square-filled", "arrow-guide-filled", "arrow-left-circle-filled", "arrow-left-rhombus-filled", "arrow-left-square-filled", "arrow-move-down-filled", "arrow-move-left-filled", "arrow-move-right-filled", "arrow-move-up-filled", "arrow-right-circle-filled", "arrow-right-rhombus-filled", "arrow-right-square-filled", "arrow-up-circle-filled", "arrow-up-rhombus-filled", "arrow-up-square-filled", "artboard-filled", "article-filled", "aspect-ratio-filled", "assembly-filled", "asset-filled", "atom-2-filled", "automatic-gearbox-filled", "award-filled", "baby-carriage-filled", "backspace-filled", "badge-3d-filled", "badge-4k-filled", "badge-8k-filled", "badge-ad-filled", "badge-ar-filled", "badge-cc-filled", "badge-hd-filled", "badge-sd-filled", "badge-tm-filled", "badge-vo-filled", "badge-vr-filled", "badge-wc-filled", "badge-filled", "badges-filled", "ball-bowling-filled", "balloon-filled", "ballpen-filled", "bandage-filled", "barbell-filled", "barrier-block-filled", "basket-filled", "bath-filled", "battery-1-filled", "battery-2-filled", "battery-3-filled", "battery-4-filled", "battery-automotive-filled", "battery-vertical-1-filled", "battery-vertical-2-filled", "battery-vertical-3-filled", "battery-vertical-4-filled", "battery-vertical-filled", "battery-filled", "bed-flat-filled", "bed-filled", "beer-filled", "bell-minus-filled", "bell-plus-filled", "bell-ringing-2-filled", "bell-ringing-filled", "bell-x-filled", "bell-z-filled", "bell-filled", "bike-filled", "binary-tree-2-filled", "binary-tree-filled", "binoculars-filled", "biohazard-filled", "blade-filled", "blender-filled", "blob-filled", "bolt-filled", "bomb-filled", "bone-filled", "bong-filled", "book-filled", "bookmark-filled", "bookmarks-filled", "boom-filled", "bottle-filled", "bounce-left-filled", "bounce-right-filled", "bow-filled", "bowl-chopsticks-filled", "bowl-spoon-filled", "bowl-filled", "box-align-bottom-left-filled", "box-align-bottom-right-filled", "box-align-bottom-filled", "box-align-left-filled", "box-align-right-filled", "box-align-top-left-filled", "box-align-top-right-filled", "box-align-top-filled", "box-multiple-filled", "brand-angular-filled", "brand-apple-filled", "brand-bitbucket-filled", "brand-discord-filled", "brand-dribbble-filled", "brand-facebook-filled", "brand-github-filled", "brand-google-filled", "brand-instagram-filled", "brand-kick-filled", "brand-linkedin-filled", "brand-messenger-filled", "brand-open-source-filled", "brand-opera-filled", "brand-patreon-filled", "brand-paypal-filled", "brand-pinterest-filled", "brand-sketch-filled", "brand-snapchat-filled", "brand-spotify-filled", "brand-steam-filled", "brand-stripe-filled", "brand-tabler-filled", "brand-tiktok-filled", "brand-tinder-filled", "brand-tumblr-filled", "brand-twitter-filled", "brand-vercel-filled", "brand-vimeo-filled", "brand-weibo-filled", "brand-whatsapp-filled", "brand-windows-filled", "brand-x-filled", "brand-youtube-filled", "bread-filled", "briefcase-2-filled", "briefcase-filled", "brightness-auto-filled", "brightness-down-filled", "brightness-up-filled", "brightness-filled", "bubble-text-filled", "bubble-filled", "bug-filled", "building-bridge-2-filled", "building-broadcast-tower-filled", "bulb-filled", "bus-filled", "butterfly-filled", "cactus-filled", "calculator-filled", "calendar-event-filled", "calendar-month-filled", "calendar-week-filled", "calendar-filled", "camera-filled", "campfire-filled", "candle-filled", "cannabis-filled", "capsule-horizontal-filled", "capsule-filled", "capture-filled", "car-4wd-filled", "car-crane-filled", "car-fan-filled", "car-suv-filled", "car-filled", "carambola-filled", "caravan-filled", "cardboards-filled", "cards-filled", "caret-down-filled", "caret-left-right-filled", "caret-left-filled", "caret-right-filled", "caret-up-down-filled", "caret-up-filled", "carousel-horizontal-filled", "carousel-vertical-filled", "cash-banknote-filled", "category-filled", "charging-pile-filled", "chart-area-line-filled", "chart-area-filled", "chart-bubble-filled", "chart-candle-filled", "chart-donut-filled", "chart-dots-2-filled", "chart-dots-3-filled", "chart-dots-filled", "chart-funnel-filled", "chart-grid-dots-filled", "chart-pie-2-filled", "chart-pie-3-filled", "chart-pie-4-filled", "chart-pie-filled", "check-filled", "chef-hat-filled", "cherry-filled", "chess-bishop-filled", "chess-king-filled", "chess-knight-filled", "chess-queen-filled", "chess-rook-filled", "chess-filled", "chevron-down-filled", "chevron-right-filled", "christmas-tree-filled", "circle-arrow-down-left-filled", "circle-arrow-down-right-filled", "circle-arrow-down-filled", "circle-arrow-left-filled", "circle-arrow-right-filled", "circle-arrow-up-left-filled", "circle-arrow-up-right-filled", "circle-arrow-up-filled", "circle-caret-down-filled", "circle-caret-left-filled", "circle-caret-right-filled", "circle-caret-up-filled", "circle-check-filled", "circle-chevron-down-filled", "circle-chevron-left-filled", "circle-chevron-right-filled", "circle-chevron-up-filled", "circle-chevrons-down-filled", "circle-chevrons-left-filled", "circle-chevrons-right-filled", "circle-chevrons-up-filled", "circle-dot-filled", "circle-key-filled", "circle-letter-a-filled", "circle-letter-b-filled", "circle-letter-c-filled", "circle-letter-d-filled", "circle-letter-e-filled", "circle-letter-f-filled", "circle-letter-g-filled", "circle-letter-h-filled", "circle-letter-i-filled", "circle-letter-j-filled", "circle-letter-k-filled", "circle-letter-l-filled", "circle-letter-m-filled", "circle-letter-n-filled", "circle-letter-o-filled", "circle-letter-p-filled", "circle-letter-q-filled", "circle-letter-r-filled", "circle-letter-s-filled", "circle-letter-t-filled", "circle-letter-u-filled", "circle-letter-v-filled", "circle-letter-w-filled", "circle-letter-x-filled", "circle-letter-y-filled", "circle-letter-z-filled", "circle-number-0-filled", "circle-number-1-filled", "circle-number-2-filled", "circle-number-3-filled", "circle-number-4-filled", "circle-number-5-filled", "circle-number-6-filled", "circle-number-7-filled", "circle-number-8-filled", "circle-number-9-filled", "circle-percentage-filled", "circle-plus-filled", "circle-rectangle-filled", "circle-x-filled", "circle-filled", "circles-filled", "click-filled", "clipboard-check-filled", "clipboard-data-filled", "clipboard-list-filled", "clipboard-plus-filled", "clipboard-smile-filled", "clipboard-text-filled", "clipboard-typography-filled", "clipboard-x-filled", "clipboard-filled", "clock-hour-1-filled", "clock-hour-10-filled", "clock-hour-11-filled", "clock-hour-12-filled", "clock-hour-2-filled", "clock-hour-3-filled", "clock-hour-4-filled", "clock-hour-5-filled", "clock-hour-6-filled", "clock-hour-7-filled", "clock-hour-8-filled", "clock-hour-9-filled", "clock-filled", "cloud-computing-filled", "cloud-data-connection-filled", "cloud-filled", "clover-filled", "clubs-filled", "code-circle-2-filled", "code-circle-filled", "coin-bitcoin-filled", "coin-euro-filled", "coin-monero-filled", "coin-pound-filled", "coin-rupee-filled", "coin-taka-filled", "coin-yen-filled", "coin-yuan-filled", "coin-filled", "columns-1-filled", "columns-2-filled", "columns-3-filled", "compass-filled", "cone-2-filled", "cone-filled", "confetti-filled", "container-filled", "contrast-2-filled", "contrast-filled", "cookie-man-filled", "cookie-filled", "copy-check-filled", "copy-minus-filled", "copy-plus-filled", "copy-x-filled", "copy-filled", "copyleft-filled", "copyright-filled", "credit-card-filled", "crop-1-1-filled", "crop-16-9-filled", "crop-3-2-filled", "crop-5-4-filled", "crop-7-5-filled", "crop-landscape-filled", "crop-portrait-filled", "cross-filled", "crown-filled", "current-location-filled", "dashboard-filled", "database-filled", "device-cctv-filled", "device-desktop-filled", "device-floppy-filled", "device-gamepad-2-filled", "device-gamepad-3-filled", "device-gamepad-filled", "device-heart-monitor-filled", "device-imac-filled", "device-ipad-filled", "device-mobile-filled", "device-remote-filled", "device-speaker-filled", "device-tablet-filled", "device-tv-old-filled", "device-tv-filled", "device-unknown-filled", "device-usb-filled", "device-vision-pro-filled", "device-watch-filled", "dialpad-filled", "diamond-filled", "diamonds-filled", "dice-1-filled", "dice-2-filled", "dice-3-filled", "dice-4-filled", "dice-5-filled", "dice-6-filled", "dice-filled", "direction-arrows-filled", "direction-sign-filled", "directions-filled", "disc-filled", "discount-filled", "dots-vertical-filled", "dots-filled", "download-filled", "drop-circle-filled", "droplet-half-2-filled", "droplet-half-filled", "droplet-filled", "droplets-filled", "dual-screen-filled", "dumpling-filled", "ease-in-control-point-filled", "ease-in-out-control-points-filled", "ease-out-control-point-filled", "edit-filled", "egg-cracked-filled", "egg-fried-filled", "egg-filled", "elevator-filled", "engine-filled", "escalator-down-filled", "escalator-up-filled", "escalator-filled", "exchange-filled", "exclamation-circle-filled", "explicit-filled", "exposure-filled", "external-link-filled", "eye-table-filled", "eye-filled", "eyeglass-2-filled", "eyeglass-filled", "face-mask-filled", "favicon-filled", "feather-filled", "fence-filled", "ferry-filled", "fidget-spinner-filled", "file-analytics-filled", "file-check-filled", "file-code-2-filled", "file-code-filled", "file-cv-filled", "file-delta-filled", "file-description-filled", "file-diff-filled", "file-digit-filled", "file-dollar-filled", "file-dots-filled", "file-download-filled", "file-euro-filled", "file-function-filled", "file-horizontal-filled", "file-info-filled", "file-invoice-filled", "file-lambda-filled", "file-minus-filled", "file-music-filled", "file-neutral-filled", "file-pencil-filled", "file-percent-filled", "file-phone-filled", "file-power-filled", "file-rss-filled", "file-sad-filled", "file-scissors-filled", "file-settings-filled", "file-signal-filled", "file-smile-filled", "file-star-filled", "file-text-filled", "file-time-filled", "file-typography-filled", "file-unknown-filled", "file-upload-filled", "file-vector-filled", "file-x-filled", "file-filled", "files-filled", "filter-filled", "filters-filled", "fish-bone-filled", "flag-2-filled", "flag-3-filled", "flag-filled", "flame-filled", "flare-filled", "flask-2-filled", "flask-filled", "flower-filled", "folder-open-filled", "folder-filled", "folders-filled", "forbid-2-filled", "forbid-filled", "fountain-filled", "function-filled", "garden-cart-filled", "gas-station-filled", "gauge-filled", "ghost-2-filled", "ghost-3-filled", "ghost-filled", "gift-card-filled", "gift-filled", "glass-full-filled", "glass-filled", "globe-filled", "golf-filled", "gps-filled", "graph-filled", "grid-pattern-filled", "guitar-pick-filled", "hanger-2-filled", "headphones-filled", "headset-filled", "heart-broken-filled", "heart-filled", "helicopter-landing-filled", "helicopter-filled", "help-circle-filled", "help-hexagon-filled", "help-octagon-filled", "help-square-rounded-filled", "help-square-filled", "help-triangle-filled", "help-filled", "hexagon-letter-a-filled", "hexagon-letter-b-filled", "hexagon-letter-c-filled", "hexagon-letter-d-filled", "hexagon-letter-e-filled", "hexagon-letter-f-filled", "hexagon-letter-g-filled", "hexagon-letter-h-filled", "hexagon-letter-i-filled", "hexagon-letter-j-filled", "hexagon-letter-k-filled", "hexagon-letter-l-filled", "hexagon-letter-m-filled", "hexagon-letter-n-filled", "hexagon-letter-o-filled", "hexagon-letter-p-filled", "hexagon-letter-q-filled", "hexagon-letter-r-filled", "hexagon-letter-s-filled", "hexagon-letter-t-filled", "hexagon-letter-u-filled", "hexagon-letter-v-filled", "hexagon-letter-w-filled", "hexagon-letter-x-filled", "hexagon-letter-y-filled", "hexagon-letter-z-filled", "hexagon-minus-filled", "hexagon-number-0-filled", "hexagon-number-1-filled", "hexagon-number-2-filled", "hexagon-number-3-filled", "hexagon-number-4-filled", "hexagon-number-5-filled", "hexagon-number-6-filled", "hexagon-number-7-filled", "hexagon-number-8-filled", "hexagon-number-9-filled", "hexagon-plus-filled", "hexagon-filled", "home-2-filled", "home-filled", "hospital-circle-filled", "hourglass-filled", "icons-filled", "id-filled", "info-circle-filled", "info-hexagon-filled", "info-octagon-filled", "info-square-rounded-filled", "info-square-filled", "info-triangle-filled", "inner-shadow-bottom-left-filled", "inner-shadow-bottom-right-filled", "inner-shadow-bottom-filled", "inner-shadow-left-filled", "inner-shadow-right-filled", "inner-shadow-top-left-filled", "inner-shadow-top-right-filled", "inner-shadow-top-filled", "ironing-1-filled", "ironing-2-filled", "ironing-3-filled", "ironing-steam-filled", "ironing-filled", "jetpack-filled", "jewish-star-filled", "key-filled", "keyboard-filled", "keyframe-align-center-filled", "keyframe-align-horizontal-filled", "keyframe-align-vertical-filled", "keyframe-filled", "keyframes-filled", "label-important-filled", "label-filled", "lasso-polygon-filled", "laurel-wreath-1-filled", "laurel-wreath-2-filled", "laurel-wreath-3-filled", "laurel-wreath-filled", "layout-2-filled", "layout-align-bottom-filled", "layout-align-center-filled", "layout-align-left-filled", "layout-align-middle-filled", "layout-align-right-filled", "layout-align-top-filled", "layout-board-split-filled", "layout-board-filled", "layout-bottombar-collapse-filled", "layout-bottombar-expand-filled", "layout-bottombar-filled", "layout-cards-filled", "layout-dashboard-filled", "layout-distribute-horizontal-filled", "layout-distribute-vertical-filled", "layout-grid-filled", "layout-kanban-filled", "layout-list-filled", "layout-navbar-collapse-filled", "layout-navbar-expand-filled", "layout-navbar-filled", "layout-sidebar-left-collapse-filled", "layout-sidebar-left-expand-filled", "layout-sidebar-right-collapse-filled", "layout-sidebar-right-expand-filled", "layout-sidebar-right-filled", "layout-sidebar-filled", "layout-filled", "leaf-filled", "lego-filled", "lemon-2-filled", "library-plus-filled", "library-filled", "lifebuoy-filled", "link-filled", "list-check-filled", "list-details-filled", "list-filled", "live-photo-filled", "live-view-filled", "location-filled", "lock-square-rounded-filled", "lock-filled", "lungs-filled", "macro-filled", "magnet-filled", "mail-opened-filled", "mail-filled", "man-filled", "manual-gearbox-filled", "map-pin-filled", "medical-cross-filled", "meeple-filled", "melon-filled", "menu-2-filled", "message-2-filled", "message-chatbot-filled", "message-circle-filled", "message-report-filled", "message-filled", "messages-filled", "meteor-filled", "michelin-star-filled", "mickey-filled", "microphone-filled", "microscope-filled", "microwave-filled", "military-rank-filled", "milk-filled", "mood-angry-filled", "mood-confuzed-filled", "mood-crazy-happy-filled", "mood-empty-filled", "mood-happy-filled", "mood-kid-filled", "mood-neutral-filled", "mood-sad-filled", "mood-smile-filled", "mood-wrrr-filled", "moon-filled", "motorbike-filled", "mountain-filled", "mouse-filled", "mug-filled", "mushroom-filled", "navigation-filled", "nurse-filled", "octagon-minus-filled", "octagon-plus-filled", "octagon-filled", "oval-vertical-filled", "oval-filled", "pacman-filled", "paint-filled", "palette-filled", "panorama-horizontal-filled", "panorama-vertical-filled", "parking-circle-filled", "paw-filled", "pencil-filled", "pennant-2-filled", "pennant-filled", "pentagon-filled", "phone-call-filled", "phone-calling-filled", "phone-check-filled", "phone-x-filled", "phone-filled", "photo-filled", "picture-in-picture-top-filled", "picture-in-picture-filled", "pig-filled", "pill-filled", "pin-filled", "pinned-filled", "pizza-filled", "plane-arrival-filled", "plane-departure-filled", "plane-tilt-filled", "plane-filled", "play-card-1-filled", "play-card-10-filled", "play-card-2-filled", "play-card-3-filled", "play-card-4-filled", "play-card-5-filled", "play-card-6-filled", "play-card-7-filled", "play-card-8-filled", "play-card-9-filled", "play-card-a-filled", "play-card-j-filled", "play-card-k-filled", "play-card-q-filled", "play-card-star-filled", "play-card-filled", "player-eject-filled", "player-pause-filled", "player-play-filled", "player-record-filled", "player-skip-back-filled", "player-skip-forward-filled", "player-stop-filled", "player-track-next-filled", "player-track-prev-filled", "playlist-filled", "plus-filled", "point-filled", "pointer-filled", "polaroid-filled", "poo-filled", "presentation-analytics-filled", "presentation-filled", "puzzle-filled", "quote-filled", "radar-filled", "radioactive-filled", "receipt-dollar-filled", "receipt-euro-filled", "receipt-pound-filled", "receipt-rupee-filled", "receipt-yen-filled", "receipt-yuan-filled", "receipt-filled", "rectangle-vertical-filled", "rectangle-filled", "registered-filled", "relation-many-to-many-filled", "relation-one-to-many-filled", "relation-one-to-one-filled", "replace-filled", "report-analytics-filled", "report-money-filled", "rollercoaster-filled", "rosette-discount-check-filled", "rosette-discount-filled", "rosette-filled", "salad-filled", "satellite-filled", "scale-filled", "school-filled", "scuba-diving-tank-filled", "search-filled", "section-filled", "seedling-filled", "send-filled", "settings-filled", "shield-check-filled", "shield-checkered-filled", "shield-half-filled", "shield-lock-filled", "shield-filled", "shirt-filled", "shopping-cart-filled", "sign-left-filled", "sign-right-filled", "sitemap-filled", "sort-ascending-2-filled", "sort-ascending-shapes-filled", "sort-descending-2-filled", "sort-descending-shapes-filled", "soup-filled", "spade-filled", "sparkles-2-filled", "sparkles-filled", "speedboat-filled", "spider-filled", "square-arrow-down-filled", "square-arrow-left-filled", "square-arrow-right-filled", "square-arrow-up-filled", "square-asterisk-filled", "square-check-filled", "square-chevron-down-filled", "square-chevron-left-filled", "square-chevron-right-filled", "square-chevron-up-filled", "square-chevrons-down-filled", "square-chevrons-left-filled", "square-chevrons-right-filled", "square-chevrons-up-filled", "square-dot-filled", "square-f0-filled", "square-f1-filled", "square-f2-filled", "square-f3-filled", "square-f4-filled", "square-f5-filled", "square-f6-filled", "square-f7-filled", "square-f8-filled", "square-f9-filled", "square-letter-a-filled", "square-letter-b-filled", "square-letter-c-filled", "square-letter-d-filled", "square-letter-e-filled", "square-letter-f-filled", "square-letter-g-filled", "square-letter-h-filled", "square-letter-i-filled", "square-letter-j-filled", "square-letter-k-filled", "square-letter-l-filled", "square-letter-m-filled", "square-letter-n-filled", "square-letter-o-filled", "square-letter-p-filled", "square-letter-q-filled", "square-letter-r-filled", "square-letter-s-filled", "square-letter-t-filled", "square-letter-u-filled", "square-letter-v-filled", "square-letter-w-filled", "square-letter-x-filled", "square-letter-y-filled", "square-letter-z-filled", "square-minus-filled", "square-number-0-filled", "square-number-1-filled", "square-number-2-filled", "square-number-3-filled", "square-number-4-filled", "square-number-5-filled", "square-number-6-filled", "square-number-7-filled", "square-number-8-filled", "square-number-9-filled", "square-rotated-filled", "square-rounded-arrow-down-filled", "square-rounded-arrow-left-filled", "square-rounded-arrow-right-filled", "square-rounded-arrow-up-filled", "square-rounded-check-filled", "square-rounded-chevron-down-filled", "square-rounded-chevron-left-filled", "square-rounded-chevron-right-filled", "square-rounded-chevron-up-filled", "square-rounded-chevrons-down-filled", "square-rounded-chevrons-left-filled", "square-rounded-chevrons-right-filled", "square-rounded-chevrons-up-filled", "square-rounded-letter-a-filled", "square-rounded-letter-b-filled", "square-rounded-letter-c-filled", "square-rounded-letter-d-filled", "square-rounded-letter-e-filled", "square-rounded-letter-f-filled", "square-rounded-letter-g-filled", "square-rounded-letter-h-filled", "square-rounded-letter-i-filled", "square-rounded-letter-j-filled", "square-rounded-letter-k-filled", "square-rounded-letter-l-filled", "square-rounded-letter-m-filled", "square-rounded-letter-n-filled", "square-rounded-letter-o-filled", "square-rounded-letter-p-filled", "square-rounded-letter-q-filled", "square-rounded-letter-r-filled", "square-rounded-letter-s-filled", "square-rounded-letter-t-filled", "square-rounded-letter-u-filled", "square-rounded-letter-v-filled", "square-rounded-letter-w-filled", "square-rounded-letter-x-filled", "square-rounded-letter-y-filled", "square-rounded-letter-z-filled", "square-rounded-minus-filled", "square-rounded-number-0-filled", "square-rounded-number-1-filled", "square-rounded-number-2-filled", "square-rounded-number-3-filled", "square-rounded-number-4-filled", "square-rounded-number-5-filled", "square-rounded-number-6-filled", "square-rounded-number-7-filled", "square-rounded-number-8-filled", "square-rounded-number-9-filled", "square-rounded-plus-filled", "square-rounded-x-filled", "square-rounded-filled", "square-x-filled", "square-filled", "squares-filled", "stack-2-filled", "stack-3-filled", "stack-filled", "star-half-filled", "star-filled", "stars-filled", "steering-wheel-filled", "sun-high-filled", "sun-low-filled", "sun-filled", "sunglasses-filled", "sunrise-filled", "sunset-2-filled", "sunset-filled", "swipe-down-filled", "swipe-left-filled", "swipe-right-filled", "swipe-up-filled", "table-filled", "tag-filled", "tags-filled", "temperature-minus-filled", "temperature-plus-filled", "template-filled", "test-pipe-2-filled", "thumb-down-filled", "thumb-up-filled", "ticket-filled", "tilt-shift-filled", "timeline-event-filled", "toggle-left-filled", "toggle-right-filled", "tools-kitchen-2-filled", "train-filled", "transform-filled", "transition-bottom-filled", "transition-left-filled", "transition-right-filled", "transition-top-filled", "trash-x-filled", "trash-filled", "triangle-inverted-filled", "triangle-square-circle-filled", "triangle-filled", "trolley-filled", "trophy-filled", "truck-filled", "ufo-filled", "umbrella-filled", "user-filled", "versions-filled", "video-minus-filled", "video-plus-filled", "video-filled", "windmill-filled", "windsock-filled", "woman-filled", "world-filled", "writing-sign-filled", "writing-filled", "x-filled", "xbox-a-filled", "xbox-b-filled", "xbox-x-filled", "xbox-y-filled", "yin-yang-filled", "zeppelin-filled", "zoom-cancel-filled", "zoom-check-filled", "zoom-code-filled", "zoom-exclamation-filled", "zoom-in-area-filled", "zoom-in-filled", "zoom-money-filled", "zoom-out-area-filled", "zoom-out-filled", "zoom-pan-filled", "zoom-question-filled", "zoom-scan-filled", "zoom-filled"];
63071
+ var iconsList = ["a-b-2", "a-b-off", "a-b", "abacus-off", "abacus", "abc", "access-point-off", "access-point", "accessible-off", "accessible", "acorn", "acrobatic", "activity-heartbeat", "activity", "ad-2", "ad-circle-off", "ad-circle", "ad-off", "ad", "address-book-off", "address-book", "adjustments-alt", "adjustments-bolt", "adjustments-cancel", "adjustments-check", "adjustments-code", "adjustments-cog", "adjustments-dollar", "adjustments-down", "adjustments-exclamation", "adjustments-heart", "adjustments-horizontal", "adjustments-minus", "adjustments-off", "adjustments-pause", "adjustments-pin", "adjustments-plus", "adjustments-question", "adjustments-search", "adjustments-share", "adjustments-spark", "adjustments-star", "adjustments-up", "adjustments-x", "adjustments", "aerial-lift", "affiliate", "ai-agent", "ai-agents", "ai-gateway", "ai", "air-balloon", "air-conditioning-disabled", "air-conditioning", "air-traffic-control", "alarm-average", "alarm-minus", "alarm-off", "alarm-plus", "alarm-smoke", "alarm-snooze", "alarm", "album-off", "album", "alert-circle-off", "alert-circle", "alert-hexagon-off", "alert-hexagon", "alert-octagon", "alert-small-off", "alert-small", "alert-square-rounded-off", "alert-square-rounded", "alert-square", "alert-triangle-off", "alert-triangle", "alien", "align-box-bottom-center", "align-box-bottom-left", "align-box-bottom-right", "align-box-center-bottom", "align-box-center-middle", "align-box-center-stretch", "align-box-center-top", "align-box-left-bottom", "align-box-left-middle", "align-box-left-stretch", "align-box-left-top", "align-box-right-bottom", "align-box-right-middle", "align-box-right-stretch", "align-box-right-top", "align-box-top-center", "align-box-top-left", "align-box-top-right", "align-center", "align-justified", "align-left-2", "align-left", "align-right-2", "align-right", "alpha", "alphabet-arabic", "alphabet-bangla", "alphabet-cyrillic", "alphabet-greek", "alphabet-hebrew", "alphabet-korean", "alphabet-latin", "alphabet-polish", "alphabet-runes", "alphabet-thai", "alt", "ambulance", "ampersand", "analyze-off", "analyze", "anchor-off", "anchor", "angle", "ankh", "antenna-bars-1", "antenna-bars-2", "antenna-bars-3", "antenna-bars-4", "antenna-bars-5", "antenna-bars-off", "antenna-off", "antenna", "aperture-off", "aperture", "api-app-off", "api-app", "api-book", "api-off", "api", "app-window-bottom-left", "app-window-bottom-right", "app-window-bottom", "app-window-center", "app-window", "apple", "apps-off", "apps", "archery-arrow", "archive-off", "archive", "armchair-2-off", "armchair-2", "armchair-off", "armchair", "arrow-autofit-content", "arrow-autofit-down", "arrow-autofit-height", "arrow-autofit-left", "arrow-autofit-right", "arrow-autofit-up", "arrow-autofit-width", "arrow-back-up-double", "arrow-back-up", "arrow-back", "arrow-badge-down", "arrow-badge-left", "arrow-badge-right", "arrow-badge-up", "arrow-bar-both", "arrow-bar-down", "arrow-bar-left", "arrow-bar-right", "arrow-bar-to-down-dashed", "arrow-bar-to-down", "arrow-bar-to-left-dashed", "arrow-bar-to-left", "arrow-bar-to-right-dashed", "arrow-bar-to-right", "arrow-bar-to-up-dashed", "arrow-bar-to-up", "arrow-bar-up", "arrow-bear-left-2", "arrow-bear-left", "arrow-bear-right-2", "arrow-bear-right", "arrow-big-down-line", "arrow-big-down-lines", "arrow-big-down", "arrow-big-left-line", "arrow-big-left-lines", "arrow-big-left", "arrow-big-right-line", "arrow-big-right-lines", "arrow-big-right", "arrow-big-up-line", "arrow-big-up-lines", "arrow-big-up", "arrow-bounce", "arrow-capsule", "arrow-curve-left", "arrow-curve-right", "arrow-down-bar", "arrow-down-circle", "arrow-down-dashed", "arrow-down-from-arc", "arrow-down-left-circle", "arrow-down-left", "arrow-down-rhombus", "arrow-down-right-circle", "arrow-down-right", "arrow-down-square", "arrow-down-tail", "arrow-down-to-arc", "arrow-down", "arrow-elbow-left", "arrow-elbow-right", "arrow-fork-triple", "arrow-fork", "arrow-forward-up-double", "arrow-forward-up", "arrow-forward", "arrow-guide", "arrow-iteration", "arrow-left-bar", "arrow-left-circle", "arrow-left-dashed", "arrow-left-from-arc", "arrow-left-rhombus", "arrow-left-right", "arrow-left-square", "arrow-left-tail", "arrow-left-to-arc", "arrow-left", "arrow-loop-left-2", "arrow-loop-left", "arrow-loop-right-2", "arrow-loop-right", "arrow-merge-alt-left", "arrow-merge-alt-right", "arrow-merge-both", "arrow-merge-left", "arrow-merge-right", "arrow-merge", "arrow-move-down", "arrow-move-left", "arrow-move-right", "arrow-move-up", "arrow-narrow-down-dashed", "arrow-narrow-down", "arrow-narrow-left-dashed", "arrow-narrow-left", "arrow-narrow-right-dashed", "arrow-narrow-right", "arrow-narrow-up-dashed", "arrow-narrow-up", "arrow-ramp-left-2", "arrow-ramp-left-3", "arrow-ramp-left", "arrow-ramp-right-2", "arrow-ramp-right-3", "arrow-ramp-right", "arrow-right-bar", "arrow-right-circle", "arrow-right-dashed", "arrow-right-from-arc", "arrow-right-rhombus", "arrow-right-square", "arrow-right-tail", "arrow-right-to-arc", "arrow-right", "arrow-rotary-first-left", "arrow-rotary-first-right", "arrow-rotary-last-left", "arrow-rotary-last-right", "arrow-rotary-left", "arrow-rotary-right", "arrow-rotary-straight", "arrow-roundabout-left", "arrow-roundabout-right", "arrow-sharp-turn-left", "arrow-sharp-turn-right", "arrow-up-bar", "arrow-up-circle", "arrow-up-dashed", "arrow-up-from-arc", "arrow-up-left-circle", "arrow-up-left", "arrow-up-rhombus", "arrow-up-right-circle", "arrow-up-right", "arrow-up-square", "arrow-up-tail", "arrow-up-to-arc", "arrow-up", "arrow-wave-left-down", "arrow-wave-left-up", "arrow-wave-right-down", "arrow-wave-right-up", "arrow-zig-zag", "arrows-cross", "arrows-diagonal-2", "arrows-diagonal-minimize-2", "arrows-diagonal-minimize", "arrows-diagonal", "arrows-diff", "arrows-double-ne-sw", "arrows-double-nw-se", "arrows-double-se-nw", "arrows-double-sw-ne", "arrows-down-up", "arrows-down", "arrows-exchange-2", "arrows-exchange", "arrows-horizontal", "arrows-join-2", "arrows-join", "arrows-left-down", "arrows-left-right", "arrows-left", "arrows-maximize", "arrows-minimize", "arrows-move-horizontal", "arrows-move-vertical", "arrows-move", "arrows-random", "arrows-right-down", "arrows-right-left", "arrows-right", "arrows-shuffle-2", "arrows-shuffle", "arrows-sort", "arrows-split-2", "arrows-split", "arrows-transfer-down", "arrows-transfer-up-down", "arrows-transfer-up", "arrows-up-down", "arrows-up-left", "arrows-up-right", "arrows-up", "arrows-vertical", "artboard-off", "artboard", "article-off", "article", "aspect-ratio-off", "aspect-ratio", "assembly-off", "assembly", "asset", "asterisk-simple", "asterisk", "at-off", "at", "atom-2", "atom-off", "atom", "augmented-reality-2", "augmented-reality-off", "augmented-reality", "auth-2fa", "automatic-gearbox", "automation", "avocado", "award-off", "award", "axe", "axis-x", "axis-y", "baby-bottle", "baby-carriage", "background", "backhoe", "backpack-off", "backpack", "backslash", "backspace", "badge-2k", "badge-3d", "badge-3k", "badge-4k", "badge-5k", "badge-8k", "badge-ad-off", "badge-ad", "badge-ar", "badge-cc", "badge-hd", "badge-off", "badge-sd", "badge-tm", "badge-vo", "badge-vr", "badge-wc", "badge", "badges-off", "badges", "baguette", "ball-american-football-off", "ball-american-football", "ball-baseball", "ball-basketball", "ball-bowling", "ball-football-off", "ball-football", "ball-tennis", "ball-volleyball", "balloon-off", "balloon", "ballpen-off", "ballpen", "ban", "banana", "bandage-off", "bandage", "barbell-off", "barbell", "barcode-off", "barcode", "barrel-off", "barrel", "barrier-block-off", "barrier-block", "baseline-density-large", "baseline-density-medium", "baseline-density-small", "baseline", "basket-bolt", "basket-cancel", "basket-check", "basket-code", "basket-cog", "basket-discount", "basket-dollar", "basket-down", "basket-exclamation", "basket-heart", "basket-minus", "basket-off", "basket-pause", "basket-pin", "basket-plus", "basket-question", "basket-search", "basket-share", "basket-star", "basket-up", "basket-x", "basket", "bat", "bath-off", "bath", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging-2", "battery-charging", "battery-eco", "battery-exclamation", "battery-off", "battery-spark", "battery-vertical-1", "battery-vertical-2", "battery-vertical-3", "battery-vertical-4", "battery-vertical-charging-2", "battery-vertical-charging", "battery-vertical-eco", "battery-vertical-exclamation", "battery-vertical-off", "battery-vertical", "battery", "beach-off", "beach", "bed-flat", "bed-off", "bed", "beer-off", "beer", "bell-bolt", "bell-cancel", "bell-check", "bell-code", "bell-cog", "bell-dollar", "bell-down", "bell-exclamation", "bell-heart", "bell-minus", "bell-off", "bell-pause", "bell-pin", "bell-plus", "bell-question", "bell-ringing-2", "bell-ringing", "bell-school", "bell-search", "bell-share", "bell-star", "bell-up", "bell-x", "bell-z", "bell", "beta", "bible", "bike-off", "bike", "binary-off", "binary-tree-2", "binary-tree", "binary", "binoculars", "biohazard-off", "biohazard", "blade", "bleach-chlorine", "bleach-no-chlorine", "bleach-off", "bleach", "blend-mode", "blender", "blind", "blob", "blockquote", "blocks", "bluetooth-connected", "bluetooth-off", "bluetooth-x", "bluetooth", "blur-off", "blur", "bmp", "body-scan", "bold-off", "bold", "bolt-off", "bolt", "bomb", "bone-off", "bone", "bong-off", "bong", "book-2", "book-download", "book-off", "book-upload", "book", "bookmark-ai", "bookmark-edit", "bookmark-minus", "bookmark-off", "bookmark-plus", "bookmark-question", "bookmark", "bookmarks-off", "bookmarks", "books-off", "books", "boom", "border-all", "border-bottom-plus", "border-bottom", "border-corner-ios", "border-corner-pill", "border-corner-rounded", "border-corner-square", "border-corners", "border-horizontal", "border-inner", "border-left-plus", "border-left", "border-none", "border-outer", "border-radius", "border-right-plus", "border-right", "border-sides", "border-style-2", "border-style", "border-top-plus", "border-top", "border-vertical", "bot-id", "bottle-off", "bottle", "bounce-left", "bounce-right", "bow", "bowl-chopsticks", "bowl-spoon", "bowl", "bowling", "box-align-bottom-left", "box-align-bottom-right", "box-align-bottom", "box-align-left", "box-align-right", "box-align-top-left", "box-align-top-right", "box-align-top", "box-margin", "box-model-2-off", "box-model-2", "box-model-off", "box-model", "box-multiple-0", "box-multiple-1", "box-multiple-2", "box-multiple-3", "box-multiple-4", "box-multiple-5", "box-multiple-6", "box-multiple-7", "box-multiple-8", "box-multiple-9", "box-multiple", "box-off", "box-padding", "box", "braces-off", "braces", "brackets-angle-off", "brackets-angle", "brackets-contain-end", "brackets-contain-start", "brackets-contain", "brackets-off", "brackets", "braille", "brain", "brand-4chan", "brand-abstract", "brand-adobe-after-effects", "brand-adobe-illustrator", "brand-adobe-indesign", "brand-adobe-photoshop", "brand-adobe-premiere", "brand-adobe-xd", "brand-adobe", "brand-adonis-js", "brand-airbnb", "brand-airtable", "brand-algolia", "brand-alipay", "brand-alpine-js", "brand-amazon", "brand-amd", "brand-amie", "brand-amigo", "brand-among-us", "brand-android", "brand-angular", "brand-ansible", "brand-ao3", "brand-appgallery", "brand-apple-arcade", "brand-apple-news", "brand-apple-podcast", "brand-apple", "brand-appstore", "brand-arc", "brand-asana", "brand-astro", "brand-audible", "brand-auth0", "brand-aws", "brand-azure", "brand-backbone", "brand-badoo", "brand-baidu", "brand-bandcamp", "brand-bandlab", "brand-beats", "brand-bebo", "brand-behance", "brand-bilibili", "brand-binance", "brand-bing", "brand-bitbucket", "brand-blackberry", "brand-blender", "brand-blogger", "brand-bluesky", "brand-booking", "brand-bootstrap", "brand-bulma", "brand-bumble", "brand-bunpo", "brand-c-sharp", "brand-cake", "brand-cakephp", "brand-campaignmonitor", "brand-carbon", "brand-cashapp", "brand-chrome", "brand-cinema-4d", "brand-citymapper", "brand-cloudflare", "brand-codecov", "brand-codepen", "brand-codesandbox", "brand-cohost", "brand-coinbase", "brand-comedy-central", "brand-coreos", "brand-couchdb", "brand-couchsurfing", "brand-cpp", "brand-craft", "brand-crunchbase", "brand-css3", "brand-ctemplar", "brand-cucumber", "brand-cupra", "brand-cypress", "brand-d3", "brand-databricks", "brand-days-counter", "brand-dcos", "brand-debian", "brand-deezer", "brand-deliveroo", "brand-deno", "brand-denodo", "brand-deviantart", "brand-digg", "brand-dingtalk", "brand-discord", "brand-disney", "brand-disqus", "brand-django", "brand-docker", "brand-doctrine", "brand-dolby-digital", "brand-douban", "brand-dribbble", "brand-dropbox", "brand-drops", "brand-drupal", "brand-edge", "brand-elastic", "brand-electronic-arts", "brand-ember", "brand-envato", "brand-etsy", "brand-evernote", "brand-facebook", "brand-feedly", "brand-figma", "brand-filezilla", "brand-finder", "brand-firebase", "brand-firefox", "brand-fiverr", "brand-flickr", "brand-flightradar24", "brand-flipboard", "brand-flutter", "brand-fortnite", "brand-foursquare", "brand-framer-motion", "brand-framer", "brand-funimation", "brand-gatsby", "brand-git", "brand-github-copilot", "brand-github", "brand-gitlab", "brand-gmail", "brand-golang", "brand-google-analytics", "brand-google-big-query", "brand-google-drive", "brand-google-fit", "brand-google-home", "brand-google-maps", "brand-google-one", "brand-google-photos", "brand-google-play", "brand-google-podcasts", "brand-google", "brand-grammarly", "brand-graphql", "brand-gravatar", "brand-grindr", "brand-guardian", "brand-gumroad", "brand-hackerrank", "brand-hbo", "brand-headlessui", "brand-hexo", "brand-hipchat", "brand-html5", "brand-inertia", "brand-infakt", "brand-instagram", "brand-intercom", "brand-itch", "brand-javascript", "brand-jira", "brand-juejin", "brand-kakao-talk", "brand-kbin", "brand-kick", "brand-kickstarter", "brand-kotlin", "brand-laravel", "brand-lastfm", "brand-leetcode", "brand-letterboxd", "brand-line", "brand-linkedin", "brand-linktree", "brand-linqpad", "brand-livewire", "brand-loom", "brand-mailgun", "brand-mantine", "brand-mastercard", "brand-mastodon", "brand-matrix", "brand-mcdonalds", "brand-medium", "brand-meetup", "brand-mercedes", "brand-messenger", "brand-meta", "brand-metabrainz", "brand-minecraft", "brand-miniprogram", "brand-mixpanel", "brand-monday", "brand-mongodb", "brand-my-oppo", "brand-mysql", "brand-national-geographic", "brand-nem", "brand-netbeans", "brand-netease-music", "brand-netflix", "brand-nexo", "brand-nextcloud", "brand-nextjs", "brand-nodejs", "brand-nord-vpn", "brand-notion", "brand-npm", "brand-nuxt", "brand-nytimes", "brand-oauth", "brand-office", "brand-ok-ru", "brand-onedrive", "brand-onlyfans", "brand-open-source", "brand-openai", "brand-openvpn", "brand-opera", "brand-pagekit", "brand-parsinta", "brand-patreon", "brand-paypal", "brand-paypay", "brand-peanut", "brand-pepsi", "brand-php", "brand-picsart", "brand-pinterest", "brand-planetscale", "brand-pnpm", "brand-pocket", "brand-polymer", "brand-powershell", "brand-printables", "brand-prisma", "brand-producthunt", "brand-pushbullet", "brand-pushover", "brand-python", "brand-qq", "brand-radix-ui", "brand-react-native", "brand-react", "brand-reason", "brand-reddit", "brand-redhat", "brand-redux", "brand-revolut", "brand-rumble", "brand-rust", "brand-safari", "brand-samsungpass", "brand-sass", "brand-sentry", "brand-sharik", "brand-shazam", "brand-shopee", "brand-signal", "brand-sketch", "brand-skype", "brand-slack", "brand-snapchat", "brand-snapseed", "brand-snowflake", "brand-socket-io", "brand-solidjs", "brand-soundcloud", "brand-spacehey", "brand-speedtest", "brand-spotify", "brand-stackoverflow", "brand-stackshare", "brand-steam", "brand-stellar", "brand-stocktwits", "brand-storj", "brand-storybook", "brand-storytel", "brand-strava", "brand-stripe", "brand-sublime-text", "brand-sugarizer", "brand-supabase", "brand-superhuman", "brand-supernova", "brand-surfshark", "brand-svelte", "brand-swift", "brand-symfony", "brand-tabler", "brand-tabnine", "brand-tailwind", "brand-taobao", "brand-teams", "brand-ted", "brand-telegram", "brand-terraform", "brand-tesla", "brand-tether", "brand-thingiverse", "brand-threads", "brand-threejs", "brand-tidal", "brand-tiktok", "brand-tinder", "brand-topbuzz", "brand-torchain", "brand-toyota", "brand-trello", "brand-tripadvisor", "brand-tumblr", "brand-twilio", "brand-twitch", "brand-twitter", "brand-typescript", "brand-uber", "brand-ubuntu", "brand-unity", "brand-unsplash", "brand-upwork", "brand-valorant", "brand-vechain", "brand-vercel", "brand-vimeo", "brand-vinted", "brand-visa", "brand-visual-studio", "brand-vite", "brand-vivaldi", "brand-vk", "brand-vlc", "brand-volkswagen", "brand-vsco", "brand-vscode", "brand-vue", "brand-walmart", "brand-waze", "brand-webflow", "brand-wechat", "brand-weibo", "brand-whatsapp", "brand-wikipedia", "brand-windows", "brand-windy", "brand-wish", "brand-wix", "brand-wordpress", "brand-x", "brand-xamarin", "brand-xbox", "brand-xdeep", "brand-xing", "brand-yahoo", "brand-yandex", "brand-yarn", "brand-yatse", "brand-ycombinator", "brand-youtube-kids", "brand-youtube", "brand-zalando", "brand-zapier", "brand-zeit", "brand-zhihu", "brand-zoom", "brand-zulip", "brand-zwift", "bread-off", "bread", "briefcase-2", "briefcase-off", "briefcase", "brightness-2", "brightness-auto", "brightness-down", "brightness-half", "brightness-off", "brightness-up", "brightness", "broadcast-off", "broadcast", "browser-check", "browser-maximize", "browser-minus", "browser-off", "browser-plus", "browser-share", "browser-x", "browser", "brush-off", "brush", "bubble-minus", "bubble-plus", "bubble-tea-2", "bubble-tea", "bubble-text", "bubble-x", "bubble", "bucket-droplet", "bucket-off", "bucket", "bug-off", "bug", "building-airport", "building-arch", "building-bank", "building-bridge-2", "building-bridge", "building-broadcast-tower", "building-burj-al-arab", "building-carousel", "building-castle", "building-church", "building-circus", "building-cog", "building-community", "building-cottage", "building-eiffel-tower", "building-estate", "building-factory-2", "building-factory", "building-fortress", "building-hospital", "building-lighthouse", "building-minus", "building-monument", "building-mosque", "building-off", "building-pavilion", "building-plus", "building-skyscraper", "building-stadium", "building-store", "building-tunnel", "building-warehouse", "building-wind-turbine", "building", "buildings", "bulb-off", "bulb", "bulldozer", "burger", "bus-off", "bus-stop", "bus", "businessplan", "butterfly", "cactus-off", "cactus", "cake-off", "cake-roll", "cake", "calculator-off", "calculator", "calendar-bolt", "calendar-cancel", "calendar-check", "calendar-clock", "calendar-code", "calendar-cog", "calendar-dollar", "calendar-dot", "calendar-down", "calendar-due", "calendar-event", "calendar-exclamation", "calendar-heart", "calendar-minus", "calendar-month", "calendar-off", "calendar-pause", "calendar-pin", "calendar-plus", "calendar-question", "calendar-repeat", "calendar-sad", "calendar-search", "calendar-share", "calendar-smile", "calendar-star", "calendar-stats", "calendar-time", "calendar-up", "calendar-user", "calendar-week", "calendar-x", "calendar", "camera-ai", "camera-bitcoin", "camera-bolt", "camera-cancel", "camera-check", "camera-code", "camera-cog", "camera-dollar", "camera-down", "camera-exclamation", "camera-heart", "camera-minus", "camera-moon", "camera-off", "camera-pause", "camera-pin", "camera-plus", "camera-question", "camera-rotate", "camera-search", "camera-selfie", "camera-share", "camera-spark", "camera-star", "camera-up", "camera-x", "camera", "camper", "campfire", "canary", "cancel", "candle", "candy-off", "candy", "cane", "cannabis", "cap-projecting", "cap-rounded", "cap-straight", "capsule-horizontal", "capsule", "capture-off", "capture", "car-4wd", "car-crane", "car-crash", "car-door", "car-fan-1", "car-fan-2", "car-fan-3", "car-fan-auto", "car-fan", "car-garage", "car-lifter", "car-off-road", "car-off", "car-suspension", "car-suv", "car-turbine", "car", "carambola", "caravan", "cardboards-off", "cardboards", "cards", "caret-down", "caret-left-right", "caret-left", "caret-right", "caret-up-down", "caret-up", "carousel-horizontal", "carousel-vertical", "carrot-off", "carrot", "cash-banknote-edit", "cash-banknote-heart", "cash-banknote-minus", "cash-banknote-move-back", "cash-banknote-move", "cash-banknote-off", "cash-banknote-plus", "cash-banknote", "cash-edit", "cash-heart", "cash-minus", "cash-move-back", "cash-move", "cash-off", "cash-plus", "cash-register", "cash", "cast-off", "cast", "cat", "category-2", "category-minus", "category-plus", "category", "ce-off", "ce", "cell-signal-1", "cell-signal-2", "cell-signal-3", "cell-signal-4", "cell-signal-5", "cell-signal-off", "cell", "certificate-2-off", "certificate-2", "certificate-off", "certificate", "chair-director", "chalkboard-off", "chalkboard-teacher", "chalkboard", "charging-pile", "chart-arcs-3", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar-off", "chart-bar-popular", "chart-bar", "chart-bubble", "chart-candle", "chart-circles", "chart-cohort", "chart-column", "chart-covariate", "chart-donut-2", "chart-donut-3", "chart-donut-4", "chart-donut", "chart-dots-2", "chart-dots-3", "chart-dots", "chart-funnel", "chart-grid-dots", "chart-histogram", "chart-infographic", "chart-line", "chart-pie-2", "chart-pie-3", "chart-pie-4", "chart-pie-off", "chart-pie", "chart-ppf", "chart-radar", "chart-sankey", "chart-scatter-3d", "chart-scatter", "chart-treemap", "check", "checkbox", "checklist", "checks", "checkup-list", "cheese", "chef-hat-off", "chef-hat", "cherry", "chess-bishop", "chess-king", "chess-knight", "chess-queen", "chess-rook", "chess", "chevron-compact-down", "chevron-compact-left", "chevron-compact-right", "chevron-compact-up", "chevron-down-left", "chevron-down-right", "chevron-down", "chevron-left-pipe", "chevron-left", "chevron-right-pipe", "chevron-right", "chevron-up-left", "chevron-up-right", "chevron-up", "chevrons-down-left", "chevrons-down-right", "chevrons-down", "chevrons-left", "chevrons-right", "chevrons-up-left", "chevrons-up-right", "chevrons-up", "chisel", "chocolate", "christmas-ball", "christmas-tree-off", "christmas-tree", "circle-arrow-down-left", "circle-arrow-down-right", "circle-arrow-down", "circle-arrow-left", "circle-arrow-right", "circle-arrow-up-left", "circle-arrow-up-right", "circle-arrow-up", "circle-asterisk", "circle-caret-down", "circle-caret-left", "circle-caret-right", "circle-caret-up", "circle-check", "circle-chevron-down", "circle-chevron-left", "circle-chevron-right", "circle-chevron-up", "circle-chevrons-down", "circle-chevrons-left", "circle-chevrons-right", "circle-chevrons-up", "circle-dashed-check", "circle-dashed-letter-a", "circle-dashed-letter-b", "circle-dashed-letter-c", "circle-dashed-letter-d", "circle-dashed-letter-e", "circle-dashed-letter-f", "circle-dashed-letter-g", "circle-dashed-letter-h", "circle-dashed-letter-i", "circle-dashed-letter-j", "circle-dashed-letter-k", "circle-dashed-letter-l", "circle-dashed-letter-m", "circle-dashed-letter-n", "circle-dashed-letter-o", "circle-dashed-letter-p", "circle-dashed-letter-q", "circle-dashed-letter-r", "circle-dashed-letter-s", "circle-dashed-letter-t", "circle-dashed-letter-u", "circle-dashed-letter-v", "circle-dashed-letter-w", "circle-dashed-letter-x", "circle-dashed-letter-y", "circle-dashed-letter-z", "circle-dashed-minus", "circle-dashed-number-0", "circle-dashed-number-1", "circle-dashed-number-2", "circle-dashed-number-3", "circle-dashed-number-4", "circle-dashed-number-5", "circle-dashed-number-6", "circle-dashed-number-7", "circle-dashed-number-8", "circle-dashed-number-9", "circle-dashed-percentage", "circle-dashed-plus", "circle-dashed-x", "circle-dashed", "circle-dot", "circle-dotted-letter-a", "circle-dotted-letter-b", "circle-dotted-letter-c", "circle-dotted-letter-d", "circle-dotted-letter-e", "circle-dotted-letter-f", "circle-dotted-letter-g", "circle-dotted-letter-h", "circle-dotted-letter-i", "circle-dotted-letter-j", "circle-dotted-letter-k", "circle-dotted-letter-l", "circle-dotted-letter-m", "circle-dotted-letter-n", "circle-dotted-letter-o", "circle-dotted-letter-p", "circle-dotted-letter-q", "circle-dotted-letter-r", "circle-dotted-letter-s", "circle-dotted-letter-t", "circle-dotted-letter-u", "circle-dotted-letter-v", "circle-dotted-letter-w", "circle-dotted-letter-x", "circle-dotted-letter-y", "circle-dotted-letter-z", "circle-dotted", "circle-half-2", "circle-half-vertical", "circle-half", "circle-key", "circle-letter-a", "circle-letter-b", "circle-letter-c", "circle-letter-d", "circle-letter-e", "circle-letter-f", "circle-letter-g", "circle-letter-h", "circle-letter-i", "circle-letter-j", "circle-letter-k", "circle-letter-l", "circle-letter-m", "circle-letter-n", "circle-letter-o", "circle-letter-p", "circle-letter-q", "circle-letter-r", "circle-letter-s", "circle-letter-t", "circle-letter-u", "circle-letter-v", "circle-letter-w", "circle-letter-x", "circle-letter-y", "circle-letter-z", "circle-minus-2", "circle-minus", "circle-number-0", "circle-number-1", "circle-number-2", "circle-number-3", "circle-number-4", "circle-number-5", "circle-number-6", "circle-number-7", "circle-number-8", "circle-number-9", "circle-off", "circle-open-arrow-down", "circle-open-arrow-left", "circle-open-arrow-right", "circle-open-arrow-up", "circle-percentage", "circle-plus-2", "circle-plus-minus", "circle-plus", "circle-rectangle-off", "circle-rectangle", "circle-square", "circle-triangle", "circle-x", "circle", "circles-relation", "circles", "circuit-ammeter", "circuit-battery", "circuit-bulb", "circuit-capacitor-polarized", "circuit-capacitor", "circuit-cell-plus", "circuit-cell", "circuit-changeover", "circuit-diode-zener", "circuit-diode", "circuit-ground-digital", "circuit-ground", "circuit-inductor", "circuit-motor", "circuit-pushbutton", "circuit-resistor", "circuit-switch-closed", "circuit-switch-open", "circuit-voltmeter", "clear-all", "clear-formatting", "clef-staff", "clef", "click", "cliff-jumping", "clipboard-check", "clipboard-copy", "clipboard-data", "clipboard-heart", "clipboard-list", "clipboard-off", "clipboard-plus", "clipboard-search", "clipboard-smile", "clipboard-text", "clipboard-typography", "clipboard-x", "clipboard", "clock-12", "clock-2", "clock-24", "clock-bitcoin", "clock-bolt", "clock-cancel", "clock-check", "clock-code", "clock-cog", "clock-dollar", "clock-down", "clock-edit", "clock-exclamation", "clock-heart", "clock-hour-1", "clock-hour-10", "clock-hour-11", "clock-hour-12", "clock-hour-2", "clock-hour-3", "clock-hour-4", "clock-hour-5", "clock-hour-6", "clock-hour-7", "clock-hour-8", "clock-hour-9", "clock-minus", "clock-off", "clock-pause", "clock-pin", "clock-play", "clock-plus", "clock-question", "clock-record", "clock-search", "clock-share", "clock-shield", "clock-star", "clock-stop", "clock-up", "clock-x", "clock", "clothes-rack-off", "clothes-rack", "cloud-bitcoin", "cloud-bolt", "cloud-cancel", "cloud-check", "cloud-code", "cloud-cog", "cloud-computing", "cloud-data-connection", "cloud-dollar", "cloud-down", "cloud-download", "cloud-exclamation", "cloud-fog", "cloud-heart", "cloud-lock-open", "cloud-lock", "cloud-minus", "cloud-network", "cloud-off", "cloud-pause", "cloud-pin", "cloud-plus", "cloud-question", "cloud-rain", "cloud-search", "cloud-share", "cloud-snow", "cloud-star", "cloud-storm", "cloud-up", "cloud-upload", "cloud-x", "cloud", "clover-2", "clover", "clubs", "code-ai", "code-asterisk", "code-circle-2", "code-circle", "code-dots", "code-minus", "code-off", "code-plus", "code-variable-minus", "code-variable-plus", "code-variable", "code", "codeblock", "coffee-off", "coffee", "coffin", "coin-bitcoin", "coin-euro", "coin-monero", "coin-off", "coin-pound", "coin-rupee", "coin-taka", "coin-yen", "coin-yuan", "coin", "coins", "color-filter", "color-picker-off", "color-picker", "color-swatch-off", "color-swatch", "column-insert-left", "column-insert-right", "column-remove", "columns-1", "columns-2", "columns-3", "columns-off", "columns", "comet", "command-off", "command", "compass-off", "compass", "components-off", "components", "cone-2", "cone-off", "cone-plus", "cone", "confetti-off", "confetti", "confucius", "congruent-to", "connection", "container-off", "container", "contract", "contrast-2-off", "contrast-2", "contrast-off", "contrast", "cooker", "cookie-man", "cookie-off", "cookie", "copy-check", "copy-minus", "copy-off", "copy-plus", "copy-x", "copy", "copyleft-off", "copyleft", "copyright-off", "copyright", "corner-down-left-double", "corner-down-left", "corner-down-right-double", "corner-down-right", "corner-left-down-double", "corner-left-down", "corner-left-up-double", "corner-left-up", "corner-right-down-double", "corner-right-down", "corner-right-up-double", "corner-right-up", "corner-up-left-double", "corner-up-left", "corner-up-right-double", "corner-up-right", "cpu-2", "cpu-off", "cpu", "crane-off", "crane", "creative-commons-by", "creative-commons-nc", "creative-commons-nd", "creative-commons-off", "creative-commons-sa", "creative-commons-zero", "creative-commons", "credit-card-hand", "credit-card-off", "credit-card-pay", "credit-card-refund", "credit-card", "credits", "cricket", "crop-1-1", "crop-16-9", "crop-3-2", "crop-5-4", "crop-7-5", "crop-landscape", "crop-portrait", "crop", "cross-off", "cross", "crosshair", "crown-off", "crown", "crutches-off", "crutches", "crystal-ball", "csv", "cube-3d-sphere-off", "cube-3d-sphere", "cube-off", "cube-plus", "cube-send", "cube-spark", "cube-unfolded", "cube", "cup-off", "cup", "curling", "curly-loop", "currency-afghani", "currency-bahraini", "currency-baht", "currency-bitcoin", "currency-cent", "currency-dinar", "currency-dirham", "currency-dogecoin", "currency-dollar-australian", "currency-dollar-brunei", "currency-dollar-canadian", "currency-dollar-guyanese", "currency-dollar-off", "currency-dollar-singapore", "currency-dollar-zimbabwean", "currency-dollar", "currency-dong", "currency-dram", "currency-ethereum", "currency-euro-off", "currency-euro", "currency-florin", "currency-forint", "currency-frank", "currency-guarani", "currency-hryvnia", "currency-husd", "currency-iranian-rial", "currency-kip", "currency-krone-czech", "currency-krone-danish", "currency-krone-swedish", "currency-lari", "currency-leu", "currency-lira", "currency-litecoin", "currency-lyd", "currency-manat", "currency-monero", "currency-naira", "currency-nano", "currency-off", "currency-paanga", "currency-peso", "currency-pound-off", "currency-pound", "currency-quetzal", "currency-real", "currency-renminbi", "currency-ripple", "currency-riyal", "currency-ruble", "currency-rufiyaa", "currency-rupee-nepalese", "currency-rupee", "currency-shekel", "currency-solana", "currency-som", "currency-taka", "currency-tenge", "currency-tether", "currency-tugrik", "currency-won", "currency-xrp", "currency-yen-off", "currency-yen", "currency-yuan", "currency-zcash", "currency-zloty", "currency", "current-location-off", "current-location", "cursor-off", "cursor-text", "cut", "cylinder-off", "cylinder-plus", "cylinder", "dashboard-off", "dashboard", "database-cog", "database-dollar", "database-edit", "database-exclamation", "database-export", "database-heart", "database-import", "database-leak", "database-minus", "database-off", "database-plus", "database-search", "database-share", "database-smile", "database-star", "database-x", "database", "deaf", "decimal", "deer", "delta", "dental-broken", "dental-off", "dental", "deselect", "desk", "details-off", "details", "device-3d-camera", "device-3d-lens", "device-airpods-case", "device-airpods", "device-airtag", "device-analytics", "device-audio-tape", "device-camera-phone", "device-cctv-off", "device-cctv", "device-computer-camera-2", "device-computer-camera-off", "device-computer-camera", "device-desktop-analytics", "device-desktop-bolt", "device-desktop-cancel", "device-desktop-check", "device-desktop-code", "device-desktop-cog", "device-desktop-dollar", "device-desktop-down", "device-desktop-exclamation", "device-desktop-heart", "device-desktop-minus", "device-desktop-off", "device-desktop-pause", "device-desktop-pin", "device-desktop-plus", "device-desktop-question", "device-desktop-search", "device-desktop-share", "device-desktop-star", "device-desktop-up", "device-desktop-x", "device-desktop", "device-floppy", "device-gamepad-2", "device-gamepad-3", "device-gamepad", "device-heart-monitor", "device-imac-bolt", "device-imac-cancel", "device-imac-check", "device-imac-code", "device-imac-cog", "device-imac-dollar", "device-imac-down", "device-imac-exclamation", "device-imac-heart", "device-imac-minus", "device-imac-off", "device-imac-pause", "device-imac-pin", "device-imac-plus", "device-imac-question", "device-imac-search", "device-imac-share", "device-imac-star", "device-imac-up", "device-imac-x", "device-imac", "device-ipad-bolt", "device-ipad-cancel", "device-ipad-check", "device-ipad-code", "device-ipad-cog", "device-ipad-dollar", "device-ipad-down", "device-ipad-exclamation", "device-ipad-heart", "device-ipad-horizontal-bolt", "device-ipad-horizontal-cancel", "device-ipad-horizontal-check", "device-ipad-horizontal-code", "device-ipad-horizontal-cog", "device-ipad-horizontal-dollar", "device-ipad-horizontal-down", "device-ipad-horizontal-exclamation", "device-ipad-horizontal-heart", "device-ipad-horizontal-minus", "device-ipad-horizontal-off", "device-ipad-horizontal-pause", "device-ipad-horizontal-pin", "device-ipad-horizontal-plus", "device-ipad-horizontal-question", "device-ipad-horizontal-search", "device-ipad-horizontal-share", "device-ipad-horizontal-star", "device-ipad-horizontal-up", "device-ipad-horizontal-x", "device-ipad-horizontal", "device-ipad-minus", "device-ipad-off", "device-ipad-pause", "device-ipad-pin", "device-ipad-plus", "device-ipad-question", "device-ipad-search", "device-ipad-share", "device-ipad-star", "device-ipad-up", "device-ipad-x", "device-ipad", "device-landline-phone", "device-laptop-off", "device-laptop", "device-mobile-bolt", "device-mobile-cancel", "device-mobile-charging", "device-mobile-check", "device-mobile-code", "device-mobile-cog", "device-mobile-dollar", "device-mobile-down", "device-mobile-exclamation", "device-mobile-heart", "device-mobile-message", "device-mobile-minus", "device-mobile-off", "device-mobile-pause", "device-mobile-pin", "device-mobile-plus", "device-mobile-question", "device-mobile-rotated", "device-mobile-search", "device-mobile-share", "device-mobile-star", "device-mobile-up", "device-mobile-vibration", "device-mobile-x", "device-mobile", "device-nintendo-off", "device-nintendo", "device-projector", "device-remote", "device-screen", "device-sd-card", "device-sim-1", "device-sim-2", "device-sim-3", "device-sim", "device-speaker-off", "device-speaker", "device-tablet-bolt", "device-tablet-cancel", "device-tablet-check", "device-tablet-code", "device-tablet-cog", "device-tablet-dollar", "device-tablet-down", "device-tablet-exclamation", "device-tablet-heart", "device-tablet-minus", "device-tablet-off", "device-tablet-pause", "device-tablet-pin", "device-tablet-plus", "device-tablet-question", "device-tablet-search", "device-tablet-share", "device-tablet-star", "device-tablet-up", "device-tablet-x", "device-tablet", "device-tv-off", "device-tv-old", "device-tv", "device-unknown", "device-usb", "device-vision-pro-wifi", "device-vision-pro", "device-watch-bolt", "device-watch-cancel", "device-watch-check", "device-watch-code", "device-watch-cog", "device-watch-dollar", "device-watch-down", "device-watch-exclamation", "device-watch-heart", "device-watch-minus", "device-watch-off", "device-watch-pause", "device-watch-pin", "device-watch-plus", "device-watch-question", "device-watch-search", "device-watch-share", "device-watch-star", "device-watch-stats-2", "device-watch-stats", "device-watch-up", "device-watch-x", "device-watch", "device-workstation", "devices-2", "devices-bolt", "devices-cancel", "devices-check", "devices-code", "devices-cog", "devices-dollar", "devices-down", "devices-exclamation", "devices-heart", "devices-minus", "devices-off", "devices-pause", "devices-pc-off", "devices-pc", "devices-pin", "devices-plus", "devices-question", "devices-search", "devices-share", "devices-star", "devices-up", "devices-x", "devices", "diabolo-off", "diabolo-plus", "diabolo", "dialpad-off", "dialpad", "diamond-off", "diamond", "diamonds", "diaper", "dice-1", "dice-2", "dice-3", "dice-4", "dice-5", "dice-6", "dice", "dimensions", "direction-arrows", "direction-horizontal", "direction-sign-off", "direction-sign", "direction", "directions-off", "directions", "disabled-2", "disabled-off", "disabled", "disc-golf", "disc-off", "disc", "discount-off", "discount", "divide", "dna-2-off", "dna-2", "dna-off", "dna", "dog-bowl", "dog", "door-enter", "door-exit", "door-hanger", "door-off", "door", "dots-circle-horizontal", "dots-diagonal-2", "dots-diagonal", "dots-vertical", "dots", "download-off", "download", "drag-drop-2", "drag-drop", "dragon", "drone-off", "drone", "drop-circle", "droplet-bolt", "droplet-cancel", "droplet-check", "droplet-code", "droplet-cog", "droplet-dollar", "droplet-down", "droplet-exclamation", "droplet-half-2", "droplet-half", "droplet-heart", "droplet-minus", "droplet-off", "droplet-pause", "droplet-pin", "droplet-plus", "droplet-question", "droplet-search", "droplet-share", "droplet-star", "droplet-up", "droplet-x", "droplet", "droplets", "dual-screen", "dumbbell", "dumpling", "e-passport", "ear-off", "ear-scan", "ear", "earphone-bluetooth", "ease-in-control-point", "ease-in-out-control-points", "ease-in-out", "ease-in", "ease-out-control-point", "ease-out", "edit-circle-off", "edit-circle", "edit-off", "edit", "egg-cracked", "egg-fried", "egg-off", "egg", "eggs", "elevator-off", "elevator", "email-stamp", "emergency-bed", "empathize-off", "empathize", "emphasis", "engine-off", "engine", "equal-double", "equal-not", "equal", "eraser-off", "eraser", "error-404-off", "error-404", "escalator-down", "escalator-up", "escalator", "exchange-off", "exchange", "exclamation-circle", "exclamation-mark-off", "exclamation-mark", "exercise-ball", "explicit-off", "explicit", "exposure-0", "exposure-minus-1", "exposure-minus-2", "exposure-off", "exposure-plus-1", "exposure-plus-2", "exposure", "external-link-off", "external-link", "eye-bitcoin", "eye-bolt", "eye-cancel", "eye-check", "eye-closed", "eye-code", "eye-cog", "eye-discount", "eye-dollar", "eye-dotted", "eye-down", "eye-edit", "eye-exclamation", "eye-heart", "eye-minus", "eye-off", "eye-pause", "eye-pin", "eye-plus", "eye-question", "eye-search", "eye-share", "eye-spark", "eye-star", "eye-table", "eye-up", "eye-x", "eye", "eyeglass-2", "eyeglass-off", "eyeglass", "face-id-error", "face-id", "face-mask-off", "face-mask", "fall", "favicon", "feather-off", "feather", "fence-off", "fence", "ferry", "fidget-spinner", "file-3d", "file-ai", "file-alert", "file-analytics", "file-arrow-left", "file-arrow-right", "file-barcode", "file-bitcoin", "file-broken", "file-certificate", "file-chart", "file-check", "file-code-2", "file-code", "file-cv", "file-database", "file-delta", "file-description", "file-diff", "file-digit", "file-dislike", "file-dollar", "file-dots", "file-download", "file-euro", "file-excel", "file-export", "file-function", "file-horizontal", "file-import", "file-infinity", "file-info", "file-invoice", "file-isr", "file-lambda", "file-like", "file-minus", "file-music", "file-neutral", "file-off", "file-orientation", "file-pencil", "file-percent", "file-phone", "file-plus", "file-power", "file-report", "file-rss", "file-sad", "file-scissors", "file-search", "file-settings", "file-shredder", "file-signal", "file-smile", "file-spark", "file-spreadsheet", "file-stack", "file-star", "file-symlink", "file-text-ai", "file-text-shield", "file-text-spark", "file-text", "file-time", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-docx", "file-type-html", "file-type-jpg", "file-type-js", "file-type-jsx", "file-type-pdf", "file-type-php", "file-type-png", "file-type-ppt", "file-type-rs", "file-type-sql", "file-type-svg", "file-type-ts", "file-type-tsx", "file-type-txt", "file-type-vue", "file-type-xls", "file-type-xml", "file-type-zip", "file-typography", "file-unknown", "file-upload", "file-vector", "file-word", "file-x", "file-zip", "file", "files-off", "files", "filter-2-bolt", "filter-2-cancel", "filter-2-check", "filter-2-code", "filter-2-cog", "filter-2-discount", "filter-2-dollar", "filter-2-down", "filter-2-edit", "filter-2-exclamation", "filter-2-minus", "filter-2-pause", "filter-2-pin", "filter-2-plus", "filter-2-question", "filter-2-search", "filter-2-share", "filter-2-spark", "filter-2-up", "filter-2-x", "filter-2", "filter-bolt", "filter-cancel", "filter-check", "filter-code", "filter-cog", "filter-discount", "filter-dollar", "filter-down", "filter-edit", "filter-exclamation", "filter-heart", "filter-minus", "filter-off", "filter-pause", "filter-pin", "filter-plus", "filter-question", "filter-search", "filter-share", "filter-spark", "filter-star", "filter-up", "filter-x", "filter", "filters", "fingerprint-off", "fingerprint-scan", "fingerprint", "fire-extinguisher", "fire-hydrant-off", "fire-hydrant", "firetruck", "firewall-check", "firewall-flame", "first-aid-kit-off", "first-aid-kit", "fish-bone", "fish-christianity", "fish-hook-off", "fish-hook", "fish-off", "fish", "flag-2-off", "flag-2", "flag-3", "flag-bitcoin", "flag-bolt", "flag-cancel", "flag-check", "flag-code", "flag-cog", "flag-discount", "flag-dollar", "flag-down", "flag-exclamation", "flag-heart", "flag-minus", "flag-off", "flag-pause", "flag-pin", "flag-plus", "flag-question", "flag-search", "flag-share", "flag-spark", "flag-star", "flag-up", "flag-x", "flag", "flame-off", "flame", "flare", "flask-2-off", "flask-2", "flask-off", "flask", "flip-flops", "flip-horizontal", "flip-vertical", "float-center", "float-left", "float-none", "float-right", "flood", "flower-off", "flower", "focus-2", "focus-auto", "focus-centered", "focus", "fold-down", "fold-up", "fold", "folder-bolt", "folder-cancel", "folder-check", "folder-code", "folder-cog", "folder-dollar", "folder-down", "folder-exclamation", "folder-heart", "folder-minus", "folder-off", "folder-open", "folder-pause", "folder-pin", "folder-plus", "folder-question", "folder-root", "folder-search", "folder-share", "folder-star", "folder-symlink", "folder-up", "folder-x", "folder", "folders-off", "folders", "footsteps", "forbid-2", "forbid", "forklift", "forms", "fountain-off", "fountain", "frame-off", "frame", "free-rights", "freeze-column", "freeze-row-column", "freeze-row", "fridge-off", "fridge", "friends-off", "friends", "frustum-off", "frustum-plus", "frustum", "function-off", "function", "galaxy", "garden-cart-off", "garden-cart", "gas-station-off", "gas-station", "gauge-off", "gauge", "gavel", "gender-agender", "gender-androgyne", "gender-bigender", "gender-demiboy", "gender-demigirl", "gender-epicene", "gender-female", "gender-femme", "gender-genderfluid", "gender-genderless", "gender-genderqueer", "gender-hermaphrodite", "gender-intergender", "gender-male", "gender-neutrois", "gender-third", "gender-transgender", "gender-travesti", "geometry", "ghost-2", "ghost-3", "ghost-off", "ghost", "gif", "gift-card", "gift-off", "gift", "git-branch-deleted", "git-branch", "git-cherry-pick", "git-commit", "git-compare", "git-fork", "git-merge", "git-pull-request-closed", "git-pull-request-conflict", "git-pull-request-draft", "git-pull-request", "gizmo", "glass-champagne", "glass-cocktail", "glass-full", "glass-gin", "glass-off", "glass", "globe-off", "globe", "go-game", "golf-off", "golf", "gps", "gradienter", "grain", "grape", "graph-off", "graph", "grave-2", "grave", "grid-3x3", "grid-4x4", "grid-dots", "grid-goldenratio", "grid-pattern", "grid-scan", "grill-fork", "grill-off", "grill-spatula", "grill", "grip-horizontal", "grip-vertical", "growth", "guitar-pick", "gymnastics", "h-1", "h-2", "h-3", "h-4", "h-5", "h-6", "hammer-drill", "hammer-off", "hammer", "hand-click-off", "hand-click", "hand-finger-down", "hand-finger-left", "hand-finger-off", "hand-finger-right", "hand-finger", "hand-grab", "hand-little-finger", "hand-love-you", "hand-middle-finger", "hand-move", "hand-off", "hand-ring-finger", "hand-sanitizer", "hand-stop", "hand-three-fingers", "hand-two-fingers", "hanger-2", "hanger-off", "hanger", "hash", "haze-moon", "haze", "hdr", "heading-off", "heading", "headphones-off", "headphones", "headset-off", "headset", "health-recognition", "heart-bitcoin", "heart-bolt", "heart-broken", "heart-cancel", "heart-check", "heart-code", "heart-cog", "heart-discount", "heart-dollar", "heart-down", "heart-exclamation", "heart-handshake", "heart-minus", "heart-off", "heart-pause", "heart-pin", "heart-plus", "heart-question", "heart-rate-monitor", "heart-search", "heart-share", "heart-spark", "heart-star", "heart-up", "heart-x", "heart", "heartbeat", "hearts-off", "hearts", "helicopter-landing", "helicopter", "helmet-off", "helmet", "help-circle", "help-hexagon", "help-octagon", "help-off", "help-small", "help-square-rounded", "help-square", "help-triangle", "help", "hemisphere-off", "hemisphere-plus", "hemisphere", "hexagon-3d", "hexagon-asterisk", "hexagon-letter-a", "hexagon-letter-b", "hexagon-letter-c", "hexagon-letter-d", "hexagon-letter-e", "hexagon-letter-f", "hexagon-letter-g", "hexagon-letter-h", "hexagon-letter-i", "hexagon-letter-j", "hexagon-letter-k", "hexagon-letter-l", "hexagon-letter-m", "hexagon-letter-n", "hexagon-letter-o", "hexagon-letter-p", "hexagon-letter-q", "hexagon-letter-r", "hexagon-letter-s", "hexagon-letter-t", "hexagon-letter-u", "hexagon-letter-v", "hexagon-letter-w", "hexagon-letter-x", "hexagon-letter-y", "hexagon-letter-z", "hexagon-minus-2", "hexagon-minus", "hexagon-number-0", "hexagon-number-1", "hexagon-number-2", "hexagon-number-3", "hexagon-number-4", "hexagon-number-5", "hexagon-number-6", "hexagon-number-7", "hexagon-number-8", "hexagon-number-9", "hexagon-off", "hexagon-plus-2", "hexagon-plus", "hexagon", "hexagonal-prism-off", "hexagonal-prism-plus", "hexagonal-prism", "hexagonal-pyramid-off", "hexagonal-pyramid-plus", "hexagonal-pyramid", "hexagons-off", "hexagons", "hierarchy-2", "hierarchy-3", "hierarchy-off", "hierarchy", "highlight-off", "highlight", "history-off", "history-toggle", "history", "home-2", "home-bitcoin", "home-bolt", "home-cancel", "home-check", "home-cog", "home-dollar", "home-dot", "home-down", "home-eco", "home-edit", "home-exclamation", "home-hand", "home-heart", "home-infinity", "home-link", "home-lock", "home-minus", "home-move", "home-off", "home-plus", "home-question", "home-ribbon", "home-search", "home-share", "home-shield", "home-signal", "home-spark", "home-star", "home-stats", "home-up", "home-x", "home", "horse-toy", "horse", "horseshoe", "hospital-circle", "hospital", "hotel-service", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "hours-12", "hours-24", "html", "http-connect-off", "http-connect", "http-delete-off", "http-delete", "http-get-off", "http-get", "http-head-off", "http-head", "http-options-off", "http-options", "http-patch-off", "http-patch", "http-post-off", "http-post", "http-put-off", "http-put", "http-que-off", "http-que", "http-trace-off", "http-trace", "hula-hoop", "ice-cream-2", "ice-cream-off", "ice-cream", "ice-skating", "iceberg", "icons-off", "icons", "icosahedron", "id-badge-2", "id-badge-off", "id-badge", "id-off", "id", "image-generation", "image-in-picture", "inbox-off", "inbox", "indent-decrease", "indent-increase", "infinity-2", "infinity-off", "infinity", "info-circle", "info-hexagon", "info-octagon", "info-small", "info-square-rounded", "info-square", "info-triangle", "inner-shadow-bottom-left", "inner-shadow-bottom-right", "inner-shadow-bottom", "inner-shadow-left", "inner-shadow-right", "inner-shadow-top-left", "inner-shadow-top-right", "inner-shadow-top", "input-ai", "input-check", "input-search", "input-spark", "input-x", "invoice", "ironing-1", "ironing-2", "ironing-3", "ironing-off", "ironing-steam-off", "ironing-steam", "ironing", "irregular-polyhedron-off", "irregular-polyhedron-plus", "irregular-polyhedron", "italic-off", "italic", "jacket", "jetpack", "jetski", "jewish-star", "join-bevel", "join-round", "join-straight", "joker", "jpg", "json", "jump-rope", "karate", "kayak", "kerning", "key-off", "key", "keyboard-hide", "keyboard-off", "keyboard-show", "keyboard", "keyframe-align-center", "keyframe-align-horizontal", "keyframe-align-vertical", "keyframe", "keyframes", "label-important", "label-off", "label", "ladder-off", "ladder", "ladle", "lambda", "lamp-2", "lamp-off", "lamp", "lane", "language-hiragana", "language-katakana", "language-off", "language", "lasso-off", "lasso-polygon", "lasso", "laurel-wreath-1", "laurel-wreath-2", "laurel-wreath-3", "laurel-wreath", "lawn-mower", "layers-difference", "layers-intersect-2", "layers-intersect", "layers-linked", "layers-off", "layers-selected-bottom", "layers-selected", "layers-subtract", "layers-union", "layout-2", "layout-align-bottom", "layout-align-center", "layout-align-left", "layout-align-middle", "layout-align-right", "layout-align-top", "layout-board-split", "layout-board", "layout-bottombar-collapse", "layout-bottombar-expand", "layout-bottombar-inactive", "layout-bottombar", "layout-cards", "layout-collage", "layout-columns", "layout-dashboard", "layout-distribute-horizontal", "layout-distribute-vertical", "layout-grid-add", "layout-grid-remove", "layout-grid", "layout-kanban", "layout-list", "layout-navbar-collapse", "layout-navbar-expand", "layout-navbar-inactive", "layout-navbar", "layout-off", "layout-rows", "layout-sidebar-inactive", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout-sidebar-right-inactive", "layout-sidebar-right", "layout-sidebar", "layout", "leaf-2", "leaf-maple", "leaf-off", "leaf", "lego-off", "lego", "lemon-2", "lemon", "letter-a-small", "letter-a", "letter-b-small", "letter-b", "letter-c-small", "letter-c", "letter-case-lower", "letter-case-toggle", "letter-case-upper", "letter-case", "letter-d-small", "letter-d", "letter-e-small", "letter-e", "letter-f-small", "letter-f", "letter-g-small", "letter-g", "letter-h-small", "letter-h", "letter-i-small", "letter-i", "letter-j-small", "letter-j", "letter-k-small", "letter-k", "letter-l-small", "letter-l", "letter-m-small", "letter-m", "letter-n-small", "letter-n", "letter-o-small", "letter-o", "letter-p-small", "letter-p", "letter-q-small", "letter-q", "letter-r-small", "letter-r", "letter-s-small", "letter-s", "letter-spacing", "letter-t-small", "letter-t", "letter-u-small", "letter-u", "letter-v-small", "letter-v", "letter-w-small", "letter-w", "letter-x-small", "letter-x", "letter-y-small", "letter-y", "letter-z-small", "letter-z", "library-minus", "library-photo", "library-plus", "library", "license-off", "license", "lifebuoy-off", "lifebuoy", "lighter", "line-dashed", "line-dotted", "line-height", "line-scan", "line", "link-minus", "link-off", "link-plus", "link", "list-check", "list-details", "list-letters", "list-numbers", "list-search", "list-tree", "list", "live-photo-off", "live-photo", "live-view", "load-balancer", "loader-2", "loader-3", "loader-4", "loader-quarter", "loader", "location-bolt", "location-broken", "location-cancel", "location-check", "location-code", "location-cog", "location-discount", "location-dollar", "location-down", "location-exclamation", "location-heart", "location-minus", "location-off", "location-pause", "location-pin", "location-plus", "location-question", "location-search", "location-share", "location-star", "location-up", "location-x", "location", "lock-access-off", "lock-access", "lock-bitcoin", "lock-bolt", "lock-cancel", "lock-check", "lock-code", "lock-cog", "lock-dollar", "lock-down", "lock-exclamation", "lock-heart", "lock-minus", "lock-off", "lock-open-2", "lock-open-off", "lock-open", "lock-password", "lock-pause", "lock-pin", "lock-plus", "lock-question", "lock-search", "lock-share", "lock-square-rounded", "lock-square", "lock-star", "lock-up", "lock-x", "lock", "logic-and", "logic-buffer", "logic-nand", "logic-nor", "logic-not", "logic-or", "logic-xnor", "logic-xor", "login-2", "login", "logout-2", "logout", "logs", "lollipop-off", "lollipop", "luggage-off", "luggage", "lungs-off", "lungs", "macro-off", "macro", "magnet-off", "magnet", "magnetic", "mail-ai", "mail-bitcoin", "mail-bolt", "mail-cancel", "mail-check", "mail-code", "mail-cog", "mail-dollar", "mail-down", "mail-exclamation", "mail-fast", "mail-forward", "mail-heart", "mail-minus", "mail-off", "mail-opened", "mail-pause", "mail-pin", "mail-plus", "mail-question", "mail-search", "mail-share", "mail-spark", "mail-star", "mail-up", "mail-x", "mail", "mailbox-off", "mailbox", "man", "manual-gearbox", "map-2", "map-bolt", "map-cancel", "map-check", "map-code", "map-cog", "map-discount", "map-dollar", "map-down", "map-east", "map-exclamation", "map-heart", "map-lock", "map-minus", "map-north", "map-off", "map-pause", "map-pin-2", "map-pin-bolt", "map-pin-cancel", "map-pin-check", "map-pin-code", "map-pin-cog", "map-pin-dollar", "map-pin-down", "map-pin-exclamation", "map-pin-heart", "map-pin-minus", "map-pin-off", "map-pin-pause", "map-pin-pin", "map-pin-plus", "map-pin-question", "map-pin-search", "map-pin-share", "map-pin-star", "map-pin-up", "map-pin-x", "map-pin", "map-pins", "map-plus", "map-question", "map-route", "map-search", "map-share", "map-shield", "map-south", "map-star", "map-up", "map-west", "map-x", "map", "markdown-off", "markdown", "marquee-2", "marquee-off", "marquee", "mars", "mask-off", "mask", "masks-theater-off", "masks-theater", "massage", "matchstick", "math-1-divide-2", "math-1-divide-3", "math-avg", "math-cos", "math-ctg", "math-equal-greater", "math-equal-lower", "math-function-off", "math-function-y", "math-function", "math-greater", "math-integral-x", "math-integral", "math-integrals", "math-lower", "math-max-min", "math-max", "math-min", "math-not", "math-off", "math-pi-divide-2", "math-pi", "math-sec", "math-sin", "math-symbols", "math-tg", "math-x-divide-2", "math-x-divide-y-2", "math-x-divide-y", "math-x-floor-divide-y", "math-x-minus-x", "math-x-minus-y", "math-x-plus-x", "math-x-plus-y", "math-xy", "math-y-minus-y", "math-y-plus-y", "math", "matrix", "maximize-off", "maximize", "meat-off", "meat", "medal-2", "medal", "medical-cross-circle", "medical-cross-off", "medical-cross", "medicine-syrup", "meeple", "melon", "menorah", "menu-2", "menu-3", "menu-4", "menu-deep", "menu-order", "menu", "mesh", "message-2-bolt", "message-2-cancel", "message-2-check", "message-2-code", "message-2-cog", "message-2-dollar", "message-2-down", "message-2-exclamation", "message-2-heart", "message-2-minus", "message-2-off", "message-2-pause", "message-2-pin", "message-2-plus", "message-2-question", "message-2-search", "message-2-share", "message-2-star", "message-2-up", "message-2-x", "message-2", "message-bolt", "message-cancel", "message-chatbot", "message-check", "message-circle-bolt", "message-circle-cancel", "message-circle-check", "message-circle-code", "message-circle-cog", "message-circle-dollar", "message-circle-down", "message-circle-exclamation", "message-circle-heart", "message-circle-minus", "message-circle-off", "message-circle-pause", "message-circle-pin", "message-circle-plus", "message-circle-question", "message-circle-search", "message-circle-share", "message-circle-star", "message-circle-up", "message-circle-user", "message-circle-x", "message-circle", "message-code", "message-cog", "message-dollar", "message-dots", "message-down", "message-exclamation", "message-forward", "message-heart", "message-language", "message-minus", "message-off", "message-pause", "message-pin", "message-plus", "message-question", "message-reply", "message-report", "message-search", "message-share", "message-star", "message-up", "message-user", "message-x", "message", "messages-off", "messages", "meteor-off", "meteor", "meter-cube", "meter-square", "metronome", "michelin-bib-gourmand", "michelin-star-green", "michelin-star", "mickey", "microfrontends", "microphone-2-off", "microphone-2", "microphone-off", "microphone", "microscope-off", "microscope", "microwave-off", "microwave", "middleware", "military-award", "military-rank", "milk-off", "milk", "milkshake", "minimize", "minus-vertical", "minus", "mist-off", "mist", "mobiledata-off", "mobiledata", "moneybag-edit", "moneybag-heart", "moneybag-minus", "moneybag-move-back", "moneybag-move", "moneybag-plus", "moneybag", "monkeybar", "mood-angry", "mood-annoyed-2", "mood-annoyed", "mood-bitcoin", "mood-boy", "mood-check", "mood-cog", "mood-confused", "mood-crazy-happy", "mood-cry", "mood-dollar", "mood-edit", "mood-empty", "mood-happy", "mood-heart", "mood-kid", "mood-look-down", "mood-look-left", "mood-look-right", "mood-look-up", "mood-minus", "mood-nerd", "mood-nervous", "mood-neutral", "mood-off", "mood-pin", "mood-plus", "mood-puzzled", "mood-sad-2", "mood-sad-dizzy", "mood-sad-squint", "mood-sad", "mood-search", "mood-share", "mood-sick", "mood-silence", "mood-sing", "mood-smile-beam", "mood-smile-dizzy", "mood-smile", "mood-spark", "mood-surprised", "mood-tongue-wink-2", "mood-tongue-wink", "mood-tongue", "mood-unamused", "mood-up", "mood-wink-2", "mood-wink", "mood-wrrr", "mood-x", "mood-xd", "moon-2", "moon-off", "moon-stars", "moon", "moped", "mosque", "motorbike", "mountain-off", "mountain", "mouse-2", "mouse-off", "mouse", "moustache", "movie-off", "movie", "mug-off", "mug", "multiplier-0-5x", "multiplier-1-5x", "multiplier-1x", "multiplier-2x", "mushroom-off", "mushroom", "music-bolt", "music-cancel", "music-check", "music-code", "music-cog", "music-discount", "music-dollar", "music-down", "music-exclamation", "music-heart", "music-minus", "music-off", "music-pause", "music-pin", "music-plus", "music-question", "music-search", "music-share", "music-star", "music-up", "music-x", "music", "navigation-bolt", "navigation-cancel", "navigation-check", "navigation-code", "navigation-cog", "navigation-discount", "navigation-dollar", "navigation-down", "navigation-east", "navigation-exclamation", "navigation-heart", "navigation-minus", "navigation-north", "navigation-off", "navigation-pause", "navigation-pin", "navigation-plus", "navigation-question", "navigation-search", "navigation-share", "navigation-south", "navigation-star", "navigation-top", "navigation-up", "navigation-west", "navigation-x", "navigation", "needle-thread", "needle", "network-off", "network", "new-section", "news-off", "news", "nfc-off", "nfc", "no-copyright", "no-creative-commons", "no-derivatives", "noise-reduction", "north-star", "notdef", "note-off", "note", "notebook-off", "notebook", "notes-off", "notes", "notification-off", "notification", "number-0-small", "number-0", "number-1-small", "number-1", "number-10-small", "number-10", "number-100-small", "number-11-small", "number-11", "number-12-small", "number-123", "number-13-small", "number-14-small", "number-15-small", "number-16-small", "number-17-small", "number-18-small", "number-19-small", "number-2-small", "number-2", "number-20-small", "number-21-small", "number-22-small", "number-23-small", "number-24-small", "number-25-small", "number-26-small", "number-27-small", "number-28-small", "number-29-small", "number-3-small", "number-3", "number-30-small", "number-31-small", "number-32-small", "number-33-small", "number-34-small", "number-35-small", "number-36-small", "number-37-small", "number-38-small", "number-39-small", "number-4-small", "number-4", "number-40-small", "number-41-small", "number-42-small", "number-43-small", "number-44-small", "number-45-small", "number-46-small", "number-47-small", "number-48-small", "number-49-small", "number-5-small", "number-5", "number-50-small", "number-51-small", "number-52-small", "number-53-small", "number-54-small", "number-55-small", "number-56-small", "number-57-small", "number-58-small", "number-59-small", "number-6-small", "number-6", "number-60-small", "number-61-small", "number-62-small", "number-63-small", "number-64-small", "number-65-small", "number-66-small", "number-67-small", "number-68-small", "number-69-small", "number-7-small", "number-7", "number-70-small", "number-71-small", "number-72-small", "number-73-small", "number-74-small", "number-75-small", "number-76-small", "number-77-small", "number-78-small", "number-79-small", "number-8-small", "number-8", "number-80-small", "number-81-small", "number-82-small", "number-83-small", "number-84-small", "number-85-small", "number-86-small", "number-87-small", "number-88-small", "number-89-small", "number-9-small", "number-9", "number-90-small", "number-91-small", "number-92-small", "number-93-small", "number-94-small", "number-95-small", "number-96-small", "number-97-small", "number-98-small", "number-99-small", "number", "numbers", "nurse", "nut", "object-scan", "octagon-minus-2", "octagon-minus", "octagon-off", "octagon-plus-2", "octagon-plus", "octagon", "octahedron-off", "octahedron-plus", "octahedron", "old", "olympic-torch", "olympics-off", "olympics", "om", "omega", "option", "outbound", "outlet", "oval-vertical", "oval", "overline", "package-export", "package-import", "package-off", "package", "packages", "pacman", "page-break", "paint-off", "paint", "palette-off", "palette", "panorama-horizontal-off", "panorama-horizontal", "panorama-vertical-off", "panorama-vertical", "paper-bag-off", "paper-bag", "paperclip", "parachute-off", "parachute", "parentheses-off", "parentheses", "parking-circle", "parking-meter", "parking-off", "parking", "password-fingerprint", "password-mobile-phone", "password-user", "password", "paw-off", "paw", "paywall", "pdf", "peace", "pencil-bolt", "pencil-cancel", "pencil-check", "pencil-code", "pencil-cog", "pencil-discount", "pencil-dollar", "pencil-down", "pencil-exclamation", "pencil-heart", "pencil-minus", "pencil-off", "pencil-pause", "pencil-pin", "pencil-plus", "pencil-question", "pencil-search", "pencil-share", "pencil-star", "pencil-up", "pencil-x", "pencil", "pendulum", "pennant-2", "pennant-off", "pennant", "pentagon-minus", "pentagon-number-0", "pentagon-number-1", "pentagon-number-2", "pentagon-number-3", "pentagon-number-4", "pentagon-number-5", "pentagon-number-6", "pentagon-number-7", "pentagon-number-8", "pentagon-number-9", "pentagon-off", "pentagon-plus", "pentagon-x", "pentagon", "pentagram", "pepper-off", "pepper", "percentage-0", "percentage-10", "percentage-100", "percentage-20", "percentage-25", "percentage-30", "percentage-33", "percentage-40", "percentage-50", "percentage-60", "percentage-66", "percentage-70", "percentage-75", "percentage-80", "percentage-90", "percentage", "perfume", "perspective-off", "perspective", "phone-call", "phone-calling", "phone-check", "phone-done", "phone-end", "phone-incoming", "phone-off", "phone-outgoing", "phone-pause", "phone-plus", "phone-ringing", "phone-spark", "phone-x", "phone", "photo-ai", "photo-alt", "photo-bitcoin", "photo-bolt", "photo-cancel", "photo-check", "photo-circle-minus", "photo-circle-plus", "photo-circle", "photo-code", "photo-cog", "photo-dollar", "photo-down", "photo-edit", "photo-exclamation", "photo-heart", "photo-hexagon", "photo-minus", "photo-off", "photo-pause", "photo-pentagon", "photo-pin", "photo-plus", "photo-question", "photo-scan", "photo-search", "photo-sensor-2", "photo-sensor-3", "photo-sensor", "photo-share", "photo-shield", "photo-spark", "photo-square-rounded", "photo-star", "photo-up", "photo-video", "photo-x", "photo", "physiotherapist", "piano", "pick", "picnic-table", "picture-in-picture-off", "picture-in-picture-on", "picture-in-picture-top", "picture-in-picture", "pig-money", "pig-off", "pig", "pilcrow-left", "pilcrow-right", "pilcrow", "pill-off", "pill", "pillow", "pills", "pin-end", "pin-invoke", "pin", "ping-pong", "pinned-off", "pinned", "pipeline", "pizza-off", "pizza", "placeholder", "plane-arrival", "plane-departure", "plane-inflight", "plane-off", "plane-tilt", "plane", "planet-off", "planet", "plant-2-off", "plant-2", "plant-off", "plant", "play-basketball", "play-card-1", "play-card-10", "play-card-2", "play-card-3", "play-card-4", "play-card-5", "play-card-6", "play-card-7", "play-card-8", "play-card-9", "play-card-a", "play-card-j", "play-card-k", "play-card-off", "play-card-q", "play-card-star", "play-card", "play-football", "play-handball", "play-volleyball", "player-eject", "player-pause", "player-play", "player-record", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "playlist-add", "playlist-off", "playlist-x", "playlist", "playstation-circle", "playstation-square", "playstation-triangle", "playstation-x", "plug-connected-x", "plug-connected", "plug-off", "plug-x", "plug", "plunger", "plus-equal", "plus-minus", "plus", "png", "podium-off", "podium", "point-off", "point", "pointer-2", "pointer-bolt", "pointer-cancel", "pointer-check", "pointer-code", "pointer-cog", "pointer-collaboration-2", "pointer-collaboration", "pointer-dollar", "pointer-down", "pointer-exclamation", "pointer-heart", "pointer-minus", "pointer-off", "pointer-pause", "pointer-pin", "pointer-plus", "pointer-question", "pointer-search", "pointer-share", "pointer-star", "pointer-up", "pointer-x", "pointer", "pokeball-off", "pokeball", "poker-chip", "polaroid", "polygon-off", "polygon", "poo", "pool-off", "pool", "power", "pray", "premium-rights", "prescription", "presentation-analytics", "presentation-off", "presentation", "printer-off", "printer", "prism-light", "prism-off", "prism-plus", "prism", "prison", "progress-alert", "progress-bolt", "progress-check", "progress-down", "progress-help", "progress-x", "progress", "prompt", "prong", "propeller-off", "propeller", "protocol", "pumpkin-scary", "puzzle-2", "puzzle-off", "puzzle", "pyramid-off", "pyramid-plus", "pyramid", "qrcode-off", "qrcode", "question-mark", "queue-pop-in", "queue-pop-out", "quote-off", "quote-open", "quote", "quotes", "radar-2", "radar-off", "radar", "radio-off", "radio", "radioactive-off", "radioactive", "radius-bottom-left", "radius-bottom-right", "radius-top-left", "radius-top-right", "rainbow-off", "rainbow", "rating-12-plus", "rating-14-plus", "rating-16-plus", "rating-18-plus", "rating-21-plus", "razor-electric", "razor", "receipt-2", "receipt-bitcoin", "receipt-dollar", "receipt-euro", "receipt-off", "receipt-pound", "receipt-refund", "receipt-rupee", "receipt-tax", "receipt-yen", "receipt-yuan", "receipt", "recharging", "record-mail-off", "record-mail", "rectangle-rounded-bottom", "rectangle-rounded-top", "rectangle-vertical", "rectangle", "rectangular-prism-off", "rectangular-prism-plus", "rectangular-prism", "recycle-off", "recycle", "refresh-alert", "refresh-dot", "refresh-off", "refresh", "regex-off", "regex", "registered", "relation-many-to-many", "relation-one-to-many", "relation-one-to-one", "reload", "reorder", "repeat-off", "repeat-once", "repeat", "replace-off", "replace-user", "replace", "report-analytics", "report-medical", "report-money", "report-off", "report-search", "report", "reserved-line", "resize", "restore", "rewind-backward-10", "rewind-backward-15", "rewind-backward-20", "rewind-backward-30", "rewind-backward-40", "rewind-backward-5", "rewind-backward-50", "rewind-backward-60", "rewind-forward-10", "rewind-forward-15", "rewind-forward-20", "rewind-forward-30", "rewind-forward-40", "rewind-forward-5", "rewind-forward-50", "rewind-forward-60", "ribbon-health", "rings", "ripple-down", "ripple-off", "ripple-up", "ripple", "road-off", "road-sign", "road", "robot-face", "robot-off", "robot", "rocket-off", "rocket", "roller-skating", "rollercoaster-off", "rollercoaster", "rosette-asterisk", "rosette-discount-check-off", "rosette-discount-check", "rosette-discount-off", "rosette-discount", "rosette-number-0", "rosette-number-1", "rosette-number-2", "rosette-number-3", "rosette-number-4", "rosette-number-5", "rosette-number-6", "rosette-number-7", "rosette-number-8", "rosette-number-9", "rosette", "rotate-2", "rotate-360", "rotate-3d", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate-rectangle", "rotate", "roulette", "route-2", "route-alt-left", "route-alt-right", "route-off", "route-scan", "route-square-2", "route-square", "route-x-2", "route-x", "route", "router-off", "router", "row-insert-bottom", "row-insert-top", "row-remove", "rss", "rubber-stamp-off", "rubber-stamp", "rugby", "ruler-2-off", "ruler-2", "ruler-3", "ruler-measure-2", "ruler-measure", "ruler-off", "ruler", "run", "rv-truck", "s-turn-down", "s-turn-left", "s-turn-right", "s-turn-up", "sailboat-2", "sailboat-off", "sailboat", "salad", "salt", "sandbox", "satellite-off", "satellite", "sausage", "scale-off", "scale-outline-off", "scale-outline", "scale", "scan-cube", "scan-eye", "scan-letter-a", "scan-letter-t", "scan-position", "scan-traces", "scan", "schema-off", "schema", "school-bell", "school-off", "school", "scissors-off", "scissors", "scooter-electric", "scooter", "scoreboard", "screen-share-off", "screen-share", "screenshot", "scribble-off", "scribble", "script-minus", "script-plus", "script-x", "script", "scuba-diving-tank", "scuba-diving", "scuba-mask-off", "scuba-mask", "sdk", "search-off", "search", "section-sign", "section", "seedling-off", "seedling", "segway", "select-all", "select", "selector", "send-2", "send-off", "send", "seo", "separator-horizontal", "separator-vertical", "separator", "server-2", "server-bolt", "server-cog", "server-off", "server-spark", "server", "serverless", "servicemark", "settings-2", "settings-ai", "settings-automation", "settings-bolt", "settings-cancel", "settings-check", "settings-code", "settings-cog", "settings-dollar", "settings-down", "settings-exclamation", "settings-heart", "settings-minus", "settings-off", "settings-pause", "settings-pin", "settings-plus", "settings-question", "settings-search", "settings-share", "settings-spark", "settings-star", "settings-up", "settings-x", "settings", "shadow-off", "shadow", "shape-2", "shape-3", "shape-off", "shape", "share-2", "share-3", "share-off", "share", "shareplay", "shield-bolt", "shield-cancel", "shield-check", "shield-checkered", "shield-chevron", "shield-code", "shield-cog", "shield-dollar", "shield-down", "shield-exclamation", "shield-half", "shield-heart", "shield-lock", "shield-minus", "shield-off", "shield-pause", "shield-pin", "shield-plus", "shield-question", "shield-search", "shield-share", "shield-star", "shield-up", "shield-x", "shield", "ship-off", "ship", "shirt-off", "shirt-sport", "shirt", "shoe-off", "shoe", "shopping-bag-check", "shopping-bag-discount", "shopping-bag-edit", "shopping-bag-exclamation", "shopping-bag-heart", "shopping-bag-minus", "shopping-bag-plus", "shopping-bag-search", "shopping-bag-x", "shopping-bag", "shopping-cart-bolt", "shopping-cart-cancel", "shopping-cart-check", "shopping-cart-code", "shopping-cart-cog", "shopping-cart-copy", "shopping-cart-discount", "shopping-cart-dollar", "shopping-cart-down", "shopping-cart-exclamation", "shopping-cart-heart", "shopping-cart-minus", "shopping-cart-off", "shopping-cart-pause", "shopping-cart-pin", "shopping-cart-plus", "shopping-cart-question", "shopping-cart-search", "shopping-cart-share", "shopping-cart-star", "shopping-cart-up", "shopping-cart-x", "shopping-cart", "shovel-pitchforks", "shovel", "shredder", "sign-left", "sign-right", "signal-2g", "signal-3g", "signal-4g-plus", "signal-4g", "signal-5g", "signal-6g", "signal-e", "signal-g", "signal-h-plus", "signal-h", "signal-lte", "signature-off", "signature", "sitemap-off", "sitemap", "skateboard-off", "skateboard", "skateboarding", "sketching", "skew-x", "skew-y", "ski-jumping", "skull", "slash", "slashes", "sleigh", "slice", "slideshow", "smart-home-off", "smart-home", "smoking-no", "smoking", "snowboarding", "snowflake-off", "snowflake", "snowman", "soccer-field", "social-off", "social", "sock", "sofa-off", "sofa", "solar-electricity", "solar-panel-2", "solar-panel", "sort-0-9", "sort-9-0", "sort-a-z", "sort-ascending-2", "sort-ascending-letters", "sort-ascending-numbers", "sort-ascending-shapes", "sort-ascending-small-big", "sort-ascending", "sort-descending-2", "sort-descending-letters", "sort-descending-numbers", "sort-descending-shapes", "sort-descending-small-big", "sort-descending", "sort-z-a", "sos", "soup-off", "soup", "source-code", "space-off", "space", "spaces", "spacing-horizontal", "spacing-vertical", "spade", "sparkle-2", "sparkle-highlight", "sparkle", "sparkles-2", "sparkles", "speakerphone", "speedboat", "sphere-2", "sphere-off", "sphere-plus", "sphere", "spider", "spiral-off", "spiral", "sport-billiard", "spray", "spy-off", "spy", "sql", "square-arrow-down", "square-arrow-left", "square-arrow-right", "square-arrow-up", "square-asterisk", "square-check", "square-chevron-down", "square-chevron-left", "square-chevron-right", "square-chevron-up", "square-chevrons-down", "square-chevrons-left", "square-chevrons-right", "square-chevrons-up", "square-dashed", "square-dot", "square-f0", "square-f1", "square-f2", "square-f3", "square-f4", "square-f5", "square-f6", "square-f7", "square-f8", "square-f9", "square-forbid-2", "square-forbid", "square-half", "square-key", "square-letter-a", "square-letter-b", "square-letter-c", "square-letter-d", "square-letter-e", "square-letter-f", "square-letter-g", "square-letter-h", "square-letter-i", "square-letter-j", "square-letter-k", "square-letter-l", "square-letter-m", "square-letter-n", "square-letter-o", "square-letter-p", "square-letter-q", "square-letter-r", "square-letter-s", "square-letter-t", "square-letter-u", "square-letter-v", "square-letter-w", "square-letter-x", "square-letter-y", "square-letter-z", "square-minus-2", "square-minus", "square-number-0", "square-number-1", "square-number-2", "square-number-3", "square-number-4", "square-number-5", "square-number-6", "square-number-7", "square-number-8", "square-number-9", "square-off", "square-percentage", "square-plus-2", "square-plus", "square-root-2", "square-root", "square-rotated-asterisk", "square-rotated-forbid-2", "square-rotated-forbid", "square-rotated-off", "square-rotated", "square-rounded-arrow-down", "square-rounded-arrow-left", "square-rounded-arrow-right", "square-rounded-arrow-up", "square-rounded-check", "square-rounded-chevron-down", "square-rounded-chevron-left", "square-rounded-chevron-right", "square-rounded-chevron-up", "square-rounded-chevrons-down", "square-rounded-chevrons-left", "square-rounded-chevrons-right", "square-rounded-chevrons-up", "square-rounded-letter-a", "square-rounded-letter-b", "square-rounded-letter-c", "square-rounded-letter-d", "square-rounded-letter-e", "square-rounded-letter-f", "square-rounded-letter-g", "square-rounded-letter-h", "square-rounded-letter-i", "square-rounded-letter-j", "square-rounded-letter-k", "square-rounded-letter-l", "square-rounded-letter-m", "square-rounded-letter-n", "square-rounded-letter-o", "square-rounded-letter-p", "square-rounded-letter-q", "square-rounded-letter-r", "square-rounded-letter-s", "square-rounded-letter-t", "square-rounded-letter-u", "square-rounded-letter-v", "square-rounded-letter-w", "square-rounded-letter-x", "square-rounded-letter-y", "square-rounded-letter-z", "square-rounded-minus-2", "square-rounded-minus", "square-rounded-number-0", "square-rounded-number-1", "square-rounded-number-2", "square-rounded-number-3", "square-rounded-number-4", "square-rounded-number-5", "square-rounded-number-6", "square-rounded-number-7", "square-rounded-number-8", "square-rounded-number-9", "square-rounded-percentage", "square-rounded-plus-2", "square-rounded-plus", "square-rounded-x", "square-rounded", "square-toggle-horizontal", "square-toggle", "square-x", "square", "squares-diagonal", "squares-selected", "squares", "stack-2", "stack-3", "stack-back", "stack-backward", "stack-forward", "stack-front", "stack-middle", "stack-pop", "stack-push", "stack", "stairs-down", "stairs-up", "stairs", "star-half", "star-off", "star", "stars-off", "stars", "status-change", "steam", "steering-wheel-off", "steering-wheel", "step-into", "step-out", "stereo-glasses", "stethoscope-off", "stethoscope", "sticker-2", "sticker", "stopwatch", "storm-off", "storm", "stretching-2", "stretching", "strikethrough", "stroke-curved", "stroke-dynamic", "stroke-straight", "submarine", "subscript", "subtask", "subtitles-ai", "subtitles-edit", "subtitles-off", "subtitles", "sum-off", "sum", "sun-electricity", "sun-high", "sun-low", "sun-moon", "sun-off", "sun-wind", "sun", "sunglasses", "sunrise", "sunset-2", "sunset", "superscript", "svg", "swimming", "swipe-down", "swipe-left", "swipe-right", "swipe-up", "swipe", "switch-2", "switch-3", "switch-horizontal", "switch-vertical", "switch", "sword-off", "sword", "swords", "tab-close", "table-alias", "table-column", "table-dashed", "table-down", "table-export", "table-heart", "table-import", "table-minus", "table-off", "table-options", "table-plus", "table-row", "table-share", "table-shortcut", "table-spark", "table", "tag-minus", "tag-off", "tag-plus", "tag-starred", "tag", "tags-off", "tags", "taiwan-dollar", "tallymark-1", "tallymark-2", "tallymark-3", "tallymark-4", "tallymarks", "tank", "target-2", "target-arrow", "target-off", "target", "tax-euro", "tax-pound", "tax", "teapot", "telescope-off", "telescope", "temperature-celsius", "temperature-fahrenheit", "temperature-minus", "temperature-off", "temperature-plus", "temperature-snow", "temperature-sun", "temperature", "template-off", "template", "tent-off", "tent", "terminal-2", "terminal", "test-pipe-2", "test-pipe-off", "test-pipe", "tex", "text-caption", "text-color", "text-decrease", "text-direction-ltr", "text-direction-rtl", "text-grammar", "text-increase", "text-orientation", "text-outline", "text-plus", "text-recognition", "text-regex-asterisk", "text-regex-end", "text-regex-plus", "text-regex-question", "text-regex-start", "text-resize", "text-scan-2", "text-scan-ai", "text-size", "text-spellcheck", "text-wrap-column", "text-wrap-disabled", "text-wrap", "texture", "theater", "thermometer", "thumb-down-off", "thumb-down", "thumb-up-off", "thumb-up", "tic-tac", "ticket-off", "ticket", "tie", "tilde", "tilt-shift-off", "tilt-shift", "time-duration-0", "time-duration-10", "time-duration-15", "time-duration-30", "time-duration-45", "time-duration-5", "time-duration-60", "time-duration-90", "time-duration-off", "timeline-event-exclamation", "timeline-event-minus", "timeline-event-plus", "timeline-event-text", "timeline-event-x", "timeline-event", "timeline", "timezone", "tip-jar-euro", "tip-jar-pound", "tip-jar", "tir", "toggle-left", "toggle-right", "toilet-paper-off", "toilet-paper", "toml", "tool", "tools-kitchen-2-off", "tools-kitchen-2", "tools-kitchen-3", "tools-kitchen-off", "tools-kitchen", "tools-off", "tools", "tooltip", "topology-bus", "topology-complex", "topology-full-hierarchy", "topology-full", "topology-ring-2", "topology-ring-3", "topology-ring", "topology-star-2", "topology-star-3", "topology-star-ring-2", "topology-star-ring-3", "topology-star-ring", "topology-star", "torii", "tornado", "tournament", "tower-off", "tower", "track", "tractor", "trademark", "traffic-cone-off", "traffic-cone", "traffic-lights-off", "traffic-lights", "train", "transaction-bitcoin", "transaction-dollar", "transaction-euro", "transaction-pound", "transaction-rupee", "transaction-yen", "transaction-yuan", "transfer-in", "transfer-out", "transfer-vertical", "transfer", "transform-point-bottom-left", "transform-point-bottom-right", "transform-point-top-left", "transform-point-top-right", "transform-point", "transform", "transition-bottom", "transition-left", "transition-right", "transition-top", "trash-off", "trash-x", "trash", "treadmill", "tree", "trees", "trekking", "trending-down-2", "trending-down-3", "trending-down", "trending-up-2", "trending-up-3", "trending-up-down", "trending-up", "triangle-inverted", "triangle-minus-2", "triangle-minus", "triangle-off", "triangle-plus-2", "triangle-plus", "triangle-square-circle", "triangle", "triangles", "trident", "trolley", "trophy-off", "trophy", "trowel", "truck-delivery", "truck-loading", "truck-off", "truck-return", "truck", "txt", "typeface", "typography-off", "typography", "u-turn-left", "u-turn-right", "ufo-off", "ufo", "uhd", "umbrella-2", "umbrella-closed-2", "umbrella-closed", "umbrella-off", "umbrella", "underline-off", "underline", "unicycle", "universe", "unlink", "upload", "urgent", "usb", "user-bitcoin", "user-bolt", "user-cancel", "user-check", "user-circle", "user-code", "user-cog", "user-dollar", "user-down", "user-edit", "user-exclamation", "user-heart", "user-hexagon", "user-key", "user-minus", "user-off", "user-pause", "user-pentagon", "user-pin", "user-plus", "user-question", "user-scan", "user-screen", "user-search", "user-share", "user-shield", "user-square-rounded", "user-square", "user-star", "user-up", "user-x", "user", "users-group", "users-minus", "users-plus", "users", "uv-index", "ux-circle", "vaccine-bottle-off", "vaccine-bottle", "vaccine-off", "vaccine", "vacuum-cleaner", "variable-minus", "variable-off", "variable-plus", "variable", "vector-bezier-2", "vector-bezier-arc", "vector-bezier-circle", "vector-bezier", "vector-off", "vector-spline", "vector-triangle-off", "vector-triangle", "vector", "venus", "versions-off", "versions", "video-minus", "video-off", "video-plus", "video", "view-360-arrow", "view-360-number", "view-360-off", "view-360", "viewfinder-off", "viewfinder", "viewport-narrow", "viewport-short", "viewport-tall", "viewport-wide", "vignette", "vinyl", "vip-2", "vip-off", "vip", "virtual-space", "virus-off", "virus-search", "virus", "vocabulary-off", "vocabulary", "volcano", "volume-2", "volume-3", "volume-4", "volume-off", "volume", "vs", "walk", "wall-off", "wall", "wallet-off", "wallet", "wallpaper-off", "wallpaper", "wand-off", "wand", "wash-dry-1", "wash-dry-2", "wash-dry-3", "wash-dry-a", "wash-dry-dip", "wash-dry-f", "wash-dry-flat", "wash-dry-hang", "wash-dry-off", "wash-dry-p", "wash-dry-shade", "wash-dry-w", "wash-dry", "wash-dryclean-off", "wash-dryclean", "wash-eco", "wash-gentle", "wash-hand", "wash-machine", "wash-off", "wash-press", "wash-temperature-1", "wash-temperature-2", "wash-temperature-3", "wash-temperature-4", "wash-temperature-5", "wash-temperature-6", "wash-tumble-dry", "wash-tumble-off", "wash", "waterpolo", "wave-saw-tool", "wave-sine", "wave-square", "waves-electricity", "webhook-off", "webhook", "weight", "wheat-off", "wheat", "wheel", "wheelchair-off", "wheelchair", "whirl", "whisk", "wifi-0", "wifi-1", "wifi-2", "wifi-off", "wifi", "wind-electricity", "wind-off", "wind", "windmill-off", "windmill", "window-maximize", "window-minimize", "window-off", "window", "windsock", "wiper-wash", "wiper", "woman", "wood", "world-bolt", "world-cancel", "world-check", "world-code", "world-cog", "world-dollar", "world-down", "world-download", "world-exclamation", "world-heart", "world-latitude", "world-longitude", "world-map", "world-minus", "world-off", "world-pause", "world-pin", "world-plus", "world-question", "world-search", "world-share", "world-star", "world-up", "world-upload", "world-www", "world-x", "world", "wrecking-ball", "writing-off", "writing-sign-off", "writing-sign", "writing", "x-mark", "x-power-y", "x", "xbox-a", "xbox-b", "xbox-x", "xbox-y", "xd", "xxx", "yin-yang", "yoga", "zeppelin-off", "zeppelin", "zero-config", "zip", "zodiac-aquarius", "zodiac-aries", "zodiac-cancer", "zodiac-capricorn", "zodiac-gemini", "zodiac-leo", "zodiac-libra", "zodiac-pisces", "zodiac-sagittarius", "zodiac-scorpio", "zodiac-taurus", "zodiac-virgo", "zoom-cancel", "zoom-check", "zoom-code", "zoom-exclamation", "zoom-in-area", "zoom-in", "zoom-money", "zoom-out-area", "zoom-out", "zoom-pan", "zoom-question", "zoom-replace", "zoom-reset", "zoom-scan", "zoom", "zzz-off", "zzz", "accessible-filled", "ad-circle-filled", "ad-filled", "adjustments-horizontal-filled", "adjustments-filled", "aerial-lift-filled", "affiliate-filled", "air-balloon-filled", "alarm-minus-filled", "alarm-plus-filled", "alarm-snooze-filled", "alarm-filled", "alert-circle-filled", "alert-hexagon-filled", "alert-octagon-filled", "alert-square-rounded-filled", "alert-square-filled", "alert-triangle-filled", "alien-filled", "align-box-bottom-center-filled", "align-box-bottom-left-filled", "align-box-bottom-right-filled", "align-box-center-middle-filled", "align-box-left-bottom-filled", "align-box-left-middle-filled", "align-box-left-top-filled", "align-box-right-bottom-filled", "align-box-right-middle-filled", "align-box-right-top-filled", "align-box-top-center-filled", "align-box-top-left-filled", "align-box-top-right-filled", "analyze-filled", "app-window-filled", "apple-filled", "apps-filled", "archive-filled", "arrow-autofit-content-filled", "arrow-autofit-down-filled", "arrow-autofit-height-filled", "arrow-autofit-left-filled", "arrow-autofit-right-filled", "arrow-autofit-up-filled", "arrow-autofit-width-filled", "arrow-badge-down-filled", "arrow-badge-left-filled", "arrow-badge-right-filled", "arrow-badge-up-filled", "arrow-big-down-line-filled", "arrow-big-down-lines-filled", "arrow-big-down-filled", "arrow-big-left-line-filled", "arrow-big-left-lines-filled", "arrow-big-left-filled", "arrow-big-right-line-filled", "arrow-big-right-lines-filled", "arrow-big-right-filled", "arrow-big-up-line-filled", "arrow-big-up-lines-filled", "arrow-big-up-filled", "arrow-down-circle-filled", "arrow-down-rhombus-filled", "arrow-down-square-filled", "arrow-guide-filled", "arrow-left-circle-filled", "arrow-left-rhombus-filled", "arrow-left-square-filled", "arrow-move-down-filled", "arrow-move-left-filled", "arrow-move-right-filled", "arrow-move-up-filled", "arrow-right-circle-filled", "arrow-right-rhombus-filled", "arrow-right-square-filled", "arrow-up-circle-filled", "arrow-up-rhombus-filled", "arrow-up-square-filled", "artboard-filled", "article-filled", "aspect-ratio-filled", "assembly-filled", "asset-filled", "atom-2-filled", "automatic-gearbox-filled", "award-filled", "baby-carriage-filled", "backspace-filled", "badge-3d-filled", "badge-4k-filled", "badge-8k-filled", "badge-ad-filled", "badge-ar-filled", "badge-cc-filled", "badge-hd-filled", "badge-sd-filled", "badge-tm-filled", "badge-vo-filled", "badge-vr-filled", "badge-wc-filled", "badge-filled", "badges-filled", "ball-bowling-filled", "balloon-filled", "ballpen-filled", "bandage-filled", "barbell-filled", "barrier-block-filled", "basket-filled", "bath-filled", "battery-1-filled", "battery-2-filled", "battery-3-filled", "battery-4-filled", "battery-automotive-filled", "battery-vertical-1-filled", "battery-vertical-2-filled", "battery-vertical-3-filled", "battery-vertical-4-filled", "battery-vertical-filled", "battery-filled", "bed-flat-filled", "bed-filled", "beer-filled", "bell-minus-filled", "bell-plus-filled", "bell-ringing-2-filled", "bell-ringing-filled", "bell-x-filled", "bell-z-filled", "bell-filled", "bike-filled", "binary-tree-2-filled", "binary-tree-filled", "binoculars-filled", "biohazard-filled", "blade-filled", "blender-filled", "blob-filled", "bolt-filled", "bomb-filled", "bone-filled", "bong-filled", "book-filled", "bookmark-filled", "bookmarks-filled", "boom-filled", "bottle-filled", "bounce-left-filled", "bounce-right-filled", "bow-filled", "bowl-chopsticks-filled", "bowl-spoon-filled", "bowl-filled", "box-align-bottom-left-filled", "box-align-bottom-right-filled", "box-align-bottom-filled", "box-align-left-filled", "box-align-right-filled", "box-align-top-left-filled", "box-align-top-right-filled", "box-align-top-filled", "box-multiple-filled", "brand-angular-filled", "brand-apple-filled", "brand-bitbucket-filled", "brand-discord-filled", "brand-dribbble-filled", "brand-facebook-filled", "brand-github-filled", "brand-google-filled", "brand-instagram-filled", "brand-kick-filled", "brand-linkedin-filled", "brand-messenger-filled", "brand-open-source-filled", "brand-opera-filled", "brand-patreon-filled", "brand-paypal-filled", "brand-pinterest-filled", "brand-signal-filled", "brand-sketch-filled", "brand-snapchat-filled", "brand-spotify-filled", "brand-steam-filled", "brand-stripe-filled", "brand-tabler-filled", "brand-tiktok-filled", "brand-tinder-filled", "brand-tumblr-filled", "brand-twitter-filled", "brand-vercel-filled", "brand-vimeo-filled", "brand-weibo-filled", "brand-whatsapp-filled", "brand-windows-filled", "brand-x-filled", "brand-youtube-filled", "bread-filled", "briefcase-2-filled", "briefcase-filled", "brightness-auto-filled", "brightness-down-filled", "brightness-up-filled", "brightness-filled", "bubble-text-filled", "bubble-filled", "bug-filled", "building-bridge-2-filled", "building-broadcast-tower-filled", "bulb-filled", "bus-filled", "butterfly-filled", "cactus-filled", "calculator-filled", "calendar-event-filled", "calendar-month-filled", "calendar-week-filled", "calendar-filled", "camera-filled", "campfire-filled", "candle-filled", "cannabis-filled", "capsule-horizontal-filled", "capsule-filled", "capture-filled", "car-4wd-filled", "car-crane-filled", "car-fan-filled", "car-suv-filled", "car-filled", "carambola-filled", "caravan-filled", "cardboards-filled", "cards-filled", "caret-down-filled", "caret-left-right-filled", "caret-left-filled", "caret-right-filled", "caret-up-down-filled", "caret-up-filled", "carousel-horizontal-filled", "carousel-vertical-filled", "cash-banknote-filled", "category-filled", "charging-pile-filled", "chart-area-line-filled", "chart-area-filled", "chart-bubble-filled", "chart-candle-filled", "chart-donut-filled", "chart-dots-2-filled", "chart-dots-3-filled", "chart-dots-filled", "chart-funnel-filled", "chart-grid-dots-filled", "chart-pie-2-filled", "chart-pie-3-filled", "chart-pie-4-filled", "chart-pie-filled", "check-filled", "chef-hat-filled", "cherry-filled", "chess-bishop-filled", "chess-king-filled", "chess-knight-filled", "chess-queen-filled", "chess-rook-filled", "chess-filled", "chevron-down-filled", "chevron-right-filled", "christmas-tree-filled", "circle-arrow-down-left-filled", "circle-arrow-down-right-filled", "circle-arrow-down-filled", "circle-arrow-left-filled", "circle-arrow-right-filled", "circle-arrow-up-left-filled", "circle-arrow-up-right-filled", "circle-arrow-up-filled", "circle-caret-down-filled", "circle-caret-left-filled", "circle-caret-right-filled", "circle-caret-up-filled", "circle-check-filled", "circle-chevron-down-filled", "circle-chevron-left-filled", "circle-chevron-right-filled", "circle-chevron-up-filled", "circle-chevrons-down-filled", "circle-chevrons-left-filled", "circle-chevrons-right-filled", "circle-chevrons-up-filled", "circle-dot-filled", "circle-key-filled", "circle-letter-a-filled", "circle-letter-b-filled", "circle-letter-c-filled", "circle-letter-d-filled", "circle-letter-e-filled", "circle-letter-f-filled", "circle-letter-g-filled", "circle-letter-h-filled", "circle-letter-i-filled", "circle-letter-j-filled", "circle-letter-k-filled", "circle-letter-l-filled", "circle-letter-m-filled", "circle-letter-n-filled", "circle-letter-o-filled", "circle-letter-p-filled", "circle-letter-q-filled", "circle-letter-r-filled", "circle-letter-s-filled", "circle-letter-t-filled", "circle-letter-u-filled", "circle-letter-v-filled", "circle-letter-w-filled", "circle-letter-x-filled", "circle-letter-y-filled", "circle-letter-z-filled", "circle-number-0-filled", "circle-number-1-filled", "circle-number-2-filled", "circle-number-3-filled", "circle-number-4-filled", "circle-number-5-filled", "circle-number-6-filled", "circle-number-7-filled", "circle-number-8-filled", "circle-number-9-filled", "circle-percentage-filled", "circle-plus-filled", "circle-rectangle-filled", "circle-x-filled", "circle-filled", "circles-filled", "click-filled", "clipboard-check-filled", "clipboard-data-filled", "clipboard-list-filled", "clipboard-plus-filled", "clipboard-smile-filled", "clipboard-text-filled", "clipboard-typography-filled", "clipboard-x-filled", "clipboard-filled", "clock-hour-1-filled", "clock-hour-10-filled", "clock-hour-11-filled", "clock-hour-12-filled", "clock-hour-2-filled", "clock-hour-3-filled", "clock-hour-4-filled", "clock-hour-5-filled", "clock-hour-6-filled", "clock-hour-7-filled", "clock-hour-8-filled", "clock-hour-9-filled", "clock-filled", "cloud-computing-filled", "cloud-data-connection-filled", "cloud-filled", "clover-filled", "clubs-filled", "code-circle-2-filled", "code-circle-filled", "coin-bitcoin-filled", "coin-euro-filled", "coin-monero-filled", "coin-pound-filled", "coin-rupee-filled", "coin-taka-filled", "coin-yen-filled", "coin-yuan-filled", "coin-filled", "columns-1-filled", "columns-2-filled", "columns-3-filled", "compass-filled", "cone-2-filled", "cone-filled", "confetti-filled", "container-filled", "contrast-2-filled", "contrast-filled", "cookie-man-filled", "cookie-filled", "copy-check-filled", "copy-minus-filled", "copy-plus-filled", "copy-x-filled", "copy-filled", "copyleft-filled", "copyright-filled", "credit-card-filled", "crop-1-1-filled", "crop-16-9-filled", "crop-3-2-filled", "crop-5-4-filled", "crop-7-5-filled", "crop-landscape-filled", "crop-portrait-filled", "cross-filled", "crown-filled", "current-location-filled", "dashboard-filled", "database-filled", "device-cctv-filled", "device-desktop-filled", "device-floppy-filled", "device-gamepad-2-filled", "device-gamepad-3-filled", "device-gamepad-filled", "device-heart-monitor-filled", "device-imac-filled", "device-ipad-filled", "device-mobile-filled", "device-remote-filled", "device-speaker-filled", "device-tablet-filled", "device-tv-old-filled", "device-tv-filled", "device-unknown-filled", "device-usb-filled", "device-vision-pro-filled", "device-watch-filled", "dialpad-filled", "diamond-filled", "diamonds-filled", "dice-1-filled", "dice-2-filled", "dice-3-filled", "dice-4-filled", "dice-5-filled", "dice-6-filled", "dice-filled", "direction-arrows-filled", "direction-sign-filled", "directions-filled", "disc-filled", "discount-filled", "dots-vertical-filled", "dots-filled", "download-filled", "drop-circle-filled", "droplet-half-2-filled", "droplet-half-filled", "droplet-filled", "droplets-filled", "dual-screen-filled", "dumpling-filled", "ease-in-control-point-filled", "ease-in-out-control-points-filled", "ease-out-control-point-filled", "edit-filled", "egg-cracked-filled", "egg-fried-filled", "egg-filled", "elevator-filled", "engine-filled", "escalator-down-filled", "escalator-up-filled", "escalator-filled", "exchange-filled", "exclamation-circle-filled", "explicit-filled", "exposure-filled", "external-link-filled", "eye-table-filled", "eye-filled", "eyeglass-2-filled", "eyeglass-filled", "face-mask-filled", "favicon-filled", "feather-filled", "fence-filled", "ferry-filled", "fidget-spinner-filled", "file-analytics-filled", "file-check-filled", "file-code-2-filled", "file-code-filled", "file-cv-filled", "file-delta-filled", "file-description-filled", "file-diff-filled", "file-digit-filled", "file-dollar-filled", "file-dots-filled", "file-download-filled", "file-euro-filled", "file-function-filled", "file-horizontal-filled", "file-info-filled", "file-invoice-filled", "file-lambda-filled", "file-minus-filled", "file-music-filled", "file-neutral-filled", "file-pencil-filled", "file-percent-filled", "file-phone-filled", "file-power-filled", "file-rss-filled", "file-sad-filled", "file-scissors-filled", "file-settings-filled", "file-signal-filled", "file-smile-filled", "file-star-filled", "file-text-filled", "file-time-filled", "file-typography-filled", "file-unknown-filled", "file-upload-filled", "file-vector-filled", "file-x-filled", "file-filled", "files-filled", "filter-filled", "filters-filled", "fish-bone-filled", "flag-2-filled", "flag-3-filled", "flag-filled", "flame-filled", "flare-filled", "flask-2-filled", "flask-filled", "flower-filled", "folder-open-filled", "folder-filled", "folders-filled", "forbid-2-filled", "forbid-filled", "fountain-filled", "function-filled", "garden-cart-filled", "gas-station-filled", "gauge-filled", "ghost-2-filled", "ghost-3-filled", "ghost-filled", "gift-card-filled", "gift-filled", "glass-full-filled", "glass-filled", "globe-filled", "golf-filled", "gps-filled", "graph-filled", "grid-pattern-filled", "guitar-pick-filled", "hanger-2-filled", "headphones-filled", "headset-filled", "heart-broken-filled", "heart-filled", "helicopter-landing-filled", "helicopter-filled", "help-circle-filled", "help-hexagon-filled", "help-octagon-filled", "help-square-rounded-filled", "help-square-filled", "help-triangle-filled", "help-filled", "hexagon-letter-a-filled", "hexagon-letter-b-filled", "hexagon-letter-c-filled", "hexagon-letter-d-filled", "hexagon-letter-e-filled", "hexagon-letter-f-filled", "hexagon-letter-g-filled", "hexagon-letter-h-filled", "hexagon-letter-i-filled", "hexagon-letter-j-filled", "hexagon-letter-k-filled", "hexagon-letter-l-filled", "hexagon-letter-m-filled", "hexagon-letter-n-filled", "hexagon-letter-o-filled", "hexagon-letter-p-filled", "hexagon-letter-q-filled", "hexagon-letter-r-filled", "hexagon-letter-s-filled", "hexagon-letter-t-filled", "hexagon-letter-u-filled", "hexagon-letter-v-filled", "hexagon-letter-w-filled", "hexagon-letter-x-filled", "hexagon-letter-y-filled", "hexagon-letter-z-filled", "hexagon-minus-filled", "hexagon-number-0-filled", "hexagon-number-1-filled", "hexagon-number-2-filled", "hexagon-number-3-filled", "hexagon-number-4-filled", "hexagon-number-5-filled", "hexagon-number-6-filled", "hexagon-number-7-filled", "hexagon-number-8-filled", "hexagon-number-9-filled", "hexagon-plus-filled", "hexagon-filled", "home-2-filled", "home-filled", "hospital-circle-filled", "hourglass-filled", "icons-filled", "id-filled", "info-circle-filled", "info-hexagon-filled", "info-octagon-filled", "info-square-rounded-filled", "info-square-filled", "info-triangle-filled", "inner-shadow-bottom-left-filled", "inner-shadow-bottom-right-filled", "inner-shadow-bottom-filled", "inner-shadow-left-filled", "inner-shadow-right-filled", "inner-shadow-top-left-filled", "inner-shadow-top-right-filled", "inner-shadow-top-filled", "ironing-1-filled", "ironing-2-filled", "ironing-3-filled", "ironing-steam-filled", "ironing-filled", "jetpack-filled", "jewish-star-filled", "key-filled", "keyboard-filled", "keyframe-align-center-filled", "keyframe-align-horizontal-filled", "keyframe-align-vertical-filled", "keyframe-filled", "keyframes-filled", "label-important-filled", "label-filled", "lasso-polygon-filled", "laurel-wreath-1-filled", "laurel-wreath-2-filled", "laurel-wreath-3-filled", "laurel-wreath-filled", "layout-2-filled", "layout-align-bottom-filled", "layout-align-center-filled", "layout-align-left-filled", "layout-align-middle-filled", "layout-align-right-filled", "layout-align-top-filled", "layout-board-split-filled", "layout-board-filled", "layout-bottombar-collapse-filled", "layout-bottombar-expand-filled", "layout-bottombar-filled", "layout-cards-filled", "layout-dashboard-filled", "layout-distribute-horizontal-filled", "layout-distribute-vertical-filled", "layout-grid-filled", "layout-kanban-filled", "layout-list-filled", "layout-navbar-collapse-filled", "layout-navbar-expand-filled", "layout-navbar-filled", "layout-sidebar-left-collapse-filled", "layout-sidebar-left-expand-filled", "layout-sidebar-right-collapse-filled", "layout-sidebar-right-expand-filled", "layout-sidebar-right-filled", "layout-sidebar-filled", "layout-filled", "leaf-filled", "lego-filled", "lemon-2-filled", "library-plus-filled", "library-filled", "lifebuoy-filled", "link-filled", "list-check-filled", "list-details-filled", "list-filled", "live-photo-filled", "live-view-filled", "location-filled", "lock-square-rounded-filled", "lock-filled", "lungs-filled", "macro-filled", "magnet-filled", "mail-opened-filled", "mail-filled", "man-filled", "manual-gearbox-filled", "map-pin-filled", "medical-cross-filled", "meeple-filled", "melon-filled", "menu-2-filled", "message-2-filled", "message-chatbot-filled", "message-circle-filled", "message-report-filled", "message-filled", "messages-filled", "meteor-filled", "michelin-star-filled", "mickey-filled", "microphone-filled", "microscope-filled", "microwave-filled", "military-rank-filled", "milk-filled", "mood-angry-filled", "mood-confused-filled", "mood-crazy-happy-filled", "mood-empty-filled", "mood-happy-filled", "mood-kid-filled", "mood-neutral-filled", "mood-sad-filled", "mood-smile-filled", "mood-wrrr-filled", "moon-filled", "motorbike-filled", "mountain-filled", "mouse-filled", "mug-filled", "mushroom-filled", "navigation-filled", "nurse-filled", "octagon-minus-filled", "octagon-plus-filled", "octagon-filled", "oval-vertical-filled", "oval-filled", "pacman-filled", "paint-filled", "palette-filled", "panorama-horizontal-filled", "panorama-vertical-filled", "parking-circle-filled", "paw-filled", "pencil-filled", "pennant-2-filled", "pennant-filled", "pentagon-filled", "phone-call-filled", "phone-calling-filled", "phone-check-filled", "phone-x-filled", "phone-filled", "photo-filled", "picture-in-picture-top-filled", "picture-in-picture-filled", "pig-filled", "pill-filled", "pin-filled", "pinned-filled", "pizza-filled", "plane-arrival-filled", "plane-departure-filled", "plane-tilt-filled", "plane-filled", "play-card-1-filled", "play-card-10-filled", "play-card-2-filled", "play-card-3-filled", "play-card-4-filled", "play-card-5-filled", "play-card-6-filled", "play-card-7-filled", "play-card-8-filled", "play-card-9-filled", "play-card-a-filled", "play-card-j-filled", "play-card-k-filled", "play-card-q-filled", "play-card-star-filled", "play-card-filled", "player-eject-filled", "player-pause-filled", "player-play-filled", "player-record-filled", "player-skip-back-filled", "player-skip-forward-filled", "player-stop-filled", "player-track-next-filled", "player-track-prev-filled", "playlist-filled", "plus-filled", "point-filled", "pointer-filled", "polaroid-filled", "poo-filled", "presentation-analytics-filled", "presentation-filled", "puzzle-filled", "quote-filled", "radar-filled", "radioactive-filled", "receipt-dollar-filled", "receipt-euro-filled", "receipt-pound-filled", "receipt-rupee-filled", "receipt-yen-filled", "receipt-yuan-filled", "receipt-filled", "rectangle-vertical-filled", "rectangle-filled", "registered-filled", "relation-many-to-many-filled", "relation-one-to-many-filled", "relation-one-to-one-filled", "replace-filled", "report-analytics-filled", "report-money-filled", "rollercoaster-filled", "rosette-discount-check-filled", "rosette-discount-filled", "rosette-filled", "salad-filled", "satellite-filled", "scale-filled", "school-filled", "scuba-diving-tank-filled", "search-filled", "section-filled", "seedling-filled", "send-filled", "settings-filled", "shield-check-filled", "shield-checkered-filled", "shield-half-filled", "shield-lock-filled", "shield-filled", "shirt-filled", "shopping-cart-filled", "sign-left-filled", "sign-right-filled", "sitemap-filled", "sort-ascending-2-filled", "sort-ascending-shapes-filled", "sort-descending-2-filled", "sort-descending-shapes-filled", "soup-filled", "spade-filled", "sparkles-2-filled", "sparkles-filled", "speedboat-filled", "spider-filled", "square-arrow-down-filled", "square-arrow-left-filled", "square-arrow-right-filled", "square-arrow-up-filled", "square-asterisk-filled", "square-check-filled", "square-chevron-down-filled", "square-chevron-left-filled", "square-chevron-right-filled", "square-chevron-up-filled", "square-chevrons-down-filled", "square-chevrons-left-filled", "square-chevrons-right-filled", "square-chevrons-up-filled", "square-dot-filled", "square-f0-filled", "square-f1-filled", "square-f2-filled", "square-f3-filled", "square-f4-filled", "square-f5-filled", "square-f6-filled", "square-f7-filled", "square-f8-filled", "square-f9-filled", "square-letter-a-filled", "square-letter-b-filled", "square-letter-c-filled", "square-letter-d-filled", "square-letter-e-filled", "square-letter-f-filled", "square-letter-g-filled", "square-letter-h-filled", "square-letter-i-filled", "square-letter-j-filled", "square-letter-k-filled", "square-letter-l-filled", "square-letter-m-filled", "square-letter-n-filled", "square-letter-o-filled", "square-letter-p-filled", "square-letter-q-filled", "square-letter-r-filled", "square-letter-s-filled", "square-letter-t-filled", "square-letter-u-filled", "square-letter-v-filled", "square-letter-w-filled", "square-letter-x-filled", "square-letter-y-filled", "square-letter-z-filled", "square-minus-filled", "square-number-0-filled", "square-number-1-filled", "square-number-2-filled", "square-number-3-filled", "square-number-4-filled", "square-number-5-filled", "square-number-6-filled", "square-number-7-filled", "square-number-8-filled", "square-number-9-filled", "square-rotated-filled", "square-rounded-arrow-down-filled", "square-rounded-arrow-left-filled", "square-rounded-arrow-right-filled", "square-rounded-arrow-up-filled", "square-rounded-check-filled", "square-rounded-chevron-down-filled", "square-rounded-chevron-left-filled", "square-rounded-chevron-right-filled", "square-rounded-chevron-up-filled", "square-rounded-chevrons-down-filled", "square-rounded-chevrons-left-filled", "square-rounded-chevrons-right-filled", "square-rounded-chevrons-up-filled", "square-rounded-letter-a-filled", "square-rounded-letter-b-filled", "square-rounded-letter-c-filled", "square-rounded-letter-d-filled", "square-rounded-letter-e-filled", "square-rounded-letter-f-filled", "square-rounded-letter-g-filled", "square-rounded-letter-h-filled", "square-rounded-letter-i-filled", "square-rounded-letter-j-filled", "square-rounded-letter-k-filled", "square-rounded-letter-l-filled", "square-rounded-letter-m-filled", "square-rounded-letter-n-filled", "square-rounded-letter-o-filled", "square-rounded-letter-p-filled", "square-rounded-letter-q-filled", "square-rounded-letter-r-filled", "square-rounded-letter-s-filled", "square-rounded-letter-t-filled", "square-rounded-letter-u-filled", "square-rounded-letter-v-filled", "square-rounded-letter-w-filled", "square-rounded-letter-x-filled", "square-rounded-letter-y-filled", "square-rounded-letter-z-filled", "square-rounded-minus-filled", "square-rounded-number-0-filled", "square-rounded-number-1-filled", "square-rounded-number-2-filled", "square-rounded-number-3-filled", "square-rounded-number-4-filled", "square-rounded-number-5-filled", "square-rounded-number-6-filled", "square-rounded-number-7-filled", "square-rounded-number-8-filled", "square-rounded-number-9-filled", "square-rounded-plus-filled", "square-rounded-x-filled", "square-rounded-filled", "square-x-filled", "square-filled", "squares-filled", "stack-2-filled", "stack-3-filled", "stack-filled", "star-half-filled", "star-filled", "stars-filled", "steering-wheel-filled", "sun-high-filled", "sun-low-filled", "sun-filled", "sunglasses-filled", "sunrise-filled", "sunset-2-filled", "sunset-filled", "swipe-down-filled", "swipe-left-filled", "swipe-right-filled", "swipe-up-filled", "table-filled", "tag-filled", "tags-filled", "temperature-minus-filled", "temperature-plus-filled", "template-filled", "test-pipe-2-filled", "thumb-down-filled", "thumb-up-filled", "ticket-filled", "tilt-shift-filled", "timeline-event-filled", "toggle-left-filled", "toggle-right-filled", "tools-kitchen-2-filled", "train-filled", "transform-filled", "transition-bottom-filled", "transition-left-filled", "transition-right-filled", "transition-top-filled", "trash-x-filled", "trash-filled", "triangle-inverted-filled", "triangle-square-circle-filled", "triangle-filled", "trolley-filled", "trophy-filled", "truck-filled", "ufo-filled", "umbrella-filled", "user-filled", "versions-filled", "video-minus-filled", "video-plus-filled", "video-filled", "windmill-filled", "windsock-filled", "woman-filled", "world-filled", "writing-sign-filled", "writing-filled", "x-filled", "xbox-a-filled", "xbox-b-filled", "xbox-x-filled", "xbox-y-filled", "yin-yang-filled", "zeppelin-filled", "zoom-cancel-filled", "zoom-check-filled", "zoom-code-filled", "zoom-exclamation-filled", "zoom-in-area-filled", "zoom-in-filled", "zoom-money-filled", "zoom-out-area-filled", "zoom-out-filled", "zoom-pan-filled", "zoom-question-filled", "zoom-scan-filled", "zoom-filled"];
62610
63072
 
62611
63073
  var iconsList$1 = /*#__PURE__*/Object.freeze({
62612
63074
  __proto__: null,
@@ -62792,6 +63254,10 @@ exports.IconApiAppOff = IconApiAppOff;
62792
63254
  exports.IconApiBook = IconApiBook;
62793
63255
  exports.IconApiOff = IconApiOff;
62794
63256
  exports.IconAppWindow = IconAppWindow;
63257
+ exports.IconAppWindowBottom = IconAppWindowBottom;
63258
+ exports.IconAppWindowBottomLeft = IconAppWindowBottomLeft;
63259
+ exports.IconAppWindowBottomRight = IconAppWindowBottomRight;
63260
+ exports.IconAppWindowCenter = IconAppWindowCenter;
62795
63261
  exports.IconAppWindowFilled = IconAppWindowFilled;
62796
63262
  exports.IconApple = IconApple;
62797
63263
  exports.IconAppleFilled = IconAppleFilled;
@@ -62895,6 +63361,7 @@ exports.IconArrowDownToArc = IconArrowDownToArc;
62895
63361
  exports.IconArrowElbowLeft = IconArrowElbowLeft;
62896
63362
  exports.IconArrowElbowRight = IconArrowElbowRight;
62897
63363
  exports.IconArrowFork = IconArrowFork;
63364
+ exports.IconArrowForkTriple = IconArrowForkTriple;
62898
63365
  exports.IconArrowForward = IconArrowForward;
62899
63366
  exports.IconArrowForwardUp = IconArrowForwardUp;
62900
63367
  exports.IconArrowForwardUpDouble = IconArrowForwardUpDouble;
@@ -63413,7 +63880,8 @@ exports.IconBrain = IconBrain;
63413
63880
  exports.IconBrand4chan = IconBrand4chan;
63414
63881
  exports.IconBrandAbstract = IconBrandAbstract;
63415
63882
  exports.IconBrandAdobe = IconBrandAdobe;
63416
- exports.IconBrandAdobeAfterEffect = IconBrandAdobeAfterEffect;
63883
+ exports.IconBrandAdobeAfterEffect = IconBrandAdobeAfterEffects;
63884
+ exports.IconBrandAdobeAfterEffects = IconBrandAdobeAfterEffects;
63417
63885
  exports.IconBrandAdobeIllustrator = IconBrandAdobeIllustrator;
63418
63886
  exports.IconBrandAdobeIndesign = IconBrandAdobeIndesign;
63419
63887
  exports.IconBrandAdobePhotoshop = IconBrandAdobePhotoshop;
@@ -63591,7 +64059,8 @@ exports.IconBrandItch = IconBrandItch;
63591
64059
  exports.IconBrandJavascript = IconBrandJavascript;
63592
64060
  exports.IconBrandJira = IconBrandJira;
63593
64061
  exports.IconBrandJuejin = IconBrandJuejin;
63594
- exports.IconBrandKakoTalk = IconBrandKakoTalk;
64062
+ exports.IconBrandKakaoTalk = IconBrandKakaoTalk;
64063
+ exports.IconBrandKakoTalk = IconBrandKakaoTalk;
63595
64064
  exports.IconBrandKbin = IconBrandKbin;
63596
64065
  exports.IconBrandKick = IconBrandKick;
63597
64066
  exports.IconBrandKickFilled = IconBrandKickFilled;
@@ -63695,6 +64164,8 @@ exports.IconBrandSentry = IconBrandSentry;
63695
64164
  exports.IconBrandSharik = IconBrandSharik;
63696
64165
  exports.IconBrandShazam = IconBrandShazam;
63697
64166
  exports.IconBrandShopee = IconBrandShopee;
64167
+ exports.IconBrandSignal = IconBrandSignal;
64168
+ exports.IconBrandSignalFilled = IconBrandSignalFilled;
63698
64169
  exports.IconBrandSketch = IconBrandSketch;
63699
64170
  exports.IconBrandSketchFilled = IconBrandSketchFilled;
63700
64171
  exports.IconBrandSkype = IconBrandSkype;
@@ -64585,6 +65056,7 @@ exports.IconCloverFilled = IconCloverFilled;
64585
65056
  exports.IconClubs = IconClubs;
64586
65057
  exports.IconClubsFilled = IconClubsFilled;
64587
65058
  exports.IconCode = IconCode;
65059
+ exports.IconCodeAi = IconCodeAi;
64588
65060
  exports.IconCodeAsterisk = IconCodeAsterisk;
64589
65061
  exports.IconCodeAsterix = IconCodeAsterisk;
64590
65062
  exports.IconCodeCircle = IconCodeCircle;
@@ -64817,7 +65289,8 @@ exports.IconCurrencyReal = IconCurrencyReal;
64817
65289
  exports.IconCurrencyRenminbi = IconCurrencyRenminbi;
64818
65290
  exports.IconCurrencyRipple = IconCurrencyRipple;
64819
65291
  exports.IconCurrencyRiyal = IconCurrencyRiyal;
64820
- exports.IconCurrencyRubel = IconCurrencyRubel;
65292
+ exports.IconCurrencyRubel = IconCurrencyRuble;
65293
+ exports.IconCurrencyRuble = IconCurrencyRuble;
64821
65294
  exports.IconCurrencyRufiyaa = IconCurrencyRufiyaa;
64822
65295
  exports.IconCurrencyRupee = IconCurrencyRupee;
64823
65296
  exports.IconCurrencyRupeeNepalese = IconCurrencyRupeeNepalese;
@@ -65064,6 +65537,7 @@ exports.IconDeviceUsb = IconDeviceUsb;
65064
65537
  exports.IconDeviceUsbFilled = IconDeviceUsbFilled;
65065
65538
  exports.IconDeviceVisionPro = IconDeviceVisionPro;
65066
65539
  exports.IconDeviceVisionProFilled = IconDeviceVisionProFilled;
65540
+ exports.IconDeviceVisionProWifi = IconDeviceVisionProWifi;
65067
65541
  exports.IconDeviceWatch = IconDeviceWatch;
65068
65542
  exports.IconDeviceWatchBolt = IconDeviceWatchBolt;
65069
65543
  exports.IconDeviceWatchCancel = IconDeviceWatchCancel;
@@ -65088,6 +65562,7 @@ exports.IconDeviceWatchStats = IconDeviceWatchStats;
65088
65562
  exports.IconDeviceWatchStats2 = IconDeviceWatchStats2;
65089
65563
  exports.IconDeviceWatchUp = IconDeviceWatchUp;
65090
65564
  exports.IconDeviceWatchX = IconDeviceWatchX;
65565
+ exports.IconDeviceWorkstation = IconDeviceWorkstation;
65091
65566
  exports.IconDevices = IconDevices;
65092
65567
  exports.IconDevices2 = IconDevices2;
65093
65568
  exports.IconDevicesBolt = IconDevicesBolt;
@@ -65187,6 +65662,7 @@ exports.IconDownloadFilled = IconDownloadFilled;
65187
65662
  exports.IconDownloadOff = IconDownloadOff;
65188
65663
  exports.IconDragDrop = IconDragDrop;
65189
65664
  exports.IconDragDrop2 = IconDragDrop2;
65665
+ exports.IconDragon = IconDragon;
65190
65666
  exports.IconDrone = IconDrone;
65191
65667
  exports.IconDroneOff = IconDroneOff;
65192
65668
  exports.IconDropCircle = IconDropCircle;
@@ -65254,6 +65730,7 @@ exports.IconEggs = IconEggs;
65254
65730
  exports.IconElevator = IconElevator;
65255
65731
  exports.IconElevatorFilled = IconElevatorFilled;
65256
65732
  exports.IconElevatorOff = IconElevatorOff;
65733
+ exports.IconEmailStamp = IconEmailStamp;
65257
65734
  exports.IconEmergencyBed = IconEmergencyBed;
65258
65735
  exports.IconEmpathize = IconEmpathize;
65259
65736
  exports.IconEmpathizeOff = IconEmpathizeOff;
@@ -65642,6 +66119,8 @@ exports.IconFolderX = IconFolderX;
65642
66119
  exports.IconFolders = IconFolders;
65643
66120
  exports.IconFoldersFilled = IconFoldersFilled;
65644
66121
  exports.IconFoldersOff = IconFoldersOff;
66122
+ exports.IconFoodsteps = IconFootsteps;
66123
+ exports.IconFootsteps = IconFootsteps;
65645
66124
  exports.IconForbid = IconForbid;
65646
66125
  exports.IconForbid2 = IconForbid2;
65647
66126
  exports.IconForbid2Filled = IconForbid2Filled;
@@ -65695,7 +66174,8 @@ exports.IconGenderMale = IconGenderMale;
65695
66174
  exports.IconGenderNeutrois = IconGenderNeutrois;
65696
66175
  exports.IconGenderThird = IconGenderThird;
65697
66176
  exports.IconGenderTransgender = IconGenderTransgender;
65698
- exports.IconGenderTrasvesti = IconGenderTrasvesti;
66177
+ exports.IconGenderTrasvesti = IconGenderTravesti;
66178
+ exports.IconGenderTravesti = IconGenderTravesti;
65699
66179
  exports.IconGeometry = IconGeometry;
65700
66180
  exports.IconGhost = IconGhost;
65701
66181
  exports.IconGhost2 = IconGhost2;
@@ -65719,6 +66199,7 @@ exports.IconGitFork = IconGitFork;
65719
66199
  exports.IconGitMerge = IconGitMerge;
65720
66200
  exports.IconGitPullRequest = IconGitPullRequest;
65721
66201
  exports.IconGitPullRequestClosed = IconGitPullRequestClosed;
66202
+ exports.IconGitPullRequestConflict = IconGitPullRequestConflict;
65722
66203
  exports.IconGitPullRequestDraft = IconGitPullRequestDraft;
65723
66204
  exports.IconGizmo = IconGizmo;
65724
66205
  exports.IconGlass = IconGlass;
@@ -66054,13 +66535,14 @@ exports.IconIceberg = IconIceberg;
66054
66535
  exports.IconIcons = IconIcons;
66055
66536
  exports.IconIconsFilled = IconIconsFilled;
66056
66537
  exports.IconIconsOff = IconIconsOff;
66538
+ exports.IconIcosahedron = IconIcosahedron;
66057
66539
  exports.IconId = IconId;
66058
66540
  exports.IconIdBadge = IconIdBadge;
66059
66541
  exports.IconIdBadge2 = IconIdBadge2;
66060
66542
  exports.IconIdBadgeOff = IconIdBadgeOff;
66061
66543
  exports.IconIdFilled = IconIdFilled;
66062
66544
  exports.IconIdOff = IconIdOff;
66063
- exports.IconIkosaedr = IconIkosaedr;
66545
+ exports.IconIkosaedr = IconIcosahedron;
66064
66546
  exports.IconImageGeneration = IconImageGeneration;
66065
66547
  exports.IconImageInPicture = IconImageInPicture;
66066
66548
  exports.IconInbox = IconInbox;
@@ -66121,6 +66603,7 @@ exports.IconIrregularPolyhedron = IconIrregularPolyhedron;
66121
66603
  exports.IconIrregularPolyhedronOff = IconIrregularPolyhedronOff;
66122
66604
  exports.IconIrregularPolyhedronPlus = IconIrregularPolyhedronPlus;
66123
66605
  exports.IconItalic = IconItalic;
66606
+ exports.IconItalicOff = IconItalicOff;
66124
66607
  exports.IconJacket = IconJacket;
66125
66608
  exports.IconJetpack = IconJetpack;
66126
66609
  exports.IconJetpackFilled = IconJetpackFilled;
@@ -66756,8 +67239,9 @@ exports.IconMoodBitcoin = IconMoodBitcoin;
66756
67239
  exports.IconMoodBoy = IconMoodBoy;
66757
67240
  exports.IconMoodCheck = IconMoodCheck;
66758
67241
  exports.IconMoodCog = IconMoodCog;
66759
- exports.IconMoodConfuzed = IconMoodConfuzed;
66760
- exports.IconMoodConfuzedFilled = IconMoodConfuzedFilled;
67242
+ exports.IconMoodConfused = IconMoodConfused;
67243
+ exports.IconMoodConfusedFilled = IconMoodConfusedFilled;
67244
+ exports.IconMoodConfuzed = IconMoodConfused;
66761
67245
  exports.IconMoodCrazyHappy = IconMoodCrazyHappy;
66762
67246
  exports.IconMoodCrazyHappyFilled = IconMoodCrazyHappyFilled;
66763
67247
  exports.IconMoodCry = IconMoodCry;
@@ -66902,6 +67386,7 @@ exports.IconNfcOff = IconNfcOff;
66902
67386
  exports.IconNoCopyright = IconNoCopyright;
66903
67387
  exports.IconNoCreativeCommons = IconNoCreativeCommons;
66904
67388
  exports.IconNoDerivatives = IconNoDerivatives;
67389
+ exports.IconNoiseReduction = IconNoiseReduction;
66905
67390
  exports.IconNorthStar = IconNorthStar;
66906
67391
  exports.IconNotdef = IconNotdef;
66907
67392
  exports.IconNote = IconNote;
@@ -67188,6 +67673,7 @@ exports.IconPhoneX = IconPhoneX;
67188
67673
  exports.IconPhoneXFilled = IconPhoneXFilled;
67189
67674
  exports.IconPhoto = IconPhoto;
67190
67675
  exports.IconPhotoAi = IconPhotoAi;
67676
+ exports.IconPhotoAlt = IconPhotoAlt;
67191
67677
  exports.IconPhotoBitcoin = IconPhotoBitcoin;
67192
67678
  exports.IconPhotoBolt = IconPhotoBolt;
67193
67679
  exports.IconPhotoCancel = IconPhotoCancel;
@@ -67224,7 +67710,8 @@ exports.IconPhotoStar = IconPhotoStar;
67224
67710
  exports.IconPhotoUp = IconPhotoUp;
67225
67711
  exports.IconPhotoVideo = IconPhotoVideo;
67226
67712
  exports.IconPhotoX = IconPhotoX;
67227
- exports.IconPhysotherapist = IconPhysotherapist;
67713
+ exports.IconPhysiotherapist = IconPhysiotherapist;
67714
+ exports.IconPhysotherapist = IconPhysiotherapist;
67228
67715
  exports.IconPiano = IconPiano;
67229
67716
  exports.IconPick = IconPick;
67230
67717
  exports.IconPicnicTable = IconPicnicTable;
@@ -67356,11 +67843,14 @@ exports.IconPoint = IconPoint;
67356
67843
  exports.IconPointFilled = IconPointFilled;
67357
67844
  exports.IconPointOff = IconPointOff;
67358
67845
  exports.IconPointer = IconPointer;
67846
+ exports.IconPointer2 = IconPointer2;
67359
67847
  exports.IconPointerBolt = IconPointerBolt;
67360
67848
  exports.IconPointerCancel = IconPointerCancel;
67361
67849
  exports.IconPointerCheck = IconPointerCheck;
67362
67850
  exports.IconPointerCode = IconPointerCode;
67363
67851
  exports.IconPointerCog = IconPointerCog;
67852
+ exports.IconPointerCollaboration = IconPointerCollaboration;
67853
+ exports.IconPointerCollaboration2 = IconPointerCollaboration2;
67364
67854
  exports.IconPointerDollar = IconPointerDollar;
67365
67855
  exports.IconPointerDown = IconPointerDown;
67366
67856
  exports.IconPointerExclamation = IconPointerExclamation;
@@ -67584,6 +68074,7 @@ exports.IconRotateClockwise = IconRotateClockwise;
67584
68074
  exports.IconRotateClockwise2 = IconRotateClockwise2;
67585
68075
  exports.IconRotateDot = IconRotateDot;
67586
68076
  exports.IconRotateRectangle = IconRotateRectangle;
68077
+ exports.IconRoulette = IconRoulette;
67587
68078
  exports.IconRoute = IconRoute;
67588
68079
  exports.IconRoute2 = IconRoute2;
67589
68080
  exports.IconRouteAltLeft = IconRouteAltLeft;
@@ -67633,6 +68124,7 @@ exports.IconScaleOff = IconScaleOff;
67633
68124
  exports.IconScaleOutline = IconScaleOutline;
67634
68125
  exports.IconScaleOutlineOff = IconScaleOutlineOff;
67635
68126
  exports.IconScan = IconScan;
68127
+ exports.IconScanCube = IconScanCube;
67636
68128
  exports.IconScanEye = IconScanEye;
67637
68129
  exports.IconScanLetterA = IconScanLetterA;
67638
68130
  exports.IconScanLetterT = IconScanLetterT;
@@ -67832,6 +68324,7 @@ exports.IconSitemapOff = IconSitemapOff;
67832
68324
  exports.IconSkateboard = IconSkateboard;
67833
68325
  exports.IconSkateboardOff = IconSkateboardOff;
67834
68326
  exports.IconSkateboarding = IconSkateboarding;
68327
+ exports.IconSketching = IconSketching;
67835
68328
  exports.IconSkewX = IconSkewX;
67836
68329
  exports.IconSkewY = IconSkewY;
67837
68330
  exports.IconSkiJumping = IconSkiJumping;
@@ -67891,6 +68384,9 @@ exports.IconSpacingHorizontal = IconSpacingHorizontal;
67891
68384
  exports.IconSpacingVertical = IconSpacingVertical;
67892
68385
  exports.IconSpade = IconSpade;
67893
68386
  exports.IconSpadeFilled = IconSpadeFilled;
68387
+ exports.IconSparkle = IconSparkle;
68388
+ exports.IconSparkle2 = IconSparkle2;
68389
+ exports.IconSparkleHighlight = IconSparkleHighlight;
67894
68390
  exports.IconSparkles = IconSparkles;
67895
68391
  exports.IconSparkles2 = IconSparkles2;
67896
68392
  exports.IconSparkles2Filled = IconSparkles2Filled;
@@ -67899,13 +68395,15 @@ exports.IconSpeakerphone = IconSpeakerphone;
67899
68395
  exports.IconSpeedboat = IconSpeedboat;
67900
68396
  exports.IconSpeedboatFilled = IconSpeedboatFilled;
67901
68397
  exports.IconSphere = IconSphere;
68398
+ exports.IconSphere2 = IconSphere2;
67902
68399
  exports.IconSphereOff = IconSphereOff;
67903
68400
  exports.IconSpherePlus = IconSpherePlus;
67904
68401
  exports.IconSpider = IconSpider;
67905
68402
  exports.IconSpiderFilled = IconSpiderFilled;
67906
68403
  exports.IconSpiral = IconSpiral;
67907
68404
  exports.IconSpiralOff = IconSpiralOff;
67908
- exports.IconSportBillard = IconSportBillard;
68405
+ exports.IconSportBillard = IconSportBilliard;
68406
+ exports.IconSportBilliard = IconSportBilliard;
67909
68407
  exports.IconSpray = IconSpray;
67910
68408
  exports.IconSpy = IconSpy;
67911
68409
  exports.IconSpyOff = IconSpyOff;
@@ -68273,6 +68771,7 @@ exports.IconSwitchVertical = IconSwitchVertical;
68273
68771
  exports.IconSword = IconSword;
68274
68772
  exports.IconSwordOff = IconSwordOff;
68275
68773
  exports.IconSwords = IconSwords;
68774
+ exports.IconTabClose = IconTabClose;
68276
68775
  exports.IconTable = IconTable;
68277
68776
  exports.IconTableAlias = IconTableAlias;
68278
68777
  exports.IconTableColumn = IconTableColumn;
@@ -68346,10 +68845,17 @@ exports.IconTextDirectionRtl = IconTextDirectionRtl;
68346
68845
  exports.IconTextGrammar = IconTextGrammar;
68347
68846
  exports.IconTextIncrease = IconTextIncrease;
68348
68847
  exports.IconTextOrientation = IconTextOrientation;
68848
+ exports.IconTextOutline = IconTextOutline;
68349
68849
  exports.IconTextPlus = IconTextPlus;
68350
68850
  exports.IconTextRecognition = IconTextRecognition;
68851
+ exports.IconTextRegexAsterisk = IconTextRegexAsterisk;
68852
+ exports.IconTextRegexEnd = IconTextRegexEnd;
68853
+ exports.IconTextRegexPlus = IconTextRegexPlus;
68854
+ exports.IconTextRegexQuestion = IconTextRegexQuestion;
68855
+ exports.IconTextRegexStart = IconTextRegexStart;
68351
68856
  exports.IconTextResize = IconTextResize;
68352
68857
  exports.IconTextScan2 = IconTextScan2;
68858
+ exports.IconTextScanAi = IconTextScanAi;
68353
68859
  exports.IconTextSize = IconTextSize;
68354
68860
  exports.IconTextSpellcheck = IconTextSpellcheck;
68355
68861
  exports.IconTextWrap = IconTextWrap;
@@ -68523,6 +69029,7 @@ exports.IconUmbrellaClosed2 = IconUmbrellaClosed2;
68523
69029
  exports.IconUmbrellaFilled = IconUmbrellaFilled;
68524
69030
  exports.IconUmbrellaOff = IconUmbrellaOff;
68525
69031
  exports.IconUnderline = IconUnderline;
69032
+ exports.IconUnderlineOff = IconUnderlineOff;
68526
69033
  exports.IconUnicycle = IconUnicycle;
68527
69034
  exports.IconUniverse = IconUniverse;
68528
69035
  exports.IconUnlink = IconUnlink;
@@ -68607,10 +69114,12 @@ exports.IconViewportNarrow = IconViewportNarrow;
68607
69114
  exports.IconViewportShort = IconViewportShort;
68608
69115
  exports.IconViewportTall = IconViewportTall;
68609
69116
  exports.IconViewportWide = IconViewportWide;
69117
+ exports.IconVignette = IconVignette;
68610
69118
  exports.IconVinyl = IconVinyl;
68611
69119
  exports.IconVip = IconVip;
68612
69120
  exports.IconVip2 = IconVip2;
68613
69121
  exports.IconVipOff = IconVipOff;
69122
+ exports.IconVirtualSpace = IconVirtualSpace;
68614
69123
  exports.IconVirus = IconVirus;
68615
69124
  exports.IconVirusOff = IconVirusOff;
68616
69125
  exports.IconVirusSearch = IconVirusSearch;