veloce-vue 0.21.0 → 0.23.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 (236) hide show
  1. package/_virtual/_plugin-vue_export-helper.js +9 -0
  2. package/components/Accordion.vue.js +91 -0
  3. package/components/Accordion.vue2.js +4 -0
  4. package/components/Badge.vue.d.ts +1 -0
  5. package/components/Badge.vue.js +47 -0
  6. package/components/Badge.vue2.js +4 -0
  7. package/components/Button.vue.d.ts +7 -8
  8. package/components/Button.vue.js +7 -0
  9. package/components/Button.vue2.js +114 -0
  10. package/components/Checkbox.vue.d.ts +6 -7
  11. package/components/Checkbox.vue.js +98 -0
  12. package/components/Checkbox.vue2.js +4 -0
  13. package/components/Chip.vue.d.ts +6 -7
  14. package/components/Chip.vue.js +61 -0
  15. package/components/Chip.vue2.js +4 -0
  16. package/components/Drawer.vue.js +94 -0
  17. package/components/Drawer.vue2.js +4 -0
  18. package/components/Fieldset.vue.d.ts +6 -7
  19. package/components/Fieldset.vue.js +49 -0
  20. package/components/Fieldset.vue2.js +4 -0
  21. package/components/Input.vue.d.ts +11 -12
  22. package/components/Input.vue.js +106 -0
  23. package/components/Input.vue2.js +4 -0
  24. package/components/JsonRenderer.vue.js +63 -0
  25. package/components/JsonRenderer.vue2.js +4 -0
  26. package/components/Layout.vue.d.ts +7 -17
  27. package/components/Layout.vue.js +69 -0
  28. package/components/Layout.vue2.js +4 -0
  29. package/components/Message.vue.d.ts +6 -7
  30. package/components/Message.vue.js +109 -0
  31. package/components/Message.vue2.js +4 -0
  32. package/components/MiniEditor.vue.js +132 -0
  33. package/components/MiniEditor.vue2.js +4 -0
  34. package/components/Modal.vue.js +73 -0
  35. package/components/Modal.vue2.js +4 -0
  36. package/components/Popover.vue.js +78 -0
  37. package/components/Popover.vue2.js +4 -0
  38. package/components/ProgressBar.vue.js +51 -0
  39. package/components/ProgressBar.vue2.js +4 -0
  40. package/components/ProgressSpinner.vue.js +47 -0
  41. package/components/ProgressSpinner.vue2.js +4 -0
  42. package/components/RangeSlider.vue.js +61 -0
  43. package/components/RangeSlider.vue2.js +4 -0
  44. package/components/Select.vue.js +129 -0
  45. package/components/Select.vue2.js +4 -0
  46. package/components/Separator.vue.d.ts +6 -7
  47. package/components/Separator.vue.js +74 -0
  48. package/components/Separator.vue2.js +4 -0
  49. package/components/Skeleton.vue.js +7 -0
  50. package/components/Skeleton.vue2.js +24 -0
  51. package/components/Switch.vue.js +48 -0
  52. package/components/Switch.vue2.js +4 -0
  53. package/components/Tooltip.vue.js +35 -0
  54. package/components/Tooltip.vue2.js +4 -0
  55. package/components/icon/Icon.vue.d.ts +2 -3
  56. package/components/icon/Icon.vue.js +21 -0
  57. package/components/icon/Icon.vue2.js +4 -0
  58. package/components/icon/icons.d.ts +139 -142
  59. package/components/typography/Blockquote.vue.js +55 -0
  60. package/components/typography/Blockquote.vue2.js +4 -0
  61. package/components/typography/Code.vue.js +74 -0
  62. package/components/typography/Code.vue2.js +4 -0
  63. package/components/typography/H1.vue.js +55 -0
  64. package/components/typography/H1.vue2.js +4 -0
  65. package/components/typography/H2.vue.js +55 -0
  66. package/components/typography/H2.vue2.js +4 -0
  67. package/components/typography/H3.vue.js +55 -0
  68. package/components/typography/H3.vue2.js +4 -0
  69. package/components/typography/H4.vue.js +55 -0
  70. package/components/typography/H4.vue2.js +4 -0
  71. package/components/typography/H5.vue.js +55 -0
  72. package/components/typography/H5.vue2.js +4 -0
  73. package/components/typography/H6.vue.js +55 -0
  74. package/components/typography/H6.vue2.js +4 -0
  75. package/components/typography/Label.vue.js +61 -0
  76. package/components/typography/Label.vue2.js +4 -0
  77. package/components/typography/List.vue.js +60 -0
  78. package/components/typography/List.vue2.js +4 -0
  79. package/components/typography/P.vue.js +55 -0
  80. package/components/typography/P.vue2.js +4 -0
  81. package/components/typography/Span.vue.js +55 -0
  82. package/components/typography/Span.vue2.js +4 -0
  83. package/config.js +2 -14
  84. package/exports/icons.d.ts +2 -1
  85. package/exports/toast.d.ts +1 -1
  86. package/exports/types.d.ts +3 -3
  87. package/icons/Alert.vue.js +31 -0
  88. package/icons/AlertCircle.vue.js +31 -0
  89. package/icons/Archive.vue.js +33 -0
  90. package/icons/ArrowDown.vue.js +26 -0
  91. package/icons/ArrowLeft.vue.js +26 -0
  92. package/icons/ArrowRight.vue.js +26 -0
  93. package/icons/ArrowUp.vue.js +26 -0
  94. package/icons/AtSign.vue.js +30 -0
  95. package/icons/Bell.vue.js +26 -0
  96. package/icons/Bold.vue.js +20 -0
  97. package/icons/Bookmark.vue.js +25 -0
  98. package/icons/Camera.vue.js +30 -0
  99. package/icons/Check.vue.js +20 -0
  100. package/icons/CheckCircle.vue.js +26 -0
  101. package/icons/CheckSquare.vue.js +26 -0
  102. package/icons/ChevronDown.vue.js +20 -0
  103. package/icons/ChevronLeft.vue.js +25 -0
  104. package/icons/ChevronRight.vue.js +25 -0
  105. package/icons/ChevronUp.vue.js +25 -0
  106. package/icons/Circle.vue.js +29 -0
  107. package/icons/Clock.vue.js +30 -0
  108. package/icons/Close.vue.js +20 -0
  109. package/icons/Cloud.vue.js +25 -0
  110. package/icons/CloudDownload.vue.js +27 -0
  111. package/icons/CloudUpload.vue.js +27 -0
  112. package/icons/Code.vue.js +26 -0
  113. package/icons/Command.vue.js +26 -0
  114. package/icons/Copy.vue.js +33 -0
  115. package/icons/CreditCard.vue.js +32 -0
  116. package/icons/Database.vue.js +32 -0
  117. package/icons/Download.vue.js +27 -0
  118. package/icons/Edit.vue.js +26 -0
  119. package/icons/ExternalLink.vue.js +27 -0
  120. package/icons/Eye.vue.js +30 -0
  121. package/icons/EyeOff.vue.js +26 -0
  122. package/icons/FastForward.vue.js +26 -0
  123. package/icons/File.vue.js +26 -0
  124. package/icons/FileAudio.vue.js +17 -0
  125. package/icons/FileImage.vue.js +27 -0
  126. package/icons/FilePdf.vue.js +17 -0
  127. package/icons/FileText.vue.js +17 -0
  128. package/icons/FileVideo.vue.js +27 -0
  129. package/icons/FileZip.vue.js +17 -0
  130. package/icons/Filter.vue.js +25 -0
  131. package/icons/Folder.vue.js +25 -0
  132. package/icons/FolderOpen.vue.js +25 -0
  133. package/icons/FolderPlus.vue.js +27 -0
  134. package/icons/Grid.vue.js +33 -0
  135. package/icons/Hamburger.vue.js +24 -0
  136. package/icons/Hash.vue.js +17 -0
  137. package/icons/Heart.vue.js +25 -0
  138. package/icons/HelpCircle.vue.js +31 -0
  139. package/icons/Highlight.vue.js +20 -0
  140. package/icons/Home.vue.js +26 -0
  141. package/icons/Image.vue.js +38 -0
  142. package/icons/Inbox.vue.js +26 -0
  143. package/icons/Info.vue.js +31 -0
  144. package/icons/Italic.vue.js +24 -0
  145. package/icons/Key.vue.js +31 -0
  146. package/icons/Layout.vue.js +33 -0
  147. package/icons/Link.vue.js +26 -0
  148. package/icons/Link2.vue.js +27 -0
  149. package/icons/List.vue.js +17 -0
  150. package/icons/Loading.vue.js +33 -0
  151. package/icons/Lock.vue.js +33 -0
  152. package/icons/LogIn.vue.js +27 -0
  153. package/icons/LogOut.vue.js +27 -0
  154. package/icons/Mail.vue.js +32 -0
  155. package/icons/Maximize.vue.js +25 -0
  156. package/icons/Menu.vue.js +42 -0
  157. package/icons/MessageCircle.vue.js +25 -0
  158. package/icons/MessageSquare.vue.js +25 -0
  159. package/icons/Mic.vue.js +17 -0
  160. package/icons/MicOff.vue.js +17 -0
  161. package/icons/Minimize.vue.js +25 -0
  162. package/icons/Minus.vue.js +25 -0
  163. package/icons/Moon.vue.js +24 -0
  164. package/icons/MoreHorizontal.vue.js +39 -0
  165. package/icons/MoreVertical.vue.js +39 -0
  166. package/icons/Move.vue.js +17 -0
  167. package/icons/Package.vue.js +17 -0
  168. package/icons/Paperclip.vue.js +25 -0
  169. package/icons/Pause.vue.js +36 -0
  170. package/icons/Phone.vue.js +25 -0
  171. package/icons/Play.vue.js +25 -0
  172. package/icons/Plus.vue.js +26 -0
  173. package/icons/Printer.vue.js +27 -0
  174. package/icons/RadioButton.vue.js +34 -0
  175. package/icons/RefreshCw.vue.js +17 -0
  176. package/icons/Repeat.vue.js +17 -0
  177. package/icons/Rewind.vue.js +26 -0
  178. package/icons/RotateCcw.vue.js +26 -0
  179. package/icons/RotateCw.vue.js +26 -0
  180. package/icons/Save.vue.js +26 -0
  181. package/icons/Scissors.vue.js +17 -0
  182. package/icons/Search.vue.js +30 -0
  183. package/icons/Send.vue.js +26 -0
  184. package/icons/Server.vue.js +17 -0
  185. package/icons/Settings.vue.js +30 -0
  186. package/icons/Share.vue.js +27 -0
  187. package/icons/Shield.vue.js +25 -0
  188. package/icons/Shuffle.vue.js +17 -0
  189. package/icons/Sidebar.vue.js +32 -0
  190. package/icons/SkipBack.vue.js +31 -0
  191. package/icons/SkipForward.vue.js +31 -0
  192. package/icons/Slider.vue.js +17 -0
  193. package/icons/Sliders.vue.js +17 -0
  194. package/icons/SortAsc.vue.js +17 -0
  195. package/icons/SortDesc.vue.js +17 -0
  196. package/icons/Square.vue.js +31 -0
  197. package/icons/Star.vue.js +25 -0
  198. package/icons/Stop.vue.js +31 -0
  199. package/icons/Sun.vue.js +20 -0
  200. package/icons/Tag.vue.js +31 -0
  201. package/icons/Tags.vue.js +27 -0
  202. package/icons/Terminal.vue.js +31 -0
  203. package/icons/ThumbsDown.vue.js +26 -0
  204. package/icons/ThumbsUp.vue.js +26 -0
  205. package/icons/ToggleLeft.vue.js +36 -0
  206. package/icons/ToggleRight.vue.js +36 -0
  207. package/icons/Trash.vue.js +27 -0
  208. package/icons/Trash2.vue.js +17 -0
  209. package/icons/Unlink.vue.js +17 -0
  210. package/icons/Unlock.vue.js +33 -0
  211. package/icons/Upload.vue.js +27 -0
  212. package/icons/User.vue.js +30 -0
  213. package/icons/Users.vue.js +31 -0
  214. package/icons/Video.vue.js +32 -0
  215. package/icons/VideoOff.vue.js +27 -0
  216. package/icons/Volume.vue.js +26 -0
  217. package/icons/Volume1.vue.js +26 -0
  218. package/icons/Volume2.vue.js +26 -0
  219. package/icons/VolumeMute.vue.js +25 -0
  220. package/icons/VolumeX.vue.js +27 -0
  221. package/icons/X.vue.js +26 -0
  222. package/icons/XCircle.vue.js +31 -0
  223. package/icons/Zap.vue.js +25 -0
  224. package/icons/ZoomIn.vue.js +17 -0
  225. package/icons/ZoomOut.vue.js +31 -0
  226. package/icons.js +280 -4
  227. package/package.json +6 -1
  228. package/ui.js +45 -8345
  229. package/utils/config.js +16 -0
  230. package/utils/margin.js +77 -0
  231. package/utils/padding.js +77 -0
  232. package/utils/typography.js +66 -0
  233. package/utils/useRandomId.js +10 -0
  234. package/veloce.css +1 -1
  235. package/components/icon/index.d.ts +0 -6
  236. package/index-BLYh_r9b.js +0 -2977
