@middag-io/react 0.17.0 → 0.19.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 (229) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +12 -1
  3. package/dist-lib/{MarkdownContent-B8cmBIKa.js → MarkdownContent-NiKKjJ9H.js} +4827 -1570
  4. package/dist-lib/app/ContractPage.d.ts +1 -1
  5. package/dist-lib/app/ContractPage.d.ts.map +1 -1
  6. package/dist-lib/app/HostSlot.d.ts +2 -2
  7. package/dist-lib/app/providers/locales/pt-BR.d.ts +1 -1
  8. package/dist-lib/app/register-defaults.d.ts +6 -6
  9. package/dist-lib/app/register-defaults.d.ts.map +1 -1
  10. package/dist-lib/app/registries.d.ts +4 -4
  11. package/dist-lib/app/registries.d.ts.map +1 -1
  12. package/dist-lib/base/blocks/ActionGridBlock.d.ts.map +1 -1
  13. package/dist-lib/base/blocks/DenseTableBlock.d.ts.map +1 -1
  14. package/dist-lib/base/blocks/DetailPanelBlock.d.ts.map +1 -1
  15. package/dist-lib/base/blocks/EmptyStateBlock.d.ts.map +1 -1
  16. package/dist-lib/base/blocks/MarkdownPanelBlock.d.ts.map +1 -1
  17. package/dist-lib/base/hooks/usePolling.d.ts.map +1 -1
  18. package/dist-lib/base/layout/DashboardLayout.d.ts.map +1 -1
  19. package/dist-lib/base/partials/ActionBar/index.d.ts.map +1 -1
  20. package/dist-lib/base/partials/DataTable/index.d.ts.map +1 -1
  21. package/dist-lib/base/partials/index.d.ts +17 -0
  22. package/dist-lib/base/partials/index.d.ts.map +1 -0
  23. package/dist-lib/base/shell/ImmersiveShell.d.ts.map +1 -1
  24. package/dist-lib/base/shell/partials/InspectorContext.d.ts +2 -15
  25. package/dist-lib/base/shell/partials/InspectorContext.d.ts.map +1 -1
  26. package/dist-lib/base/shell/partials/PageActionButton.d.ts +5 -1
  27. package/dist-lib/base/shell/partials/PageActionButton.d.ts.map +1 -1
  28. package/dist-lib/components/reui/accordion.d.ts +8 -0
  29. package/dist-lib/components/reui/accordion.d.ts.map +1 -0
  30. package/dist-lib/components/reui/alert-dialog.d.ts +19 -0
  31. package/dist-lib/components/reui/alert-dialog.d.ts.map +1 -0
  32. package/dist-lib/components/reui/alert.d.ts +1 -1
  33. package/dist-lib/components/reui/aspect-ratio.d.ts +4 -0
  34. package/dist-lib/components/reui/aspect-ratio.d.ts.map +1 -0
  35. package/dist-lib/components/reui/autocomplete.d.ts +41 -0
  36. package/dist-lib/components/reui/autocomplete.d.ts.map +1 -0
  37. package/dist-lib/components/reui/badge.d.ts +1 -1
  38. package/dist-lib/components/reui/breadcrumb.d.ts +12 -0
  39. package/dist-lib/components/reui/breadcrumb.d.ts.map +1 -0
  40. package/dist-lib/components/reui/button-group.d.ts +12 -0
  41. package/dist-lib/components/reui/button-group.d.ts.map +1 -0
  42. package/dist-lib/components/reui/button.d.ts +1 -1
  43. package/dist-lib/components/reui/carousel.d.ts +20 -0
  44. package/dist-lib/components/reui/carousel.d.ts.map +1 -0
  45. package/dist-lib/components/reui/collapsible.d.ts +6 -0
  46. package/dist-lib/components/reui/collapsible.d.ts.map +1 -0
  47. package/dist-lib/components/reui/command.d.ts +19 -0
  48. package/dist-lib/components/reui/command.d.ts.map +1 -0
  49. package/dist-lib/components/reui/context-menu.d.ts +26 -0
  50. package/dist-lib/components/reui/context-menu.d.ts.map +1 -0
  51. package/dist-lib/components/reui/data-grid/data-grid-column-filter.d.ts +15 -0
  52. package/dist-lib/components/reui/data-grid/data-grid-column-filter.d.ts.map +1 -0
  53. package/dist-lib/components/reui/data-grid/data-grid-column-header.d.ts +15 -0
  54. package/dist-lib/components/reui/data-grid/data-grid-column-header.d.ts.map +1 -0
  55. package/dist-lib/components/reui/data-grid/data-grid-column-visibility.d.ts +8 -0
  56. package/dist-lib/components/reui/data-grid/data-grid-column-visibility.d.ts.map +1 -0
  57. package/dist-lib/components/reui/data-grid/data-grid-pagination.d.ts +20 -0
  58. package/dist-lib/components/reui/data-grid/data-grid-pagination.d.ts.map +1 -0
  59. package/dist-lib/components/reui/data-grid/data-grid-scroll-area.d.ts +11 -0
  60. package/dist-lib/components/reui/data-grid/data-grid-scroll-area.d.ts.map +1 -0
  61. package/dist-lib/components/reui/data-grid/data-grid-table-dnd-rows.d.ts +12 -0
  62. package/dist-lib/components/reui/data-grid/data-grid-table-dnd-rows.d.ts.map +1 -0
  63. package/dist-lib/components/reui/data-grid/data-grid-table-dnd.d.ts +8 -0
  64. package/dist-lib/components/reui/data-grid/data-grid-table-dnd.d.ts.map +1 -0
  65. package/dist-lib/components/reui/data-grid/data-grid-table-virtual.d.ts +28 -0
  66. package/dist-lib/components/reui/data-grid/data-grid-table-virtual.d.ts.map +1 -0
  67. package/dist-lib/components/reui/data-grid/data-grid-table.d.ts +98 -0
  68. package/dist-lib/components/reui/data-grid/data-grid-table.d.ts.map +1 -0
  69. package/dist-lib/components/reui/data-grid/data-grid.d.ts +94 -0
  70. package/dist-lib/components/reui/data-grid/data-grid.d.ts.map +1 -0
  71. package/dist-lib/components/reui/data-grid-pagination.d.ts +20 -0
  72. package/dist-lib/components/reui/data-grid-pagination.d.ts.map +1 -0
  73. package/dist-lib/components/reui/drawer.d.ts +14 -0
  74. package/dist-lib/components/reui/drawer.d.ts.map +1 -0
  75. package/dist-lib/components/reui/empty.d.ts +12 -0
  76. package/dist-lib/components/reui/empty.d.ts.map +1 -0
  77. package/dist-lib/components/reui/field.d.ts +25 -0
  78. package/dist-lib/components/reui/field.d.ts.map +1 -0
  79. package/dist-lib/components/reui/filters.d.ts +165 -0
  80. package/dist-lib/components/reui/filters.d.ts.map +1 -0
  81. package/dist-lib/components/reui/frame.d.ts +1 -1
  82. package/dist-lib/components/reui/hover-card.d.ts +7 -0
  83. package/dist-lib/components/reui/hover-card.d.ts.map +1 -0
  84. package/dist-lib/components/reui/icon-placeholder.d.ts +18 -0
  85. package/dist-lib/components/reui/icon-placeholder.d.ts.map +1 -0
  86. package/dist-lib/components/reui/input-otp.d.ts +12 -0
  87. package/dist-lib/components/reui/input-otp.d.ts.map +1 -0
  88. package/dist-lib/components/reui/item.d.ts +24 -0
  89. package/dist-lib/components/reui/item.d.ts.map +1 -0
  90. package/dist-lib/components/reui/kbd.d.ts +4 -0
  91. package/dist-lib/components/reui/kbd.d.ts.map +1 -0
  92. package/dist-lib/components/reui/menubar.d.ts +27 -0
  93. package/dist-lib/components/reui/menubar.d.ts.map +1 -0
  94. package/dist-lib/components/reui/native-select.d.ts +8 -0
  95. package/dist-lib/components/reui/native-select.d.ts.map +1 -0
  96. package/dist-lib/components/reui/navigation-menu.d.ts +15 -0
  97. package/dist-lib/components/reui/navigation-menu.d.ts.map +1 -0
  98. package/dist-lib/components/reui/pagination.d.ts +14 -0
  99. package/dist-lib/components/reui/pagination.d.ts.map +1 -0
  100. package/dist-lib/components/reui/progress.d.ts +5 -0
  101. package/dist-lib/components/reui/progress.d.ts.map +1 -0
  102. package/dist-lib/components/reui/resizable.d.ts +8 -0
  103. package/dist-lib/components/reui/resizable.d.ts.map +1 -0
  104. package/dist-lib/components/reui/scrollspy.d.ts +15 -0
  105. package/dist-lib/components/reui/scrollspy.d.ts.map +1 -0
  106. package/dist-lib/components/reui/slider.d.ts +5 -0
  107. package/dist-lib/components/reui/slider.d.ts.map +1 -0
  108. package/dist-lib/components/reui/sortable.d.ts +39 -0
  109. package/dist-lib/components/reui/sortable.d.ts.map +1 -0
  110. package/dist-lib/components/reui/svgs/claudeAiIcon.d.ts +4 -0
  111. package/dist-lib/components/reui/svgs/claudeAiIcon.d.ts.map +1 -0
  112. package/dist-lib/components/reui/svgs/gemini.d.ts +4 -0
  113. package/dist-lib/components/reui/svgs/gemini.d.ts.map +1 -0
  114. package/dist-lib/components/reui/svgs/openai.d.ts +4 -0
  115. package/dist-lib/components/reui/svgs/openai.d.ts.map +1 -0
  116. package/dist-lib/components/reui/svgs/openaiDark.d.ts +4 -0
  117. package/dist-lib/components/reui/svgs/openaiDark.d.ts.map +1 -0
  118. package/dist-lib/components/reui/table.d.ts +11 -0
  119. package/dist-lib/components/reui/table.d.ts.map +1 -0
  120. package/dist-lib/components/reui/timeline.d.ts +26 -0
  121. package/dist-lib/components/reui/timeline.d.ts.map +1 -0
  122. package/dist-lib/components/reui/toggle-group.d.ts +10 -0
  123. package/dist-lib/components/reui/toggle-group.d.ts.map +1 -0
  124. package/dist-lib/components/reui/toggle.d.ts +10 -0
  125. package/dist-lib/components/reui/toggle.d.ts.map +1 -0
  126. package/dist-lib/components/reui/tree.d.ts +24 -0
  127. package/dist-lib/components/reui/tree.d.ts.map +1 -0
  128. package/dist-lib/contracts/block-data/actions.d.ts +32 -31
  129. package/dist-lib/contracts/block-data/actions.d.ts.map +1 -1
  130. package/dist-lib/contracts/block-data/data-display.d.ts +0 -25
  131. package/dist-lib/contracts/block-data/data-display.d.ts.map +1 -1
  132. package/dist-lib/contracts/block-data/form.d.ts +0 -15
  133. package/dist-lib/contracts/block-data/form.d.ts.map +1 -1
  134. package/dist-lib/contracts/block-data/interactive.d.ts +11 -114
  135. package/dist-lib/contracts/block-data/interactive.d.ts.map +1 -1
  136. package/dist-lib/contracts/generated/contract-schema.d.ts +182 -0
  137. package/dist-lib/contracts/generated/contract-schema.d.ts.map +1 -0
  138. package/dist-lib/contracts/generated/contract-types.d.ts +278 -0
  139. package/dist-lib/contracts/generated/contract-types.d.ts.map +1 -0
  140. package/dist-lib/contracts/generated/index.d.ts +16 -0
  141. package/dist-lib/contracts/generated/index.d.ts.map +1 -0
  142. package/dist-lib/contracts/page-contract-schema.d.ts +81 -33
  143. package/dist-lib/contracts/page-contract-schema.d.ts.map +1 -1
  144. package/dist-lib/contracts/page-contract.d.ts +26 -168
  145. package/dist-lib/contracts/page-contract.d.ts.map +1 -1
  146. package/dist-lib/index.d.ts +4 -14
  147. package/dist-lib/index.d.ts.map +1 -1
  148. package/dist-lib/lib/actions/resolve-action-target.d.ts +76 -0
  149. package/dist-lib/lib/actions/resolve-action-target.d.ts.map +1 -0
  150. package/dist-lib/lib/i18n/render-label.d.ts +31 -0
  151. package/dist-lib/lib/i18n/render-label.d.ts.map +1 -0
  152. package/dist-lib/middag-react.css +1 -1
  153. package/dist-lib/middag-react.js +23533 -7121
  154. package/package.json +9 -10
  155. package/dist-lib/ChartPanelBlock-OZix9y7T.js +0 -18005
  156. package/dist-lib/ConditionTreeBlock-DqxfYryz.js +0 -86
  157. package/dist-lib/DateField-DjYSg_p7.js +0 -121
  158. package/dist-lib/DateRangeField-iAVBZVzE.js +0 -663
  159. package/dist-lib/DocumentField-y8OETxf6.js +0 -221
  160. package/dist-lib/FlowEditorBlock-CGCowCIL.js +0 -7180
  161. package/dist-lib/FormBuilderBlock-CRAV0oSH.js +0 -240
  162. package/dist-lib/FormPanelBlock-BTcXUBcZ.js +0 -8827
  163. package/dist-lib/FormPanelBlock-D6ashc8j.js +0 -2
  164. package/dist-lib/HugeiconsIcon-Bh8XgTFo.js +0 -1346
  165. package/dist-lib/KanbanBoardBlock-CiQWT6Us.js +0 -399
  166. package/dist-lib/PhoneField-Wu-d01cw.js +0 -18585
  167. package/dist-lib/SentenceBuilderBlock-DJ2yPhKB.js +0 -91
  168. package/dist-lib/badge-AMZPvmLD.js +0 -63
  169. package/dist-lib/base/blocks/ChartPanelBlock.d.ts +0 -11
  170. package/dist-lib/base/blocks/ChartPanelBlock.d.ts.map +0 -1
  171. package/dist-lib/base/blocks/ConditionTreeBlock.d.ts +0 -13
  172. package/dist-lib/base/blocks/ConditionTreeBlock.d.ts.map +0 -1
  173. package/dist-lib/base/blocks/FlowEditorBlock.d.ts +0 -15
  174. package/dist-lib/base/blocks/FlowEditorBlock.d.ts.map +0 -1
  175. package/dist-lib/base/blocks/FormBuilderBlock.d.ts +0 -17
  176. package/dist-lib/base/blocks/FormBuilderBlock.d.ts.map +0 -1
  177. package/dist-lib/base/blocks/FormPanelBlock.d.ts +0 -18
  178. package/dist-lib/base/blocks/FormPanelBlock.d.ts.map +0 -1
  179. package/dist-lib/base/blocks/KanbanBoardBlock.d.ts +0 -11
  180. package/dist-lib/base/blocks/KanbanBoardBlock.d.ts.map +0 -1
  181. package/dist-lib/base/blocks/SentenceBuilderBlock.d.ts +0 -15
  182. package/dist-lib/base/blocks/SentenceBuilderBlock.d.ts.map +0 -1
  183. package/dist-lib/base/form/form-schema-builder.d.ts +0 -27
  184. package/dist-lib/base/form/form-schema-builder.d.ts.map +0 -1
  185. package/dist-lib/base/shell/ProductShell.d.ts +0 -34
  186. package/dist-lib/base/shell/ProductShell.d.ts.map +0 -1
  187. package/dist-lib/base/shell/partials/AdminTabBar.d.ts +0 -12
  188. package/dist-lib/base/shell/partials/AdminTabBar.d.ts.map +0 -1
  189. package/dist-lib/base/shell/partials/AppearanceToggle.d.ts +0 -8
  190. package/dist-lib/base/shell/partials/AppearanceToggle.d.ts.map +0 -1
  191. package/dist-lib/base/shell/partials/BoostSearchBar.d.ts +0 -32
  192. package/dist-lib/base/shell/partials/BoostSearchBar.d.ts.map +0 -1
  193. package/dist-lib/base/shell/partials/CommandPalette.d.ts +0 -24
  194. package/dist-lib/base/shell/partials/CommandPalette.d.ts.map +0 -1
  195. package/dist-lib/base/shell/partials/HelpContext.d.ts +0 -15
  196. package/dist-lib/base/shell/partials/HelpContext.d.ts.map +0 -1
  197. package/dist-lib/base/shell/partials/HelpPanel.d.ts +0 -15
  198. package/dist-lib/base/shell/partials/HelpPanel.d.ts.map +0 -1
  199. package/dist-lib/base/shell/partials/InlineInspector.d.ts +0 -16
  200. package/dist-lib/base/shell/partials/InlineInspector.d.ts.map +0 -1
  201. package/dist-lib/base/shell/partials/PageFilterTabs.d.ts +0 -22
  202. package/dist-lib/base/shell/partials/PageFilterTabs.d.ts.map +0 -1
  203. package/dist-lib/base/shell/partials/PageHeader.d.ts +0 -22
  204. package/dist-lib/base/shell/partials/PageHeader.d.ts.map +0 -1
  205. package/dist-lib/base/shell/partials/SidebarNav.d.ts +0 -17
  206. package/dist-lib/base/shell/partials/SidebarNav.d.ts.map +0 -1
  207. package/dist-lib/button-D5Y6A1RJ.js +0 -242
  208. package/dist-lib/calendar-bwe48kor.js +0 -4503
  209. package/dist-lib/chevron-right-C6BILigO.js +0 -7
  210. package/dist-lib/chunk-DeC0fbbY.js +0 -22
  211. package/dist-lib/combobox-BDHFCl2n.js +0 -5303
  212. package/dist-lib/dist-BpzJKgoL.js +0 -1196
  213. package/dist-lib/dist-DkjgjvZx.js +0 -123
  214. package/dist-lib/dist-FCfSQ65-.js +0 -15
  215. package/dist-lib/dist-a1sZXfE3.js +0 -54
  216. package/dist-lib/dist-igfsCvSN.js +0 -235
  217. package/dist-lib/document-validation-DOLZeicu.js +0 -1249
  218. package/dist-lib/floating-ui.react-dom-62M1nRNP.js +0 -1089
  219. package/dist-lib/i18n-BMTYOmLT.js +0 -329
  220. package/dist-lib/input-DzdJK5AV.js +0 -14
  221. package/dist-lib/popover-DmaFo0PE.js +0 -242
  222. package/dist-lib/scroll-area-f_LkBXTB.js +0 -557
  223. package/dist-lib/skeleton-DzfTvSIA.js +0 -12
  224. package/dist-lib/sortable.esm-BjkovHTt.js +0 -2499
  225. package/dist-lib/use-mobile-BADA7dx5.js +0 -205
  226. package/dist-lib/utils-CpaZ5_iF.js +0 -1692
  227. package/dist-lib/value-Cs0MHQBZ.js +0 -413
  228. package/dist-lib/with-selector-t6tzmyqE.js +0 -185
  229. /package/dist-lib/{dist-Dg5ozU8m.js → dist-CK9PErDU.js} +0 -0
