@dhasdk/simple-ui 1.0.7 → 1.0.8

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 (227) hide show
  1. package/.babelrc +12 -0
  2. package/.storybook/main.ts +35 -0
  3. package/.storybook/preview.ts +4 -0
  4. package/BAKpostcss.config.jsBAK +15 -0
  5. package/BAKtailwind.config.mjsBAK +99 -0
  6. package/README.md +464 -16
  7. package/coverage/storybook/coverage-storybook.json +32411 -0
  8. package/coverage/storybook/lcov-report/Accordion.tsx.html +805 -0
  9. package/coverage/storybook/lcov-report/Badge.tsx.html +346 -0
  10. package/coverage/storybook/lcov-report/Breadcrumbs.tsx.html +742 -0
  11. package/coverage/storybook/lcov-report/Button.tsx.html +448 -0
  12. package/coverage/storybook/lcov-report/ButtonGroup.tsx.html +403 -0
  13. package/coverage/storybook/lcov-report/Card.tsx.html +292 -0
  14. package/coverage/storybook/lcov-report/CharacterCounter.tsx.html +253 -0
  15. package/coverage/storybook/lcov-report/CheckBox.tsx.html +1555 -0
  16. package/coverage/storybook/lcov-report/DatePicker.tsx.html +826 -0
  17. package/coverage/storybook/lcov-report/Input.tsx.html +1012 -0
  18. package/coverage/storybook/lcov-report/List.tsx.html +364 -0
  19. package/coverage/storybook/lcov-report/Modal.tsx.html +745 -0
  20. package/coverage/storybook/lcov-report/Pill.tsx.html +358 -0
  21. package/coverage/storybook/lcov-report/Search.tsx.html +997 -0
  22. package/coverage/storybook/lcov-report/SearchContent.tsx.html +235 -0
  23. package/coverage/storybook/lcov-report/SectionHeader.tsx.html +358 -0
  24. package/coverage/storybook/lcov-report/Select.tsx.html +1012 -0
  25. package/coverage/storybook/lcov-report/Shield.tsx.html +802 -0
  26. package/coverage/storybook/lcov-report/SideBarNav.tsx.html +490 -0
  27. package/coverage/storybook/lcov-report/Skeleton.tsx.html +394 -0
  28. package/coverage/storybook/lcov-report/Slider.tsx.html +385 -0
  29. package/coverage/storybook/lcov-report/Status.tsx.html +322 -0
  30. package/coverage/storybook/lcov-report/Tabs.tsx.html +610 -0
  31. package/coverage/storybook/lcov-report/Toggle.tsx.html +373 -0
  32. package/coverage/storybook/lcov-report/Tooltip.tsx.html +496 -0
  33. package/coverage/storybook/lcov-report/base.css +224 -0
  34. package/coverage/storybook/lcov-report/block-navigation.js +87 -0
  35. package/coverage/storybook/lcov-report/favicon.png +0 -0
  36. package/coverage/storybook/lcov-report/index.html +476 -0
  37. package/coverage/storybook/lcov-report/prettify.css +1 -0
  38. package/coverage/storybook/lcov-report/prettify.js +2 -0
  39. package/coverage/storybook/lcov-report/sort-arrow-sprite.png +0 -0
  40. package/coverage/storybook/lcov-report/sorter.js +196 -0
  41. package/coverage/storybook/lcov.info +2312 -0
  42. package/dist/README.md +1815 -0
  43. package/eslint.config.mjs +13 -0
  44. package/package.json +6 -7
  45. package/project.json +11 -0
  46. package/src/assets/img/Frame.svg +5 -0
  47. package/src/assets/img/backArrowRight.svg +10 -0
  48. package/src/assets/img/bc-separator.png +0 -0
  49. package/src/assets/img/calendar.png +0 -0
  50. package/src/assets/img/calendar.svg +4 -0
  51. package/src/assets/img/check.svg +5 -0
  52. package/src/assets/img/check_box.svg +10 -0
  53. package/src/assets/img/check_box_empty.svg +10 -0
  54. package/src/assets/img/check_box_fill.svg +10 -0
  55. package/src/assets/img/check_box_fill_empty.svg +10 -0
  56. package/src/assets/img/chevron-down-white.svg +2 -0
  57. package/src/assets/img/chevron-down.svg +2 -0
  58. package/src/assets/img/chevron-left.svg +1 -0
  59. package/src/assets/img/chevron-right-light.svg +4 -0
  60. package/src/assets/img/chevron-right.svg +3 -0
  61. package/src/assets/img/chevron-up-white.svg +1 -0
  62. package/src/assets/img/chevron-up.svg +1 -0
  63. package/src/assets/img/clock.svg +6 -0
  64. package/src/assets/img/close.svg +1 -0
  65. package/src/assets/img/close2.svg +6 -0
  66. package/src/assets/img/closeModal.svg +10 -0
  67. package/src/assets/img/close_icon_dark.svg +10 -0
  68. package/src/assets/img/close_small.svg +3 -0
  69. package/src/assets/img/emergency_home.svg +10 -0
  70. package/src/assets/img/first-aid-kit.svg +7 -0
  71. package/src/assets/img/heartbeat.svg +4 -0
  72. package/src/assets/img/home-gray.svg +3 -0
  73. package/src/assets/img/home.svg +3 -0
  74. package/src/assets/img/hospital.jpg +0 -0
  75. package/src/assets/img/indeterminate_check_box.svg +10 -0
  76. package/src/assets/img/indeterminate_check_box_fill.svg +10 -0
  77. package/src/assets/img/info_24_ 1d4ed8.svg +3 -0
  78. package/src/assets/img/info_24_ 2c6441.svg +3 -0
  79. package/src/assets/img/marker_check_by_default.svg +10 -0
  80. package/src/assets/img/marker_check_by_default_fill.svg +10 -0
  81. package/src/assets/img/minus-accordion.svg +5 -0
  82. package/src/assets/img/minus.svg +3 -0
  83. package/src/assets/img/open.svg +1 -0
  84. package/src/assets/img/pill-white.svg +7 -0
  85. package/src/assets/img/pill.svg +5 -0
  86. package/src/assets/img/plus-accordion.svg +5 -0
  87. package/src/assets/img/plus.svg +4 -0
  88. package/src/assets/img/prescription.svg +6 -0
  89. package/src/assets/img/search.svg +10 -0
  90. package/src/assets/img/search_icon_light.svg +10 -0
  91. package/src/assets/img/separator.svg +3 -0
  92. package/src/assets/img/stethoscope-white.svg +8 -0
  93. package/src/assets/img/stethoscope.svg +8 -0
  94. package/src/assets/img/thumb_up.svg +10 -0
  95. package/src/assets/img/vector.svg +3 -0
  96. package/src/assets/img/warning-badge-disabled.svg +11 -0
  97. package/src/assets/img/warning-badge-green.svg +11 -0
  98. package/src/assets/img/warning-badge-red.svg +11 -0
  99. package/src/assets/img/warning-badge-yellow.svg +11 -0
  100. package/src/assets/img/warning.svg +10 -0
  101. package/src/global.d.ts +13 -0
  102. package/{index.d.ts → src/index.ts} +13 -5
  103. package/src/lib/Accordian--Accordian.stories.tsx +312 -0
  104. package/src/lib/Accordion.spec.tsx +384 -0
  105. package/src/lib/Accordion.tsx +240 -0
  106. package/src/lib/AppointmentPicker.spec.tsx +138 -0
  107. package/src/lib/AppointmentPicker.tsx +97 -0
  108. package/src/lib/Badge--Badge.stories.tsx +60 -0
  109. package/src/lib/Badge.spec.tsx +70 -0
  110. package/src/lib/Badge.tsx +87 -0
  111. package/src/lib/Breadcrumbs-Breadcrumbs.stories.tsx +114 -0
  112. package/src/lib/Breadcrumbs.spec.tsx +218 -0
  113. package/src/lib/Breadcrumbs.tsx +219 -0
  114. package/src/lib/Button--Button.stories.tsx +220 -0
  115. package/src/lib/Button.spec.tsx +241 -0
  116. package/src/lib/Button.tsx +121 -0
  117. package/src/lib/ButtonGroup--ButtonGroup.stories.tsx +129 -0
  118. package/src/lib/ButtonGroup.spec.tsx +89 -0
  119. package/src/lib/ButtonGroup.tsx +107 -0
  120. package/src/lib/Card--Card.stories.tsx +113 -0
  121. package/src/lib/Card.spec.tsx +112 -0
  122. package/src/lib/Card.tsx +69 -0
  123. package/src/lib/CharacterCounter--CharacterCounter.stories.tsx +169 -0
  124. package/src/lib/CharacterCounter.spec.tsx +123 -0
  125. package/src/lib/CharacterCounter.tsx +56 -0
  126. package/src/lib/CheckBox--CheckBox.stories.tsx +107 -0
  127. package/src/lib/CheckBox.spec.tsx +412 -0
  128. package/src/lib/CheckBox.tsx +491 -0
  129. package/src/lib/DatePicker--DatePicker.stories.tsx +228 -0
  130. package/src/lib/DatePicker.spec.tsx +424 -0
  131. package/src/lib/DatePicker.tsx +247 -0
  132. package/src/lib/Input--Input.stories.tsx +449 -0
  133. package/src/lib/Input.spec.tsx +281 -0
  134. package/src/lib/Input.tsx +309 -0
  135. package/src/lib/List--List.stories.tsx +157 -0
  136. package/src/lib/List.spec.tsx +211 -0
  137. package/src/lib/List.tsx +93 -0
  138. package/src/lib/Modal--Modal.stories.tsx +454 -0
  139. package/src/lib/Modal.spec.tsx +202 -0
  140. package/src/lib/Modal.tsx +220 -0
  141. package/src/lib/Pill--Pill.stories.tsx +98 -0
  142. package/src/lib/Pill.spec.tsx +103 -0
  143. package/src/lib/Pill.tsx +91 -0
  144. package/src/lib/ProgressBar.spec.tsx +106 -0
  145. package/src/lib/ProgressBar.tsx +112 -0
  146. package/src/lib/RadioGroup.spec.tsx +84 -0
  147. package/src/lib/RadioGroup.tsx +74 -0
  148. package/src/lib/RadioIcon.tsx +13 -0
  149. package/src/lib/Search--Search.stories.tsx +67 -0
  150. package/src/lib/Search.spec.tsx +182 -0
  151. package/src/lib/Search.tsx +304 -0
  152. package/src/lib/SearchContent.tsx +51 -0
  153. package/src/lib/SectionHeader--SectionHeader.stories.tsx +98 -0
  154. package/src/lib/SectionHeader.spec.tsx +60 -0
  155. package/src/lib/SectionHeader.tsx +91 -0
  156. package/src/lib/Select--Select.stories.tsx +387 -0
  157. package/src/lib/Select.spec.tsx +493 -0
  158. package/src/lib/Select.tsx +311 -0
  159. package/src/lib/Shield--Shield.stories.tsx +196 -0
  160. package/src/lib/Shield.spec.tsx +275 -0
  161. package/src/lib/Shield.tsx +239 -0
  162. package/src/lib/SideBarNav--SideBarNav.stories.tsx +136 -0
  163. package/src/lib/SideBarNav.spec.tsx +178 -0
  164. package/src/lib/SideBarNav.tsx +135 -0
  165. package/src/lib/Skeleton--Skeleton.stories.tsx +77 -0
  166. package/src/lib/Skeleton.module.css +16 -0
  167. package/src/lib/Skeleton.spec.tsx +83 -0
  168. package/src/lib/Skeleton.tsx +103 -0
  169. package/src/lib/SkipLink.spec.tsx +76 -0
  170. package/src/lib/SkipLink.tsx +48 -0
  171. package/src/lib/Slider--Slider.stories.tsx +108 -0
  172. package/src/lib/Slider.module.css +109 -0
  173. package/src/lib/Slider.spec.tsx +67 -0
  174. package/src/lib/Slider.tsx +101 -0
  175. package/src/lib/Status--Status.stories.tsx +93 -0
  176. package/src/lib/Status.spec.tsx +118 -0
  177. package/src/lib/Status.tsx +79 -0
  178. package/src/lib/Tabs--Tabs.stories.tsx +294 -0
  179. package/src/lib/Tabs.spec.tsx +249 -0
  180. package/src/lib/Tabs.tsx +188 -0
  181. package/src/lib/Tester.spec.tsx +17 -0
  182. package/src/lib/Toggle--Toggle.stories.tsx +162 -0
  183. package/src/lib/Toggle.spec.tsx +122 -0
  184. package/src/lib/Toggle.tsx +96 -0
  185. package/src/lib/Tooltip--Tooltip.stories.tsx +315 -0
  186. package/src/lib/Tooltip.spec.tsx +307 -0
  187. package/src/lib/Tooltip.tsx +137 -0
  188. package/src/lib/bak-simple-ui.stories.tsx-bak +24 -0
  189. package/src/styles.css +190 -0
  190. package/tsconfig.json +25 -0
  191. package/tsconfig.lib.json +42 -0
  192. package/tsconfig.spec.json +29 -0
  193. package/tsconfig.storybook.json +36 -0
  194. package/vite.config.mts +87 -0
  195. package/vitest.setup.ts +12 -0
  196. package/index.css +0 -1
  197. package/index.js +0 -35
  198. package/index.mjs +0 -4981
  199. package/lib/Accordion.d.ts +0 -36
  200. package/lib/AppointmentPicker.d.ts +0 -21
  201. package/lib/Badge.d.ts +0 -11
  202. package/lib/Breadcrumbs.d.ts +0 -13
  203. package/lib/Button.d.ts +0 -15
  204. package/lib/ButtonGroup.d.ts +0 -8
  205. package/lib/Card.d.ts +0 -11
  206. package/lib/CharacterCounter.d.ts +0 -11
  207. package/lib/CheckBox.d.ts +0 -30
  208. package/lib/DatePicker.d.ts +0 -7
  209. package/lib/Input.d.ts +0 -16
  210. package/lib/List.d.ts +0 -22
  211. package/lib/Modal.d.ts +0 -18
  212. package/lib/Pill.d.ts +0 -13
  213. package/lib/ProgressBar.d.ts +0 -19
  214. package/lib/RadioGroup.d.ts +0 -15
  215. package/lib/Search.d.ts +0 -26
  216. package/lib/SearchContent.d.ts +0 -6
  217. package/lib/SectionHeader.d.ts +0 -18
  218. package/lib/Select.d.ts +0 -19
  219. package/lib/Shield.d.ts +0 -12
  220. package/lib/SideBarNav.d.ts +0 -21
  221. package/lib/Skeleton.d.ts +0 -15
  222. package/lib/SkipLink.d.ts +0 -22
  223. package/lib/Slider.d.ts +0 -14
  224. package/lib/Status.d.ts +0 -10
  225. package/lib/Tabs.d.ts +0 -23
  226. package/lib/Toggle.d.ts +0 -11
  227. package/lib/Tooltip.d.ts +0 -14