package/index-BLYh_r9b.js DELETED
@@ -1,2977 +0,0 @@
1
- import { createElementBlock as r, openBlock as e, createElementVNode as n, createStaticVNode as i, defineComponent as a, computed as h, createBlock as _, renderSlot as g, resolveDynamicComponent as u, normalizeClass as p } from "vue";
2
- const s = (o, t) => {
3
- const l = o.__vccOpts || o;
4
- for (const [c, d] of t)
5
- l[c] = d;
6
- return l;
7
- }, f = {}, x = {
8
- xmlns: "http://www.w3.org/2000/svg",
9
- width: "24",
10
- height: "24",
11
- viewBox: "0 0 24 24"
12
- };
13
- function v(o, t) {
14
- return e(), r("svg", x, [...t[0] || (t[0] = [
15
- n("g", { fill: "none" }, [
16
- n("path", {
17
- fill: "currentColor",
18
- "fill-opacity": "0.16",
19
- d: "M10.575 5.217L3.517 17a1.667 1.667 0 0 0 1.425 2.5h14.116a1.666 1.666 0 0 0 1.425-2.5L13.426 5.217a1.666 1.666 0 0 0-2.85 0"
20
- }),
21
- n("path", {
22
- stroke: "currentColor",
23
- "stroke-linecap": "round",
24
- "stroke-linejoin": "round",
25
- "stroke-miterlimit": "10",
26
- "stroke-width": "1.5",
27
- d: "M12 16h.008M12 10v3m-1.425-7.783L3.517 17a1.667 1.667 0 0 0 1.425 2.5h14.116a1.666 1.666 0 0 0 1.425-2.5L13.426 5.217a1.666 1.666 0 0 0-2.85 0"
28
- })
29
- ], -1)
30
- ])]);
31
- }
32
- const k = /* @__PURE__ */ s(f, [["render", v]]), m = {}, $ = {
33
- xmlns: "http://www.w3.org/2000/svg",
34
- width: "24",
35
- height: "24",
36
- viewBox: "0 0 24 24"
37
- };
38
- function M(o, t) {
39
- return e(), r("svg", $, [...t[0] || (t[0] = [
40
- n("g", {
41
- fill: "none",
42
- stroke: "currentColor",
43
- "stroke-linecap": "round",
44
- "stroke-linejoin": "round",
45
- "stroke-width": "2"
46
- }, [
47
- n("circle", {
48
- cx: "12",
49
- cy: "12",
50
- r: "10"
51
- }),
52
- n("path", { d: "M12 8v4" }),
53
- n("path", { d: "M12 16h.01" })
54
- ], -1)
55
- ])]);
56
- }
57
- const y = /* @__PURE__ */ s(m, [["render", M]]), C = {}, B = {
58
- xmlns: "http://www.w3.org/2000/svg",
59
- width: "24",
60
- height: "24",
61
- viewBox: "0 0 24 24"
62
- };
63
- function j(o, t) {
64
- return e(), r("svg", B, [...t[0] || (t[0] = [
65
- n("g", {
66
- fill: "none",
67
- stroke: "currentColor",
68
- "stroke-linecap": "round",
69
- "stroke-linejoin": "round",
70
- "stroke-width": "2"
71
- }, [
72
- n("rect", {
73
- width: "20",
74
- height: "5",
75
- x: "2",
76
- y: "3",
77
- rx: "1"
78
- }),
79
- n("path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }),
80
- n("path", { d: "M10 12h4" })
81
- ], -1)
82
- ])]);
83
- }
84
- const H = /* @__PURE__ */ s(C, [["render", j]]), V = {}, L = {
85
- xmlns: "http://www.w3.org/2000/svg",
86
- width: "24",
87
- height: "24",
88
- viewBox: "0 0 24 24"
89
- };
90
- function z(o, t) {
91
- return e(), r("svg", L, [...t[0] || (t[0] = [
92
- n("g", {
93
- fill: "none",
94
- stroke: "currentColor",
95
- "stroke-linecap": "round",
96
- "stroke-linejoin": "round",
97
- "stroke-width": "2"
98
- }, [
99
- n("path", { d: "M12 5v14" }),
100
- n("path", { d: "m19 12l-7 7l-7-7" })
101
- ], -1)
102
- ])]);
103
- }
104
- const A = /* @__PURE__ */ s(V, [["render", z]]), S = {}, b = {
105
- xmlns: "http://www.w3.org/2000/svg",
106
- width: "24",
107
- height: "24",
108
- viewBox: "0 0 24 24"
109
- };
110
- function Z(o, t) {
111
- return e(), r("svg", b, [...t[0] || (t[0] = [
112
- n("g", {
113
- fill: "none",
114
- stroke: "currentColor",
115
- "stroke-linecap": "round",
116
- "stroke-linejoin": "round",
117
- "stroke-width": "2"
118
- }, [
119
- n("path", { d: "m12 19l-7-7l7-7" }),
120
- n("path", { d: "M19 12H5" })
121
- ], -1)
122
- ])]);
123
- }
124
- const F = /* @__PURE__ */ s(S, [["render", Z]]), q = {}, I = {
125
- xmlns: "http://www.w3.org/2000/svg",
126
- width: "24",
127
- height: "24",
128
- viewBox: "0 0 24 24"
129
- };
130
- function T(o, t) {
131
- return e(), r("svg", I, [...t[0] || (t[0] = [
132
- n("g", {
133
- fill: "none",
134
- stroke: "currentColor",
135
- "stroke-linecap": "round",
136
- "stroke-linejoin": "round",
137
- "stroke-width": "2"
138
- }, [
139
- n("path", { d: "M5 12h14" }),
140
- n("path", { d: "m12 5l7 7l-7 7" })
141
- ], -1)
142
- ])]);
143
- }
144
- const P = /* @__PURE__ */ s(q, [["render", T]]), R = {}, U = {
145
- xmlns: "http://www.w3.org/2000/svg",
146
- width: "24",
147
- height: "24",
148
- viewBox: "0 0 24 24"
149
- };
150
- function D(o, t) {
151
- return e(), r("svg", U, [...t[0] || (t[0] = [
152
- n("g", {
153
- fill: "none",
154
- stroke: "currentColor",
155
- "stroke-linecap": "round",
156
- "stroke-linejoin": "round",
157
- "stroke-width": "2"
158
- }, [
159
- n("path", { d: "m5 12l7-7l7 7" }),
160
- n("path", { d: "M12 19V5" })
161
- ], -1)
162
- ])]);
163
- }
164
- const O = /* @__PURE__ */ s(R, [["render", D]]), E = {}, N = {
165
- xmlns: "http://www.w3.org/2000/svg",
166
- width: "24",
167
- height: "24",
168
- viewBox: "0 0 24 24"
169
- };
170
- function X(o, t) {
171
- return e(), r("svg", N, [...t[0] || (t[0] = [
172
- n("g", {
173
- fill: "none",
174
- stroke: "currentColor",
175
- "stroke-linecap": "round",
176
- "stroke-linejoin": "round",
177
- "stroke-width": "2"
178
- }, [
179
- n("circle", {
180
- cx: "12",
181
- cy: "12",
182
- r: "4"
183
- }),
184
- n("path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" })
185
- ], -1)
186
- ])]);
187
- }
188
- const G = /* @__PURE__ */ s(E, [["render", X]]), K = {}, J = {
189
- xmlns: "http://www.w3.org/2000/svg",
190
- width: "24",
191
- height: "24",
192
- viewBox: "0 0 24 24"
193
- };
194
- function Q(o, t) {
195
- return e(), r("svg", J, [...t[0] || (t[0] = [
196
- n("g", {
197
- fill: "none",
198
- stroke: "currentColor",
199
- "stroke-linecap": "round",
200
- "stroke-linejoin": "round",
201
- "stroke-width": "2"
202
- }, [
203
- n("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
204
- n("path", { d: "M13.73 21a2 2 0 0 1-3.46 0" })
205
- ], -1)
206
- ])]);
207
- }
208
- const W = /* @__PURE__ */ s(K, [["render", Q]]), Y = {}, tt = {
209
- xmlns: "http://www.w3.org/2000/svg",
210
- width: "24",
211
- height: "24",
212
- viewBox: "0 0 24 24"
213
- };
214
- function nt(o, t) {
215
- return e(), r("svg", tt, [...t[0] || (t[0] = [
216
- n("g", {
217
- fill: "none",
218
- stroke: "currentColor",
219
- "stroke-linecap": "round",
220
- "stroke-linejoin": "round",
221
- "stroke-width": "2"
222
- }, [
223
- n("path", { d: "m19 21l-7-4l-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" })
224
- ], -1)
225
- ])]);
226
- }
227
- const ot = /* @__PURE__ */ s(Y, [["render", nt]]), et = {}, rt = {
228
- xmlns: "http://www.w3.org/2000/svg",
229
- width: "24",
230
- height: "24",
231
- viewBox: "0 0 24 24"
232
- };
233
- function st(o, t) {
234
- return e(), r("svg", rt, [...t[0] || (t[0] = [
235
- n("g", {
236
- fill: "none",
237
- stroke: "currentColor",
238
- "stroke-linecap": "round",
239
- "stroke-linejoin": "round",
240
- "stroke-width": "2"
241
- }, [
242
- n("path", { d: "M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z" }),
243
- n("circle", {
244
- cx: "12",
245
- cy: "13",
246
- r: "3"
247
- })
248
- ], -1)
249
- ])]);
250
- }
251
- const it = /* @__PURE__ */ s(et, [["render", st]]), lt = {}, ct = {
252
- xmlns: "http://www.w3.org/2000/svg",
253
- width: "24",
254
- height: "24",
255
- viewBox: "0 0 24 24"
256
- };
257
- function dt(o, t) {
258
- return e(), r("svg", ct, [...t[0] || (t[0] = [
259
- n("path", {
260
- fill: "currentColor",
261
- d: "m9.55 15.15l8.475-8.475q.3-.3.7-.3t.7.3t.3.713t-.3.712l-9.175 9.2q-.3.3-.7.3t-.7-.3L4.55 13q-.3-.3-.288-.712t.313-.713t.713-.3t.712.3z"
262
- }, null, -1)
263
- ])]);
264
- }
265
- const ht = /* @__PURE__ */ s(lt, [["render", dt]]), wt = {}, at = {
266
- xmlns: "http://www.w3.org/2000/svg",
267
- width: "24",
268
- height: "24",
269
- viewBox: "0 0 24 24"
270
- };
271
- function _t(o, t) {
272
- return e(), r("svg", at, [...t[0] || (t[0] = [
273
- n("g", {
274
- fill: "none",
275
- stroke: "currentColor",
276
- "stroke-linecap": "round",
277
- "stroke-linejoin": "round",
278
- "stroke-width": "2"
279
- }, [
280
- n("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }),
281
- n("path", { d: "m9 11l3 3L22 4" })
282
- ], -1)
283
- ])]);
284
- }
285
- const gt = /* @__PURE__ */ s(wt, [["render", _t]]), ut = {}, pt = {
286
- xmlns: "http://www.w3.org/2000/svg",
287
- width: "24",
288
- height: "24",
289
- viewBox: "0 0 24 24"
290
- };
291
- function ft(o, t) {
292
- return e(), r("svg", pt, [...t[0] || (t[0] = [
293
- n("g", {
294
- fill: "none",
295
- stroke: "currentColor",
296
- "stroke-linecap": "round",
297
- "stroke-linejoin": "round",
298
- "stroke-width": "2"
299
- }, [
300
- n("path", { d: "m9 11l3 3L22 4" }),
301
- n("path", { d: "M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11" })
302
- ], -1)
303
- ])]);
304
- }
305
- const xt = /* @__PURE__ */ s(ut, [["render", ft]]), vt = {}, kt = {
306
- xmlns: "http://www.w3.org/2000/svg",
307
- width: "24",
308
- height: "24",
309
- viewBox: "-5 -8 24 24"
310
- };
311
- function mt(o, t) {
312
- return e(), r("svg", kt, [...t[0] || (t[0] = [
313
- n("path", {
314
- fill: "currentColor",
315
- d: "m7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364z"
316
- }, null, -1)
317
- ])]);
318
- }
319
- const $t = /* @__PURE__ */ s(vt, [["render", mt]]), Mt = {}, yt = {
320
- xmlns: "http://www.w3.org/2000/svg",
321
- width: "24",
322
- height: "24",
323
- viewBox: "0 0 24 24"
324
- };
325
- function Ct(o, t) {
326
- return e(), r("svg", yt, [...t[0] || (t[0] = [
327
- n("g", {
328
- fill: "none",
329
- stroke: "currentColor",
330
- "stroke-linecap": "round",
331
- "stroke-linejoin": "round",
332
- "stroke-width": "2"
333
- }, [
334
- n("path", { d: "m15 18l-6-6l6-6" })
335
- ], -1)
336
- ])]);
337
- }
338
- const Bt = /* @__PURE__ */ s(Mt, [["render", Ct]]), jt = {}, Ht = {
339
- xmlns: "http://www.w3.org/2000/svg",
340
- width: "24",
341
- height: "24",
342
- viewBox: "0 0 24 24"
343
- };
344
- function Vt(o, t) {
345
- return e(), r("svg", Ht, [...t[0] || (t[0] = [
346
- n("g", {
347
- fill: "none",
348
- stroke: "currentColor",
349
- "stroke-linecap": "round",
350
- "stroke-linejoin": "round",
351
- "stroke-width": "2"
352
- }, [
353
- n("path", { d: "m9 18l6-6l-6-6" })
354
- ], -1)
355
- ])]);
356
- }
357
- const Lt = /* @__PURE__ */ s(jt, [["render", Vt]]), zt = {}, At = {
358
- xmlns: "http://www.w3.org/2000/svg",
359
- width: "24",
360
- height: "24",
361
- viewBox: "0 0 24 24"
362
- };
363
- function St(o, t) {
364
- return e(), r("svg", At, [...t[0] || (t[0] = [
365
- n("g", {
366
- fill: "none",
367
- stroke: "currentColor",
368
- "stroke-linecap": "round",
369
- "stroke-linejoin": "round",
370
- "stroke-width": "2"
371
- }, [
372
- n("path", { d: "m18 15l-6-6l-6 6" })
373
- ], -1)
374
- ])]);
375
- }
376
- const bt = /* @__PURE__ */ s(zt, [["render", St]]), Zt = {}, Ft = {
377
- xmlns: "http://www.w3.org/2000/svg",
378
- width: "24",
379
- height: "24",
380
- viewBox: "0 0 24 24"
381
- };
382
- function qt(o, t) {
383
- return e(), r("svg", Ft, [...t[0] || (t[0] = [
384
- n("g", {
385
- fill: "none",
386
- stroke: "currentColor",
387
- "stroke-linecap": "round",
388
- "stroke-linejoin": "round",
389
- "stroke-width": "2"
390
- }, [
391
- n("circle", {
392
- cx: "12",
393
- cy: "12",
394
- r: "10"
395
- })
396
- ], -1)
397
- ])]);
398
- }
399
- const It = /* @__PURE__ */ s(Zt, [["render", qt]]), Tt = {}, Pt = {
400
- xmlns: "http://www.w3.org/2000/svg",
401
- width: "24",
402
- height: "24",
403
- viewBox: "0 0 24 24"
404
- };
405
- function Rt(o, t) {
406
- return e(), r("svg", Pt, [...t[0] || (t[0] = [
407
- n("g", {
408
- fill: "none",
409
- stroke: "currentColor",
410
- "stroke-linecap": "round",
411
- "stroke-linejoin": "round",
412
- "stroke-width": "2"
413
- }, [
414
- n("circle", {
415
- cx: "12",
416
- cy: "12",
417
- r: "10"
418
- }),
419
- n("path", { d: "M12 6v6l4 2" })
420
- ], -1)
421
- ])]);
422
- }
423
- const Ut = /* @__PURE__ */ s(Tt, [["render", Rt]]), Dt = {}, Ot = {
424
- xmlns: "http://www.w3.org/2000/svg",
425
- width: "24",
426
- height: "24",
427
- viewBox: "0 0 24 24"
428
- };
429
- function Et(o, t) {
430
- return e(), r("svg", Ot, [...t[0] || (t[0] = [
431
- n("path", {
432
- fill: "currentColor",
433
- d: "m12 13.4l-4.9 4.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l4.9-4.9l-4.9-4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l4.9 4.9l4.9-4.9q.275-.275.7-.275t.7.275t.275.7t-.275.7L13.4 12l4.9 4.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275z"
434
- }, null, -1)
435
- ])]);
436
- }
437
- const Nt = /* @__PURE__ */ s(Dt, [["render", Et]]), Xt = {}, Gt = {
438
- xmlns: "http://www.w3.org/2000/svg",
439
- width: "24",
440
- height: "24",
441
- viewBox: "0 0 24 24"
442
- };
443
- function Kt(o, t) {
444
- return e(), r("svg", Gt, [...t[0] || (t[0] = [
445
- n("g", {
446
- fill: "none",
447
- stroke: "currentColor",
448
- "stroke-linecap": "round",
449
- "stroke-linejoin": "round",
450
- "stroke-width": "2"
451
- }, [
452
- n("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
453
- ], -1)
454
- ])]);
455
- }
456
- const Jt = /* @__PURE__ */ s(Xt, [["render", Kt]]), Qt = {}, Wt = {
457
- xmlns: "http://www.w3.org/2000/svg",
458
- width: "24",
459
- height: "24",
460
- viewBox: "0 0 24 24"
461
- };
462
- function Yt(o, t) {
463
- return e(), r("svg", Wt, [...t[0] || (t[0] = [
464
- n("g", {
465
- fill: "none",
466
- stroke: "currentColor",
467
- "stroke-linecap": "round",
468
- "stroke-linejoin": "round",
469
- "stroke-width": "2"
470
- }, [
471
- n("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
472
- n("path", { d: "M12 12v9" }),
473
- n("path", { d: "m8 17l4 4l4-4" })
474
- ], -1)
475
- ])]);
476
- }
477
- const tn = /* @__PURE__ */ s(Qt, [["render", Yt]]), nn = {}, on = {
478
- xmlns: "http://www.w3.org/2000/svg",
479
- width: "24",
480
- height: "24",
481
- viewBox: "0 0 24 24"
482
- };
483
- function en(o, t) {
484
- return e(), r("svg", on, [...t[0] || (t[0] = [
485
- n("g", {
486
- fill: "none",
487
- stroke: "currentColor",
488
- "stroke-linecap": "round",
489
- "stroke-linejoin": "round",
490
- "stroke-width": "2"
491
- }, [
492
- n("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
493
- n("path", { d: "M12 12v9" }),
494
- n("path", { d: "m16 16l-4-4l-4 4" })
495
- ], -1)
496
- ])]);
497
- }
498
- const rn = /* @__PURE__ */ s(nn, [["render", en]]), sn = {}, ln = {
499
- xmlns: "http://www.w3.org/2000/svg",
500
- width: "24",
501
- height: "24",
502
- viewBox: "0 0 24 24"
503
- };
504
- function cn(o, t) {
505
- return e(), r("svg", ln, [...t[0] || (t[0] = [
506
- n("g", {
507
- fill: "none",
508
- stroke: "currentColor",
509
- "stroke-linecap": "round",
510
- "stroke-linejoin": "round",
511
- "stroke-width": "2"
512
- }, [
513
- n("polyline", { points: "16 18 22 12 16 6" }),
514
- n("polyline", { points: "8 6 2 12 8 18" })
515
- ], -1)
516
- ])]);
517
- }
518
- const dn = /* @__PURE__ */ s(sn, [["render", cn]]), hn = {}, wn = {
519
- xmlns: "http://www.w3.org/2000/svg",
520
- width: "24",
521
- height: "24",
522
- viewBox: "0 0 24 24"
523
- };
524
- function an(o, t) {
525
- return e(), r("svg", wn, [...t[0] || (t[0] = [
526
- n("g", {
527
- fill: "none",
528
- stroke: "currentColor",
529
- "stroke-linecap": "round",
530
- "stroke-linejoin": "round",
531
- "stroke-width": "2"
532
- }, [
533
- n("path", { d: "M18 3a3 3 0 0 0-3 3a12 12 0 0 1-9 9a3 3 0 0 0 0-6a12 12 0 0 1 9-9a3 3 0 0 0-3-3z" }),
534
- n("path", { d: "M18 21a3 3 0 0 1-3-3a12 12 0 0 0-9-9a3 3 0 1 1 0-6a12 12 0 0 0 9-9a3 3 0 0 1 3 3" })
535
- ], -1)
536
- ])]);
537
- }
538
- const _n = /* @__PURE__ */ s(hn, [["render", an]]), gn = {}, un = {
539
- xmlns: "http://www.w3.org/2000/svg",
540
- width: "24",
541
- height: "24",
542
- viewBox: "0 0 24 24"
543
- };
544
- function pn(o, t) {
545
- return e(), r("svg", un, [...t[0] || (t[0] = [
546
- n("g", {
547
- fill: "none",
548
- stroke: "currentColor",
549
- "stroke-linecap": "round",
550
- "stroke-linejoin": "round",
551
- "stroke-width": "2"
552
- }, [
553
- n("rect", {
554
- width: "14",
555
- height: "14",
556
- x: "8",
557
- y: "8",
558
- rx: "2",
559
- ry: "2"
560
- }),
561
- n("path", { d: "M4 16c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2" })
562
- ], -1)
563
- ])]);
564
- }
565
- const fn = /* @__PURE__ */ s(gn, [["render", pn]]), xn = {}, vn = {
566
- xmlns: "http://www.w3.org/2000/svg",
567
- width: "24",
568
- height: "24",
569
- viewBox: "0 0 24 24"
570
- };
571
- function kn(o, t) {
572
- return e(), r("svg", vn, [...t[0] || (t[0] = [
573
- n("g", {
574
- fill: "none",
575
- stroke: "currentColor",
576
- "stroke-linecap": "round",
577
- "stroke-linejoin": "round",
578
- "stroke-width": "2"
579
- }, [
580
- n("rect", {
581
- width: "20",
582
- height: "14",
583
- x: "2",
584
- y: "5",
585
- rx: "2"
586
- }),
587
- n("path", { d: "M2 10h20" })
588
- ], -1)
589
- ])]);
590
- }
591
- const mn = /* @__PURE__ */ s(xn, [["render", kn]]), $n = {}, Mn = {
592
- xmlns: "http://www.w3.org/2000/svg",
593
- width: "24",
594
- height: "24",
595
- viewBox: "0 0 24 24"
596
- };
597
- function yn(o, t) {
598
- return e(), r("svg", Mn, [...t[0] || (t[0] = [
599
- n("g", {
600
- fill: "none",
601
- stroke: "currentColor",
602
- "stroke-linecap": "round",
603
- "stroke-linejoin": "round",
604
- "stroke-width": "2"
605
- }, [
606
- n("ellipse", {
607
- cx: "12",
608
- cy: "5",
609
- rx: "9",
610
- ry: "3"
611
- }),
612
- n("path", { d: "M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" }),
613
- n("path", { d: "M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" })
614
- ], -1)
615
- ])]);
616
- }
617
- const Cn = /* @__PURE__ */ s($n, [["render", yn]]), Bn = {}, jn = {
618
- xmlns: "http://www.w3.org/2000/svg",
619
- width: "24",
620
- height: "24",
621
- viewBox: "0 0 24 24"
622
- };
623
- function Hn(o, t) {
624
- return e(), r("svg", jn, [...t[0] || (t[0] = [
625
- n("g", {
626
- fill: "none",
627
- stroke: "currentColor",
628
- "stroke-linecap": "round",
629
- "stroke-linejoin": "round",
630
- "stroke-width": "2"
631
- }, [
632
- n("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
633
- n("path", { d: "M7 10l5 5l5-5" }),
634
- n("path", { d: "M12 15V3" })
635
- ], -1)
636
- ])]);
637
- }
638
- const Vn = /* @__PURE__ */ s(Bn, [["render", Hn]]), Ln = {}, zn = {
639
- xmlns: "http://www.w3.org/2000/svg",
640
- width: "24",
641
- height: "24",
642
- viewBox: "0 0 24 24"
643
- };
644
- function An(o, t) {
645
- return e(), r("svg", zn, [...t[0] || (t[0] = [
646
- n("g", {
647
- fill: "none",
648
- stroke: "currentColor",
649
- "stroke-linecap": "round",
650
- "stroke-linejoin": "round",
651
- "stroke-width": "2"
652
- }, [
653
- n("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }),
654
- n("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1l1-4l9.5-9.5z" })
655
- ], -1)
656
- ])]);
657
- }
658
- const Sn = /* @__PURE__ */ s(Ln, [["render", An]]), bn = {}, Zn = {
659
- xmlns: "http://www.w3.org/2000/svg",
660
- width: "24",
661
- height: "24",
662
- viewBox: "0 0 24 24"
663
- };
664
- function Fn(o, t) {
665
- return e(), r("svg", Zn, [...t[0] || (t[0] = [
666
- n("g", {
667
- fill: "none",
668
- stroke: "currentColor",
669
- "stroke-linecap": "round",
670
- "stroke-linejoin": "round",
671
- "stroke-width": "2"
672
- }, [
673
- n("path", { d: "M15 3h6v6" }),
674
- n("path", { d: "M10 14L21 3" }),
675
- n("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
676
- ], -1)
677
- ])]);
678
- }
679
- const qn = /* @__PURE__ */ s(bn, [["render", Fn]]), In = {}, Tn = {
680
- xmlns: "http://www.w3.org/2000/svg",
681
- width: "24",
682
- height: "24",
683
- viewBox: "0 0 24 24"
684
- };
685
- function Pn(o, t) {
686
- return e(), r("svg", Tn, [...t[0] || (t[0] = [
687
- n("g", {
688
- fill: "none",
689
- stroke: "currentColor",
690
- "stroke-linecap": "round",
691
- "stroke-linejoin": "round",
692
- "stroke-width": "2"
693
- }, [
694
- n("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 19.876 0a1 1 0 0 1 0 .696a10.75 10.75 0 0 1-19.876 0" }),
695
- n("circle", {
696
- cx: "12",
697
- cy: "12",
698
- r: "3"
699
- })
700
- ], -1)
701
- ])]);
702
- }
703
- const Rn = /* @__PURE__ */ s(In, [["render", Pn]]), Un = {}, Dn = {
704
- xmlns: "http://www.w3.org/2000/svg",
705
- width: "24",
706
- height: "24",
707
- viewBox: "0 0 24 24"
708
- };
709
- function On(o, t) {
710
- return e(), r("svg", Dn, [...t[0] || (t[0] = [
711
- n("g", {
712
- fill: "none",
713
- stroke: "currentColor",
714
- "stroke-linecap": "round",
715
- "stroke-linejoin": "round",
716
- "stroke-width": "2"
717
- }, [
718
- n("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575a1 1 0 0 1 0 .696a10.8 10.8 0 0 1-1.444 2.49m-6.41-.679a3 3 0 0 1-4.242-4.242" }),
719
- n("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151a1 1 0 0 1 0-.696a10.75 10.75 0 0 1 4.446-5.143M2 2l20 20" })
720
- ], -1)
721
- ])]);
722
- }
723
- const En = /* @__PURE__ */ s(Un, [["render", On]]), Nn = {}, Xn = {
724
- xmlns: "http://www.w3.org/2000/svg",
725
- width: "24",
726
- height: "24",
727
- viewBox: "0 0 24 24"
728
- };
729
- function Gn(o, t) {
730
- return e(), r("svg", Xn, [...t[0] || (t[0] = [
731
- n("g", {
732
- fill: "none",
733
- stroke: "currentColor",
734
- "stroke-linecap": "round",
735
- "stroke-linejoin": "round",
736
- "stroke-width": "2"
737
- }, [
738
- n("polygon", { points: "13 19 22 12 13 5 13 19" }),
739
- n("polygon", { points: "2 19 11 12 2 5 2 19" })
740
- ], -1)
741
- ])]);
742
- }
743
- const Kn = /* @__PURE__ */ s(Nn, [["render", Gn]]), Jn = {}, Qn = {
744
- xmlns: "http://www.w3.org/2000/svg",
745
- width: "24",
746
- height: "24",
747
- viewBox: "0 0 24 24"
748
- };
749
- function Wn(o, t) {
750
- return e(), r("svg", Qn, [...t[0] || (t[0] = [
751
- n("g", {
752
- fill: "none",
753
- stroke: "currentColor",
754
- "stroke-linecap": "round",
755
- "stroke-linejoin": "round",
756
- "stroke-width": "2"
757
- }, [
758
- n("path", { d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" }),
759
- n("path", { d: "M14 2v6h6" })
760
- ], -1)
761
- ])]);
762
- }
763
- const Yn = /* @__PURE__ */ s(Jn, [["render", Wn]]), to = {}, no = {
764
- xmlns: "http://www.w3.org/2000/svg",
765
- width: "24",
766
- height: "24",
767
- viewBox: "0 0 24 24"
768
- };
769
- function oo(o, t) {
770
- return e(), r("svg", no, [...t[0] || (t[0] = [
771
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><path d="M14 2v6h6"></path><path d="M10 20a3 3 0 1 0 0-6"></path><path d="M10 14v6"></path></g>', 1)
772
- ])]);
773
- }
774
- const eo = /* @__PURE__ */ s(to, [["render", oo]]), ro = {}, so = {
775
- xmlns: "http://www.w3.org/2000/svg",
776
- width: "24",
777
- height: "24",
778
- viewBox: "0 0 24 24"
779
- };
780
- function io(o, t) {
781
- return e(), r("svg", so, [...t[0] || (t[0] = [
782
- n("g", {
783
- fill: "none",
784
- stroke: "currentColor",
785
- "stroke-linecap": "round",
786
- "stroke-linejoin": "round",
787
- "stroke-width": "2"
788
- }, [
789
- n("path", { d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" }),
790
- n("path", { d: "M14 2v6h6" }),
791
- n("path", { d: "m10 13.5l2.5-2.5L16 15l-6 6l-4-4z" })
792
- ], -1)
793
- ])]);
794
- }
795
- const lo = /* @__PURE__ */ s(ro, [["render", io]]), co = {}, ho = {
796
- xmlns: "http://www.w3.org/2000/svg",
797
- width: "24",
798
- height: "24",
799
- viewBox: "0 0 24 24"
800
- };
801
- function wo(o, t) {
802
- return e(), r("svg", ho, [...t[0] || (t[0] = [
803
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><path d="M14 2v6h6"></path><path d="M10 10v2"></path><path d="M10 14v2"></path><path d="M16 10h.01"></path><path d="M16 14h.01"></path></g>', 1)
804
- ])]);
805
- }
806
- const ao = /* @__PURE__ */ s(co, [["render", wo]]), _o = {}, go = {
807
- xmlns: "http://www.w3.org/2000/svg",
808
- width: "24",
809
- height: "24",
810
- viewBox: "0 0 24 24"
811
- };
812
- function uo(o, t) {
813
- return e(), r("svg", go, [...t[0] || (t[0] = [
814
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><path d="M14 2v6h6"></path><path d="M16 13H8"></path><path d="M16 17H8"></path><path d="M10 9H8"></path></g>', 1)
815
- ])]);
816
- }
817
- const po = /* @__PURE__ */ s(_o, [["render", uo]]), fo = {}, xo = {
818
- xmlns: "http://www.w3.org/2000/svg",
819
- width: "24",
820
- height: "24",
821
- viewBox: "0 0 24 24"
822
- };
823
- function vo(o, t) {
824
- return e(), r("svg", xo, [...t[0] || (t[0] = [
825
- n("g", {
826
- fill: "none",
827
- stroke: "currentColor",
828
- "stroke-linecap": "round",
829
- "stroke-linejoin": "round",
830
- "stroke-width": "2"
831
- }, [
832
- n("path", { d: "M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z" }),
833
- n("path", { d: "M14 2v6h6" }),
834
- n("path", { d: "m10 11l5 3l-5 3v-6z" })
835
- ], -1)
836
- ])]);
837
- }
838
- const ko = /* @__PURE__ */ s(fo, [["render", vo]]), mo = {}, $o = {
839
- xmlns: "http://www.w3.org/2000/svg",
840
- width: "24",
841
- height: "24",
842
- viewBox: "0 0 24 24"
843
- };
844
- function Mo(o, t) {
845
- return e(), r("svg", $o, [...t[0] || (t[0] = [
846
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><path d="M14 2v6h6"></path><path d="M10 10h4"></path><path d="M10 14h4"></path></g>', 1)
847
- ])]);
848
- }
849
- const yo = /* @__PURE__ */ s(mo, [["render", Mo]]), Co = {}, Bo = {
850
- xmlns: "http://www.w3.org/2000/svg",
851
- width: "24",
852
- height: "24",
853
- viewBox: "0 0 24 24"
854
- };
855
- function jo(o, t) {
856
- return e(), r("svg", Bo, [...t[0] || (t[0] = [
857
- n("g", {
858
- fill: "none",
859
- stroke: "currentColor",
860
- "stroke-linecap": "round",
861
- "stroke-linejoin": "round",
862
- "stroke-width": "2"
863
- }, [
864
- n("path", { d: "M22 3H2l8 9.46V19l4 2v-8.54L22 3z" })
865
- ], -1)
866
- ])]);
867
- }
868
- const Ho = /* @__PURE__ */ s(Co, [["render", jo]]), Vo = {}, Lo = {
869
- xmlns: "http://www.w3.org/2000/svg",
870
- width: "24",
871
- height: "24",
872
- viewBox: "0 0 24 24"
873
- };
874
- function zo(o, t) {
875
- return e(), r("svg", Lo, [...t[0] || (t[0] = [
876
- n("g", {
877
- fill: "none",
878
- stroke: "currentColor",
879
- "stroke-linecap": "round",
880
- "stroke-linejoin": "round",
881
- "stroke-width": "2"
882
- }, [
883
- n("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" })
884
- ], -1)
885
- ])]);
886
- }
887
- const Ao = /* @__PURE__ */ s(Vo, [["render", zo]]), So = {}, bo = {
888
- xmlns: "http://www.w3.org/2000/svg",
889
- width: "24",
890
- height: "24",
891
- viewBox: "0 0 24 24"
892
- };
893
- function Zo(o, t) {
894
- return e(), r("svg", bo, [...t[0] || (t[0] = [
895
- n("g", {
896
- fill: "none",
897
- stroke: "currentColor",
898
- "stroke-linecap": "round",
899
- "stroke-linejoin": "round",
900
- "stroke-width": "2"
901
- }, [
902
- n("path", { d: "m6 14l1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" })
903
- ], -1)
904
- ])]);
905
- }
906
- const Fo = /* @__PURE__ */ s(So, [["render", Zo]]), qo = {}, Io = {
907
- xmlns: "http://www.w3.org/2000/svg",
908
- width: "24",
909
- height: "24",
910
- viewBox: "0 0 24 24"
911
- };
912
- function To(o, t) {
913
- return e(), r("svg", Io, [...t[0] || (t[0] = [
914
- n("g", {
915
- fill: "none",
916
- stroke: "currentColor",
917
- "stroke-linecap": "round",
918
- "stroke-linejoin": "round",
919
- "stroke-width": "2"
920
- }, [
921
- n("path", { d: "M12 10v6" }),
922
- n("path", { d: "M9 13h6" }),
923
- n("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" })
924
- ], -1)
925
- ])]);
926
- }
927
- const Po = /* @__PURE__ */ s(qo, [["render", To]]), Ro = {}, Uo = {
928
- xmlns: "http://www.w3.org/2000/svg",
929
- width: "24",
930
- height: "24",
931
- viewBox: "0 0 24 24"
932
- };
933
- function Do(o, t) {
934
- return e(), r("svg", Uo, [...t[0] || (t[0] = [
935
- n("g", {
936
- fill: "none",
937
- stroke: "currentColor",
938
- "stroke-linecap": "round",
939
- "stroke-linejoin": "round",
940
- "stroke-width": "2"
941
- }, [
942
- n("rect", {
943
- width: "18",
944
- height: "18",
945
- x: "3",
946
- y: "3",
947
- rx: "2"
948
- }),
949
- n("path", { d: "M3 9h18" }),
950
- n("path", { d: "M9 21V9" })
951
- ], -1)
952
- ])]);
953
- }
954
- const Oo = /* @__PURE__ */ s(Ro, [["render", Do]]), Eo = {}, No = {
955
- xmlns: "http://www.w3.org/2000/svg",
956
- width: "16",
957
- height: "16",
958
- viewBox: "0 0 16 16"
959
- };
960
- function Xo(o, t) {
961
- return e(), r("svg", No, [...t[0] || (t[0] = [
962
- n("path", {
963
- fill: "none",
964
- stroke: "currentColor",
965
- "stroke-linecap": "round",
966
- "stroke-linejoin": "round",
967
- "stroke-width": "1.5",
968
- d: "m2.75 12.25h10.5m-10.5-4h10.5m-10.5-4h10.5"
969
- }, null, -1)
970
- ])]);
971
- }
972
- const Go = /* @__PURE__ */ s(Eo, [["render", Xo]]), Ko = {}, Jo = {
973
- xmlns: "http://www.w3.org/2000/svg",
974
- width: "24",
975
- height: "24",
976
- viewBox: "0 0 24 24"
977
- };
978
- function Qo(o, t) {
979
- return e(), r("svg", Jo, [...t[0] || (t[0] = [
980
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="4" x2="20" y1="9" y2="9"></line><line x1="4" x2="20" y1="15" y2="15"></line><line x1="10" x2="8" y1="3" y2="21"></line><line x1="16" x2="14" y1="3" y2="21"></line></g>', 1)
981
- ])]);
982
- }
983
- const Wo = /* @__PURE__ */ s(Ko, [["render", Qo]]), Yo = {}, te = {
984
- xmlns: "http://www.w3.org/2000/svg",
985
- width: "24",
986
- height: "24",
987
- viewBox: "0 0 24 24"
988
- };
989
- function ne(o, t) {
990
- return e(), r("svg", te, [...t[0] || (t[0] = [
991
- n("g", {
992
- fill: "none",
993
- stroke: "currentColor",
994
- "stroke-linecap": "round",
995
- "stroke-linejoin": "round",
996
- "stroke-width": "2"
997
- }, [
998
- n("path", { d: "M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2c-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.51 4.04 3 5.5l7 7Z" })
999
- ], -1)
1000
- ])]);
1001
- }
1002
- const oe = /* @__PURE__ */ s(Yo, [["render", ne]]), ee = {}, re = {
1003
- xmlns: "http://www.w3.org/2000/svg",
1004
- width: "24",
1005
- height: "24",
1006
- viewBox: "0 0 24 24"
1007
- };
1008
- function se(o, t) {
1009
- return e(), r("svg", re, [...t[0] || (t[0] = [
1010
- n("g", {
1011
- fill: "none",
1012
- stroke: "currentColor",
1013
- "stroke-linecap": "round",
1014
- "stroke-linejoin": "round",
1015
- "stroke-width": "2"
1016
- }, [
1017
- n("circle", {
1018
- cx: "12",
1019
- cy: "12",
1020
- r: "10"
1021
- }),
1022
- n("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
1023
- n("path", { d: "M12 17h.01" })
1024
- ], -1)
1025
- ])]);
1026
- }
1027
- const ie = /* @__PURE__ */ s(ee, [["render", se]]), le = {}, ce = {
1028
- xmlns: "http://www.w3.org/2000/svg",
1029
- width: "24",
1030
- height: "24",
1031
- viewBox: "0 0 24 24"
1032
- };
1033
- function de(o, t) {
1034
- return e(), r("svg", ce, [...t[0] || (t[0] = [
1035
- n("g", {
1036
- fill: "none",
1037
- stroke: "currentColor",
1038
- "stroke-linecap": "round",
1039
- "stroke-linejoin": "round",
1040
- "stroke-width": "2"
1041
- }, [
1042
- n("path", { d: "m3 9l9-7l9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
1043
- n("path", { d: "M9 22V12h6v10" })
1044
- ], -1)
1045
- ])]);
1046
- }
1047
- const he = /* @__PURE__ */ s(le, [["render", de]]), we = {}, ae = {
1048
- xmlns: "http://www.w3.org/2000/svg",
1049
- width: "24",
1050
- height: "24",
1051
- viewBox: "0 0 24 24"
1052
- };
1053
- function _e(o, t) {
1054
- return e(), r("svg", ae, [...t[0] || (t[0] = [
1055
- n("g", {
1056
- fill: "none",
1057
- stroke: "currentColor",
1058
- "stroke-linecap": "round",
1059
- "stroke-linejoin": "round",
1060
- "stroke-width": "2"
1061
- }, [
1062
- n("rect", {
1063
- width: "18",
1064
- height: "18",
1065
- x: "3",
1066
- y: "3",
1067
- rx: "2",
1068
- ry: "2"
1069
- }),
1070
- n("circle", {
1071
- cx: "9",
1072
- cy: "9",
1073
- r: "2"
1074
- }),
1075
- n("path", { d: "m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21" })
1076
- ], -1)
1077
- ])]);
1078
- }
1079
- const ge = /* @__PURE__ */ s(we, [["render", _e]]), ue = {}, pe = {
1080
- xmlns: "http://www.w3.org/2000/svg",
1081
- width: "24",
1082
- height: "24",
1083
- viewBox: "0 0 24 24"
1084
- };
1085
- function fe(o, t) {
1086
- return e(), r("svg", pe, [...t[0] || (t[0] = [
1087
- n("g", {
1088
- fill: "none",
1089
- stroke: "currentColor",
1090
- "stroke-linecap": "round",
1091
- "stroke-linejoin": "round",
1092
- "stroke-width": "2"
1093
- }, [
1094
- n("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
1095
- n("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
1096
- ], -1)
1097
- ])]);
1098
- }
1099
- const xe = /* @__PURE__ */ s(ue, [["render", fe]]), ve = {}, ke = {
1100
- xmlns: "http://www.w3.org/2000/svg",
1101
- width: "24",
1102
- height: "24",
1103
- viewBox: "0 0 24 24"
1104
- };
1105
- function me(o, t) {
1106
- return e(), r("svg", ke, [...t[0] || (t[0] = [
1107
- n("g", {
1108
- fill: "none",
1109
- stroke: "currentColor",
1110
- "stroke-linecap": "round",
1111
- "stroke-linejoin": "round",
1112
- "stroke-width": "2"
1113
- }, [
1114
- n("circle", {
1115
- cx: "12",
1116
- cy: "12",
1117
- r: "10"
1118
- }),
1119
- n("path", { d: "M12 16v-4" }),
1120
- n("path", { d: "M12 8h.01" })
1121
- ], -1)
1122
- ])]);
1123
- }
1124
- const $e = /* @__PURE__ */ s(ve, [["render", me]]), Me = {}, ye = {
1125
- xmlns: "http://www.w3.org/2000/svg",
1126
- width: "24",
1127
- height: "24",
1128
- viewBox: "0 0 24 24"
1129
- };
1130
- function Ce(o, t) {
1131
- return e(), r("svg", ye, [...t[0] || (t[0] = [
1132
- n("g", {
1133
- fill: "none",
1134
- stroke: "currentColor",
1135
- "stroke-linecap": "round",
1136
- "stroke-linejoin": "round",
1137
- "stroke-width": "2"
1138
- }, [
1139
- n("circle", {
1140
- cx: "8",
1141
- cy: "15",
1142
- r: "4.5"
1143
- }),
1144
- n("path", { d: "m14.5 12.5l5-5" }),
1145
- n("path", { d: "M17.5 7.5l.5.5" })
1146
- ], -1)
1147
- ])]);
1148
- }
1149
- const Be = /* @__PURE__ */ s(Me, [["render", Ce]]), je = {}, He = {
1150
- xmlns: "http://www.w3.org/2000/svg",
1151
- width: "24",
1152
- height: "24",
1153
- viewBox: "0 0 24 24"
1154
- };
1155
- function Ve(o, t) {
1156
- return e(), r("svg", He, [...t[0] || (t[0] = [
1157
- n("g", {
1158
- fill: "none",
1159
- stroke: "currentColor",
1160
- "stroke-linecap": "round",
1161
- "stroke-linejoin": "round",
1162
- "stroke-width": "2"
1163
- }, [
1164
- n("rect", {
1165
- width: "18",
1166
- height: "18",
1167
- x: "3",
1168
- y: "3",
1169
- rx: "2"
1170
- }),
1171
- n("path", { d: "M3 9h18" }),
1172
- n("path", { d: "M9 21V9" })
1173
- ], -1)
1174
- ])]);
1175
- }
1176
- const Le = /* @__PURE__ */ s(je, [["render", Ve]]), ze = {}, Ae = {
1177
- xmlns: "http://www.w3.org/2000/svg",
1178
- width: "24",
1179
- height: "24",
1180
- viewBox: "0 0 24 24"
1181
- };
1182
- function Se(o, t) {
1183
- return e(), r("svg", Ae, [...t[0] || (t[0] = [
1184
- n("g", {
1185
- fill: "none",
1186
- stroke: "currentColor",
1187
- "stroke-linecap": "round",
1188
- "stroke-linejoin": "round",
1189
- "stroke-width": "2"
1190
- }, [
1191
- n("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
1192
- n("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
1193
- ], -1)
1194
- ])]);
1195
- }
1196
- const be = /* @__PURE__ */ s(ze, [["render", Se]]), Ze = {}, Fe = {
1197
- xmlns: "http://www.w3.org/2000/svg",
1198
- width: "24",
1199
- height: "24",
1200
- viewBox: "0 0 24 24"
1201
- };
1202
- function qe(o, t) {
1203
- return e(), r("svg", Fe, [...t[0] || (t[0] = [
1204
- n("g", {
1205
- fill: "none",
1206
- stroke: "currentColor",
1207
- "stroke-linecap": "round",
1208
- "stroke-linejoin": "round",
1209
- "stroke-width": "2"
1210
- }, [
1211
- n("path", { d: "M9 17H7A5 5 0 0 1 7 7h2" }),
1212
- n("path", { d: "M15 7h2a5 5 0 1 1 0 10h-2" }),
1213
- n("path", { d: "M8 12h8" })
1214
- ], -1)
1215
- ])]);
1216
- }
1217
- const Ie = /* @__PURE__ */ s(Ze, [["render", qe]]), Te = {}, Pe = {
1218
- xmlns: "http://www.w3.org/2000/svg",
1219
- width: "24",
1220
- height: "24",
1221
- viewBox: "0 0 24 24"
1222
- };
1223
- function Re(o, t) {
1224
- return e(), r("svg", Pe, [...t[0] || (t[0] = [
1225
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line></g>', 1)
1226
- ])]);
1227
- }
1228
- const Ue = /* @__PURE__ */ s(Te, [["render", Re]]), De = {}, Oe = {
1229
- xmlns: "http://www.w3.org/2000/svg",
1230
- width: "24",
1231
- height: "24",
1232
- viewBox: "0 0 24 24"
1233
- };
1234
- function Ee(o, t) {
1235
- return e(), r("svg", Oe, [...t[0] || (t[0] = [
1236
- n("path", {
1237
- fill: "currentColor",
1238
- d: "M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",
1239
- opacity: "0.25"
1240
- }, null, -1),
1241
- n("path", {
1242
- fill: "currentColor",
1243
- d: "M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z"
1244
- }, [
1245
- n("animateTransform", {
1246
- type: "rotate",
1247
- attributeName: "transform",
1248
- dur: "0.75s",
1249
- repeatCount: "indefinite",
1250
- values: "0 12 12;360 12 12"
1251
- })
1252
- ], -1)
1253
- ])]);
1254
- }
1255
- const Ne = /* @__PURE__ */ s(De, [["render", Ee]]), Xe = {}, Ge = {
1256
- xmlns: "http://www.w3.org/2000/svg",
1257
- width: "24",
1258
- height: "24",
1259
- viewBox: "0 0 24 24"
1260
- };
1261
- function Ke(o, t) {
1262
- return e(), r("svg", Ge, [...t[0] || (t[0] = [
1263
- n("g", {
1264
- fill: "none",
1265
- stroke: "currentColor",
1266
- "stroke-linecap": "round",
1267
- "stroke-linejoin": "round",
1268
- "stroke-width": "2"
1269
- }, [
1270
- n("rect", {
1271
- width: "18",
1272
- height: "11",
1273
- x: "3",
1274
- y: "11",
1275
- rx: "2",
1276
- ry: "2"
1277
- }),
1278
- n("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
1279
- ], -1)
1280
- ])]);
1281
- }
1282
- const Je = /* @__PURE__ */ s(Xe, [["render", Ke]]), Qe = {}, We = {
1283
- xmlns: "http://www.w3.org/2000/svg",
1284
- width: "24",
1285
- height: "24",
1286
- viewBox: "0 0 24 24"
1287
- };
1288
- function Ye(o, t) {
1289
- return e(), r("svg", We, [...t[0] || (t[0] = [
1290
- n("g", {
1291
- fill: "none",
1292
- stroke: "currentColor",
1293
- "stroke-linecap": "round",
1294
- "stroke-linejoin": "round",
1295
- "stroke-width": "2"
1296
- }, [
1297
- n("path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }),
1298
- n("path", { d: "m10 17l5-5l-5-5" }),
1299
- n("path", { d: "M15 12H3" })
1300
- ], -1)
1301
- ])]);
1302
- }
1303
- const tr = /* @__PURE__ */ s(Qe, [["render", Ye]]), nr = {}, or = {
1304
- xmlns: "http://www.w3.org/2000/svg",
1305
- width: "24",
1306
- height: "24",
1307
- viewBox: "0 0 24 24"
1308
- };
1309
- function er(o, t) {
1310
- return e(), r("svg", or, [...t[0] || (t[0] = [
1311
- n("g", {
1312
- fill: "none",
1313
- stroke: "currentColor",
1314
- "stroke-linecap": "round",
1315
- "stroke-linejoin": "round",
1316
- "stroke-width": "2"
1317
- }, [
1318
- n("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }),
1319
- n("path", { d: "m16 17l5-5l-5-5" }),
1320
- n("path", { d: "M21 12H9" })
1321
- ], -1)
1322
- ])]);
1323
- }
1324
- const rr = /* @__PURE__ */ s(nr, [["render", er]]), sr = {}, ir = {
1325
- xmlns: "http://www.w3.org/2000/svg",
1326
- width: "24",
1327
- height: "24",
1328
- viewBox: "0 0 24 24"
1329
- };
1330
- function lr(o, t) {
1331
- return e(), r("svg", ir, [...t[0] || (t[0] = [
1332
- n("g", {
1333
- fill: "none",
1334
- stroke: "currentColor",
1335
- "stroke-linecap": "round",
1336
- "stroke-linejoin": "round",
1337
- "stroke-width": "2"
1338
- }, [
1339
- n("rect", {
1340
- width: "20",
1341
- height: "16",
1342
- x: "2",
1343
- y: "4",
1344
- rx: "2"
1345
- }),
1346
- n("path", { d: "m22 7l-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" })
1347
- ], -1)
1348
- ])]);
1349
- }
1350
- const cr = /* @__PURE__ */ s(sr, [["render", lr]]), dr = {}, hr = {
1351
- xmlns: "http://www.w3.org/2000/svg",
1352
- width: "24",
1353
- height: "24",
1354
- viewBox: "0 0 24 24"
1355
- };
1356
- function wr(o, t) {
1357
- return e(), r("svg", hr, [...t[0] || (t[0] = [
1358
- n("g", {
1359
- fill: "none",
1360
- stroke: "currentColor",
1361
- "stroke-linecap": "round",
1362
- "stroke-linejoin": "round",
1363
- "stroke-width": "2"
1364
- }, [
1365
- n("path", { d: "M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3" })
1366
- ], -1)
1367
- ])]);
1368
- }
1369
- const ar = /* @__PURE__ */ s(dr, [["render", wr]]), _r = {}, gr = {
1370
- xmlns: "http://www.w3.org/2000/svg",
1371
- width: "24",
1372
- height: "24",
1373
- viewBox: "0 0 24 24"
1374
- };
1375
- function ur(o, t) {
1376
- return e(), r("svg", gr, [...t[0] || (t[0] = [
1377
- n("g", {
1378
- fill: "none",
1379
- stroke: "currentColor",
1380
- "stroke-linecap": "round",
1381
- "stroke-linejoin": "round",
1382
- "stroke-width": "2"
1383
- }, [
1384
- n("line", {
1385
- x1: "4",
1386
- x2: "20",
1387
- y1: "12",
1388
- y2: "12"
1389
- }),
1390
- n("line", {
1391
- x1: "4",
1392
- x2: "20",
1393
- y1: "6",
1394
- y2: "6"
1395
- }),
1396
- n("line", {
1397
- x1: "4",
1398
- x2: "20",
1399
- y1: "18",
1400
- y2: "18"
1401
- })
1402
- ], -1)
1403
- ])]);
1404
- }
1405
- const pr = /* @__PURE__ */ s(_r, [["render", ur]]), fr = {}, xr = {
1406
- xmlns: "http://www.w3.org/2000/svg",
1407
- width: "24",
1408
- height: "24",
1409
- viewBox: "0 0 24 24"
1410
- };
1411
- function vr(o, t) {
1412
- return e(), r("svg", xr, [...t[0] || (t[0] = [
1413
- n("g", {
1414
- fill: "none",
1415
- stroke: "currentColor",
1416
- "stroke-linecap": "round",
1417
- "stroke-linejoin": "round",
1418
- "stroke-width": "2"
1419
- }, [
1420
- n("path", { d: "M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z" })
1421
- ], -1)
1422
- ])]);
1423
- }
1424
- const kr = /* @__PURE__ */ s(fr, [["render", vr]]), mr = {}, $r = {
1425
- xmlns: "http://www.w3.org/2000/svg",
1426
- width: "24",
1427
- height: "24",
1428
- viewBox: "0 0 24 24"
1429
- };
1430
- function Mr(o, t) {
1431
- return e(), r("svg", $r, [...t[0] || (t[0] = [
1432
- n("g", {
1433
- fill: "none",
1434
- stroke: "currentColor",
1435
- "stroke-linecap": "round",
1436
- "stroke-linejoin": "round",
1437
- "stroke-width": "2"
1438
- }, [
1439
- n("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
1440
- ], -1)
1441
- ])]);
1442
- }
1443
- const yr = /* @__PURE__ */ s(mr, [["render", Mr]]), Cr = {}, Br = {
1444
- xmlns: "http://www.w3.org/2000/svg",
1445
- width: "24",
1446
- height: "24",
1447
- viewBox: "0 0 24 24"
1448
- };
1449
- function jr(o, t) {
1450
- return e(), r("svg", Br, [...t[0] || (t[0] = [
1451
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" x2="12" y1="19" y2="23"></line><line x1="8" x2="16" y1="23" y2="23"></line></g>', 1)
1452
- ])]);
1453
- }
1454
- const Hr = /* @__PURE__ */ s(Cr, [["render", jr]]), Vr = {}, Lr = {
1455
- xmlns: "http://www.w3.org/2000/svg",
1456
- width: "24",
1457
- height: "24",
1458
- viewBox: "0 0 24 24"
1459
- };
1460
- function zr(o, t) {
1461
- return e(), r("svg", Lr, [...t[0] || (t[0] = [
1462
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m1 1l22 22"></path><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" x2="12" y1="19" y2="23"></line><line x1="8" x2="16" y1="23" y2="23"></line></g>', 1)
1463
- ])]);
1464
- }
1465
- const Ar = /* @__PURE__ */ s(Vr, [["render", zr]]), Sr = {}, br = {
1466
- xmlns: "http://www.w3.org/2000/svg",
1467
- width: "24",
1468
- height: "24",
1469
- viewBox: "0 0 24 24"
1470
- };
1471
- function Zr(o, t) {
1472
- return e(), r("svg", br, [...t[0] || (t[0] = [
1473
- n("g", {
1474
- fill: "none",
1475
- stroke: "currentColor",
1476
- "stroke-linecap": "round",
1477
- "stroke-linejoin": "round",
1478
- "stroke-width": "2"
1479
- }, [
1480
- n("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" })
1481
- ], -1)
1482
- ])]);
1483
- }
1484
- const Fr = /* @__PURE__ */ s(Sr, [["render", Zr]]), qr = {}, Ir = {
1485
- xmlns: "http://www.w3.org/2000/svg",
1486
- width: "24",
1487
- height: "24",
1488
- viewBox: "0 0 24 24"
1489
- };
1490
- function Tr(o, t) {
1491
- return e(), r("svg", Ir, [...t[0] || (t[0] = [
1492
- n("g", {
1493
- fill: "none",
1494
- stroke: "currentColor",
1495
- "stroke-linecap": "round",
1496
- "stroke-linejoin": "round",
1497
- "stroke-width": "2"
1498
- }, [
1499
- n("path", { d: "M5 12h14" })
1500
- ], -1)
1501
- ])]);
1502
- }
1503
- const Pr = /* @__PURE__ */ s(qr, [["render", Tr]]), Rr = {}, Ur = {
1504
- xmlns: "http://www.w3.org/2000/svg",
1505
- width: "24",
1506
- height: "24",
1507
- viewBox: "0 0 24 24"
1508
- };
1509
- function Dr(o, t) {
1510
- return e(), r("svg", Ur, [...t[0] || (t[0] = [
1511
- n("path", {
1512
- fill: "none",
1513
- stroke: "currentColor",
1514
- "stroke-linecap": "round",
1515
- "stroke-linejoin": "round",
1516
- "stroke-width": "1.5",
1517
- d: "M12 21a9 9 0 0 0 8.997-9.252a7 7 0 0 1-10.371-8.643A9 9 0 0 0 12 21"
1518
- }, null, -1)
1519
- ])]);
1520
- }
1521
- const Or = /* @__PURE__ */ s(Rr, [["render", Dr]]), Er = {}, Nr = {
1522
- xmlns: "http://www.w3.org/2000/svg",
1523
- width: "24",
1524
- height: "24",
1525
- viewBox: "0 0 24 24"
1526
- };
1527
- function Xr(o, t) {
1528
- return e(), r("svg", Nr, [...t[0] || (t[0] = [
1529
- n("g", {
1530
- fill: "none",
1531
- stroke: "currentColor",
1532
- "stroke-linecap": "round",
1533
- "stroke-linejoin": "round",
1534
- "stroke-width": "2"
1535
- }, [
1536
- n("circle", {
1537
- cx: "12",
1538
- cy: "12",
1539
- r: "1"
1540
- }),
1541
- n("circle", {
1542
- cx: "19",
1543
- cy: "12",
1544
- r: "1"
1545
- }),
1546
- n("circle", {
1547
- cx: "5",
1548
- cy: "12",
1549
- r: "1"
1550
- })
1551
- ], -1)
1552
- ])]);
1553
- }
1554
- const Gr = /* @__PURE__ */ s(Er, [["render", Xr]]), Kr = {}, Jr = {
1555
- xmlns: "http://www.w3.org/2000/svg",
1556
- width: "24",
1557
- height: "24",
1558
- viewBox: "0 0 24 24"
1559
- };
1560
- function Qr(o, t) {
1561
- return e(), r("svg", Jr, [...t[0] || (t[0] = [
1562
- n("g", {
1563
- fill: "none",
1564
- stroke: "currentColor",
1565
- "stroke-linecap": "round",
1566
- "stroke-linejoin": "round",
1567
- "stroke-width": "2"
1568
- }, [
1569
- n("circle", {
1570
- cx: "12",
1571
- cy: "12",
1572
- r: "1"
1573
- }),
1574
- n("circle", {
1575
- cx: "12",
1576
- cy: "5",
1577
- r: "1"
1578
- }),
1579
- n("circle", {
1580
- cx: "12",
1581
- cy: "19",
1582
- r: "1"
1583
- })
1584
- ], -1)
1585
- ])]);
1586
- }
1587
- const Wr = /* @__PURE__ */ s(Kr, [["render", Qr]]), Yr = {}, t2 = {
1588
- xmlns: "http://www.w3.org/2000/svg",
1589
- width: "24",
1590
- height: "24",
1591
- viewBox: "0 0 24 24"
1592
- };
1593
- function n2(o, t) {
1594
- return e(), r("svg", t2, [...t[0] || (t[0] = [
1595
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><polyline points="5 9 2 12 5 15"></polyline><polyline points="9 5 12 2 15 5"></polyline><polyline points="15 19 12 22 9 19"></polyline><polyline points="19 9 22 12 19 15"></polyline><line x1="2" x2="22" y1="12" y2="12"></line><line x1="12" x2="12" y1="2" y2="22"></line></g>', 1)
1596
- ])]);
1597
- }
1598
- const o2 = /* @__PURE__ */ s(Yr, [["render", n2]]), e2 = {}, r2 = {
1599
- xmlns: "http://www.w3.org/2000/svg",
1600
- width: "24",
1601
- height: "24",
1602
- viewBox: "0 0 24 24"
1603
- };
1604
- function s2(o, t) {
1605
- return e(), r("svg", r2, [...t[0] || (t[0] = [
1606
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m21 16l-8-4.5V8.5"></path><path d="m21 16l-8 4.5"></path><path d="m21 16V8"></path><path d="m3 8l8 4.5"></path><path d="m3 8l8-4.5"></path><path d="M3 8v8l8 4.5"></path></g>', 1)
1607
- ])]);
1608
- }
1609
- const i2 = /* @__PURE__ */ s(e2, [["render", s2]]), l2 = {}, c2 = {
1610
- xmlns: "http://www.w3.org/2000/svg",
1611
- width: "24",
1612
- height: "24",
1613
- viewBox: "0 0 24 24"
1614
- };
1615
- function d2(o, t) {
1616
- return e(), r("svg", c2, [...t[0] || (t[0] = [
1617
- n("g", {
1618
- fill: "none",
1619
- stroke: "currentColor",
1620
- "stroke-linecap": "round",
1621
- "stroke-linejoin": "round",
1622
- "stroke-width": "2"
1623
- }, [
1624
- n("path", { d: "m21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" })
1625
- ], -1)
1626
- ])]);
1627
- }
1628
- const h2 = /* @__PURE__ */ s(l2, [["render", d2]]), w2 = {}, a2 = {
1629
- xmlns: "http://www.w3.org/2000/svg",
1630
- width: "24",
1631
- height: "24",
1632
- viewBox: "0 0 24 24"
1633
- };
1634
- function _2(o, t) {
1635
- return e(), r("svg", a2, [...t[0] || (t[0] = [
1636
- n("g", {
1637
- fill: "none",
1638
- stroke: "currentColor",
1639
- "stroke-linecap": "round",
1640
- "stroke-linejoin": "round",
1641
- "stroke-width": "2"
1642
- }, [
1643
- n("rect", {
1644
- x: "6",
1645
- y: "4",
1646
- width: "4",
1647
- height: "16"
1648
- }),
1649
- n("rect", {
1650
- x: "14",
1651
- y: "4",
1652
- width: "4",
1653
- height: "16"
1654
- })
1655
- ], -1)
1656
- ])]);
1657
- }
1658
- const g2 = /* @__PURE__ */ s(w2, [["render", _2]]), u2 = {}, p2 = {
1659
- xmlns: "http://www.w3.org/2000/svg",
1660
- width: "24",
1661
- height: "24",
1662
- viewBox: "0 0 24 24"
1663
- };
1664
- function f2(o, t) {
1665
- return e(), r("svg", p2, [...t[0] || (t[0] = [
1666
- n("g", {
1667
- fill: "none",
1668
- stroke: "currentColor",
1669
- "stroke-linecap": "round",
1670
- "stroke-linejoin": "round",
1671
- "stroke-width": "2"
1672
- }, [
1673
- n("path", { d: "M22 16.92v3a2 2 0 0 1-2.18 2a19.79 19.79 0 0 1-8.63-3.07a19.5 19.5 0 0 1-6-6a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72a12.84 12.84 0 0 0 .7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45a12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" })
1674
- ], -1)
1675
- ])]);
1676
- }
1677
- const x2 = /* @__PURE__ */ s(u2, [["render", f2]]), v2 = {}, k2 = {
1678
- xmlns: "http://www.w3.org/2000/svg",
1679
- width: "24",
1680
- height: "24",
1681
- viewBox: "0 0 24 24"
1682
- };
1683
- function m2(o, t) {
1684
- return e(), r("svg", k2, [...t[0] || (t[0] = [
1685
- n("g", {
1686
- fill: "none",
1687
- stroke: "currentColor",
1688
- "stroke-linecap": "round",
1689
- "stroke-linejoin": "round",
1690
- "stroke-width": "2"
1691
- }, [
1692
- n("polygon", { points: "5 3 19 12 5 21 5 3" })
1693
- ], -1)
1694
- ])]);
1695
- }
1696
- const $2 = /* @__PURE__ */ s(v2, [["render", m2]]), M2 = {}, y2 = {
1697
- xmlns: "http://www.w3.org/2000/svg",
1698
- width: "24",
1699
- height: "24",
1700
- viewBox: "0 0 24 24"
1701
- };
1702
- function C2(o, t) {
1703
- return e(), r("svg", y2, [...t[0] || (t[0] = [
1704
- n("g", {
1705
- fill: "none",
1706
- stroke: "currentColor",
1707
- "stroke-linecap": "round",
1708
- "stroke-linejoin": "round",
1709
- "stroke-width": "2"
1710
- }, [
1711
- n("path", { d: "M5 12h14" }),
1712
- n("path", { d: "M12 5v14" })
1713
- ], -1)
1714
- ])]);
1715
- }
1716
- const B2 = /* @__PURE__ */ s(M2, [["render", C2]]), j2 = {}, H2 = {
1717
- xmlns: "http://www.w3.org/2000/svg",
1718
- width: "24",
1719
- height: "24",
1720
- viewBox: "0 0 24 24"
1721
- };
1722
- function V2(o, t) {
1723
- return e(), r("svg", H2, [...t[0] || (t[0] = [
1724
- n("g", {
1725
- fill: "none",
1726
- stroke: "currentColor",
1727
- "stroke-linecap": "round",
1728
- "stroke-linejoin": "round",
1729
- "stroke-width": "2"
1730
- }, [
1731
- n("path", { d: "M6 9V2h12v7" }),
1732
- n("path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }),
1733
- n("path", { d: "M6 14h12v8H6z" })
1734
- ], -1)
1735
- ])]);
1736
- }
1737
- const L2 = /* @__PURE__ */ s(j2, [["render", V2]]), z2 = {}, A2 = {
1738
- xmlns: "http://www.w3.org/2000/svg",
1739
- width: "24",
1740
- height: "24",
1741
- viewBox: "0 0 24 24"
1742
- };
1743
- function S2(o, t) {
1744
- return e(), r("svg", A2, [...t[0] || (t[0] = [
1745
- n("g", {
1746
- fill: "none",
1747
- stroke: "currentColor",
1748
- "stroke-linecap": "round",
1749
- "stroke-linejoin": "round",
1750
- "stroke-width": "2"
1751
- }, [
1752
- n("circle", {
1753
- cx: "12",
1754
- cy: "12",
1755
- r: "10"
1756
- }),
1757
- n("circle", {
1758
- cx: "12",
1759
- cy: "12",
1760
- r: "2"
1761
- })
1762
- ], -1)
1763
- ])]);
1764
- }
1765
- const b2 = /* @__PURE__ */ s(z2, [["render", S2]]), Z2 = {}, F2 = {
1766
- xmlns: "http://www.w3.org/2000/svg",
1767
- width: "24",
1768
- height: "24",
1769
- viewBox: "0 0 24 24"
1770
- };
1771
- function q2(o, t) {
1772
- return e(), r("svg", F2, [...t[0] || (t[0] = [
1773
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M3 21v-5h5"></path></g>', 1)
1774
- ])]);
1775
- }
1776
- const I2 = /* @__PURE__ */ s(Z2, [["render", q2]]), T2 = {}, P2 = {
1777
- xmlns: "http://www.w3.org/2000/svg",
1778
- width: "24",
1779
- height: "24",
1780
- viewBox: "0 0 24 24"
1781
- };
1782
- function R2(o, t) {
1783
- return e(), r("svg", P2, [...t[0] || (t[0] = [
1784
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m17 2l4 4l-4 4"></path><path d="M3 11v-1a4 4 0 0 1 4-4h14"></path><path d="m7 22l-4-4l4-4"></path><path d="M21 13v1a4 4 0 0 1-4 4H3"></path></g>', 1)
1785
- ])]);
1786
- }
1787
- const U2 = /* @__PURE__ */ s(T2, [["render", R2]]), D2 = {}, O2 = {
1788
- xmlns: "http://www.w3.org/2000/svg",
1789
- width: "24",
1790
- height: "24",
1791
- viewBox: "0 0 24 24"
1792
- };
1793
- function E2(o, t) {
1794
- return e(), r("svg", O2, [...t[0] || (t[0] = [
1795
- n("g", {
1796
- fill: "none",
1797
- stroke: "currentColor",
1798
- "stroke-linecap": "round",
1799
- "stroke-linejoin": "round",
1800
- "stroke-width": "2"
1801
- }, [
1802
- n("polygon", { points: "11 19 2 12 11 5 11 19" }),
1803
- n("polygon", { points: "22 19 13 12 22 5 22 19" })
1804
- ], -1)
1805
- ])]);
1806
- }
1807
- const N2 = /* @__PURE__ */ s(D2, [["render", E2]]), X2 = {}, G2 = {
1808
- xmlns: "http://www.w3.org/2000/svg",
1809
- width: "24",
1810
- height: "24",
1811
- viewBox: "0 0 24 24"
1812
- };
1813
- function K2(o, t) {
1814
- return e(), r("svg", G2, [...t[0] || (t[0] = [
1815
- n("g", {
1816
- fill: "none",
1817
- stroke: "currentColor",
1818
- "stroke-linecap": "round",
1819
- "stroke-linejoin": "round",
1820
- "stroke-width": "2"
1821
- }, [
1822
- n("path", { d: "M3 12a9 9 0 1 0 9-9c-2.52 0-4.93 1-6.74 2.74L3 8" }),
1823
- n("path", { d: "M3 3v5h5" })
1824
- ], -1)
1825
- ])]);
1826
- }
1827
- const J2 = /* @__PURE__ */ s(X2, [["render", K2]]), Q2 = {}, W2 = {
1828
- xmlns: "http://www.w3.org/2000/svg",
1829
- width: "24",
1830
- height: "24",
1831
- viewBox: "0 0 24 24"
1832
- };
1833
- function Y2(o, t) {
1834
- return e(), r("svg", W2, [...t[0] || (t[0] = [
1835
- n("g", {
1836
- fill: "none",
1837
- stroke: "currentColor",
1838
- "stroke-linecap": "round",
1839
- "stroke-linejoin": "round",
1840
- "stroke-width": "2"
1841
- }, [
1842
- n("path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" }),
1843
- n("path", { d: "M21 3v5h-5" })
1844
- ], -1)
1845
- ])]);
1846
- }
1847
- const t1 = /* @__PURE__ */ s(Q2, [["render", Y2]]), n1 = {}, o1 = {
1848
- xmlns: "http://www.w3.org/2000/svg",
1849
- width: "24",
1850
- height: "24",
1851
- viewBox: "0 0 24 24"
1852
- };
1853
- function e1(o, t) {
1854
- return e(), r("svg", o1, [...t[0] || (t[0] = [
1855
- n("g", {
1856
- fill: "none",
1857
- stroke: "currentColor",
1858
- "stroke-linecap": "round",
1859
- "stroke-linejoin": "round",
1860
- "stroke-width": "2"
1861
- }, [
1862
- n("path", { d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" }),
1863
- n("path", { d: "M17 21v-8H7v8M7 3v5h8" })
1864
- ], -1)
1865
- ])]);
1866
- }
1867
- const r1 = /* @__PURE__ */ s(n1, [["render", e1]]), s1 = {}, i1 = {
1868
- xmlns: "http://www.w3.org/2000/svg",
1869
- width: "24",
1870
- height: "24",
1871
- viewBox: "0 0 24 24"
1872
- };
1873
- function l1(o, t) {
1874
- return e(), r("svg", i1, [...t[0] || (t[0] = [
1875
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="6" cy="6" r="3"></circle><circle cx="6" cy="18" r="3"></circle><path d="M20 4L8.12 15.88"></path><path d="M14.47 14.48L20 20"></path><path d="M20 10L8.12 21.88"></path></g>', 1)
1876
- ])]);
1877
- }
1878
- const c1 = /* @__PURE__ */ s(s1, [["render", l1]]), d1 = {}, h1 = {
1879
- xmlns: "http://www.w3.org/2000/svg",
1880
- width: "24",
1881
- height: "24",
1882
- viewBox: "0 0 24 24"
1883
- };
1884
- function w1(o, t) {
1885
- return e(), r("svg", h1, [...t[0] || (t[0] = [
1886
- n("g", {
1887
- fill: "none",
1888
- stroke: "currentColor",
1889
- "stroke-linecap": "round",
1890
- "stroke-linejoin": "round",
1891
- "stroke-width": "2"
1892
- }, [
1893
- n("path", { d: "m21 21l-4.34-4.34" }),
1894
- n("circle", {
1895
- cx: "11",
1896
- cy: "11",
1897
- r: "8"
1898
- })
1899
- ], -1)
1900
- ])]);
1901
- }
1902
- const a1 = /* @__PURE__ */ s(d1, [["render", w1]]), _1 = {}, g1 = {
1903
- xmlns: "http://www.w3.org/2000/svg",
1904
- width: "24",
1905
- height: "24",
1906
- viewBox: "0 0 24 24"
1907
- };
1908
- function u1(o, t) {
1909
- return e(), r("svg", g1, [...t[0] || (t[0] = [
1910
- n("g", {
1911
- fill: "none",
1912
- stroke: "currentColor",
1913
- "stroke-linecap": "round",
1914
- "stroke-linejoin": "round",
1915
- "stroke-width": "2"
1916
- }, [
1917
- n("path", { d: "m22 2l-7 20l-4-9l-9-4Z" }),
1918
- n("path", { d: "M22 2L11 13" })
1919
- ], -1)
1920
- ])]);
1921
- }
1922
- const p1 = /* @__PURE__ */ s(_1, [["render", u1]]), f1 = {}, x1 = {
1923
- xmlns: "http://www.w3.org/2000/svg",
1924
- width: "24",
1925
- height: "24",
1926
- viewBox: "0 0 24 24"
1927
- };
1928
- function v1(o, t) {
1929
- return e(), r("svg", x1, [...t[0] || (t[0] = [
1930
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="20" height="8" x="2" y="2" rx="2" ry="2"></rect><rect width="20" height="8" x="2" y="14" rx="2" ry="2"></rect><line x1="6" x2="6.01" y1="6" y2="6"></line><line x1="6" x2="6.01" y1="18" y2="18"></line></g>', 1)
1931
- ])]);
1932
- }
1933
- const k1 = /* @__PURE__ */ s(f1, [["render", v1]]), m1 = {}, $1 = {
1934
- xmlns: "http://www.w3.org/2000/svg",
1935
- width: "24",
1936
- height: "24",
1937
- viewBox: "0 0 24 24"
1938
- };
1939
- function M1(o, t) {
1940
- return e(), r("svg", $1, [...t[0] || (t[0] = [
1941
- n("g", {
1942
- fill: "none",
1943
- stroke: "currentColor",
1944
- "stroke-linecap": "round",
1945
- "stroke-linejoin": "round",
1946
- "stroke-width": "2"
1947
- }, [
1948
- n("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
1949
- n("circle", {
1950
- cx: "12",
1951
- cy: "12",
1952
- r: "3"
1953
- })
1954
- ], -1)
1955
- ])]);
1956
- }
1957
- const y1 = /* @__PURE__ */ s(m1, [["render", M1]]), C1 = {}, B1 = {
1958
- xmlns: "http://www.w3.org/2000/svg",
1959
- width: "24",
1960
- height: "24",
1961
- viewBox: "0 0 24 24"
1962
- };
1963
- function j1(o, t) {
1964
- return e(), r("svg", B1, [...t[0] || (t[0] = [
1965
- n("g", {
1966
- fill: "none",
1967
- stroke: "currentColor",
1968
- "stroke-linecap": "round",
1969
- "stroke-linejoin": "round",
1970
- "stroke-width": "2"
1971
- }, [
1972
- n("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
1973
- n("path", { d: "M16 6l-4-4l-4 4" }),
1974
- n("path", { d: "M12 2v13" })
1975
- ], -1)
1976
- ])]);
1977
- }
1978
- const H1 = /* @__PURE__ */ s(C1, [["render", j1]]), V1 = {}, L1 = {
1979
- xmlns: "http://www.w3.org/2000/svg",
1980
- width: "24",
1981
- height: "24",
1982
- viewBox: "0 0 24 24"
1983
- };
1984
- function z1(o, t) {
1985
- return e(), r("svg", L1, [...t[0] || (t[0] = [
1986
- n("g", {
1987
- fill: "none",
1988
- stroke: "currentColor",
1989
- "stroke-linecap": "round",
1990
- "stroke-linejoin": "round",
1991
- "stroke-width": "2"
1992
- }, [
1993
- n("path", { d: "M12 22s8-4 8-10V5l-8-3l-8 3v7c0 6 8 10 8 10z" })
1994
- ], -1)
1995
- ])]);
1996
- }
1997
- const A1 = /* @__PURE__ */ s(V1, [["render", z1]]), S1 = {}, b1 = {
1998
- xmlns: "http://www.w3.org/2000/svg",
1999
- width: "24",
2000
- height: "24",
2001
- viewBox: "0 0 24 24"
2002
- };
2003
- function Z1(o, t) {
2004
- return e(), r("svg", b1, [...t[0] || (t[0] = [
2005
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M2 18h1.4a1.4 1.4 0 0 0 1.1-.5l9.5-9.5a1.4 1.4 0 0 1 2.2 0l2.8 2.8a1.4 1.4 0 0 0 2.2 0l4.1-4.1"></path><path d="M19 10h-5"></path><path d="M22 18h-1.4a1.4 1.4 0 0 1-1.1-.5l-9.5-9.5a1.4 1.4 0 0 0-2.2 0l-2.8 2.8a1.4 1.4 0 0 1-2.2 0L2.5 6.5"></path><path d="M5 14h5"></path></g>', 1)
2006
- ])]);
2007
- }
2008
- const F1 = /* @__PURE__ */ s(S1, [["render", Z1]]), q1 = {}, I1 = {
2009
- xmlns: "http://www.w3.org/2000/svg",
2010
- width: "24",
2011
- height: "24",
2012
- viewBox: "0 0 24 24"
2013
- };
2014
- function T1(o, t) {
2015
- return e(), r("svg", I1, [...t[0] || (t[0] = [
2016
- n("g", {
2017
- fill: "none",
2018
- stroke: "currentColor",
2019
- "stroke-linecap": "round",
2020
- "stroke-linejoin": "round",
2021
- "stroke-width": "2"
2022
- }, [
2023
- n("rect", {
2024
- width: "18",
2025
- height: "18",
2026
- x: "3",
2027
- y: "3",
2028
- rx: "2"
2029
- }),
2030
- n("path", { d: "M9 3v18" })
2031
- ], -1)
2032
- ])]);
2033
- }
2034
- const P1 = /* @__PURE__ */ s(q1, [["render", T1]]), R1 = {}, U1 = {
2035
- xmlns: "http://www.w3.org/2000/svg",
2036
- width: "24",
2037
- height: "24",
2038
- viewBox: "0 0 24 24"
2039
- };
2040
- function D1(o, t) {
2041
- return e(), r("svg", U1, [...t[0] || (t[0] = [
2042
- n("g", {
2043
- fill: "none",
2044
- stroke: "currentColor",
2045
- "stroke-linecap": "round",
2046
- "stroke-linejoin": "round",
2047
- "stroke-width": "2"
2048
- }, [
2049
- n("polygon", { points: "19 20 9 12 19 4 19 20" }),
2050
- n("line", {
2051
- x1: "5",
2052
- x2: "5",
2053
- y1: "19",
2054
- y2: "5"
2055
- })
2056
- ], -1)
2057
- ])]);
2058
- }
2059
- const O1 = /* @__PURE__ */ s(R1, [["render", D1]]), E1 = {}, N1 = {
2060
- xmlns: "http://www.w3.org/2000/svg",
2061
- width: "24",
2062
- height: "24",
2063
- viewBox: "0 0 24 24"
2064
- };
2065
- function X1(o, t) {
2066
- return e(), r("svg", N1, [...t[0] || (t[0] = [
2067
- n("g", {
2068
- fill: "none",
2069
- stroke: "currentColor",
2070
- "stroke-linecap": "round",
2071
- "stroke-linejoin": "round",
2072
- "stroke-width": "2"
2073
- }, [
2074
- n("polygon", { points: "5 4 15 12 5 20 5 4" }),
2075
- n("line", {
2076
- x1: "19",
2077
- x2: "19",
2078
- y1: "5",
2079
- y2: "19"
2080
- })
2081
- ], -1)
2082
- ])]);
2083
- }
2084
- const G1 = /* @__PURE__ */ s(E1, [["render", X1]]), K1 = {}, J1 = {
2085
- xmlns: "http://www.w3.org/2000/svg",
2086
- width: "24",
2087
- height: "24",
2088
- viewBox: "0 0 24 24"
2089
- };
2090
- function Q1(o, t) {
2091
- return e(), r("svg", J1, [...t[0] || (t[0] = [
2092
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="4" x2="4" y1="21" y2="14"></line><line x1="4" x2="4" y1="10" y2="3"></line><line x1="12" x2="12" y1="21" y2="12"></line><line x1="12" x2="12" y1="8" y2="3"></line><line x1="20" x2="20" y1="21" y2="16"></line><line x1="20" x2="20" y1="12" y2="3"></line><line x1="1" x2="7" y1="14" y2="14"></line><line x1="9" x2="15" y1="8" y2="8"></line><line x1="17" x2="23" y1="16" y2="16"></line></g>', 1)
2093
- ])]);
2094
- }
2095
- const W1 = /* @__PURE__ */ s(K1, [["render", Q1]]), Y1 = {}, t0 = {
2096
- xmlns: "http://www.w3.org/2000/svg",
2097
- width: "24",
2098
- height: "24",
2099
- viewBox: "0 0 24 24"
2100
- };
2101
- function n0(o, t) {
2102
- return e(), r("svg", t0, [...t[0] || (t[0] = [
2103
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="4" x2="4" y1="21" y2="14"></line><line x1="4" x2="4" y1="10" y2="3"></line><line x1="12" x2="12" y1="21" y2="12"></line><line x1="12" x2="12" y1="8" y2="3"></line><line x1="20" x2="20" y1="21" y2="16"></line><line x1="20" x2="20" y1="12" y2="3"></line><line x1="1" x2="7" y1="14" y2="14"></line><line x1="9" x2="15" y1="8" y2="8"></line><line x1="17" x2="23" y1="16" y2="16"></line></g>', 1)
2104
- ])]);
2105
- }
2106
- const o0 = /* @__PURE__ */ s(Y1, [["render", n0]]), e0 = {}, r0 = {
2107
- xmlns: "http://www.w3.org/2000/svg",
2108
- width: "24",
2109
- height: "24",
2110
- viewBox: "0 0 24 24"
2111
- };
2112
- function s0(o, t) {
2113
- return e(), r("svg", r0, [...t[0] || (t[0] = [
2114
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11 11h4"></path><path d="M11 15h7"></path><path d="M11 19h10"></path><path d="M9 7L6 4L3 7"></path><path d="M6 6v14"></path></g>', 1)
2115
- ])]);
2116
- }
2117
- const i0 = /* @__PURE__ */ s(e0, [["render", s0]]), l0 = {}, c0 = {
2118
- xmlns: "http://www.w3.org/2000/svg",
2119
- width: "24",
2120
- height: "24",
2121
- viewBox: "0 0 24 24"
2122
- };
2123
- function d0(o, t) {
2124
- return e(), r("svg", c0, [...t[0] || (t[0] = [
2125
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11 5h10"></path><path d="M11 9h7"></path><path d="M11 13h4"></path><path d="M3 17l3 3l3-3"></path><path d="M6 18V4"></path></g>', 1)
2126
- ])]);
2127
- }
2128
- const h0 = /* @__PURE__ */ s(l0, [["render", d0]]), w0 = {}, a0 = {
2129
- xmlns: "http://www.w3.org/2000/svg",
2130
- width: "24",
2131
- height: "24",
2132
- viewBox: "0 0 24 24"
2133
- };
2134
- function _0(o, t) {
2135
- return e(), r("svg", a0, [...t[0] || (t[0] = [
2136
- n("g", {
2137
- fill: "none",
2138
- stroke: "currentColor",
2139
- "stroke-linecap": "round",
2140
- "stroke-linejoin": "round",
2141
- "stroke-width": "2"
2142
- }, [
2143
- n("rect", {
2144
- width: "18",
2145
- height: "18",
2146
- x: "3",
2147
- y: "3",
2148
- rx: "2"
2149
- })
2150
- ], -1)
2151
- ])]);
2152
- }
2153
- const g0 = /* @__PURE__ */ s(w0, [["render", _0]]), u0 = {}, p0 = {
2154
- xmlns: "http://www.w3.org/2000/svg",
2155
- width: "24",
2156
- height: "24",
2157
- viewBox: "0 0 24 24"
2158
- };
2159
- function f0(o, t) {
2160
- return e(), r("svg", p0, [...t[0] || (t[0] = [
2161
- n("g", {
2162
- fill: "none",
2163
- stroke: "currentColor",
2164
- "stroke-linecap": "round",
2165
- "stroke-linejoin": "round",
2166
- "stroke-width": "2"
2167
- }, [
2168
- n("path", { d: "m12 2l3.09 6.26L22 9.27l-5 4.87l1.18 6.88L12 17.77l-6.18 3.25L7 14.14L2 9.27l6.91-1.01L12 2z" })
2169
- ], -1)
2170
- ])]);
2171
- }
2172
- const x0 = /* @__PURE__ */ s(u0, [["render", f0]]), v0 = {}, k0 = {
2173
- xmlns: "http://www.w3.org/2000/svg",
2174
- width: "24",
2175
- height: "24",
2176
- viewBox: "0 0 24 24"
2177
- };
2178
- function m0(o, t) {
2179
- return e(), r("svg", k0, [...t[0] || (t[0] = [
2180
- n("g", {
2181
- fill: "none",
2182
- stroke: "currentColor",
2183
- "stroke-linecap": "round",
2184
- "stroke-linejoin": "round",
2185
- "stroke-width": "2"
2186
- }, [
2187
- n("rect", {
2188
- width: "18",
2189
- height: "18",
2190
- x: "3",
2191
- y: "3",
2192
- rx: "2"
2193
- })
2194
- ], -1)
2195
- ])]);
2196
- }
2197
- const $0 = /* @__PURE__ */ s(v0, [["render", m0]]), M0 = {}, y0 = {
2198
- xmlns: "http://www.w3.org/2000/svg",
2199
- width: "20",
2200
- height: "20",
2201
- viewBox: "0 0 20 20"
2202
- };
2203
- function C0(o, t) {
2204
- return e(), r("svg", y0, [...t[0] || (t[0] = [
2205
- n("path", {
2206
- fill: "currentColor",
2207
- d: "M19 9.199h-.98c-.553 0-1 .359-1 .801c0 .441.447.799 1 .799H19c.552 0 1-.357 1-.799c0-.441-.449-.801-1-.801M10 4.5A5.483 5.483 0 0 0 4.5 10c0 3.051 2.449 5.5 5.5 5.5c3.05 0 5.5-2.449 5.5-5.5S13.049 4.5 10 4.5m0 9.5c-2.211 0-4-1.791-4-4c0-2.211 1.789-4 4-4a4 4 0 0 1 0 8m-7-4c0-.441-.449-.801-1-.801H1c-.553 0-1 .359-1 .801c0 .441.447.799 1 .799h1c.551 0 1-.358 1-.799m7-7c.441 0 .799-.447.799-1V1c0-.553-.358-1-.799-1s-.801.447-.801 1v1c0 .553.359 1 .801 1m0 14c-.442 0-.801.447-.801 1v1c0 .553.359 1 .801 1c.441 0 .799-.447.799-1v-1c0-.553-.358-1-.799-1m7.365-13.234c.391-.391.454-.961.142-1.273s-.883-.248-1.272.143l-.7.699c-.391.391-.454.961-.142 1.273s.883.248 1.273-.143zM3.334 15.533l-.7.701c-.391.391-.454.959-.142 1.271s.883.25 1.272-.141l.7-.699c.391-.391.454-.961.142-1.274s-.883-.247-1.272.142m.431-12.898c-.39-.391-.961-.455-1.273-.143s-.248.883.141 1.274l.7.699c.391.391.96.455 1.272.143s.249-.883-.141-1.273zm11.769 14.031l.7.699c.391.391.96.453 1.272.143c.312-.312.249-.883-.142-1.273l-.699-.699c-.391-.391-.961-.455-1.274-.143s-.248.882.143 1.273"
2208
- }, null, -1)
2209
- ])]);
2210
- }
2211
- const B0 = /* @__PURE__ */ s(M0, [["render", C0]]), j0 = {}, H0 = {
2212
- xmlns: "http://www.w3.org/2000/svg",
2213
- width: "24",
2214
- height: "24",
2215
- viewBox: "0 0 24 24"
2216
- };
2217
- function V0(o, t) {
2218
- return e(), r("svg", H0, [...t[0] || (t[0] = [
2219
- n("g", {
2220
- fill: "none",
2221
- stroke: "currentColor",
2222
- "stroke-linecap": "round",
2223
- "stroke-linejoin": "round",
2224
- "stroke-width": "2"
2225
- }, [
2226
- n("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.828 8.828a2 2 0 0 0 2.828 0l7.172-7.172a2 2 0 0 0 0-2.828z" }),
2227
- n("circle", {
2228
- cx: "7.5",
2229
- cy: "7.5",
2230
- r: ".5",
2231
- fill: "currentColor"
2232
- })
2233
- ], -1)
2234
- ])]);
2235
- }
2236
- const L0 = /* @__PURE__ */ s(j0, [["render", V0]]), z0 = {}, A0 = {
2237
- xmlns: "http://www.w3.org/2000/svg",
2238
- width: "24",
2239
- height: "24",
2240
- viewBox: "0 0 24 24"
2241
- };
2242
- function S0(o, t) {
2243
- return e(), r("svg", A0, [...t[0] || (t[0] = [
2244
- n("g", {
2245
- fill: "none",
2246
- stroke: "currentColor",
2247
- "stroke-linecap": "round",
2248
- "stroke-linejoin": "round",
2249
- "stroke-width": "2"
2250
- }, [
2251
- n("path", { d: "M9 5H2v7l6.24 6.24a2 2 0 0 0 2.83 0L22 14" }),
2252
- n("path", { d: "M21 2l-5 5" }),
2253
- n("path", { d: "M16 7l-5 5" })
2254
- ], -1)
2255
- ])]);
2256
- }
2257
- const b0 = /* @__PURE__ */ s(z0, [["render", S0]]), Z0 = {}, F0 = {
2258
- xmlns: "http://www.w3.org/2000/svg",
2259
- width: "24",
2260
- height: "24",
2261
- viewBox: "0 0 24 24"
2262
- };
2263
- function q0(o, t) {
2264
- return e(), r("svg", F0, [...t[0] || (t[0] = [
2265
- n("g", {
2266
- fill: "none",
2267
- stroke: "currentColor",
2268
- "stroke-linecap": "round",
2269
- "stroke-linejoin": "round",
2270
- "stroke-width": "2"
2271
- }, [
2272
- n("polyline", { points: "4 17 10 11 4 5" }),
2273
- n("line", {
2274
- x1: "12",
2275
- x2: "20",
2276
- y1: "19",
2277
- y2: "19"
2278
- })
2279
- ], -1)
2280
- ])]);
2281
- }
2282
- const I0 = /* @__PURE__ */ s(Z0, [["render", q0]]), T0 = {}, P0 = {
2283
- xmlns: "http://www.w3.org/2000/svg",
2284
- width: "24",
2285
- height: "24",
2286
- viewBox: "0 0 24 24"
2287
- };
2288
- function R0(o, t) {
2289
- return e(), r("svg", P0, [...t[0] || (t[0] = [
2290
- n("g", {
2291
- fill: "none",
2292
- stroke: "currentColor",
2293
- "stroke-linecap": "round",
2294
- "stroke-linejoin": "round",
2295
- "stroke-width": "2"
2296
- }, [
2297
- n("path", { d: "M17 14V2" }),
2298
- n("path", { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22h0a3.13 3.13 0 0 1-3-3.88Z" })
2299
- ], -1)
2300
- ])]);
2301
- }
2302
- const U0 = /* @__PURE__ */ s(T0, [["render", R0]]), D0 = {}, O0 = {
2303
- xmlns: "http://www.w3.org/2000/svg",
2304
- width: "24",
2305
- height: "24",
2306
- viewBox: "0 0 24 24"
2307
- };
2308
- function E0(o, t) {
2309
- return e(), r("svg", O0, [...t[0] || (t[0] = [
2310
- n("g", {
2311
- fill: "none",
2312
- stroke: "currentColor",
2313
- "stroke-linecap": "round",
2314
- "stroke-linejoin": "round",
2315
- "stroke-width": "2"
2316
- }, [
2317
- n("path", { d: "M7 10v12" }),
2318
- n("path", { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2h0a3.13 3.13 0 0 1 3 3.88Z" })
2319
- ], -1)
2320
- ])]);
2321
- }
2322
- const N0 = /* @__PURE__ */ s(D0, [["render", E0]]), X0 = {}, G0 = {
2323
- xmlns: "http://www.w3.org/2000/svg",
2324
- width: "24",
2325
- height: "24",
2326
- viewBox: "0 0 24 24"
2327
- };
2328
- function K0(o, t) {
2329
- return e(), r("svg", G0, [...t[0] || (t[0] = [
2330
- n("g", {
2331
- fill: "none",
2332
- stroke: "currentColor",
2333
- "stroke-linecap": "round",
2334
- "stroke-linejoin": "round",
2335
- "stroke-width": "2"
2336
- }, [
2337
- n("rect", {
2338
- width: "20",
2339
- height: "12",
2340
- x: "2",
2341
- y: "6",
2342
- rx: "6"
2343
- }),
2344
- n("circle", {
2345
- cx: "8",
2346
- cy: "12",
2347
- r: "2"
2348
- })
2349
- ], -1)
2350
- ])]);
2351
- }
2352
- const J0 = /* @__PURE__ */ s(X0, [["render", K0]]), Q0 = {}, W0 = {
2353
- xmlns: "http://www.w3.org/2000/svg",
2354
- width: "24",
2355
- height: "24",
2356
- viewBox: "0 0 24 24"
2357
- };
2358
- function Y0(o, t) {
2359
- return e(), r("svg", W0, [...t[0] || (t[0] = [
2360
- n("g", {
2361
- fill: "none",
2362
- stroke: "currentColor",
2363
- "stroke-linecap": "round",
2364
- "stroke-linejoin": "round",
2365
- "stroke-width": "2"
2366
- }, [
2367
- n("rect", {
2368
- width: "20",
2369
- height: "12",
2370
- x: "2",
2371
- y: "6",
2372
- rx: "6"
2373
- }),
2374
- n("circle", {
2375
- cx: "16",
2376
- cy: "12",
2377
- r: "2"
2378
- })
2379
- ], -1)
2380
- ])]);
2381
- }
2382
- const ts = /* @__PURE__ */ s(Q0, [["render", Y0]]), ns = {}, os = {
2383
- xmlns: "http://www.w3.org/2000/svg",
2384
- width: "24",
2385
- height: "24",
2386
- viewBox: "0 0 24 24"
2387
- };
2388
- function es(o, t) {
2389
- return e(), r("svg", os, [...t[0] || (t[0] = [
2390
- n("g", {
2391
- fill: "none",
2392
- stroke: "currentColor",
2393
- "stroke-linecap": "round",
2394
- "stroke-linejoin": "round",
2395
- "stroke-width": "2"
2396
- }, [
2397
- n("path", { d: "M3 6h18" }),
2398
- n("path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6" }),
2399
- n("path", { d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" })
2400
- ], -1)
2401
- ])]);
2402
- }
2403
- const rs = /* @__PURE__ */ s(ns, [["render", es]]), ss = {}, is = {
2404
- xmlns: "http://www.w3.org/2000/svg",
2405
- width: "24",
2406
- height: "24",
2407
- viewBox: "0 0 24 24"
2408
- };
2409
- function ls(o, t) {
2410
- return e(), r("svg", is, [...t[0] || (t[0] = [
2411
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 6h18"></path><path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6"></path><path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"></path><line x1="10" x2="10" y1="11" y2="17"></line><line x1="14" x2="14" y1="11" y2="17"></line></g>', 1)
2412
- ])]);
2413
- }
2414
- const cs = /* @__PURE__ */ s(ss, [["render", ls]]), ds = {}, hs = {
2415
- xmlns: "http://www.w3.org/2000/svg",
2416
- width: "24",
2417
- height: "24",
2418
- viewBox: "0 0 24 24"
2419
- };
2420
- function ws(o, t) {
2421
- return e(), r("svg", hs, [...t[0] || (t[0] = [
2422
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71"></path><path d="m5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71"></path><line x1="8" x2="8" y1="2" y2="5"></line><line x1="2" x2="5" y1="8" y2="8"></line><line x1="16" x2="16" y1="19" y2="22"></line><line x1="19" x2="22" y1="16" y2="16"></line></g>', 1)
2423
- ])]);
2424
- }
2425
- const as = /* @__PURE__ */ s(ds, [["render", ws]]), _s = {}, gs = {
2426
- xmlns: "http://www.w3.org/2000/svg",
2427
- width: "24",
2428
- height: "24",
2429
- viewBox: "0 0 24 24"
2430
- };
2431
- function us(o, t) {
2432
- return e(), r("svg", gs, [...t[0] || (t[0] = [
2433
- n("g", {
2434
- fill: "none",
2435
- stroke: "currentColor",
2436
- "stroke-linecap": "round",
2437
- "stroke-linejoin": "round",
2438
- "stroke-width": "2"
2439
- }, [
2440
- n("rect", {
2441
- width: "18",
2442
- height: "11",
2443
- x: "3",
2444
- y: "11",
2445
- rx: "2",
2446
- ry: "2"
2447
- }),
2448
- n("path", { d: "M7 11V7a5 5 0 0 1 9.9-1" })
2449
- ], -1)
2450
- ])]);
2451
- }
2452
- const ps = /* @__PURE__ */ s(_s, [["render", us]]), fs = {}, xs = {
2453
- xmlns: "http://www.w3.org/2000/svg",
2454
- width: "24",
2455
- height: "24",
2456
- viewBox: "0 0 24 24"
2457
- };
2458
- function vs(o, t) {
2459
- return e(), r("svg", xs, [...t[0] || (t[0] = [
2460
- n("g", {
2461
- fill: "none",
2462
- stroke: "currentColor",
2463
- "stroke-linecap": "round",
2464
- "stroke-linejoin": "round",
2465
- "stroke-width": "2"
2466
- }, [
2467
- n("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
2468
- n("path", { d: "M17 8l-5-5l-5 5" }),
2469
- n("path", { d: "M12 3v12" })
2470
- ], -1)
2471
- ])]);
2472
- }
2473
- const ks = /* @__PURE__ */ s(fs, [["render", vs]]), ms = {}, $s = {
2474
- xmlns: "http://www.w3.org/2000/svg",
2475
- width: "24",
2476
- height: "24",
2477
- viewBox: "0 0 24 24"
2478
- };
2479
- function Ms(o, t) {
2480
- return e(), r("svg", $s, [...t[0] || (t[0] = [
2481
- n("g", {
2482
- fill: "none",
2483
- stroke: "currentColor",
2484
- "stroke-linecap": "round",
2485
- "stroke-linejoin": "round",
2486
- "stroke-width": "2"
2487
- }, [
2488
- n("path", { d: "M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" }),
2489
- n("circle", {
2490
- cx: "12",
2491
- cy: "7",
2492
- r: "4"
2493
- })
2494
- ], -1)
2495
- ])]);
2496
- }
2497
- const ys = /* @__PURE__ */ s(ms, [["render", Ms]]), Cs = {}, Bs = {
2498
- xmlns: "http://www.w3.org/2000/svg",
2499
- width: "24",
2500
- height: "24",
2501
- viewBox: "0 0 24 24"
2502
- };
2503
- function js(o, t) {
2504
- return e(), r("svg", Bs, [...t[0] || (t[0] = [
2505
- n("g", {
2506
- fill: "none",
2507
- stroke: "currentColor",
2508
- "stroke-linecap": "round",
2509
- "stroke-linejoin": "round",
2510
- "stroke-width": "2"
2511
- }, [
2512
- n("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
2513
- n("circle", {
2514
- cx: "9",
2515
- cy: "7",
2516
- r: "4"
2517
- }),
2518
- n("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75" })
2519
- ], -1)
2520
- ])]);
2521
- }
2522
- const Hs = /* @__PURE__ */ s(Cs, [["render", js]]), Vs = {}, Ls = {
2523
- xmlns: "http://www.w3.org/2000/svg",
2524
- width: "24",
2525
- height: "24",
2526
- viewBox: "0 0 24 24"
2527
- };
2528
- function zs(o, t) {
2529
- return e(), r("svg", Ls, [...t[0] || (t[0] = [
2530
- n("g", {
2531
- fill: "none",
2532
- stroke: "currentColor",
2533
- "stroke-linecap": "round",
2534
- "stroke-linejoin": "round",
2535
- "stroke-width": "2"
2536
- }, [
2537
- n("path", { d: "m16 13l5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }),
2538
- n("rect", {
2539
- width: "14",
2540
- height: "10",
2541
- x: "2",
2542
- y: "6",
2543
- rx: "2"
2544
- })
2545
- ], -1)
2546
- ])]);
2547
- }
2548
- const As = /* @__PURE__ */ s(Vs, [["render", zs]]), Ss = {}, bs = {
2549
- xmlns: "http://www.w3.org/2000/svg",
2550
- width: "24",
2551
- height: "24",
2552
- viewBox: "0 0 24 24"
2553
- };
2554
- function Zs(o, t) {
2555
- return e(), r("svg", bs, [...t[0] || (t[0] = [
2556
- n("g", {
2557
- fill: "none",
2558
- stroke: "currentColor",
2559
- "stroke-linecap": "round",
2560
- "stroke-linejoin": "round",
2561
- "stroke-width": "2"
2562
- }, [
2563
- n("path", { d: "M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10" }),
2564
- n("path", { d: "m1 1l22 22" }),
2565
- n("path", { d: "M16 16H3V7" })
2566
- ], -1)
2567
- ])]);
2568
- }
2569
- const Fs = /* @__PURE__ */ s(Ss, [["render", Zs]]), qs = {}, Is = {
2570
- xmlns: "http://www.w3.org/2000/svg",
2571
- width: "24",
2572
- height: "24",
2573
- viewBox: "0 0 24 24"
2574
- };
2575
- function Ts(o, t) {
2576
- return e(), r("svg", Is, [...t[0] || (t[0] = [
2577
- n("g", {
2578
- fill: "none",
2579
- stroke: "currentColor",
2580
- "stroke-linecap": "round",
2581
- "stroke-linejoin": "round",
2582
- "stroke-width": "2"
2583
- }, [
2584
- n("path", { d: "M11 5L6 9H2v6h4l5 4V5z" }),
2585
- n("path", { d: "M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" })
2586
- ], -1)
2587
- ])]);
2588
- }
2589
- const Ps = /* @__PURE__ */ s(qs, [["render", Ts]]), Rs = {}, Us = {
2590
- xmlns: "http://www.w3.org/2000/svg",
2591
- width: "24",
2592
- height: "24",
2593
- viewBox: "0 0 24 24"
2594
- };
2595
- function Ds(o, t) {
2596
- return e(), r("svg", Us, [...t[0] || (t[0] = [
2597
- n("g", {
2598
- fill: "none",
2599
- stroke: "currentColor",
2600
- "stroke-linecap": "round",
2601
- "stroke-linejoin": "round",
2602
- "stroke-width": "2"
2603
- }, [
2604
- n("path", { d: "M11 5L6 9H2v6h4l5 4V5z" }),
2605
- n("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" })
2606
- ], -1)
2607
- ])]);
2608
- }
2609
- const Os = /* @__PURE__ */ s(Rs, [["render", Ds]]), Es = {}, Ns = {
2610
- xmlns: "http://www.w3.org/2000/svg",
2611
- width: "24",
2612
- height: "24",
2613
- viewBox: "0 0 24 24"
2614
- };
2615
- function Xs(o, t) {
2616
- return e(), r("svg", Ns, [...t[0] || (t[0] = [
2617
- n("g", {
2618
- fill: "none",
2619
- stroke: "currentColor",
2620
- "stroke-linecap": "round",
2621
- "stroke-linejoin": "round",
2622
- "stroke-width": "2"
2623
- }, [
2624
- n("path", { d: "M11 5L6 9H2v6h4l5 4V5z" }),
2625
- n("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" })
2626
- ], -1)
2627
- ])]);
2628
- }
2629
- const Gs = /* @__PURE__ */ s(Es, [["render", Xs]]), Ks = {}, Js = {
2630
- xmlns: "http://www.w3.org/2000/svg",
2631
- width: "24",
2632
- height: "24",
2633
- viewBox: "0 0 24 24"
2634
- };
2635
- function Qs(o, t) {
2636
- return e(), r("svg", Js, [...t[0] || (t[0] = [
2637
- n("g", {
2638
- fill: "none",
2639
- stroke: "currentColor",
2640
- "stroke-linecap": "round",
2641
- "stroke-linejoin": "round",
2642
- "stroke-width": "2"
2643
- }, [
2644
- n("path", { d: "M11 5L6 9H2v6h4l5 4V5z" })
2645
- ], -1)
2646
- ])]);
2647
- }
2648
- const Ws = /* @__PURE__ */ s(Ks, [["render", Qs]]), Ys = {}, ti = {
2649
- xmlns: "http://www.w3.org/2000/svg",
2650
- width: "24",
2651
- height: "24",
2652
- viewBox: "0 0 24 24"
2653
- };
2654
- function ni(o, t) {
2655
- return e(), r("svg", ti, [...t[0] || (t[0] = [
2656
- n("g", {
2657
- fill: "none",
2658
- stroke: "currentColor",
2659
- "stroke-linecap": "round",
2660
- "stroke-linejoin": "round",
2661
- "stroke-width": "2"
2662
- }, [
2663
- n("path", { d: "M11 5L6 9H2v6h4l5 4V5z" }),
2664
- n("path", { d: "M22 9l-6 6" }),
2665
- n("path", { d: "M16 9l6 6" })
2666
- ], -1)
2667
- ])]);
2668
- }
2669
- const oi = /* @__PURE__ */ s(Ys, [["render", ni]]), ei = {}, ri = {
2670
- xmlns: "http://www.w3.org/2000/svg",
2671
- width: "24",
2672
- height: "24",
2673
- viewBox: "0 0 24 24"
2674
- };
2675
- function si(o, t) {
2676
- return e(), r("svg", ri, [...t[0] || (t[0] = [
2677
- n("g", {
2678
- fill: "none",
2679
- stroke: "currentColor",
2680
- "stroke-linecap": "round",
2681
- "stroke-linejoin": "round",
2682
- "stroke-width": "2"
2683
- }, [
2684
- n("path", { d: "M18 6L6 18" }),
2685
- n("path", { d: "M6 6l12 12" })
2686
- ], -1)
2687
- ])]);
2688
- }
2689
- const ii = /* @__PURE__ */ s(ei, [["render", si]]), li = {}, ci = {
2690
- xmlns: "http://www.w3.org/2000/svg",
2691
- width: "24",
2692
- height: "24",
2693
- viewBox: "0 0 24 24"
2694
- };
2695
- function di(o, t) {
2696
- return e(), r("svg", ci, [...t[0] || (t[0] = [
2697
- n("g", {
2698
- fill: "none",
2699
- stroke: "currentColor",
2700
- "stroke-linecap": "round",
2701
- "stroke-linejoin": "round",
2702
- "stroke-width": "2"
2703
- }, [
2704
- n("circle", {
2705
- cx: "12",
2706
- cy: "12",
2707
- r: "10"
2708
- }),
2709
- n("path", { d: "m15 9l-6 6" }),
2710
- n("path", { d: "m9 9l6 6" })
2711
- ], -1)
2712
- ])]);
2713
- }
2714
- const hi = /* @__PURE__ */ s(li, [["render", di]]), wi = {}, ai = {
2715
- xmlns: "http://www.w3.org/2000/svg",
2716
- width: "24",
2717
- height: "24",
2718
- viewBox: "0 0 24 24"
2719
- };
2720
- function _i(o, t) {
2721
- return e(), r("svg", ai, [...t[0] || (t[0] = [
2722
- n("g", {
2723
- fill: "none",
2724
- stroke: "currentColor",
2725
- "stroke-linecap": "round",
2726
- "stroke-linejoin": "round",
2727
- "stroke-width": "2"
2728
- }, [
2729
- n("path", { d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.32A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.32A1 1 0 0 0 11 14z" })
2730
- ], -1)
2731
- ])]);
2732
- }
2733
- const gi = /* @__PURE__ */ s(wi, [["render", _i]]), ui = {}, pi = {
2734
- xmlns: "http://www.w3.org/2000/svg",
2735
- width: "24",
2736
- height: "24",
2737
- viewBox: "0 0 24 24"
2738
- };
2739
- function fi(o, t) {
2740
- return e(), r("svg", pi, [...t[0] || (t[0] = [
2741
- i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="11" cy="11" r="8"></circle><path d="m21 21l-4.35-4.35"></path><path d="M11 8v6"></path><path d="M8 11h6"></path></g>', 1)
2742
- ])]);
2743
- }
2744
- const xi = /* @__PURE__ */ s(ui, [["render", fi]]), vi = {}, ki = {
2745
- xmlns: "http://www.w3.org/2000/svg",
2746
- width: "24",
2747
- height: "24",
2748
- viewBox: "0 0 24 24"
2749
- };
2750
- function mi(o, t) {
2751
- return e(), r("svg", ki, [...t[0] || (t[0] = [
2752
- n("g", {
2753
- fill: "none",
2754
- stroke: "currentColor",
2755
- "stroke-linecap": "round",
2756
- "stroke-linejoin": "round",
2757
- "stroke-width": "2"
2758
- }, [
2759
- n("circle", {
2760
- cx: "11",
2761
- cy: "11",
2762
- r: "8"
2763
- }),
2764
- n("path", { d: "m21 21l-4.35-4.35" }),
2765
- n("path", { d: "M8 11h6" })
2766
- ], -1)
2767
- ])]);
2768
- }
2769
- const $i = /* @__PURE__ */ s(vi, [["render", mi]]), Mi = {}, yi = {
2770
- xmlns: "http://www.w3.org/2000/svg",
2771
- width: "16",
2772
- height: "16",
2773
- viewBox: "0 0 16 16"
2774
- };
2775
- function Ci(o, t) {
2776
- return e(), r("svg", yi, [...t[0] || (t[0] = [
2777
- n("path", {
2778
- fill: "currentColor",
2779
- d: "M4 2h4.5a3.501 3.501 0 0 1 2.852 5.53A3.499 3.499 0 0 1 9.5 14H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m1 7v3h4.5a1.5 1.5 0 0 0 0-3Zm3.5-2a1.5 1.5 0 0 0 0-3H5v3Z"
2780
- }, null, -1)
2781
- ])]);
2782
- }
2783
- const Bi = /* @__PURE__ */ s(Mi, [["render", Ci]]), ji = {}, Hi = {
2784
- xmlns: "http://www.w3.org/2000/svg",
2785
- width: "24",
2786
- height: "24",
2787
- viewBox: "0 0 24 24"
2788
- };
2789
- function Vi(o, t) {
2790
- return e(), r("svg", Hi, [...t[0] || (t[0] = [
2791
- n("path", {
2792
- fill: "none",
2793
- stroke: "currentColor",
2794
- "stroke-linecap": "round",
2795
- "stroke-linejoin": "round",
2796
- "stroke-width": "2",
2797
- d: "M11 5h6M7 19h6m1-14l-4 14"
2798
- }, null, -1)
2799
- ])]);
2800
- }
2801
- const Li = /* @__PURE__ */ s(ji, [["render", Vi]]), zi = {}, Ai = {
2802
- xmlns: "http://www.w3.org/2000/svg",
2803
- width: "16",
2804
- height: "16",
2805
- viewBox: "0 0 16 16"
2806
- };
2807
- function Si(o, t) {
2808
- return e(), r("svg", Ai, [...t[0] || (t[0] = [
2809
- n("path", {
2810
- fill: "currentColor",
2811
- d: "M2.5 1a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h9.002a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3a1.5 1.5 0 0 1-1.001 1.415V7a2 2 0 0 1-2 2H11l.003 1.74a1.5 1.5 0 0 1-.69 1.265l-4.54 2.916a.5.5 0 0 1-.77-.421V9H5a2 2 0 0 1-2-2V5.915A1.5 1.5 0 0 1 2 4.5v-3a.5.5 0 0 1 .5-.5m3.503 8v4.585l3.77-2.422a.5.5 0 0 0 .23-.421L10 9zM4 7a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6H4z"
2812
- }, null, -1)
2813
- ])]);
2814
- }
2815
- const bi = /* @__PURE__ */ s(zi, [["render", Si]]), w = {
2816
- alert: k,
2817
- "alert-circle": y,
2818
- archive: H,
2819
- "arrow-down": A,
2820
- "arrow-left": F,
2821
- "arrow-right": P,
2822
- "arrow-up": O,
2823
- "at-sign": G,
2824
- bell: W,
2825
- bookmark: ot,
2826
- camera: it,
2827
- check: ht,
2828
- "check-circle": gt,
2829
- "check-square": xt,
2830
- "chevron-down": $t,
2831
- "chevron-left": Bt,
2832
- "chevron-right": Lt,
2833
- "chevron-up": bt,
2834
- circle: It,
2835
- clock: Ut,
2836
- close: Nt,
2837
- cloud: Jt,
2838
- "cloud-download": tn,
2839
- "cloud-upload": rn,
2840
- code: dn,
2841
- command: _n,
2842
- copy: fn,
2843
- "credit-card": mn,
2844
- database: Cn,
2845
- download: Vn,
2846
- edit: Sn,
2847
- "external-link": qn,
2848
- eye: Rn,
2849
- "eye-off": En,
2850
- "fast-forward": Kn,
2851
- file: Yn,
2852
- "file-audio": eo,
2853
- "file-image": lo,
2854
- "file-pdf": ao,
2855
- "file-text": po,
2856
- "file-video": ko,
2857
- "file-zip": yo,
2858
- filter: Ho,
2859
- folder: Ao,
2860
- "folder-open": Fo,
2861
- "folder-plus": Po,
2862
- grid: Oo,
2863
- hamburger: Go,
2864
- hash: Wo,
2865
- heart: oe,
2866
- "help-circle": ie,
2867
- home: he,
2868
- image: ge,
2869
- inbox: xe,
2870
- info: $e,
2871
- key: Be,
2872
- layout: Le,
2873
- link: be,
2874
- "link-2": Ie,
2875
- list: Ue,
2876
- loading: Ne,
2877
- lock: Je,
2878
- "log-in": tr,
2879
- "log-out": rr,
2880
- mail: cr,
2881
- maximize: ar,
2882
- menu: pr,
2883
- "message-circle": kr,
2884
- "message-square": yr,
2885
- mic: Hr,
2886
- "mic-off": Ar,
2887
- minimize: Fr,
2888
- minus: Pr,
2889
- moon: Or,
2890
- "more-horizontal": Gr,
2891
- "more-vertical": Wr,
2892
- move: o2,
2893
- package: i2,
2894
- paperclip: h2,
2895
- pause: g2,
2896
- phone: x2,
2897
- play: $2,
2898
- plus: B2,
2899
- printer: L2,
2900
- "radio-button": b2,
2901
- "refresh-cw": I2,
2902
- repeat: U2,
2903
- rewind: N2,
2904
- "rotate-ccw": J2,
2905
- "rotate-cw": t1,
2906
- save: r1,
2907
- scissors: c1,
2908
- search: a1,
2909
- send: p1,
2910
- server: k1,
2911
- settings: y1,
2912
- share: H1,
2913
- shield: A1,
2914
- shuffle: F1,
2915
- sidebar: P1,
2916
- "skip-back": O1,
2917
- "skip-forward": G1,
2918
- slider: W1,
2919
- sliders: o0,
2920
- "sort-asc": i0,
2921
- "sort-desc": h0,
2922
- square: g0,
2923
- star: x0,
2924
- stop: $0,
2925
- sun: B0,
2926
- tag: L0,
2927
- tags: b0,
2928
- terminal: I0,
2929
- "thumbs-down": U0,
2930
- "thumbs-up": N0,
2931
- "toggle-left": J0,
2932
- "toggle-right": ts,
2933
- trash: rs,
2934
- "trash-2": cs,
2935
- unlink: as,
2936
- unlock: ps,
2937
- upload: ks,
2938
- user: ys,
2939
- users: Hs,
2940
- video: As,
2941
- "video-off": Fs,
2942
- volume: Ps,
2943
- "volume-1": Os,
2944
- "volume-2": Gs,
2945
- "volume-mute": Ws,
2946
- "volume-x": oi,
2947
- x: ii,
2948
- "x-circle": hi,
2949
- zap: gi,
2950
- "zoom-in": xi,
2951
- "zoom-out": $i,
2952
- bold: Bi,
2953
- italic: Li,
2954
- highlight: bi
2955
- }, Ii = /* @__PURE__ */ a({
2956
- __name: "Icon",
2957
- props: {
2958
- icon: {},
2959
- class: {},
2960
- size: {}
2961
- },
2962
- setup(o) {
2963
- const t = o, l = h(() => t.size ?? 24), c = h(() => t.icon ? Zi[t.icon] : "");
2964
- return (d, Fi) => c.value ? (e(), _(u(c.value), {
2965
- key: 0,
2966
- class: p(["shrink-0", t.class]),
2967
- width: l.value,
2968
- height: l.value
2969
- }, null, 8, ["class", "width", "height"])) : g(d.$slots, "default", { key: 1 });
2970
- }
2971
- }), Zi = w, Ti = Object.keys(w);
2972
- export {
2973
- Zi as I,
2974
- Ii as _,
2975
- s as a,
2976
- Ti as i
2977
- };