@@ -1,1346 +0,0 @@
1
- import { createElement as e, forwardRef as t } from "react";
2
- //#region node_modules/@hugeicons/core-free-icons/dist/esm/index.min.js
3
- var n = [["path", {
4
- d: "M4.31802 19.682C3 18.364 3 16.2426 3 12C3 7.75736 3 5.63604 4.31802 4.31802C5.63604 3 7.75736 3 12 3C16.2426 3 18.364 3 19.682 4.31802C21 5.63604 21 7.75736 21 12C21 16.2426 21 18.364 19.682 19.682C18.364 21 16.2426 21 12 21C7.75736 21 5.63604 21 4.31802 19.682Z",
5
- stroke: "currentColor",
6
- strokeLinecap: "round",
7
- strokeLinejoin: "round",
8
- strokeWidth: "1.5",
9
- key: "0"
10
- }], ["path", {
11
- d: "M7 14L9.79289 11.2071C10.1834 10.8166 10.8166 10.8166 11.2071 11.2071L12.7929 12.7929C13.1834 13.1834 13.8166 13.1834 14.2071 12.7929L17 10",
12
- stroke: "currentColor",
13
- strokeLinecap: "round",
14
- strokeLinejoin: "round",
15
- strokeWidth: "1.5",
16
- key: "1"
17
- }]], r = [
18
- ["circle", {
19
- cx: "12",
20
- cy: "12",
21
- r: "10",
22
- stroke: "currentColor",
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round",
25
- strokeWidth: "1.5",
26
- key: "0"
27
- }],
28
- ["path", {
29
- d: "M12 8V12",
30
- stroke: "currentColor",
31
- strokeLinecap: "round",
32
- strokeLinejoin: "round",
33
- strokeWidth: "1.5",
34
- key: "1"
35
- }],
36
- ["path", {
37
- d: "M12.125 15.75H12M12.25 15.75C12.25 15.8881 12.1381 16 12 16C11.8619 16 11.75 15.8881 11.75 15.75C11.75 15.6119 11.8619 15.5 12 15.5C12.1381 15.5 12.25 15.6119 12.25 15.75Z",
38
- stroke: "currentColor",
39
- strokeLinecap: "round",
40
- strokeLinejoin: "round",
41
- strokeWidth: "1.5",
42
- key: "2"
43
- }]
44
- ], i = [["path", {
45
- d: "M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9",
46
- stroke: "currentColor",
47
- strokeLinecap: "round",
48
- strokeLinejoin: "round",
49
- strokeWidth: "1.5",
50
- key: "0"
51
- }]], a = [["path", {
52
- d: "M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18",
53
- stroke: "currentColor",
54
- strokeLinecap: "round",
55
- strokeLinejoin: "round",
56
- strokeWidth: "1.5",
57
- key: "0"
58
- }]], o = [["path", {
59
- d: "M20 21V18.9231C20 16.9221 20 15.9217 19.8547 15.0846C19.0547 10.4765 15.0934 6.86243 10.0426 6.13259C9.12509 6 7.19318 6 5 6",
60
- stroke: "currentColor",
61
- strokeLinecap: "round",
62
- strokeLinejoin: "round",
63
- strokeWidth: "1.5",
64
- key: "0"
65
- }], ["path", {
66
- d: "M7 3C6.39316 3.58984 4 5.15973 4 6C4 6.84027 6.39316 8.41016 7 9",
67
- stroke: "currentColor",
68
- strokeLinecap: "round",
69
- strokeLinejoin: "round",
70
- strokeWidth: "1.5",
71
- key: "1"
72
- }]], s = [["path", {
73
- d: "M4 21V18.9231C4 16.9221 4 15.9217 4.14533 15.0846C4.94529 10.4765 8.90656 6.86243 13.9574 6.13259C14.8749 6 16.8068 6 19 6",
74
- stroke: "currentColor",
75
- strokeLinecap: "round",
76
- strokeLinejoin: "round",
77
- strokeWidth: "1.5",
78
- key: "0"
79
- }], ["path", {
80
- d: "M17 3C17.6068 3.58984 20 5.15973 20 6C20 6.84027 17.6068 8.41016 17 9",
81
- stroke: "currentColor",
82
- strokeLinecap: "round",
83
- strokeLinejoin: "round",
84
- strokeWidth: "1.5",
85
- key: "1"
86
- }]], c = [["path", {
87
- d: "M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18",
88
- stroke: "currentColor",
89
- strokeLinecap: "round",
90
- strokeLinejoin: "round",
91
- strokeWidth: "1.5",
92
- key: "0"
93
- }]], l = [["path", {
94
- d: "M17.9998 15C17.9998 15 13.5809 9.00001 11.9998 9C10.4187 8.99999 5.99985 15 5.99985 15",
95
- stroke: "currentColor",
96
- strokeLinecap: "round",
97
- strokeLinejoin: "round",
98
- strokeWidth: "1.5",
99
- key: "0"
100
- }]], u = [["path", {
101
- d: "M9 6.65032C9 6.65032 15.9383 6.10759 16.9154 7.08463C17.8924 8.06167 17.3496 15 17.3496 15M16.5 7.5L6.5 17.5",
102
- stroke: "currentColor",
103
- strokeLinecap: "round",
104
- strokeLinejoin: "round",
105
- strokeWidth: "1.5",
106
- key: "0"
107
- }]], d = [
108
- ["path", {
109
- d: "M16 2V6M8 2V6",
110
- stroke: "currentColor",
111
- strokeLinecap: "round",
112
- strokeLinejoin: "round",
113
- strokeWidth: "1.5",
114
- key: "0"
115
- }],
116
- ["path", {
117
- d: "M13 4H11C7.22876 4 5.34315 4 4.17157 5.17157C3 6.34315 3 8.22876 3 12V14C3 17.7712 3 19.6569 4.17157 20.8284C5.34315 22 7.22876 22 11 22H13C16.7712 22 18.6569 22 19.8284 20.8284C21 19.6569 21 17.7712 21 14V12C21 8.22876 21 6.34315 19.8284 5.17157C18.6569 4 16.7712 4 13 4Z",
118
- stroke: "currentColor",
119
- strokeLinecap: "round",
120
- strokeLinejoin: "round",
121
- strokeWidth: "1.5",
122
- key: "1"
123
- }],
124
- ["path", {
125
- d: "M3 10H21",
126
- stroke: "currentColor",
127
- strokeLinecap: "round",
128
- strokeLinejoin: "round",
129
- strokeWidth: "1.5",
130
- key: "2"
131
- }],
132
- ["path", {
133
- d: "M12.1258 14H12.0008M12.1258 18H12.0008M7.625 14H7.5M7.625 18H7.5M16.625 14H16.5M12.2508 14C12.2508 14.1381 12.1389 14.25 12.0008 14.25C11.8628 14.25 11.7508 14.1381 11.7508 14C11.7508 13.8619 11.8628 13.75 12.0008 13.75C12.1389 13.75 12.2508 13.8619 12.2508 14ZM12.2508 18C12.2508 18.1381 12.1389 18.25 12.0008 18.25C11.8628 18.25 11.7508 18.1381 11.7508 18C11.7508 17.8619 11.8628 17.75 12.0008 17.75C12.1389 17.75 12.2508 17.8619 12.2508 18ZM7.75 14C7.75 14.1381 7.63807 14.25 7.5 14.25C7.36193 14.25 7.25 14.1381 7.25 14C7.25 13.8619 7.36193 13.75 7.5 13.75C7.63807 13.75 7.75 13.8619 7.75 14ZM7.75 18C7.75 18.1381 7.63807 18.25 7.5 18.25C7.36193 18.25 7.25 18.1381 7.25 18C7.25 17.8619 7.36193 17.75 7.5 17.75C7.63807 17.75 7.75 17.8619 7.75 18ZM16.75 14C16.75 14.1381 16.6381 14.25 16.5 14.25C16.3619 14.25 16.25 14.1381 16.25 14C16.25 13.8619 16.3619 13.75 16.5 13.75C16.6381 13.75 16.75 13.8619 16.75 14Z",
134
- stroke: "currentColor",
135
- strokeLinecap: "round",
136
- strokeLinejoin: "round",
137
- strokeWidth: "1.5",
138
- key: "3"
139
- }]
140
- ], f = [["path", {
141
- d: "M18 6L6.00081 17.9992M17.9992 18L6 6.00085",
142
- stroke: "currentColor",
143
- strokeLinecap: "round",
144
- strokeLinejoin: "round",
145
- strokeWidth: "1.5",
146
- key: "0"
147
- }]], p = [["path", {
148
- d: "M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3",
149
- stroke: "currentColor",
150
- strokeLinecap: "round",
151
- strokeWidth: "1.5",
152
- key: "0"
153
- }], ["path", {
154
- d: "M5 20C5.43938 16.8438 7.67642 8.7643 10.4282 8.7643C12.3301 8.7643 12.8226 12.6353 14.6864 12.6353C17.8931 12.6353 17.4282 4 21 4",
155
- stroke: "currentColor",
156
- strokeLinecap: "round",
157
- strokeLinejoin: "round",
158
- strokeWidth: "1.5",
159
- key: "1"
160
- }]], m = [["path", {
161
- d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z",
162
- stroke: "currentColor",
163
- strokeWidth: "1.5",
164
- key: "0"
165
- }], ["path", {
166
- d: "M8 12.75C8 12.75 9.6 13.6625 10.4 15C10.4 15 12.8 9.75 16 8",
167
- stroke: "currentColor",
168
- strokeLinecap: "round",
169
- strokeLinejoin: "round",
170
- strokeWidth: "1.5",
171
- key: "1"
172
- }]], h = [["path", {
173
- d: "M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z",
174
- stroke: "currentColor",
175
- strokeWidth: "1.5",
176
- key: "0"
177
- }], ["path", {
178
- d: "M8 12.5L10.5 15L16 9",
179
- stroke: "currentColor",
180
- strokeLinecap: "round",
181
- strokeLinejoin: "round",
182
- strokeWidth: "1.5",
183
- key: "1"
184
- }]], ee = [["path", {
185
- d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z",
186
- stroke: "currentColor",
187
- strokeWidth: "1.5",
188
- key: "0"
189
- }], ["path", {
190
- d: "M8 13.75C8 13.75 9.6 14.6625 10.4 16C10.4 16 12.8 10.75 16 9",
191
- stroke: "currentColor",
192
- strokeLinecap: "round",
193
- strokeLinejoin: "round",
194
- strokeWidth: "1.5",
195
- key: "1"
196
- }]], te = [["circle", {
197
- cx: "12",
198
- cy: "12",
199
- r: "10",
200
- stroke: "currentColor",
201
- strokeWidth: "1.5",
202
- key: "0"
203
- }], ["path", {
204
- d: "M12 8V12L14 14",
205
- stroke: "currentColor",
206
- strokeLinecap: "round",
207
- strokeLinejoin: "round",
208
- strokeWidth: "1.5",
209
- key: "1"
210
- }]], g = [["path", {
211
- d: "M17.4776 10.0001C17.485 10 17.4925 10 17.5 10C19.9853 10 22 12.0147 22 14.5C22 16.9853 19.9853 19 17.5 19H7C4.23858 19 2 16.7614 2 14C2 11.4003 3.98398 9.26407 6.52042 9.0227M17.4776 10.0001C17.4924 9.83536 17.5 9.66856 17.5 9.5C17.5 6.46243 15.0376 4 12 4C9.12324 4 6.76233 6.20862 6.52042 9.0227M17.4776 10.0001C17.3753 11.1345 16.9286 12.1696 16.2428 13M6.52042 9.0227C6.67826 9.00768 6.83823 9 7 9C8.12582 9 9.16474 9.37209 10.0005 10",
212
- stroke: "currentColor",
213
- strokeLinecap: "round",
214
- strokeLinejoin: "round",
215
- strokeWidth: "1.5",
216
- key: "0"
217
- }]], _ = [["path", {
218
- d: "M16 6.99998L19.0664 9.64296C20.3554 10.7541 21 11.3096 21 12C21 12.6903 20.3555 13.2459 19.0664 14.357L16 17",
219
- stroke: "currentColor",
220
- strokeLinecap: "round",
221
- strokeLinejoin: "round",
222
- strokeWidth: "1.5",
223
- key: "0"
224
- }], ["path", {
225
- d: "M8 6.99998L4.93365 9.64296C3.64455 10.7541 3 11.3096 3 12C3 12.6903 3.64455 13.2459 4.93365 14.357L8 17",
226
- stroke: "currentColor",
227
- strokeLinecap: "round",
228
- strokeLinejoin: "round",
229
- strokeWidth: "1.5",
230
- key: "1"
231
- }]], v = [["path", {
232
- d: "M9 15C9 12.1716 9 10.7574 9.87868 9.87868C10.7574 9 12.1716 9 15 9L16 9C18.8284 9 20.2426 9 21.1213 9.87868C22 10.7574 22 12.1716 22 15V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15C12.1716 22 10.7574 22 9.87868 21.1213C9 20.2426 9 18.8284 9 16L9 15Z",
233
- stroke: "currentColor",
234
- strokeLinecap: "round",
235
- strokeLinejoin: "round",
236
- strokeWidth: "1.5",
237
- key: "0"
238
- }], ["path", {
239
- d: "M16.9999 9C16.9975 6.04291 16.9528 4.51121 16.092 3.46243C15.9258 3.25989 15.7401 3.07418 15.5376 2.90796C14.4312 2 12.7875 2 9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07417 3.07418 3.25989 2.90796 3.46243C2 4.56878 2 6.21252 2 9.5C2 12.7875 2 14.4312 2.90796 15.5376C3.07417 15.7401 3.25989 15.9258 3.46243 16.092C4.51121 16.9528 6.04291 16.9975 9 16.9999",
240
- stroke: "currentColor",
241
- strokeLinecap: "round",
242
- strokeLinejoin: "round",
243
- strokeWidth: "1.5",
244
- key: "1"
245
- }]], y = [
246
- ["path", {
247
- d: "M3 12C3 7.75737 3 5.63605 4.31802 4.31803C5.63604 3.00002 7.75736 3.00002 12 3.00002C16.2426 3.00002 18.364 3.00002 19.682 4.31803C21 5.63605 21 7.75737 21 12C21 16.2427 21 18.364 19.682 19.682C18.364 21 16.2426 21 12 21C7.75736 21 5.63604 21 4.31802 19.682C3 18.364 3 16.2427 3 12Z",
248
- stroke: "currentColor",
249
- strokeLinecap: "round",
250
- strokeLinejoin: "round",
251
- strokeWidth: "1.5",
252
- key: "0"
253
- }],
254
- ["path", {
255
- d: "M3.5 8.00002H20.5",
256
- stroke: "currentColor",
257
- strokeLinecap: "round",
258
- strokeLinejoin: "round",
259
- strokeWidth: "1.5",
260
- key: "1"
261
- }],
262
- ["path", {
263
- d: "M17 17C17 14.2386 14.7614 12 12 12C9.23858 12 7 14.2386 7 17",
264
- stroke: "currentColor",
265
- strokeLinecap: "round",
266
- strokeLinejoin: "round",
267
- strokeWidth: "1.5",
268
- key: "2"
269
- }],
270
- ["path", {
271
- d: "M12.707 15.293L11.2928 16.7072",
272
- stroke: "currentColor",
273
- strokeLinecap: "round",
274
- strokeLinejoin: "round",
275
- strokeWidth: "1.5",
276
- key: "3"
277
- }]
278
- ], b = [
279
- ["path", {
280
- d: "M3 12C3 7.75736 3 5.63604 4.31802 4.31802C5.63604 3 7.75736 3 12 3C16.2426 3 18.364 3 19.682 4.31802C21 5.63604 21 7.75736 21 12C21 16.2426 21 18.364 19.682 19.682C18.364 21 16.2426 21 12 21C7.75736 21 5.63604 21 4.31802 19.682C3 18.364 3 16.2426 3 12Z",
281
- stroke: "currentColor",
282
- strokeWidth: "1.5",
283
- key: "0"
284
- }],
285
- ["path", {
286
- d: "M3 12H21",
287
- stroke: "currentColor",
288
- strokeLinecap: "round",
289
- strokeLinejoin: "round",
290
- strokeWidth: "1.5",
291
- key: "1"
292
- }],
293
- ["path", {
294
- d: "M11 7.5L17 7.5",
295
- stroke: "currentColor",
296
- strokeLinecap: "round",
297
- strokeLinejoin: "round",
298
- strokeWidth: "1.5",
299
- key: "2"
300
- }],
301
- ["path", {
302
- d: "M7.125 7.5H7M7.25 7.5C7.25 7.63807 7.13807 7.75 7 7.75C6.86193 7.75 6.75 7.63807 6.75 7.5C6.75 7.36193 6.86193 7.25 7 7.25C7.13807 7.25 7.25 7.36193 7.25 7.5Z",
303
- stroke: "currentColor",
304
- strokeLinecap: "round",
305
- strokeLinejoin: "round",
306
- strokeWidth: "1.5",
307
- key: "3"
308
- }],
309
- ["path", {
310
- d: "M11 16.5L17 16.5",
311
- stroke: "currentColor",
312
- strokeLinecap: "round",
313
- strokeLinejoin: "round",
314
- strokeWidth: "1.5",
315
- key: "4"
316
- }],
317
- ["path", {
318
- d: "M7.125 16.5H7M7.25 16.5C7.25 16.6381 7.13807 16.75 7 16.75C6.86193 16.75 6.75 16.6381 6.75 16.5C6.75 16.3619 6.86193 16.25 7 16.25C7.13807 16.25 7.25 16.3619 7.25 16.5Z",
319
- stroke: "currentColor",
320
- strokeLinecap: "round",
321
- strokeLinejoin: "round",
322
- strokeWidth: "1.5",
323
- key: "5"
324
- }]
325
- ], x = [
326
- ["path", {
327
- d: "M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5",
328
- stroke: "currentColor",
329
- strokeLinecap: "round",
330
- strokeWidth: "1.5",
331
- key: "0"
332
- }],
333
- ["path", {
334
- d: "M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5",
335
- stroke: "currentColor",
336
- strokeLinecap: "round",
337
- strokeWidth: "1.5",
338
- key: "1"
339
- }],
340
- ["path", {
341
- d: "M9.5 16.5L9.5 10.5",
342
- stroke: "currentColor",
343
- strokeLinecap: "round",
344
- strokeWidth: "1.5",
345
- key: "2"
346
- }],
347
- ["path", {
348
- d: "M14.5 16.5L14.5 10.5",
349
- stroke: "currentColor",
350
- strokeLinecap: "round",
351
- strokeWidth: "1.5",
352
- key: "3"
353
- }]
354
- ], S = [["path", {
355
- d: "M2.99969 17.0002C2.99969 17.9302 2.99969 18.3952 3.10192 18.7767C3.37932 19.8119 4.18796 20.6206 5.22324 20.898C5.60474 21.0002 6.06972 21.0002 6.99969 21.0002L16.9997 21.0002C17.9297 21.0002 18.3947 21.0002 18.7762 20.898C19.8114 20.6206 20.6201 19.8119 20.8975 18.7767C20.9997 18.3952 20.9997 17.9302 20.9997 17.0002",
356
- stroke: "currentColor",
357
- strokeLinecap: "round",
358
- strokeLinejoin: "round",
359
- strokeWidth: "1.5",
360
- key: "0"
361
- }], ["path", {
362
- d: "M16.4998 11.5002C16.4998 11.5002 13.1856 16.0002 11.9997 16.0002C10.8139 16.0002 7.49976 11.5002 7.49976 11.5002M11.9997 15.0002V3.00016",
363
- stroke: "currentColor",
364
- strokeLinecap: "round",
365
- strokeLinejoin: "round",
366
- strokeWidth: "1.5",
367
- key: "1"
368
- }]], C = [
369
- ["path", {
370
- d: "M14.0737 3.88545C14.8189 3.07808 15.1915 2.6744 15.5874 2.43893C16.5427 1.87076 17.7191 1.85309 18.6904 2.39232C19.0929 2.6158 19.4769 3.00812 20.245 3.79276C21.0131 4.5774 21.3972 4.96972 21.6159 5.38093C22.1438 6.37312 22.1265 7.57479 21.5703 8.5507C21.3398 8.95516 20.9446 9.33578 20.1543 10.097L10.7506 19.1543C9.25288 20.5969 8.504 21.3182 7.56806 21.6837C6.63212 22.0493 5.6032 22.0224 3.54536 21.9686L3.26538 21.9613C2.63891 21.9449 2.32567 21.9367 2.14359 21.73C1.9615 21.5234 1.98636 21.2043 2.03608 20.5662L2.06308 20.2197C2.20301 18.4235 2.27297 17.5255 2.62371 16.7182C2.97444 15.9109 3.57944 15.2555 4.78943 13.9445L14.0737 3.88545Z",
371
- stroke: "currentColor",
372
- strokeLinejoin: "round",
373
- strokeWidth: "1.5",
374
- key: "0"
375
- }],
376
- ["path", {
377
- d: "M13 4L20 11",
378
- stroke: "currentColor",
379
- strokeLinejoin: "round",
380
- strokeWidth: "1.5",
381
- key: "1"
382
- }],
383
- ["path", {
384
- d: "M14 22L22 22",
385
- stroke: "currentColor",
386
- strokeLinecap: "round",
387
- strokeLinejoin: "round",
388
- strokeWidth: "1.5",
389
- key: "2"
390
- }]
391
- ], w = [
392
- ["path", {
393
- d: "M8 7L16 7",
394
- stroke: "currentColor",
395
- strokeLinecap: "round",
396
- strokeLinejoin: "round",
397
- strokeWidth: "1.5",
398
- key: "0"
399
- }],
400
- ["path", {
401
- d: "M8 11L12 11",
402
- stroke: "currentColor",
403
- strokeLinecap: "round",
404
- strokeLinejoin: "round",
405
- strokeWidth: "1.5",
406
- key: "1"
407
- }],
408
- ["path", {
409
- d: "M13 21.5V21C13 18.1716 13 16.7574 13.8787 15.8787C14.7574 15 16.1716 15 19 15H19.5M20 13.3431V10C20 6.22876 20 4.34315 18.8284 3.17157C17.6569 2 15.7712 2 12 2C8.22877 2 6.34315 2 5.17157 3.17157C4 4.34314 4 6.22876 4 10L4 14.5442C4 17.7892 4 19.4117 4.88607 20.5107C5.06508 20.7327 5.26731 20.9349 5.48933 21.1139C6.58831 22 8.21082 22 11.4558 22C12.1614 22 12.5141 22 12.8372 21.886C12.9044 21.8623 12.9702 21.835 13.0345 21.8043C13.3436 21.6564 13.593 21.407 14.0919 20.9081L18.8284 16.1716C19.4065 15.5935 19.6955 15.3045 19.8478 14.9369C20 14.5694 20 14.1606 20 13.3431Z",
410
- stroke: "currentColor",
411
- strokeLinecap: "round",
412
- strokeLinejoin: "round",
413
- strokeWidth: "1.5",
414
- key: "2"
415
- }]
416
- ], T = [["path", {
417
- d: "M13 2.5V3C13 5.82843 13 7.24264 13.8787 8.12132C14.7574 9 16.1716 9 19 9H19.5M20 10.6569V14C20 17.7712 20 19.6569 18.8284 20.8284C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V9.45584C4 6.21082 4 4.58831 4.88607 3.48933C5.06508 3.26731 5.26731 3.06508 5.48933 2.88607C6.58831 2 8.21082 2 11.4558 2C12.1614 2 12.5141 2 12.8372 2.11401C12.9044 2.13772 12.9702 2.165 13.0345 2.19575C13.3436 2.34355 13.593 2.593 14.0919 3.09188L18.8284 7.82843C19.4065 8.40649 19.6955 8.69552 19.8478 9.06306C20 9.4306 20 9.83935 20 10.6569Z",
418
- stroke: "currentColor",
419
- strokeLinecap: "round",
420
- strokeLinejoin: "round",
421
- strokeWidth: "1.5",
422
- key: "0"
423
- }]], E = [["path", {
424
- d: "M20 14V10.6569C20 9.83935 20 9.4306 19.8478 9.06306C19.6955 8.69552 19.4065 8.40649 18.8284 7.82843L14.0919 3.09188C13.593 2.593 13.3436 2.34355 13.0345 2.19575C12.9702 2.165 12.9044 2.13772 12.8372 2.11401C12.5141 2 12.1614 2 11.4558 2C8.21082 2 6.58831 2 5.48933 2.88607C5.26731 3.06508 5.06508 3.26731 4.88607 3.48933C4 4.58831 4 6.21082 4 9.45584V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22M13 2.5V3C13 5.82843 13 7.24264 13.8787 8.12132C14.7574 9 16.1716 9 19 9H19.5",
425
- stroke: "currentColor",
426
- strokeLinecap: "round",
427
- strokeLinejoin: "round",
428
- strokeWidth: "1.5",
429
- key: "0"
430
- }], ["path", {
431
- d: "M17 22C17.6068 21.4102 20 19.8403 20 19C20 18.1597 17.6068 16.5898 17 16M19 19H12",
432
- stroke: "currentColor",
433
- strokeLinecap: "round",
434
- strokeLinejoin: "round",
435
- strokeWidth: "1.5",
436
- key: "1"
437
- }]], D = [["path", {
438
- d: "M8.85746 12.5061C6.36901 10.6456 4.59564 8.59915 3.62734 7.44867C3.3276 7.09253 3.22938 6.8319 3.17033 6.3728C2.96811 4.8008 2.86701 4.0148 3.32795 3.5074C3.7889 3 4.60404 3 6.23433 3H17.7657C19.396 3 20.2111 3 20.672 3.5074C21.133 4.0148 21.0319 4.8008 20.8297 6.37281C20.7706 6.83191 20.6724 7.09254 20.3726 7.44867C19.403 8.60062 17.6261 10.6507 15.1326 12.5135C14.907 12.6821 14.7583 12.9567 14.7307 13.2614C14.4837 15.992 14.2559 17.4876 14.1141 18.2442C13.8853 19.4657 12.1532 20.2006 11.226 20.8563C10.6741 21.2466 10.0043 20.782 9.93278 20.1778C9.79643 19.0261 9.53961 16.6864 9.25927 13.2614C9.23409 12.9539 9.08486 12.6761 8.85746 12.5061Z",
439
- stroke: "currentColor",
440
- strokeLinecap: "round",
441
- strokeLinejoin: "round",
442
- strokeWidth: "1.5",
443
- key: "0"
444
- }]], O = [
445
- ["path", {
446
- d: "M2.5 20V8.87695C2.5 7.58945 2.5 6.9457 2.78533 6.47048C2.9541 6.18939 3.18939 5.9541 3.47048 5.78533C3.9457 5.5 4.59449 5.5 5.89206 5.5C6.52339 5.5 6.83906 5.5 7.12612 5.58819C7.31759 5.64702 7.49914 5.73428 7.66469 5.84705C7.91289 6.01611 8.10859 6.26074 8.5 6.75C8.89141 7.23926 9.08711 7.48389 9.33531 7.65295C9.50086 7.76572 9.68241 7.85298 9.87388 7.91181C10.1609 8 10.4742 8 11.1008 8H15C16.4045 8 17.1067 8 17.6111 8.33706C17.8295 8.48298 18.017 8.67048 18.1629 8.88886C18.5 9.39331 18.5 10.0955 18.5 11.5",
447
- stroke: "currentColor",
448
- strokeLinecap: "round",
449
- strokeLinejoin: "round",
450
- strokeWidth: "1.5",
451
- key: "0"
452
- }],
453
- ["path", {
454
- d: "M4.42028 14.0144L3.63368 16.0144C2.65618 18.4998 2.16743 19.7425 2.7524 20.6213C3.33737 21.5 4.65337 21.5 7.28537 21.5H15.1903C16.4249 21.5 17.0422 21.5 17.5295 21.1795C18.0169 20.859 18.2702 20.2865 18.7769 19.1415L19.6618 17.1415C20.7866 14.5992 21.349 13.3281 20.7679 12.4141C20.1868 11.5 18.8163 11.5 16.0752 11.5H8.07196C6.78232 11.5 6.1375 11.5 5.63811 11.8439C5.13872 12.1877 4.89924 12.7966 4.42028 14.0144Z",
455
- stroke: "currentColor",
456
- strokeWidth: "1.5",
457
- key: "1"
458
- }],
459
- ["path", {
460
- d: "M11.5 4.51456C12.4151 3.28409 13.6662 2.55594 15.5125 2.50161C16.1155 2.48386 16.7152 2.61395 17.2682 2.85544C18.5748 3.42601 19.4185 4.15644 20 5.5L21.5 3",
461
- stroke: "currentColor",
462
- strokeLinecap: "round",
463
- strokeLinejoin: "round",
464
- strokeWidth: "1.5",
465
- key: "2"
466
- }]
467
- ], k = [
468
- ["path", {
469
- d: "M7 19H13C15.8284 19 17.2426 19 18.1213 18.1213C19 17.2426 19 15.8284 19 13V10M19 10C19.7002 10 21.0085 11.9943 21.5 12.5M19 10C18.2998 10 16.9915 11.9943 16.5 12.5",
470
- stroke: "currentColor",
471
- strokeLinecap: "round",
472
- strokeLinejoin: "round",
473
- strokeWidth: "1.5",
474
- key: "0"
475
- }],
476
- ["path", {
477
- d: "M5 7L5 17",
478
- stroke: "currentColor",
479
- strokeLinecap: "round",
480
- strokeLinejoin: "round",
481
- strokeWidth: "1.5",
482
- key: "1"
483
- }],
484
- ["circle", {
485
- cx: "5",
486
- cy: "5",
487
- r: "2",
488
- stroke: "currentColor",
489
- strokeWidth: "1.5",
490
- key: "2"
491
- }],
492
- ["circle", {
493
- cx: "19",
494
- cy: "5",
495
- r: "2",
496
- stroke: "currentColor",
497
- strokeWidth: "1.5",
498
- key: "3"
499
- }],
500
- ["circle", {
501
- cx: "5",
502
- cy: "19",
503
- r: "2",
504
- stroke: "currentColor",
505
- strokeWidth: "1.5",
506
- key: "4"
507
- }]
508
- ], A = [
509
- ["circle", {
510
- cx: "12",
511
- cy: "12",
512
- r: "10",
513
- stroke: "currentColor",
514
- strokeWidth: "1.5",
515
- key: "0"
516
- }],
517
- ["path", {
518
- d: "M8 12C8 18 12 22 12 22C12 22 16 18 16 12C16 6 12 2 12 2C12 2 8 6 8 12Z",
519
- stroke: "currentColor",
520
- strokeLinejoin: "round",
521
- strokeWidth: "1.5",
522
- key: "1"
523
- }],
524
- ["path", {
525
- d: "M21 15H3",
526
- stroke: "currentColor",
527
- strokeLinecap: "round",
528
- strokeLinejoin: "round",
529
- strokeWidth: "1.5",
530
- key: "2"
531
- }],
532
- ["path", {
533
- d: "M21 9H3",
534
- stroke: "currentColor",
535
- strokeLinecap: "round",
536
- strokeLinejoin: "round",
537
- strokeWidth: "1.5",
538
- key: "3"
539
- }]
540
- ], j = [
541
- ["path", {
542
- d: "M21.1609 9.92846C22.1928 9.54155 22.2858 7.69292 21.3685 5.79943C20.4512 3.90594 18.8711 2.68462 17.8391 3.07154M21.1609 9.92846C20.1289 10.3154 18.5488 9.09406 17.6315 7.20057C16.7142 5.30708 16.8072 3.45845 17.8391 3.07154M21.1609 9.92846L6.16089 18.9285C5.12895 19.3154 3.54878 18.0941 2.6315 16.2006C1.71421 14.3071 1.80716 12.4584 2.83911 12.0715L17.8391 3.07154",
543
- stroke: "currentColor",
544
- strokeWidth: "1.5",
545
- key: "0"
546
- }],
547
- ["path", {
548
- d: "M15 13.6072C13.6383 13.0342 10.9233 10.9509 10.9574 7.20117M11.5 15.7012C10.3333 15.1444 7.9 13.0787 7.5 9.26966",
549
- stroke: "currentColor",
550
- strokeWidth: "1.5",
551
- key: "1"
552
- }],
553
- ["path", {
554
- d: "M15.43 14C16.0276 15.1302 16.639 18.1124 14.5498 21L13.5632 19.584L11 20.8103C11 20.8103 12.8249 18.8868 11.9528 16",
555
- stroke: "currentColor",
556
- strokeLinecap: "round",
557
- strokeLinejoin: "round",
558
- strokeWidth: "1.5",
559
- key: "2"
560
- }]
561
- ], M = [
562
- ["circle", {
563
- cx: "12",
564
- cy: "12",
565
- r: "10",
566
- stroke: "currentColor",
567
- strokeLinecap: "round",
568
- strokeLinejoin: "round",
569
- strokeWidth: "1.5",
570
- key: "0"
571
- }],
572
- ["path", {
573
- d: "M9.5 9.5C9.5 8.11929 10.6193 7 12 7C13.3807 7 14.5 8.11929 14.5 9.5C14.5 10.3569 14.0689 11.1131 13.4117 11.5636C12.7283 12.0319 12 12.6716 12 13.5",
574
- stroke: "currentColor",
575
- strokeLinecap: "round",
576
- strokeLinejoin: "round",
577
- strokeWidth: "1.5",
578
- key: "1"
579
- }],
580
- ["path", {
581
- d: "M12.125 16.75H12M12.25 16.75C12.25 16.8881 12.1381 17 12 17C11.8619 17 11.75 16.8881 11.75 16.75C11.75 16.6119 11.8619 16.5 12 16.5C12.1381 16.5 12.25 16.6119 12.25 16.75Z",
582
- stroke: "currentColor",
583
- strokeLinecap: "round",
584
- strokeLinejoin: "round",
585
- strokeWidth: "1.5",
586
- key: "2"
587
- }]
588
- ], N = [["path", {
589
- d: "M3 11.9896V14.5C3 17.7998 3 19.4497 4.02513 20.4749C5.05025 21.5 6.70017 21.5 10 21.5H14C17.2998 21.5 18.9497 21.5 19.9749 20.4749C21 19.4497 21 17.7998 21 14.5V11.9896C21 10.3083 21 9.46773 20.6441 8.74005C20.2882 8.01237 19.6247 7.49628 18.2976 6.46411L16.2976 4.90855C14.2331 3.30285 13.2009 2.5 12 2.5C10.7991 2.5 9.76689 3.30285 7.70242 4.90855L5.70241 6.46411C4.37533 7.49628 3.71179 8.01237 3.3559 8.74005C3 9.46773 3 10.3083 3 11.9896Z",
590
- stroke: "currentColor",
591
- strokeLinecap: "round",
592
- strokeLinejoin: "round",
593
- strokeWidth: "1.5",
594
- key: "0"
595
- }], ["path", {
596
- d: "M15.0002 17C14.2007 17.6224 13.1504 18 12.0002 18C10.8499 18 9.79971 17.6224 9.00018 17",
597
- stroke: "currentColor",
598
- strokeLinecap: "round",
599
- strokeLinejoin: "round",
600
- strokeWidth: "1.5",
601
- key: "1"
602
- }]], P = [["path", {
603
- d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z",
604
- stroke: "currentColor",
605
- strokeLinecap: "round",
606
- strokeLinejoin: "round",
607
- strokeWidth: "1.5",
608
- key: "0"
609
- }], ["path", {
610
- d: "M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5",
611
- stroke: "currentColor",
612
- strokeLinejoin: "round",
613
- strokeWidth: "1.5",
614
- key: "1"
615
- }]], F = [
616
- ["path", {
617
- d: "M9.87868 20.1214C10.7574 21.0001 12.1716 21.0001 15 21.0001C17.8284 21.0001 19.2426 21.0001 20.1213 20.1214C21 19.2428 21 17.8285 21 15.0001C21 12.1717 21 10.7575 20.1213 9.8788C19.2426 9.00012 17.8284 9.00012 15 9.00012C12.1716 9.00012 10.7574 9.00012 9.87868 9.8788C9 10.7575 9 12.1717 9 15.0001C9 17.8285 9 19.2428 9.87868 20.1214Z",
618
- stroke: "currentColor",
619
- strokeLinecap: "round",
620
- strokeLinejoin: "round",
621
- strokeWidth: "1.5",
622
- key: "0"
623
- }],
624
- ["path", {
625
- d: "M17.9239 9.00012C17.828 8.02504 17.6112 7.36869 17.1213 6.8788C16.2426 6.00012 14.8284 6.00012 12 6.00012C9.17157 6.00012 7.75736 6.00012 6.87868 6.8788C6 7.75748 6 9.17169 6 12.0001C6 14.8285 6 16.2428 6.87868 17.1214C7.36857 17.6113 8.02491 17.8281 9 17.924",
626
- stroke: "currentColor",
627
- strokeLinecap: "round",
628
- strokeLinejoin: "round",
629
- strokeWidth: "1.5",
630
- key: "1"
631
- }],
632
- ["path", {
633
- d: "M14.9239 6.00012C14.828 5.02504 14.6112 4.36869 14.1213 3.8788C13.2426 3.00012 11.8284 3.00012 9 3.00012C6.17157 3.00012 4.75736 3.00012 3.87868 3.8788C3 4.75748 3 6.17169 3 9.00012C3 11.8285 3 13.2428 3.87868 14.1214C4.36857 14.6113 5.02491 14.8281 6 14.924",
634
- stroke: "currentColor",
635
- strokeLinecap: "round",
636
- strokeLinejoin: "round",
637
- strokeWidth: "1.5",
638
- key: "2"
639
- }]
640
- ], I = [
641
- ["path", {
642
- d: "M8 5.5L20 5.5",
643
- stroke: "currentColor",
644
- strokeLinecap: "round",
645
- strokeWidth: "1.5",
646
- key: "0"
647
- }],
648
- ["path", {
649
- d: "M8 12.5L20 12.5",
650
- stroke: "currentColor",
651
- strokeLinecap: "round",
652
- strokeWidth: "1.5",
653
- key: "1"
654
- }],
655
- ["path", {
656
- d: "M8 19.5L20 19.5",
657
- stroke: "currentColor",
658
- strokeLinecap: "round",
659
- strokeWidth: "1.5",
660
- key: "2"
661
- }],
662
- ["path", {
663
- d: "M4.375 5.5H4.25M4.5 5.5C4.5 5.63807 4.38807 5.75 4.25 5.75C4.11193 5.75 4 5.63807 4 5.5C4 5.36193 4.11193 5.25 4.25 5.25C4.38807 5.25 4.5 5.36193 4.5 5.5Z",
664
- stroke: "currentColor",
665
- strokeLinecap: "round",
666
- strokeLinejoin: "round",
667
- strokeWidth: "1.5",
668
- key: "3"
669
- }],
670
- ["path", {
671
- d: "M4.375 12.5H4.25M4.5 12.5C4.5 12.6381 4.38807 12.75 4.25 12.75C4.11193 12.75 4 12.6381 4 12.5C4 12.3619 4.11193 12.25 4.25 12.25C4.38807 12.25 4.5 12.3619 4.5 12.5Z",
672
- stroke: "currentColor",
673
- strokeLinecap: "round",
674
- strokeLinejoin: "round",
675
- strokeWidth: "1.5",
676
- key: "4"
677
- }],
678
- ["path", {
679
- d: "M4.375 19.5H4.25M4.5 19.5C4.5 19.6381 4.38807 19.75 4.25 19.75C4.11193 19.75 4 19.6381 4 19.5C4 19.3619 4.11193 19.25 4.25 19.25C4.38807 19.25 4.5 19.3619 4.5 19.5Z",
680
- stroke: "currentColor",
681
- strokeLinecap: "round",
682
- strokeLinejoin: "round",
683
- strokeWidth: "1.5",
684
- key: "5"
685
- }]
686
- ], L = [["path", {
687
- d: "M9.14339 10.691L9.35031 10.4841C11.329 8.50532 14.5372 8.50532 16.5159 10.4841C18.4947 12.4628 18.4947 15.671 16.5159 17.6497L13.6497 20.5159C11.671 22.4947 8.46279 22.4947 6.48405 20.5159C4.50532 18.5372 4.50532 15.329 6.48405 13.3503L6.9484 12.886",
688
- stroke: "currentColor",
689
- strokeLinecap: "round",
690
- strokeWidth: "1.5",
691
- key: "0"
692
- }], ["path", {
693
- d: "M17.0516 11.114L17.5159 10.6497C19.4947 8.67095 19.4947 5.46279 17.5159 3.48405C15.5372 1.50532 12.329 1.50532 10.3503 3.48405L7.48405 6.35031C5.50532 8.32904 5.50532 11.5372 7.48405 13.5159C9.46279 15.4947 12.671 15.4947 14.6497 13.5159L14.8566 13.309",
694
- stroke: "currentColor",
695
- strokeLinecap: "round",
696
- strokeWidth: "1.5",
697
- key: "1"
698
- }]], R = [
699
- ["path", {
700
- d: "M2 11.4C2 10.2417 2.24173 10 3.4 10H20.6C21.7583 10 22 10.2417 22 11.4V12.6C22 13.7583 21.7583 14 20.6 14H3.4C2.24173 14 2 13.7583 2 12.6V11.4Z",
701
- stroke: "currentColor",
702
- strokeLinecap: "round",
703
- strokeWidth: "1.5",
704
- key: "0"
705
- }],
706
- ["path", {
707
- d: "M2 3.4C2 2.24173 2.24173 2 3.4 2H20.6C21.7583 2 22 2.24173 22 3.4V4.6C22 5.75827 21.7583 6 20.6 6H3.4C2.24173 6 2 5.75827 2 4.6V3.4Z",
708
- stroke: "currentColor",
709
- strokeLinecap: "round",
710
- strokeWidth: "1.5",
711
- key: "1"
712
- }],
713
- ["path", {
714
- d: "M2 19.4C2 18.2417 2.24173 18 3.4 18H20.6C21.7583 18 22 18.2417 22 19.4V20.6C22 21.7583 21.7583 22 20.6 22H3.4C2.24173 22 2 21.7583 2 20.6V19.4Z",
715
- stroke: "currentColor",
716
- strokeLinecap: "round",
717
- strokeWidth: "1.5",
718
- key: "2"
719
- }]
720
- ], z = [["path", {
721
- d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
722
- stroke: "currentColor",
723
- strokeWidth: "1.5",
724
- key: "0"
725
- }], ["path", {
726
- d: "M12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 13L12 16",
727
- stroke: "currentColor",
728
- strokeLinecap: "round",
729
- strokeWidth: "1.5",
730
- key: "1"
731
- }]], B = [
732
- ["path", {
733
- d: "M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5",
734
- stroke: "currentColor",
735
- strokeLinejoin: "round",
736
- strokeWidth: "1.5",
737
- key: "0"
738
- }],
739
- ["path", {
740
- d: "M10.5 19.5C10.0337 19.4939 9.56682 19.485 9.09883 19.4732C5.95033 19.3941 4.37608 19.3545 3.24496 18.2184C2.11383 17.0823 2.08114 15.5487 2.01577 12.4814C1.99475 11.4951 1.99474 10.5147 2.01576 9.52843C2.08114 6.46113 2.11382 4.92748 3.24495 3.79139C4.37608 2.6553 5.95033 2.61573 9.09882 2.53658C11.0393 2.4878 12.9607 2.48781 14.9012 2.53659C18.0497 2.61574 19.6239 2.65532 20.755 3.79141C21.8862 4.92749 21.9189 6.46114 21.9842 9.52844C21.9939 9.98251 21.9991 10.1965 21.9999 10.5",
741
- stroke: "currentColor",
742
- strokeLinecap: "round",
743
- strokeLinejoin: "round",
744
- strokeWidth: "1.5",
745
- key: "1"
746
- }],
747
- ["path", {
748
- d: "M19 17C19 17.8284 18.3284 18.5 17.5 18.5C16.6716 18.5 16 17.8284 16 17C16 16.1716 16.6716 15.5 17.5 15.5C18.3284 15.5 19 16.1716 19 17ZM19 17V17.5C19 18.3284 19.6716 19 20.5 19C21.3284 19 22 18.3284 22 17.5V17C22 14.5147 19.9853 12.5 17.5 12.5C15.0147 12.5 13 14.5147 13 17C13 19.4853 15.0147 21.5 17.5 21.5",
749
- stroke: "currentColor",
750
- strokeLinecap: "round",
751
- strokeLinejoin: "round",
752
- strokeWidth: "1.5",
753
- key: "2"
754
- }]
755
- ], V = [
756
- ["path", {
757
- d: "M4 5L20 5",
758
- stroke: "currentColor",
759
- strokeLinecap: "round",
760
- strokeLinejoin: "round",
761
- strokeWidth: "1.5",
762
- key: "0"
763
- }],
764
- ["path", {
765
- d: "M4 12L20 12",
766
- stroke: "currentColor",
767
- strokeLinecap: "round",
768
- strokeLinejoin: "round",
769
- strokeWidth: "1.5",
770
- key: "1"
771
- }],
772
- ["path", {
773
- d: "M4 19L20 19",
774
- stroke: "currentColor",
775
- strokeLinecap: "round",
776
- strokeLinejoin: "round",
777
- strokeWidth: "1.5",
778
- key: "2"
779
- }]
780
- ], H = [["path", {
781
- d: "M20 12L4 12",
782
- stroke: "currentColor",
783
- strokeLinecap: "round",
784
- strokeLinejoin: "round",
785
- strokeWidth: "1.5",
786
- key: "0"
787
- }]], U = [
788
- ["path", {
789
- d: "M13 3H8C5.17157 3 3.75736 3 2.87868 3.87868C2 4.75736 2 6.17157 2 9V11C2 13.8284 2 15.2426 2.87868 16.1213C3.75736 17 5.17157 17 8 17H16C18.8284 17 20.2426 17 21.1213 16.1213C21.8897 15.3529 21.9862 14.175 21.9983 12",
790
- stroke: "currentColor",
791
- strokeLinecap: "round",
792
- strokeLinejoin: "round",
793
- strokeWidth: "1.5",
794
- key: "0"
795
- }],
796
- ["path", {
797
- d: "M14 21H16M14 21C13.1716 21 12.5 20.3284 12.5 19.5V17L12 17M14 21H10M10 21H8M10 21C10.8284 21 11.5 20.3284 11.5 19.5V17L12 17M12 17V21",
798
- stroke: "currentColor",
799
- strokeLinecap: "round",
800
- strokeLinejoin: "round",
801
- strokeWidth: "1.5",
802
- key: "1"
803
- }],
804
- ["circle", {
805
- cx: "19",
806
- cy: "6",
807
- r: "3",
808
- stroke: "currentColor",
809
- strokeLinecap: "round",
810
- strokeLinejoin: "round",
811
- strokeWidth: "1.5",
812
- key: "2"
813
- }],
814
- ["path", {
815
- d: "M14 21H16M14 21C13.1716 21 12.5 20.3284 12.5 19.5V17L12 17M14 21H10M10 21H8M10 21C10.8284 21 11.5 20.3284 11.5 19.5V17L12 17M12 17V21",
816
- stroke: "currentColor",
817
- strokeLinecap: "round",
818
- strokeLinejoin: "round",
819
- strokeWidth: "1.5",
820
- key: "3"
821
- }]
822
- ], ne = [["path", {
823
- d: "M21.5 14.0784C20.3003 14.7189 18.9301 15.0821 17.4751 15.0821C12.7491 15.0821 8.91792 11.2509 8.91792 6.52485C8.91792 5.06986 9.28105 3.69968 9.92163 2.5C5.66765 3.49698 2.5 7.31513 2.5 11.8731C2.5 17.1899 6.8101 21.5 12.1269 21.5C16.6849 21.5 20.503 18.3324 21.5 14.0784Z",
824
- stroke: "currentColor",
825
- strokeLinecap: "round",
826
- strokeLinejoin: "round",
827
- strokeWidth: "1.5",
828
- key: "0"
829
- }]], W = [["path", {
830
- d: "M6.00449 12.5V12M18.0045 12.5V12M12.0045 12.5V12M7.00449 12.5C7.00449 11.9477 6.55677 11.5 6.00449 11.5C5.4522 11.5 5.00449 11.9477 5.00449 12.5C5.00449 13.0523 5.4522 13.5 6.00449 13.5C6.55677 13.5 7.00449 13.0523 7.00449 12.5ZM19.0045 12.5C19.0045 11.9477 18.5568 11.5 18.0045 11.5C17.4522 11.5 17.0045 11.9477 17.0045 12.5C17.0045 13.0523 17.4522 13.5 18.0045 13.5C18.5568 13.5 19.0045 13.0523 19.0045 12.5ZM13.0045 12.5C13.0045 11.9477 12.5568 11.5 12.0045 11.5C11.4522 11.5 11.0045 11.9477 11.0045 12.5C11.0045 13.0523 11.4522 13.5 12.0045 13.5C12.5568 13.5 13.0045 13.0523 13.0045 12.5Z",
831
- stroke: "currentColor",
832
- strokeLinecap: "round",
833
- strokeLinejoin: "round",
834
- strokeWidth: "1.5",
835
- key: "0"
836
- }]], G = [
837
- ["path", {
838
- d: "M20 18.5011L18.349 7.93407C17.8603 4.80601 15.166 2.5 12 2.5C8.83398 2.5 6.13971 4.80601 5.65098 7.93407L4 18.5011",
839
- stroke: "currentColor",
840
- strokeLinecap: "round",
841
- strokeLinejoin: "round",
842
- strokeWidth: "1.5",
843
- key: "0"
844
- }],
845
- ["path", {
846
- d: "M20 18.5C20 16.8431 16.4183 15.5 12 15.5C7.58172 15.5 4 16.8431 4 18.5C4 20.1569 7.58172 21.5 12 21.5C16.4183 21.5 20 20.1569 20 18.5Z",
847
- stroke: "currentColor",
848
- strokeLinecap: "round",
849
- strokeLinejoin: "round",
850
- strokeWidth: "1.5",
851
- key: "1"
852
- }],
853
- ["path", {
854
- d: "M13 18.5H11",
855
- stroke: "currentColor",
856
- strokeLinecap: "round",
857
- strokeLinejoin: "round",
858
- strokeWidth: "1.5",
859
- key: "2"
860
- }]
861
- ], K = [["path", {
862
- d: "M21 12.502C21 17.7487 16.7467 22.002 11.5 22.002C6.25329 22.002 2 17.7487 2 12.502C2 7.25525 6.25329 3.00195 11.5 3.00195",
863
- stroke: "currentColor",
864
- strokeLinecap: "round",
865
- strokeWidth: "1.5",
866
- key: "0"
867
- }], ["path", {
868
- d: "M13.7046 7.38562L14.5805 4.77321C15.1261 3.14611 15.3989 2.33256 16.2494 2.07407C17.0999 1.81558 17.6633 2.25023 18.79 3.11953C19.5732 3.72378 20.2762 4.42682 20.8805 5.21C21.7498 6.33675 22.1844 6.90012 21.9259 7.75059C21.6674 8.60106 20.8539 8.87386 19.2268 9.41946L16.6144 10.2954C14.7053 10.9356 13.7508 11.2557 13.2475 10.7525C12.7443 10.2492 13.0644 9.2947 13.7046 7.38562Z",
869
- stroke: "currentColor",
870
- strokeLinejoin: "round",
871
- strokeWidth: "1.5",
872
- key: "1"
873
- }]], q = [
874
- ["path", {
875
- d: "M15.5 2V6M8.5 6V2",
876
- stroke: "currentColor",
877
- strokeLinecap: "round",
878
- strokeLinejoin: "round",
879
- strokeWidth: "1.5",
880
- key: "0"
881
- }],
882
- ["path", {
883
- d: "M6.00446 7.61331C5.93719 6.74273 6.63957 6 7.53014 6H16.4699C17.3604 6 18.0628 6.74273 17.9955 7.61331L17.8117 9.99197C17.6796 11.7019 17.1011 13.3498 16.132 14.7773L15.5312 15.6622C14.9638 16.4979 14.0077 17 12.9838 17H11.0162C9.99228 17 9.03617 16.4979 8.46881 15.6622L7.86803 14.7773C6.89885 13.3498 6.32041 11.7019 6.18827 9.99197L6.00446 7.61331Z",
884
- stroke: "currentColor",
885
- strokeWidth: "1.5",
886
- key: "1"
887
- }],
888
- ["path", {
889
- d: "M12 17V22",
890
- stroke: "currentColor",
891
- strokeLinecap: "round",
892
- strokeLinejoin: "round",
893
- strokeWidth: "1.5",
894
- key: "2"
895
- }],
896
- ["path", {
897
- d: "M11 9H13",
898
- stroke: "currentColor",
899
- strokeLinecap: "round",
900
- strokeLinejoin: "round",
901
- strokeWidth: "1.5",
902
- key: "3"
903
- }]
904
- ], J = [["path", {
905
- d: "M12 4V20M20 12H4",
906
- stroke: "currentColor",
907
- strokeLinecap: "round",
908
- strokeLinejoin: "round",
909
- strokeWidth: "1.5",
910
- key: "0"
911
- }]], Y = [["path", {
912
- d: "M12.828 6.00096C12.9388 5.68791 12.999 5.35099 12.999 5C12.999 3.34315 11.6559 2 9.99904 2C8.34219 2 6.99904 3.34315 6.99904 5C6.99904 5.35099 7.05932 5.68791 7.17008 6.00096C4.88532 6.0093 3.66601 6.09039 2.87772 6.87868C2.08951 7.66689 2.00836 8.88603 2 11.1704C2.31251 11.06 2.64876 11 2.99904 11C4.6559 11 5.99904 12.3431 5.99904 14C5.99904 15.6569 4.6559 17 2.99904 17C2.64876 17 2.31251 16.94 2 16.8296C2.00836 19.114 2.08951 20.3331 2.87772 21.1213C3.66593 21.9095 4.88508 21.9907 7.16941 21.999C7.05908 21.6865 6.99904 21.3503 6.99904 21C6.99904 19.3431 8.34219 18 9.99904 18C11.6559 18 12.999 19.3431 12.999 21C12.999 21.3503 12.939 21.6865 12.8287 21.999C15.113 21.9907 16.3322 21.9095 17.1204 21.1213C17.9086 20.333 17.9897 19.1137 17.9981 16.829C18.3111 16.9397 18.648 17 18.999 17C20.6559 17 21.999 15.6569 21.999 14C21.999 12.3431 20.6559 11 18.999 11C18.648 11 18.3111 11.0603 17.9981 11.171C17.9897 8.88627 17.9086 7.66697 17.1204 6.87868C16.3321 6.09039 15.1128 6.0093 12.828 6.00096Z",
913
- stroke: "currentColor",
914
- strokeLinejoin: "round",
915
- strokeWidth: "1.5",
916
- key: "0"
917
- }]], X = [["path", {
918
- d: "M20.0092 2V5.13219C20.0092 5.42605 19.6418 5.55908 19.4537 5.33333C17.6226 3.2875 14.9617 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12",
919
- stroke: "currentColor",
920
- strokeLinecap: "round",
921
- strokeLinejoin: "round",
922
- strokeWidth: "1.5",
923
- key: "0"
924
- }]], Z = [
925
- ["path", {
926
- d: "M19.5 19.5C19.5 11.2157 12.7843 4.5 4.5 4.5",
927
- stroke: "currentColor",
928
- strokeLinecap: "round",
929
- strokeLinejoin: "round",
930
- strokeWidth: "1.5",
931
- key: "0"
932
- }],
933
- ["path", {
934
- d: "M12.5 19.5C12.5 15.0817 8.91828 11.5 4.5 11.5",
935
- stroke: "currentColor",
936
- strokeLinecap: "round",
937
- strokeLinejoin: "round",
938
- strokeWidth: "1.5",
939
- key: "1"
940
- }],
941
- ["path", {
942
- d: "M5.25 19H5M5.5 19C5.5 19.2761 5.27614 19.5 5 19.5C4.72386 19.5 4.5 19.2761 4.5 19C4.5 18.7239 4.72386 18.5 5 18.5C5.27614 18.5 5.5 18.7239 5.5 19Z",
943
- stroke: "currentColor",
944
- strokeLinecap: "round",
945
- strokeLinejoin: "round",
946
- strokeWidth: "1.5",
947
- key: "2"
948
- }]
949
- ], re = [["path", {
950
- d: "M17 17L21 21",
951
- stroke: "currentColor",
952
- strokeLinecap: "round",
953
- strokeLinejoin: "round",
954
- strokeWidth: "1.5",
955
- key: "0"
956
- }], ["path", {
957
- d: "M19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11Z",
958
- stroke: "currentColor",
959
- strokeLinecap: "round",
960
- strokeLinejoin: "round",
961
- strokeWidth: "1.5",
962
- key: "1"
963
- }]], ie = [["path", {
964
- d: "M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z",
965
- stroke: "currentColor",
966
- strokeLinecap: "round",
967
- strokeWidth: "1.5",
968
- key: "0"
969
- }], ["path", {
970
- d: "M15.5195 12C15.5195 13.933 13.9525 15.5 12.0195 15.5C10.0865 15.5 8.51953 13.933 8.51953 12C8.51953 10.067 10.0865 8.5 12.0195 8.5C13.9525 8.5 15.5195 10.067 15.5195 12Z",
971
- stroke: "currentColor",
972
- strokeWidth: "1.5",
973
- key: "1"
974
- }]], ae = [["path", {
975
- d: "M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z",
976
- stroke: "currentColor",
977
- strokeWidth: "1.5",
978
- key: "0"
979
- }], ["path", {
980
- d: "M21.011 14.0965C21.5329 13.9558 21.7939 13.8854 21.8969 13.7508C22 13.6163 22 13.3998 22 12.9669V11.0332C22 10.6003 22 10.3838 21.8969 10.2493C21.7938 10.1147 21.5329 10.0443 21.011 9.90358C19.0606 9.37759 17.8399 7.33851 18.3433 5.40087C18.4817 4.86799 18.5509 4.60156 18.4848 4.44529C18.4187 4.28902 18.2291 4.18134 17.8497 3.96596L16.125 2.98673C15.7528 2.77539 15.5667 2.66972 15.3997 2.69222C15.2326 2.71472 15.0442 2.90273 14.6672 3.27873C13.208 4.73448 10.7936 4.73442 9.33434 3.27864C8.95743 2.90263 8.76898 2.71463 8.60193 2.69212C8.43489 2.66962 8.24877 2.77529 7.87653 2.98663L6.15184 3.96587C5.77253 4.18123 5.58287 4.28891 5.51678 4.44515C5.45068 4.6014 5.51987 4.86787 5.65825 5.4008C6.16137 7.3385 4.93972 9.37763 2.98902 9.9036C2.46712 10.0443 2.20617 10.1147 2.10308 10.2492C2 10.3838 2 10.6003 2 11.0332V12.9669C2 13.3998 2 13.6163 2.10308 13.7508C2.20615 13.8854 2.46711 13.9558 2.98902 14.0965C4.9394 14.6225 6.16008 16.6616 5.65672 18.5992C5.51829 19.1321 5.44907 19.3985 5.51516 19.5548C5.58126 19.7111 5.77092 19.8188 6.15025 20.0341L7.87495 21.0134C8.24721 21.2247 8.43334 21.3304 8.6004 21.3079C8.76746 21.2854 8.95588 21.0973 9.33271 20.7213C10.7927 19.2644 13.2088 19.2643 14.6689 20.7212C15.0457 21.0973 15.2341 21.2853 15.4012 21.3078C15.5682 21.3303 15.7544 21.2246 16.1266 21.0133L17.8513 20.034C18.2307 19.8187 18.4204 19.711 18.4864 19.5547C18.5525 19.3984 18.4833 19.132 18.3448 18.5991C17.8412 16.6616 19.0609 14.6226 21.011 14.0965Z",
981
- stroke: "currentColor",
982
- strokeLinecap: "round",
983
- strokeWidth: "1.5",
984
- key: "1"
985
- }]], oe = [["path", {
986
- d: "M18.7088 3.49534C16.8164 2.55382 14.5008 2 11.9999 2C9.49904 2 7.18344 2.55382 5.2911 3.49534C4.36312 3.95706 3.89913 4.18792 3.44954 4.91378C2.99994 5.63965 2.99994 6.34248 2.99994 7.74814V11.2371C2.99994 16.9205 7.54229 20.0804 10.173 21.4338C10.9066 21.8113 11.2734 22 11.9999 22C12.7264 22 13.0932 21.8113 13.8269 21.4338C16.4576 20.0804 20.9999 16.9205 20.9999 11.2371L20.9999 7.74814C20.9999 6.34249 20.9999 5.63966 20.5503 4.91378C20.1007 4.18791 19.6367 3.95706 18.7088 3.49534Z",
987
- stroke: "currentColor",
988
- strokeLinecap: "round",
989
- strokeLinejoin: "round",
990
- strokeWidth: "1.5",
991
- key: "0"
992
- }], ["path", {
993
- d: "M11.9999 11C13.1045 11 13.9999 10.1046 13.9999 9C13.9999 7.89543 13.1045 7 11.9999 7C10.8954 7 9.99994 7.89543 9.99994 9C9.99994 10.1046 10.8954 11 11.9999 11ZM11.9999 11V13.5M13.9999 16H12.9999C12.4477 16 11.9999 15.5523 11.9999 15V13.5M11.9999 13.5H13.4999",
994
- stroke: "currentColor",
995
- strokeLinecap: "round",
996
- strokeLinejoin: "round",
997
- strokeWidth: "1.5",
998
- key: "1"
999
- }]], se = [
1000
- ["path", {
1001
- d: "M10.5 20.25C10.5 20.6642 10.1642 21 9.75 21C9.33579 21 9 20.6642 9 20.25C9 19.8358 9.33579 19.5 9.75 19.5C10.1642 19.5 10.5 19.8358 10.5 20.25Z",
1002
- stroke: "currentColor",
1003
- strokeLinecap: "round",
1004
- strokeLinejoin: "round",
1005
- strokeWidth: "1.5",
1006
- key: "0"
1007
- }],
1008
- ["path", {
1009
- d: "M19 20.25C19 20.6642 18.6642 21 18.25 21C17.8358 21 17.5 20.6642 17.5 20.25C17.5 19.8358 17.8358 19.5 18.25 19.5C18.6642 19.5 19 19.8358 19 20.25Z",
1010
- stroke: "currentColor",
1011
- strokeLinecap: "round",
1012
- strokeLinejoin: "round",
1013
- strokeWidth: "1.5",
1014
- key: "1"
1015
- }],
1016
- ["path", {
1017
- d: "M2 3H2.20664C3.53124 3 4.19354 3 4.6255 3.40221C5.05746 3.80441 5.10464 4.46503 5.19902 5.78626L5.45035 9.30496C5.5924 11.2936 5.66342 12.2879 5.96476 13.0961C6.62531 14.8677 8.08229 16.2244 9.89648 16.757C10.7241 17 11.7267 17 13.7317 17C15.8373 17 16.89 17 17.7417 16.7416C19.6593 16.1599 21.1599 14.6593 21.7416 12.7417C22 11.89 22 10.8433 22 8.75C22 8.05222 22 7.70333 21.9139 7.41943C21.72 6.78023 21.2198 6.28002 20.5806 6.08612C20.2967 6 19.9478 6 19.25 6H5.5",
1018
- stroke: "currentColor",
1019
- strokeLinecap: "round",
1020
- strokeLinejoin: "round",
1021
- strokeWidth: "1.5",
1022
- key: "2"
1023
- }],
1024
- ["path", {
1025
- d: "M16 10V13M11 10V13",
1026
- stroke: "currentColor",
1027
- strokeLinecap: "round",
1028
- strokeLinejoin: "round",
1029
- strokeWidth: "1.5",
1030
- key: "3"
1031
- }]
1032
- ], ce = [["path", {
1033
- d: "M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z",
1034
- stroke: "currentColor",
1035
- strokeWidth: "1.5",
1036
- key: "0"
1037
- }]], le = [["path", {
1038
- d: "M13.7276 3.44418L15.4874 6.99288C15.7274 7.48687 16.3673 7.9607 16.9073 8.05143L20.0969 8.58575C22.1367 8.92853 22.6167 10.4206 21.1468 11.8925L18.6671 14.3927C18.2471 14.8161 18.0172 15.6327 18.1471 16.2175L18.8571 19.3125C19.417 21.7623 18.1271 22.71 15.9774 21.4296L12.9877 19.6452C12.4478 19.3226 11.5579 19.3226 11.0079 19.6452L8.01827 21.4296C5.8785 22.71 4.57865 21.7522 5.13859 19.3125L5.84851 16.2175C5.97849 15.6327 5.74852 14.8161 5.32856 14.3927L2.84884 11.8925C1.389 10.4206 1.85895 8.92853 3.89872 8.58575L7.08837 8.05143C7.61831 7.9607 8.25824 7.48687 8.49821 6.99288L10.258 3.44418C11.2179 1.51861 12.7777 1.51861 13.7276 3.44418Z",
1039
- stroke: "currentColor",
1040
- strokeLinecap: "round",
1041
- strokeLinejoin: "round",
1042
- strokeWidth: "1.5",
1043
- key: "0"
1044
- }]], ue = [["path", {
1045
- d: "M16.9991 12C16.9991 14.7614 14.7605 17 11.9991 17C9.23766 17 6.99908 14.7614 6.99908 12C6.99908 9.23858 9.23766 7 11.9991 7C14.7605 7 16.9991 9.23858 16.9991 12Z",
1046
- stroke: "currentColor",
1047
- strokeLinecap: "round",
1048
- strokeLinejoin: "round",
1049
- strokeWidth: "1.5",
1050
- key: "0"
1051
- }], ["path", {
1052
- d: "M12.1247 3.25H11.9997M12.1242 20.75H11.9992M20.75 12.125V12M3.25 12.125V12M18.2752 5.90098L18.1868 5.81259M5.90051 18.275L5.81212 18.1866M18.0987 18.2756L18.187 18.1872M5.72429 5.9012L5.81267 5.81282M12.2497 3.25C12.2497 3.38807 12.1378 3.5 11.9997 3.5C11.8616 3.5 11.7497 3.38807 11.7497 3.25C11.7497 3.11193 11.8616 3 11.9997 3C12.1378 3 12.2497 3.11193 12.2497 3.25ZM12.2492 20.75C12.2492 20.8881 12.1373 21 11.9992 21C11.8611 21 11.7492 20.8881 11.7492 20.75C11.7492 20.6119 11.8611 20.5 11.9992 20.5C12.1373 20.5 12.2492 20.6119 12.2492 20.75ZM20.75 12.25C20.6119 12.25 20.5 12.1381 20.5 12C20.5 11.8619 20.6119 11.75 20.75 11.75C20.8881 11.75 21 11.8619 21 12C21 12.1381 20.8881 12.25 20.75 12.25ZM3.25 12.25C3.11193 12.25 3 12.1381 3 12C3 11.8619 3.11193 11.75 3.25 11.75C3.38807 11.75 3.5 11.8619 3.5 12C3.5 12.1381 3.38807 12.25 3.25 12.25ZM18.3636 5.98937C18.266 6.087 18.1077 6.087 18.01 5.98937C17.9124 5.89174 17.9124 5.73345 18.01 5.63582C18.1077 5.53819 18.266 5.53819 18.3636 5.63582C18.4612 5.73345 18.4612 5.89174 18.3636 5.98937ZM5.9889 18.3634C5.89127 18.461 5.73297 18.461 5.63534 18.3634C5.53771 18.2658 5.53771 18.1075 5.63534 18.0099C5.73297 17.9122 5.89127 17.9122 5.9889 18.0099C6.08653 18.1075 6.08653 18.2658 5.9889 18.3634ZM18.0103 18.364C17.9126 18.2663 17.9126 18.108 18.0103 18.0104C18.1079 17.9128 18.2662 17.9128 18.3638 18.0104C18.4614 18.108 18.4614 18.2663 18.3638 18.364C18.2662 18.4616 18.1079 18.4616 18.0103 18.364ZM5.6359 5.98959C5.53827 5.89196 5.53827 5.73367 5.6359 5.63604C5.73353 5.53841 5.89182 5.53841 5.98945 5.63604C6.08708 5.73367 6.08708 5.89196 5.98945 5.98959C5.89182 6.08722 5.73353 6.08722 5.6359 5.98959Z",
1053
- stroke: "currentColor",
1054
- strokeLinecap: "round",
1055
- strokeLinejoin: "round",
1056
- strokeWidth: "1.5",
1057
- key: "1"
1058
- }]], de = [
1059
- ["circle", {
1060
- cx: "1.5",
1061
- cy: "1.5",
1062
- r: "1.5",
1063
- transform: "matrix(1 0 0 -1 16 8.00024)",
1064
- stroke: "currentColor",
1065
- strokeLinecap: "round",
1066
- strokeLinejoin: "round",
1067
- strokeWidth: "1.5",
1068
- key: "0"
1069
- }],
1070
- ["path", {
1071
- d: "M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z",
1072
- stroke: "currentColor",
1073
- strokeWidth: "1.5",
1074
- key: "1"
1075
- }],
1076
- ["path", {
1077
- d: "M7.00002 14.0002L10 17.0002",
1078
- stroke: "currentColor",
1079
- strokeLinecap: "round",
1080
- strokeLinejoin: "round",
1081
- strokeWidth: "1.5",
1082
- key: "2"
1083
- }]
1084
- ], fe = [
1085
- ["path", {
1086
- d: "M15.1312 2.5C14.1462 2.17555 13.0936 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.9548 21.8396 9.94704 21.5422 9",
1087
- stroke: "currentColor",
1088
- strokeLinecap: "round",
1089
- strokeWidth: "1.5",
1090
- key: "0"
1091
- }],
1092
- ["path", {
1093
- d: "M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7",
1094
- stroke: "currentColor",
1095
- strokeLinecap: "round",
1096
- strokeLinejoin: "round",
1097
- strokeWidth: "1.5",
1098
- key: "1"
1099
- }],
1100
- ["path", {
1101
- d: "M19.5 4.5L12 12M19.5 4.5V2M19.5 4.5H22",
1102
- stroke: "currentColor",
1103
- strokeLinecap: "round",
1104
- strokeWidth: "1.5",
1105
- key: "2"
1106
- }]
1107
- ], pe = [["path", {
1108
- d: "M4.00004 17C4.00004 17 9.99999 12.5811 10 11C10 9.41884 4 5 4 5",
1109
- stroke: "currentColor",
1110
- strokeLinecap: "round",
1111
- strokeLinejoin: "round",
1112
- strokeWidth: "1.5",
1113
- key: "0"
1114
- }], ["path", {
1115
- d: "M12 19H20",
1116
- stroke: "currentColor",
1117
- strokeLinecap: "round",
1118
- strokeLinejoin: "round",
1119
- strokeWidth: "1.5",
1120
- key: "1"
1121
- }]], me = [["path", {
1122
- d: "M5 14L8.5 17.5L19 6.5",
1123
- stroke: "currentColor",
1124
- strokeLinecap: "round",
1125
- strokeLinejoin: "round",
1126
- strokeWidth: "1.5",
1127
- key: "0"
1128
- }]], Q = [["path", {
1129
- d: "M2.99994 17C2.99994 17.93 2.99994 18.395 3.10216 18.7765C3.37956 19.8117 4.18821 20.6204 5.22348 20.8978C5.60498 21 6.06997 21 6.99994 21L16.9999 21C17.9299 21 18.3949 21 18.7764 20.8978C19.8117 20.6204 20.6203 19.8117 20.8977 18.7765C20.9999 18.395 20.9999 17.93 20.9999 17",
1130
- stroke: "currentColor",
1131
- strokeLinecap: "round",
1132
- strokeLinejoin: "round",
1133
- strokeWidth: "1.5",
1134
- key: "0"
1135
- }], ["path", {
1136
- d: "M16.5 7.49993C16.5 7.49993 13.1858 2.99997 12 2.99996C10.8141 2.99995 7.50002 7.49996 7.50002 7.49996M12 3.99996V16",
1137
- stroke: "currentColor",
1138
- strokeLinecap: "round",
1139
- strokeLinejoin: "round",
1140
- strokeWidth: "1.5",
1141
- key: "1"
1142
- }]], he = [
1143
- ["path", {
1144
- d: "M15.5 11C15.5 9.067 13.933 7.5 12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.933 10.067 14.5 12 14.5C13.933 14.5 15.5 12.933 15.5 11Z",
1145
- stroke: "currentColor",
1146
- strokeLinecap: "round",
1147
- strokeLinejoin: "round",
1148
- strokeWidth: "1.5",
1149
- key: "0"
1150
- }],
1151
- ["path", {
1152
- d: "M15.4827 11.3499C15.8047 11.4475 16.1462 11.5 16.5 11.5C18.433 11.5 20 9.933 20 8C20 6.067 18.433 4.5 16.5 4.5C14.6851 4.5 13.1928 5.8814 13.0173 7.65013",
1153
- stroke: "currentColor",
1154
- strokeLinecap: "round",
1155
- strokeLinejoin: "round",
1156
- strokeWidth: "1.5",
1157
- key: "1"
1158
- }],
1159
- ["path", {
1160
- d: "M10.9827 7.65013C10.8072 5.8814 9.31492 4.5 7.5 4.5C5.567 4.5 4 6.067 4 8C4 9.933 5.567 11.5 7.5 11.5C7.85381 11.5 8.19535 11.4475 8.51727 11.3499",
1161
- stroke: "currentColor",
1162
- strokeLinecap: "round",
1163
- strokeLinejoin: "round",
1164
- strokeWidth: "1.5",
1165
- key: "2"
1166
- }],
1167
- ["path", {
1168
- d: "M22 16.5C22 13.7386 19.5376 11.5 16.5 11.5",
1169
- stroke: "currentColor",
1170
- strokeLinecap: "round",
1171
- strokeLinejoin: "round",
1172
- strokeWidth: "1.5",
1173
- key: "3"
1174
- }],
1175
- ["path", {
1176
- d: "M17.5 19.5C17.5 16.7386 15.0376 14.5 12 14.5C8.96243 14.5 6.5 16.7386 6.5 19.5",
1177
- stroke: "currentColor",
1178
- strokeLinecap: "round",
1179
- strokeLinejoin: "round",
1180
- strokeWidth: "1.5",
1181
- key: "4"
1182
- }],
1183
- ["path", {
1184
- d: "M7.5 11.5C4.46243 11.5 2 13.7386 2 16.5",
1185
- stroke: "currentColor",
1186
- strokeLinecap: "round",
1187
- strokeLinejoin: "round",
1188
- strokeWidth: "1.5",
1189
- key: "5"
1190
- }]
1191
- ], ge = [["path", {
1192
- d: "M17 8.5C17 5.73858 14.7614 3.5 12 3.5C9.23858 3.5 7 5.73858 7 8.5C7 11.2614 9.23858 13.5 12 13.5C14.7614 13.5 17 11.2614 17 8.5Z",
1193
- stroke: "currentColor",
1194
- strokeLinecap: "round",
1195
- strokeLinejoin: "round",
1196
- strokeWidth: "1.5",
1197
- key: "0"
1198
- }], ["path", {
1199
- d: "M19 20.5C19 16.634 15.866 13.5 12 13.5C8.13401 13.5 5 16.634 5 20.5",
1200
- stroke: "currentColor",
1201
- strokeLinecap: "round",
1202
- strokeLinejoin: "round",
1203
- strokeWidth: "1.5",
1204
- key: "1"
1205
- }]], _e = [
1206
- ["path", {
1207
- d: "M22 8C22 8 18 14 12 14C6 14 2 8 2 8",
1208
- stroke: "currentColor",
1209
- strokeLinecap: "round",
1210
- strokeWidth: "1.5",
1211
- key: "0"
1212
- }],
1213
- ["path", {
1214
- d: "M15 13.5L16.5 16",
1215
- stroke: "currentColor",
1216
- strokeLinecap: "round",
1217
- strokeLinejoin: "round",
1218
- strokeWidth: "1.5",
1219
- key: "1"
1220
- }],
1221
- ["path", {
1222
- d: "M20 11L22 13",
1223
- stroke: "currentColor",
1224
- strokeLinecap: "round",
1225
- strokeLinejoin: "round",
1226
- strokeWidth: "1.5",
1227
- key: "2"
1228
- }],
1229
- ["path", {
1230
- d: "M2 13L4 11",
1231
- stroke: "currentColor",
1232
- strokeLinecap: "round",
1233
- strokeLinejoin: "round",
1234
- strokeWidth: "1.5",
1235
- key: "3"
1236
- }],
1237
- ["path", {
1238
- d: "M9 13.5L7.5 16",
1239
- stroke: "currentColor",
1240
- strokeLinecap: "round",
1241
- strokeLinejoin: "round",
1242
- strokeWidth: "1.5",
1243
- key: "4"
1244
- }]
1245
- ], ve = [["path", {
1246
- d: "M21.544 11.045C21.848 11.4713 22 11.6845 22 12C22 12.3155 21.848 12.5287 21.544 12.955C20.1779 14.8706 16.6892 19 12 19C7.31078 19 3.8221 14.8706 2.45604 12.955C2.15201 12.5287 2 12.3155 2 12C2 11.6845 2.15201 11.4713 2.45604 11.045C3.8221 9.12944 7.31078 5 12 5C16.6892 5 20.1779 9.12944 21.544 11.045Z",
1247
- stroke: "currentColor",
1248
- strokeWidth: "1.5",
1249
- key: "0"
1250
- }], ["path", {
1251
- d: "M15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12Z",
1252
- stroke: "currentColor",
1253
- strokeWidth: "1.5",
1254
- key: "1"
1255
- }]], ye = [
1256
- ["path", {
1257
- d: "M9 5C9 3.58579 9 2.87868 9.43934 2.43934C9.87868 2 10.5858 2 12 2C13.4142 2 14.1213 2 14.5607 2.43934C15 2.87868 15 3.58579 15 5C15 6.41421 15 7.12132 14.5607 7.56066C14.1213 8 13.4142 8 12 8C10.5858 8 9.87868 8 9.43934 7.56066C9 7.12132 9 6.41421 9 5Z",
1258
- stroke: "currentColor",
1259
- strokeWidth: "1.5",
1260
- key: "0"
1261
- }],
1262
- ["path", {
1263
- d: "M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z",
1264
- stroke: "currentColor",
1265
- strokeWidth: "1.5",
1266
- key: "1"
1267
- }],
1268
- ["path", {
1269
- d: "M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z",
1270
- stroke: "currentColor",
1271
- strokeWidth: "1.5",
1272
- key: "2"
1273
- }],
1274
- ["path", {
1275
- d: "M12 8V9M12 9C12 9.93188 12 10.3978 12.1776 10.7654C12.4144 11.2554 12.8687 11.6448 13.4404 11.8478C13.8692 12 14.4128 12 15.5 12C16.5872 12 17.1308 12 17.5596 12.1522C18.1313 12.3552 18.5856 12.7446 18.8224 13.2346C19 13.6022 19 14.0681 19 15V16M12 9C12 9.93188 12 10.3978 11.8224 10.7654C11.5856 11.2554 11.1313 11.6448 10.5596 11.8478C10.1308 12 9.5872 12 8.5 12C7.4128 12 6.8692 12 6.44041 12.1522C5.86867 12.3552 5.41443 12.7446 5.17761 13.2346C5 13.6022 5 14.0681 5 15V16",
1276
- stroke: "currentColor",
1277
- strokeLinecap: "round",
1278
- strokeLinejoin: "round",
1279
- strokeWidth: "1.5",
1280
- key: "3"
1281
- }]
1282
- ], be = [
1283
- ["path", {
1284
- d: "M20.3584 13.3567C19.1689 14.546 16.9308 14.4998 13.4992 14.4998C11.2914 14.4998 9.50138 12.7071 9.50024 10.4993C9.50024 7.07001 9.454 4.83065 10.6435 3.64138C11.8329 2.45212 12.3583 2.50027 17.6274 2.50027C18.1366 2.49809 18.3929 3.11389 18.0329 3.47394L15.3199 6.18714C14.6313 6.87582 14.6294 7.99233 15.3181 8.68092C16.0068 9.36952 17.1234 9.36959 17.8122 8.68109L20.5259 5.96855C20.886 5.60859 21.5019 5.86483 21.4997 6.37395C21.4997 11.6422 21.5479 12.1675 20.3584 13.3567Z",
1285
- stroke: "currentColor",
1286
- strokeWidth: "1.5",
1287
- key: "0"
1288
- }],
1289
- ["path", {
1290
- d: "M13.5 14.5L7.32842 20.6716C6.22386 21.7761 4.433 21.7761 3.32843 20.6716C2.22386 19.567 2.22386 17.7761 3.32843 16.6716L9.5 10.5",
1291
- stroke: "currentColor",
1292
- strokeLinecap: "round",
1293
- strokeWidth: "1.5",
1294
- key: "1"
1295
- }],
1296
- ["path", {
1297
- d: "M5.50896 18.5H5.5",
1298
- stroke: "currentColor",
1299
- strokeLinecap: "round",
1300
- strokeLinejoin: "round",
1301
- strokeWidth: "2",
1302
- key: "2"
1303
- }]
1304
- ], xe = [["path", {
1305
- d: "M8.62814 12.6736H8.16918C6.68545 12.6736 5.94358 12.6736 5.62736 12.1844C5.31114 11.6953 5.61244 11.0138 6.21504 9.65083L8.02668 5.55323C8.57457 4.314 8.84852 3.69438 9.37997 3.34719C9.91142 3 10.5859 3 11.935 3H14.0244C15.6632 3 16.4826 3 16.7916 3.53535C17.1007 4.0707 16.6942 4.78588 15.8811 6.21623L14.8092 8.10188C14.405 8.81295 14.2029 9.16849 14.2057 9.45952C14.2094 9.83775 14.4105 10.1862 14.7354 10.377C14.9854 10.5239 15.3927 10.5239 16.2074 10.5239C17.2373 10.5239 17.7523 10.5239 18.0205 10.7022C18.3689 10.9338 18.5513 11.3482 18.4874 11.7632C18.4382 12.0826 18.0918 12.4656 17.399 13.2317L11.8639 19.3523C10.7767 20.5545 10.2331 21.1556 9.86807 20.9654C9.50303 20.7751 9.67833 19.9822 10.0289 18.3962L10.7157 15.2896C10.9826 14.082 11.1161 13.4782 10.7951 13.0759C10.4741 12.6736 9.85877 12.6736 8.62814 12.6736Z",
1306
- stroke: "currentColor",
1307
- strokeLinejoin: "round",
1308
- strokeWidth: "1.5",
1309
- key: "0"
1310
- }]], Se = {
1311
- xmlns: "http://www.w3.org/2000/svg",
1312
- width: 24,
1313
- height: 24,
1314
- viewBox: "0 0 24 24",
1315
- fill: "none"
1316
- }, $ = t(({ color: t = "currentColor", size: n = 24, strokeWidth: r, absoluteStrokeWidth: i = !1, className: a = "", altIcon: o, showAlt: s = !1, icon: c, primaryColor: l, secondaryColor: u, disableSecondaryOpacity: d = !1, ...f }, p) => {
1317
- let m = r === void 0 ? void 0 : i ? Number(r) * 24 / Number(n) : r, h = m === void 0 ? {} : {
1318
- strokeWidth: m,
1319
- stroke: "currentColor"
1320
- };
1321
- return e("svg", {
1322
- ref: p,
1323
- ...Se,
1324
- width: n,
1325
- height: n,
1326
- color: l || t,
1327
- className: a,
1328
- ...h,
1329
- ...f
1330
- }, [...s && o ? o : c].sort(([, e], [, t]) => {
1331
- let n = e.opacity !== void 0;
1332
- return t.opacity === void 0 ? n ? -1 : 0 : 1;
1333
- }).map(([n, r]) => {
1334
- let i = r.opacity !== void 0, a = i && !d ? r.opacity : void 0, o = u ? { ...r.stroke === void 0 ? { fill: i ? u : l || t } : { stroke: i ? u : l || t } } : {};
1335
- return e(n, {
1336
- ...r,
1337
- ...h,
1338
- ...o,
1339
- opacity: a,
1340
- key: r.key
1341
- });
1342
- }));
1343
- });
1344
- $.displayName = "HugeiconsIcon";
1345
- //#endregion
1346
- export { K as $, be as A, A as B, X as C, ge as D, me as E, ce as F, i as G, U as H, b as I, ve as J, f as K, ye as L, Z as M, q as N, te as O, v as P, ne as Q, E as R, V as S, F as T, d as U, pe as V, B as W, N as X, g as Y, p as Z, G as _, y as _t, h as a, a as at, Y as b, L as bt, O as c, xe as ct, _ as d, s as dt, Q as et, W as f, oe as ft, ie as g, le as gt, x as h, z as ht, n as i, ae as it, o as j, S as k, T as l, H as lt, I as m, ue as mt, se as n, u as nt, l as o, m as ot, P as p, de as pt, fe as q, r, R as rt, M as s, C as st, $ as t, he as tt, _e as u, re as ut, k as v, ee as vt, J as w, D as x, c as y, w as yt, j as z };