@dust-tt/sparkle 0.0.1

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 (231) hide show
  1. package/README.md +7 -0
  2. package/dist/cjs/components/Button.d.ts +12 -0
  3. package/dist/cjs/components/Icon.d.ts +9 -0
  4. package/dist/cjs/components/Item.d.ts +13 -0
  5. package/dist/cjs/components/Tab.d.ts +16 -0
  6. package/dist/cjs/components/button/index.d.ts +11 -0
  7. package/dist/cjs/components/icon/index.d.ts +7 -0
  8. package/dist/cjs/components/tab/index.d.ts +15 -0
  9. package/dist/cjs/context.d.ts +18 -0
  10. package/dist/cjs/icons/mini/ArrowUpOnSquare.d.ts +4 -0
  11. package/dist/cjs/icons/mini/Beaker.d.ts +4 -0
  12. package/dist/cjs/icons/mini/BeakerPlus.d.ts +4 -0
  13. package/dist/cjs/icons/mini/ChatBubbleBottomCenterPlus.d.ts +4 -0
  14. package/dist/cjs/icons/mini/ChatBubbleBottomCenterText.d.ts +4 -0
  15. package/dist/cjs/icons/mini/ChatBubbleLeftRight.d.ts +4 -0
  16. package/dist/cjs/icons/mini/CheckCircle.d.ts +4 -0
  17. package/dist/cjs/icons/mini/ChevronDown.d.ts +4 -0
  18. package/dist/cjs/icons/mini/ChevronLeft.d.ts +4 -0
  19. package/dist/cjs/icons/mini/ChevronRight.d.ts +4 -0
  20. package/dist/cjs/icons/mini/ChevronUp.d.ts +4 -0
  21. package/dist/cjs/icons/mini/Clipboard.d.ts +4 -0
  22. package/dist/cjs/icons/mini/CloudArrowDown.d.ts +4 -0
  23. package/dist/cjs/icons/mini/Cog6Tooth.d.ts +4 -0
  24. package/dist/cjs/icons/mini/CommandLine.d.ts +4 -0
  25. package/dist/cjs/icons/mini/DocumentPlus.d.ts +4 -0
  26. package/dist/cjs/icons/mini/DocumentText.d.ts +4 -0
  27. package/dist/cjs/icons/mini/ExclamationCircle.d.ts +4 -0
  28. package/dist/cjs/icons/mini/FolderOpen.d.ts +4 -0
  29. package/dist/cjs/icons/mini/HandThumbDown.d.ts +4 -0
  30. package/dist/cjs/icons/mini/HandThumbUp.d.ts +4 -0
  31. package/dist/cjs/icons/mini/InformationCircle.d.ts +4 -0
  32. package/dist/cjs/icons/mini/Key.d.ts +4 -0
  33. package/dist/cjs/icons/mini/MagnifyingGlass.d.ts +4 -0
  34. package/dist/cjs/icons/mini/PaperAirplane.d.ts +4 -0
  35. package/dist/cjs/icons/mini/PencilSquare.d.ts +4 -0
  36. package/dist/cjs/icons/mini/Plus.d.ts +4 -0
  37. package/dist/cjs/icons/mini/QuestionMarkCircle.d.ts +4 -0
  38. package/dist/cjs/icons/mini/Server.d.ts +4 -0
  39. package/dist/cjs/icons/mini/Square3Stack3D.d.ts +4 -0
  40. package/dist/cjs/icons/mini/XCircle.d.ts +4 -0
  41. package/dist/cjs/icons/mini/XMark.d.ts +4 -0
  42. package/dist/cjs/icons/mini/index.d.ts +32 -0
  43. package/dist/cjs/icons/solid/ArrowUpOnSquare.d.ts +4 -0
  44. package/dist/cjs/icons/solid/Beaker.d.ts +4 -0
  45. package/dist/cjs/icons/solid/BeakerPlus.d.ts +4 -0
  46. package/dist/cjs/icons/solid/ChatBubbleBottomCenterPlus.d.ts +4 -0
  47. package/dist/cjs/icons/solid/ChatBubbleBottomCenterText.d.ts +4 -0
  48. package/dist/cjs/icons/solid/ChatBubbleLeftRight.d.ts +4 -0
  49. package/dist/cjs/icons/solid/CheckCircle.d.ts +4 -0
  50. package/dist/cjs/icons/solid/ChevronDown.d.ts +4 -0
  51. package/dist/cjs/icons/solid/ChevronLeft.d.ts +4 -0
  52. package/dist/cjs/icons/solid/ChevronRight.d.ts +4 -0
  53. package/dist/cjs/icons/solid/ChevronUp.d.ts +4 -0
  54. package/dist/cjs/icons/solid/Clipboard.d.ts +4 -0
  55. package/dist/cjs/icons/solid/CloudArrowDown.d.ts +4 -0
  56. package/dist/cjs/icons/solid/Cog6Tooth.d.ts +4 -0
  57. package/dist/cjs/icons/solid/CommandLine.d.ts +4 -0
  58. package/dist/cjs/icons/solid/DocumentPlus.d.ts +4 -0
  59. package/dist/cjs/icons/solid/DocumentText.d.ts +4 -0
  60. package/dist/cjs/icons/solid/ExclamationCircle.d.ts +4 -0
  61. package/dist/cjs/icons/solid/FolderOpen.d.ts +4 -0
  62. package/dist/cjs/icons/solid/HandThumbDown.d.ts +4 -0
  63. package/dist/cjs/icons/solid/HandThumbUp.d.ts +4 -0
  64. package/dist/cjs/icons/solid/InformationCircle.d.ts +4 -0
  65. package/dist/cjs/icons/solid/Key.d.ts +4 -0
  66. package/dist/cjs/icons/solid/MagnifyingGlass.d.ts +4 -0
  67. package/dist/cjs/icons/solid/PaperAirplane.d.ts +4 -0
  68. package/dist/cjs/icons/solid/PencilSquare.d.ts +4 -0
  69. package/dist/cjs/icons/solid/Plus.d.ts +4 -0
  70. package/dist/cjs/icons/solid/QuestionMarkCircle.d.ts +4 -0
  71. package/dist/cjs/icons/solid/Server.d.ts +4 -0
  72. package/dist/cjs/icons/solid/Square3Stack3D.d.ts +4 -0
  73. package/dist/cjs/icons/solid/XCircle.d.ts +4 -0
  74. package/dist/cjs/icons/solid/XMark.d.ts +4 -0
  75. package/dist/cjs/icons/solid/index.d.ts +32 -0
  76. package/dist/cjs/icons/solid_stroke/ArrowUpOnSquare.d.ts +4 -0
  77. package/dist/cjs/icons/solid_stroke/Beaker.d.ts +4 -0
  78. package/dist/cjs/icons/solid_stroke/BeakerPlus.d.ts +4 -0
  79. package/dist/cjs/icons/solid_stroke/ChatBubbleBottomCenterPlus.d.ts +4 -0
  80. package/dist/cjs/icons/solid_stroke/ChatBubbleBottomCenterText.d.ts +4 -0
  81. package/dist/cjs/icons/solid_stroke/ChatBubbleLeftRight.d.ts +4 -0
  82. package/dist/cjs/icons/solid_stroke/CheckCircle.d.ts +4 -0
  83. package/dist/cjs/icons/solid_stroke/ChevronDown.d.ts +4 -0
  84. package/dist/cjs/icons/solid_stroke/ChevronLeft.d.ts +4 -0
  85. package/dist/cjs/icons/solid_stroke/ChevronRight.d.ts +4 -0
  86. package/dist/cjs/icons/solid_stroke/ChevronUp.d.ts +4 -0
  87. package/dist/cjs/icons/solid_stroke/Clipboard.d.ts +4 -0
  88. package/dist/cjs/icons/solid_stroke/CloudArrowDown.d.ts +4 -0
  89. package/dist/cjs/icons/solid_stroke/Cog6Tooth.d.ts +4 -0
  90. package/dist/cjs/icons/solid_stroke/CommandLine.d.ts +4 -0
  91. package/dist/cjs/icons/solid_stroke/DocumentPlus.d.ts +4 -0
  92. package/dist/cjs/icons/solid_stroke/DocumentText.d.ts +4 -0
  93. package/dist/cjs/icons/solid_stroke/ExclamationCircle.d.ts +4 -0
  94. package/dist/cjs/icons/solid_stroke/FolderOpen.d.ts +4 -0
  95. package/dist/cjs/icons/solid_stroke/HandThumbDown.d.ts +4 -0
  96. package/dist/cjs/icons/solid_stroke/HandThumbUp.d.ts +4 -0
  97. package/dist/cjs/icons/solid_stroke/InformationCircle.d.ts +4 -0
  98. package/dist/cjs/icons/solid_stroke/Key.d.ts +4 -0
  99. package/dist/cjs/icons/solid_stroke/MagnifyingGlass.d.ts +4 -0
  100. package/dist/cjs/icons/solid_stroke/PaperAirplane.d.ts +4 -0
  101. package/dist/cjs/icons/solid_stroke/PencilSquare.d.ts +4 -0
  102. package/dist/cjs/icons/solid_stroke/Plus.d.ts +4 -0
  103. package/dist/cjs/icons/solid_stroke/QuestionMarkCircle.d.ts +4 -0
  104. package/dist/cjs/icons/solid_stroke/Server.d.ts +4 -0
  105. package/dist/cjs/icons/solid_stroke/Square3Stack3D.d.ts +4 -0
  106. package/dist/cjs/icons/solid_stroke/XCircle.d.ts +4 -0
  107. package/dist/cjs/icons/solid_stroke/XMark.d.ts +4 -0
  108. package/dist/cjs/icons/solid_stroke/index.d.ts +32 -0
  109. package/dist/cjs/index.css +3 -0
  110. package/dist/cjs/index.d.ts +19 -0
  111. package/dist/cjs/index.js +747 -0
  112. package/dist/cjs/index.js.map +1 -0
  113. package/dist/cjs/lib/utils.d.ts +1 -0
  114. package/dist/cjs/logo/Logo.d.ts +4 -0
  115. package/dist/cjs/logo/index.d.ts +1 -0
  116. package/dist/esm/components/Button.d.ts +12 -0
  117. package/dist/esm/components/Icon.d.ts +9 -0
  118. package/dist/esm/components/Item.d.ts +13 -0
  119. package/dist/esm/components/Tab.d.ts +16 -0
  120. package/dist/esm/components/button/index.d.ts +11 -0
  121. package/dist/esm/components/icon/index.d.ts +7 -0
  122. package/dist/esm/components/tab/index.d.ts +15 -0
  123. package/dist/esm/context.d.ts +18 -0
  124. package/dist/esm/icons/mini/ArrowUpOnSquare.d.ts +4 -0
  125. package/dist/esm/icons/mini/Beaker.d.ts +4 -0
  126. package/dist/esm/icons/mini/BeakerPlus.d.ts +4 -0
  127. package/dist/esm/icons/mini/ChatBubbleBottomCenterPlus.d.ts +4 -0
  128. package/dist/esm/icons/mini/ChatBubbleBottomCenterText.d.ts +4 -0
  129. package/dist/esm/icons/mini/ChatBubbleLeftRight.d.ts +4 -0
  130. package/dist/esm/icons/mini/CheckCircle.d.ts +4 -0
  131. package/dist/esm/icons/mini/ChevronDown.d.ts +4 -0
  132. package/dist/esm/icons/mini/ChevronLeft.d.ts +4 -0
  133. package/dist/esm/icons/mini/ChevronRight.d.ts +4 -0
  134. package/dist/esm/icons/mini/ChevronUp.d.ts +4 -0
  135. package/dist/esm/icons/mini/Clipboard.d.ts +4 -0
  136. package/dist/esm/icons/mini/CloudArrowDown.d.ts +4 -0
  137. package/dist/esm/icons/mini/Cog6Tooth.d.ts +4 -0
  138. package/dist/esm/icons/mini/CommandLine.d.ts +4 -0
  139. package/dist/esm/icons/mini/DocumentPlus.d.ts +4 -0
  140. package/dist/esm/icons/mini/DocumentText.d.ts +4 -0
  141. package/dist/esm/icons/mini/ExclamationCircle.d.ts +4 -0
  142. package/dist/esm/icons/mini/FolderOpen.d.ts +4 -0
  143. package/dist/esm/icons/mini/HandThumbDown.d.ts +4 -0
  144. package/dist/esm/icons/mini/HandThumbUp.d.ts +4 -0
  145. package/dist/esm/icons/mini/InformationCircle.d.ts +4 -0
  146. package/dist/esm/icons/mini/Key.d.ts +4 -0
  147. package/dist/esm/icons/mini/MagnifyingGlass.d.ts +4 -0
  148. package/dist/esm/icons/mini/PaperAirplane.d.ts +4 -0
  149. package/dist/esm/icons/mini/PencilSquare.d.ts +4 -0
  150. package/dist/esm/icons/mini/Plus.d.ts +4 -0
  151. package/dist/esm/icons/mini/QuestionMarkCircle.d.ts +4 -0
  152. package/dist/esm/icons/mini/Server.d.ts +4 -0
  153. package/dist/esm/icons/mini/Square3Stack3D.d.ts +4 -0
  154. package/dist/esm/icons/mini/XCircle.d.ts +4 -0
  155. package/dist/esm/icons/mini/XMark.d.ts +4 -0
  156. package/dist/esm/icons/mini/index.d.ts +32 -0
  157. package/dist/esm/icons/solid/ArrowUpOnSquare.d.ts +4 -0
  158. package/dist/esm/icons/solid/Beaker.d.ts +4 -0
  159. package/dist/esm/icons/solid/BeakerPlus.d.ts +4 -0
  160. package/dist/esm/icons/solid/ChatBubbleBottomCenterPlus.d.ts +4 -0
  161. package/dist/esm/icons/solid/ChatBubbleBottomCenterText.d.ts +4 -0
  162. package/dist/esm/icons/solid/ChatBubbleLeftRight.d.ts +4 -0
  163. package/dist/esm/icons/solid/CheckCircle.d.ts +4 -0
  164. package/dist/esm/icons/solid/ChevronDown.d.ts +4 -0
  165. package/dist/esm/icons/solid/ChevronLeft.d.ts +4 -0
  166. package/dist/esm/icons/solid/ChevronRight.d.ts +4 -0
  167. package/dist/esm/icons/solid/ChevronUp.d.ts +4 -0
  168. package/dist/esm/icons/solid/Clipboard.d.ts +4 -0
  169. package/dist/esm/icons/solid/CloudArrowDown.d.ts +4 -0
  170. package/dist/esm/icons/solid/Cog6Tooth.d.ts +4 -0
  171. package/dist/esm/icons/solid/CommandLine.d.ts +4 -0
  172. package/dist/esm/icons/solid/DocumentPlus.d.ts +4 -0
  173. package/dist/esm/icons/solid/DocumentText.d.ts +4 -0
  174. package/dist/esm/icons/solid/ExclamationCircle.d.ts +4 -0
  175. package/dist/esm/icons/solid/FolderOpen.d.ts +4 -0
  176. package/dist/esm/icons/solid/HandThumbDown.d.ts +4 -0
  177. package/dist/esm/icons/solid/HandThumbUp.d.ts +4 -0
  178. package/dist/esm/icons/solid/InformationCircle.d.ts +4 -0
  179. package/dist/esm/icons/solid/Key.d.ts +4 -0
  180. package/dist/esm/icons/solid/MagnifyingGlass.d.ts +4 -0
  181. package/dist/esm/icons/solid/PaperAirplane.d.ts +4 -0
  182. package/dist/esm/icons/solid/PencilSquare.d.ts +4 -0
  183. package/dist/esm/icons/solid/Plus.d.ts +4 -0
  184. package/dist/esm/icons/solid/QuestionMarkCircle.d.ts +4 -0
  185. package/dist/esm/icons/solid/Server.d.ts +4 -0
  186. package/dist/esm/icons/solid/Square3Stack3D.d.ts +4 -0
  187. package/dist/esm/icons/solid/XCircle.d.ts +4 -0
  188. package/dist/esm/icons/solid/XMark.d.ts +4 -0
  189. package/dist/esm/icons/solid/index.d.ts +32 -0
  190. package/dist/esm/icons/solid_stroke/ArrowUpOnSquare.d.ts +4 -0
  191. package/dist/esm/icons/solid_stroke/Beaker.d.ts +4 -0
  192. package/dist/esm/icons/solid_stroke/BeakerPlus.d.ts +4 -0
  193. package/dist/esm/icons/solid_stroke/ChatBubbleBottomCenterPlus.d.ts +4 -0
  194. package/dist/esm/icons/solid_stroke/ChatBubbleBottomCenterText.d.ts +4 -0
  195. package/dist/esm/icons/solid_stroke/ChatBubbleLeftRight.d.ts +4 -0
  196. package/dist/esm/icons/solid_stroke/CheckCircle.d.ts +4 -0
  197. package/dist/esm/icons/solid_stroke/ChevronDown.d.ts +4 -0
  198. package/dist/esm/icons/solid_stroke/ChevronLeft.d.ts +4 -0
  199. package/dist/esm/icons/solid_stroke/ChevronRight.d.ts +4 -0
  200. package/dist/esm/icons/solid_stroke/ChevronUp.d.ts +4 -0
  201. package/dist/esm/icons/solid_stroke/Clipboard.d.ts +4 -0
  202. package/dist/esm/icons/solid_stroke/CloudArrowDown.d.ts +4 -0
  203. package/dist/esm/icons/solid_stroke/Cog6Tooth.d.ts +4 -0
  204. package/dist/esm/icons/solid_stroke/CommandLine.d.ts +4 -0
  205. package/dist/esm/icons/solid_stroke/DocumentPlus.d.ts +4 -0
  206. package/dist/esm/icons/solid_stroke/DocumentText.d.ts +4 -0
  207. package/dist/esm/icons/solid_stroke/ExclamationCircle.d.ts +4 -0
  208. package/dist/esm/icons/solid_stroke/FolderOpen.d.ts +4 -0
  209. package/dist/esm/icons/solid_stroke/HandThumbDown.d.ts +4 -0
  210. package/dist/esm/icons/solid_stroke/HandThumbUp.d.ts +4 -0
  211. package/dist/esm/icons/solid_stroke/InformationCircle.d.ts +4 -0
  212. package/dist/esm/icons/solid_stroke/Key.d.ts +4 -0
  213. package/dist/esm/icons/solid_stroke/MagnifyingGlass.d.ts +4 -0
  214. package/dist/esm/icons/solid_stroke/PaperAirplane.d.ts +4 -0
  215. package/dist/esm/icons/solid_stroke/PencilSquare.d.ts +4 -0
  216. package/dist/esm/icons/solid_stroke/Plus.d.ts +4 -0
  217. package/dist/esm/icons/solid_stroke/QuestionMarkCircle.d.ts +4 -0
  218. package/dist/esm/icons/solid_stroke/Server.d.ts +4 -0
  219. package/dist/esm/icons/solid_stroke/Square3Stack3D.d.ts +4 -0
  220. package/dist/esm/icons/solid_stroke/XCircle.d.ts +4 -0
  221. package/dist/esm/icons/solid_stroke/XMark.d.ts +4 -0
  222. package/dist/esm/icons/solid_stroke/index.d.ts +32 -0
  223. package/dist/esm/index.css +3 -0
  224. package/dist/esm/index.d.ts +19 -0
  225. package/dist/esm/index.js +626 -0
  226. package/dist/esm/index.js.map +1 -0
  227. package/dist/esm/lib/utils.d.ts +1 -0
  228. package/dist/esm/logo/Logo.d.ts +4 -0
  229. package/dist/esm/logo/index.d.ts +1 -0
  230. package/dist/tsconfig.tsbuildinfo +1 -0
  231. package/package.json +51 -0
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleBottomCenterText: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleBottomCenterText;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleLeftRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleLeftRight;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCheckCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronRight;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronUp;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgClipboard: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClipboard;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCloudArrowDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCloudArrowDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCog6Tooth: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCog6Tooth;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCommandLine: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCommandLine;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgDocumentPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDocumentPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgDocumentText: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDocumentText;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgExclamationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgExclamationCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgFolderOpen: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgFolderOpen;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgHandThumbDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandThumbDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgHandThumbUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandThumbUp;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgInformationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgInformationCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgKey: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgKey;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgMagnifyingGlass;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPaperAirplane: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPaperAirplane;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPencilSquare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPencilSquare;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgQuestionMarkCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgQuestionMarkCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgServer: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgServer;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgSquare3Stack3D: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSquare3Stack3D;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgXCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgXCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgXMark: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgXMark;
@@ -0,0 +1,32 @@
1
+ export { default as ArrowUpOnSquare } from "./ArrowUpOnSquare";
2
+ export { default as BeakerPlus } from "./BeakerPlus";
3
+ export { default as Beaker } from "./Beaker";
4
+ export { default as ChatBubbleBottomCenterPlus } from "./ChatBubbleBottomCenterPlus";
5
+ export { default as ChatBubbleBottomCenterText } from "./ChatBubbleBottomCenterText";
6
+ export { default as ChatBubbleLeftRight } from "./ChatBubbleLeftRight";
7
+ export { default as CheckCircle } from "./CheckCircle";
8
+ export { default as ChevronDown } from "./ChevronDown";
9
+ export { default as ChevronLeft } from "./ChevronLeft";
10
+ export { default as ChevronRight } from "./ChevronRight";
11
+ export { default as ChevronUp } from "./ChevronUp";
12
+ export { default as Clipboard } from "./Clipboard";
13
+ export { default as CloudArrowDown } from "./CloudArrowDown";
14
+ export { default as Cog6Tooth } from "./Cog6Tooth";
15
+ export { default as CommandLine } from "./CommandLine";
16
+ export { default as DocumentPlus } from "./DocumentPlus";
17
+ export { default as DocumentText } from "./DocumentText";
18
+ export { default as ExclamationCircle } from "./ExclamationCircle";
19
+ export { default as FolderOpen } from "./FolderOpen";
20
+ export { default as HandThumbDown } from "./HandThumbDown";
21
+ export { default as HandThumbUp } from "./HandThumbUp";
22
+ export { default as InformationCircle } from "./InformationCircle";
23
+ export { default as Key } from "./Key";
24
+ export { default as MagnifyingGlass } from "./MagnifyingGlass";
25
+ export { default as PaperAirplane } from "./PaperAirplane";
26
+ export { default as PencilSquare } from "./PencilSquare";
27
+ export { default as Plus } from "./Plus";
28
+ export { default as QuestionMarkCircle } from "./QuestionMarkCircle";
29
+ export { default as Server } from "./Server";
30
+ export { default as Square3Stack3D } from "./Square3Stack3D";
31
+ export { default as XCircle } from "./XCircle";
32
+ export { default as XMark } from "./XMark";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgArrowUpOnSquare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowUpOnSquare;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgBeaker: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBeaker;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgBeakerPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBeakerPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleBottomCenterPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleBottomCenterPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleBottomCenterText: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleBottomCenterText;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleLeftRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleLeftRight;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCheckCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronRight;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronUp;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgClipboard: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClipboard;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCloudArrowDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCloudArrowDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCog6Tooth: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCog6Tooth;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCommandLine: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCommandLine;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgDocumentPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDocumentPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgDocumentText: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDocumentText;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgExclamationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgExclamationCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgFolderOpen: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgFolderOpen;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgHandThumbDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandThumbDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgHandThumbUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandThumbUp;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgInformationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgInformationCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgKey: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgKey;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgMagnifyingGlass;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPaperAirplane: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPaperAirplane;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPencilSquare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPencilSquare;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgQuestionMarkCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgQuestionMarkCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgServer: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgServer;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgSquare3Stack3D: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgSquare3Stack3D;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgXCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgXCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgXMark: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgXMark;
@@ -0,0 +1,32 @@
1
+ export { default as ArrowUpOnSquare } from "./ArrowUpOnSquare";
2
+ export { default as BeakerPlus } from "./BeakerPlus";
3
+ export { default as Beaker } from "./Beaker";
4
+ export { default as ChatBubbleBottomCenterPlus } from "./ChatBubbleBottomCenterPlus";
5
+ export { default as ChatBubbleBottomCenterText } from "./ChatBubbleBottomCenterText";
6
+ export { default as ChatBubbleLeftRight } from "./ChatBubbleLeftRight";
7
+ export { default as CheckCircle } from "./CheckCircle";
8
+ export { default as ChevronDown } from "./ChevronDown";
9
+ export { default as ChevronLeft } from "./ChevronLeft";
10
+ export { default as ChevronRight } from "./ChevronRight";
11
+ export { default as ChevronUp } from "./ChevronUp";
12
+ export { default as Clipboard } from "./Clipboard";
13
+ export { default as CloudArrowDown } from "./CloudArrowDown";
14
+ export { default as Cog6Tooth } from "./Cog6Tooth";
15
+ export { default as CommandLine } from "./CommandLine";
16
+ export { default as DocumentPlus } from "./DocumentPlus";
17
+ export { default as DocumentText } from "./DocumentText";
18
+ export { default as ExclamationCircle } from "./ExclamationCircle";
19
+ export { default as FolderOpen } from "./FolderOpen";
20
+ export { default as HandThumbDown } from "./HandThumbDown";
21
+ export { default as HandThumbUp } from "./HandThumbUp";
22
+ export { default as InformationCircle } from "./InformationCircle";
23
+ export { default as Key } from "./Key";
24
+ export { default as MagnifyingGlass } from "./MagnifyingGlass";
25
+ export { default as PaperAirplane } from "./PaperAirplane";
26
+ export { default as PencilSquare } from "./PencilSquare";
27
+ export { default as Plus } from "./Plus";
28
+ export { default as QuestionMarkCircle } from "./QuestionMarkCircle";
29
+ export { default as Server } from "./Server";
30
+ export { default as Square3Stack3D } from "./Square3Stack3D";
31
+ export { default as XCircle } from "./XCircle";
32
+ export { default as XMark } from "./XMark";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgArrowUpOnSquare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgArrowUpOnSquare;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgBeaker: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBeaker;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgBeakerPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgBeakerPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleBottomCenterPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleBottomCenterPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleBottomCenterText: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleBottomCenterText;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChatBubbleLeftRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChatBubbleLeftRight;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCheckCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCheckCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronRight;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgChevronUp;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgClipboard: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgClipboard;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCloudArrowDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCloudArrowDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCog6Tooth: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCog6Tooth;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgCommandLine: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCommandLine;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgDocumentPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDocumentPlus;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgDocumentText: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgDocumentText;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgExclamationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgExclamationCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgFolderOpen: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgFolderOpen;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgHandThumbDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandThumbDown;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgHandThumbUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandThumbUp;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgInformationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgInformationCircle;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgKey: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgKey;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgMagnifyingGlass;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPaperAirplane: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPaperAirplane;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPencilSquare: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPencilSquare;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgPlus;