@luscii-healthtech/web-ui 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/README.md +181 -0
  2. package/dist/components/Acknowledgement/Acknowledgement.d.ts +22 -0
  3. package/dist/components/Avatar/Avatar.d.ts +29 -0
  4. package/dist/components/Badge/Badge.d.ts +7 -0
  5. package/dist/components/Button/Button.d.ts +5 -0
  6. package/dist/components/Button/Button.types.d.ts +32 -0
  7. package/dist/components/Button/ButtonIcon.d.ts +7 -0
  8. package/dist/components/ButtonV2/ButtonV2.d.ts +13 -0
  9. package/dist/components/ButtonV2/PrimaryButton.d.ts +12 -0
  10. package/dist/components/ButtonV2/SecondaryButton.d.ts +8 -0
  11. package/dist/components/ButtonV2/TertiaryButton.d.ts +8 -0
  12. package/dist/components/Carousel/Carousel.d.ts +8 -0
  13. package/dist/components/Carousel/GliderContainer.d.ts +7 -0
  14. package/dist/components/CenteredHero/CenteredHero.d.ts +22 -0
  15. package/dist/components/Checkbox/Checkbox.d.ts +17 -0
  16. package/dist/components/ConfirmationDialog/ConfirmationDialog.d.ts +33 -0
  17. package/dist/components/Datepicker/Datepicker.d.ts +24 -0
  18. package/dist/components/Dropdown/Dropdown.d.ts +47 -0
  19. package/dist/components/EmptyListMessage/EmptyListMessage.d.ts +14 -0
  20. package/dist/components/ErrorBlock/ErrorBlock.d.ts +13 -0
  21. package/dist/components/Icons/AddIcon.d.ts +3 -0
  22. package/dist/components/Icons/AlertsIcon.d.ts +6 -0
  23. package/dist/components/Icons/BellIcon.d.ts +6 -0
  24. package/dist/components/Icons/ChartIcon.d.ts +3 -0
  25. package/dist/components/Icons/ChatBox.d.ts +5 -0
  26. package/dist/components/Icons/CheckIcon.d.ts +2 -0
  27. package/dist/components/Icons/ChevronIcon.d.ts +8 -0
  28. package/dist/components/Icons/CrossIcon.d.ts +7 -0
  29. package/dist/components/Icons/DeleteIcon.d.ts +6 -0
  30. package/dist/components/Icons/DownArrowIcon.d.ts +6 -0
  31. package/dist/components/Icons/DragIcon.d.ts +3 -0
  32. package/dist/components/Icons/EditIcon.d.ts +6 -0
  33. package/dist/components/Icons/EmptyStateDashboardIcon.d.ts +2 -0
  34. package/dist/components/Icons/ExclamationMarkIcon.d.ts +6 -0
  35. package/dist/components/Icons/EyeIcon.d.ts +3 -0
  36. package/dist/components/Icons/GearIcon.d.ts +3 -0
  37. package/dist/components/Icons/GroupIcon.d.ts +3 -0
  38. package/dist/components/Icons/HeartIcon.d.ts +6 -0
  39. package/dist/components/Icons/LeftArrowIcon.d.ts +6 -0
  40. package/dist/components/Icons/LightBulbIcon.d.ts +6 -0
  41. package/dist/components/Icons/LockIcon.d.ts +6 -0
  42. package/dist/components/Icons/MessagesIcon.d.ts +6 -0
  43. package/dist/components/Icons/NotesIcon.d.ts +6 -0
  44. package/dist/components/Icons/PinIcon.d.ts +6 -0
  45. package/dist/components/Icons/PrintIcon.d.ts +3 -0
  46. package/dist/components/Icons/RightArrowIcon.d.ts +6 -0
  47. package/dist/components/Icons/SmallCircleIcon.d.ts +6 -0
  48. package/dist/components/Icons/SmallDiamondIcon.d.ts +6 -0
  49. package/dist/components/Icons/SmallSquareIcon.d.ts +6 -0
  50. package/dist/components/Icons/SpaceRocketIcon.d.ts +6 -0
  51. package/dist/components/Icons/types/IconProps.type.d.ts +3 -0
  52. package/dist/components/InfoBlock/InfoBlock.d.ts +14 -0
  53. package/dist/components/InfoField/InfoField.d.ts +18 -0
  54. package/dist/components/Input/Input.d.ts +44 -0
  55. package/dist/components/Line/Line.d.ts +14 -0
  56. package/dist/components/ListItem/ListItem.d.ts +9 -0
  57. package/dist/components/ListTable/ListTable.d.ts +35 -0
  58. package/dist/components/ListTable/ListTableCell.d.ts +10 -0
  59. package/dist/components/ListTable/ListTableHeader.d.ts +7 -0
  60. package/dist/components/ListTable/ListTableRow.d.ts +9 -0
  61. package/dist/components/LoadingIndicator/LoadingIndicator.d.ts +11 -0
  62. package/dist/components/Menu/Menu.d.ts +14 -0
  63. package/dist/components/Modal/Modal.d.ts +31 -0
  64. package/dist/components/Modal/ModalWithButtons.d.ts +9 -0
  65. package/dist/components/MultiSelect/MultiSelect.d.ts +25 -0
  66. package/dist/components/MultiSelect/MultiSelectUtils.d.ts +1 -0
  67. package/dist/components/NavMenu/NavLayout.d.ts +20 -0
  68. package/dist/components/NavMenu/NavMenu.d.ts +1 -0
  69. package/dist/components/NavMenu/NavMenuContent.d.ts +7 -0
  70. package/dist/components/NavMenu/NavMenuItem.d.ts +15 -0
  71. package/dist/components/NotificationBanner/NotificationBanner.d.ts +22 -0
  72. package/dist/components/Page/CRUDPage.d.ts +43 -0
  73. package/dist/components/Page/Page.d.ts +58 -0
  74. package/dist/components/PaginationMenu/PaginationMenu.d.ts +20 -0
  75. package/dist/components/PaginationMenu/PaginationMenuLarge.d.ts +13 -0
  76. package/dist/components/PaginationMenu/PaginationMenuSmall.d.ts +8 -0
  77. package/dist/components/PreviewPhone/PreviewPhone.d.ts +7 -0
  78. package/dist/components/PreviewPhone/useWindowDimensions.d.ts +4 -0
  79. package/dist/components/Radio/Radio.d.ts +18 -0
  80. package/dist/components/RadioGroup/RadioGroup.d.ts +31 -0
  81. package/dist/components/Section/Section.d.ts +15 -0
  82. package/dist/components/Select/LegacySelect.d.ts +32 -0
  83. package/dist/components/Select/Select.d.ts +6 -0
  84. package/dist/components/Select/options.transformer.d.ts +14 -0
  85. package/dist/components/Select/select.utils.d.ts +7 -0
  86. package/dist/components/SettingsMenuButton/SettingsMenuButton.d.ts +16 -0
  87. package/dist/components/Spinner/Spinner.d.ts +6 -0
  88. package/dist/components/Steps/Step.d.ts +10 -0
  89. package/dist/components/Steps/Steps.d.ts +11 -0
  90. package/dist/components/Switcher/Switcher.d.ts +26 -0
  91. package/dist/components/Switcher/SwitcherItem.d.ts +24 -0
  92. package/dist/components/TabLinks/TabLinks.d.ts +14 -0
  93. package/dist/components/Tabbar/Tabbar.d.ts +10 -0
  94. package/dist/components/Tabbar/TabbarItem.d.ts +15 -0
  95. package/dist/components/Tag/Tag.d.ts +17 -0
  96. package/dist/components/Tag/TagGroup.d.ts +13 -0
  97. package/dist/components/Text/LegacyText.d.ts +37 -0
  98. package/dist/components/Text/Text.d.ts +27 -0
  99. package/dist/components/TextEditor/TextEditor.d.ts +14 -0
  100. package/dist/components/TextEditorV2/TextEditorV2.d.ts +6 -0
  101. package/dist/components/TextLink/TextLink.d.ts +11 -0
  102. package/dist/components/TextListItem/TextListItem.d.ts +12 -0
  103. package/dist/components/Textarea/Textarea.d.ts +22 -0
  104. package/dist/components/Title/LegacyTitle.d.ts +22 -0
  105. package/dist/components/Title/Title.d.ts +14 -0
  106. package/dist/components/ViewItem/ViewItem.d.ts +16 -0
  107. package/dist/index.d.ts +8 -0
  108. package/dist/index.js +8 -0
  109. package/dist/types/general.types.d.ts +7 -0
  110. package/dist/utils/useOutsideClick.d.ts +2 -0
  111. package/dist/web-ui.cjs.development.js +23 -0
  112. package/dist/web-ui.cjs.development.js.map +1 -0
  113. package/dist/web-ui.cjs.production.min.js +2 -0
  114. package/dist/web-ui.cjs.production.min.js.map +1 -0
  115. package/dist/web-ui.esm.js +17 -0
  116. package/dist/web-ui.esm.js.map +1 -0
  117. package/package.json +122 -0
  118. package/src/assets/add.svg +5 -0
  119. package/src/assets/add_hover.svg +4 -0
  120. package/src/assets/big-menu-icon-hover.svg +6 -0
  121. package/src/assets/big-menu-icon.svg +6 -0
  122. package/src/assets/check-cross-icon.svg +7 -0
  123. package/src/assets/check-icon-primary.svg +5 -0
  124. package/src/assets/check-icon.svg +3 -0
  125. package/src/assets/chevron-double.svg +3 -0
  126. package/src/assets/close.svg +3 -0
  127. package/src/assets/color-variant-cross.svg +3 -0
  128. package/src/assets/cross-dark.svg +3 -0
  129. package/src/assets/delete.svg +4 -0
  130. package/src/assets/delete_hover.svg +4 -0
  131. package/src/assets/edit.svg +6 -0
  132. package/src/assets/edit_hover.svg +6 -0
  133. package/src/assets/error-icon.svg +7 -0
  134. package/src/assets/grid-view-icon-active.svg +6 -0
  135. package/src/assets/grid-view-icon.svg +6 -0
  136. package/src/assets/groups.svg +3 -0
  137. package/src/assets/hamburger.svg +5 -0
  138. package/src/assets/happy-star.svg +9 -0
  139. package/src/assets/hcps.svg +3 -0
  140. package/src/assets/info-icon.svg +6 -0
  141. package/src/assets/left-arrow-blue.svg +3 -0
  142. package/src/assets/left-arrow-grey.svg +3 -0
  143. package/src/assets/list-view-icon-active.svg +3 -0
  144. package/src/assets/list-view-icon.svg +3 -0
  145. package/src/assets/loading.svg +16 -0
  146. package/src/assets/modal-close-icon-active.svg +9 -0
  147. package/src/assets/modal-close-icon.svg +9 -0
  148. package/src/assets/no-open-alerts.svg +19 -0
  149. package/src/assets/patients.svg +3 -0
  150. package/src/assets/phone-mockup.svg +9 -0
  151. package/src/assets/programs.svg +3 -0
  152. package/src/assets/right-arrow-blue.svg +3 -0
  153. package/src/assets/right-arrow-grey.svg +3 -0
  154. package/src/assets/search-cancel.svg +3 -0
  155. package/src/assets/search-not-found.svg +70 -0
  156. package/src/assets/search.svg +3 -0
  157. package/src/assets/spinner-gray.svg +6 -0
  158. package/src/assets/spinner.svg +6 -0
  159. package/src/assets/starIcon.svg +3 -0
  160. package/src/assets/success-icon.svg +7 -0
  161. package/src/components/Acknowledgement/Acknowledgement.js +61 -0
  162. package/src/components/Acknowledgement/Acknowledgement.scss +49 -0
  163. package/src/components/Avatar/Avatar.js +81 -0
  164. package/src/components/Avatar/Avatar.scss +153 -0
  165. package/src/components/Badge/Badge.tsx +23 -0
  166. package/src/components/Button/Button.examples.md +46 -0
  167. package/src/components/Button/Button.tsx +200 -0
  168. package/src/components/Button/Button.types.ts +41 -0
  169. package/src/components/Button/ButtonIcon.tsx +42 -0
  170. package/src/components/ButtonV2/ButtonV2.tsx +91 -0
  171. package/src/components/ButtonV2/PrimaryButton.tsx +43 -0
  172. package/src/components/ButtonV2/SecondaryButton.tsx +31 -0
  173. package/src/components/ButtonV2/TertiaryButton.tsx +31 -0
  174. package/src/components/Carousel/Carousel.tsx +52 -0
  175. package/src/components/Carousel/GliderContainer.scss +13 -0
  176. package/src/components/Carousel/GliderContainer.tsx +22 -0
  177. package/src/components/CenteredHero/CenteredHero.js +50 -0
  178. package/src/components/Checkbox/Checkbox.scss +115 -0
  179. package/src/components/Checkbox/Checkbox.tsx +114 -0
  180. package/src/components/ConfirmationDialog/ConfirmationDialog.scss +15 -0
  181. package/src/components/ConfirmationDialog/ConfirmationDialog.tsx +84 -0
  182. package/src/components/Datepicker/Datepicker.js +96 -0
  183. package/src/components/Datepicker/Datepicker.scss +331 -0
  184. package/src/components/Dropdown/Dropdown.js +364 -0
  185. package/src/components/Dropdown/Dropdown.scss +83 -0
  186. package/src/components/EmptyListMessage/EmptyListMessage.tsx +34 -0
  187. package/src/components/ErrorBlock/ErrorBlock.js +24 -0
  188. package/src/components/ErrorBlock/ErrorBlock.scss +20 -0
  189. package/src/components/Icons/AddIcon.tsx +27 -0
  190. package/src/components/Icons/AlertsIcon.tsx +26 -0
  191. package/src/components/Icons/BellIcon.tsx +26 -0
  192. package/src/components/Icons/ChartIcon.tsx +20 -0
  193. package/src/components/Icons/ChatBox.tsx +23 -0
  194. package/src/components/Icons/CheckIcon.tsx +23 -0
  195. package/src/components/Icons/ChevronIcon.tsx +30 -0
  196. package/src/components/Icons/CrossIcon.tsx +26 -0
  197. package/src/components/Icons/DeleteIcon.tsx +23 -0
  198. package/src/components/Icons/DownArrowIcon.tsx +17 -0
  199. package/src/components/Icons/DragIcon.tsx +23 -0
  200. package/src/components/Icons/EditIcon.tsx +23 -0
  201. package/src/components/Icons/EmptyStateDashboardIcon.tsx +130 -0
  202. package/src/components/Icons/ExclamationMarkIcon.tsx +23 -0
  203. package/src/components/Icons/EyeIcon.tsx +21 -0
  204. package/src/components/Icons/GearIcon.tsx +21 -0
  205. package/src/components/Icons/GroupIcon.tsx +21 -0
  206. package/src/components/Icons/HeartIcon.tsx +23 -0
  207. package/src/components/Icons/LeftArrowIcon.tsx +23 -0
  208. package/src/components/Icons/LightBulbIcon.tsx +28 -0
  209. package/src/components/Icons/LockIcon.tsx +23 -0
  210. package/src/components/Icons/MessagesIcon.tsx +23 -0
  211. package/src/components/Icons/NotesIcon.tsx +23 -0
  212. package/src/components/Icons/PinIcon.tsx +23 -0
  213. package/src/components/Icons/PrintIcon.tsx +15 -0
  214. package/src/components/Icons/RightArrowIcon.tsx +23 -0
  215. package/src/components/Icons/SmallCircleIcon.tsx +21 -0
  216. package/src/components/Icons/SmallDiamondIcon.tsx +31 -0
  217. package/src/components/Icons/SmallSquareIcon.tsx +21 -0
  218. package/src/components/Icons/SpaceRocketIcon.tsx +23 -0
  219. package/src/components/Icons/types/IconProps.type.ts +3 -0
  220. package/src/components/InfoBlock/InfoBlock.js +24 -0
  221. package/src/components/InfoBlock/InfoBlock.scss +20 -0
  222. package/src/components/InfoField/InfoField.tsx +86 -0
  223. package/src/components/Input/Input.examples.md +94 -0
  224. package/src/components/Input/Input.js +141 -0
  225. package/src/components/Line/Line.js +38 -0
  226. package/src/components/ListItem/ListItem.scss +20 -0
  227. package/src/components/ListItem/ListItem.tsx +26 -0
  228. package/src/components/ListTable/ListTable.tsx +157 -0
  229. package/src/components/ListTable/ListTableCell.tsx +67 -0
  230. package/src/components/ListTable/ListTableHeader.tsx +33 -0
  231. package/src/components/ListTable/ListTableRow.tsx +46 -0
  232. package/src/components/LoadingIndicator/LoadingIndicator.scss +50 -0
  233. package/src/components/LoadingIndicator/LoadingIndicator.tsx +44 -0
  234. package/src/components/Menu/Menu.js +74 -0
  235. package/src/components/Menu/Menu.scss +27 -0
  236. package/src/components/Modal/Modal.scss +117 -0
  237. package/src/components/Modal/Modal.tsx +104 -0
  238. package/src/components/Modal/ModalWithButtons.tsx +34 -0
  239. package/src/components/MultiSelect/MultiSelect.js +117 -0
  240. package/src/components/MultiSelect/MultiSelect.scss +29 -0
  241. package/src/components/MultiSelect/MultiSelectUtils.js +23 -0
  242. package/src/components/NavMenu/NavLayout.tsx +40 -0
  243. package/src/components/NavMenu/NavMenu.js +35 -0
  244. package/src/components/NavMenu/NavMenuContent.tsx +23 -0
  245. package/src/components/NavMenu/NavMenuItem.tsx +96 -0
  246. package/src/components/NotificationBanner/NotificationBanner.tsx +57 -0
  247. package/src/components/Page/CRUDPage.js +123 -0
  248. package/src/components/Page/CRUDPage.scss +32 -0
  249. package/src/components/Page/Page.js +102 -0
  250. package/src/components/Page/Page.scss +59 -0
  251. package/src/components/PaginationMenu/PaginationMenu.js +31 -0
  252. package/src/components/PaginationMenu/PaginationMenuLarge.tsx +94 -0
  253. package/src/components/PaginationMenu/PaginationMenuSmall.tsx +40 -0
  254. package/src/components/PreviewPhone/PreviewPhone.tsx +53 -0
  255. package/src/components/PreviewPhone/useWindowDimensions.js +26 -0
  256. package/src/components/Radio/Radio.js +99 -0
  257. package/src/components/Radio/Radio.scss +58 -0
  258. package/src/components/RadioGroup/RadioGroup.js +63 -0
  259. package/src/components/RadioGroup/RadioGroup.scss +37 -0
  260. package/src/components/Section/Section.scss +74 -0
  261. package/src/components/Section/Section.tsx +67 -0
  262. package/src/components/Select/LegacySelect.js +114 -0
  263. package/src/components/Select/Select.examples.md +161 -0
  264. package/src/components/Select/Select.tsx +136 -0
  265. package/src/components/Select/options.transformer.ts +36 -0
  266. package/src/components/Select/select.utils.spec.ts +63 -0
  267. package/src/components/Select/select.utils.ts +45 -0
  268. package/src/components/SettingsMenuButton/SettingsMenuButton.tsx +111 -0
  269. package/src/components/Spinner/Spinner.tsx +23 -0
  270. package/src/components/Steps/Step.tsx +22 -0
  271. package/src/components/Steps/Steps.tsx +24 -0
  272. package/src/components/Switcher/Switcher.js +58 -0
  273. package/src/components/Switcher/SwitcherItem.js +61 -0
  274. package/src/components/Switcher/SwitcherItem.scss +67 -0
  275. package/src/components/TabLinks/TabLinks.tsx +63 -0
  276. package/src/components/Tabbar/Tabbar.tsx +29 -0
  277. package/src/components/Tabbar/TabbarItem.tsx +53 -0
  278. package/src/components/Tag/Tag.tsx +39 -0
  279. package/src/components/Tag/TagGroup.tsx +25 -0
  280. package/src/components/Text/LegacyText.js +78 -0
  281. package/src/components/Text/Text.scss +67 -0
  282. package/src/components/Text/Text.tsx +81 -0
  283. package/src/components/TextEditor/TextEditor.js +61 -0
  284. package/src/components/TextEditor/TextEditor.scss +14 -0
  285. package/src/components/TextEditorV2/TextEditorV2.js +58 -0
  286. package/src/components/TextEditorV2/TextEditorV2.scss +110 -0
  287. package/src/components/TextLink/TextLink.tsx +42 -0
  288. package/src/components/TextListItem/TextListItem.js +31 -0
  289. package/src/components/TextListItem/TextListItem.scss +10 -0
  290. package/src/components/Textarea/Textarea.js +108 -0
  291. package/src/components/Textarea/Textarea.scss +56 -0
  292. package/src/components/Title/LegacyTitle.js +64 -0
  293. package/src/components/Title/Title.scss +65 -0
  294. package/src/components/Title/Title.tsx +57 -0
  295. package/src/components/ViewItem/ViewItem.tsx +73 -0
  296. package/src/index.tsx +14 -0
  297. package/src/styles/_colors.scss +59 -0
  298. package/src/styles/_layout.scss +64 -0
  299. package/src/styles/_shadows.scss +19 -0
  300. package/src/styles/_typography.scss +8 -0
  301. package/src/styles/_utils.scss +45 -0
  302. package/src/styles/fonts/avenir/3A0AF8_0_0.eot +0 -0
  303. package/src/styles/fonts/avenir/3A0AF8_0_0.ttf +0 -0
  304. package/src/styles/fonts/avenir/3A0AF8_0_0.woff +0 -0
  305. package/src/styles/fonts/avenir/3A0AF8_0_0.woff2 +0 -0
  306. package/src/styles/fonts/avenir/3A0AF8_1_0.eot +0 -0
  307. package/src/styles/fonts/avenir/3A0AF8_1_0.ttf +0 -0
  308. package/src/styles/fonts/avenir/3A0AF8_1_0.woff +0 -0
  309. package/src/styles/fonts/avenir/3A0AF8_1_0.woff2 +0 -0
  310. package/src/types/general.types.ts +11 -0
  311. package/src/utils/useOutsideClick.js +19 -0
@@ -0,0 +1,30 @@
1
+ import classNames from "classnames";
2
+ import React from "react";
3
+
4
+ interface IconProps {
5
+ className?: string;
6
+ position: "vertical" | "horizontal";
7
+ onClick?: () => void;
8
+ }
9
+
10
+ export const ChevronDoubleIcon = (props: IconProps): JSX.Element => {
11
+ return (
12
+ <svg
13
+ className={classNames(props.className, "transform", { "rotate-90": props.position === "horizontal" })}
14
+ onClick={props.onClick}
15
+ role={props.onClick ? "button" : undefined}
16
+ width="8"
17
+ height="14"
18
+ viewBox="0 0 8 14"
19
+ fill="none"
20
+ xmlns="http://www.w3.org/2000/svg"
21
+ >
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z"
26
+ fill="currentColor"
27
+ />
28
+ </svg>
29
+ );
30
+ };
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+
3
+ interface IconProps {
4
+ className?: string;
5
+ onClick?: () => void;
6
+ }
7
+
8
+ export const CrossIcon = (props: IconProps): JSX.Element => {
9
+ return (
10
+ <svg
11
+ className={props.className}
12
+ onClick={props.onClick}
13
+ role={props.onClick ? "button" : undefined}
14
+ width="24"
15
+ height="24"
16
+ viewBox="0 0 24 24"
17
+ fill="none"
18
+ xmlns="http://www.w3.org/2000/svg"
19
+ >
20
+ <path
21
+ d="M7.05037 5.63664C6.65984 5.24612 6.02668 5.24612 5.63615 5.63664C5.24563 6.02717 5.24563 6.66033 5.63616 7.05086L10.5862 12.0009L5.63618 16.9509C5.24566 17.3415 5.24566 17.9746 5.63618 18.3652C6.02671 18.7557 6.65987 18.7557 7.0504 18.3652L12.0004 13.4151L16.9499 18.3646C17.3404 18.7551 17.9736 18.7551 18.3641 18.3646C18.7546 17.974 18.7546 17.3409 18.3641 16.9504L13.4146 12.0009L18.3641 7.05145C18.7546 6.66093 18.7546 6.02776 18.3641 5.63724C17.9736 5.24671 17.3404 5.24671 16.9499 5.63724L12.0004 10.5867L7.05037 5.63664Z"
22
+ fill="currentColor"
23
+ />
24
+ </svg>
25
+ );
26
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface DeleteIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const DeleteIcon = (props: DeleteIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M6 19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V9C18 7.9 17.1 7 16 7H8C6.9 7 6 7.9 6 9V19ZM18 4H15.5L14.79 3.29C14.61 3.11 14.35 3 14.09 3H9.91C9.65 3 9.39 3.11 9.21 3.29L8.5 4H6C5.45 4 5 4.45 5 5C5 5.55 5.45 6 6 6H18C18.55 6 19 5.55 19 5C19 4.45 18.55 4 18 4Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+
3
+ interface DownArrowProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const DownArrowIcon = (props: DownArrowProps): JSX.Element => {
8
+ return (
9
+ <svg className={props.className} xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
10
+ <path
11
+ fill="currentColor"
12
+ fill-rule="nonzero"
13
+ d="M12.762 6.57l-.48-.382A.944.944 0 0 0 11.696 6a.9.9 0 0 0-.578.188L8 8.663 4.88 6.188A.9.9 0 0 0 4.304 6a.944.944 0 0 0-.584.188l-.475.382C3.08 6.7 3 6.854 3 7.034c0 .183.081.336.244.458l4.178 3.315A.87.87 0 0 0 8 11a.91.91 0 0 0 .584-.193l4.178-3.315A.567.567 0 0 0 13 7.034c0-.177-.08-.331-.238-.464z"
14
+ />
15
+ </svg>
16
+ );
17
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ import { IconProps } from "./types/IconProps.type";
4
+
5
+ export const DragIcon = (props: IconProps): JSX.Element => {
6
+ return (
7
+ <svg
8
+ className={props.className}
9
+ width="24"
10
+ height="24"
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ >
15
+ <path
16
+ fillRule="evenodd"
17
+ clipRule="evenodd"
18
+ d="M8 4C7.44772 4 7 4.44772 7 5V7C7 7.55228 7.44772 8 8 8H10C10.5523 8 11 7.55228 11 7V5C11 4.44772 10.5523 4 10 4H8ZM14 4C13.4477 4 13 4.44772 13 5V7C13 7.55228 13.4477 8 14 8H16C16.5523 8 17 7.55228 17 7V5C17 4.44772 16.5523 4 16 4H14ZM7 11C7 10.4477 7.44772 10 8 10H10C10.5523 10 11 10.4477 11 11V13C11 13.5523 10.5523 14 10 14H8C7.44772 14 7 13.5523 7 13V11ZM14 10C13.4477 10 13 10.4477 13 11V13C13 13.5523 13.4477 14 14 14H16C16.5523 14 17 13.5523 17 13V11C17 10.4477 16.5523 10 16 10H14ZM7 17C7 16.4477 7.44772 16 8 16H10C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H8C7.44772 20 7 19.5523 7 19V17ZM14 16C13.4477 16 13 16.4477 13 17V19C13 19.5523 13.4477 20 14 20H16C16.5523 20 17 19.5523 17 19V17C17 16.4477 16.5523 16 16 16H14Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface EditIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const EditIcon = (props: EditIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M3 17.4605V20.5005C3 20.7805 3.22 21.0005 3.5 21.0005H6.54C6.67 21.0005 6.8 20.9505 6.89 20.8505L17.81 9.94055L14.06 6.19055L3.15 17.1005C3.05 17.2005 3 17.3205 3 17.4605ZM20.71 7.04055C21.1 6.65055 21.1 6.02055 20.71 5.63055L18.37 3.29055C17.98 2.90055 17.35 2.90055 16.96 3.29055L15.13 5.12055L18.88 8.87055L20.71 7.04055V7.04055Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,130 @@
1
+ import React from "react";
2
+
3
+ export const EmptyStateDashboardIcon = (): JSX.Element => {
4
+ return (
5
+ <svg width="450" height="300" viewBox="0 0 450 300" fill="none" xmlns="http://www.w3.org/2000/svg">
6
+ <path
7
+ d="M450 291C450 264.079 444.18 237.422 432.873 212.55C421.566 187.678 404.992 165.079 384.099 146.043C363.206 127.007 338.402 111.907 311.104 101.605C283.806 91.3025 254.547 86 225 86C195.453 86 166.194 91.3025 138.896 101.605C111.598 111.907 86.7941 127.007 65.901 146.043C45.0078 165.079 28.4344 187.678 17.1271 212.55C5.81979 237.422 -2.58312e-06 264.079 0 291L225 291H450Z"
8
+ fill="#82D6F8"
9
+ />
10
+ <path
11
+ d="M95 73.0081C95 65.8239 100.824 60 108.008 60H342.154C349.338 60 355.162 65.8239 355.162 73.0081V223.252C355.162 230.436 349.338 236.26 342.154 236.26H108.008C100.824 236.26 95 230.436 95 223.252V73.0081Z"
12
+ fill="#1F2937"
13
+ />
14
+ <path
15
+ d="M167.846 70.4062H340.756C342.965 70.4062 344.756 72.1971 344.756 74.4062V221.853C344.756 224.062 342.965 225.853 340.756 225.853H167.846V70.4062Z"
16
+ fill="#F9FAFB"
17
+ />
18
+ <path
19
+ d="M173.049 99.772C173.049 97.5628 174.84 95.772 177.049 95.772H249.699C251.908 95.772 253.699 97.5628 253.699 99.772V151.609C253.699 153.818 251.908 155.609 249.699 155.609H177.049C174.84 155.609 173.049 153.818 173.049 151.609V99.772Z"
20
+ fill="white"
21
+ />
22
+ <path
23
+ d="M226.988 139.305C227.242 139.559 227.243 139.972 226.981 140.217C224.8 142.257 222.178 143.772 219.315 144.64C216.244 145.572 212.991 145.731 209.844 145.105C206.697 144.479 203.753 143.087 201.272 141.051C198.792 139.016 196.852 136.4 195.624 133.435C194.396 130.47 193.918 127.249 194.233 124.056C194.547 120.862 195.644 117.796 197.427 115.128C199.21 112.46 201.623 110.272 204.453 108.76C207.091 107.35 210.016 106.566 213.001 106.467C213.36 106.455 213.651 106.747 213.651 107.106V125.699C213.651 125.871 213.719 126.037 213.841 126.159L226.988 139.305Z"
24
+ fill="#FF83B4"
25
+ />
26
+ <path
27
+ d="M233.813 124.667C234.172 124.667 234.465 124.376 234.453 124.017C234.288 119.078 232.254 114.376 228.748 110.87C225.243 107.364 220.541 105.33 215.602 105.166C215.243 105.154 214.951 105.446 214.951 105.805L214.951 124.017C214.951 124.376 215.242 124.667 215.602 124.667H233.813Z"
28
+ fill="#52C6F4"
29
+ />
30
+ <path
31
+ d="M228.937 139.306C229.191 139.56 229.603 139.56 229.849 139.298C231.448 137.588 232.729 135.602 233.626 133.435C234.524 131.269 235.023 128.959 235.101 126.619C235.113 126.26 234.82 125.968 234.461 125.968H217.169C216.59 125.968 216.3 126.669 216.71 127.079L228.937 139.306Z"
32
+ fill="#6ABFA5"
33
+ />
34
+ <path
35
+ d="M258.902 99.772C258.902 97.5628 260.693 95.772 262.902 95.772H335.553C337.762 95.772 339.553 97.5628 339.553 99.772V151.609C339.553 153.818 337.762 155.609 335.553 155.609H262.902C260.693 155.609 258.902 153.818 258.902 151.609V99.772Z"
36
+ fill="white"
37
+ />
38
+ <path
39
+ d="M278.414 126.991C278.414 125.554 279.579 124.39 281.016 124.39H286.219C287.656 124.39 288.821 125.554 288.821 126.991V142.601C288.821 144.038 287.656 145.203 286.219 145.203H281.016C279.579 145.203 278.414 144.038 278.414 142.601V126.991Z"
40
+ fill="#52C6F4"
41
+ />
42
+ <path
43
+ d="M294.024 110.731C294.024 109.294 295.189 108.129 296.625 108.129H301.829C303.266 108.129 304.43 109.294 304.43 110.731V142.601C304.43 144.038 303.266 145.203 301.829 145.203H296.625C295.189 145.203 294.024 144.038 294.024 142.601V110.731Z"
44
+ fill="#52C6F4"
45
+ />
46
+ <path
47
+ d="M309.634 119.837C309.634 118.4 310.798 117.235 312.235 117.235H317.438C318.875 117.235 320.04 118.4 320.04 119.837V142.601C320.04 144.038 318.875 145.203 317.438 145.203H312.235C310.798 145.203 309.634 144.038 309.634 142.601V119.837Z"
48
+ fill="#6ABFA5"
49
+ />
50
+ <path
51
+ d="M258.902 164.812C258.902 162.603 260.693 160.812 262.902 160.812H335.553C337.762 160.812 339.553 162.603 339.553 164.813V216.65C339.553 218.859 337.762 220.65 335.553 220.65H262.902C260.693 220.65 258.902 218.859 258.902 216.65V164.812Z"
52
+ fill="white"
53
+ />
54
+ <path
55
+ fill-rule="evenodd"
56
+ clip-rule="evenodd"
57
+ d="M280.096 191.874C280.096 191.874 271.487 183.28 280.774 174.655C280.774 174.655 284.175 171.052 291.053 172.041C294.952 172.603 296.482 174.453 299.075 178.366C299.075 178.366 302.291 172.16 310.8 172.137C318.05 172.118 323.604 180.223 321.565 186.881C321.565 186.881 320.884 188.957 318.05 191.874L299.122 210.243L280.096 191.874Z"
58
+ fill="#6ABFA5"
59
+ />
60
+ <path
61
+ d="M173.049 164.812C173.049 162.603 174.84 160.812 177.049 160.812H249.699C251.908 160.812 253.699 162.603 253.699 164.813V216.65C253.699 218.859 251.908 220.65 249.699 220.65H177.049C174.84 220.65 173.049 218.859 173.049 216.65V164.812Z"
62
+ fill="white"
63
+ />
64
+ <rect x="173.049" y="178.374" width="80.6503" height="1.30081" fill="#F4F4F4" />
65
+ <path
66
+ fill-rule="evenodd"
67
+ clip-rule="evenodd"
68
+ d="M228.738 169.616C229.132 169.54 229.539 169.651 229.84 169.915L245.45 183.573C245.991 184.046 246.046 184.868 245.573 185.409C245.1 185.949 244.278 186.004 243.737 185.531L229.383 172.972L214.533 202.054C214.362 202.388 214.057 202.632 213.694 202.724C213.331 202.816 212.946 202.747 212.637 202.535L197.149 191.886L181.676 185.762C181.008 185.497 180.681 184.741 180.945 184.073C181.21 183.405 181.965 183.078 182.633 183.343L198.243 189.521C198.334 189.557 198.421 189.604 198.501 189.659L212.89 199.551L227.825 170.302C228.008 169.945 228.345 169.692 228.738 169.616Z"
69
+ fill="#52C6F4"
70
+ />
71
+ <circle cx="182.805" cy="184.878" r="2.60162" fill="#3FABD6" />
72
+ <circle cx="197.764" cy="190.731" r="2.60162" fill="#3FABD6" />
73
+ <circle cx="213.373" cy="201.137" r="2.60162" fill="#3FABD6" />
74
+ <circle cx="229.635" cy="171.219" r="3.90244" fill="#6ABFA5" />
75
+ <circle cx="245.244" cy="184.878" r="2.60162" fill="#3FABD6" />
76
+ <path
77
+ d="M173.049 80.2603C173.049 78.0511 174.84 76.2603 177.049 76.2603H335.553C337.762 76.2603 339.553 78.0511 339.553 80.2603V86.5692C339.553 88.7783 337.762 90.5692 335.553 90.5692H177.049C174.84 90.5692 173.049 88.7783 173.049 86.5692V80.2603Z"
78
+ fill="white"
79
+ />
80
+ <rect x="178.252" y="81.4634" width="26.0162" height="3.90244" rx="1.95122" fill="#D1D5DB" />
81
+ <rect x="282.316" y="81.4634" width="52.0325" height="3.90244" rx="1.95122" fill="#D1D5DB" />
82
+ <rect x="209.471" y="81.4634" width="67.6422" height="3.90244" rx="1.95122" fill="#9CA3AF" />
83
+ <path
84
+ d="M160.041 289.594C160.041 283.846 164.7 279.187 170.448 279.187H279.716C285.463 279.187 290.122 283.846 290.122 289.594C290.122 295.341 285.463 300 279.716 300H170.448C164.7 300 160.041 295.341 160.041 289.594Z"
85
+ fill="#1F2937"
86
+ />
87
+ <path d="M203.617 236.26H246.544L251.747 279.187H198.414L203.617 236.26Z" fill="#4B5563" />
88
+ <path
89
+ d="M105.406 74.4062C105.406 72.1971 107.197 70.4062 109.406 70.4062H167.845V225.853H109.406C107.197 225.853 105.406 224.062 105.406 221.853V74.4062Z"
90
+ fill="#F3F4F6"
91
+ />
92
+ <rect x="108.658" y="73.6587" width="55.9349" height="15.6097" rx="4" fill="white" />
93
+ <rect x="123.617" y="76.2607" width="37.7235" height="5.20325" rx="2.60162" fill="#9CA3AF" />
94
+ <rect x="123.617" y="82.7642" width="26.0162" height="3.90244" rx="1.95122" fill="#D1D5DB" />
95
+ <ellipse cx="115.813" cy="81.464" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
96
+ <rect x="108.658" y="94.4712" width="55.9349" height="15.6097" rx="4" fill="white" />
97
+ <rect x="123.617" y="97.0732" width="33.8211" height="5.20325" rx="2.60162" fill="#9CA3AF" />
98
+ <rect x="123.617" y="103.577" width="35.7723" height="3.90244" rx="1.95122" fill="#D1D5DB" />
99
+ <ellipse cx="115.813" cy="102.276" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
100
+ <rect x="108.658" y="115.285" width="55.9349" height="15.6097" rx="4" fill="white" />
101
+ <rect x="123.617" y="117.887" width="37.7235" height="5.20325" rx="2.60163" fill="#9CA3AF" />
102
+ <rect x="123.617" y="124.391" width="26.0162" height="3.90244" rx="1.95122" fill="#D1D5DB" />
103
+ <ellipse cx="115.813" cy="123.09" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
104
+ <rect x="108.658" y="136.098" width="55.9349" height="15.6097" rx="4" fill="white" />
105
+ <rect x="123.617" y="138.7" width="33.8211" height="5.20325" rx="2.60163" fill="#9CA3AF" />
106
+ <rect x="123.617" y="145.203" width="31.8699" height="3.90243" rx="1.95122" fill="#D1D5DB" />
107
+ <ellipse cx="115.813" cy="143.903" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
108
+ <rect x="108.658" y="156.91" width="55.9349" height="15.6098" rx="4" fill="white" />
109
+ <rect x="123.617" y="159.512" width="37.7235" height="5.20325" rx="2.60163" fill="#9CA3AF" />
110
+ <rect x="123.617" y="166.016" width="26.0162" height="3.90244" rx="1.95122" fill="#D1D5DB" />
111
+ <ellipse cx="115.813" cy="164.715" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
112
+ <rect x="108.658" y="177.723" width="55.9349" height="15.6097" rx="4" fill="white" />
113
+ <rect x="123.617" y="180.325" width="31.8699" height="5.20325" rx="2.60163" fill="#9CA3AF" />
114
+ <rect x="123.617" y="186.829" width="31.8699" height="3.90243" rx="1.95122" fill="#D1D5DB" />
115
+ <ellipse cx="115.813" cy="185.528" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
116
+ <rect x="108.658" y="198.537" width="55.9349" height="15.6098" rx="4" fill="white" />
117
+ <rect x="123.617" y="201.138" width="37.7235" height="5.20324" rx="2.60162" fill="#9CA3AF" />
118
+ <rect x="123.617" y="207.642" width="26.0162" height="3.90243" rx="1.95122" fill="#D1D5DB" />
119
+ <ellipse cx="115.813" cy="206.341" rx="5.20325" ry="5.20325" fill="#D1D5DB" />
120
+ <path
121
+ d="M204.538 57.2204C206.044 55.1505 208.448 53.9258 211.008 53.9258H239.809C242.368 53.9258 244.773 55.1505 246.278 57.2204L248.979 60.9332H201.838L204.538 57.2204Z"
122
+ fill="#374151"
123
+ />
124
+ <circle cx="225.408" cy="52.6519" r="14.6519" fill="#374151" />
125
+ <circle cx="225.408" cy="52.6521" r="8.28148" fill="#1F2937" />
126
+ <circle cx="225.409" cy="52.6518" r="5.73333" fill="#86DDFF" />
127
+ <circle cx="223.497" cy="50.1035" r="1.91111" fill="white" fill-opacity="0.5" />
128
+ </svg>
129
+ );
130
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface ExclamationMarkIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const ExclamationMarkIcon = (props: ExclamationMarkIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 13C11.45 13 11 12.55 11 12V8C11 7.45 11.45 7 12 7C12.55 7 13 7.45 13 8V12C13 12.55 12.55 13 12 13ZM13 17H11V15H13V17Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+
3
+ import { IconProps } from "./types/IconProps.type";
4
+
5
+ export const EyeIcon = (props: IconProps): JSX.Element => {
6
+ return (
7
+ <svg
8
+ className={props.className}
9
+ width="22"
10
+ height="15"
11
+ viewBox="0 0 22 15"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ >
15
+ <path
16
+ d="M11 0C6 0 1.73 3.11 0 7.5C1.73 11.89 6 15 11 15C16 15 20.27 11.89 22 7.5C20.27 3.11 16 0 11 0ZM11 12.5C8.24 12.5 6 10.26 6 7.5C6 4.74 8.24 2.5 11 2.5C13.76 2.5 16 4.74 16 7.5C16 10.26 13.76 12.5 11 12.5ZM11 4.5C9.34 4.5 8 5.84 8 7.5C8 9.16 9.34 10.5 11 10.5C12.66 10.5 14 9.16 14 7.5C14 5.84 12.66 4.5 11 4.5Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ );
21
+ };
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+
3
+ import { IconProps } from "./types/IconProps.type";
4
+
5
+ export const GearIcon = (props: IconProps): JSX.Element => {
6
+ return (
7
+ <svg
8
+ className={props.className}
9
+ width="20"
10
+ height="20"
11
+ viewBox="0 0 20 20"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ >
15
+ <path
16
+ d="M17.5002 10C17.5002 9.77 17.4902 9.55 17.4702 9.32L19.3302 7.91C19.7302 7.61 19.8402 7.05 19.5902 6.61L17.7202 3.38C17.4702 2.94 16.9302 2.76 16.4702 2.96L14.3202 3.87C13.9502 3.61 13.5602 3.38 13.1502 3.19L12.8602 0.88C12.8002 0.38 12.3702 0 11.8702 0H8.14015C7.63015 0 7.20015 0.38 7.14015 0.88L6.85015 3.19C6.44015 3.38 6.05015 3.61 5.68015 3.87L3.53015 2.96C3.07015 2.76 2.53015 2.94 2.28015 3.38L0.410153 6.62C0.160153 7.06 0.270153 7.61 0.670153 7.92L2.53015 9.33C2.51015 9.55 2.50015 9.77 2.50015 10C2.50015 10.23 2.51015 10.45 2.53015 10.68L0.670153 12.09C0.270153 12.39 0.160153 12.95 0.410153 13.39L2.28015 16.62C2.53015 17.06 3.07015 17.24 3.53015 17.04L5.68015 16.13C6.05015 16.39 6.44015 16.62 6.85015 16.81L7.14015 19.12C7.20015 19.62 7.63015 20 8.13015 20H11.8602C12.3602 20 12.7902 19.62 12.8502 19.12L13.1402 16.81C13.5502 16.62 13.9402 16.39 14.3102 16.13L16.4602 17.04C16.9202 17.24 17.4602 17.06 17.7102 16.62L19.5802 13.39C19.8302 12.95 19.7202 12.4 19.3202 12.09L17.4602 10.68C17.4902 10.45 17.5002 10.23 17.5002 10ZM10.0402 13.5C8.11015 13.5 6.54015 11.93 6.54015 10C6.54015 8.07 8.11015 6.5 10.0402 6.5C11.9702 6.5 13.5402 8.07 13.5402 10C13.5402 11.93 11.9702 13.5 10.0402 13.5Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ );
21
+ };
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+
3
+ import { IconProps } from "./types/IconProps.type";
4
+
5
+ export const GroupIcon = (props: IconProps): JSX.Element => {
6
+ return (
7
+ <svg
8
+ className={props.className}
9
+ width="24"
10
+ height="24"
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ >
15
+ <path
16
+ d="M12 12.75C13.63 12.75 15.07 13.14 16.24 13.65C17.32 14.13 18 15.21 18 16.38V17C18 17.55 17.55 18 17 18H7C6.45 18 6 17.55 6 17V16.39C6 15.21 6.68 14.13 7.76 13.66C8.93 13.14 10.37 12.75 12 12.75ZM4 13C5.1 13 6 12.1 6 11C6 9.9 5.1 9 4 9C2.9 9 2 9.9 2 11C2 12.1 2.9 13 4 13ZM5.13 14.1C4.76 14.04 4.39 14 4 14C3.01 14 2.07 14.21 1.22 14.58C0.48 14.9 0 15.62 0 16.43V17C0 17.55 0.45 18 1 18H4.5V16.39C4.5 15.56 4.73 14.78 5.13 14.1ZM20 13C21.1 13 22 12.1 22 11C22 9.9 21.1 9 20 9C18.9 9 18 9.9 18 11C18 12.1 18.9 13 20 13ZM24 16.43C24 15.62 23.52 14.9 22.78 14.58C21.93 14.21 20.99 14 20 14C19.61 14 19.24 14.04 18.87 14.1C19.27 14.78 19.5 15.56 19.5 16.39V18H23C23.55 18 24 17.55 24 17V16.43ZM12 6C13.66 6 15 7.34 15 9C15 10.66 13.66 12 12 12C10.34 12 9 10.66 9 9C9 7.34 10.34 6 12 6Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ );
21
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface HeartIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const HeartIcon = (props: HeartIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M13.3502 20.1307C12.5902 20.8207 11.4202 20.8207 10.6602 20.1207L10.5502 20.0207C5.30015 15.2707 1.87015 12.1607 2.00015 8.28065C2.06015 6.58065 2.93015 4.95065 4.34015 3.99065C6.98015 2.19065 10.2402 3.03065 12.0002 5.09065C13.7602 3.03065 17.0202 2.18065 19.6602 3.99065C21.0702 4.95065 21.9402 6.58065 22.0002 8.28065C22.1402 12.1607 18.7002 15.2707 13.4502 20.0407L13.3502 20.1307Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface LeftArrowIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const LeftArrowIcon = (props: LeftArrowIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M13.6899 17.2902C14.0799 16.9002 14.0799 16.2702 13.6899 15.8802L9.80992 12.0002L13.6899 8.12022C14.0799 7.73022 14.0799 7.10022 13.6899 6.71022C13.2999 6.32022 12.6699 6.32022 12.2799 6.71022L7.68992 11.3002C7.29992 11.6902 7.29992 12.3202 7.68992 12.7102L12.2799 17.3002C12.6599 17.6802 13.2999 17.6802 13.6899 17.2902Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,28 @@
1
+ import React from "react";
2
+
3
+ interface LightBulbIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const LightBulbIcon = (props: LightBulbIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path d="M12 22C13.1 22 14 21.1 14 20H10C10 21.1 10.9 22 12 22Z" fill="currentColor" />
18
+ <path
19
+ d="M9 19H15C15.55 19 16 18.55 16 18C16 17.45 15.55 17 15 17H9C8.45 17 8 17.45 8 18C8 18.55 8.45 19 9 19Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ d="M12 2C7.86 2 4.5 5.36 4.5 9.5C4.5 13.32 7.16 15.36 8.27 16H15.73C16.84 15.36 19.5 13.32 19.5 9.5C19.5 5.36 16.14 2 12 2Z"
24
+ fill="currentColor"
25
+ />
26
+ </svg>
27
+ );
28
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface LockIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const LockIcon = (props: LockIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM9 8V6C9 4.34 10.34 3 12 3C13.66 3 15 4.34 15 6V8H9Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface MessagesIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const MessagesIcon = (props: MessagesIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M20 2H4C2.9 2 2.01 2.9 2.01 4L2 22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM17 14H7C6.45 14 6 13.55 6 13C6 12.45 6.45 12 7 12H17C17.55 12 18 12.45 18 13C18 13.55 17.55 14 17 14ZM17 11H7C6.45 11 6 10.55 6 10C6 9.45 6.45 9 7 9H17C17.55 9 18 9.45 18 10C18 10.55 17.55 11 17 11ZM17 8H7C6.45 8 6 7.55 6 7C6 6.45 6.45 6 7 6H17C17.55 6 18 6.45 18 7C18 7.55 17.55 8 17 8Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface NotesIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const NotesIcon = (props: NotesIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M19 3H4.99C3.89 3 3 3.9 3 5L3.01 19C3.01 20.1 3.9 21 5 21H15L21 15V5C21 3.9 20.1 3 19 3ZM8 8H16C16.55 8 17 8.45 17 9C17 9.55 16.55 10 16 10H8C7.45 10 7 9.55 7 9C7 8.45 7.45 8 8 8ZM11 14H8C7.45 14 7 13.55 7 13C7 12.45 7.45 12 8 12H11C11.55 12 12 12.45 12 13C12 13.55 11.55 14 11 14ZM14 19.5V15C14 14.45 14.45 14 15 14H19.5L14 19.5Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface PinIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const PinIcon = (props: PinIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="14"
12
+ height="20"
13
+ viewBox="0 0 14 20"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M14 10.87C14 10.4 13.66 10.02 13.2 9.89C11.93 9.54 11 8.38 11 7V2H12C12.55 2 13 1.55 13 1C13 0.45 12.55 0 12 0L2 0C1.45 0 1 0.45 1 1C1 1.55 1.45 2 2 2H3V7C3 8.38 2.07 9.54 0.8 9.89C0.34 10.02 0 10.4 0 10.87L0 11C0 11.55 0.45 12 1 12H5.98L6 19C6 19.55 6.45 20 7 20C7.55 20 8 19.55 8 19L7.98 12H13C13.55 12 14 11.55 14 11V10.87Z"
19
+ fill="#64748b"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,15 @@
1
+ import React from "react";
2
+
3
+ import { IconProps } from "./types/IconProps.type";
4
+
5
+ export const PrintIcon = (props: IconProps): JSX.Element => {
6
+ return (
7
+ <svg className={props.className} width="19" height="18" xmlns="http://www.w3.org/2000/svg">
8
+ <path
9
+ d="M16.6 5H15V.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5V5H2.4A2.4 2.4 0 0 0 0 7.4v5.2A2.4 2.4 0 0 0 2.4 15H5v2.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V15h2.6a2.4 2.4 0 0 0 2.4-2.4V7.4A2.4 2.4 0 0 0 16.6 5zM5 1h9v4H5V1zm8 16H6v-5h7v5zm5-4.4a1.4 1.4 0 0 1-1.4 1.4H14v-2.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5V14H2.4A1.4 1.4 0 0 1 1 12.6V7.4A1.4 1.4 0 0 1 2.4 6h14.2A1.4 1.4 0 0 1 18 7.4v5.2z"
10
+ fill="currentColor"
11
+ fill-rule="nonzero"
12
+ />
13
+ </svg>
14
+ );
15
+ };
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+
3
+ interface RightArrowIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const RightArrowIcon = (props: RightArrowIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M9.31008 6.70978C8.92008 7.09978 8.92008 7.72978 9.31008 8.11978L13.1901 11.9998L9.31008 15.8798C8.92008 16.2698 8.92008 16.8998 9.31008 17.2898C9.70008 17.6798 10.3301 17.6798 10.7201 17.2898L15.3101 12.6998C15.7001 12.3098 15.7001 11.6798 15.3101 11.2898L10.7201 6.69978C10.3401 6.31978 9.70008 6.31978 9.31008 6.70978Z"
19
+ fill="currentColor"
20
+ />
21
+ </svg>
22
+ );
23
+ };
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+
3
+ interface SmallCircleIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const SmallCircleIcon = (props: SmallCircleIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <circle cx="12" cy="12" r="6" fill="currentColor" />
18
+ <circle cx="14.5" cy="9.5" r="1.5" fill="white" fillOpacity="0.1" />
19
+ </svg>
20
+ );
21
+ };
@@ -0,0 +1,31 @@
1
+ import React from "react";
2
+
3
+ interface SmallDiamondIconProps {
4
+ className?: string;
5
+ }
6
+
7
+ export const SmallDiamondIcon = (props: SmallDiamondIconProps): JSX.Element => {
8
+ return (
9
+ <svg
10
+ className={props.className}
11
+ width="24"
12
+ height="24"
13
+ viewBox="0 0 24 24"
14
+ fill="none"
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ >
17
+ <path
18
+ d="M4.92984 13.4142C4.14879 12.6332 4.14879 11.3668 4.92984 10.5858L10.5867 4.92893C11.3677 4.14788 12.6341 4.14788 13.4151 4.92893L19.072 10.5858C19.853 11.3668 19.853 12.6332 19.072 13.4142L13.4151 19.0711C12.6341 19.8521 11.3677 19.8521 10.5867 19.0711L4.92984 13.4142Z"
19
+ fill="currentColor"
20
+ />
21
+ <circle
22
+ cx="12.0002"
23
+ cy="7.05078"
24
+ r="1.5"
25
+ transform="rotate(-45 12.0002 7.05078)"
26
+ fill="white"
27
+ fillOpacity="0.1"
28
+ />
29
+ </svg>
30
+ );
31
+ };