@viraui/react 0.0.17 → 0.0.19

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 (543) hide show
  1. package/dist/catalog.json +30 -0
  2. package/dist/components/avatar/avatar.css +1 -1
  3. package/dist/components/avatar/avatar.d.ts +1 -1
  4. package/dist/components/avatar/avatar.js +2 -0
  5. package/dist/components/avatar-group/avatar-group.css +1 -0
  6. package/dist/components/avatar-group/avatar-group.d.ts +55 -0
  7. package/dist/components/avatar-group/avatar-group.guide.json +22 -0
  8. package/dist/components/avatar-group/avatar-group.js +61 -0
  9. package/dist/components/avatar-group/avatar-group.module.js +9 -0
  10. package/dist/components/avatar-group/index.d.ts +2 -0
  11. package/dist/components/basic-input/basic-input.js +1 -1
  12. package/dist/components/basic-input/field-helper-copy.js +3 -3
  13. package/dist/components/basic-input/field-label.d.ts +2 -1
  14. package/dist/components/basic-input/field-label.js +4 -3
  15. package/dist/components/button/button.css +1 -1
  16. package/dist/components/button/button.js +1 -1
  17. package/dist/components/checkbox/checkbox.css +1 -1
  18. package/dist/components/checkbox/checkbox.js +6 -3
  19. package/dist/components/chip/chip.css +1 -0
  20. package/dist/components/chip/chip.d.ts +46 -0
  21. package/dist/components/chip/chip.guide.json +26 -0
  22. package/dist/components/chip/chip.js +48 -0
  23. package/dist/components/chip/chip.module.js +8 -0
  24. package/dist/components/chip/index.d.ts +2 -0
  25. package/dist/components/clamp-text/clamp-text.js +1 -1
  26. package/dist/components/icon/icon.css +1 -1
  27. package/dist/components/icon/index.d.ts +1 -1
  28. package/dist/components/index.d.ts +5 -0
  29. package/dist/components/linear-progress/index.d.ts +2 -0
  30. package/dist/components/linear-progress/linear-progress.css +1 -0
  31. package/dist/components/linear-progress/linear-progress.d.ts +44 -0
  32. package/dist/components/linear-progress/linear-progress.guide.json +27 -0
  33. package/dist/components/linear-progress/linear-progress.js +61 -0
  34. package/dist/components/linear-progress/linear-progress.module.js +8 -0
  35. package/dist/components/masonry/index.d.ts +2 -0
  36. package/dist/components/masonry/masonry-item.d.ts +32 -0
  37. package/dist/components/masonry/masonry-item.js +22 -0
  38. package/dist/components/masonry/masonry.css +1 -0
  39. package/dist/components/masonry/masonry.d.ts +67 -0
  40. package/dist/components/masonry/masonry.guide.json +24 -0
  41. package/dist/components/masonry/masonry.js +38 -0
  42. package/dist/components/masonry/masonry.module.js +6 -0
  43. package/dist/components/radio/index.d.ts +4 -0
  44. package/dist/components/radio/radio-group.d.ts +44 -0
  45. package/dist/components/radio/radio-group.js +54 -0
  46. package/dist/components/radio/radio.css +1 -0
  47. package/dist/components/radio/radio.d.ts +44 -0
  48. package/dist/components/radio/radio.guide.json +26 -0
  49. package/dist/components/radio/radio.js +45 -0
  50. package/dist/components/radio/radio.module.js +9 -0
  51. package/dist/components/select/select-group.js +1 -1
  52. package/dist/components/select/select-option.js +1 -1
  53. package/dist/components/select/select.css +1 -1
  54. package/dist/components/select/select.guide.json +5 -1
  55. package/dist/components/select/select.js +7 -4
  56. package/dist/components/slider/slider.js +2 -2
  57. package/dist/components/stack/stack.css +1 -1
  58. package/dist/components/stack/stack.js +1 -1
  59. package/dist/components/surface/surface.css +1 -1
  60. package/dist/components/surface/surface.js +2 -2
  61. package/dist/components/switch/switch.css +1 -1
  62. package/dist/components/switch/switch.js +7 -3
  63. package/dist/components/text/text.js +1 -1
  64. package/dist/components/textarea/textarea.js +2 -2
  65. package/dist/components/textfield/textfield.js +2 -2
  66. package/dist/components/title/title.d.ts +5 -2
  67. package/dist/components/title/title.guide.json +5 -2
  68. package/dist/components/title/title.js +1 -1
  69. package/dist/core/props/intrinsic-vira-props.d.ts +7 -0
  70. package/dist/core/props/intrinsic-vira-props.js +3 -2
  71. package/dist/core/theme/resolve-theme-value.d.ts +3 -4
  72. package/dist/core/theme/resolve-theme-value.js +1 -2
  73. package/dist/index.js +9 -3
  74. package/dist/internal-icons/icon-registry.d.ts +11 -217
  75. package/dist/internal-icons/icon-registry.js +30 -648
  76. package/dist/internal-icons/icons/duo/ArrowDown.js +1 -1
  77. package/dist/internal-icons/icons/duo/ArrowDownLeft.js +1 -1
  78. package/dist/internal-icons/icons/duo/ArrowDownRight.js +1 -1
  79. package/dist/internal-icons/icons/duo/ArrowLeft.js +1 -1
  80. package/dist/internal-icons/icons/duo/ArrowRight.js +1 -1
  81. package/dist/internal-icons/icons/duo/ArrowUp.js +1 -1
  82. package/dist/internal-icons/icons/duo/ArrowUpLeft.js +1 -1
  83. package/dist/internal-icons/icons/duo/ArrowUpRight.js +1 -1
  84. package/dist/internal-icons/icons/duo/CaretDown.js +1 -1
  85. package/dist/internal-icons/icons/duo/CaretLeft.js +1 -1
  86. package/dist/internal-icons/icons/duo/CaretRight.js +1 -1
  87. package/dist/internal-icons/icons/duo/CaretUp.js +1 -1
  88. package/dist/internal-icons/icons/duo/ChevronExpandY.js +1 -1
  89. package/dist/internal-icons/icons/duo/CircleHalfDottedClock.d.ts +7 -0
  90. package/dist/internal-icons/icons/duo/CircleHalfDottedClock.js +13 -0
  91. package/dist/internal-icons/icons/duo/CircleImage.d.ts +7 -0
  92. package/dist/internal-icons/icons/duo/{SavedItems2.js → CircleImage.js} +4 -4
  93. package/dist/internal-icons/icons/duo/{Embed.d.ts → Clock.d.ts} +3 -3
  94. package/dist/internal-icons/icons/duo/Clock.js +13 -0
  95. package/dist/internal-icons/icons/duo/DarkLight.js +1 -1
  96. package/dist/internal-icons/icons/duo/History.d.ts +7 -0
  97. package/dist/internal-icons/icons/duo/History.js +13 -0
  98. package/dist/internal-icons/icons/duo/{Child.d.ts → Image.d.ts} +3 -3
  99. package/dist/internal-icons/icons/duo/Image.js +13 -0
  100. package/dist/internal-icons/icons/duo/ImagesLayered.d.ts +7 -0
  101. package/dist/internal-icons/icons/duo/{Images3.js → ImagesLayered.js} +4 -4
  102. package/dist/internal-icons/icons/duo/{Box3.d.ts → Lock.d.ts} +3 -3
  103. package/dist/internal-icons/icons/duo/Lock.js +13 -0
  104. package/dist/internal-icons/icons/duo/LockOpen.d.ts +7 -0
  105. package/dist/internal-icons/icons/duo/LockOpen.js +13 -0
  106. package/dist/internal-icons/icons/duo/Magnifier.js +1 -1
  107. package/dist/internal-icons/icons/duo/MoonStars.js +1 -1
  108. package/dist/internal-icons/icons/duo/Quickstart.d.ts +7 -0
  109. package/dist/internal-icons/icons/duo/Quickstart.js +13 -0
  110. package/dist/internal-icons/icons/duo/RefreshAnticlockwise.js +1 -1
  111. package/dist/internal-icons/icons/duo/Sun.js +1 -1
  112. package/dist/internal-icons/icons/duo/{Img4k.d.ts → Xmark.d.ts} +3 -3
  113. package/dist/internal-icons/icons/duo/{ProfileBasic.js → Xmark.js} +4 -4
  114. package/dist/internal-icons/icons/duo/index.d.ts +11 -217
  115. package/dist/internal-icons/icons/duo/index.js +11 -217
  116. package/dist/preflight.css +1 -1
  117. package/dist/theme-surface.json +5 -0
  118. package/package.json +2 -2
  119. package/dist/internal-icons/icons/duo/AddSection.d.ts +0 -7
  120. package/dist/internal-icons/icons/duo/AddSection.js +0 -13
  121. package/dist/internal-icons/icons/duo/AiDeveloper.d.ts +0 -7
  122. package/dist/internal-icons/icons/duo/AiDeveloper.js +0 -13
  123. package/dist/internal-icons/icons/duo/AiLoading.d.ts +0 -7
  124. package/dist/internal-icons/icons/duo/AiLoading.js +0 -13
  125. package/dist/internal-icons/icons/duo/Album3.d.ts +0 -7
  126. package/dist/internal-icons/icons/duo/Album3.js +0 -13
  127. package/dist/internal-icons/icons/duo/ArchiveContent2.d.ts +0 -7
  128. package/dist/internal-icons/icons/duo/ArchiveContent2.js +0 -13
  129. package/dist/internal-icons/icons/duo/ArrowRotate.d.ts +0 -7
  130. package/dist/internal-icons/icons/duo/ArrowRotate.js +0 -13
  131. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseCheck.d.ts +0 -7
  132. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseCheck.js +0 -13
  133. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseSlash.d.ts +0 -7
  134. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseSlash.js +0 -13
  135. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseXmark.d.ts +0 -7
  136. package/dist/internal-icons/icons/duo/ArrowRotateAnticlockwiseXmark.js +0 -13
  137. package/dist/internal-icons/icons/duo/ArrowRotateClockwiseSlash.d.ts +0 -7
  138. package/dist/internal-icons/icons/duo/ArrowRotateClockwiseSlash.js +0 -13
  139. package/dist/internal-icons/icons/duo/ArrowsFilter.d.ts +0 -7
  140. package/dist/internal-icons/icons/duo/ArrowsFilter.js +0 -13
  141. package/dist/internal-icons/icons/duo/ArrowsToLineY2.d.ts +0 -7
  142. package/dist/internal-icons/icons/duo/ArrowsToLineY2.js +0 -13
  143. package/dist/internal-icons/icons/duo/Birdhouse.d.ts +0 -7
  144. package/dist/internal-icons/icons/duo/Birdhouse.js +0 -13
  145. package/dist/internal-icons/icons/duo/BookmarkList.d.ts +0 -7
  146. package/dist/internal-icons/icons/duo/BookmarkList.js +0 -13
  147. package/dist/internal-icons/icons/duo/BookmarkedBook.d.ts +0 -7
  148. package/dist/internal-icons/icons/duo/BookmarkedBook.js +0 -13
  149. package/dist/internal-icons/icons/duo/BookmarkedBook2.d.ts +0 -7
  150. package/dist/internal-icons/icons/duo/BookmarkedBook2.js +0 -13
  151. package/dist/internal-icons/icons/duo/Box3.js +0 -13
  152. package/dist/internal-icons/icons/duo/BoxSparkle.d.ts +0 -7
  153. package/dist/internal-icons/icons/duo/BoxSparkle.js +0 -13
  154. package/dist/internal-icons/icons/duo/BoxSparkle2.d.ts +0 -7
  155. package/dist/internal-icons/icons/duo/BoxSparkle2.js +0 -13
  156. package/dist/internal-icons/icons/duo/Brochure.d.ts +0 -7
  157. package/dist/internal-icons/icons/duo/Brochure.js +0 -13
  158. package/dist/internal-icons/icons/duo/ButtonPlus.d.ts +0 -7
  159. package/dist/internal-icons/icons/duo/ButtonPlus.js +0 -13
  160. package/dist/internal-icons/icons/duo/Calculator3.d.ts +0 -7
  161. package/dist/internal-icons/icons/duo/Calculator3.js +0 -13
  162. package/dist/internal-icons/icons/duo/Chart3.d.ts +0 -7
  163. package/dist/internal-icons/icons/duo/Chart3.js +0 -13
  164. package/dist/internal-icons/icons/duo/ChartBar.d.ts +0 -7
  165. package/dist/internal-icons/icons/duo/ChartBar.js +0 -13
  166. package/dist/internal-icons/icons/duo/ChartCandlestick2.d.ts +0 -7
  167. package/dist/internal-icons/icons/duo/ChartCandlestick2.js +0 -13
  168. package/dist/internal-icons/icons/duo/ChatImage.d.ts +0 -7
  169. package/dist/internal-icons/icons/duo/ChatImage.js +0 -13
  170. package/dist/internal-icons/icons/duo/ChatInfo.d.ts +0 -7
  171. package/dist/internal-icons/icons/duo/ChatInfo.js +0 -13
  172. package/dist/internal-icons/icons/duo/ChatTask.d.ts +0 -7
  173. package/dist/internal-icons/icons/duo/ChatTask.js +0 -13
  174. package/dist/internal-icons/icons/duo/CheckBoxArrow.d.ts +0 -7
  175. package/dist/internal-icons/icons/duo/CheckBoxArrow.js +0 -13
  176. package/dist/internal-icons/icons/duo/ChevronLeftToLine.d.ts +0 -7
  177. package/dist/internal-icons/icons/duo/ChevronLeftToLine.js +0 -13
  178. package/dist/internal-icons/icons/duo/ChevronRightToLine.d.ts +0 -7
  179. package/dist/internal-icons/icons/duo/ChevronRightToLine.js +0 -13
  180. package/dist/internal-icons/icons/duo/Child.js +0 -13
  181. package/dist/internal-icons/icons/duo/CircleCoinIn.d.ts +0 -7
  182. package/dist/internal-icons/icons/duo/CircleCoinIn.js +0 -13
  183. package/dist/internal-icons/icons/duo/CircleCoinOut.d.ts +0 -7
  184. package/dist/internal-icons/icons/duo/CircleCoinOut.js +0 -13
  185. package/dist/internal-icons/icons/duo/CircleCoinPlus.d.ts +0 -7
  186. package/dist/internal-icons/icons/duo/CircleCoinPlus.js +0 -13
  187. package/dist/internal-icons/icons/duo/CircleConversion.d.ts +0 -7
  188. package/dist/internal-icons/icons/duo/CircleConversion.js +0 -13
  189. package/dist/internal-icons/icons/duo/CircleCross.d.ts +0 -7
  190. package/dist/internal-icons/icons/duo/CircleCross.js +0 -13
  191. package/dist/internal-icons/icons/duo/CircleHalfArrowDown.d.ts +0 -7
  192. package/dist/internal-icons/icons/duo/CircleHalfArrowDown.js +0 -13
  193. package/dist/internal-icons/icons/duo/CircleHalfArrowLeft.d.ts +0 -7
  194. package/dist/internal-icons/icons/duo/CircleHalfArrowLeft.js +0 -13
  195. package/dist/internal-icons/icons/duo/CircleHalfArrowRight.d.ts +0 -7
  196. package/dist/internal-icons/icons/duo/CircleHalfArrowRight.js +0 -13
  197. package/dist/internal-icons/icons/duo/CircleHalfArrowUp.d.ts +0 -7
  198. package/dist/internal-icons/icons/duo/CircleHalfArrowUp.js +0 -13
  199. package/dist/internal-icons/icons/duo/CircleHalfDottedChart2.d.ts +0 -7
  200. package/dist/internal-icons/icons/duo/CircleHalfDottedChart2.js +0 -13
  201. package/dist/internal-icons/icons/duo/ClockTime.d.ts +0 -7
  202. package/dist/internal-icons/icons/duo/ClockTime.js +0 -13
  203. package/dist/internal-icons/icons/duo/CloneDashed3.d.ts +0 -7
  204. package/dist/internal-icons/icons/duo/CloneDashed3.js +0 -13
  205. package/dist/internal-icons/icons/duo/CloneImageDashed.d.ts +0 -7
  206. package/dist/internal-icons/icons/duo/CloneImageDashed.js +0 -13
  207. package/dist/internal-icons/icons/duo/CloneVideoDashed.d.ts +0 -7
  208. package/dist/internal-icons/icons/duo/CloneVideoDashed.js +0 -13
  209. package/dist/internal-icons/icons/duo/CloudeCode.d.ts +0 -7
  210. package/dist/internal-icons/icons/duo/CloudeCode.js +0 -13
  211. package/dist/internal-icons/icons/duo/CoinStack.d.ts +0 -7
  212. package/dist/internal-icons/icons/duo/CoinStack.js +0 -13
  213. package/dist/internal-icons/icons/duo/ConditionalLogic.d.ts +0 -7
  214. package/dist/internal-icons/icons/duo/ConditionalLogic.js +0 -13
  215. package/dist/internal-icons/icons/duo/ConnectPlus.d.ts +0 -7
  216. package/dist/internal-icons/icons/duo/ConnectPlus.js +0 -13
  217. package/dist/internal-icons/icons/duo/Connection3.d.ts +0 -7
  218. package/dist/internal-icons/icons/duo/Connection3.js +0 -13
  219. package/dist/internal-icons/icons/duo/CopyDelete.d.ts +0 -7
  220. package/dist/internal-icons/icons/duo/CopyDelete.js +0 -13
  221. package/dist/internal-icons/icons/duo/CopyId.d.ts +0 -7
  222. package/dist/internal-icons/icons/duo/CopyId.js +0 -13
  223. package/dist/internal-icons/icons/duo/Deaf.d.ts +0 -7
  224. package/dist/internal-icons/icons/duo/Deaf.js +0 -13
  225. package/dist/internal-icons/icons/duo/DependencyLink.d.ts +0 -7
  226. package/dist/internal-icons/icons/duo/DependencyLink.js +0 -13
  227. package/dist/internal-icons/icons/duo/DesktopDock.d.ts +0 -7
  228. package/dist/internal-icons/icons/duo/DesktopDock.js +0 -13
  229. package/dist/internal-icons/icons/duo/DiamondSparkle.d.ts +0 -7
  230. package/dist/internal-icons/icons/duo/DiamondSparkle.js +0 -13
  231. package/dist/internal-icons/icons/duo/DocumentScan.d.ts +0 -7
  232. package/dist/internal-icons/icons/duo/DocumentScan.js +0 -13
  233. package/dist/internal-icons/icons/duo/Dog2.d.ts +0 -7
  234. package/dist/internal-icons/icons/duo/Dog2.js +0 -13
  235. package/dist/internal-icons/icons/duo/DogLeash.d.ts +0 -7
  236. package/dist/internal-icons/icons/duo/DogLeash.js +0 -13
  237. package/dist/internal-icons/icons/duo/DogSlash.d.ts +0 -7
  238. package/dist/internal-icons/icons/duo/DogSlash.js +0 -13
  239. package/dist/internal-icons/icons/duo/DotFormation.d.ts +0 -7
  240. package/dist/internal-icons/icons/duo/DotFormation.js +0 -13
  241. package/dist/internal-icons/icons/duo/DrawFinger.d.ts +0 -7
  242. package/dist/internal-icons/icons/duo/DrawFinger.js +0 -13
  243. package/dist/internal-icons/icons/duo/Ear.d.ts +0 -7
  244. package/dist/internal-icons/icons/duo/Ear.js +0 -13
  245. package/dist/internal-icons/icons/duo/EarSound.d.ts +0 -7
  246. package/dist/internal-icons/icons/duo/EarSound.js +0 -13
  247. package/dist/internal-icons/icons/duo/Embed.js +0 -13
  248. package/dist/internal-icons/icons/duo/EnterDoor.d.ts +0 -7
  249. package/dist/internal-icons/icons/duo/EnterDoor.js +0 -13
  250. package/dist/internal-icons/icons/duo/EnterHome.d.ts +0 -7
  251. package/dist/internal-icons/icons/duo/EnterHome.js +0 -13
  252. package/dist/internal-icons/icons/duo/ExitDoor.d.ts +0 -7
  253. package/dist/internal-icons/icons/duo/ExitDoor.js +0 -13
  254. package/dist/internal-icons/icons/duo/Export2.d.ts +0 -7
  255. package/dist/internal-icons/icons/duo/Export2.js +0 -13
  256. package/dist/internal-icons/icons/duo/EyeSparkle.d.ts +0 -7
  257. package/dist/internal-icons/icons/duo/EyeSparkle.js +0 -13
  258. package/dist/internal-icons/icons/duo/FaceRobot.d.ts +0 -7
  259. package/dist/internal-icons/icons/duo/FaceRobot.js +0 -13
  260. package/dist/internal-icons/icons/duo/FaceRobot2.d.ts +0 -7
  261. package/dist/internal-icons/icons/duo/FaceRobot2.js +0 -13
  262. package/dist/internal-icons/icons/duo/FaceRobot3.d.ts +0 -7
  263. package/dist/internal-icons/icons/duo/FaceRobot3.js +0 -13
  264. package/dist/internal-icons/icons/duo/FerrisWheel.d.ts +0 -7
  265. package/dist/internal-icons/icons/duo/FerrisWheel.js +0 -13
  266. package/dist/internal-icons/icons/duo/FileExport.d.ts +0 -7
  267. package/dist/internal-icons/icons/duo/FileExport.js +0 -13
  268. package/dist/internal-icons/icons/duo/FlagMenu.d.ts +0 -7
  269. package/dist/internal-icons/icons/duo/FlagMenu.js +0 -13
  270. package/dist/internal-icons/icons/duo/FocusCenter.d.ts +0 -7
  271. package/dist/internal-icons/icons/duo/FocusCenter.js +0 -13
  272. package/dist/internal-icons/icons/duo/FoodOrder.d.ts +0 -7
  273. package/dist/internal-icons/icons/duo/FoodOrder.js +0 -13
  274. package/dist/internal-icons/icons/duo/FuelCan.d.ts +0 -7
  275. package/dist/internal-icons/icons/duo/FuelCan.js +0 -13
  276. package/dist/internal-icons/icons/duo/FuelCan2.d.ts +0 -7
  277. package/dist/internal-icons/icons/duo/FuelCan2.js +0 -13
  278. package/dist/internal-icons/icons/duo/Gear3Sparkle.d.ts +0 -7
  279. package/dist/internal-icons/icons/duo/Gear3Sparkle.js +0 -13
  280. package/dist/internal-icons/icons/duo/GridSparkle.d.ts +0 -7
  281. package/dist/internal-icons/icons/duo/GridSparkle.js +0 -13
  282. package/dist/internal-icons/icons/duo/HandHoldingGlobe.d.ts +0 -7
  283. package/dist/internal-icons/icons/duo/HandHoldingGlobe.js +0 -13
  284. package/dist/internal-icons/icons/duo/Handshake2.d.ts +0 -7
  285. package/dist/internal-icons/icons/duo/Handshake2.js +0 -13
  286. package/dist/internal-icons/icons/duo/Haptic.d.ts +0 -7
  287. package/dist/internal-icons/icons/duo/Haptic.js +0 -13
  288. package/dist/internal-icons/icons/duo/HelpChat.d.ts +0 -7
  289. package/dist/internal-icons/icons/duo/HelpChat.js +0 -13
  290. package/dist/internal-icons/icons/duo/HexagonSparkle.d.ts +0 -7
  291. package/dist/internal-icons/icons/duo/HexagonSparkle.js +0 -13
  292. package/dist/internal-icons/icons/duo/Hiking.d.ts +0 -7
  293. package/dist/internal-icons/icons/duo/Hiking.js +0 -13
  294. package/dist/internal-icons/icons/duo/History2.d.ts +0 -7
  295. package/dist/internal-icons/icons/duo/History2.js +0 -13
  296. package/dist/internal-icons/icons/duo/HorseHead.d.ts +0 -7
  297. package/dist/internal-icons/icons/duo/HorseHead.js +0 -13
  298. package/dist/internal-icons/icons/duo/HouseDollarSign.d.ts +0 -7
  299. package/dist/internal-icons/icons/duo/HouseDollarSign.js +0 -13
  300. package/dist/internal-icons/icons/duo/HouseMinus2.d.ts +0 -7
  301. package/dist/internal-icons/icons/duo/HouseMinus2.js +0 -13
  302. package/dist/internal-icons/icons/duo/Images3.d.ts +0 -7
  303. package/dist/internal-icons/icons/duo/Img4k.js +0 -13
  304. package/dist/internal-icons/icons/duo/InsertCrypto.d.ts +0 -7
  305. package/dist/internal-icons/icons/duo/InsertCrypto.js +0 -13
  306. package/dist/internal-icons/icons/duo/InsertDollar.d.ts +0 -7
  307. package/dist/internal-icons/icons/duo/InsertDollar.js +0 -13
  308. package/dist/internal-icons/icons/duo/InstantMoney.d.ts +0 -7
  309. package/dist/internal-icons/icons/duo/InstantMoney.js +0 -13
  310. package/dist/internal-icons/icons/duo/InvoiceIn.d.ts +0 -7
  311. package/dist/internal-icons/icons/duo/InvoiceIn.js +0 -13
  312. package/dist/internal-icons/icons/duo/InwardFlow.d.ts +0 -7
  313. package/dist/internal-icons/icons/duo/InwardFlow.js +0 -13
  314. package/dist/internal-icons/icons/duo/JoinedHands.d.ts +0 -7
  315. package/dist/internal-icons/icons/duo/JoinedHands.js +0 -13
  316. package/dist/internal-icons/icons/duo/LawShield.d.ts +0 -7
  317. package/dist/internal-icons/icons/duo/LawShield.js +0 -13
  318. package/dist/internal-icons/icons/duo/Lectern.d.ts +0 -7
  319. package/dist/internal-icons/icons/duo/Lectern.js +0 -13
  320. package/dist/internal-icons/icons/duo/Lectern2.d.ts +0 -7
  321. package/dist/internal-icons/icons/duo/Lectern2.js +0 -13
  322. package/dist/internal-icons/icons/duo/LightSpark.d.ts +0 -7
  323. package/dist/internal-icons/icons/duo/LightSpark.js +0 -13
  324. package/dist/internal-icons/icons/duo/LightSpark2.d.ts +0 -7
  325. package/dist/internal-icons/icons/duo/LightSpark2.js +0 -13
  326. package/dist/internal-icons/icons/duo/ListExport.d.ts +0 -7
  327. package/dist/internal-icons/icons/duo/ListExport.js +0 -13
  328. package/dist/internal-icons/icons/duo/ListFavs3.d.ts +0 -7
  329. package/dist/internal-icons/icons/duo/ListFavs3.js +0 -13
  330. package/dist/internal-icons/icons/duo/ListFavs4.d.ts +0 -7
  331. package/dist/internal-icons/icons/duo/ListFavs4.js +0 -13
  332. package/dist/internal-icons/icons/duo/LoadingStatus.d.ts +0 -7
  333. package/dist/internal-icons/icons/duo/LoadingStatus.js +0 -13
  334. package/dist/internal-icons/icons/duo/LoadingStatus2.d.ts +0 -7
  335. package/dist/internal-icons/icons/duo/LoadingStatus2.js +0 -13
  336. package/dist/internal-icons/icons/duo/LockedChat.d.ts +0 -7
  337. package/dist/internal-icons/icons/duo/LockedChat.js +0 -13
  338. package/dist/internal-icons/icons/duo/MagicHat.d.ts +0 -7
  339. package/dist/internal-icons/icons/duo/MagicHat.js +0 -13
  340. package/dist/internal-icons/icons/duo/MagicRabbit.d.ts +0 -7
  341. package/dist/internal-icons/icons/duo/MagicRabbit.js +0 -13
  342. package/dist/internal-icons/icons/duo/MagnifierSparkle2.d.ts +0 -7
  343. package/dist/internal-icons/icons/duo/MagnifierSparkle2.js +0 -13
  344. package/dist/internal-icons/icons/duo/MediaLibrary2.d.ts +0 -7
  345. package/dist/internal-icons/icons/duo/MediaLibrary2.js +0 -13
  346. package/dist/internal-icons/icons/duo/Membership.d.ts +0 -7
  347. package/dist/internal-icons/icons/duo/Membership.js +0 -13
  348. package/dist/internal-icons/icons/duo/Menu4.d.ts +0 -7
  349. package/dist/internal-icons/icons/duo/Menu4.js +0 -13
  350. package/dist/internal-icons/icons/duo/MilitaryMedal.d.ts +0 -7
  351. package/dist/internal-icons/icons/duo/MilitaryMedal.js +0 -13
  352. package/dist/internal-icons/icons/duo/MobileCircuit.d.ts +0 -7
  353. package/dist/internal-icons/icons/duo/MobileCircuit.js +0 -13
  354. package/dist/internal-icons/icons/duo/MoneyRefund.d.ts +0 -7
  355. package/dist/internal-icons/icons/duo/MoneyRefund.js +0 -13
  356. package/dist/internal-icons/icons/duo/MoneyRefund2.d.ts +0 -7
  357. package/dist/internal-icons/icons/duo/MoneyRefund2.js +0 -13
  358. package/dist/internal-icons/icons/duo/MotionAlongPath.d.ts +0 -7
  359. package/dist/internal-icons/icons/duo/MotionAlongPath.js +0 -13
  360. package/dist/internal-icons/icons/duo/Msgs2.d.ts +0 -7
  361. package/dist/internal-icons/icons/duo/Msgs2.js +0 -13
  362. package/dist/internal-icons/icons/duo/Navigation.d.ts +0 -7
  363. package/dist/internal-icons/icons/duo/Navigation.js +0 -13
  364. package/dist/internal-icons/icons/duo/NavigationHorizontal.d.ts +0 -7
  365. package/dist/internal-icons/icons/duo/NavigationHorizontal.js +0 -13
  366. package/dist/internal-icons/icons/duo/NavigationVertical.d.ts +0 -7
  367. package/dist/internal-icons/icons/duo/NavigationVertical.js +0 -13
  368. package/dist/internal-icons/icons/duo/ObjectSelection.d.ts +0 -7
  369. package/dist/internal-icons/icons/duo/ObjectSelection.js +0 -13
  370. package/dist/internal-icons/icons/duo/OfficeUser.d.ts +0 -7
  371. package/dist/internal-icons/icons/duo/OfficeUser.js +0 -13
  372. package/dist/internal-icons/icons/duo/OpenExternal.d.ts +0 -7
  373. package/dist/internal-icons/icons/duo/OpenExternal.js +0 -13
  374. package/dist/internal-icons/icons/duo/OrbitSparkle.d.ts +0 -7
  375. package/dist/internal-icons/icons/duo/OrbitSparkle.js +0 -13
  376. package/dist/internal-icons/icons/duo/OutwardFlow.d.ts +0 -7
  377. package/dist/internal-icons/icons/duo/OutwardFlow.js +0 -13
  378. package/dist/internal-icons/icons/duo/PaperPlaneFast.d.ts +0 -7
  379. package/dist/internal-icons/icons/duo/PaperPlaneFast.js +0 -13
  380. package/dist/internal-icons/icons/duo/Parachute.d.ts +0 -7
  381. package/dist/internal-icons/icons/duo/Parachute.js +0 -13
  382. package/dist/internal-icons/icons/duo/Paw.d.ts +0 -7
  383. package/dist/internal-icons/icons/duo/Paw.js +0 -13
  384. package/dist/internal-icons/icons/duo/Peace.d.ts +0 -7
  385. package/dist/internal-icons/icons/duo/Peace.js +0 -13
  386. package/dist/internal-icons/icons/duo/PicnicTable.d.ts +0 -7
  387. package/dist/internal-icons/icons/duo/PicnicTable.js +0 -13
  388. package/dist/internal-icons/icons/duo/Pillow.d.ts +0 -7
  389. package/dist/internal-icons/icons/duo/Pillow.js +0 -13
  390. package/dist/internal-icons/icons/duo/Playground.d.ts +0 -7
  391. package/dist/internal-icons/icons/duo/Playground.js +0 -13
  392. package/dist/internal-icons/icons/duo/Playlist4.d.ts +0 -7
  393. package/dist/internal-icons/icons/duo/Playlist4.js +0 -13
  394. package/dist/internal-icons/icons/duo/Plug3.d.ts +0 -7
  395. package/dist/internal-icons/icons/duo/Plug3.js +0 -13
  396. package/dist/internal-icons/icons/duo/Plug3Sparkle.d.ts +0 -7
  397. package/dist/internal-icons/icons/duo/Plug3Sparkle.js +0 -13
  398. package/dist/internal-icons/icons/duo/PlugOff.d.ts +0 -7
  399. package/dist/internal-icons/icons/duo/PlugOff.js +0 -13
  400. package/dist/internal-icons/icons/duo/PlugSparkle.d.ts +0 -7
  401. package/dist/internal-icons/icons/duo/PlugSparkle.js +0 -13
  402. package/dist/internal-icons/icons/duo/PopEffect.d.ts +0 -7
  403. package/dist/internal-icons/icons/duo/PopEffect.js +0 -13
  404. package/dist/internal-icons/icons/duo/ProfileAnalytics.d.ts +0 -7
  405. package/dist/internal-icons/icons/duo/ProfileAnalytics.js +0 -13
  406. package/dist/internal-icons/icons/duo/ProfileBasic.d.ts +0 -7
  407. package/dist/internal-icons/icons/duo/ProgressIndicator2.d.ts +0 -7
  408. package/dist/internal-icons/icons/duo/ProgressIndicator2.js +0 -13
  409. package/dist/internal-icons/icons/duo/QuickActions.d.ts +0 -7
  410. package/dist/internal-icons/icons/duo/QuickActions.js +0 -13
  411. package/dist/internal-icons/icons/duo/QuickTimer.d.ts +0 -7
  412. package/dist/internal-icons/icons/duo/QuickTimer.js +0 -13
  413. package/dist/internal-icons/icons/duo/Rabbit.d.ts +0 -7
  414. package/dist/internal-icons/icons/duo/Rabbit.js +0 -13
  415. package/dist/internal-icons/icons/duo/Receipt3.d.ts +0 -7
  416. package/dist/internal-icons/icons/duo/Receipt3.js +0 -13
  417. package/dist/internal-icons/icons/duo/Receipt4.d.ts +0 -7
  418. package/dist/internal-icons/icons/duo/Receipt4.js +0 -13
  419. package/dist/internal-icons/icons/duo/Redo2.d.ts +0 -7
  420. package/dist/internal-icons/icons/duo/Redo2.js +0 -13
  421. package/dist/internal-icons/icons/duo/Redo3.d.ts +0 -7
  422. package/dist/internal-icons/icons/duo/Redo3.js +0 -13
  423. package/dist/internal-icons/icons/duo/Refresh3AnticlockwiseSlash.d.ts +0 -7
  424. package/dist/internal-icons/icons/duo/Refresh3AnticlockwiseSlash.js +0 -13
  425. package/dist/internal-icons/icons/duo/Refresh3ClockwiseSlash.d.ts +0 -7
  426. package/dist/internal-icons/icons/duo/Refresh3ClockwiseSlash.js +0 -13
  427. package/dist/internal-icons/icons/duo/RefreshAnticlockwiseSlash.d.ts +0 -7
  428. package/dist/internal-icons/icons/duo/RefreshAnticlockwiseSlash.js +0 -13
  429. package/dist/internal-icons/icons/duo/RefreshClockwiseSlash.d.ts +0 -7
  430. package/dist/internal-icons/icons/duo/RefreshClockwiseSlash.js +0 -13
  431. package/dist/internal-icons/icons/duo/Refrigerator.d.ts +0 -7
  432. package/dist/internal-icons/icons/duo/Refrigerator.js +0 -13
  433. package/dist/internal-icons/icons/duo/RemoteControl.d.ts +0 -7
  434. package/dist/internal-icons/icons/duo/RemoteControl.js +0 -13
  435. package/dist/internal-icons/icons/duo/RemoteControl2.d.ts +0 -7
  436. package/dist/internal-icons/icons/duo/RemoteControl2.js +0 -13
  437. package/dist/internal-icons/icons/duo/ReportFile.d.ts +0 -7
  438. package/dist/internal-icons/icons/duo/ReportFile.js +0 -13
  439. package/dist/internal-icons/icons/duo/Reposition.d.ts +0 -7
  440. package/dist/internal-icons/icons/duo/Reposition.js +0 -13
  441. package/dist/internal-icons/icons/duo/Rerouting.d.ts +0 -7
  442. package/dist/internal-icons/icons/duo/Rerouting.js +0 -13
  443. package/dist/internal-icons/icons/duo/Robot2.d.ts +0 -7
  444. package/dist/internal-icons/icons/duo/Robot2.js +0 -13
  445. package/dist/internal-icons/icons/duo/Robot3.d.ts +0 -7
  446. package/dist/internal-icons/icons/duo/Robot3.js +0 -13
  447. package/dist/internal-icons/icons/duo/Robot4.d.ts +0 -7
  448. package/dist/internal-icons/icons/duo/Robot4.js +0 -13
  449. package/dist/internal-icons/icons/duo/RockOn.d.ts +0 -7
  450. package/dist/internal-icons/icons/duo/RockOn.js +0 -13
  451. package/dist/internal-icons/icons/duo/RopeStanchions.d.ts +0 -7
  452. package/dist/internal-icons/icons/duo/RopeStanchions.js +0 -13
  453. package/dist/internal-icons/icons/duo/Rotation3602.d.ts +0 -7
  454. package/dist/internal-icons/icons/duo/Rotation3602.js +0 -13
  455. package/dist/internal-icons/icons/duo/SavedItems2.d.ts +0 -7
  456. package/dist/internal-icons/icons/duo/ScaleImg4k.d.ts +0 -7
  457. package/dist/internal-icons/icons/duo/ScaleImg4k.js +0 -13
  458. package/dist/internal-icons/icons/duo/ScanImage.d.ts +0 -7
  459. package/dist/internal-icons/icons/duo/ScanImage.js +0 -13
  460. package/dist/internal-icons/icons/duo/ScissorsSparkle.d.ts +0 -7
  461. package/dist/internal-icons/icons/duo/ScissorsSparkle.js +0 -13
  462. package/dist/internal-icons/icons/duo/Seatbelt.d.ts +0 -7
  463. package/dist/internal-icons/icons/duo/Seatbelt.js +0 -13
  464. package/dist/internal-icons/icons/duo/ShakaHand.d.ts +0 -7
  465. package/dist/internal-icons/icons/duo/ShakaHand.js +0 -13
  466. package/dist/internal-icons/icons/duo/ShapeRectangle.d.ts +0 -7
  467. package/dist/internal-icons/icons/duo/ShapeRectangle.js +0 -13
  468. package/dist/internal-icons/icons/duo/Shovel.d.ts +0 -7
  469. package/dist/internal-icons/icons/duo/Shovel.js +0 -13
  470. package/dist/internal-icons/icons/duo/ShuffleSparkle.d.ts +0 -7
  471. package/dist/internal-icons/icons/duo/ShuffleSparkle.js +0 -13
  472. package/dist/internal-icons/icons/duo/SideProfileQuestion.d.ts +0 -7
  473. package/dist/internal-icons/icons/duo/SideProfileQuestion.js +0 -13
  474. package/dist/internal-icons/icons/duo/SideProfileSparkle.d.ts +0 -7
  475. package/dist/internal-icons/icons/duo/SideProfileSparkle.js +0 -13
  476. package/dist/internal-icons/icons/duo/SidebarEdit.d.ts +0 -7
  477. package/dist/internal-icons/icons/duo/SidebarEdit.js +0 -13
  478. package/dist/internal-icons/icons/duo/SlashCircle.d.ts +0 -7
  479. package/dist/internal-icons/icons/duo/SlashCircle.js +0 -13
  480. package/dist/internal-icons/icons/duo/Sliders4.d.ts +0 -7
  481. package/dist/internal-icons/icons/duo/Sliders4.js +0 -13
  482. package/dist/internal-icons/icons/duo/Snail.d.ts +0 -7
  483. package/dist/internal-icons/icons/duo/Snail.js +0 -13
  484. package/dist/internal-icons/icons/duo/Spiral.d.ts +0 -7
  485. package/dist/internal-icons/icons/duo/Spiral.js +0 -13
  486. package/dist/internal-icons/icons/duo/SplitView.d.ts +0 -7
  487. package/dist/internal-icons/icons/duo/SplitView.js +0 -13
  488. package/dist/internal-icons/icons/duo/SquareDashedSearchSparkle.d.ts +0 -7
  489. package/dist/internal-icons/icons/duo/SquareDashedSearchSparkle.js +0 -13
  490. package/dist/internal-icons/icons/duo/SquareDashedText.d.ts +0 -7
  491. package/dist/internal-icons/icons/duo/SquareDashedText.js +0 -13
  492. package/dist/internal-icons/icons/duo/SquarePath.d.ts +0 -7
  493. package/dist/internal-icons/icons/duo/SquarePath.js +0 -13
  494. package/dist/internal-icons/icons/duo/Star2Slash.d.ts +0 -7
  495. package/dist/internal-icons/icons/duo/Star2Slash.js +0 -13
  496. package/dist/internal-icons/icons/duo/StopSign.d.ts +0 -7
  497. package/dist/internal-icons/icons/duo/StopSign.js +0 -13
  498. package/dist/internal-icons/icons/duo/StopwatchBolt.d.ts +0 -7
  499. package/dist/internal-icons/icons/duo/StopwatchBolt.js +0 -13
  500. package/dist/internal-icons/icons/duo/SummitFlag.d.ts +0 -7
  501. package/dist/internal-icons/icons/duo/SummitFlag.js +0 -13
  502. package/dist/internal-icons/icons/duo/Sunrise2.d.ts +0 -7
  503. package/dist/internal-icons/icons/duo/Sunrise2.js +0 -13
  504. package/dist/internal-icons/icons/duo/Task.d.ts +0 -7
  505. package/dist/internal-icons/icons/duo/Task.js +0 -13
  506. package/dist/internal-icons/icons/duo/Task2.d.ts +0 -7
  507. package/dist/internal-icons/icons/duo/Task2.js +0 -13
  508. package/dist/internal-icons/icons/duo/TaskDebug.d.ts +0 -7
  509. package/dist/internal-icons/icons/duo/TaskDebug.js +0 -13
  510. package/dist/internal-icons/icons/duo/TaskSearch.d.ts +0 -7
  511. package/dist/internal-icons/icons/duo/TaskSearch.js +0 -13
  512. package/dist/internal-icons/icons/duo/Teepee.d.ts +0 -7
  513. package/dist/internal-icons/icons/duo/Teepee.js +0 -13
  514. package/dist/internal-icons/icons/duo/TextAdjust.d.ts +0 -7
  515. package/dist/internal-icons/icons/duo/TextAdjust.js +0 -13
  516. package/dist/internal-icons/icons/duo/TheatreMask.d.ts +0 -7
  517. package/dist/internal-icons/icons/duo/TheatreMask.js +0 -13
  518. package/dist/internal-icons/icons/duo/TheatreMask2.d.ts +0 -7
  519. package/dist/internal-icons/icons/duo/TheatreMask2.js +0 -13
  520. package/dist/internal-icons/icons/duo/TimerProgress.d.ts +0 -7
  521. package/dist/internal-icons/icons/duo/TimerProgress.js +0 -13
  522. package/dist/internal-icons/icons/duo/TimerProgress2.d.ts +0 -7
  523. package/dist/internal-icons/icons/duo/TimerProgress2.js +0 -13
  524. package/dist/internal-icons/icons/duo/TransactionSplit.d.ts +0 -7
  525. package/dist/internal-icons/icons/duo/TransactionSplit.js +0 -13
  526. package/dist/internal-icons/icons/duo/Undo2.d.ts +0 -7
  527. package/dist/internal-icons/icons/duo/Undo2.js +0 -13
  528. package/dist/internal-icons/icons/duo/Undo3.d.ts +0 -7
  529. package/dist/internal-icons/icons/duo/Undo3.js +0 -13
  530. package/dist/internal-icons/icons/duo/UnicornHead.d.ts +0 -7
  531. package/dist/internal-icons/icons/duo/UnicornHead.js +0 -13
  532. package/dist/internal-icons/icons/duo/UserContact.d.ts +0 -7
  533. package/dist/internal-icons/icons/duo/UserContact.js +0 -13
  534. package/dist/internal-icons/icons/duo/UserVoice2.d.ts +0 -7
  535. package/dist/internal-icons/icons/duo/UserVoice2.js +0 -13
  536. package/dist/internal-icons/icons/duo/VipBadge.d.ts +0 -7
  537. package/dist/internal-icons/icons/duo/VipBadge.js +0 -13
  538. package/dist/internal-icons/icons/duo/VoiceCaption.d.ts +0 -7
  539. package/dist/internal-icons/icons/duo/VoiceCaption.js +0 -13
  540. package/dist/internal-icons/icons/duo/WalletCoins.d.ts +0 -7
  541. package/dist/internal-icons/icons/duo/WalletCoins.js +0 -13
  542. package/dist/internal-icons/icons/duo/Weight.d.ts +0 -7
  543. 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 AddSection = 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: "M5.25 2h-1.5A2.753 2.753 0 0 0 1 4.75v8.5A2.753 2.753 0 0 0 3.75 16h1.5a.75.75 0 0 0 .75-.75V2.75A.75.75 0 0 0 5.25 2" }), _jsx("path", { d: "M14.25 3.5c.69 0 1.25.56 1.25 1.25a.75.75 0 0 0 1.5 0A2.753 2.753 0 0 0 14.25 2a.75.75 0 0 0 0 1.5m2 9a.75.75 0 0 0-.75.75c0 .69-.56 1.25-1.25 1.25a.75.75 0 0 0 0 1.5A2.753 2.753 0 0 0 17 13.25a.75.75 0 0 0-.75-.75m-7.5-9h2.5a.75.75 0 0 0 0-1.5h-2.5a.75.75 0 0 0 0 1.5m2.5 11h-2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5m5-7.5a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-.75-.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M14 9a.75.75 0 0 0-.75-.75H11.5V6.5a.75.75 0 0 0-1.5 0v1.75H8.25a.75.75 0 0 0 0 1.5H10v1.75a.75.75 0 0 0 1.5 0V9.75h1.75A.75.75 0 0 0 14 9" })] }) }));
11
- });
12
- AddSection.displayName = 'AddSection';
13
- export default AddSection;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface AiDeveloperProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const AiDeveloper: React.ForwardRefExoticComponent<Omit<AiDeveloperProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default AiDeveloper;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const AiDeveloper = 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: "M13.5 4.5H13v-.75A2.753 2.753 0 0 0 10.25 1h-4.5A2.753 2.753 0 0 0 3 3.75v.75h-.5a.75.75 0 0 0 0 1.5H3v.25A2.753 2.753 0 0 0 5.75 9h4.5A2.753 2.753 0 0 0 13 6.25V6h.5a.75.75 0 0 0 0-1.5", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "7", cy: "6", r: "1", "data-color": "color-2" }), _jsx("circle", { cx: "10.5", cy: "6", r: "1", "data-color": "color-2" }), _jsx("path", { fillRule: "evenodd", d: "M1.327 13.586a8 8 0 0 1 6.68-3.587 8 8 0 0 1 6.665 3.587.75.75 0 0 1-.626 1.164H1.953a.75.75 0 0 1-.626-1.164", "data-color": "color-2", opacity: ".4" }), _jsx("path", { fillRule: "evenodd", d: "M11.075 11c-.486 0-.953.293-1.147.754L8.262 15.5H5.75a.75.75 0 0 0 0 1.5h9.175c.504 0 .946-.305 1.142-.746l1.555-3.492A1.253 1.253 0 0 0 16.481 11z", "data-color": "color-2" })] }) }));
11
- });
12
- AiDeveloper.displayName = 'AiDeveloper';
13
- export default AiDeveloper;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface AiLoadingProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const AiLoading: React.ForwardRefExoticComponent<Omit<AiLoadingProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default AiLoading;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const AiLoading = 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: "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("circle", { cx: "9", cy: "1.75", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "9", cy: "16.25", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "14.13", cy: "14.13", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "16.25", cy: "9", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "14.13", cy: "3.87", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "11.77", cy: "15.7", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "15.7", cy: "11.77", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "15.7", cy: "6.23", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "11.77", cy: "2.3", r: ".75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "m12.439 8.274-2.153-.56-.56-2.153a.75.75 0 0 0-1.452 0l-.56 2.153-2.152.56a.75.75 0 0 0 0 1.452l2.152.56.56 2.153a.75.75 0 0 0 1.452 0l.56-2.153 2.152-.56a.75.75 0 0 0 0-1.452" })] }) }));
11
- });
12
- AiLoading.displayName = 'AiLoading';
13
- export default AiLoading;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface Album3Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Album3: React.ForwardRefExoticComponent<Omit<Album3Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Album3;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Album3 = 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.75 1h-7.5A2.753 2.753 0 0 0 2.5 3.75V5h-.75a.75.75 0 0 0 0 1.5h.75v1.75h-.75a.75.75 0 0 0 0 1.5h.75v1.75h-.75a.75.75 0 0 0 0 1.5h.75v1.25A2.753 2.753 0 0 0 5.25 17h7.5a2.753 2.753 0 0 0 2.75-2.75V3.75A2.753 2.753 0 0 0 12.75 1", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "m12.47 11.039-1.058-3.597a1.15 1.15 0 0 0-.822-.792c-.397-.102-.81.01-1.103.302L5.72 10.72A.751.751 0 0 0 6.25 12h5.5a.75.75 0 0 0 .72-.961" }), _jsx("circle", { cx: "6.5", cy: "6.5", r: "1" })] }) }));
11
- });
12
- Album3.displayName = 'Album3';
13
- export default Album3;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArchiveContent2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArchiveContent2: React.ForwardRefExoticComponent<Omit<ArchiveContent2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArchiveContent2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArchiveContent2 = 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.25 13.25H2.75A.75.75 0 0 1 2 12.5V4.75A2.753 2.753 0 0 1 4.75 2h8.5A2.753 2.753 0 0 1 16 4.75v7.75a.75.75 0 0 1-.75.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M12.25 7.5h-6.5a.75.75 0 0 1 0-1.5h6.5a.75.75 0 0 1 0 1.5M16 10h-3.75a.75.75 0 0 0-.75.75v1.5a.25.25 0 0 1-.25.25h-4.5a.25.25 0 0 1-.25-.25v-1.5a.75.75 0 0 0-.75-.75H2v3.25A2.75 2.75 0 0 0 4.75 16h8.5A2.75 2.75 0 0 0 16 13.25z" })] }) }));
11
- });
12
- ArchiveContent2.displayName = 'ArchiveContent2';
13
- export default ArchiveContent2;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowRotateProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowRotate: React.ForwardRefExoticComponent<Omit<ArrowRotateProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowRotate;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowRotate = 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.75 14.5H9c-4.411 0-8-2.691-8-6s3.589-6 8-6 8 2.691 8 6c0 2.106-1.42 4.017-3.8 5.114a.75.75 0 0 1-.627-1.363c1.832-.844 2.927-2.247 2.927-3.751C15.5 6.019 12.584 4 9 4S2.5 6.019 2.5 8.5 5.416 13 9 13h.75a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M7.5 17a.75.75 0 0 1-.53-1.28l1.97-1.97-1.97-1.97a.75.75 0 1 1 1.06-1.06l2.5 2.5a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 0 1-.53.22" })] }) }));
11
- });
12
- ArrowRotate.displayName = 'ArrowRotate';
13
- export default ArrowRotate;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowRotateAnticlockwiseCheckProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowRotateAnticlockwiseCheck: React.ForwardRefExoticComponent<Omit<ArrowRotateAnticlockwiseCheckProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowRotateAnticlockwiseCheck;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowRotateAnticlockwiseCheck = 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 1a7.97 7.97 0 0 0-6.262 3.033l-.115-.83a.75.75 0 0 0-1.486.206l.408 2.944a.75.75 0 0 0 .846.64l2.944-.407c.41-.57.697-.435.64-.846s-.44-.69-.845-.64l-1.457.2A6.47 6.47 0 0 1 9 2.501c3.584 0 6.5 2.915 6.5 6.5s-2.916 6.5-6.5 6.5a6.48 6.48 0 0 1-6.407-5.4.75.75 0 0 0-1.479.252A7.975 7.975 0 0 0 9 17c4.411 0 8-3.589 8-8s-3.589-8-8-8", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M7.952 12a.75.75 0 0 1-.557-.247L5.569 9.73a.75.75 0 0 1 1.114-1.006l1.23 1.362 3.373-4.299a.75.75 0 1 1 1.18.926l-3.923 5a.75.75 0 0 1-.563.286z" })] }) }));
11
- });
12
- ArrowRotateAnticlockwiseCheck.displayName = 'ArrowRotateAnticlockwiseCheck';
13
- export default ArrowRotateAnticlockwiseCheck;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowRotateAnticlockwiseSlashProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowRotateAnticlockwiseSlash: React.ForwardRefExoticComponent<Omit<ArrowRotateAnticlockwiseSlashProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowRotateAnticlockwiseSlash;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowRotateAnticlockwiseSlash = 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 17c-.967 0-1.913-.17-2.811-.508a.75.75 0 1 1 .527-1.404 6.508 6.508 0 0 0 8.371-8.372.75.75 0 0 1 1.405-.527A8 8 0 0 1 17 9c0 4.411-3.589 8-8 8m5.657-13.657A7.95 7.95 0 0 0 9 1a7.97 7.97 0 0 0-6.263 3.03l-.115-.828a.744.744 0 0 0-.845-.64.75.75 0 0 0-.64.846l.408 2.945a.75.75 0 0 0 .846.64l2.943-.407A.75.75 0 0 0 5.13 5.1l-1.456.202A6.46 6.46 0 0 1 9 2.5a6.46 6.46 0 0 1 4.596 1.904.75.75 0 1 0 1.06-1.06Z", "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
- ArrowRotateAnticlockwiseSlash.displayName = 'ArrowRotateAnticlockwiseSlash';
13
- export default ArrowRotateAnticlockwiseSlash;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowRotateAnticlockwiseXmarkProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowRotateAnticlockwiseXmark: React.ForwardRefExoticComponent<Omit<ArrowRotateAnticlockwiseXmarkProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowRotateAnticlockwiseXmark;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowRotateAnticlockwiseXmark = 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 1a7.97 7.97 0 0 0-6.262 3.033l-.115-.83a.75.75 0 0 0-1.486.206l.408 2.944a.75.75 0 0 0 .846.64l2.944-.407c.41-.57.697-.435.64-.846s-.442-.69-.845-.64l-1.457.2A6.47 6.47 0 0 1 9 2.501c3.584 0 6.5 2.915 6.5 6.5s-2.916 6.5-6.5 6.5a6.48 6.48 0 0 1-6.407-5.4.75.75 0 0 0-1.478.252A7.975 7.975 0 0 0 9 17c4.411 0 8-3.589 8-8s-3.589-8-8-8", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "m10.06 9 1.47-1.47a.75.75 0 1 0-1.06-1.06L9 7.94 7.53 6.47a.75.75 0 1 0-1.06 1.06L7.94 9l-1.47 1.47a.75.75 0 1 0 1.06 1.06L9 10.06l1.47 1.47a.747.747 0 0 0 1.06 0 .75.75 0 0 0 0-1.06z" })] }) }));
11
- });
12
- ArrowRotateAnticlockwiseXmark.displayName = 'ArrowRotateAnticlockwiseXmark';
13
- export default ArrowRotateAnticlockwiseXmark;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowRotateClockwiseSlashProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowRotateClockwiseSlash: React.ForwardRefExoticComponent<Omit<ArrowRotateClockwiseSlashProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowRotateClockwiseSlash;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowRotateClockwiseSlash = 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: "M3.873 14.877a.75.75 0 0 1-.53-.22A7.95 7.95 0 0 1 1 9c0-4.41 3.589-8 8-8 2.137 0 4.146.832 5.657 2.343a.75.75 0 1 1-1.06 1.06A6.46 6.46 0 0 0 9 2.5 6.51 6.51 0 0 0 2.5 9c0 1.736.676 3.369 1.903 4.596a.75.75 0 0 1-.53 1.28Zm10.925.5-.827-.114A7.97 7.97 0 0 0 17 9c0-.966-.172-1.911-.509-2.81a.749.749 0 1 0-1.404.526A6.5 6.5 0 0 1 15.5 9a6.46 6.46 0 0 1-2.801 5.327l.202-1.456a.75.75 0 0 0-.641-.846.757.757 0 0 0-.846.64l-.407 2.944a.75.75 0 0 0 .64.845l2.946.409q.52.007.103.007a.75.75 0 0 0 .102-1.493", "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
- ArrowRotateClockwiseSlash.displayName = 'ArrowRotateClockwiseSlash';
13
- export default ArrowRotateClockwiseSlash;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowsFilterProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowsFilter: React.ForwardRefExoticComponent<Omit<ArrowsFilterProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowsFilter;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowsFilter = 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.28 5.72-3-3a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 1 0 1.06 1.06L12 5.06v9.69a.75.75 0 0 0 1.5 0V5.06l1.72 1.72a.747.747 0 0 0 1.06 0 .75.75 0 0 0 0-1.06", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M7.72 11.22 6 12.94V3.25a.75.75 0 0 0-1.5 0v9.69l-1.72-1.72a.75.75 0 1 0-1.06 1.06l3 3a.747.747 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06" })] }) }));
11
- });
12
- ArrowsFilter.displayName = 'ArrowsFilter';
13
- export default ArrowsFilter;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ArrowsToLineY2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ArrowsToLineY2: React.ForwardRefExoticComponent<Omit<ArrowsToLineY2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ArrowsToLineY2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ArrowsToLineY2 = 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 9.75h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5m5.25 0H8a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5m5.25 0h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "m11.53 13.47-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72v2.44a.75.75 0 0 0 1.5 0v-2.44l.72.72a.75.75 0 0 0 1.06 0 .75.75 0 0 0 0-1.06m0-10a.75.75 0 0 0-1.06 0l-.72.72V1.75a.75.75 0 0 0-1.5 0v2.44l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 0 0 0-1.06" })] }) }));
11
- });
12
- ArrowsToLineY2.displayName = 'ArrowsToLineY2';
13
- export default ArrowsToLineY2;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BirdhouseProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Birdhouse: React.ForwardRefExoticComponent<Omit<BirdhouseProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Birdhouse;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Birdhouse = 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.309 5.353-5.25-3.99a1.755 1.755 0 0 0-2.118 0l-5.25 3.99A1.76 1.76 0 0 0 2 6.746v7.504A2.753 2.753 0 0 0 4.75 17h8.5A2.753 2.753 0 0 0 16 14.25V6.746a1.76 1.76 0 0 0-.691-1.393", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "9", cy: "10", r: "2.75" })] }) }));
11
- });
12
- Birdhouse.displayName = 'Birdhouse';
13
- export default Birdhouse;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BookmarkListProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const BookmarkList: React.ForwardRefExoticComponent<Omit<BookmarkListProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default BookmarkList;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const BookmarkList = 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.75 3h-4.5a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 0 1.5m0 3h-4.5a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 0 1.5" }), _jsx("path", { d: "M12.25 10.5C11.01 10.5 10 9.49 10 8.25c0-.578.225-1.101.585-1.5-.36-.399-.585-.922-.585-1.5s.225-1.101.585-1.5A2.23 2.23 0 0 1 10 2.25c0-.264.054-.514.138-.75H4.75A2.753 2.753 0 0 0 2 4.25v11.5a.75.75 0 0 0 1.195.604L7.5 13.182l4.305 3.172A.75.75 0 0 0 13 15.75V10.5z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M16.75 9h-4.5a.75.75 0 0 1 0-1.5h4.5a.75.75 0 0 1 0 1.5" })] }) }));
11
- });
12
- BookmarkList.displayName = 'BookmarkList';
13
- export default BookmarkList;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BookmarkedBookProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const BookmarkedBook: React.ForwardRefExoticComponent<Omit<BookmarkedBookProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default BookmarkedBook;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const BookmarkedBook = 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: "M5.377 2.014a6.94 6.94 0 0 0-3.521.967C1.316 3.3 1 3.875 1 4.487v9.083c0 1.2 1.205 2.093 2.369 1.635a5.4 5.4 0 0 1 1.996-.383 5.53 5.53 0 0 1 2.767.745c.265.153.563.234.867.234V3.051c-.7-.427-1.972-1.037-3.623-1.037" }), _jsx("path", { d: "M12.623 2.014a6.94 6.94 0 0 1 3.521.967c.54.319.855.894.855 1.506v9.083c0 1.2-1.205 2.093-2.369 1.635a5.4 5.4 0 0 0-1.996-.383 5.53 5.53 0 0 0-2.765.745A1.74 1.74 0 0 1 9 15.8V3.051c.7-.427 1.972-1.037 3.623-1.037", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M12.623 2.014a7 7 0 0 0-.623.03V6.75a.75.75 0 0 0 1.5 0V2.086a7 7 0 0 0-.877-.072" })] }) }));
11
- });
12
- BookmarkedBook.displayName = 'BookmarkedBook';
13
- export default BookmarkedBook;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BookmarkedBook2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const BookmarkedBook2: React.ForwardRefExoticComponent<Omit<BookmarkedBook2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default BookmarkedBook2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const BookmarkedBook2 = 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: "M11 2h4.25c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 15.25 15H11c-.69 0-1.25.56-1.25 1.25A.75.75 0 0 1 9 17V2.862A2.74 2.74 0 0 1 11 2", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M7 2H2.75A1.75 1.75 0 0 0 1 3.75v9.5c0 .966.784 1.75 1.75 1.75H7c.69 0 1.25.56 1.25 1.25 0 .414.336.75.75.75V2.862A2.74 2.74 0 0 0 7 2m5 0v4.75a.75.75 0 0 0 1.5 0V2z" })] }) }));
11
- });
12
- BookmarkedBook2.displayName = 'BookmarkedBook2';
13
- export default BookmarkedBook2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Box3 = 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 6.75H3.25a.75.75 0 0 0-.75.75v5.094A1.75 1.75 0 0 0 3.552 14.2l4.75 2.066c.222.096.46.144.698.144z", "data-color": "color-2", opacity: ".2" }), _jsx("path", { d: "M9 6.75h5.75a.75.75 0 0 1 .75.75v5.094a1.75 1.75 0 0 1-1.052 1.605l-4.75 2.066a1.75 1.75 0 0 1-.698.144z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M15.049 4.062 9.698 1.735a1.75 1.75 0 0 0-1.396 0l-5.35 2.327a.75.75 0 0 0 0 1.376l5.75 2.5a.75.75 0 0 0 .597 0l5.75-2.5a.75.75 0 0 0 0-1.376", opacity: ".4" }), _jsx("path", { d: "m17.826 7.27-2.5-3a.75.75 0 0 0-.875-.208L9 6.432l-5.451-2.37a.75.75 0 0 0-.875.208l-2.5 3A.75.75 0 0 0 .45 8.438l5.75 2.5a.75.75 0 0 0 .875-.208L9 8.42l1.924 2.309a.75.75 0 0 0 .875.208l5.75-2.5a.75.75 0 0 0 .277-1.168" })] }) }));
11
- });
12
- Box3.displayName = 'Box3';
13
- export default Box3;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BoxSparkleProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const BoxSparkle: React.ForwardRefExoticComponent<Omit<BoxSparkleProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default BoxSparkle;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const BoxSparkle = 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 7.75H3.25a.75.75 0 0 0-.75.75v4.594A1.75 1.75 0 0 0 3.552 14.7l4.75 2.066c.222.096.46.144.698.144z", "data-color": "color-2", opacity: ".2" }), _jsx("path", { d: "M9 7.75h5.75a.75.75 0 0 1 .75.75v4.594a1.75 1.75 0 0 1-1.052 1.605l-4.75 2.066a1.75 1.75 0 0 1-.698.144z", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "m17.826 8.27-2.5-3a.75.75 0 0 0-.875-.208L9 7.432l-5.451-2.37a.75.75 0 0 0-.875.208l-2.5 3A.75.75 0 0 0 .45 9.438l5.75 2.5a.75.75 0 0 0 .875-.208L9 9.42l1.924 2.309a.75.75 0 0 0 .875.208l5.75-2.5a.75.75 0 0 0 .277-1.168" }), _jsx("path", { d: "m15.049 5.062-2.67-1.161a2 2 0 0 1-.743.48l-.552.184-.185.56A2 2 0 0 1 9 6.5a2 2 0 0 1-1.899-1.373l-.185-.56-.552-.186a2 2 0 0 1-.742-.48l-2.67 1.162a.75.75 0 0 0 0 1.376l5.75 2.5a.75.75 0 0 0 .597 0l5.75-2.5a.75.75 0 0 0 0-1.376", opacity: ".4" }), _jsx("path", { d: "M11.157 2.004 9.895 1.58 9.474.308c-.137-.41-.812-.41-.949 0L8.104 1.58l-1.262.424a.503.503 0 0 0 0 .954l1.262.424.421 1.272c.68.205.26.344.475.344s.406-.139.475-.344l.421-1.272 1.262-.424a.503.503 0 0 0-.001-.954M4.25 2.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m9.5 0a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5" })] }) }));
11
- });
12
- BoxSparkle.displayName = 'BoxSparkle';
13
- export default BoxSparkle;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BoxSparkle2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const BoxSparkle2: React.ForwardRefExoticComponent<Omit<BoxSparkle2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default BoxSparkle2;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const BoxSparkle2 = 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.507 5.197a.75.75 0 0 0-1.06.046L13.92 8H4.08L1.553 5.243A.75.75 0 0 0 .447 6.257L3 9.042v5.208c0 .965.785 1.75 1.75 1.75h8.5c.965 0 1.75-.785 1.75-1.75V9.042l2.553-2.785a.75.75 0 0 0-.046-1.06", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M8.25 8h1.5v8h-1.5zm5.994-4.23-.946-.315-.316-.947c-.102-.306-.609-.306-.711 0l-.316.947-.946.315a.375.375 0 0 0 0 .712l.946.315.316.947a.374.374 0 0 0 .71 0l.316-.947.946-.315a.375.375 0 0 0 .001-.712M7.657 2.24l-1.263-.421L5.973.556c-.137-.408-.812-.408-.949 0l-.421 1.263-1.263.421a.5.5 0 0 0 0 .948l1.263.421.421 1.263a.501.501 0 0 0 .95 0l.421-1.263 1.263-.421a.5.5 0 0 0-.001-.948M8.75 6.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5" })] }) }));
11
- });
12
- BoxSparkle2.displayName = 'BoxSparkle2';
13
- export default BoxSparkle2;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface BrochureProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Brochure: React.ForwardRefExoticComponent<Omit<BrochureProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Brochure;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Brochure = 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: "M5.5 6.75C5.5 5.785 6.285 5 7.25 5h5.25V2.75c0-.965-.785-1.75-1.75-1.75h-7C2.785 1 2 1.785 2 2.75v8.5c0 .965.785 1.75 1.75 1.75H5.5z", "data-color": "color-2", opacity: ".2" }), _jsx("path", { d: "M14.25 17h-7c-.965 0-1.75-.785-1.75-1.75v-8.5C5.5 5.785 6.285 5 7.25 5h7c.965 0 1.75.785 1.75 1.75v8.5c0 .965-.785 1.75-1.75 1.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M12.75 13.5h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 0 1.5m0-3.5h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 0 1.5m-5.5-5h5.25V2.75a1.75 1.75 0 0 0-.597-1.316.75.75 0 0 0-.974-.013l-4.793 3.98-.3.036A1.74 1.74 0 0 1 7.25 5" })] }) }));
11
- });
12
- Brochure.displayName = 'Brochure';
13
- export default Brochure;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ButtonPlusProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ButtonPlus: React.ForwardRefExoticComponent<Omit<ButtonPlusProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ButtonPlus;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ButtonPlus = 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 12.75c0-1.24 1.01-2.25 2.25-2.25h.25v-.25C10.5 9.01 11.51 8 12.75 8S15 9.01 15 10.25v.25h.25c.68 0 1.283.31 1.696.787q.052-.261.054-.537v-3.5a2.753 2.753 0 0 0-2.75-2.75H3.75A2.753 2.753 0 0 0 1 7.25v3.5a2.753 2.753 0 0 0 2.75 2.75h4.388A2.2 2.2 0 0 1 8 12.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M15.25 12H13.5v-1.75a.75.75 0 0 0-1.5 0V12h-1.75a.75.75 0 0 0 0 1.5H12v1.75a.75.75 0 0 0 1.5 0V13.5h1.75a.75.75 0 0 0 0-1.5" })] }) }));
11
- });
12
- ButtonPlus.displayName = 'ButtonPlus';
13
- export default ButtonPlus;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface Calculator3Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Calculator3: React.ForwardRefExoticComponent<Omit<Calculator3Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Calculator3;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Calculator3 = 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.25 8.25H2.75a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5", "data-color": "color-2", opacity: ".4" }), _jsx("circle", { cx: "9", cy: "4", r: "2.5" }), _jsx("circle", { cx: "9", cy: "14", r: "2.5" })] }) }));
11
- });
12
- Calculator3.displayName = 'Calculator3';
13
- export default Calculator3;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface Chart3Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const Chart3: React.ForwardRefExoticComponent<Omit<Chart3Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default Chart3;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const Chart3 = 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.75 9h-3.5c-.965 0-1.75.785-1.75 1.75v3c0 .965.785 1.75 1.75 1.75h3.5a.75.75 0 0 0 .75-.75v-5A.75.75 0 0 0 6.75 9m8-3.5h-3.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h3.5c.965 0 1.75-.785 1.75-1.75v-6.5c0-.965-.785-1.75-1.75-1.75", "data-color": "color-2", opacity: ".4" }), _jsx("path", { d: "M10.25 2h-2.5C6.785 2 6 2.785 6 3.75v11c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-11C12 2.785 11.215 2 10.25 2" })] }) }));
11
- });
12
- Chart3.displayName = 'Chart3';
13
- export default Chart3;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ChartBarProps extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ChartBar: React.ForwardRefExoticComponent<Omit<ChartBarProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ChartBar;
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import React from 'react';
3
- const ChartBar = 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.25 15.5H4.75A2.753 2.753 0 0 1 2 12.75v-10a.75.75 0 0 1 1.5 0v10c0 .69.56 1.25 1.25 1.25h10.5a.75.75 0 0 1 0 1.5", "data-color": "color-2", opacity: ".4" }), _jsx("rect", { width: "3.5", height: "8.5", x: "10.5", y: "3.5", rx: "1", ry: "1" }), _jsx("rect", { width: "3.5", height: "5", x: "5.5", y: "7", rx: "1", ry: "1" })] }) }));
11
- });
12
- ChartBar.displayName = 'ChartBar';
13
- export default ChartBar;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { SVGProps } from 'react';
3
- export interface ChartCandlestick2Props extends SVGProps<SVGSVGElement> {
4
- size?: number | string;
5
- }
6
- declare const ChartCandlestick2: React.ForwardRefExoticComponent<Omit<ChartCandlestick2Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
7
- export default ChartCandlestick2;