@ftdata/ui 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 (265) hide show
  1. package/README.md +23 -0
  2. package/dist/assets/AddIcon.d.ts +3 -0
  3. package/dist/assets/AddIcon.js +35 -0
  4. package/dist/assets/ArrowLeftIcon.d.ts +2 -0
  5. package/dist/assets/ArrowLeftIcon.js +26 -0
  6. package/dist/assets/BackArrowIcon.d.ts +3 -0
  7. package/dist/assets/BackArrowIcon.js +35 -0
  8. package/dist/assets/BellIcon.d.ts +2 -0
  9. package/dist/assets/BellIcon.js +43 -0
  10. package/dist/assets/BuildingIcon.d.ts +2 -0
  11. package/dist/assets/BuildingIcon.js +15 -0
  12. package/dist/assets/BurgerMenu.d.ts +3 -0
  13. package/dist/assets/BurgerMenu.js +41 -0
  14. package/dist/assets/CancelSquareIcon.d.ts +3 -0
  15. package/dist/assets/CancelSquareIcon.js +36 -0
  16. package/dist/assets/CarretDownIcon.d.ts +3 -0
  17. package/dist/assets/CarretDownIcon.js +32 -0
  18. package/dist/assets/CavetDown.d.ts +2 -0
  19. package/dist/assets/CavetDown.js +18 -0
  20. package/dist/assets/CavetRight.d.ts +2 -0
  21. package/dist/assets/CavetRight.js +18 -0
  22. package/dist/assets/CavetUp.d.ts +2 -0
  23. package/dist/assets/CavetUp.js +18 -0
  24. package/dist/assets/CheckMarkIcon.d.ts +3 -0
  25. package/dist/assets/CheckMarkIcon.js +39 -0
  26. package/dist/assets/CheckmarkDone.d.ts +3 -0
  27. package/dist/assets/CheckmarkDone.js +27 -0
  28. package/dist/assets/CloseIcon.d.ts +2 -0
  29. package/dist/assets/CloseIcon.js +27 -0
  30. package/dist/assets/CommandIcon.d.ts +2 -0
  31. package/dist/assets/CommandIcon.js +77 -0
  32. package/dist/assets/DoneCircleIcon.d.ts +3 -0
  33. package/dist/assets/DoneCircleIcon.js +29 -0
  34. package/dist/assets/EmptyAlertDetail.d.ts +2 -0
  35. package/dist/assets/EmptyAlertDetail.js +451 -0
  36. package/dist/assets/EmptyPage.d.ts +3 -0
  37. package/dist/assets/EmptyPage.js +551 -0
  38. package/dist/assets/EyeIcon.d.ts +2 -0
  39. package/dist/assets/EyeIcon.js +35 -0
  40. package/dist/assets/FenceIcon.d.ts +2 -0
  41. package/dist/assets/FenceIcon.js +70 -0
  42. package/dist/assets/FolderCheckmark.d.ts +3 -0
  43. package/dist/assets/FolderCheckmark.js +44 -0
  44. package/dist/assets/FulltrackLogo.d.ts +3 -0
  45. package/dist/assets/FulltrackLogo.js +37 -0
  46. package/dist/assets/GlobeIcon.d.ts +2 -0
  47. package/dist/assets/GlobeIcon.js +61 -0
  48. package/dist/assets/GoogleIcon.d.ts +2 -0
  49. package/dist/assets/GoogleIcon.js +18 -0
  50. package/dist/assets/Group.js +2 -0
  51. package/dist/assets/MinusMarkIcon.d.ts +3 -0
  52. package/dist/assets/MinusMarkIcon.js +40 -0
  53. package/dist/assets/MosaicIcon.d.ts +3 -0
  54. package/dist/assets/MosaicIcon.js +41 -0
  55. package/dist/assets/NavLogo.d.ts +3 -0
  56. package/dist/assets/NavLogo.js +73 -0
  57. package/dist/assets/PinLocation.d.ts +2 -0
  58. package/dist/assets/PinLocation.js +31 -0
  59. package/dist/assets/PlusAddIcon.d.ts +2 -0
  60. package/dist/assets/PlusAddIcon.js +42 -0
  61. package/dist/assets/RefreshIcon.d.ts +2 -0
  62. package/dist/assets/RefreshIcon.js +16 -0
  63. package/dist/assets/SearchIcon.d.ts +3 -0
  64. package/dist/assets/SearchIcon.js +30 -0
  65. package/dist/assets/SendIcon.d.ts +3 -0
  66. package/dist/assets/SendIcon.js +20 -0
  67. package/dist/assets/StreetView.d.ts +2 -0
  68. package/dist/assets/StreetView.js +52 -0
  69. package/dist/assets/SwitchCheckMarkIcon.d.ts +3 -0
  70. package/dist/assets/SwitchCheckMarkIcon.js +40 -0
  71. package/dist/assets/WarningIcon.d.ts +2 -0
  72. package/dist/assets/WarningIcon.js +34 -0
  73. package/dist/assets/gif/how-to-use.js +2 -0
  74. package/dist/assets/iconMenu/SettingsIcon.d.ts +2 -0
  75. package/dist/assets/iconMenu/SettingsIcon.js +30 -0
  76. package/dist/assets/img/cover.js +2 -0
  77. package/dist/assets/img/map-sample.js +2 -0
  78. package/dist/assets/img/photo-goes-here.js +2 -0
  79. package/dist/assets/svg/chat.js +2 -0
  80. package/dist/assets/svg/colored-item.js +2 -0
  81. package/dist/assets/svg/mailbox-bro.js +2 -0
  82. package/dist/assets/svg/star-favorite.js +2 -0
  83. package/dist/assets/travolta.js +2 -0
  84. package/dist/components/Avatar/Avatar.stories.d.ts +33 -0
  85. package/dist/components/Avatar/Avatar.stories.js +177 -0
  86. package/dist/components/Avatar/index.d.ts +7 -0
  87. package/dist/components/Avatar/index.js +28 -0
  88. package/dist/components/Avatar/styles.d.ts +4 -0
  89. package/dist/components/Avatar/styles.js +37 -0
  90. package/dist/components/Avatar/utils/getAvatarColors.d.ts +6 -0
  91. package/dist/components/Avatar/utils/getAvatarColors.js +48 -0
  92. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +17 -0
  93. package/dist/components/Breadcrumb/Breadcrumb.stories.js +51 -0
  94. package/dist/components/Breadcrumb/index.d.ts +10 -0
  95. package/dist/components/Breadcrumb/index.js +34 -0
  96. package/dist/components/Breadcrumb/styles.d.ts +9 -0
  97. package/dist/components/Breadcrumb/styles.js +43 -0
  98. package/dist/components/Button/Button.stories.d.ts +58 -0
  99. package/dist/components/Button/Button.stories.js +284 -0
  100. package/dist/components/Button/index.d.ts +26 -0
  101. package/dist/components/Button/index.js +69 -0
  102. package/dist/components/Button/modifiers.d.ts +8 -0
  103. package/dist/components/Button/modifiers.js +41 -0
  104. package/dist/components/Button/styles.d.ts +25 -0
  105. package/dist/components/Button/styles.js +111 -0
  106. package/dist/components/Checkbox/CheckMarkIcon.d.ts +3 -0
  107. package/dist/components/Checkbox/CheckMarkIcon.js +38 -0
  108. package/dist/components/Checkbox/Checkbox.stories.d.ts +35 -0
  109. package/dist/components/Checkbox/Checkbox.stories.js +101 -0
  110. package/dist/components/Checkbox/MinusMarkIcon.d.ts +3 -0
  111. package/dist/components/Checkbox/MinusMarkIcon.js +39 -0
  112. package/dist/components/Checkbox/index.d.ts +9 -0
  113. package/dist/components/Checkbox/index.js +40 -0
  114. package/dist/components/Checkbox/styles.d.ts +12 -0
  115. package/dist/components/Checkbox/styles.js +41 -0
  116. package/dist/components/Collapse/Colapse.stories.d.ts +10 -0
  117. package/dist/components/Collapse/Colapse.stories.js +108 -0
  118. package/dist/components/Collapse/index.d.ts +15 -0
  119. package/dist/components/Collapse/index.js +61 -0
  120. package/dist/components/Collapse/styles.d.ts +11 -0
  121. package/dist/components/Collapse/styles.js +23 -0
  122. package/dist/components/CustomSelect/CustomSelect.stories.d.ts +73 -0
  123. package/dist/components/CustomSelect/CustomSelect.stories.js +477 -0
  124. package/dist/components/CustomSelect/CustomSelectList/index.d.ts +10 -0
  125. package/dist/components/CustomSelect/CustomSelectList/index.js +66 -0
  126. package/dist/components/CustomSelect/CustomSelectList/style.d.ts +8 -0
  127. package/dist/components/CustomSelect/CustomSelectList/style.js +95 -0
  128. package/dist/components/CustomSelect/index.d.ts +30 -0
  129. package/dist/components/CustomSelect/index.js +193 -0
  130. package/dist/components/CustomSelect/styles.d.ts +22 -0
  131. package/dist/components/CustomSelect/styles.js +93 -0
  132. package/dist/components/DoubleList/DoubleList.stories.d.ts +13 -0
  133. package/dist/components/DoubleList/DoubleList.stories.js +82 -0
  134. package/dist/components/DoubleList/index.d.ts +9 -0
  135. package/dist/components/DoubleList/index.js +70 -0
  136. package/dist/components/DoubleList/style.d.ts +5 -0
  137. package/dist/components/DoubleList/style.js +92 -0
  138. package/dist/components/EmptyState/Empty.stories.d.ts +26 -0
  139. package/dist/components/EmptyState/Empty.stories.js +72 -0
  140. package/dist/components/EmptyState/index.d.ts +10 -0
  141. package/dist/components/EmptyState/index.js +48 -0
  142. package/dist/components/EmptyState/styles.d.ts +3 -0
  143. package/dist/components/EmptyState/styles.js +39 -0
  144. package/dist/components/Grid/Column/Column.stories.d.ts +26 -0
  145. package/dist/components/Grid/Column/Column.stories.js +335 -0
  146. package/dist/components/Grid/Column/index.d.ts +15 -0
  147. package/dist/components/Grid/Column/index.js +10 -0
  148. package/dist/components/Grid/Container/Container.stories.d.ts +11 -0
  149. package/dist/components/Grid/Container/Container.stories.js +114 -0
  150. package/dist/components/Grid/Container/index.d.ts +6 -0
  151. package/dist/components/Grid/Container/index.js +11 -0
  152. package/dist/components/Grid/Row/Row.stories.d.ts +22 -0
  153. package/dist/components/Grid/Row/Row.stories.js +248 -0
  154. package/dist/components/Grid/Row/index.d.ts +20 -0
  155. package/dist/components/Grid/Row/index.js +10 -0
  156. package/dist/components/Grid/index.d.ts +38 -0
  157. package/dist/components/Grid/index.js +121 -0
  158. package/dist/components/Grid/utils.d.ts +1 -0
  159. package/dist/components/Grid/utils.js +18 -0
  160. package/dist/components/Loading/Loading/index.d.ts +7 -0
  161. package/dist/components/Loading/Loading/index.js +9 -0
  162. package/dist/components/Loading/Loading.stories.d.ts +24 -0
  163. package/dist/components/Loading/Loading.stories.js +145 -0
  164. package/dist/components/Loading/index.d.ts +16 -0
  165. package/dist/components/Loading/index.js +98 -0
  166. package/dist/components/Menu/constants/icons.d.ts +17 -0
  167. package/dist/components/Menu/constants/icons.js +61 -0
  168. package/dist/components/Menu/helpers/createMenus.d.ts +2 -0
  169. package/dist/components/Menu/helpers/createMenus.js +20 -0
  170. package/dist/components/Menu/helpers/createSubMenus.d.ts +2 -0
  171. package/dist/components/Menu/helpers/createSubMenus.js +13 -0
  172. package/dist/components/Menu/helpers/generateColorScale.d.ts +1 -0
  173. package/dist/components/Menu/helpers/generateColorScale.js +62 -0
  174. package/dist/components/Menu/helpers/getLuminance.d.ts +1 -0
  175. package/dist/components/Menu/helpers/getLuminance.js +9 -0
  176. package/dist/components/Menu/index.d.ts +12 -0
  177. package/dist/components/Menu/index.js +108 -0
  178. package/dist/components/Menu/styles.d.ts +17 -0
  179. package/dist/components/Menu/styles.js +202 -0
  180. package/dist/components/Menu/types/IconKeysType.d.ts +2 -0
  181. package/dist/components/Menu/types/IconKeysType.js +0 -0
  182. package/dist/components/Menu/types/MenuItem.d.ts +26 -0
  183. package/dist/components/Menu/types/MenuItem.js +0 -0
  184. package/dist/components/MultiSelect/Badge/index.d.ts +6 -0
  185. package/dist/components/MultiSelect/Badge/index.js +31 -0
  186. package/dist/components/MultiSelect/Badge/styles.d.ts +1 -0
  187. package/dist/components/MultiSelect/Badge/styles.js +57 -0
  188. package/dist/components/MultiSelect/MultiSelect.stories.d.ts +61 -0
  189. package/dist/components/MultiSelect/MultiSelect.stories.js +336 -0
  190. package/dist/components/MultiSelect/MultiSelectList/index.d.ts +10 -0
  191. package/dist/components/MultiSelect/MultiSelectList/index.js +59 -0
  192. package/dist/components/MultiSelect/MultiSelectList/style.d.ts +3 -0
  193. package/dist/components/MultiSelect/MultiSelectList/style.js +82 -0
  194. package/dist/components/MultiSelect/calcTextSize.d.ts +1 -0
  195. package/dist/components/MultiSelect/calcTextSize.js +10 -0
  196. package/dist/components/MultiSelect/index.d.ts +24 -0
  197. package/dist/components/MultiSelect/index.js +284 -0
  198. package/dist/components/MultiSelect/styles.d.ts +24 -0
  199. package/dist/components/MultiSelect/styles.js +165 -0
  200. package/dist/components/Radio/Radio.stories.d.ts +18 -0
  201. package/dist/components/Radio/Radio.stories.js +30 -0
  202. package/dist/components/Radio/index.d.ts +7 -0
  203. package/dist/components/Radio/index.js +27 -0
  204. package/dist/components/Radio/story.d.ts +5 -0
  205. package/dist/components/Radio/story.js +47 -0
  206. package/dist/components/Radio/styles.d.ts +8 -0
  207. package/dist/components/Radio/styles.js +43 -0
  208. package/dist/components/StateAlert/StateAlert.stories.d.ts +46 -0
  209. package/dist/components/StateAlert/StateAlert.stories.js +189 -0
  210. package/dist/components/StateAlert/index.d.ts +22 -0
  211. package/dist/components/StateAlert/index.js +56 -0
  212. package/dist/components/StateAlert/styles.d.ts +7 -0
  213. package/dist/components/StateAlert/styles.js +124 -0
  214. package/dist/components/Switch/Switch.stories.d.ts +26 -0
  215. package/dist/components/Switch/Switch.stories.js +81 -0
  216. package/dist/components/Switch/index.d.ts +8 -0
  217. package/dist/components/Switch/index.js +26 -0
  218. package/dist/components/Switch/styles.d.ts +15 -0
  219. package/dist/components/Switch/styles.js +33 -0
  220. package/dist/components/Text/Paragraph/Paragraph.stories.d.ts +29 -0
  221. package/dist/components/Text/Paragraph/Paragraph.stories.js +124 -0
  222. package/dist/components/Text/Title/Title.stories.d.ts +41 -0
  223. package/dist/components/Text/Title/Title.stories.js +106 -0
  224. package/dist/components/Text/index.d.ts +3 -0
  225. package/dist/components/Text/index.js +17 -0
  226. package/dist/components/Text/styles.d.ts +23 -0
  227. package/dist/components/Text/styles.js +70 -0
  228. package/dist/components/TextArea/Textarea.stories.d.ts +33 -0
  229. package/dist/components/TextArea/Textarea.stories.js +65 -0
  230. package/dist/components/TextArea/index.d.ts +10 -0
  231. package/dist/components/TextArea/index.js +39 -0
  232. package/dist/components/TextArea/styles.d.ts +18 -0
  233. package/dist/components/TextArea/styles.js +88 -0
  234. package/dist/components/TooltipWrapper/Tooltip.stories.d.ts +21 -0
  235. package/dist/components/TooltipWrapper/Tooltip.stories.js +54 -0
  236. package/dist/components/TooltipWrapper/index.d.ts +20 -0
  237. package/dist/components/TooltipWrapper/index.js +56 -0
  238. package/dist/components/TooltipWrapper/styles.d.ts +6 -0
  239. package/dist/components/TooltipWrapper/styles.js +20 -0
  240. package/dist/components/Tooltips/Tooltips.stories.d.ts +25 -0
  241. package/dist/components/Tooltips/Tooltips.stories.js +139 -0
  242. package/dist/components/Tooltips/index.d.ts +8 -0
  243. package/dist/components/Tooltips/index.js +28 -0
  244. package/dist/components/Tooltips/styles.d.ts +5 -0
  245. package/dist/components/Tooltips/styles.js +37 -0
  246. package/dist/components/UserMenu/UserMenu.stories.d.ts +26 -0
  247. package/dist/components/UserMenu/UserMenu.stories.js +174 -0
  248. package/dist/components/UserMenu/index.d.ts +19 -0
  249. package/dist/components/UserMenu/index.js +64 -0
  250. package/dist/components/UserMenu/style.d.ts +2 -0
  251. package/dist/components/UserMenu/style.js +44 -0
  252. package/dist/index.d.ts +3 -0
  253. package/dist/index.js +3 -0
  254. package/dist/static/image/cover.png +0 -0
  255. package/dist/static/image/how-to-use.gif +0 -0
  256. package/dist/static/image/map-sample.png +0 -0
  257. package/dist/static/image/photo-goes-here.png +0 -0
  258. package/dist/static/image/travolta.jpg +0 -0
  259. package/dist/static/svg/Group.svg +5 -0
  260. package/dist/static/svg/chat.svg +10 -0
  261. package/dist/static/svg/colored-item.svg +9 -0
  262. package/dist/static/svg/mailbox-bro.svg +102 -0
  263. package/dist/static/svg/star-favorite.svg +3 -0
  264. package/dist/style/_reset.css +205 -0
  265. package/package.json +43 -0
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # Rslib project
2
+
3
+ ## Setup
4
+
5
+ Install the dependencies:
6
+
7
+ ```bash
8
+ pnpm install
9
+ ```
10
+
11
+ ## Get started
12
+
13
+ Build the library:
14
+
15
+ ```bash
16
+ pnpm build
17
+ ```
18
+
19
+ Build the library in watch mode:
20
+
21
+ ```bash
22
+ pnpm dev
23
+ ```
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const CheckmarkDone: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckmarkDone;
@@ -0,0 +1,35 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CheckmarkDone = (props)=>/*#__PURE__*/ jsxs("svg", {
4
+ width: 24,
5
+ height: 24,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ stroke: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M12 8V16",
14
+ strokeWidth: 1.5,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /*#__PURE__*/ jsx("path", {
19
+ d: "M16 12H8",
20
+ strokeWidth: 1.5,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }),
24
+ /*#__PURE__*/ jsx("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z",
28
+ strokeWidth: 1.5,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })
32
+ ]
33
+ });
34
+ const AddIcon = CheckmarkDone;
35
+ export { AddIcon as default };
@@ -0,0 +1,2 @@
1
+ declare const ArrowLeftIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default ArrowLeftIcon;
@@ -0,0 +1,26 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const ArrowLeftIcon_ArrowLeftIcon = (props)=>/*#__PURE__*/ jsxs("svg", {
3
+ ...props,
4
+ width: "24px",
5
+ height: "24px",
6
+ viewBox: "0 0 24 24",
7
+ stroke: "currentColor",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: [
11
+ /*#__PURE__*/ jsx("path", {
12
+ d: "M4.01172 11.9805H19.0017",
13
+ strokeWidth: "1.5",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }),
17
+ /*#__PURE__*/ jsx("path", {
18
+ d: "M10.0149 5.98828L4.00391 12.0003L10.0149 18.0123",
19
+ strokeWidth: "1.5",
20
+ strokeLinecap: "round",
21
+ strokeLinejoin: "round"
22
+ })
23
+ ]
24
+ });
25
+ const ArrowLeftIcon = ArrowLeftIcon_ArrowLeftIcon;
26
+ export { ArrowLeftIcon as default };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const BackArrowIcon: FC;
3
+ export default BackArrowIcon;
@@ -0,0 +1,35 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const BackArrowIcon = ()=>/*#__PURE__*/ jsx("svg", {
4
+ width: "24",
5
+ height: "24",
6
+ viewBox: "0 0 24 24",
7
+ stroke: "currentColor",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: /*#__PURE__*/ jsxs("g", {
11
+ opacity: "0.64",
12
+ children: [
13
+ /*#__PURE__*/ jsx("path", {
14
+ d: "M5 12H19",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M10 7L5 12",
21
+ strokeWidth: "1.5",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }),
25
+ /*#__PURE__*/ jsx("path", {
26
+ d: "M10 17L5 12",
27
+ strokeWidth: "1.5",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round"
30
+ })
31
+ ]
32
+ })
33
+ });
34
+ const assets_BackArrowIcon = BackArrowIcon;
35
+ export { assets_BackArrowIcon as default };
@@ -0,0 +1,2 @@
1
+ declare const BellIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default BellIcon;
@@ -0,0 +1,43 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const BellIcon = (props)=>/*#__PURE__*/ jsxs("svg", {
3
+ ...props,
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M13.6 20H10.4",
12
+ stroke: "#2051B3",
13
+ strokeWidth: "1.5",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }),
17
+ /*#__PURE__*/ jsx("path", {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M17 10.032V10V10C17 7.239 14.761 5 12 5V5C9.239 5 7 7.239 7 10V10V10.032V12.504C7 12.828 6.817 13.123 6.528 13.268L6.025 13.519C5.397 13.834 5 14.476 5 15.178V15.178C5 16.202 5.83 17.032 6.854 17.032H17.146C18.17 17.032 19 16.202 19 15.178V15.178C19 14.476 18.603 13.834 17.975 13.52L17.472 13.269C17.183 13.123 17 12.828 17 12.504V10.032Z",
21
+ stroke: "#2051B3",
22
+ strokeWidth: "1.5",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M18.951 6.04883C18.239 4.79883 17.201 3.76083 15.951 3.04883",
28
+ stroke: "#2051B3",
29
+ strokeWidth: "1.5",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M5.04901 6.04883C5.76101 4.79883 6.79901 3.76083 8.04901 3.04883",
35
+ stroke: "#2051B3",
36
+ strokeWidth: "1.5",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ })
40
+ ]
41
+ });
42
+ const assets_BellIcon = BellIcon;
43
+ export { assets_BellIcon as default };
@@ -0,0 +1,2 @@
1
+ declare const BuildingIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default BuildingIcon;
@@ -0,0 +1,15 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const BuildingIcon_BuildingIcon = (props)=>/*#__PURE__*/ jsx("svg", {
3
+ ...props,
4
+ width: "16",
5
+ height: "16",
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: /*#__PURE__*/ jsx("path", {
10
+ d: "M9.33337 5.3335H10C10.1769 5.3335 10.3464 5.26326 10.4714 5.13823C10.5965 5.01321 10.6667 4.84364 10.6667 4.66683C10.6667 4.49002 10.5965 4.32045 10.4714 4.19543C10.3464 4.0704 10.1769 4.00016 10 4.00016H9.33337C9.15656 4.00016 8.98699 4.0704 8.86197 4.19543C8.73695 4.32045 8.66671 4.49002 8.66671 4.66683C8.66671 4.84364 8.73695 5.01321 8.86197 5.13823C8.98699 5.26326 9.15656 5.3335 9.33337 5.3335ZM9.33337 8.00016H10C10.1769 8.00016 10.3464 7.92992 10.4714 7.8049C10.5965 7.67988 10.6667 7.51031 10.6667 7.3335C10.6667 7.15669 10.5965 6.98712 10.4714 6.86209C10.3464 6.73707 10.1769 6.66683 10 6.66683H9.33337C9.15656 6.66683 8.98699 6.73707 8.86197 6.86209C8.73695 6.98712 8.66671 7.15669 8.66671 7.3335C8.66671 7.51031 8.73695 7.67988 8.86197 7.8049C8.98699 7.92992 9.15656 8.00016 9.33337 8.00016ZM6.00004 5.3335H6.66671C6.84352 5.3335 7.01309 5.26326 7.13811 5.13823C7.26314 5.01321 7.33337 4.84364 7.33337 4.66683C7.33337 4.49002 7.26314 4.32045 7.13811 4.19543C7.01309 4.0704 6.84352 4.00016 6.66671 4.00016H6.00004C5.82323 4.00016 5.65366 4.0704 5.52864 4.19543C5.40361 4.32045 5.33337 4.49002 5.33337 4.66683C5.33337 4.84364 5.40361 5.01321 5.52864 5.13823C5.65366 5.26326 5.82323 5.3335 6.00004 5.3335ZM6.00004 8.00016H6.66671C6.84352 8.00016 7.01309 7.92992 7.13811 7.8049C7.26314 7.67988 7.33337 7.51031 7.33337 7.3335C7.33337 7.15669 7.26314 6.98712 7.13811 6.86209C7.01309 6.73707 6.84352 6.66683 6.66671 6.66683H6.00004C5.82323 6.66683 5.65366 6.73707 5.52864 6.86209C5.40361 6.98712 5.33337 7.15669 5.33337 7.3335C5.33337 7.51031 5.40361 7.67988 5.52864 7.8049C5.65366 7.92992 5.82323 8.00016 6.00004 8.00016ZM14 13.3335H13.3334V2.00016C13.3334 1.82335 13.2631 1.65378 13.1381 1.52876C13.0131 1.40373 12.8435 1.3335 12.6667 1.3335H3.33337C3.15656 1.3335 2.98699 1.40373 2.86197 1.52876C2.73695 1.65378 2.66671 1.82335 2.66671 2.00016V13.3335H2.00004C1.82323 13.3335 1.65366 13.4037 1.52864 13.5288C1.40361 13.6538 1.33337 13.8234 1.33337 14.0002C1.33337 14.177 1.40361 14.3465 1.52864 14.4716C1.65366 14.5966 1.82323 14.6668 2.00004 14.6668H14C14.1769 14.6668 14.3464 14.5966 14.4714 14.4716C14.5965 14.3465 14.6667 14.177 14.6667 14.0002C14.6667 13.8234 14.5965 13.6538 14.4714 13.5288C14.3464 13.4037 14.1769 13.3335 14 13.3335ZM8.66671 13.3335H7.33337V10.6668H8.66671V13.3335ZM12 13.3335H10V10.0002C10 9.82335 9.9298 9.65378 9.80478 9.52876C9.67975 9.40373 9.51019 9.3335 9.33337 9.3335H6.66671C6.4899 9.3335 6.32033 9.40373 6.1953 9.52876C6.07028 9.65378 6.00004 9.82335 6.00004 10.0002V13.3335H4.00004V2.66683H12V13.3335Z",
11
+ fill: "#8E969B"
12
+ })
13
+ });
14
+ const BuildingIcon = BuildingIcon_BuildingIcon;
15
+ export { BuildingIcon as default };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const BurgerMenu: FC;
3
+ export default BurgerMenu;
@@ -0,0 +1,41 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const BurgerMenu = ()=>/*#__PURE__*/ jsxs("svg", {
4
+ id: "burger",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ stroke: "currentColor",
7
+ width: "24",
8
+ height: "24",
9
+ viewBox: "0 0 24 24",
10
+ fill: "none",
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M8.5 15H15.5",
14
+ strokeWidth: "1.5",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /*#__PURE__*/ jsx("path", {
19
+ d: "M8.5 12H15.5",
20
+ strokeWidth: "1.5",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }),
24
+ /*#__PURE__*/ jsx("path", {
25
+ d: "M8.5 9H15.5",
26
+ strokeWidth: "1.5",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round"
29
+ }),
30
+ /*#__PURE__*/ jsx("path", {
31
+ fillRule: "evenodd",
32
+ clipRule: "evenodd",
33
+ d: "M18 20H6C4.895 20 4 19.105 4 18V6C4 4.895 4.895 4 6 4H18C19.105 4 20 4.895 20 6V18C20 19.105 19.105 20 18 20Z",
34
+ strokeWidth: "1.5",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round"
37
+ })
38
+ ]
39
+ });
40
+ const assets_BurgerMenu = BurgerMenu;
41
+ export { assets_BurgerMenu as default };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CancelSquare: FC;
3
+ export default CancelSquare;
@@ -0,0 +1,36 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CancelSquare = ()=>/*#__PURE__*/ jsxs("svg", {
4
+ width: "16",
5
+ height: "16",
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd",
13
+ d: "M8 2V2C11.314 2 14 4.686 14 8V8C14 11.314 11.314 14 8 14V14C4.686 14 2 11.314 2 8V8C2 4.686 4.686 2 8 2Z",
14
+ stroke: "#C13E4A",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M7.99996 8.33333V5",
21
+ stroke: "#C13E4A",
22
+ strokeWidth: "1.5",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M7.9993 10.6667C7.9073 10.6667 7.83263 10.7413 7.8333 10.8333C7.8333 10.9253 7.90796 11 7.99996 11C8.09196 11 8.16663 10.9253 8.16663 10.8333C8.16663 10.7413 8.09196 10.6667 7.9993 10.6667",
28
+ stroke: "#C13E4A",
29
+ strokeWidth: "1.5",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ })
33
+ ]
34
+ });
35
+ const CancelSquareIcon = CancelSquare;
36
+ export { CancelSquareIcon as default };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CarretDown: FC;
3
+ export default CarretDown;
@@ -0,0 +1,32 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CarretDown = ()=>/*#__PURE__*/ jsxs("svg", {
4
+ width: "10",
5
+ height: "10",
6
+ viewBox: "0 0 10 10",
7
+ stroke: "currentColor",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: [
11
+ /*#__PURE__*/ jsx("g", {
12
+ clipPath: "url(#carret-down)",
13
+ children: /*#__PURE__*/ jsx("path", {
14
+ d: "M1 3L5 7L9 3",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ })
19
+ }),
20
+ /*#__PURE__*/ jsx("defs", {
21
+ children: /*#__PURE__*/ jsx("clipPath", {
22
+ id: "carret-down",
23
+ children: /*#__PURE__*/ jsx("rect", {
24
+ width: "10",
25
+ height: "10"
26
+ })
27
+ })
28
+ })
29
+ ]
30
+ });
31
+ const CarretDownIcon = CarretDown;
32
+ export { CarretDownIcon as default };
@@ -0,0 +1,2 @@
1
+ declare const CavetDownBig: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default CavetDownBig;
@@ -0,0 +1,18 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const CavetDownBig = (props)=>/*#__PURE__*/ jsx("svg", {
3
+ width: 16,
4
+ height: 16,
5
+ viewBox: "0 0 16 16",
6
+ fill: "none",
7
+ stroke: "currentColor",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...props,
10
+ children: /*#__PURE__*/ jsx("path", {
11
+ d: "M2 5L8 11L14 5",
12
+ strokeWidth: 1.5,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round"
15
+ })
16
+ });
17
+ const CavetDown = CavetDownBig;
18
+ export { CavetDown as default };
@@ -0,0 +1,2 @@
1
+ declare const CavetRight: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default CavetRight;
@@ -0,0 +1,18 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const CavetRight_CavetRight = (props)=>/*#__PURE__*/ jsx("svg", {
3
+ width: "16px",
4
+ height: "16px",
5
+ stroke: "currentColor",
6
+ viewBox: "0 0 16 16",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...props,
10
+ children: /*#__PURE__*/ jsx("path", {
11
+ d: "M5 2L11 8L5 14",
12
+ strokeWidth: 1.5,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round"
15
+ })
16
+ });
17
+ const CavetRight = CavetRight_CavetRight;
18
+ export { CavetRight as default };
@@ -0,0 +1,2 @@
1
+ declare const CavetUp: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default CavetUp;
@@ -0,0 +1,18 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ const CavetUp = (props)=>/*#__PURE__*/ jsx("svg", {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: 16,
5
+ height: 16,
6
+ viewBox: "0 0 16 16",
7
+ stroke: "currentColor",
8
+ fill: "none",
9
+ ...props,
10
+ children: /*#__PURE__*/ jsx("path", {
11
+ d: "M2 11L8 5L14 11",
12
+ strokeWidth: 1.5,
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round"
15
+ })
16
+ });
17
+ const assets_CavetUp = CavetUp;
18
+ export { assets_CavetUp as default };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const CheckMark: FC;
3
+ export default CheckMark;
@@ -0,0 +1,39 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CheckMark = ()=>/*#__PURE__*/ jsxs("svg", {
4
+ width: "10",
5
+ height: "10",
6
+ viewBox: "0 0 10 10",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [
10
+ /*#__PURE__*/ jsxs("g", {
11
+ clipPath: "url(#checkmark)",
12
+ children: [
13
+ /*#__PURE__*/ jsx("path", {
14
+ d: "M-9.5 -9.5H19.5V19.5H-9.5V-9.5Z",
15
+ stroke: "white"
16
+ }),
17
+ /*#__PURE__*/ jsx("path", {
18
+ d: "M8.50375 3.2525L4.1275 7.62875L1.49875 5.0025",
19
+ stroke: "white",
20
+ strokeWidth: "1.5",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ })
24
+ ]
25
+ }),
26
+ /*#__PURE__*/ jsx("defs", {
27
+ children: /*#__PURE__*/ jsx("clipPath", {
28
+ id: "checkmark",
29
+ children: /*#__PURE__*/ jsx("rect", {
30
+ width: "10",
31
+ height: "10",
32
+ fill: "white"
33
+ })
34
+ })
35
+ })
36
+ ]
37
+ });
38
+ const CheckMarkIcon = CheckMark;
39
+ export { CheckMarkIcon as default };
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const CheckmarkDone: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default CheckmarkDone;
@@ -0,0 +1,27 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const CheckmarkDone = (props)=>/*#__PURE__*/ jsxs("svg", {
4
+ width: 24,
5
+ height: 24,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ stroke: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...props,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M19.561 6.74316L12.005 14.2992L8.22803 10.5212",
14
+ strokeWidth: 1.5,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ }),
18
+ /*#__PURE__*/ jsx("path", {
19
+ d: "M20.5952 13.506V18.4C20.5952 19.56 19.6552 20.5 18.4952 20.5H5.69521C4.53521 20.5 3.59521 19.56 3.59521 18.4V5.6C3.59521 4.44 4.53521 3.5 5.69521 3.5H12.0952",
20
+ strokeWidth: 1.5,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ })
24
+ ]
25
+ });
26
+ const assets_CheckmarkDone = CheckmarkDone;
27
+ export { assets_CheckmarkDone as default };
@@ -0,0 +1,2 @@
1
+ declare const Close: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default Close;
@@ -0,0 +1,27 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const Close = (props)=>/*#__PURE__*/ jsxs("svg", {
3
+ width: "24",
4
+ height: "24",
5
+ viewBox: "0 0 24 24",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...props,
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ d: "M6 6L18 18",
12
+ stroke: "#8E969B",
13
+ strokeWidth: "1.5",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
+ }),
17
+ /*#__PURE__*/ jsx("path", {
18
+ d: "M18 6L6 18",
19
+ stroke: "#8E969B",
20
+ strokeWidth: "1.5",
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ })
24
+ ]
25
+ });
26
+ const CloseIcon = Close;
27
+ export { CloseIcon as default };
@@ -0,0 +1,2 @@
1
+ declare const CommandIcon: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default CommandIcon;
@@ -0,0 +1,77 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ const CommandIcon_CommandIcon = (props)=>/*#__PURE__*/ jsxs("svg", {
3
+ ...props,
4
+ width: "33",
5
+ height: "33",
6
+ viewBox: "0 0 33 33",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [
10
+ /*#__PURE__*/ jsx("rect", {
11
+ x: "0.5",
12
+ y: "0.5",
13
+ width: "32",
14
+ height: "32",
15
+ rx: "6",
16
+ fill: "#F5F5F5"
17
+ }),
18
+ /*#__PURE__*/ jsx("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M10.5 11.5H9.5C8.948 11.5 8.5 11.052 8.5 10.5V9.5C8.5 8.948 8.948 8.5 9.5 8.5H10.5C11.052 8.5 11.5 8.948 11.5 9.5V10.5C11.5 11.052 11.052 11.5 10.5 11.5Z",
22
+ stroke: "#6B757C",
23
+ strokeWidth: "1.5"
24
+ }),
25
+ /*#__PURE__*/ jsx("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M17 11.5H16C15.448 11.5 15 11.052 15 10.5V9.5C15 8.948 15.448 8.5 16 8.5H17C17.552 8.5 18 8.948 18 9.5V10.5C18 11.052 17.552 11.5 17 11.5Z",
29
+ stroke: "#6B757C",
30
+ strokeWidth: "1.5"
31
+ }),
32
+ /*#__PURE__*/ jsx("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M23.5 11.5H22.5C21.948 11.5 21.5 11.052 21.5 10.5V9.5C21.5 8.948 21.948 8.5 22.5 8.5H23.5C24.052 8.5 24.5 8.948 24.5 9.5V10.5C24.5 11.052 24.052 11.5 23.5 11.5Z",
36
+ stroke: "#6B757C",
37
+ strokeWidth: "1.5"
38
+ }),
39
+ /*#__PURE__*/ jsx("path", {
40
+ d: "M12.5 22.5L16.5 24.5L20.5 22.5",
41
+ stroke: "#6B757C",
42
+ strokeWidth: "1.5",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }),
46
+ /*#__PURE__*/ jsx("path", {
47
+ fillRule: "evenodd",
48
+ clipRule: "evenodd",
49
+ d: "M15 10.5V9.5C15 8.948 15.448 8.5 16 8.5H17C17.552 8.5 18 8.948 18 9.5V10.5C18 11.052 17.552 11.5 17 11.5H16C15.448 11.5 15 11.052 15 10.5Z",
50
+ stroke: "#6B757C",
51
+ strokeWidth: "1.5"
52
+ }),
53
+ /*#__PURE__*/ jsx("path", {
54
+ fillRule: "evenodd",
55
+ clipRule: "evenodd",
56
+ d: "M10.5 18H9.5C8.948 18 8.5 17.552 8.5 17V16C8.5 15.448 8.948 15 9.5 15H10.5C11.052 15 11.5 15.448 11.5 16V17C11.5 17.552 11.052 18 10.5 18Z",
57
+ stroke: "#6B757C",
58
+ strokeWidth: "1.5"
59
+ }),
60
+ /*#__PURE__*/ jsx("path", {
61
+ fillRule: "evenodd",
62
+ clipRule: "evenodd",
63
+ d: "M17 18H16C15.448 18 15 17.552 15 17V16C15 15.448 15.448 15 16 15H17C17.552 15 18 15.448 18 16V17C18 17.552 17.552 18 17 18Z",
64
+ stroke: "#6B757C",
65
+ strokeWidth: "1.5"
66
+ }),
67
+ /*#__PURE__*/ jsx("path", {
68
+ fillRule: "evenodd",
69
+ clipRule: "evenodd",
70
+ d: "M23.5 18H22.5C21.948 18 21.5 17.552 21.5 17V16C21.5 15.448 21.948 15 22.5 15H23.5C24.052 15 24.5 15.448 24.5 16V17C24.5 17.552 24.052 18 23.5 18Z",
71
+ stroke: "#6B757C",
72
+ strokeWidth: "1.5"
73
+ })
74
+ ]
75
+ });
76
+ const CommandIcon = CommandIcon_CommandIcon;
77
+ export { CommandIcon as default };
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const DoneCircle: FC;
3
+ export default DoneCircle;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ const DoneCircle = ()=>/*#__PURE__*/ jsxs("svg", {
4
+ width: "16",
5
+ height: "17",
6
+ viewBox: "0 0 16 17",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [
10
+ /*#__PURE__*/ jsx("path", {
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd",
13
+ d: "M8 14.5V14.5C4.686 14.5 2 11.814 2 8.5V8.5C2 5.186 4.686 2.5 8 2.5V2.5C11.314 2.5 14 5.186 14 8.5V8.5C14 11.814 11.314 14.5 8 14.5Z",
14
+ stroke: "#12B285",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M10.6667 7.16669L7.33334 10.5L5.33334 8.50002",
21
+ stroke: "#12B285",
22
+ strokeWidth: "1.5",
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ })
26
+ ]
27
+ });
28
+ const DoneCircleIcon = DoneCircle;
29
+ export { DoneCircleIcon as default };
@@ -0,0 +1,2 @@
1
+ declare const EmptyAlertDetail: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
2
+ export default EmptyAlertDetail;