@@ -0,0 +1,13 @@
1
+ import storybook from "eslint-plugin-storybook";
2
+ import nx from '@nx/eslint-plugin';
3
+ import baseConfig from '../../eslint.config.mjs';
4
+
5
+ export default [
6
+ ...baseConfig,
7
+ ...nx.configs['flat/react'],
8
+ {
9
+ files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'],
10
+ // Override or add rules here
11
+ rules: {},
12
+ },
13
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhasdk/simple-ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -12,13 +12,12 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "dayjs": "^1.11.13"
15
+ "dayjs": "^1.11.13",
16
+ "tailwindcss": "^4.1.11"
16
17
  },
17
18
  "devDependencies": {
18
- "tailwind-merge": "^2.3.0",
19
- "tailwindcss": "3.4.3",
20
- "react": "18.3.1",
21
- "react-dom": "18.3.1",
22
- "react-router-dom": "^6.23.1"
19
+ "react": "^19.1.0",
20
+ "react-dom": "^19.1.0",
21
+ "react-router-dom": "^7.6.3"
23
22
  }
24
23
  }
package/project.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "simple-ui",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
+ "sourceRoot": "libs/simple-ui/src",
5
+ "projectType": "library",
6
+ "tags": [],
7
+ "// targets": "to see all targets run: nx show project simple-ui --web",
8
+ "targets": {
9
+
10
+ }
11
+ }
@@ -0,0 +1,5 @@
1
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Frame">
3
+ <path id="Vector" d="M38 25.5C37.5667 25.5 37.2083 25.3583 36.925 25.075C36.6417 24.7916 36.5 24.4333 36.5 24C36.5 23.5666 36.6417 23.2083 36.925 22.925C37.2083 22.6416 37.5667 22.5 38 22.5H42.5C42.9333 22.5 43.2917 22.6416 43.575 22.925C43.8583 23.2083 44 23.5666 44 24C44 24.4333 43.8583 24.7916 43.575 25.075C43.2917 25.3583 42.9333 25.5 42.5 25.5H38ZM37.8 39.1L34.15 36.4C33.8167 36.1333 33.6167 35.8 33.55 35.4C33.4833 35 33.5833 34.6333 33.85 34.3C34.1167 33.9666 34.45 33.7666 34.85 33.7C35.25 33.6333 35.6167 33.7333 35.95 34L39.6 36.7C39.9333 36.9666 40.1333 37.3 40.2 37.7C40.2667 38.1 40.1667 38.4666 39.9 38.8C39.6333 39.1333 39.3 39.3333 38.9 39.4C38.5 39.4666 38.1333 39.3666 37.8 39.1ZM36.1 13.95C35.7667 14.2166 35.4 14.3166 35 14.25C34.6 14.1833 34.2667 13.9833 34 13.65C33.7333 13.3166 33.6333 12.95 33.7 12.55C33.7667 12.15 33.9667 11.8166 34.3 11.55L37.8 8.89996C38.1333 8.63329 38.5 8.53329 38.9 8.59996C39.3 8.66662 39.6333 8.86662 39.9 9.19996C40.1667 9.53329 40.2667 9.89996 40.2 10.3C40.1333 10.7 39.9333 11.0333 39.6 11.3L36.1 13.95ZM10.5 38V30H7C6.16667 30 5.45833 29.7083 4.875 29.125C4.29167 28.5416 4 27.8333 4 27V21C4 20.1666 4.29167 19.4583 4.875 18.875C5.45833 18.2916 6.16667 18 7 18H16L23.75 13.35C24.25 13.05 24.75 13.05 25.25 13.35C25.75 13.65 26 14.0833 26 14.65V33.35C26 33.9166 25.75 34.35 25.25 34.65C24.75 34.95 24.25 34.95 23.75 34.65L16 30H13.5V38H10.5ZM28 30.7V17.3C28.9 18.1 29.625 19.075 30.175 20.225C30.725 21.375 31 22.6333 31 24C31 25.3666 30.725 26.625 30.175 27.775C29.625 28.925 28.9 29.9 28 30.7ZM23 30.7V17.3L16.8 21H7V27H16.8L23 30.7Z" fill="#07192D"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="IconGroup">
3
+ <mask id="mask0_4332_8062" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="41" height="40">
4
+ <rect id="Bounding box" x="0.5" width="40" height="40" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4332_8062)">
7
+ <path id="Icon" d="M28.9808 21.0021H9.04708C8.74514 21.0021 8.49514 20.9031 8.29708 20.705C8.09903 20.507 8 20.257 8 19.955C8 19.6531 8.09903 19.4031 8.29708 19.205C8.49514 19.0072 8.74514 18.9083 9.04708 18.9083H28.9808L22.8054 12.7329C22.599 12.5263 22.4974 12.2832 22.5004 12.0038C22.5038 11.7243 22.6111 11.476 22.8225 11.2588C23.0328 11.0485 23.2782 10.9419 23.5587 10.9392C23.8393 10.9364 24.0847 11.0436 24.295 11.2608L32.0867 19.0417C32.2239 19.1864 32.3236 19.3321 32.3858 19.4788C32.4478 19.6254 32.4788 19.7842 32.4788 19.955C32.4788 20.1331 32.4478 20.2956 32.3858 20.4425C32.3236 20.5892 32.2239 20.7313 32.0867 20.8688L24.3225 28.6433C24.1161 28.8497 23.8717 28.9542 23.5892 28.9567C23.3067 28.9592 23.0568 28.8518 22.8396 28.6346C22.6282 28.4174 22.5211 28.1688 22.5183 27.8888C22.5153 27.609 22.6224 27.3606 22.8396 27.1433L28.9808 21.0021Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
Binary file
Binary file
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
2
+ <path d="M0 0h24v24H0z" fill="none"/>
3
+ <path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="check">
3
+ <path id="Vector 51" d="M4.16699 11.3333L8.33366 15.5L15.8337 5.5" stroke="#14532D" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="check_box">
3
+ <mask id="mask0_4956_18737" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_18737)">
7
+ <path id="Icon" d="M10.6 13.7463L8.277 11.423C8.1385 11.2847 7.96442 11.2138 7.75475 11.2105C7.54525 11.2073 7.368 11.2782 7.223 11.423C7.07817 11.568 7.00575 11.7437 7.00575 11.95C7.00575 12.1563 7.07817 12.332 7.223 12.477L9.96725 15.2213C10.1481 15.4019 10.359 15.4923 10.6 15.4923C10.841 15.4923 11.0519 15.4019 11.2327 15.2213L16.7962 9.65775C16.9346 9.51925 17.0054 9.34517 17.0087 9.1355C17.0119 8.926 16.9411 8.74875 16.7962 8.60375C16.6512 8.45892 16.4756 8.3865 16.2693 8.3865C16.0629 8.3865 15.8873 8.45892 15.7423 8.60375L10.6 13.7463ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="check_box">
3
+ <mask id="mask0_4956_18737" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_18737)">
7
+ <path d="M5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="check_box">
3
+ <mask id="mask0_4956_19567" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_19567)">
7
+ <path id="Icon" d="M10.6 13.7463L8.277 11.423C8.1385 11.2847 7.96442 11.2138 7.75475 11.2105C7.54525 11.2073 7.368 11.2782 7.223 11.423C7.07817 11.568 7.00575 11.7437 7.00575 11.95C7.00575 12.1563 7.07817 12.332 7.223 12.477L9.96725 15.2213C10.1481 15.4019 10.359 15.4923 10.6 15.4923C10.841 15.4923 11.0519 15.4019 11.2327 15.2213L16.7962 9.65775C16.9346 9.51925 17.0054 9.34517 17.0087 9.1355C17.0119 8.926 16.9411 8.74875 16.7962 8.60375C16.6512 8.45892 16.4756 8.3865 16.2693 8.3865C16.0629 8.3865 15.8873 8.45892 15.7423 8.60375L10.6 13.7463ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="check_box">
3
+ <mask id="mask0_4956_19567" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_19567)">
7
+ <path d="M5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff"
2
+ stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>
@@ -0,0 +1,2 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
2
+ stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left"><path d="m15 18-6-6 6-6"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#f0f0f0" stroke-width="2"
2
+ stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right">
3
+ <path d="m9 18 6-6-6-6"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right">
2
+ <path d="m9 18 6-6-6-6"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up"><path d="m18 15-6-6-6 6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up"><path d="m18 15-6-6-6 6"/></svg>
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="clock">
3
+ <path id="Vector" d="M16.0413 10.5C16.0413 13.8367 13.3364 16.5416 9.99967 16.5416C6.66295 16.5416 3.95801 13.8367 3.95801 10.5C3.95801 7.16326 6.66295 4.45831 9.99967 4.45831C13.3364 4.45831 16.0413 7.16326 16.0413 10.5Z" stroke="#713F12" stroke-width="1.5"/>
4
+ <path id="Vector_2" d="M10 7.16669V10.5L11.6667 12.1667" stroke="#713F12" stroke-width="1.5" stroke-linecap="round"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-x"><rect width="18" height="18" x="3" y="3" rx="2" ry="2"/><path d="m15 9-6 6"/><path d="m9 9 6 6"/></svg>
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="close">
3
+ <path id="Vector" d="M14.375 6.125L5.625 14.875" stroke="#7F1D1D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path id="Vector_2" d="M5.625 6.125L14.375 14.875" stroke="#7F1D1D" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </g>
6
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="close">
3
+ <mask id="mask0_4303_6570" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" x="0.5" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4303_6570)">
7
+ <path id="Icon" d="M12.4995 13.0537L7.42652 18.127C7.28802 18.2653 7.11394 18.3362 6.90427 18.3395C6.69477 18.3427 6.51752 18.2718 6.37252 18.127C6.22769 17.982 6.15527 17.8063 6.15527 17.6C6.15527 17.3937 6.22769 17.218 6.37252 17.073L11.4458 12L6.37252 6.927C6.23419 6.7885 6.16336 6.61441 6.16002 6.40475C6.15686 6.19525 6.22769 6.018 6.37252 5.873C6.51752 5.72816 6.69319 5.65575 6.89952 5.65575C7.10586 5.65575 7.28152 5.72816 7.42652 5.873L12.4995 10.9462L17.5725 5.873C17.711 5.73466 17.8851 5.66383 18.0948 5.6605C18.3043 5.65733 18.4815 5.72816 18.6265 5.873C18.7714 6.018 18.8438 6.19366 18.8438 6.4C18.8438 6.60633 18.7714 6.782 18.6265 6.927L13.5533 12L18.6265 17.073C18.7649 17.2115 18.8357 17.3856 18.839 17.5952C18.8422 17.8047 18.7714 17.982 18.6265 18.127C18.4815 18.2718 18.3059 18.3442 18.0995 18.3442C17.8932 18.3442 17.7175 18.2718 17.5725 18.127L12.4995 13.0537Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="arrow_circle_up">
3
+ <mask id="mask0_3137_24331" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24">
4
+ <rect id="Bounding box" x="0.5" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3137_24331)">
7
+ <path id="close" d="M12.4999 13.5165L7.19154 18.8249C6.99293 19.0235 6.74015 19.1228 6.4332 19.1228C6.12626 19.1228 5.87348 19.0235 5.67487 18.8249C5.47626 18.6263 5.37695 18.3735 5.37695 18.0665C5.37695 17.7596 5.47626 17.5068 5.67487 17.3082L10.9832 11.9999L5.67487 6.69154C5.47626 6.49293 5.37695 6.24015 5.37695 5.9332C5.37695 5.62626 5.47626 5.37348 5.67487 5.17487C5.87348 4.97626 6.12626 4.87695 6.4332 4.87695C6.74015 4.87695 6.99293 4.97626 7.19154 5.17487L12.4999 10.4832L17.8082 5.17487C18.0068 4.97626 18.2596 4.87695 18.5665 4.87695C18.8735 4.87695 19.1263 4.97626 19.3249 5.17487C19.5235 5.37348 19.6228 5.62626 19.6228 5.9332C19.6228 6.24015 19.5235 6.49293 19.3249 6.69154L14.0165 11.9999L19.3249 17.3082C19.5235 17.5068 19.6228 17.7596 19.6228 18.0665C19.6228 18.3735 19.5235 18.6263 19.3249 18.8249C19.1263 19.0235 18.8735 19.1228 18.5665 19.1228C18.2596 19.1228 18.0068 19.0235 17.8082 18.8249L12.4999 13.5165Z" fill="#6A686B"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="close_small" d="M1.40349 10L0 8.60349L3.60898 4.98753L0 1.39651L1.40349 0L5.01247 3.60623L8.59651 0L10 1.39651L6.39102 4.98753L10 8.60349L8.59651 10L5.01247 6.39377L1.40349 10Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="emergency_home">
3
+ <mask id="mask0_320_1821" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_320_1821)">
7
+ <path id="emergency_home_2" d="M11.9996 22.0251C11.7329 22.0251 11.4788 21.9751 11.2371 21.8751C10.9954 21.7751 10.7746 21.6334 10.5746 21.4501L2.54961 13.4251C2.36628 13.2251 2.22461 13.0043 2.12461 12.7626C2.02461 12.5209 1.97461 12.2668 1.97461 12.0001C1.97461 11.7334 2.02461 11.4751 2.12461 11.2251C2.22461 10.9751 2.36628 10.7584 2.54961 10.5751L10.5746 2.5501C10.7746 2.3501 10.9954 2.20426 11.2371 2.1126C11.4788 2.02093 11.7329 1.9751 11.9996 1.9751C12.2663 1.9751 12.5246 2.02093 12.7746 2.1126C13.0246 2.20426 13.2413 2.3501 13.4246 2.5501L21.4496 10.5751C21.6496 10.7584 21.7954 10.9751 21.8871 11.2251C21.9788 11.4751 22.0246 11.7334 22.0246 12.0001C22.0246 12.2668 21.9788 12.5209 21.8871 12.7626C21.7954 13.0043 21.6496 13.2251 21.4496 13.4251L13.4246 21.4501C13.2413 21.6334 13.0246 21.7751 12.7746 21.8751C12.5246 21.9751 12.2663 22.0251 11.9996 22.0251ZM10.9996 13.0001H12.9996V7.0001H10.9996V13.0001ZM11.9996 16.0001C12.2829 16.0001 12.5204 15.9043 12.7121 15.7126C12.9038 15.5209 12.9996 15.2834 12.9996 15.0001C12.9996 14.7168 12.9038 14.4793 12.7121 14.2876C12.5204 14.0959 12.2829 14.0001 11.9996 14.0001C11.7163 14.0001 11.4788 14.0959 11.2871 14.2876C11.0954 14.4793 10.9996 14.7168 10.9996 15.0001C10.9996 15.2834 11.0954 15.5209 11.2871 15.7126C11.4788 15.9043 11.7163 16.0001 11.9996 16.0001Z" fill="black"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-first-aid-kit">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
3
+ <path d="M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" />
4
+ <path d="M4 8m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />
5
+ <path d="M10 14h4" />
6
+ <path d="M12 12v4" />
7
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-activity-heartbeat">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
3
+ <path d="M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5" />
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="15" viewBox="0 0 12 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="Exclude" fill-rule="evenodd" clip-rule="evenodd" d="M6 0.5L0 5.75V14.5H4.28571V10.125H7.71429V14.5H12V5.75L6 0.5Z" fill="#747476"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="15" viewBox="0 0 12 15" fill="none" xmlns="http://www.w3.org/2000/svg" class="text-[#747476]">
2
+ <path id="Exclude" fill-rule="evenodd" clip-rule="evenodd" d="M6 0.5L0 5.75V14.5H4.28571V10.125H7.71429V14.5H12V5.75L6 0.5Z" fill="black"/>
3
+ </svg>
Binary file
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="indeterminate_check_box">
3
+ <mask id="mask0_4956_9240" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_9240)">
7
+ <path id="Icon" d="M8 12.75H16C16.2128 12.75 16.391 12.6782 16.5345 12.5345C16.6782 12.391 16.75 12.2128 16.75 12C16.75 11.7872 16.6782 11.609 16.5345 11.4655C16.391 11.3218 16.2128 11.25 16 11.25H8C7.78717 11.25 7.609 11.3218 7.4655 11.4655C7.32183 11.609 7.25 11.7872 7.25 12C7.25 12.2128 7.32183 12.391 7.4655 12.5345C7.609 12.6782 7.78717 12.75 8 12.75ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="indeterminate_check_box">
3
+ <mask id="mask0_4956_22386" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_22386)">
7
+ <path id="Icon" d="M8 12.75H16C16.2128 12.75 16.391 12.6782 16.5345 12.5345C16.6782 12.391 16.75 12.2128 16.75 12C16.75 11.7872 16.6782 11.609 16.5345 11.4655C16.391 11.3218 16.2128 11.25 16 11.25H8C7.78717 11.25 7.609 11.3218 7.4655 11.4655C7.32183 11.609 7.25 11.7872 7.25 12C7.25 12.2128 7.32183 12.391 7.4655 12.5345C7.609 12.6782 7.78717 12.75 8 12.75ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#1d4ed8">
2
+ <path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#2c6441">
2
+ <path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="disabled_by_default">
3
+ <mask id="mask0_4956_21631" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_21631)">
7
+ <path id="Icon" d="M12 13.0442L15.0828 16.127C15.2213 16.2653 15.3953 16.3329 15.6048 16.3298C15.8144 16.3266 15.9885 16.2558 16.127 16.1173C16.2653 15.9788 16.3345 15.8048 16.3345 15.5953C16.3345 15.3856 16.2653 15.2115 16.127 15.073L13.0443 12L16.127 8.91725C16.2653 8.77875 16.3345 8.60475 16.3345 8.39525C16.3345 8.18558 16.2653 8.0115 16.127 7.873C15.9885 7.73467 15.8144 7.6655 15.6048 7.6655C15.3953 7.6655 15.2213 7.73467 15.0828 7.873L12 10.9557L8.91725 7.873C8.77875 7.73467 8.60633 7.6655 8.4 7.6655C8.19367 7.6655 8.02125 7.73467 7.88275 7.873C7.74425 8.0115 7.675 8.18558 7.675 8.39525C7.675 8.60475 7.74425 8.77875 7.88275 8.91725L10.9558 12L7.873 15.0828C7.73467 15.2213 7.66708 15.3937 7.67025 15.6C7.67342 15.8063 7.74425 15.9788 7.88275 16.1173C8.02125 16.2558 8.19525 16.325 8.40475 16.325C8.61442 16.325 8.7885 16.2558 8.927 16.1173L12 13.0442ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775ZM5.30775 19H18.6923C18.7692 19 18.8398 18.9679 18.9038 18.9038C18.9679 18.8398 19 18.7692 19 18.6923V5.30775C19 5.23075 18.9679 5.16025 18.9038 5.09625C18.8398 5.03208 18.7692 5 18.6923 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7692 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="disabled_by_default">
3
+ <mask id="mask0_4956_19169" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_4956_19169)">
7
+ <path id="Icon" d="M12 13.0442L15.0828 16.127C15.2213 16.2653 15.3953 16.3329 15.6048 16.3298C15.8144 16.3266 15.9885 16.2558 16.127 16.1173C16.2653 15.9788 16.3345 15.8048 16.3345 15.5953C16.3345 15.3856 16.2653 15.2115 16.127 15.073L13.0443 12L16.127 8.91725C16.2653 8.77875 16.3345 8.60475 16.3345 8.39525C16.3345 8.18558 16.2653 8.0115 16.127 7.873C15.9885 7.73467 15.8144 7.6655 15.6048 7.6655C15.3953 7.6655 15.2213 7.73467 15.0828 7.873L12 10.9557L8.91725 7.873C8.77875 7.73467 8.60633 7.6655 8.4 7.6655C8.19367 7.6655 8.02125 7.73467 7.88275 7.873C7.74425 8.0115 7.675 8.18558 7.675 8.39525C7.675 8.60475 7.74425 8.77875 7.88275 8.91725L10.9558 12L7.873 15.0828C7.73467 15.2213 7.66708 15.3937 7.67025 15.6C7.67342 15.8063 7.74425 15.9788 7.88275 16.1173C8.02125 16.2558 8.19525 16.325 8.40475 16.325C8.61442 16.325 8.7885 16.2558 8.927 16.1173L12 13.0442ZM5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5H5.30775Z" fill="#1C1B1F"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#71767A" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Frame">
3
+ <path id="Vector" d="M4.75 13V11H19.25V13H4.75Z" fill="#71767A"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
2
+ fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
3
+ stroke-linejoin="round" class="lucide lucide-minus"><path d="M5 12h14"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
2
+ fill="none" stroke="white" stroke-width="1.75" stroke-linecap="round"
3
+ stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-pill">
4
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
5
+ <path d="M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" />
6
+ <path d="M8.5 8.5l7 7" />
7
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-pill">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
3
+ <path d="M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" />
4
+ <path d="M8.5 8.5l7 7" />
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="#71767A" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Frame">
3
+ <path id="Vector" d="M11 19.25V13H4.75V11H11V4.75H13V11H19.25V13H13V19.25H11Z" fill="#71767A"/>
4
+ </g>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
2
+ viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
3
+ stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus">
4
+ <path d="M5 12h14"/><path d="M12 5v14"/></svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-prescription">
2
+ <path stroke="none" d="M0 0h24v24H0z" fill="none" />
3
+ <path d="M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5" />
4
+ <path d="M19 21l-9 -9" />
5
+ <path d="M13 21l6 -6" />
6
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="search">
3
+ <mask id="mask0_3137_24325" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30">
4
+ <rect id="Bounding box" x="0.5" y="0.5" width="29" height="29" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3137_24325)">
7
+ <path id="search_2" d="M24.4022 26.3907L16.4598 18.4601C15.8671 18.9317 15.1745 19.3025 14.3818 19.5724C13.5891 19.8424 12.7369 19.9774 11.825 19.9774C9.5537 19.9774 7.62953 19.1883 6.05246 17.61C4.47518 16.0317 3.68654 14.1216 3.68654 11.8795C3.68654 9.63723 4.47568 7.72696 6.05397 6.14868C7.63225 4.57039 9.54585 3.78125 11.7948 3.78125C14.0437 3.78125 15.9538 4.57039 17.5253 6.14868C19.0969 7.72696 19.8827 9.63824 19.8827 11.8825C19.8827 12.7759 19.7512 13.6135 19.4882 14.3952C19.2252 15.177 18.8442 15.896 18.3451 16.5521L26.3132 24.4854L24.4022 26.3907ZM11.8087 17.3146C13.3207 17.3146 14.6006 16.7856 15.6484 15.7277C16.6961 14.6696 17.2199 13.3869 17.2199 11.8795C17.2199 10.3719 16.6955 9.08916 15.6466 8.03126C14.5978 6.97316 13.3185 6.44411 11.8087 6.44411C10.2878 6.44411 8.99767 6.97316 7.93836 8.03126C6.87906 9.08916 6.3494 10.3719 6.3494 11.8795C6.3494 13.3869 6.87845 14.6696 7.93655 15.7277C8.99485 16.7856 10.2855 17.3146 11.8087 17.3146Z" fill="#6A686B"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="arrow_circle_up">
3
+ <mask id="mask0_3137_24196" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3137_24196)">
7
+ <path id="search" d="M21.7157 23.6094L13.7733 15.6788C13.1806 16.1505 12.4879 16.5212 11.6953 16.7911C10.9026 17.0612 10.0503 17.1962 9.13843 17.1962C6.86716 17.1962 4.94299 16.4071 3.36592 14.8288C1.78864 13.2505 1 11.3403 1 9.09825C1 6.85598 1.78914 4.94571 3.36743 3.36743C4.94571 1.78914 6.85931 1 9.10822 1C11.3571 1 13.2673 1.78914 14.8387 3.36743C16.4104 4.94571 17.1962 6.85699 17.1962 9.10127C17.1962 9.99463 17.0647 10.8322 16.8017 11.614C16.5387 12.3958 16.1576 13.1147 15.6586 13.7709L23.6266 21.7042L21.7157 23.6094ZM9.12211 14.5333C10.6341 14.5333 11.9141 14.0044 12.9619 12.9465C14.0095 11.8884 14.5333 10.6056 14.5333 9.09825C14.5333 7.59065 14.0089 6.30791 12.9601 5.25001C11.9113 4.19191 10.6319 3.66286 9.12211 3.66286C7.60123 3.66286 6.31113 4.19191 5.25182 5.25001C4.19252 6.30791 3.66286 7.59065 3.66286 9.09825C3.66286 10.6056 4.19191 11.8884 5.25001 12.9465C6.30831 14.0044 7.59901 14.5333 9.12211 14.5333Z" fill="white"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="Vector 1" d="M1 1L5 5.5L1 10" stroke="#747476" stroke-width="2"/>
3
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
2
+ fill="none" stroke="white" stroke-width="1.5" stroke-linecap="round"
3
+ stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-stethoscope">
4
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
5
+ <path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" />
6
+ <path d="M8 15a6 6 0 1 0 12 0v-3" /><path d="M11 3v2" /><path d="M6 3v2" />
7
+ <path d="M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
2
+ fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
3
+ stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-stethoscope">
4
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
5
+ <path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" />
6
+ <path d="M8 15a6 6 0 1 0 12 0v-3" /><path d="M11 3v2" /><path d="M6 3v2" />
7
+ <path d="M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
8
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="thumb_up">
3
+ <mask id="mask0_320_1845" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_320_1845)">
7
+ <path id="thumb_up_2" d="M18 21H8V8L15 1L16.25 2.25C16.3667 2.36667 16.4625 2.525 16.5375 2.725C16.6125 2.925 16.65 3.11667 16.65 3.3V3.65L15.55 8H21C21.5333 8 22 8.2 22.4 8.6C22.8 9 23 9.46667 23 10V12C23 12.1167 22.9875 12.2417 22.9625 12.375C22.9375 12.5083 22.9 12.6333 22.85 12.75L19.85 19.8C19.7 20.1333 19.45 20.4167 19.1 20.65C18.75 20.8833 18.3833 21 18 21ZM6 8V21H2V8H6Z" fill="black"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="Vector 1" d="M1 1L5 5.5L1 10" stroke="#747476" stroke-width="2"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="2 2 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="warning">
3
+ <mask id="mask0_3326_3783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="20">
4
+ <rect id="Bounding box" x="0.5" width="20" height="20" fill="#394150"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3326_3783)">
7
+ <path id="warning_2" d="M2.5959 13.4861C2.47923 13.4861 2.37854 13.4605 2.29382 13.4094C2.20921 13.3582 2.14341 13.2907 2.09642 13.2069C2.04226 13.125 2.01824 13.0324 2.02437 12.9292C2.03051 12.8259 2.05991 12.7266 2.11257 12.6313L8.02281 2.8132C8.07559 2.71783 8.14463 2.65035 8.22993 2.61077C8.31523 2.57118 8.40539 2.55139 8.50041 2.55139C8.59532 2.55139 8.68531 2.57118 8.77038 2.61077C8.85533 2.65035 8.9242 2.71783 8.97698 2.8132L14.8872 12.6313C14.9399 12.7266 14.9693 12.8259 14.9754 12.9292C14.9815 13.0324 14.9575 13.125 14.9034 13.2069C14.8514 13.2896 14.7843 13.3568 14.7022 13.4085C14.62 13.4602 14.5206 13.4861 14.4039 13.4861H2.5959ZM3.20476 12.5833H13.795L8.49989 3.76389L3.20476 12.5833ZM8.49625 11.6165C8.63444 11.6165 8.75151 11.5697 8.84746 11.4762C8.94341 11.3827 8.99139 11.2668 8.99139 11.1286C8.99139 10.9905 8.94463 10.8734 8.85111 10.7774C8.75759 10.6815 8.64173 10.6335 8.50354 10.6335C8.36535 10.6335 8.24827 10.6803 8.15233 10.7738C8.05638 10.8673 8.0084 10.9832 8.0084 11.1214C8.0084 11.2596 8.05516 11.3766 8.14868 11.4726C8.2422 11.5685 8.35805 11.6165 8.49625 11.6165ZM8.49642 9.80018C8.62339 9.80018 8.73091 9.75695 8.81899 9.67049C8.90719 9.58392 8.95128 9.47668 8.95128 9.34879V6.91823C8.95128 6.79034 8.90834 6.68316 8.82246 6.5967C8.73658 6.51013 8.63022 6.46684 8.50337 6.46684C8.3764 6.46684 8.26888 6.51013 8.1808 6.5967C8.0926 6.68316 8.04851 6.79034 8.04851 6.91823V9.34879C8.04851 9.47668 8.09145 9.58392 8.17733 9.67049C8.26321 9.75695 8.36957 9.80018 8.49642 9.80018Z"
8
+ fill="#394150"/>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="2 2 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="warning">
3
+ <mask id="mask0_3326_3783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="20">
4
+ <rect id="Bounding box" x="0.5" width="20" height="20" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3326_3783)">
7
+ <path id="warning_2" d="M2.5959 13.4861C2.47923 13.4861 2.37854 13.4605 2.29382 13.4094C2.20921 13.3582 2.14341 13.2907 2.09642 13.2069C2.04226 13.125 2.01824 13.0324 2.02437 12.9292C2.03051 12.8259 2.05991 12.7266 2.11257 12.6313L8.02281 2.8132C8.07559 2.71783 8.14463 2.65035 8.22993 2.61077C8.31523 2.57118 8.40539 2.55139 8.50041 2.55139C8.59532 2.55139 8.68531 2.57118 8.77038 2.61077C8.85533 2.65035 8.9242 2.71783 8.97698 2.8132L14.8872 12.6313C14.9399 12.7266 14.9693 12.8259 14.9754 12.9292C14.9815 13.0324 14.9575 13.125 14.9034 13.2069C14.8514 13.2896 14.7843 13.3568 14.7022 13.4085C14.62 13.4602 14.5206 13.4861 14.4039 13.4861H2.5959ZM3.20476 12.5833H13.795L8.49989 3.76389L3.20476 12.5833ZM8.49625 11.6165C8.63444 11.6165 8.75151 11.5697 8.84746 11.4762C8.94341 11.3827 8.99139 11.2668 8.99139 11.1286C8.99139 10.9905 8.94463 10.8734 8.85111 10.7774C8.75759 10.6815 8.64173 10.6335 8.50354 10.6335C8.36535 10.6335 8.24827 10.6803 8.15233 10.7738C8.05638 10.8673 8.0084 10.9832 8.0084 11.1214C8.0084 11.2596 8.05516 11.3766 8.14868 11.4726C8.2422 11.5685 8.35805 11.6165 8.49625 11.6165ZM8.49642 9.80018C8.62339 9.80018 8.73091 9.75695 8.81899 9.67049C8.90719 9.58392 8.95128 9.47668 8.95128 9.34879V6.91823C8.95128 6.79034 8.90834 6.68316 8.82246 6.5967C8.73658 6.51013 8.63022 6.46684 8.50337 6.46684C8.3764 6.46684 8.26888 6.51013 8.1808 6.5967C8.0926 6.68316 8.04851 6.79034 8.04851 6.91823V9.34879C8.04851 9.47668 8.09145 9.58392 8.17733 9.67049C8.26321 9.75695 8.36957 9.80018 8.49642 9.80018Z"
8
+ fill="#387740"/>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="2 2 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="warning">
3
+ <mask id="mask0_3326_3783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="20">
4
+ <rect id="Bounding box" x="0.5" width="20" height="20" fill="#D9D9D9"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3326_3783)">
7
+ <path id="warning_2" d="M2.5959 13.4861C2.47923 13.4861 2.37854 13.4605 2.29382 13.4094C2.20921 13.3582 2.14341 13.2907 2.09642 13.2069C2.04226 13.125 2.01824 13.0324 2.02437 12.9292C2.03051 12.8259 2.05991 12.7266 2.11257 12.6313L8.02281 2.8132C8.07559 2.71783 8.14463 2.65035 8.22993 2.61077C8.31523 2.57118 8.40539 2.55139 8.50041 2.55139C8.59532 2.55139 8.68531 2.57118 8.77038 2.61077C8.85533 2.65035 8.9242 2.71783 8.97698 2.8132L14.8872 12.6313C14.9399 12.7266 14.9693 12.8259 14.9754 12.9292C14.9815 13.0324 14.9575 13.125 14.9034 13.2069C14.8514 13.2896 14.7843 13.3568 14.7022 13.4085C14.62 13.4602 14.5206 13.4861 14.4039 13.4861H2.5959ZM3.20476 12.5833H13.795L8.49989 3.76389L3.20476 12.5833ZM8.49625 11.6165C8.63444 11.6165 8.75151 11.5697 8.84746 11.4762C8.94341 11.3827 8.99139 11.2668 8.99139 11.1286C8.99139 10.9905 8.94463 10.8734 8.85111 10.7774C8.75759 10.6815 8.64173 10.6335 8.50354 10.6335C8.36535 10.6335 8.24827 10.6803 8.15233 10.7738C8.05638 10.8673 8.0084 10.9832 8.0084 11.1214C8.0084 11.2596 8.05516 11.3766 8.14868 11.4726C8.2422 11.5685 8.35805 11.6165 8.49625 11.6165ZM8.49642 9.80018C8.62339 9.80018 8.73091 9.75695 8.81899 9.67049C8.90719 9.58392 8.95128 9.47668 8.95128 9.34879V6.91823C8.95128 6.79034 8.90834 6.68316 8.82246 6.5967C8.73658 6.51013 8.63022 6.46684 8.50337 6.46684C8.3764 6.46684 8.26888 6.51013 8.1808 6.5967C8.0926 6.68316 8.04851 6.79034 8.04851 6.91823V9.34879C8.04851 9.47668 8.09145 9.58392 8.17733 9.67049C8.26321 9.75695 8.36957 9.80018 8.49642 9.80018Z"
8
+ fill="#A32C24"/>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="2 2 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="warning">
3
+ <mask id="mask0_3326_3783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="20">
4
+ <rect id="Bounding box" x="0.5" width="20" height="20" fill="#966222"/>
5
+ </mask>
6
+ <g mask="url(#mask0_3326_3783)">
7
+ <path id="warning_2" d="M2.5959 13.4861C2.47923 13.4861 2.37854 13.4605 2.29382 13.4094C2.20921 13.3582 2.14341 13.2907 2.09642 13.2069C2.04226 13.125 2.01824 13.0324 2.02437 12.9292C2.03051 12.8259 2.05991 12.7266 2.11257 12.6313L8.02281 2.8132C8.07559 2.71783 8.14463 2.65035 8.22993 2.61077C8.31523 2.57118 8.40539 2.55139 8.50041 2.55139C8.59532 2.55139 8.68531 2.57118 8.77038 2.61077C8.85533 2.65035 8.9242 2.71783 8.97698 2.8132L14.8872 12.6313C14.9399 12.7266 14.9693 12.8259 14.9754 12.9292C14.9815 13.0324 14.9575 13.125 14.9034 13.2069C14.8514 13.2896 14.7843 13.3568 14.7022 13.4085C14.62 13.4602 14.5206 13.4861 14.4039 13.4861H2.5959ZM3.20476 12.5833H13.795L8.49989 3.76389L3.20476 12.5833ZM8.49625 11.6165C8.63444 11.6165 8.75151 11.5697 8.84746 11.4762C8.94341 11.3827 8.99139 11.2668 8.99139 11.1286C8.99139 10.9905 8.94463 10.8734 8.85111 10.7774C8.75759 10.6815 8.64173 10.6335 8.50354 10.6335C8.36535 10.6335 8.24827 10.6803 8.15233 10.7738C8.05638 10.8673 8.0084 10.9832 8.0084 11.1214C8.0084 11.2596 8.05516 11.3766 8.14868 11.4726C8.2422 11.5685 8.35805 11.6165 8.49625 11.6165ZM8.49642 9.80018C8.62339 9.80018 8.73091 9.75695 8.81899 9.67049C8.90719 9.58392 8.95128 9.47668 8.95128 9.34879V6.91823C8.95128 6.79034 8.90834 6.68316 8.82246 6.5967C8.73658 6.51013 8.63022 6.46684 8.50337 6.46684C8.3764 6.46684 8.26888 6.51013 8.1808 6.5967C8.0926 6.68316 8.04851 6.79034 8.04851 6.91823V9.34879C8.04851 9.47668 8.09145 9.58392 8.17733 9.67049C8.26321 9.75695 8.36957 9.80018 8.49642 9.80018Z"
8
+ fill="#966222"/>
9
+ </g>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="warning">
3
+ <mask id="mask0_311_2053" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <rect id="Bounding box" width="24" height="24" fill="red"/>
5
+ </mask>
6
+ <g mask="url(#mask0_311_2053)">
7
+ <path id="warning_2" d="M1 21L12 2L23 21H1ZM12 18C12.2833 18 12.5208 17.9042 12.7125 17.7125C12.9042 17.5208 13 17.2833 13 17C13 16.7167 12.9042 16.4792 12.7125 16.2875C12.5208 16.0958 12.2833 16 12 16C11.7167 16 11.4792 16.0958 11.2875 16.2875C11.0958 16.4792 11 16.7167 11 17C11 17.2833 11.0958 17.5208 11.2875 17.7125C11.4792 17.9042 11.7167 18 12 18ZM11 15H13V10H11V15Z" fill="black"/>
8
+ </g>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,13 @@
1
+ import type { AxeResults } from 'axe-core'; // If needed
2
+ import type { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers';
3
+
4
+ declare module 'vitest' {
5
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
6
+ interface Assertion<T = any> {
7
+ toHaveNoViolations(): T;
8
+ }
9
+
10
+ interface AsymmetricMatchersContaining {
11
+ toHaveNoViolations(): void;
12
+ }
13
+ }