@viraui/react 0.0.17 → 0.0.18

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 (488) hide show
  1. package/dist/catalog.json +12 -0
  2. package/dist/components/basic-input/basic-input.js +1 -1
  3. package/dist/components/basic-input/field-helper-copy.js +3 -3
  4. package/dist/components/basic-input/field-label.d.ts +2 -1
  5. package/dist/components/basic-input/field-label.js +4 -3
  6. package/dist/components/button/button.css +1 -1
  7. package/dist/components/button/button.js +1 -1
  8. package/dist/components/checkbox/checkbox.css +1 -1
  9. package/dist/components/checkbox/checkbox.js +5 -2
  10. package/dist/components/clamp-text/clamp-text.js +1 -1
  11. package/dist/components/icon/index.d.ts +1 -1
  12. package/dist/components/index.d.ts +2 -0
  13. package/dist/components/linear-progress/index.d.ts +2 -0
  14. package/dist/components/linear-progress/linear-progress.css +1 -0
  15. package/dist/components/linear-progress/linear-progress.d.ts +44 -0
  16. package/dist/components/linear-progress/linear-progress.guide.json +27 -0
  17. package/dist/components/linear-progress/linear-progress.js +61 -0
  18. package/dist/components/linear-progress/linear-progress.module.js +8 -0
  19. package/dist/components/radio/index.d.ts +4 -0
  20. package/dist/components/radio/radio-group.d.ts +44 -0
  21. package/dist/components/radio/radio-group.js +54 -0
  22. package/dist/components/radio/radio.css +1 -0
  23. package/dist/components/radio/radio.d.ts +44 -0
  24. package/dist/components/radio/radio.guide.json +26 -0
  25. package/dist/components/radio/radio.js +45 -0
  26. package/dist/components/radio/radio.module.js +9 -0
  27. package/dist/components/select/select.js +1 -1
  28. package/dist/components/slider/slider.js +1 -1
  29. package/dist/components/stack/stack.css +1 -1
  30. package/dist/components/stack/stack.js +1 -1
  31. package/dist/components/surface/surface.js +1 -1
  32. package/dist/components/switch/switch.js +5 -2
  33. package/dist/components/text/text.js +1 -1
  34. package/dist/components/textarea/textarea.js +1 -1
  35. package/dist/components/textfield/textfield.js +2 -2
  36. package/dist/components/title/title.js +1 -1
  37. package/dist/index.js +5 -2
  38. package/dist/internal-icons/icon-registry.d.ts +8 -217
  39. package/dist/internal-icons/icon-registry.js +21 -648
  40. package/dist/internal-icons/icons/duo/CaretDown.js +1 -1
  41. package/dist/internal-icons/icons/duo/CaretLeft.js +1 -1
  42. package/dist/internal-icons/icons/duo/CaretRight.js +1 -1
  43. package/dist/internal-icons/icons/duo/CaretUp.js +1 -1
  44. package/dist/internal-icons/icons/duo/CircleHalfDottedClock.d.ts +7 -0
  45. package/dist/internal-icons/icons/duo/CircleHalfDottedClock.js +13 -0
  46. package/dist/internal-icons/icons/duo/{Embed.d.ts → Clock.d.ts} +3 -3
  47. package/dist/internal-icons/icons/duo/Clock.js +13 -0
  48. package/dist/internal-icons/icons/duo/History.d.ts +7 -0
  49. package/dist/internal-icons/icons/duo/History.js +13 -0
  50. package/dist/internal-icons/icons/duo/{Box3.d.ts → Lock.d.ts} +3 -3
  51. package/dist/internal-icons/icons/duo/Lock.js +13 -0
  52. package/dist/internal-icons/icons/duo/LockOpen.d.ts +7 -0
  53. package/dist/internal-icons/icons/duo/LockOpen.js +13 -0
  54. package/dist/internal-icons/icons/duo/Quickstart.d.ts +7 -0
  55. package/dist/internal-icons/icons/duo/Quickstart.js +13 -0
  56. package/dist/internal-icons/icons/duo/{Child.d.ts → Xmark.d.ts} +3 -3
  57. package/dist/internal-icons/icons/duo/{ProfileBasic.js → Xmark.js} +4 -4
  58. package/dist/internal-icons/icons/duo/index.d.ts +8 -217
  59. package/dist/internal-icons/icons/duo/index.js +8 -217
  60. package/package.json +2 -2
  61. package/dist/internal-icons/icons/duo/AddSection.d.ts +0 -7
  62. package/dist/internal-icons/icons/duo/AddSection.js +0 -13
  63. package/dist/internal-icons/icons/duo/AiDeveloper.d.ts +0 -7
  64. package/dist/internal-icons/icons/duo/AiDeveloper.js +0 -13
  65. package/dist/internal-icons/icons/duo/AiLoading.d.ts +0 -7
  66. package/dist/internal-icons/icons/duo/AiLoading.js +0 -13
  67. package/dist/internal-icons/icons/duo/Album3.d.ts +0 -7
  68. package/dist/internal-icons/icons/duo/Album3.js +0 -13
  69. package/dist/internal-icons/icons/duo/ArchiveContent2.d.ts +0 -7
  70. package/dist/internal-icons/icons/duo/ArchiveContent2.js +0 -13
  71. package/dist/internal-icons/icons/duo/ArrowRotate.d.ts +0 -7
  72. package/dist/internal-icons/icons/duo/ArrowRotate.js +0 -13
  73. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseCheck.d.ts +0 -7
  74. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseCheck.js +0 -13
  75. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseSlash.d.ts +0 -7
  76. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseSlash.js +0 -13
  77. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseXmark.d.ts +0 -7
  78. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseXmark.js +0 -13
  79. package/dist/internal-icons/icons/duo/ArrowRotateClockwiseSlash.d.ts +0 -7
  80. package/dist/internal-icons/icons/duo/ArrowRotateClockwiseSlash.js +0 -13
  81. package/dist/internal-icons/icons/duo/ArrowsFilter.d.ts +0 -7
  82. package/dist/internal-icons/icons/duo/ArrowsFilter.js +0 -13
  83. package/dist/internal-icons/icons/duo/ArrowsToLineY2.d.ts +0 -7
  84. package/dist/internal-icons/icons/duo/ArrowsToLineY2.js +0 -13
  85. package/dist/internal-icons/icons/duo/Birdhouse.d.ts +0 -7
  86. package/dist/internal-icons/icons/duo/Birdhouse.js +0 -13
  87. package/dist/internal-icons/icons/duo/BookmarkList.d.ts +0 -7
  88. package/dist/internal-icons/icons/duo/BookmarkList.js +0 -13
  89. package/dist/internal-icons/icons/duo/BookmarkedBook.d.ts +0 -7
  90. package/dist/internal-icons/icons/duo/BookmarkedBook.js +0 -13
  91. package/dist/internal-icons/icons/duo/BookmarkedBook2.d.ts +0 -7
  92. package/dist/internal-icons/icons/duo/BookmarkedBook2.js +0 -13
  93. package/dist/internal-icons/icons/duo/Box3.js +0 -13
  94. package/dist/internal-icons/icons/duo/BoxSparkle.d.ts +0 -7
  95. package/dist/internal-icons/icons/duo/BoxSparkle.js +0 -13
  96. package/dist/internal-icons/icons/duo/BoxSparkle2.d.ts +0 -7
  97. package/dist/internal-icons/icons/duo/BoxSparkle2.js +0 -13
  98. package/dist/internal-icons/icons/duo/Brochure.d.ts +0 -7
  99. package/dist/internal-icons/icons/duo/Brochure.js +0 -13
  100. package/dist/internal-icons/icons/duo/ButtonPlus.d.ts +0 -7
  101. package/dist/internal-icons/icons/duo/ButtonPlus.js +0 -13
  102. package/dist/internal-icons/icons/duo/Calculator3.d.ts +0 -7
  103. package/dist/internal-icons/icons/duo/Calculator3.js +0 -13
  104. package/dist/internal-icons/icons/duo/Chart3.d.ts +0 -7
  105. package/dist/internal-icons/icons/duo/Chart3.js +0 -13
  106. package/dist/internal-icons/icons/duo/ChartBar.d.ts +0 -7
  107. package/dist/internal-icons/icons/duo/ChartBar.js +0 -13
  108. package/dist/internal-icons/icons/duo/ChartCandlestick2.d.ts +0 -7
  109. package/dist/internal-icons/icons/duo/ChartCandlestick2.js +0 -13
  110. package/dist/internal-icons/icons/duo/ChatImage.d.ts +0 -7
  111. package/dist/internal-icons/icons/duo/ChatImage.js +0 -13
  112. package/dist/internal-icons/icons/duo/ChatInfo.d.ts +0 -7
  113. package/dist/internal-icons/icons/duo/ChatInfo.js +0 -13
  114. package/dist/internal-icons/icons/duo/ChatTask.d.ts +0 -7
  115. package/dist/internal-icons/icons/duo/ChatTask.js +0 -13
  116. package/dist/internal-icons/icons/duo/CheckBoxArrow.d.ts +0 -7
  117. package/dist/internal-icons/icons/duo/CheckBoxArrow.js +0 -13
  118. package/dist/internal-icons/icons/duo/ChevronLeftToLine.d.ts +0 -7
  119. package/dist/internal-icons/icons/duo/ChevronLeftToLine.js +0 -13
  120. package/dist/internal-icons/icons/duo/ChevronRightToLine.d.ts +0 -7
  121. package/dist/internal-icons/icons/duo/ChevronRightToLine.js +0 -13
  122. package/dist/internal-icons/icons/duo/Child.js +0 -13
  123. package/dist/internal-icons/icons/duo/CircleCoinIn.d.ts +0 -7
  124. package/dist/internal-icons/icons/duo/CircleCoinIn.js +0 -13
  125. package/dist/internal-icons/icons/duo/CircleCoinOut.d.ts +0 -7
  126. package/dist/internal-icons/icons/duo/CircleCoinOut.js +0 -13
  127. package/dist/internal-icons/icons/duo/CircleCoinPlus.d.ts +0 -7
  128. package/dist/internal-icons/icons/duo/CircleCoinPlus.js +0 -13
  129. package/dist/internal-icons/icons/duo/CircleConversion.d.ts +0 -7
  130. package/dist/internal-icons/icons/duo/CircleConversion.js +0 -13
  131. package/dist/internal-icons/icons/duo/CircleCross.d.ts +0 -7
  132. package/dist/internal-icons/icons/duo/CircleCross.js +0 -13
  133. package/dist/internal-icons/icons/duo/CircleHalfArrowDown.d.ts +0 -7
  134. package/dist/internal-icons/icons/duo/CircleHalfArrowDown.js +0 -13
  135. package/dist/internal-icons/icons/duo/CircleHalfArrowLeft.d.ts +0 -7
  136. package/dist/internal-icons/icons/duo/CircleHalfArrowLeft.js +0 -13
  137. package/dist/internal-icons/icons/duo/CircleHalfArrowRight.d.ts +0 -7
  138. package/dist/internal-icons/icons/duo/CircleHalfArrowRight.js +0 -13
  139. package/dist/internal-icons/icons/duo/CircleHalfArrowUp.d.ts +0 -7
  140. package/dist/internal-icons/icons/duo/CircleHalfArrowUp.js +0 -13
  141. package/dist/internal-icons/icons/duo/CircleHalfDottedChart2.d.ts +0 -7
  142. package/dist/internal-icons/icons/duo/CircleHalfDottedChart2.js +0 -13
  143. package/dist/internal-icons/icons/duo/ClockTime.d.ts +0 -7
  144. package/dist/internal-icons/icons/duo/ClockTime.js +0 -13
  145. package/dist/internal-icons/icons/duo/CloneDashed3.d.ts +0 -7
  146. package/dist/internal-icons/icons/duo/CloneDashed3.js +0 -13
  147. package/dist/internal-icons/icons/duo/CloneImageDashed.d.ts +0 -7
  148. package/dist/internal-icons/icons/duo/CloneImageDashed.js +0 -13
  149. package/dist/internal-icons/icons/duo/CloneVideoDashed.d.ts +0 -7
  150. package/dist/internal-icons/icons/duo/CloneVideoDashed.js +0 -13
  151. package/dist/internal-icons/icons/duo/CloudeCode.d.ts +0 -7
  152. package/dist/internal-icons/icons/duo/CloudeCode.js +0 -13
  153. package/dist/internal-icons/icons/duo/CoinStack.d.ts +0 -7
  154. package/dist/internal-icons/icons/duo/CoinStack.js +0 -13
  155. package/dist/internal-icons/icons/duo/ConditionalLogic.d.ts +0 -7
  156. package/dist/internal-icons/icons/duo/ConditionalLogic.js +0 -13
  157. package/dist/internal-icons/icons/duo/ConnectPlus.d.ts +0 -7
  158. package/dist/internal-icons/icons/duo/ConnectPlus.js +0 -13
  159. package/dist/internal-icons/icons/duo/Connection3.d.ts +0 -7
  160. package/dist/internal-icons/icons/duo/Connection3.js +0 -13
  161. package/dist/internal-icons/icons/duo/CopyDelete.d.ts +0 -7
  162. package/dist/internal-icons/icons/duo/CopyDelete.js +0 -13
  163. package/dist/internal-icons/icons/duo/CopyId.d.ts +0 -7
  164. package/dist/internal-icons/icons/duo/CopyId.js +0 -13
  165. package/dist/internal-icons/icons/duo/Deaf.d.ts +0 -7
  166. package/dist/internal-icons/icons/duo/Deaf.js +0 -13
  167. package/dist/internal-icons/icons/duo/DependencyLink.d.ts +0 -7
  168. package/dist/internal-icons/icons/duo/DependencyLink.js +0 -13
  169. package/dist/internal-icons/icons/duo/DesktopDock.d.ts +0 -7
  170. package/dist/internal-icons/icons/duo/DesktopDock.js +0 -13
  171. package/dist/internal-icons/icons/duo/DiamondSparkle.d.ts +0 -7
  172. package/dist/internal-icons/icons/duo/DiamondSparkle.js +0 -13
  173. package/dist/internal-icons/icons/duo/DocumentScan.d.ts +0 -7
  174. package/dist/internal-icons/icons/duo/DocumentScan.js +0 -13
  175. package/dist/internal-icons/icons/duo/Dog2.d.ts +0 -7
  176. package/dist/internal-icons/icons/duo/Dog2.js +0 -13
  177. package/dist/internal-icons/icons/duo/DogLeash.d.ts +0 -7
  178. package/dist/internal-icons/icons/duo/DogLeash.js +0 -13
  179. package/dist/internal-icons/icons/duo/DogSlash.d.ts +0 -7
  180. package/dist/internal-icons/icons/duo/DogSlash.js +0 -13
  181. package/dist/internal-icons/icons/duo/DotFormation.d.ts +0 -7
  182. package/dist/internal-icons/icons/duo/DotFormation.js +0 -13
  183. package/dist/internal-icons/icons/duo/DrawFinger.d.ts +0 -7
  184. package/dist/internal-icons/icons/duo/DrawFinger.js +0 -13
  185. package/dist/internal-icons/icons/duo/Ear.d.ts +0 -7
  186. package/dist/internal-icons/icons/duo/Ear.js +0 -13
  187. package/dist/internal-icons/icons/duo/EarSound.d.ts +0 -7
  188. package/dist/internal-icons/icons/duo/EarSound.js +0 -13
  189. package/dist/internal-icons/icons/duo/Embed.js +0 -13
  190. package/dist/internal-icons/icons/duo/EnterDoor.d.ts +0 -7
  191. package/dist/internal-icons/icons/duo/EnterDoor.js +0 -13
  192. package/dist/internal-icons/icons/duo/EnterHome.d.ts +0 -7
  193. package/dist/internal-icons/icons/duo/EnterHome.js +0 -13
  194. package/dist/internal-icons/icons/duo/ExitDoor.d.ts +0 -7
  195. package/dist/internal-icons/icons/duo/ExitDoor.js +0 -13
  196. package/dist/internal-icons/icons/duo/Export2.d.ts +0 -7
  197. package/dist/internal-icons/icons/duo/Export2.js +0 -13
  198. package/dist/internal-icons/icons/duo/EyeSparkle.d.ts +0 -7
  199. package/dist/internal-icons/icons/duo/EyeSparkle.js +0 -13
  200. package/dist/internal-icons/icons/duo/FaceRobot.d.ts +0 -7
  201. package/dist/internal-icons/icons/duo/FaceRobot.js +0 -13
  202. package/dist/internal-icons/icons/duo/FaceRobot2.d.ts +0 -7
  203. package/dist/internal-icons/icons/duo/FaceRobot2.js +0 -13
  204. package/dist/internal-icons/icons/duo/FaceRobot3.d.ts +0 -7
  205. package/dist/internal-icons/icons/duo/FaceRobot3.js +0 -13
  206. package/dist/internal-icons/icons/duo/FerrisWheel.d.ts +0 -7
  207. package/dist/internal-icons/icons/duo/FerrisWheel.js +0 -13
  208. package/dist/internal-icons/icons/duo/FileExport.d.ts +0 -7
  209. package/dist/internal-icons/icons/duo/FileExport.js +0 -13
  210. package/dist/internal-icons/icons/duo/FlagMenu.d.ts +0 -7
  211. package/dist/internal-icons/icons/duo/FlagMenu.js +0 -13
  212. package/dist/internal-icons/icons/duo/FocusCenter.d.ts +0 -7
  213. package/dist/internal-icons/icons/duo/FocusCenter.js +0 -13
  214. package/dist/internal-icons/icons/duo/FoodOrder.d.ts +0 -7
  215. package/dist/internal-icons/icons/duo/FoodOrder.js +0 -13
  216. package/dist/internal-icons/icons/duo/FuelCan.d.ts +0 -7
  217. package/dist/internal-icons/icons/duo/FuelCan.js +0 -13
  218. package/dist/internal-icons/icons/duo/FuelCan2.d.ts +0 -7
  219. package/dist/internal-icons/icons/duo/FuelCan2.js +0 -13
  220. package/dist/internal-icons/icons/duo/Gear3Sparkle.d.ts +0 -7
  221. package/dist/internal-icons/icons/duo/Gear3Sparkle.js +0 -13
  222. package/dist/internal-icons/icons/duo/GridSparkle.d.ts +0 -7
  223. package/dist/internal-icons/icons/duo/GridSparkle.js +0 -13
  224. package/dist/internal-icons/icons/duo/HandHoldingGlobe.d.ts +0 -7
  225. package/dist/internal-icons/icons/duo/HandHoldingGlobe.js +0 -13
  226. package/dist/internal-icons/icons/duo/Handshake2.d.ts +0 -7
  227. package/dist/internal-icons/icons/duo/Handshake2.js +0 -13
  228. package/dist/internal-icons/icons/duo/Haptic.d.ts +0 -7
  229. package/dist/internal-icons/icons/duo/Haptic.js +0 -13
  230. package/dist/internal-icons/icons/duo/HelpChat.d.ts +0 -7
  231. package/dist/internal-icons/icons/duo/HelpChat.js +0 -13
  232. package/dist/internal-icons/icons/duo/HexagonSparkle.d.ts +0 -7
  233. package/dist/internal-icons/icons/duo/HexagonSparkle.js +0 -13
  234. package/dist/internal-icons/icons/duo/Hiking.d.ts +0 -7
  235. package/dist/internal-icons/icons/duo/Hiking.js +0 -13
  236. package/dist/internal-icons/icons/duo/History2.d.ts +0 -7
  237. package/dist/internal-icons/icons/duo/History2.js +0 -13
  238. package/dist/internal-icons/icons/duo/HorseHead.d.ts +0 -7
  239. package/dist/internal-icons/icons/duo/HorseHead.js +0 -13
  240. package/dist/internal-icons/icons/duo/HouseDollarSign.d.ts +0 -7
  241. package/dist/internal-icons/icons/duo/HouseDollarSign.js +0 -13
  242. package/dist/internal-icons/icons/duo/HouseMinus2.d.ts +0 -7
  243. package/dist/internal-icons/icons/duo/HouseMinus2.js +0 -13
  244. package/dist/internal-icons/icons/duo/Images3.d.ts +0 -7
  245. package/dist/internal-icons/icons/duo/Images3.js +0 -13
  246. package/dist/internal-icons/icons/duo/Img4k.d.ts +0 -7
  247. package/dist/internal-icons/icons/duo/Img4k.js +0 -13
  248. package/dist/internal-icons/icons/duo/InsertCrypto.d.ts +0 -7
  249. package/dist/internal-icons/icons/duo/InsertCrypto.js +0 -13
  250. package/dist/internal-icons/icons/duo/InsertDollar.d.ts +0 -7
  251. package/dist/internal-icons/icons/duo/InsertDollar.js +0 -13
  252. package/dist/internal-icons/icons/duo/InstantMoney.d.ts +0 -7
  253. package/dist/internal-icons/icons/duo/InstantMoney.js +0 -13
  254. package/dist/internal-icons/icons/duo/InvoiceIn.d.ts +0 -7
  255. package/dist/internal-icons/icons/duo/InvoiceIn.js +0 -13
  256. package/dist/internal-icons/icons/duo/InwardFlow.d.ts +0 -7
  257. package/dist/internal-icons/icons/duo/InwardFlow.js +0 -13
  258. package/dist/internal-icons/icons/duo/JoinedHands.d.ts +0 -7
  259. package/dist/internal-icons/icons/duo/JoinedHands.js +0 -13
  260. package/dist/internal-icons/icons/duo/LawShield.d.ts +0 -7
  261. package/dist/internal-icons/icons/duo/LawShield.js +0 -13
  262. package/dist/internal-icons/icons/duo/Lectern.d.ts +0 -7
  263. package/dist/internal-icons/icons/duo/Lectern.js +0 -13
  264. package/dist/internal-icons/icons/duo/Lectern2.d.ts +0 -7
  265. package/dist/internal-icons/icons/duo/Lectern2.js +0 -13
  266. package/dist/internal-icons/icons/duo/LightSpark.d.ts +0 -7
  267. package/dist/internal-icons/icons/duo/LightSpark.js +0 -13
  268. package/dist/internal-icons/icons/duo/LightSpark2.d.ts +0 -7
  269. package/dist/internal-icons/icons/duo/LightSpark2.js +0 -13
  270. package/dist/internal-icons/icons/duo/ListExport.d.ts +0 -7
  271. package/dist/internal-icons/icons/duo/ListExport.js +0 -13
  272. package/dist/internal-icons/icons/duo/ListFavs3.d.ts +0 -7
  273. package/dist/internal-icons/icons/duo/ListFavs3.js +0 -13
  274. package/dist/internal-icons/icons/duo/ListFavs4.d.ts +0 -7
  275. package/dist/internal-icons/icons/duo/ListFavs4.js +0 -13
  276. package/dist/internal-icons/icons/duo/LoadingStatus.d.ts +0 -7
  277. package/dist/internal-icons/icons/duo/LoadingStatus.js +0 -13
  278. package/dist/internal-icons/icons/duo/LoadingStatus2.d.ts +0 -7
  279. package/dist/internal-icons/icons/duo/LoadingStatus2.js +0 -13
  280. package/dist/internal-icons/icons/duo/LockedChat.d.ts +0 -7
  281. package/dist/internal-icons/icons/duo/LockedChat.js +0 -13
  282. package/dist/internal-icons/icons/duo/MagicHat.d.ts +0 -7
  283. package/dist/internal-icons/icons/duo/MagicHat.js +0 -13
  284. package/dist/internal-icons/icons/duo/MagicRabbit.d.ts +0 -7
  285. package/dist/internal-icons/icons/duo/MagicRabbit.js +0 -13
  286. package/dist/internal-icons/icons/duo/MagnifierSparkle2.d.ts +0 -7
  287. package/dist/internal-icons/icons/duo/MagnifierSparkle2.js +0 -13
  288. package/dist/internal-icons/icons/duo/MediaLibrary2.d.ts +0 -7
  289. package/dist/internal-icons/icons/duo/MediaLibrary2.js +0 -13
  290. package/dist/internal-icons/icons/duo/Membership.d.ts +0 -7
  291. package/dist/internal-icons/icons/duo/Membership.js +0 -13
  292. package/dist/internal-icons/icons/duo/Menu4.d.ts +0 -7
  293. package/dist/internal-icons/icons/duo/Menu4.js +0 -13
  294. package/dist/internal-icons/icons/duo/MilitaryMedal.d.ts +0 -7
  295. package/dist/internal-icons/icons/duo/MilitaryMedal.js +0 -13
  296. package/dist/internal-icons/icons/duo/MobileCircuit.d.ts +0 -7
  297. package/dist/internal-icons/icons/duo/MobileCircuit.js +0 -13
  298. package/dist/internal-icons/icons/duo/MoneyRefund.d.ts +0 -7
  299. package/dist/internal-icons/icons/duo/MoneyRefund.js +0 -13
  300. package/dist/internal-icons/icons/duo/MoneyRefund2.d.ts +0 -7
  301. package/dist/internal-icons/icons/duo/MoneyRefund2.js +0 -13
  302. package/dist/internal-icons/icons/duo/MotionAlongPath.d.ts +0 -7
  303. package/dist/internal-icons/icons/duo/MotionAlongPath.js +0 -13
  304. package/dist/internal-icons/icons/duo/Msgs2.d.ts +0 -7
  305. package/dist/internal-icons/icons/duo/Msgs2.js +0 -13
  306. package/dist/internal-icons/icons/duo/Navigation.d.ts +0 -7
  307. package/dist/internal-icons/icons/duo/Navigation.js +0 -13
  308. package/dist/internal-icons/icons/duo/NavigationHorizontal.d.ts +0 -7
  309. package/dist/internal-icons/icons/duo/NavigationHorizontal.js +0 -13
  310. package/dist/internal-icons/icons/duo/NavigationVertical.d.ts +0 -7
  311. package/dist/internal-icons/icons/duo/NavigationVertical.js +0 -13
  312. package/dist/internal-icons/icons/duo/ObjectSelection.d.ts +0 -7
  313. package/dist/internal-icons/icons/duo/ObjectSelection.js +0 -13
  314. package/dist/internal-icons/icons/duo/OfficeUser.d.ts +0 -7
  315. package/dist/internal-icons/icons/duo/OfficeUser.js +0 -13
  316. package/dist/internal-icons/icons/duo/OpenExternal.d.ts +0 -7
  317. package/dist/internal-icons/icons/duo/OpenExternal.js +0 -13
  318. package/dist/internal-icons/icons/duo/OrbitSparkle.d.ts +0 -7
  319. package/dist/internal-icons/icons/duo/OrbitSparkle.js +0 -13
  320. package/dist/internal-icons/icons/duo/OutwardFlow.d.ts +0 -7
  321. package/dist/internal-icons/icons/duo/OutwardFlow.js +0 -13
  322. package/dist/internal-icons/icons/duo/PaperPlaneFast.d.ts +0 -7
  323. package/dist/internal-icons/icons/duo/PaperPlaneFast.js +0 -13
  324. package/dist/internal-icons/icons/duo/Parachute.d.ts +0 -7
  325. package/dist/internal-icons/icons/duo/Parachute.js +0 -13
  326. package/dist/internal-icons/icons/duo/Paw.d.ts +0 -7
  327. package/dist/internal-icons/icons/duo/Paw.js +0 -13
  328. package/dist/internal-icons/icons/duo/Peace.d.ts +0 -7
  329. package/dist/internal-icons/icons/duo/Peace.js +0 -13
  330. package/dist/internal-icons/icons/duo/PicnicTable.d.ts +0 -7
  331. package/dist/internal-icons/icons/duo/PicnicTable.js +0 -13
  332. package/dist/internal-icons/icons/duo/Pillow.d.ts +0 -7
  333. package/dist/internal-icons/icons/duo/Pillow.js +0 -13
  334. package/dist/internal-icons/icons/duo/Playground.d.ts +0 -7
  335. package/dist/internal-icons/icons/duo/Playground.js +0 -13
  336. package/dist/internal-icons/icons/duo/Playlist4.d.ts +0 -7
  337. package/dist/internal-icons/icons/duo/Playlist4.js +0 -13
  338. package/dist/internal-icons/icons/duo/Plug3.d.ts +0 -7
  339. package/dist/internal-icons/icons/duo/Plug3.js +0 -13
  340. package/dist/internal-icons/icons/duo/Plug3Sparkle.d.ts +0 -7
  341. package/dist/internal-icons/icons/duo/Plug3Sparkle.js +0 -13
  342. package/dist/internal-icons/icons/duo/PlugOff.d.ts +0 -7
  343. package/dist/internal-icons/icons/duo/PlugOff.js +0 -13
  344. package/dist/internal-icons/icons/duo/PlugSparkle.d.ts +0 -7
  345. package/dist/internal-icons/icons/duo/PlugSparkle.js +0 -13
  346. package/dist/internal-icons/icons/duo/PopEffect.d.ts +0 -7
  347. package/dist/internal-icons/icons/duo/PopEffect.js +0 -13
  348. package/dist/internal-icons/icons/duo/ProfileAnalytics.d.ts +0 -7
  349. package/dist/internal-icons/icons/duo/ProfileAnalytics.js +0 -13
  350. package/dist/internal-icons/icons/duo/ProfileBasic.d.ts +0 -7
  351. package/dist/internal-icons/icons/duo/ProgressIndicator2.d.ts +0 -7
  352. package/dist/internal-icons/icons/duo/ProgressIndicator2.js +0 -13
  353. package/dist/internal-icons/icons/duo/QuickActions.d.ts +0 -7
  354. package/dist/internal-icons/icons/duo/QuickActions.js +0 -13
  355. package/dist/internal-icons/icons/duo/QuickTimer.d.ts +0 -7
  356. package/dist/internal-icons/icons/duo/QuickTimer.js +0 -13
  357. package/dist/internal-icons/icons/duo/Rabbit.d.ts +0 -7
  358. package/dist/internal-icons/icons/duo/Rabbit.js +0 -13
  359. package/dist/internal-icons/icons/duo/Receipt3.d.ts +0 -7
  360. package/dist/internal-icons/icons/duo/Receipt3.js +0 -13
  361. package/dist/internal-icons/icons/duo/Receipt4.d.ts +0 -7
  362. package/dist/internal-icons/icons/duo/Receipt4.js +0 -13
  363. package/dist/internal-icons/icons/duo/Redo2.d.ts +0 -7
  364. package/dist/internal-icons/icons/duo/Redo2.js +0 -13
  365. package/dist/internal-icons/icons/duo/Redo3.d.ts +0 -7
  366. package/dist/internal-icons/icons/duo/Redo3.js +0 -13
  367. package/dist/internal-icons/icons/duo/Refresh3AnticlockwiseSlash.d.ts +0 -7
  368. package/dist/internal-icons/icons/duo/Refresh3AnticlockwiseSlash.js +0 -13
  369. package/dist/internal-icons/icons/duo/Refresh3ClockwiseSlash.d.ts +0 -7
  370. package/dist/internal-icons/icons/duo/Refresh3ClockwiseSlash.js +0 -13
  371. package/dist/internal-icons/icons/duo/RefreshAnticlockwiseSlash.d.ts +0 -7
  372. package/dist/internal-icons/icons/duo/RefreshAnticlockwiseSlash.js +0 -13
  373. package/dist/internal-icons/icons/duo/RefreshClockwiseSlash.d.ts +0 -7
  374. package/dist/internal-icons/icons/duo/RefreshClockwiseSlash.js +0 -13
  375. package/dist/internal-icons/icons/duo/Refrigerator.d.ts +0 -7
  376. package/dist/internal-icons/icons/duo/Refrigerator.js +0 -13
  377. package/dist/internal-icons/icons/duo/RemoteControl.d.ts +0 -7
  378. package/dist/internal-icons/icons/duo/RemoteControl.js +0 -13
  379. package/dist/internal-icons/icons/duo/RemoteControl2.d.ts +0 -7
  380. package/dist/internal-icons/icons/duo/RemoteControl2.js +0 -13
  381. package/dist/internal-icons/icons/duo/ReportFile.d.ts +0 -7
  382. package/dist/internal-icons/icons/duo/ReportFile.js +0 -13
  383. package/dist/internal-icons/icons/duo/Reposition.d.ts +0 -7
  384. package/dist/internal-icons/icons/duo/Reposition.js +0 -13
  385. package/dist/internal-icons/icons/duo/Rerouting.d.ts +0 -7
  386. package/dist/internal-icons/icons/duo/Rerouting.js +0 -13
  387. package/dist/internal-icons/icons/duo/Robot2.d.ts +0 -7
  388. package/dist/internal-icons/icons/duo/Robot2.js +0 -13
  389. package/dist/internal-icons/icons/duo/Robot3.d.ts +0 -7
  390. package/dist/internal-icons/icons/duo/Robot3.js +0 -13
  391. package/dist/internal-icons/icons/duo/Robot4.d.ts +0 -7
  392. package/dist/internal-icons/icons/duo/Robot4.js +0 -13
  393. package/dist/internal-icons/icons/duo/RockOn.d.ts +0 -7
  394. package/dist/internal-icons/icons/duo/RockOn.js +0 -13
  395. package/dist/internal-icons/icons/duo/RopeStanchions.d.ts +0 -7
  396. package/dist/internal-icons/icons/duo/RopeStanchions.js +0 -13
  397. package/dist/internal-icons/icons/duo/Rotation3602.d.ts +0 -7
  398. package/dist/internal-icons/icons/duo/Rotation3602.js +0 -13
  399. package/dist/internal-icons/icons/duo/SavedItems2.d.ts +0 -7
  400. package/dist/internal-icons/icons/duo/SavedItems2.js +0 -13
  401. package/dist/internal-icons/icons/duo/ScaleImg4k.d.ts +0 -7
  402. package/dist/internal-icons/icons/duo/ScaleImg4k.js +0 -13
  403. package/dist/internal-icons/icons/duo/ScanImage.d.ts +0 -7
  404. package/dist/internal-icons/icons/duo/ScanImage.js +0 -13
  405. package/dist/internal-icons/icons/duo/ScissorsSparkle.d.ts +0 -7
  406. package/dist/internal-icons/icons/duo/ScissorsSparkle.js +0 -13
  407. package/dist/internal-icons/icons/duo/Seatbelt.d.ts +0 -7
  408. package/dist/internal-icons/icons/duo/Seatbelt.js +0 -13
  409. package/dist/internal-icons/icons/duo/ShakaHand.d.ts +0 -7
  410. package/dist/internal-icons/icons/duo/ShakaHand.js +0 -13
  411. package/dist/internal-icons/icons/duo/ShapeRectangle.d.ts +0 -7
  412. package/dist/internal-icons/icons/duo/ShapeRectangle.js +0 -13
  413. package/dist/internal-icons/icons/duo/Shovel.d.ts +0 -7
  414. package/dist/internal-icons/icons/duo/Shovel.js +0 -13
  415. package/dist/internal-icons/icons/duo/ShuffleSparkle.d.ts +0 -7
  416. package/dist/internal-icons/icons/duo/ShuffleSparkle.js +0 -13
  417. package/dist/internal-icons/icons/duo/SideProfileQuestion.d.ts +0 -7
  418. package/dist/internal-icons/icons/duo/SideProfileQuestion.js +0 -13
  419. package/dist/internal-icons/icons/duo/SideProfileSparkle.d.ts +0 -7
  420. package/dist/internal-icons/icons/duo/SideProfileSparkle.js +0 -13
  421. package/dist/internal-icons/icons/duo/SidebarEdit.d.ts +0 -7
  422. package/dist/internal-icons/icons/duo/SidebarEdit.js +0 -13
  423. package/dist/internal-icons/icons/duo/SlashCircle.d.ts +0 -7
  424. package/dist/internal-icons/icons/duo/SlashCircle.js +0 -13
  425. package/dist/internal-icons/icons/duo/Sliders4.d.ts +0 -7
  426. package/dist/internal-icons/icons/duo/Sliders4.js +0 -13
  427. package/dist/internal-icons/icons/duo/Snail.d.ts +0 -7
  428. package/dist/internal-icons/icons/duo/Snail.js +0 -13
  429. package/dist/internal-icons/icons/duo/Spiral.d.ts +0 -7
  430. package/dist/internal-icons/icons/duo/Spiral.js +0 -13
  431. package/dist/internal-icons/icons/duo/SplitView.d.ts +0 -7
  432. package/dist/internal-icons/icons/duo/SplitView.js +0 -13
  433. package/dist/internal-icons/icons/duo/SquareDashedSearchSparkle.d.ts +0 -7
  434. package/dist/internal-icons/icons/duo/SquareDashedSearchSparkle.js +0 -13
  435. package/dist/internal-icons/icons/duo/SquareDashedText.d.ts +0 -7
  436. package/dist/internal-icons/icons/duo/SquareDashedText.js +0 -13
  437. package/dist/internal-icons/icons/duo/SquarePath.d.ts +0 -7
  438. package/dist/internal-icons/icons/duo/SquarePath.js +0 -13
  439. package/dist/internal-icons/icons/duo/Star2Slash.d.ts +0 -7
  440. package/dist/internal-icons/icons/duo/Star2Slash.js +0 -13
  441. package/dist/internal-icons/icons/duo/StopSign.d.ts +0 -7
  442. package/dist/internal-icons/icons/duo/StopSign.js +0 -13
  443. package/dist/internal-icons/icons/duo/StopwatchBolt.d.ts +0 -7
  444. package/dist/internal-icons/icons/duo/StopwatchBolt.js +0 -13
  445. package/dist/internal-icons/icons/duo/SummitFlag.d.ts +0 -7
  446. package/dist/internal-icons/icons/duo/SummitFlag.js +0 -13
  447. package/dist/internal-icons/icons/duo/Sunrise2.d.ts +0 -7
  448. package/dist/internal-icons/icons/duo/Sunrise2.js +0 -13
  449. package/dist/internal-icons/icons/duo/Task.d.ts +0 -7
  450. package/dist/internal-icons/icons/duo/Task.js +0 -13
  451. package/dist/internal-icons/icons/duo/Task2.d.ts +0 -7
  452. package/dist/internal-icons/icons/duo/Task2.js +0 -13
  453. package/dist/internal-icons/icons/duo/TaskDebug.d.ts +0 -7
  454. package/dist/internal-icons/icons/duo/TaskDebug.js +0 -13
  455. package/dist/internal-icons/icons/duo/TaskSearch.d.ts +0 -7
  456. package/dist/internal-icons/icons/duo/TaskSearch.js +0 -13
  457. package/dist/internal-icons/icons/duo/Teepee.d.ts +0 -7
  458. package/dist/internal-icons/icons/duo/Teepee.js +0 -13
  459. package/dist/internal-icons/icons/duo/TextAdjust.d.ts +0 -7
  460. package/dist/internal-icons/icons/duo/TextAdjust.js +0 -13
  461. package/dist/internal-icons/icons/duo/TheatreMask.d.ts +0 -7
  462. package/dist/internal-icons/icons/duo/TheatreMask.js +0 -13
  463. package/dist/internal-icons/icons/duo/TheatreMask2.d.ts +0 -7
  464. package/dist/internal-icons/icons/duo/TheatreMask2.js +0 -13
  465. package/dist/internal-icons/icons/duo/TimerProgress.d.ts +0 -7
  466. package/dist/internal-icons/icons/duo/TimerProgress.js +0 -13
  467. package/dist/internal-icons/icons/duo/TimerProgress2.d.ts +0 -7
  468. package/dist/internal-icons/icons/duo/TimerProgress2.js +0 -13
  469. package/dist/internal-icons/icons/duo/TransactionSplit.d.ts +0 -7
  470. package/dist/internal-icons/icons/duo/TransactionSplit.js +0 -13
  471. package/dist/internal-icons/icons/duo/Undo2.d.ts +0 -7
  472. package/dist/internal-icons/icons/duo/Undo2.js +0 -13
  473. package/dist/internal-icons/icons/duo/Undo3.d.ts +0 -7
  474. package/dist/internal-icons/icons/duo/Undo3.js +0 -13
  475. package/dist/internal-icons/icons/duo/UnicornHead.d.ts +0 -7
  476. package/dist/internal-icons/icons/duo/UnicornHead.js +0 -13
  477. package/dist/internal-icons/icons/duo/UserContact.d.ts +0 -7
  478. package/dist/internal-icons/icons/duo/UserContact.js +0 -13
  479. package/dist/internal-icons/icons/duo/UserVoice2.d.ts +0 -7
  480. package/dist/internal-icons/icons/duo/UserVoice2.js +0 -13
  481. package/dist/internal-icons/icons/duo/VipBadge.d.ts +0 -7
  482. package/dist/internal-icons/icons/duo/VipBadge.js +0 -13
  483. package/dist/internal-icons/icons/duo/VoiceCaption.d.ts +0 -7
  484. package/dist/internal-icons/icons/duo/VoiceCaption.js +0 -13
  485. package/dist/internal-icons/icons/duo/WalletCoins.d.ts +0 -7
  486. package/dist/internal-icons/icons/duo/WalletCoins.js +0 -13
  487. package/dist/internal-icons/icons/duo/Weight.d.ts +0 -7
  488. package/dist/internal-icons/icons/duo/Weight.js +0 -13
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CircleHalfArrowLeft = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M16.25 8.25H7.56l1.97-1.97a.75.75 0 1 0-1.06-1.06L5.22 8.47a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.06L7.56 9.75h8.69a.75.75 0 0 0 0-1.5" }), _jsx("path", { d: "M9 15.5c-3.584 0-6.5-2.916-6.5-6.5S5.416 2.5 9 2.5A.75.75 0 0 0 9 1C4.589 1 1 4.589 1 9s3.589 8 8 8a.75.75 0 0 0 0-1.5", "data-color": "color-2", opacity: ".4" })] }) }));
11
- });
12
- CircleHalfArrowLeft.displayName = 'CircleHalfArrowLeft';
13
- export default CircleHalfArrowLeft;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CircleHalfArrowRightProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CircleHalfArrowRight: React.ForwardRefExoticComponent<Omit<CircleHalfArrowRightProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CircleHalfArrowRight;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CircleHalfArrowRight = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M8.47 11.72a.75.75 0 1 0 1.06 1.06l3.25-3.25a.75.75 0 0 0 0-1.06L9.53 5.22a.75.75 0 1 0-1.06 1.06l1.97 1.97H1.75a.75.75 0 0 0 0 1.5h8.69z" }), _jsx("path", { d: "M9 1a.75.75 0 0 0 0 1.5c3.584 0 6.5 2.916 6.5 6.5s-2.916 6.5-6.5 6.5A.75.75 0 0 0 9 17c4.411 0 8-3.589 8-8s-3.589-8-8-8", "data-color": "color-2", opacity: ".4" })] }) }));
11
- });
12
- CircleHalfArrowRight.displayName = 'CircleHalfArrowRight';
13
- export default CircleHalfArrowRight;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CircleHalfArrowUpProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CircleHalfArrowUp: React.ForwardRefExoticComponent<Omit<CircleHalfArrowUpProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CircleHalfArrowUp;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CircleHalfArrowUp = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M9.53 5.22a.75.75 0 0 0-1.06 0L5.22 8.47a.75.75 0 1 0 1.06 1.06l1.97-1.97v8.69a.75.75 0 0 0 1.5 0V7.56l1.97 1.97a.747.747 0 0 0 1.06 0 .75.75 0 0 0 0-1.06z" }), _jsx("path", { d: "M9 1C4.589 1 1 4.589 1 9a.75.75 0 0 0 1.5 0c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5A.75.75 0 0 0 17 9c0-4.411-3.589-8-8-8", "data-color": "color-2", opacity: ".4" })] }) }));
11
- });
12
- CircleHalfArrowUp.displayName = 'CircleHalfArrowUp';
13
- export default CircleHalfArrowUp;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CircleHalfDottedChart2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CircleHalfDottedChart2: React.ForwardRefExoticComponent<Omit<CircleHalfDottedChart2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CircleHalfDottedChart2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CircleHalfDottedChart2 = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M9 1a.75.75 0 0 0 0 1.5c3.584 0 6.5 2.916 6.5 6.5s-2.916 6.5-6.5 6.5A.75.75 0 0 0 9 17c4.411 0 8-3.589 8-8s-3.589-8-8-8" }), _jsx("circle", { cx: "3.87", cy: "14.13", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "1.75", cy: "9", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "3.87", cy: "3.87", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "6.23", cy: "15.7", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "2.3", cy: "11.77", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "2.3", cy: "6.23", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "6.23", cy: "2.3", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("rect", { width: "3.25", height: "8", x: "9.75", y: "5", rx: ".75", ry: ".75" }), _jsx("rect", { width: "3.25", height: "5", x: "5", y: "8", rx: ".75", ry: ".75" })] }) }));
11
- });
12
- CircleHalfDottedChart2.displayName = 'CircleHalfDottedChart2';
13
- export default CircleHalfDottedChart2;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ClockTimeProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ClockTime: React.ForwardRefExoticComponent<Omit<ClockTimeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ClockTime;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ClockTime = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("circle", { cx: "15.5", cy: "13", r: "1" }), _jsx("path", { d: "M9 1C4.589 1 1 4.589 1 9s3.589 8 8 8a7.96 7.96 0 0 0 5.16-1.897A2.5 2.5 0 0 1 13 13c0-1.378 1.122-2.5 2.5-2.5.467 0 .899.137 1.273.36A8 8 0 0 0 17 9c0-4.411-3.589-8-8-8", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M11.86 10.98a.75.75 0 0 1-1.043.19L8.573 9.617A.75.75 0 0 1 8.25 9V4.75a.75.75 0 0 1 1.5 0v3.857l1.92 1.33a.75.75 0 0 1 .19 1.043" })] }) }));
11
- });
12
- ClockTime.displayName = 'ClockTime';
13
- export default ClockTime;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CloneDashed3Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CloneDashed3: React.ForwardRefExoticComponent<Omit<CloneDashed3Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CloneDashed3;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CloneDashed3 = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M1.948 6.952a.75.75 0 0 1-.741-.643L1.029 5.07a2.73 2.73 0 0 1 .519-2.04 2.73 2.73 0 0 1 1.81-1.074l1.236-.179a.75.75 0 1 1 .215 1.484l-1.237.18a1.24 1.24 0 0 0-.823.488c-.2.267-.284.596-.236.927l.178 1.238a.75.75 0 0 1-.743.857Z" }), _jsx("path", { d: "M13.75 4.5h-6.5A2.75 2.75 0 0 0 4.5 7.25v6.5a2.75 2.75 0 0 0 2.75 2.75h6.5a2.75 2.75 0 0 0 2.75-2.75v-6.5a2.75 2.75 0 0 0-2.75-2.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M4.5 13.75v-1.419a1.24 1.24 0 0 1-1.059-1.04l-.178-1.238a.75.75 0 1 0-1.484.215l.178 1.237A2.73 2.73 0 0 0 4.51 13.85c-.001-.034-.01-.066-.01-.1M8.768 2.691l1.237-.178c.332-.49.66.36.928.236.267.2.44.492.488.823l.134.928h1.515l-.165-1.143a2.73 2.73 0 0 0-1.074-1.81 2.73 2.73 0 0 0-2.04-.518l-1.237.178a.75.75 0 1 0 .214 1.484" })] }) }));
11
- });
12
- CloneDashed3.displayName = 'CloneDashed3';
13
- export default CloneDashed3;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CloneImageDashedProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CloneImageDashed: React.ForwardRefExoticComponent<Omit<CloneImageDashedProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CloneImageDashed;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CloneImageDashed = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("rect", { width: "12", height: "12", x: "4.5", y: "4.5", "data-color": "color-2", opacity: ".4", rx: "2.75", ry: "2.75" }), _jsx("path", { d: "M13.652 10.013a1.74 1.74 0 0 0-1.236-.514h-.001a1.74 1.74 0 0 0-1.238.513l-5.77 5.765a2.73 2.73 0 0 0 1.843.723h6.5a2.753 2.753 0 0 0 2.75-2.75v-.889zM8.25 9.5C7.561 9.5 7 8.939 7 8.25S7.561 7 8.25 7s1.25.561 1.25 1.25S8.939 9.5 8.25 9.5M1.948 6.952a.75.75 0 0 1-.741-.643L1.029 5.07a2.73 2.73 0 0 1 .519-2.04 2.73 2.73 0 0 1 1.81-1.074l1.236-.179a.75.75 0 1 1 .215 1.484l-1.237.18a1.24 1.24 0 0 0-.823.488c-.2.267-.284.596-.236.927l.178 1.238a.75.75 0 0 1-.743.857ZM4.5 13.75v-1.419a1.24 1.24 0 0 1-1.059-1.04l-.178-1.238a.75.75 0 1 0-1.484.215l.178 1.237A2.73 2.73 0 0 0 4.51 13.85c-.001-.034-.01-.066-.01-.1M8.768 2.691l1.237-.178c.332-.49.66.36.928.236.267.2.44.492.488.823l.134.928h1.515l-.165-1.143a2.73 2.73 0 0 0-1.074-1.81 2.73 2.73 0 0 0-2.04-.518l-1.237.178a.75.75 0 1 0 .214 1.484" })] }) }));
11
- });
12
- CloneImageDashed.displayName = 'CloneImageDashed';
13
- export default CloneImageDashed;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CloneVideoDashedProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CloneVideoDashed: React.ForwardRefExoticComponent<Omit<CloneVideoDashedProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CloneVideoDashed;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CloneVideoDashed = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M1.948 6.952a.75.75 0 0 1-.741-.643L1.029 5.07a2.73 2.73 0 0 1 .519-2.04 2.73 2.73 0 0 1 1.81-1.074l1.236-.179a.75.75 0 1 1 .215 1.484l-1.237.18a1.24 1.24 0 0 0-.823.488c-.2.267-.284.596-.236.927l.178 1.238a.75.75 0 0 1-.743.857Z" }), _jsx("path", { d: "M13.75 4.5h-6.5A2.75 2.75 0 0 0 4.5 7.25v6.5a2.75 2.75 0 0 0 2.75 2.75h6.5a2.75 2.75 0 0 0 2.75-2.75v-6.5a2.75 2.75 0 0 0-2.75-2.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M4.5 13.75v-1.419a1.24 1.24 0 0 1-1.059-1.04l-.178-1.238a.75.75 0 1 0-1.484.215l.178 1.237A2.73 2.73 0 0 0 4.51 13.85c-.001-.034-.01-.066-.01-.1M8.768 2.691l1.237-.178c.332-.49.66.36.928.236.267.2.44.492.488.823l.134.928h1.515l-.165-1.143a2.73 2.73 0 0 0-1.074-1.81 2.73 2.73 0 0 0-2.04-.518l-1.237.178a.75.75 0 1 0 .214 1.484m3.889 7.188L9.67 7.857a.75.75 0 0 0-1.17.621v4.044a.75.75 0 0 0 1.17.621l2.987-2.022a.75.75 0 0 0 0-1.242" })] }) }));
11
- });
12
- CloneVideoDashed.displayName = 'CloneVideoDashed';
13
- export default CloneVideoDashed;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CloudeCodeProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CloudeCode: React.ForwardRefExoticComponent<Omit<CloudeCodeProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CloudeCode;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CloudeCode = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M10.5 17a.75.75 0 0 1-.53-1.28L11.69 14l-1.72-1.72a.75.75 0 1 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 0 1-.53.22" }), _jsx("path", { d: "M14.157 5.826c-1.524-.602-3.449-.326-5.032 1.07.25-1.271 2.287-2.89 4.398-2.788C12.61 2.547 10.922 1.5 9.029 1.5c-2.885 0-5.231 2.355-5.231 5.25q0 .187.016.377a3.747 3.747 0 0 0-1.664 6.331c.257.248.55.439.856.6 0-.02-.006-.038-.006-.058 0-.601.234-1.166.66-1.59l2.25-2.25A2.234 2.234 0 0 1 9 10.084a2.234 2.234 0 0 1 3.09.075l2.25 2.25c.367.365.58.838.636 1.345A4.5 4.5 0 0 0 17 10a4.48 4.48 0 0 0-2.843-4.173Z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M7.5 17a.75.75 0 0 1-.53-.22l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 1 1 1.06 1.06L6.31 14l1.72 1.72A.75.75 0 0 1 7.5 17" })] }) }));
11
- });
12
- CloudeCode.displayName = 'CloudeCode';
13
- export default CloudeCode;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CoinStackProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CoinStack: React.ForwardRefExoticComponent<Omit<CoinStackProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CoinStack;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CoinStack = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M10 7.25a.75.75 0 0 0-.75-.75h-5.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75m-1.951 3.5a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0 0 1.5h4.549a.75.75 0 0 0 .75-.75m-.098 2.75H3.75a.75.75 0 0 0 0 1.5h4.201a.75.75 0 0 0 0-1.5m-5.201-9h5.5a.75.75 0 0 0 0-1.5h-5.5a.75.75 0 0 0 0 1.5", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "13", cy: "11.5", r: "3.5" })] }) }));
11
- });
12
- CoinStack.displayName = 'CoinStack';
13
- export default CoinStack;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ConditionalLogicProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ConditionalLogic: React.ForwardRefExoticComponent<Omit<ConditionalLogicProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ConditionalLogic;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ConditionalLogic = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M4.75 16a.75.75 0 0 1-.75-.75V6.5a.75.75 0 0 1 1.5 0v8.75a.75.75 0 0 1-.75.75m8.5-3.75a.75.75 0 0 1-.75-.75V6.25a.75.75 0 0 0-.75-.75h-2a.75.75 0 0 1 0-1.5h2C12.99 4 14 5.01 14 6.25v5.25a.75.75 0 0 1-.75.75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "4.75", cy: "4.5", r: "2.5" }), _jsx("circle", { cx: "13.25", cy: "13.5", r: "2.5" })] }) }));
11
- });
12
- ConditionalLogic.displayName = 'ConditionalLogic';
13
- export default ConditionalLogic;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ConnectPlusProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ConnectPlus: React.ForwardRefExoticComponent<Omit<ConnectPlusProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ConnectPlus;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ConnectPlus = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M15.5 12.25h-1.75V10.5a.75.75 0 0 0-1.5 0v1.75H10.5a.75.75 0 0 0 0 1.5h1.75v1.75a.75.75 0 0 0 1.5 0v-1.75h1.75a.75.75 0 0 0 0-1.5" }), _jsx("path", { fillRule: "evenodd", d: "M2 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0", "data-color": "color-2", opacity: ".4" }), _jsx("path", { fillRule: "evenodd", d: "M10 5a3 3 0 1 1 1.476 2.585l-3.891 3.89a3 3 0 1 1-1.06-1.06l3.89-3.89A3 3 0 0 1 10 5" })] }) }));
11
- });
12
- ConnectPlus.displayName = 'ConnectPlus';
13
- export default ConnectPlus;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface Connection3Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Connection3: React.ForwardRefExoticComponent<Omit<Connection3Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Connection3;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Connection3 = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M10.5 10.5H4c-.827 0-1.5-.673-1.5-1.5S3.173 7.5 4 7.5h2V6H4C2.346 6 1 7.346 1 9s1.346 3 3 3h6.5z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M10.5 7.5V14c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5v-2H6v2c0 1.654 1.346 3 3 3s3-1.346 3-3V7.5z" }), _jsx("path", { d: "M14 6H7.5v1.5H14c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5h-2V12h2c1.654 0 3-1.346 3-3s-1.346-3-3-3", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M9 1C7.346 1 6 2.346 6 4v6.5h1.5V4c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5v2H12V4c0-1.654-1.346-3-3-3" })] }) }));
11
- });
12
- Connection3.displayName = 'Connection3';
13
- export default Connection3;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CopyDeleteProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CopyDelete: React.ForwardRefExoticComponent<Omit<CopyDeleteProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CopyDelete;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CopyDelete = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "m2.537 4 .393 7.862A2.25 2.25 0 0 0 5.177 14H7V7.75C7 6.51 8.01 5.5 9.25 5.5h2.638l.075-1.5z" }), _jsx("path", { d: "M14.75 17h-5.5C8.01 17 7 15.99 7 14.75v-7C7 6.51 8.01 5.5 9.25 5.5h5.5C15.99 5.5 17 6.51 17 7.75v7c0 1.24-1.01 2.25-2.25 2.25", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M13.75 10.5h-3.5a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 0 1.5m0 3h-3.5a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 0 1.5" }), _jsx("path", { d: "M12.75 2.5H9.5v-.75A.75.75 0 0 0 8.75 1h-3a.75.75 0 0 0-.75.75v.75H1.75a.75.75 0 0 0 0 1.5h11a.75.75 0 0 0 0-1.5", "data-color": "color-2", opacity: ".4" })] }) }));
11
- });
12
- CopyDelete.displayName = 'CopyDelete';
13
- export default CopyDelete;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface CopyIdProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const CopyId: React.ForwardRefExoticComponent<Omit<CopyIdProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default CopyId;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const CopyId = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("rect", { width: "12", height: "12", x: "4.5", y: "4.5", "data-color": "color-2", opacity: ".4", rx: "2.75", ry: "2.75" }), _jsx("path", { d: "M4.5 7.25A2.753 2.753 0 0 1 7.25 4.5h6.25v-.25a2.753 2.753 0 0 0-2.75-2.75h-6.5A2.753 2.753 0 0 0 1.5 4.25v6.5a2.753 2.753 0 0 0 2.75 2.75h.25zm7.306 6.25H10.75a.75.75 0 0 1-.75-.75l.003-4a.75.75 0 0 1 .75-.75h1.054c.585 0 1.137.229 1.55.643.415.415.643.966.643 1.552l-.001 1.113a2.196 2.196 0 0 1-2.193 2.192M11.5 12h.305a.694.694 0 0 0 .693-.693l.001-1.113a.7.7 0 0 0-.203-.49.7.7 0 0 0-.49-.204h-.304z" }), _jsx("path", { d: "M8.25 13.5a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 1.5 0v4a.75.75 0 0 1-.75.75" })] }) }));
11
- });
12
- CopyId.displayName = 'CopyId';
13
- export default CopyId;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DeafProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Deaf: React.ForwardRefExoticComponent<Omit<DeafProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Deaf;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Deaf = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M7.313 16.998c-.494 0-.977-.104-1.433-.313a.751.751 0 0 1 .627-1.364c.61.281 1.274.233 1.973-.14.64-.341.741-.817.892-1.775.124-.787.28-1.767.973-2.723.318-.44.646-.794.963-1.136.837-.904 1.442-1.557 1.442-3.307 0-2.062-1.682-3.74-3.75-3.74S5.25 4.178 5.25 6.24a.75.75 0 0 1-1.5 0C3.75 3.35 6.105 1 9 1s5.25 2.35 5.25 5.24c0 2.339-.937 3.35-1.842 4.326-.286.31-.583.63-.848.996-.483.667-.591 1.352-.706 2.078-.16 1.01-.34 2.156-1.668 2.864a4 4 0 0 1-1.873.494", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M10.5 8.25a.75.75 0 0 1-.75-.75V6.24c0-.408-.336-.74-.75-.74s-.75.332-.75.74a.75.75 0 0 1-1.5 0C6.75 5.005 7.76 4 9 4s2.25 1.005 2.25 2.24V7.5a.75.75 0 0 1-.75.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M2 16.75a.75.75 0 0 1-.53-1.28l14-14a.75.75 0 1 1 1.06 1.06l-14 14a.75.75 0 0 1-.53.22" })] }) }));
11
- });
12
- Deaf.displayName = 'Deaf';
13
- export default Deaf;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DependencyLinkProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DependencyLink: React.ForwardRefExoticComponent<Omit<DependencyLinkProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DependencyLink;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DependencyLink = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M6.25 13.5a.75.75 0 0 1-.75-.75V10.5c0-1.24 1.01-2.25 2.25-2.25h2.5A.75.75 0 0 0 11 7.5V5.25a.75.75 0 0 1 1.5 0V7.5c0 1.24-1.01 2.25-2.25 2.25h-2.5a.75.75 0 0 0-.75.75v2.25a.75.75 0 0 1-.75.75", "data-color": "color-2", opacity: ".4" }), _jsx("rect", { width: "9.5", height: "4.5", x: "7", y: "1.5", rx: "1.75", ry: "1.75" }), _jsx("rect", { width: "9.5", height: "4.5", x: "1.5", y: "12", rx: "1.75", ry: "1.75" })] }) }));
11
- });
12
- DependencyLink.displayName = 'DependencyLink';
13
- export default DependencyLink;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DesktopDockProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DesktopDock: React.ForwardRefExoticComponent<Omit<DesktopDockProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DesktopDock;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DesktopDock = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M14.25 2H3.75A2.753 2.753 0 0 0 1 4.75v8.5A2.753 2.753 0 0 0 3.75 16h10.5A2.753 2.753 0 0 0 17 13.25v-8.5A2.753 2.753 0 0 0 14.25 2", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M14.25 2H3.75A2.753 2.753 0 0 0 1 4.75V6h16V4.75A2.753 2.753 0 0 0 14.25 2m-.863 8.5H4.613a.75.75 0 0 0-.733.6l-.201 1.006a.747.747 0 0 0 .733.894h9.177a.747.747 0 0 0 .732-.894l-.2-1.005a.75.75 0 0 0-.734-.601" })] }) }));
11
- });
12
- DesktopDock.displayName = 'DesktopDock';
13
- export default DesktopDock;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DiamondSparkleProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DiamondSparkle: React.ForwardRefExoticComponent<Omit<DiamondSparkleProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DiamondSparkle;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DiamondSparkle = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "m16.277 5.61-2.404-2.557A1.77 1.77 0 0 0 12.59 2.5H5.41a1.77 1.77 0 0 0-1.285.554L1.723 5.61h-.001A1.735 1.735 0 0 0 1.6 7.845L7.593 15.8c.334.445.846.7 1.405.7H9c.559 0 1.072-.255 1.407-.7L16.4 7.844a1.73 1.73 0 0 0-.123-2.235", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "m12.589 7.406-1.515-.51-.505-1.526c-.164-.493-.975-.493-1.139 0l-.505 1.526-1.515.51c-.245.081-.41.313-.41.573s.165.491.41.573l1.515.51.505 1.525a.601.601 0 0 0 1.14 0l.505-1.526 1.515-.51a.605.605 0 0 0-.001-1.146" })] }) }));
11
- });
12
- DiamondSparkle.displayName = 'DiamondSparkle';
13
- export default DiamondSparkle;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DocumentScanProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DocumentScan: React.ForwardRefExoticComponent<Omit<DocumentScanProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DocumentScan;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DocumentScan = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "m12.78 6.72-2-2a.75.75 0 0 0-.53-.22h-3.5C5.785 4.5 5 5.285 5 6.25v5.5c0 .965.785 1.75 1.75 1.75h4.5c.965 0 1.75-.785 1.75-1.75v-4.5a.75.75 0 0 0-.22-.53", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M2.75 7.5A.75.75 0 0 1 2 6.75v-2A2.753 2.753 0 0 1 4.75 2h2a.75.75 0 0 1 0 1.5h-2c-.69 0-1.25.56-1.25 1.25v2a.75.75 0 0 1-.75.75m12.5 0a.75.75 0 0 1-.75-.75v-2c0-.69-.56-1.25-1.25-1.25h-2a.75.75 0 0 1 0-1.5h2A2.753 2.753 0 0 1 16 4.75v2a.75.75 0 0 1-.75.75m-2 8.5h-2a.75.75 0 0 1 0-1.5h2c.69 0 1.25-.56 1.25-1.25v-2a.75.75 0 0 1 1.5 0v2A2.753 2.753 0 0 1 13.25 16m-6.5 0h-2A2.753 2.753 0 0 1 2 13.25v-2a.75.75 0 0 1 1.5 0v2c0 .69.56 1.25 1.25 1.25h2a.75.75 0 0 1 0 1.5m5.5-8h-2a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 1 1.28-.53l2 2A.751.751 0 0 1 12.25 8" })] }) }));
11
- });
12
- DocumentScan.displayName = 'DocumentScan';
13
- export default DocumentScan;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface Dog2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Dog2: React.ForwardRefExoticComponent<Omit<Dog2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Dog2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Dog2 = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "m17.419 4.019-2.96-.683-1.335-2.002a.75.75 0 0 0-1.342.2L10.442 6H4.25c-.057 0-.11.013-.167.017C4.055 6.013 4.03 6 4 6h-.75C2.56 6 2 5.44 2 4.75a.75.75 0 0 0-1.5 0c0 1.062.612 1.975 1.495 2.433A2.73 2.73 0 0 0 1.5 8.75V16c0 .414.336.75.75.75h1.5A.75.75 0 0 0 4.5 16v-3.14L5.058 11h.709A7.4 7.4 0 0 0 9.9 12.25H11V16c0 .414.336.75.75.75h1.5A.75.75 0 0 0 14 16v-2.935L14.88 8h.23c1.307 0 2.44-.93 2.697-2.211l.178-.892a.75.75 0 0 0-.566-.878", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "13.75", cy: "4.75", r: ".75" })] }) }));
11
- });
12
- Dog2.displayName = 'Dog2';
13
- export default Dog2;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DogLeashProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DogLeash: React.ForwardRefExoticComponent<Omit<DogLeashProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DogLeash;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DogLeash = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "m17.419 4.019-2.96-.683-1.335-2.002a.75.75 0 0 0-1.342.2L10.442 6H4.25c-.057 0-.11.013-.167.017C4.055 6.013 4.03 6 4 6h-.75C2.56 6 2 5.44 2 4.75a.75.75 0 0 0-1.5 0c0 1.062.612 1.975 1.495 2.433A2.73 2.73 0 0 0 1.5 8.75v7c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-2.89L5.058 11h.709A7.4 7.4 0 0 0 9.9 12.25H11v3.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-2.685L14.88 8h.23c1.307 0 2.44-.93 2.697-2.211l.178-.892a.75.75 0 0 0-.566-.878", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M8.75 5A3.754 3.754 0 0 1 5 1.25a.75.75 0 0 1 1.5 0c0 1.24 1.01 2.25 2.25 2.25a.75.75 0 0 1 0 1.5m5.887 4.4c-1.963-.169-3.744-1.651-4.185-3.434l-.1.034H8.925c.45 2.51 2.774 4.614 5.451 4.902z" }), _jsx("circle", { cx: "13.75", cy: "4.75", r: ".75" })] }) }));
11
- });
12
- DogLeash.displayName = 'DogLeash';
13
- export default DogLeash;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DogSlashProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DogSlash: React.ForwardRefExoticComponent<Omit<DogSlashProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DogSlash;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DogSlash = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("path", { d: "M1.995 7.183A2.73 2.73 0 0 0 1.5 8.75v7c0 .207.084.395.22.53L4.5 13.5v-.64L5.058 11h.709c.253.169.519.31.787.446l8.072-8.071-.167-.04-1.335-2.001a.75.75 0 0 0-1.342.2L10.442 6H4.25c-.057 0-.11.013-.167.017C4.055 6.013 4.03 6 4 6h-.75C2.56 6 2 5.44 2 4.75a.75.75 0 0 0-1.5 0c0 1.062.612 1.975 1.495 2.433m15.424-3.164-.208-.048-8.213 8.213a8 8 0 0 0 .902.066H11v3.5c0 .414.336.75.75.75h1.5a.75.75 0 0 0 .75-.75v-2.685L14.88 8h.23c1.307 0 2.44-.93 2.697-2.211l.178-.892a.75.75 0 0 0-.566-.878", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M8.75 5A3.754 3.754 0 0 1 5 1.25a.75.75 0 0 1 1.5 0c0 1.24 1.01 2.25 2.25 2.25a.75.75 0 0 1 0 1.5m2.178 2.072c-.21-.35-.38-.719-.476-1.106l-.1.034H8.925c.139.773.472 1.498.922 2.153zm.498 2.684c.863.611 1.874 1.03 2.95 1.146l.261-1.502a4.8 4.8 0 0 1-2.126-.73z" }), _jsx("path", { d: "M2 16.75a.75.75 0 0 1-.53-1.28l14-14a.75.75 0 1 1 1.06 1.06l-14 14a.75.75 0 0 1-.53.22" })] }) }));
11
- });
12
- DogSlash.displayName = 'DogSlash';
13
- export default DogSlash;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DotFormationProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DotFormation: React.ForwardRefExoticComponent<Omit<DotFormationProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DotFormation;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const DotFormation = React.forwardRef(({ size, className, style, ...props }, ref) => {
4
- const dimensions = size
5
- ? { width: size, height: size }
6
- : {
7
- width: props.width || 18,
8
- height: props.height || 18,
9
- };
10
- return (_jsx("svg", { ref: ref, viewBox: "0 0 18 18", xmlns: "http://www.w3.org/2000/svg", width: dimensions.width, height: dimensions.height, fill: props.fill || 'currentColor', className: className, style: style, ...props, children: _jsxs("g", { className: "nc-icon-wrapper", children: [_jsx("circle", { cx: "9", cy: "9", r: "2" }), _jsx("circle", { cx: "9", cy: "3", r: "2", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M5 4.268a2 2 0 0 0-1.516-.2c-.517.138-.947.469-1.215.93S1.931 6 2.07 6.517s.469.947.932 1.215a1.98 1.98 0 0 0 1.517.2 2.002 2.002 0 0 0 .483-3.663m-.484 5.799c-.517-.139-1.054-.067-1.517.2s-.794.698-.932 1.214a2 2 0 0 0 .2 1.517 2.01 2.01 0 0 0 1.735 1 2.002 2.002 0 0 0 .514-3.932", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "9", cy: "15", r: "2", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M14.999 10.269a2 2 0 0 0-1.517-.2 1.98 1.98 0 0 0-1.214.931 2.002 2.002 0 0 0 2.248 2.932c.517-.138.947-.47 1.215-.931s.338-1.002.2-1.518-.469-.947-.932-1.214m-1.517-2.337q.26.069.52.069c.347 0 .689-.91.997-.27.463-.266.794-.698.932-1.214a2 2 0 0 0-.2-1.517 2 2 0 0 0-1.215-.932 2.002 2.002 0 0 0-1.035 3.863", "data-color": "color-2", opacity: ".4" })] }) }));
11
- });
12
- DotFormation.displayName = 'DotFormation';
13
- export default DotFormation;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface DrawFingerProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const DrawFinger: React.ForwardRefExoticComponent<Omit<DrawFingerProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default DrawFinger;