@richpods/tiny-geojson-tool 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
- import { ref as F, computed as I, defineComponent as Z, watch as R, onMounted as a1, onUnmounted as u1, openBlock as k, createElementBlock as b, Fragment as z, renderList as o1, createElementVNode as r, normalizeClass as q, createStaticVNode as d1, createCommentVNode as D, normalizeStyle as G, toDisplayString as x, createTextVNode as V, withDirectives as C1, vModelText as L1, nextTick as _1, createVNode as K, useModel as A1, mergeModels as S1 } from "vue";
2
- import U, { LngLatBounds as V1, Popup as p1 } from "maplibre-gl";
3
- import { Protocol as g1 } from "pmtiles";
4
- const T1 = {
1
+ import { ref as F, computed as I, defineComponent as N, watch as O, onMounted as o1, onUnmounted as d1, openBlock as x, createElementBlock as k, Fragment as $, renderList as a1, createElementVNode as n, normalizeClass as j, createStaticVNode as p1, createCommentVNode as D, normalizeStyle as G, toDisplayString as w, createTextVNode as B, withDirectives as T1, vModelText as P1, nextTick as D1, createVNode as K, useModel as F1, mergeModels as i1 } from "vue";
2
+ import U, { LngLatBounds as I1, Popup as g1 } from "maplibre-gl";
3
+ import { Protocol as v1 } from "pmtiles";
4
+ const $1 = {
5
5
  toolSelect: "Select",
6
6
  toolPoint: "Point",
7
7
  toolMarker: "Marker",
@@ -40,7 +40,7 @@ const T1 = {
40
40
  layerMarker: "Marker",
41
41
  layerLine: "Line",
42
42
  layerPolygon: "Polygon"
43
- }, v1 = 10, m1 = [0, 20], f1 = 2, P = {
43
+ }, m1 = 10, f1 = [0, 20], y1 = 2, P = {
44
44
  fill: "#555555",
45
45
  fillOpacity: 0.6,
46
46
  stroke: "#555555",
@@ -53,16 +53,16 @@ const T1 = {
53
53
  small: 0.66,
54
54
  medium: 1,
55
55
  large: 1.5
56
- }, P1 = {
56
+ }, z1 = {
57
57
  fill: "editor-fill",
58
58
  line: "editor-line",
59
59
  points: "editor-points",
60
60
  symbols: "editor-symbols",
61
61
  labels: "editor-labels",
62
62
  vertices: "editor-vertices"
63
- }, H = "editor-geojson", i1 = "drawing-temp", s1 = "drawing-temp-line", c1 = "drawing-temp-vertices";
64
- function y1(e) {
65
- function i() {
63
+ }, H = "editor-geojson", s1 = "drawing-temp", c1 = "drawing-temp-line", u1 = "drawing-temp-vertices";
64
+ function h1(e) {
65
+ function l() {
66
66
  return {
67
67
  version: 8,
68
68
  name: "Shortbread PMTiles",
@@ -203,28 +203,28 @@ function y1(e) {
203
203
  ]
204
204
  };
205
205
  }
206
- return { getStyle: i };
206
+ return { getStyle: l };
207
207
  }
208
- const h1 = ["coalesce", ["get", "marker-size"], P.markerSize];
209
- function E(e, i, a) {
208
+ const w1 = ["coalesce", ["get", "marker-size"], P.markerSize];
209
+ function E(e, l, u) {
210
210
  return [
211
211
  "match",
212
- h1,
212
+ w1,
213
213
  "small",
214
214
  ["literal", e],
215
215
  "large",
216
- ["literal", a],
217
- ["literal", i]
216
+ ["literal", u],
217
+ ["literal", l]
218
218
  ];
219
219
  }
220
- function W(e, i) {
221
- const a = ["==", ["get", "id"], e];
222
- return i === "Polygon" ? [
220
+ function W(e, l) {
221
+ const u = ["==", ["get", "id"], e];
222
+ return l === "Polygon" ? [
223
223
  {
224
224
  id: `editor-fill-${e}`,
225
225
  type: "fill",
226
226
  source: H,
227
- filter: a,
227
+ filter: u,
228
228
  paint: {
229
229
  "fill-color": ["coalesce", ["get", "fill"], P.fill],
230
230
  "fill-opacity": ["coalesce", ["get", "fill-opacity"], P.fillOpacity]
@@ -234,7 +234,7 @@ function W(e, i) {
234
234
  id: `editor-line-${e}`,
235
235
  type: "line",
236
236
  source: H,
237
- filter: a,
237
+ filter: u,
238
238
  paint: {
239
239
  "line-color": ["coalesce", ["get", "stroke"], P.stroke],
240
240
  "line-opacity": [
@@ -245,12 +245,12 @@ function W(e, i) {
245
245
  "line-width": ["coalesce", ["get", "stroke-width"], P.strokeWidth]
246
246
  }
247
247
  }
248
- ] : i === "LineString" ? [
248
+ ] : l === "LineString" ? [
249
249
  {
250
250
  id: `editor-line-${e}`,
251
251
  type: "line",
252
252
  source: H,
253
- filter: a,
253
+ filter: u,
254
254
  paint: {
255
255
  "line-color": ["coalesce", ["get", "stroke"], P.stroke],
256
256
  "line-opacity": [
@@ -266,7 +266,7 @@ function W(e, i) {
266
266
  id: `editor-points-${e}`,
267
267
  type: "circle",
268
268
  source: H,
269
- filter: ["all", a, ["!", ["has", "marker-symbol"]]],
269
+ filter: ["all", u, ["!", ["has", "marker-symbol"]]],
270
270
  paint: {
271
271
  "circle-radius": ["coalesce", ["get", "circle-radius"], P.circleRadius],
272
272
  "circle-color": ["coalesce", ["get", "fill"], P.fill],
@@ -280,12 +280,12 @@ function W(e, i) {
280
280
  id: `editor-symbols-${e}`,
281
281
  type: "symbol",
282
282
  source: H,
283
- filter: ["all", a, ["has", "marker-symbol"]],
283
+ filter: ["all", u, ["has", "marker-symbol"]],
284
284
  layout: {
285
285
  "icon-image": ["get", "marker-symbol"],
286
286
  "icon-size": [
287
287
  "match",
288
- h1,
288
+ w1,
289
289
  "small",
290
290
  X.small,
291
291
  "large",
@@ -303,7 +303,7 @@ function W(e, i) {
303
303
  id: `editor-labels-${e}`,
304
304
  type: "symbol",
305
305
  source: H,
306
- filter: ["all", a, ["has", "marker-label"]],
306
+ filter: ["all", u, ["has", "marker-label"]],
307
307
  layout: {
308
308
  "text-field": ["get", "marker-label"],
309
309
  "text-size": 13,
@@ -376,22 +376,22 @@ function W(e, i) {
376
376
  }
377
377
  ];
378
378
  }
379
- function e1(e, i) {
380
- return i === "Polygon" ? [`editor-fill-${e}`, `editor-line-${e}`] : i === "LineString" ? [`editor-line-${e}`] : [
379
+ function e1(e, l) {
380
+ return l === "Polygon" ? [`editor-fill-${e}`, `editor-line-${e}`] : l === "LineString" ? [`editor-line-${e}`] : [
381
381
  `editor-points-${e}`,
382
382
  `editor-symbols-${e}`,
383
383
  `editor-labels-${e}`
384
384
  ];
385
385
  }
386
386
  function Y(e) {
387
- const i = [];
388
- for (const a of e)
389
- a.geomType === "Polygon" ? i.push(`editor-fill-${a.id}`, `editor-line-${a.id}`) : a.geomType === "LineString" ? i.push(`editor-line-${a.id}`) : i.push(`editor-points-${a.id}`, `editor-symbols-${a.id}`);
390
- return i;
387
+ const l = [];
388
+ for (const u of e)
389
+ u.geomType === "Polygon" ? l.push(`editor-fill-${u.id}`, `editor-line-${u.id}`) : u.geomType === "LineString" ? l.push(`editor-line-${u.id}`) : l.push(`editor-points-${u.id}`, `editor-symbols-${u.id}`);
390
+ return l;
391
391
  }
392
- function B1(e) {
392
+ function H1(e) {
393
393
  return {
394
- id: P1.vertices,
394
+ id: z1.vertices,
395
395
  type: "circle",
396
396
  source: H,
397
397
  filter: ["==", "id", e ?? ""],
@@ -401,31 +401,31 @@ function B1(e) {
401
401
  }
402
402
  };
403
403
  }
404
- function w1(e, i, a, o) {
405
- const g = new Set(a.map((d) => d.id)), l = new Map(i.map((d) => [d.id, d.geomType]));
406
- for (const d of i)
407
- if (!g.has(d.id))
408
- for (const v of e1(d.id, d.geomType))
404
+ function x1(e, l, u, a) {
405
+ const i = new Set(u.map((o) => o.id)), y = new Map(l.map((o) => [o.id, o.geomType]));
406
+ for (const o of l)
407
+ if (!i.has(o.id))
408
+ for (const d of e1(o.id, o.geomType))
409
+ e.getLayer(d) && e.removeLayer(d);
410
+ for (const o of u) {
411
+ const d = y.get(o.id);
412
+ if (d === void 0)
413
+ for (const v of W(o.id, o.geomType))
414
+ e.addLayer(v, a);
415
+ else if (d !== o.geomType) {
416
+ for (const v of e1(o.id, d))
409
417
  e.getLayer(v) && e.removeLayer(v);
410
- for (const d of a) {
411
- const v = l.get(d.id);
412
- if (v === void 0)
413
- for (const m of W(d.id, d.geomType))
414
- e.addLayer(m, o);
415
- else if (v !== d.geomType) {
416
- for (const m of e1(d.id, v))
417
- e.getLayer(m) && e.removeLayer(m);
418
- for (const m of W(d.id, d.geomType))
419
- e.addLayer(m, o);
418
+ for (const v of W(o.id, o.geomType))
419
+ e.addLayer(v, a);
420
420
  }
421
421
  }
422
- for (let d = a.length - 1; d >= 0; d--) {
423
- const v = a[d];
424
- for (const m of e1(v.id, v.geomType))
425
- e.moveLayer(m, o);
422
+ for (let o = u.length - 1; o >= 0; o--) {
423
+ const d = u[o];
424
+ for (const v of e1(d.id, d.geomType))
425
+ e.moveLayer(v, a);
426
426
  }
427
427
  }
428
- function D1() {
428
+ function U1() {
429
429
  return [
430
430
  {
431
431
  id: "drawing-temp-fill",
@@ -459,67 +459,67 @@ function D1() {
459
459
  }
460
460
  ];
461
461
  }
462
- const F1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M186.62 464H160a16 16 0 0 1-14.57-22.6l64.46-142.25L113.1 297l-35.3 42.77C71.07 348.23 65.7 352 52 352H34.08a17.66 17.66 0 0 1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4 0 0 0 0-.15 15 15 0 0 1-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93 2.56-16.06a16.83 16.83 0 0 1 13.6-6.7H52c10.23 0 20.16 4.59 26 12l34.57 42.05 97.32-1.44-64.44-142A16 16 0 0 1 160 48h26.91a25 25 0 0 1 19.35 9.8l125.05 152 57.77-1.52c4.23-.23 15.95-.31 18.66-.31C463 208 496 225.94 496 256c0 9.46-3.78 27-29.07 38.16-14.93 6.6-34.85 9.94-59.21 9.94-2.68 0-14.37-.08-18.66-.31l-57.76-1.54-125.36 152a25 25 0 0 1-19.32 9.75'/></svg>", I1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m0 319.91a20 20 0 1 1 20-20 20 20 0 0 1-20 20m21.72-201.15-5.74 122a16 16 0 0 1-32 0l-5.74-121.94v-.05a21.74 21.74 0 1 1 43.44 0Z'/></svg>", z1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M424.11 192H360L268.8 70.4a16 16 0 0 0-25.6 0L152 192H87.89a32.57 32.57 0 0 0-32.62 32.44 30.3 30.3 0 0 0 1.31 9l46.27 163.14a50.72 50.72 0 0 0 48.84 36.91h208.62a51.21 51.21 0 0 0 49-36.86l46.33-163.36a15.6 15.6 0 0 0 .46-2.36l.53-4.93a13 13 0 0 0 .09-1.55A32.57 32.57 0 0 0 424.11 192M256 106.67 320 192H192Zm0 245a37.7 37.7 0 1 1 37.88-37.7A37.87 37.87 0 0 1 256 351.63Z'/></svg>", $1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m256 233.37 34.45-34.45a207.08 207.08 0 0 1-50.12-135.25c0-5 .19-10.05.54-15A207.1 207.1 0 0 0 120.67 98ZM313.14 176.23 391.33 98A207.07 207.07 0 0 0 273 48.8c-.41 4.9-.64 9.86-.64 14.87a175.25 175.25 0 0 0 40.78 112.56M335.77 198.86a175.25 175.25 0 0 0 112.56 40.81c5 0 10-.23 14.87-.64A207.07 207.07 0 0 0 414 120.67ZM176.23 313.14a175.23 175.23 0 0 0-112.56-40.81q-7.52 0-14.87.64A207.07 207.07 0 0 0 98 391.33ZM256 278.63l-34.45 34.45a207.08 207.08 0 0 1 50.12 135.25c0 5-.19 10.05-.54 15A207.06 207.06 0 0 0 391.33 414ZM448.33 271.67a207.08 207.08 0 0 1-135.25-50.12L278.63 256 414 391.33a207.1 207.1 0 0 0 49.39-120.2c-5.01.35-10.02.54-15.06.54M233.37 256 98 120.67a207.06 207.06 0 0 0-49.39 120.2c5-.35 10-.54 15-.54a207.08 207.08 0 0 1 135.25 50.12ZM120.67 414A207.07 207.07 0 0 0 239 463.2q.63-7.35.64-14.87a175.23 175.23 0 0 0-40.81-112.56Z'/></svg>", H1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 230.7a79.4 79.4 0 0 0-32-6.7H112a79.5 79.5 0 0 0-32 6.69A80.09 80.09 0 0 0 32 304v112a16 16 0 0 0 32 0v-8a8.1 8.1 0 0 1 8-8h368a8.1 8.1 0 0 1 8 8v8a16 16 0 0 0 32 0V304a80.09 80.09 0 0 0-48-73.3M376 80H136a56 56 0 0 0-56 56v72a4 4 0 0 0 5.11 3.84A95.5 95.5 0 0 1 112 208h4.23a4 4 0 0 0 4-3.55A32 32 0 0 1 152 176h56a32 32 0 0 1 31.8 28.45 4 4 0 0 0 4 3.55h24.46a4 4 0 0 0 4-3.55A32 32 0 0 1 304 176h56a32 32 0 0 1 31.8 28.45 4 4 0 0 0 4 3.55h4.2a95.5 95.5 0 0 1 26.89 3.85A4 4 0 0 0 432 208v-72a56 56 0 0 0-56-56'/></svg>", U1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M392 208h-24v-5.74A63.93 63.93 0 0 0 321.65 96a111 111 0 0 0-27.59-47.29A108.62 108.62 0 0 0 216 16c-29.91 0-57.78 12.28-79 34.68a56 56 0 0 0-67.51 77.54A63.91 63.91 0 0 0 80 231.39V440a56.06 56.06 0 0 0 56 56h176a56.06 56.06 0 0 0 56-56v-8h24a72.08 72.08 0 0 0 72-72v-80a72.08 72.08 0 0 0-72-72M176 416a16 16 0 0 1-32 0V256a16 16 0 0 1 32 0Zm64 0a16 16 0 0 1-32 0V256a16 16 0 0 1 32 0Zm64 0a16 16 0 0 1-32 0V256a16 16 0 0 1 32 0Zm16-224c-8.33 0-20.55-5.18-26.69-11.31A16 16 0 0 0 282 176H160a16 16 0 0 0-15 10.53c-6.83 18.68-23.6 21.47-33 21.47a32 32 0 0 1 0-64c.09 0 9.12.34 16.4 5.8a16 16 0 1 0 19.2-25.6A63.7 63.7 0 0 0 112 112a63.6 63.6 0 0 0-14 1.57A24 24 0 0 1 120 80a23.78 23.78 0 0 1 19.38 9.84 51.4 51.4 0 0 1 4.71 7.9A16 16 0 0 0 176 96c0-6.77-3.61-15.17-10.76-25-.46-.63-1-1.25-1.45-1.86C178.39 55.44 196.64 48 216 48a76.86 76.86 0 0 1 55.23 23.18A80.2 80.2 0 0 1 292.61 142a16 16 0 0 0 12.73 18.71 16.3 16.3 0 0 0 3 .28 16 16 0 0 0 15.7-13 112 112 0 0 0 1.96-19.42 32 32 0 0 1-6 63.43m112 168a40 40 0 0 1-40 40h-24V240h24a40 40 0 0 1 40 40Z'/></svg>", E1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M388 448a92 92 0 1 1 92-92 92.1 92.1 0 0 1-92 92m0-152a60 60 0 1 0 60 60 60.07 60.07 0 0 0-60-60M124 448a92 92 0 1 1 92-92 92.1 92.1 0 0 1-92 92m0-152a60 60 0 1 0 60 60 60.07 60.07 0 0 0-60-60M320 128a31.89 31.89 0 0 0 32-32.1A31.55 31.55 0 0 0 320.2 64a32 32 0 1 0-.2 64'/><path d='M367.55 192h-43.76a4 4 0 0 1-3.51-2.08l-31.74-58.17a31 31 0 0 0-49.38-7.75l-69.86 70.4a32.56 32.56 0 0 0-9.3 22.4c0 17.4 12.6 23.6 18.5 27.1 28.5 16.42 48.57 28.43 59.58 35.1a4 4 0 0 1 1.92 3.41v69.12c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 272 352v-86a16 16 0 0 0-6.66-13l-37-26.61a4 4 0 0 1-.58-6l42-44.79a4 4 0 0 1 6.42.79L298 215.77a16 16 0 0 0 14 8.23h56a16 16 0 0 0 16-16.77c-.42-8.61-7.84-15.23-16.45-15.23'/></svg>", R1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M416 473.14a6.83 6.83 0 0 0-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05 10.05 0 0 0-12.72-1.51c-50.33 32.42-111.61 32.44-161.95.05a10.09 10.09 0 0 0-12.82 1.56c-10.77 11.28-35.19 33.3-62.43 47.75a7.11 7.11 0 0 0-3.89 5.73 6.73 6.73 0 0 0 7.92 7.15c20.85-4.18 41-13.68 60.2-23.83a8.71 8.71 0 0 1 8-.06 185.14 185.14 0 0 0 167.81 0 8.82 8.82 0 0 1 8.09.06c19.1 10 39.22 19.59 60 23.8a6.73 6.73 0 0 0 8-6.71ZM476.71 246.91c-3.49-8.39-10.9-14.89-20.9-18.35L432 219.08V136a64 64 0 0 0-64-64h-32v-8a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v8h-32a64 64 0 0 0-64 64v83.15l-23.58 9.39c-9.94 3.3-17.63 10-21.15 18.44-2.45 5.89-5.25 15-1.3 26.46l.1.3 46.66 119.44A23.33 23.33 0 0 0 102.58 408c.5 0 1 0 1.53-.05 31.32-2 56-17.27 72.6-31.61C200.42 396.81 228.31 408 256 408s55.43-11.2 79.14-31.7c16.59 14.36 41.3 29.67 72.61 31.65a23.36 23.36 0 0 0 23.37-14.74l46.65-119c3.28-8.09 2.9-17.76-1.06-27.3M269 154.21l-1.14-.4a39.53 39.53 0 0 0-23.73 0l-.58.18-126.07 50.23a4 4 0 0 1-5.48-3.72V136a32 32 0 0 1 32-32h224a32 32 0 0 1 32 32v64.44a4 4 0 0 1-5.48 3.72Z'/></svg>", O1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M400 32H112a48 48 0 0 0-48 48v320a47.9 47.9 0 0 0 16 35.74V454a26 26 0 0 0 26 26h28a26 26 0 0 0 26-26v-6h192v6a26 26 0 0 0 26 26h28a26 26 0 0 0 26-26v-18.26A47.9 47.9 0 0 0 448 400V80a48 48 0 0 0-48-48M147.47 399.82a32 32 0 1 1 28.35-28.35 32 32 0 0 1-28.35 28.35M236 288H112a16 16 0 0 1-16-16V144a16 16 0 0 1 16-16h124a4 4 0 0 1 4 4v152a4 4 0 0 1-4 4m20-192H112.46c-8.6 0-16-6.6-16.44-15.19A16 16 0 0 1 112 64h287.54c8.6 0 16 6.6 16.44 15.19A16 16 0 0 1 400 96zm20 32h124a16 16 0 0 1 16 16v128a16 16 0 0 1-16 16H276a4 4 0 0 1-4-4V132a4 4 0 0 1 4-4m60.18 243.47a32 32 0 1 1 28.35 28.35 32 32 0 0 1-28.35-28.35'/></svg>", Z1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 176H320V64a48 48 0 0 0-48-48H80a48 48 0 0 0-48 48v416a16 16 0 0 0 16 16h104a8 8 0 0 0 8-8v-71.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 192 416v72a8 8 0 0 0 8 8h264a16 16 0 0 0 16-16V224a48 48 0 0 0-48-48M98.08 431.87a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m80 240a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m80 320a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79M444 464H320V208h112a16 16 0 0 1 16 16v236a4 4 0 0 1-4 4'/><path d='M400 400a16 16 0 1 0 16 16 16 16 0 0 0-16-16M400 320a16 16 0 1 0 16 16 16 16 0 0 0-16-16M400 240a16 16 0 1 0 16 16 16 16 0 0 0-16-16M336 400a16 16 0 1 0 16 16 16 16 0 0 0-16-16M336 320a16 16 0 1 0 16 16 16 16 0 0 0-16-16M336 240a16 16 0 1 0 16 16 16 16 0 0 0-16-16'/></svg>", N1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 64H96a16 16 0 0 0-16 16v192a96.11 96.11 0 0 0 96 96h112a96.11 96.11 0 0 0 96-96v-80h18a62.07 62.07 0 0 0 62-62V96a32 32 0 0 0-32-32m0 66a30 30 0 0 1-30 30h-18V96h48ZM400 400H64a16 16 0 0 0 0 32h336a16 16 0 0 0 0-32'/></svg>", q1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='272' r='64'/><path d='M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M256 368a96 96 0 1 1 96-96 96.11 96.11 0 0 1-96 96'/></svg>", j1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M447.68 220.78a16 16 0 0 0-1-3.08l-37.78-88.16C400.19 109.17 379 96 354.89 96H157.11c-24.09 0-45.3 13.17-54 33.54L65.29 217.7A15.7 15.7 0 0 0 64 224v176a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h256v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32 32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32 32 32 0 0 1-32 32M104.26 208l28.23-65.85C136.11 133.69 146 128 157.11 128h197.78c11.1 0 21 5.69 24.62 14.15L407.74 208Z'/></svg>", G1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='176' cy='416' r='32'/><circle cx='400' cy='416' r='32'/><path d='M456.8 120.78a23.92 23.92 0 0 0-18.56-8.78H133.89l-6.13-34.78A16 16 0 0 0 112 64H48a16 16 0 0 0 0 32h50.58l45.66 258.78A16 16 0 0 0 160 368h256a16 16 0 0 0 0-32H173.42l-5.64-32h241.66A24.07 24.07 0 0 0 433 284.71l28.8-144a24 24 0 0 0-5-19.93'/></svg>", J1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M472 432h-48a24 24 0 0 1-24-24V104a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v304a24 24 0 0 1-24 24M344 432h-48a24 24 0 0 1-24-24V184a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v224a24 24 0 0 1-24 24M216 432h-48a24 24 0 0 1-24-24V248a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v160a24 24 0 0 1-24 24M88 432H40a24 24 0 0 1-24-24v-96a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v96a24 24 0 0 1-24 24'/></svg>", K1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m108.25 138.29-134.4 160a16 16 0 0 1-12 5.71h-.27a16 16 0 0 1-11.89-5.3l-57.6-64a16 16 0 1 1 23.78-21.4l45.29 50.32 122.59-145.91a16 16 0 0 1 24.5 20.58'/></svg>", W1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m75.31 260.69a16 16 0 1 1-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 0 1-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0 1 22.62-22.62L256 233.37l52.69-52.68a16 16 0 0 1 22.62 22.62L278.63 256Z'/></svg>", Y1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M376 432H116c-32.37 0-60.23-8.57-80.59-24.77C12.24 388.78 0 361.39 0 328c0-57.57 42-90.58 87.56-100.75a16 16 0 0 0 12.12-12.39c7.68-36.68 24.45-68.15 49.18-92A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.24 156.24 0 0 1 42.05 56 16 16 0 0 0 11.37 9.16c27 5.61 51.07 17.33 69.18 33.85C498.61 235.88 512 267.42 512 304c0 36-14.38 68.88-40.49 92.59C446.36 419.43 412.44 432 376 432'/></svg>", Q1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='24'/><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m105.07 113.33-46.88 117.2a64 64 0 0 1-35.66 35.66l-117.2 46.88a8 8 0 0 1-10.4-10.4l46.88-117.2a64 64 0 0 1 35.66-35.66l117.2-46.88a8 8 0 0 1 10.4 10.4'/></svg>", X1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M512 256c0-16.54-14.27-46.76-45.61-74a207 207 0 0 0-60.28-36.12 3.15 3.15 0 0 0-3.93 1.56c-.15.29-.3.57-.47.86l-9.59 15.9a183.24 183.24 0 0 0 .07 183.78l.23.39 8.74 16a4 4 0 0 0 4.94 1.82C479.63 337.42 512 281.49 512 256m-93.92-.14a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79'/><path d='M335.45 256a214.8 214.8 0 0 1 29.08-108l.12-.21 4.62-7.67a4 4 0 0 0-2.59-6 284 284 0 0 0-39.26-5.39 7.94 7.94 0 0 1-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16 16 0 0 0-18 20.18l10.62 37.17a4 4 0 0 1-2.42 4.84c-36.85 13.69-68.59 38.75-91.74 57.85a8 8 0 0 1-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16 16 0 0 0-16.83 19.4c.42 1.93 9.19 40.69 31.7 71.61a8.09 8.09 0 0 1 0 9.55C9.57 291.52.8 330.29.38 332.22a16 16 0 0 0 16.83 19.4c2-.14 48.53-4 88.12-32.88q4.85-3.56 9.47-7.22a8 8 0 0 1 10.06.07c23.25 19.19 55.05 44.28 92 58a4 4 0 0 1 2.42 4.83l-10.66 37.18a16 16 0 0 0 18 20.18c17.16-2.9 51.88-12.86 96.05-46.83a8.15 8.15 0 0 1 4.36-1.65 287 287 0 0 0 39.22-5.3 4 4 0 0 0 2.69-5.83l-4.51-8.29A214.8 214.8 0 0 1 335.45 256'/></svg>", e0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M193.69 152.84a16 16 0 0 1 29.64 2.56l36.4 121.36 30-59.92a16 16 0 0 1 28.62 0L345.89 272h96.76A213.1 213.1 0 0 0 464 176.65C463.37 114.54 413.54 64 352.92 64c-48.09 0-80 29.54-96.92 51-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65A211.1 211.1 0 0 0 56.93 240h93.18Z'/><path d='M321.69 295.16 304 259.78l-33.69 67.38A16 16 0 0 1 256 336q-.67 0-1.38-.06a16 16 0 0 1-14-11.34l-36.4-121.36-30 59.92A16 16 0 0 1 160 272H69.35q14 29.29 37.27 57.66c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81a317 317 0 0 0 19-25.66H336a16 16 0 0 1-14.31-8.84M464 272h-21.35a260 260 0 0 1-18.25 32H464a16 16 0 0 0 0-32M48 240a16 16 0 0 0 0 32h21.35a225 225 0 0 1-12.42-32Z'/></svg>", t0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M80 480a16 16 0 0 1-16-16V68.13a24 24 0 0 1 11.9-20.72C88 40.38 112.38 32 160 32c37.21 0 78.83 14.71 115.55 27.68C305.12 70.13 333.05 80 352 80a183.8 183.8 0 0 0 71-14.5 18 18 0 0 1 25 16.58v219.36a20 20 0 0 1-12 18.31c-8.71 3.81-40.51 16.25-84 16.25-24.14 0-54.38-7.14-86.39-14.71C229.63 312.79 192.43 304 160 304c-36.87 0-55.74 5.58-64 9.11V464a16 16 0 0 1-16 16'/></svg>", a0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M394.23 197.56a300.4 300.4 0 0 0-53.37-90C301.2 61.65 249.05 32 208 32a16 16 0 0 0-15.48 20c13.87 53-14.88 97.07-45.31 143.72C122 234.36 96 274.27 96 320c0 88.22 71.78 160 160 160s160-71.78 160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9 221.13C278 429.69 265.05 432 256 432s-22-2.31-32.33-13.31S208 390.24 208 368c0-25.14 8.82-44.28 17.34-62.78 4.95-10.74 10-21.67 13-33.37a8 8 0 0 1 12.49-4.51A126.5 126.5 0 0 1 275 292c18.17 24 29 52.42 29 76 0 22.24-5.42 39.77-15.67 50.69'/></svg>", o0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='48'/><path d='M475.93 303.91a67.49 67.49 0 0 0-44.34-115.53 5.2 5.2 0 0 1-4.58-3.21 5.21 5.21 0 0 1 1-5.51A67.83 67.83 0 0 0 378 66.33h-.25A67.13 67.13 0 0 0 332.35 84a5.21 5.21 0 0 1-5.52 1 5.23 5.23 0 0 1-3.22-4.58 67.68 67.68 0 0 0-135.23 0 5.2 5.2 0 0 1-3.21 4.58 5.21 5.21 0 0 1-5.52-1 67.1 67.1 0 0 0-45.44-17.69H134a67.91 67.91 0 0 0-50 113.34 5.21 5.21 0 0 1 1 5.51 5.2 5.2 0 0 1-4.58 3.21 67.71 67.71 0 0 0 0 135.23 5.23 5.23 0 0 1 4.58 3.23 5.22 5.22 0 0 1-1 5.52 67.54 67.54 0 0 0 50.08 113h.25A67.38 67.38 0 0 0 179.65 428a5.21 5.21 0 0 1 5.51-1 5.2 5.2 0 0 1 3.21 4.58 67.71 67.71 0 0 0 135.23 0 5.23 5.23 0 0 1 3.22-4.58 5.21 5.21 0 0 1 5.51 1 67.38 67.38 0 0 0 45.29 17.42h.25a67.48 67.48 0 0 0 50.08-113 5.22 5.22 0 0 1-1-5.52 5.23 5.23 0 0 1 4.58-3.22 67.3 67.3 0 0 0 44.4-19.77M256 336a80 80 0 1 1 80-80 80.09 80.09 0 0 1-80 80'/></svg>", l0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m143 304h-45.22a8 8 0 0 1-6.91-4l-16.14-27.68a8 8 0 0 1-.86-6l14.86-59.92a8 8 0 0 1 4.65-5.45l28.1-11.9a8 8 0 0 1 8.34 1.3l41.63 35.82a8 8 0 0 1 2.69 7.26 174.75 174.75 0 0 1-24.28 66.68A8 8 0 0 1 399 352M134.52 237.13l28.1 11.9a8 8 0 0 1 4.65 5.45l14.86 59.92a8 8 0 0 1-.86 6L165.13 348a8 8 0 0 1-6.91 4H113a8 8 0 0 1-6.82-3.81 174.75 174.75 0 0 1-24.28-66.68 8 8 0 0 1 2.69-7.26l41.63-35.82a8 8 0 0 1 8.3-1.3m256.94-87.24-18.07 51.38A8 8 0 0 1 369 206l-29.58 12.53a8 8 0 0 1-8.26-1.24L274.9 170.1a8 8 0 0 1-2.9-6.1v-33.58a8 8 0 0 1 3.56-6.65l42.83-28.54a8 8 0 0 1 7.66-.67A176.9 176.9 0 0 1 390 142a8 8 0 0 1 1.46 7.89M193.6 95.23l42.84 28.54a8 8 0 0 1 3.56 6.65V164a8 8 0 0 1-2.86 6.13l-56.26 47.19a8 8 0 0 1-8.26 1.24L143 206a8 8 0 0 1-4.43-4.72L120.5 149.9a8 8 0 0 1 1.5-7.9 176.9 176.9 0 0 1 64-47.48 8 8 0 0 1 7.6.71m17.31 327.46L191.18 373a8 8 0 0 1 .52-7l15.17-26a8 8 0 0 1 6.91-4h84.44a8 8 0 0 1 6.91 4l15.18 26a8 8 0 0 1 .53 7l-19.59 49.67a8 8 0 0 1-5.69 4.87 176.6 176.6 0 0 1-79 0 8 8 0 0 1-5.65-4.85'/></svg>", r0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M200 144h40v-40a40 40 0 1 0-40 40M352 104a40 40 0 0 0-80 0v40h40a40 40 0 0 0 40-40' class='ionicon-fill-none'/><path d='M80 416a64 64 0 0 0 64 64h92a4 4 0 0 0 4-4V292a4 4 0 0 0-4-4H88a8 8 0 0 0-8 8ZM240 252V144h32v108a4 4 0 0 0 4 4h140a47.9 47.9 0 0 0 16-2.75A48.09 48.09 0 0 0 464 208v-16a48 48 0 0 0-48-48h-40.54a2 2 0 0 1-1.7-3A72 72 0 0 0 256 58.82 72 72 0 0 0 138.24 141a2 2 0 0 1-1.7 3H96a48 48 0 0 0-48 48v16a48.09 48.09 0 0 0 32 45.25A47.9 47.9 0 0 0 96 256h140a4 4 0 0 0 4-4m32-148a40 40 0 1 1 40 40h-40Zm-74.86-39.9A40 40 0 0 1 240 104v40h-40a40 40 0 0 1-2.86-79.89ZM276 480h92a64 64 0 0 0 64-64V296a8 8 0 0 0-8-8H276a4 4 0 0 0-4 4v184a4 4 0 0 0 4 4'/></svg>", n0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M340.75 344.49c5.91-20.7 9.82-44.75 11.31-67.84a4.41 4.41 0 0 0-4.46-4.65h-71.06a4.43 4.43 0 0 0-4.47 4.39v55.3a4.44 4.44 0 0 0 4.14 4.38 273.5 273.5 0 0 1 59 11.39 4.45 4.45 0 0 0 5.54-2.97M323.58 377.31a260 260 0 0 0-46.6-9.09 4.42 4.42 0 0 0-4.91 4.29v65.24a4.47 4.47 0 0 0 6.76 3.7c15.9-9.27 29-24.84 40.84-45.43 1.94-3.36 4.89-9.15 6.67-12.69a4.29 4.29 0 0 0-2.76-6.02M235.29 368.4a257 257 0 0 0-46.56 8.82c-2.64.76-3.75 4.4-2.55 6.79 1.79 3.56 4 8.11 5.89 11.51 13 23 26.84 37.5 41.24 45.93a4.47 4.47 0 0 0 6.76-3.7v-65.27a4.16 4.16 0 0 0-4.78-4.08M235.6 272h-71.06a4.41 4.41 0 0 0-4.46 4.64c1.48 23.06 5.37 47.16 11.26 67.84a4.46 4.46 0 0 0 5.59 3 272.2 272.2 0 0 1 59-11.36 4.44 4.44 0 0 0 4.15-4.38V276.4a4.43 4.43 0 0 0-4.48-4.4M277 143.78a235.8 235.8 0 0 0 46.5-9.14 4.3 4.3 0 0 0 2.76-6c-1.79-3.57-4.27-8.68-6.17-12.09-12.29-22-26.14-37.35-41.24-46a4.48 4.48 0 0 0-6.76 3.7v65.23a4.43 4.43 0 0 0 4.91 4.3M276.54 240h71.06a4.39 4.39 0 0 0 4.46-4.58c-1.48-22.77-5.27-47.8-11.16-68.22a4.46 4.46 0 0 0-5.59-2.95c-19 5.74-38.79 10.43-59.09 12a4.4 4.4 0 0 0-4.15 4.32v55.11a4.4 4.4 0 0 0 4.47 4.32M233.31 70.56c-15.42 8.57-29.17 24.43-41.47 46.37-1.91 3.41-4.19 8.11-6 11.67a4.31 4.31 0 0 0 2.76 6 225.4 225.4 0 0 0 46.54 9.17 4.43 4.43 0 0 0 4.91-4.29V74.26a4.49 4.49 0 0 0-6.74-3.7M235.92 176.26c-20.3-1.55-40.11-6.24-59.09-12a4.46 4.46 0 0 0-5.59 2.95c-5.89 20.42-9.68 45.45-11.16 68.22a4.39 4.39 0 0 0 4.46 4.58h71.06a4.4 4.4 0 0 0 4.47-4.34v-55.09a4.4 4.4 0 0 0-4.15-4.32'/><path d='M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M176.6 430.85a219 219 0 0 1-12.48-19.66c-2-3.69-4.84-9.26-6.73-13.13a7.29 7.29 0 0 0-10.31-3.16c-4.3 2.41-10 5.72-14.13 8.43a147.3 147.3 0 0 1-23.57-22.43 249 249 0 0 1 30.41-18.36c1.86-1 2.77-2.14 2.18-4.18a374.8 374.8 0 0 1-14.09-82.17 4.36 4.36 0 0 0-4.3-4.17H66.84a2 2 0 0 1-2-1.7A98 98 0 0 1 64 256a96 96 0 0 1 .86-14.29 2 2 0 0 1 2-1.7h56.74c2.29 0 4.17-1.32 4.29-3.63a372.7 372.7 0 0 1 14-81.83 4.36 4.36 0 0 0-2.19-5.11 261 261 0 0 1-29.84-17.9 170 170 0 0 1 23.14-22.8c4.08 2.68 9.4 5.71 13.66 8.11a7.89 7.89 0 0 0 11-3.42c1.88-3.87 4-8.18 6.06-11.88a222 222 0 0 1 12.54-19.91A185 185 0 0 1 256 64c28.94 0 55.9 7 80.53 18.46a202 202 0 0 1 12 19c2.59 4.66 5.34 10.37 7.66 15.32a4.29 4.29 0 0 0 5.92 1.94c5.38-2.91 11.21-6.26 16.34-9.63a171.4 171.4 0 0 1 23.2 23 245 245 0 0 1-29.06 17.31 4.35 4.35 0 0 0-2.18 5.12 348.7 348.7 0 0 1 13.85 81.4 4.33 4.33 0 0 0 4.3 4.12l56.62-.07a2 2 0 0 1 2 1.7 117.5 117.5 0 0 1 0 28.62 2 2 0 0 1-2 1.72h-56.67a4.35 4.35 0 0 0-4.3 4.17 367.4 367.4 0 0 1-13.87 81.3 4.45 4.45 0 0 0 2.19 5.19c5 2.59 10.57 5.48 15.37 8.42s9.55 6.08 14.13 9.34a172.7 172.7 0 0 1-23 22.93c-2.44-1.61-5.34-3.44-7.84-4.94-1.72-1-4.89-2.77-6.65-3.76-3.82-2.14-7.88-.54-9.79 3.4s-4.83 9.59-6.87 13.25a212 212 0 0 1-12.35 19.53C310.91 442.37 284.94 448 256 448s-54.77-5.63-79.4-17.15'/></svg>", i0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M272 320.46V202.3l166.62-75.73a16 16 0 0 0 0-29.14l-176-80A16 16 0 0 0 240 32v288.46q8-.45 16-.46t16 .46'/><path d='M463.33 457.5c-8.56-42.85-35.11-78.74-76.78-103.8-32.5-19.55-72.67-31.3-114.55-33.7v79.75a16 16 0 1 1-32 0V320c-41.88 2.4-82.05 14.15-114.55 33.7-41.67 25.06-68.22 60.95-76.78 103.8a32.49 32.49 0 0 0 6.44 27.08C61.13 492 70 496 80 496h352c10 0 18.88-4.05 24.9-11.42a32.49 32.49 0 0 0 6.43-27.08'/></svg>", s0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 448a32 32 0 0 1-18-5.57c-78.59-53.35-112.62-89.93-131.39-112.8-40-48.75-59.15-98.8-58.61-153C48.63 114.52 98.46 64 159.08 64c44.08 0 74.61 24.83 92.39 45.51a6 6 0 0 0 9.06 0C278.31 88.81 308.84 64 352.92 64c60.62 0 110.45 50.52 111.08 112.64.54 54.21-18.63 104.26-58.61 153-18.77 22.87-52.8 59.45-131.39 112.8a32 32 0 0 1-18 5.56'/></svg>", c0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64m-6 304a20 20 0 1 1 20-20 20 20 0 0 1-20 20m33.44-102C267.23 276.88 265 286.85 265 296a14 14 0 0 1-28 0c0-21.91 10.08-39.33 30.82-53.26C287.1 229.8 298 221.6 298 203.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82 2.95-27.83 8.59C215.12 191.25 214 202.83 214 203a14 14 0 1 1-28-1.35c.11-2.43 1.8-24.32 24.77-42.8 11.91-9.58 27.06-14.56 45-14.78 12.7-.15 24.63 2 32.72 5.82C312.7 161.34 326 180.43 326 203.57c0 33.83-22.61 49.02-42.56 62.43'/></svg>", u0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M261.56 101.28a8 8 0 0 0-11.06 0L66.4 277.15a8 8 0 0 0-2.47 5.79L63.9 448a32 32 0 0 0 32 32H192a16 16 0 0 0 16-16V328a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v136a16 16 0 0 0 16 16h96.06a32 32 0 0 0 32-32V282.94a8 8 0 0 0-2.47-5.79Z'/><path d='m490.91 244.15-74.8-71.56V64a16 16 0 0 0-16-16h-48a16 16 0 0 0-16 16v32l-57.92-55.38C272.77 35.14 264.71 32 256 32c-8.68 0-16.72 3.14-22.14 8.63l-212.7 203.5c-6.22 6-7 15.87-1.34 22.37A16 16 0 0 0 43 267.56L250.5 69.28a8 8 0 0 1 11.06 0l207.52 198.28a16 16 0 0 0 22.59-.44c6.14-6.36 5.63-16.86-.76-22.97'/></svg>", d0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M183 352c-21.84-.52-39-18.9-39-40.74v-34.07a8 8 0 0 0-6-7.74c-33.75-8.85-58-39.71-58-77.45a80.14 80.14 0 0 1 66.27-78.82 8 8 0 0 0 6.62-6.83 104 104 0 0 1 206.22 0 8 8 0 0 0 6.62 6.83A80 80 0 0 1 352 272a74.33 74.33 0 0 1-47.45-17.41 7.93 7.93 0 0 0-9.92-.14A62.9 62.9 0 0 1 256 268a80.5 80.5 0 0 1-21.8-3.18 8 8 0 0 0-10.2 7.69V312a40 40 0 0 1-41 40'/><path d='M263.39 299.7a8 8 0 0 0-7.39 7.91V312a72.11 72.11 0 0 1-50.69 68.76 8 8 0 0 0-4.91 10.78l40.91 94.8A16 16 0 0 0 256 496a16 16 0 0 0 14.69-9.7l73.78-172.15a8 8 0 0 0-6.2-11.07 106.3 106.3 0 0 1-35.9-11.59 8 8 0 0 0-7.13-.2 95 95 0 0 1-31.85 8.41'/></svg>", p0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 56C145.72 56 56 145.72 56 256s89.72 200 200 200 200-89.72 200-200S366.28 56 256 56m0 82a26 26 0 1 1-26 26 26 26 0 0 1 26-26m48 226h-88a16 16 0 0 1 0-32h28v-88h-16a16 16 0 0 1 0-32h32a16 16 0 0 1 16 16v104h28a16 16 0 0 1 0 32'/></svg>", g0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M161.35 242a16 16 0 0 1 22.62-.68c73.63 69.36 147.51 111.56 234.45 133.07 11.73-32 12.77-67.22 2.64-101.58-13.44-45.59-44.74-85.31-90.49-114.86-40.84-26.38-81.66-33.25-121.15-39.89-49.82-8.38-96.88-16.3-141.79-63.85-5-5.26-11.81-7.37-18.32-5.66-7.44 2-12.43 7.88-14.82 17.6-5.6 22.75-2 86.51 13.75 153.82 25.29 108.14 65.65 162.86 95.06 189.73 38 34.69 87.62 53.9 136.93 53.9a186 186 0 0 0 27.77-2.04c41.71-6.32 76.43-27.27 96-57.75-89.49-23.28-165.94-67.55-242-139.16a16 16 0 0 1-.65-22.65M467.43 384.19c-16.83-2.59-33.13-5.84-49-9.77a157.7 157.7 0 0 1-12.13 25.68c-.73 1.25-1.5 2.49-2.29 3.71a584 584 0 0 0 58.56 12 16 16 0 1 0 4.87-31.62Z'/></svg>", v0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M64 480H48a32 32 0 0 1-32-32V112a32 32 0 0 1 32-32h16a32 32 0 0 1 32 32v336a32 32 0 0 1-32 32M240 176a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32v28a4 4 0 0 0 4 4h120a4 4 0 0 0 4-4ZM112 448a32 32 0 0 0 32 32h64a32 32 0 0 0 32-32v-30a2 2 0 0 0-2-2H114a2 2 0 0 0-2 2Z'/><rect width='128' height='144' x='112' y='240' rx='2' ry='2'/><path d='M320 480h-32a32 32 0 0 1-32-32V64a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v384a32 32 0 0 1-32 32M495.89 445.45l-32.23-340c-1.48-15.65-16.94-27-34.53-25.31l-31.85 3c-17.59 1.67-30.65 15.71-29.17 31.36l32.23 340c1.48 15.65 16.94 27 34.53 25.31l31.85-3c17.59-1.67 30.65-15.71 29.17-31.36'/></svg>", m0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='192' r='32'/><path d='M256 32c-88.22 0-160 68.65-160 153 0 40.17 18.31 93.59 54.42 158.78 29 52.34 62.55 99.67 80 123.22a31.75 31.75 0 0 0 51.22 0c17.42-23.55 51-70.88 80-123.22C397.69 278.61 416 225.19 416 185c0-84.35-71.78-153-160-153m0 224a64 64 0 1 1 64-64 64.07 64.07 0 0 1-64 64'/></svg>", f0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M48.17 113.34A32 32 0 0 0 32 141.24V438a32 32 0 0 0 47 28.37c.43-.23.85-.47 1.26-.74l84.14-55.05a8 8 0 0 0 3.63-6.72V46.45a8 8 0 0 0-12.51-6.63ZM212.36 39.31A8 8 0 0 0 200 46v357.56a8 8 0 0 0 3.63 6.72l96 62.42A8 8 0 0 0 312 466V108.67a8 8 0 0 0-3.64-6.73ZM464.53 46.47a31.64 31.64 0 0 0-31.5-.88 12 12 0 0 0-1.25.74l-84.15 55a8 8 0 0 0-3.63 6.72v357.46a8 8 0 0 0 12.52 6.63l107.07-73.46a32 32 0 0 0 16.41-28v-296a32.76 32.76 0 0 0-15.47-28.21'/></svg>", y0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M272 464h-32a32 32 0 0 1-32-32l.05-85.82a4 4 0 0 0-6-3.47l-74.34 43.06a31.48 31.48 0 0 1-43-11.52l-16.5-28.64-.06-.1a31.65 31.65 0 0 1 11.56-42.8l74.61-43.25a4 4 0 0 0 0-6.92l-74.54-43.21a31.41 31.41 0 0 1-11.55-43l16.44-28.55a31.48 31.48 0 0 1 19.27-14.74 31.14 31.14 0 0 1 23.8 3.2l74.31 43a4 4 0 0 0 6-3.47L208 80a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v85.72a4 4 0 0 0 6 3.47l74.34-43.06a31.51 31.51 0 0 1 43 11.52l16.49 28.64.06.09a31.52 31.52 0 0 1-11.64 42.86l-74.53 43.2a4 4 0 0 0 0 6.92l74.53 43.2a31.42 31.42 0 0 1 11.56 43l-16.44 28.55a31.48 31.48 0 0 1-19.27 14.74 31.14 31.14 0 0 1-23.8-3.2l-74.31-43a4 4 0 0 0-6 3.46L304 432a32 32 0 0 1-32 32m61.54-218.56'/></svg>", h0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M264 480A232 232 0 0 1 32 248c0-94 54-178.28 137.61-214.67a16 16 0 0 1 21.06 21.06C181.07 76.43 176 104.66 176 136c0 110.28 89.72 200 200 200 31.34 0 59.57-5.07 81.61-14.67a16 16 0 0 1 21.06 21.06C442.28 426 358 480 264 480'/></svg>", w0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M421.84 37.37a25.86 25.86 0 0 0-22.6-4.46L199.92 86.49A32.3 32.3 0 0 0 176 118v226c0 6.74-4.36 12.56-11.11 14.83l-.12.05-52 18C92.88 383.53 80 402 80 423.91a55.54 55.54 0 0 0 23.23 45.63A54.78 54.78 0 0 0 135.34 480a55.8 55.8 0 0 0 17.75-2.93l.38-.13 21.84-7.94A47.84 47.84 0 0 0 208 423.91v-212c0-7.29 4.77-13.21 12.16-15.07l.21-.06L395 150.14a4 4 0 0 1 5 3.86v141.93c0 6.75-4.25 12.38-11.11 14.68l-.25.09-50.89 18.11A49.09 49.09 0 0 0 304 375.92a55.67 55.67 0 0 0 23.23 45.8 54.63 54.63 0 0 0 49.88 7.35l.36-.12 21.84-7.95A47.83 47.83 0 0 0 432 375.92V58a25.74 25.74 0 0 0-10.16-20.63'/></svg>", x0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M272 464a16 16 0 0 1-16-16.42V264.13a8 8 0 0 0-8-8H64.41a16.31 16.31 0 0 1-15.49-10.65 16 16 0 0 1 8.41-19.87l384-176.15a16 16 0 0 1 21.22 21.19l-176 384A16 16 0 0 1 272 464'/></svg>", k0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M490.39 182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5 46.5 0 0 0-17-3.2h-.64c-27.24.41-55.05 23.56-69.19 57.61-10.37 24.9-11.56 51.68-3.18 71.64 5.54 13.2 14.78 22.71 26.73 27.5l.13.05a46.5 46.5 0 0 0 17 3.2c27.5 0 55.6-23.15 70-57.65 10.24-24.87 11.37-51.63 2.98-71.6M381.55 329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53 250.8 298.37 224 256 224s-58.57 26.8-85.39 71.2c-9.72 16.06-24.6 25-40.36 34.48-18.07 10.86-36.74 22.08-44.8 44.16a66.9 66.9 0 0 0-4.65 25c0 35.95 28 65.2 62.4 65.2 17.75 0 36.64-6.15 56.63-12.66 19.22-6.26 39.09-12.73 56.27-12.73s37 6.47 56.15 12.73C332.2 457.85 351 464 368.8 464c34.35 0 62.3-29.25 62.3-65.2a67 67 0 0 0-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150 188.85c11.9 14.93 27 23.15 42.52 23.15a43 43 0 0 0 6.33-.47c32.37-4.76 52.54-44.26 45.92-90C242 102.3 234.6 84.39 224 71.11 212.12 56.21 197 48 181.49 48a43 43 0 0 0-6.33.47c-32.37 4.76-52.54 44.26-45.92 90 2.76 19.2 10.16 37.09 20.76 50.38M313.16 211.53a43 43 0 0 0 6.33.47c15.53 0 30.62-8.22 42.52-23.15 10.59-13.29 17.95-31.18 20.75-50.4 6.62-45.72-13.55-85.22-45.92-90a43 43 0 0 0-6.33-.47C315 48 299.88 56.21 288 71.11c-10.6 13.28-18 31.19-20.76 50.44-6.62 45.72 13.55 85.22 45.92 89.98M111.59 308.8l.14-.05c11.93-4.79 21.16-14.29 26.69-27.48 8.38-20 7.2-46.75-3.15-71.65C120.94 175.16 92.85 152 65.38 152a46.4 46.4 0 0 0-17 3.2l-.14.05c-11.9 4.75-21.13 14.29-26.66 27.48-8.38 20-7.2 46.75 3.15 71.65C39.06 288.84 67.15 312 94.62 312a46.4 46.4 0 0 0 16.97-3.2'/></svg>", b0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M336 96a80 80 0 1 0-96 78.39v283.17a32.1 32.1 0 0 0 2.49 12.38l10.07 24a3.92 3.92 0 0 0 6.88 0l10.07-24a32.1 32.1 0 0 0 2.49-12.38V174.39A80.13 80.13 0 0 0 336 96m-56 0a24 24 0 1 1 24-24 24 24 0 0 1-24 24'/></svg>", M0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M441.82 67.83C383.44 44.73 317.3 32 255.56 32 192 32 125.76 44.53 69 67.26 48.7 75.49 45.21 90 48.71 100.82L52.78 111a16 16 0 0 0 21.31 8.69c10.8-4.76 23.93-10.54 27-11.78C145.1 89.64 198.71 80 256 80c57.47 0 108.09 9.24 154.76 28.25 4.42 1.8 14.88 6.42 26.17 11.46a16 16 0 0 0 21.35-8.59L462 102l.34-.9c3.45-10.21.14-25.05-20.52-33.27'/><path d='M409.18 140.86C363.67 122.53 307.68 112 255.56 112a425 425 0 0 0-153.74 28.89c-.53.21-2.06.88-4.29 1.88a16 16 0 0 0-8 21.27c4 8.71 9.42 20.58 15.5 33.89C137.94 270 199.21 404 227.26 462A31.74 31.74 0 0 0 256 480a31.73 31.73 0 0 0 28.76-18.06l.06-.13 137.3-297.57a15.94 15.94 0 0 0-8.31-21.45c-2.26-.95-3.85-1.61-4.5-1.87Zm-215.1 83.07a32 32 0 1 1 29.85-29.85 32 32 0 0 1-29.85 29.85m64 128a32 32 0 1 1 29.85-29.85 32 32 0 0 1-29.85 29.85m64-112a32 32 0 1 1 29.85-29.85 32 32 0 0 1-29.85 29.85'/></svg>", C0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M357.57 223.94a79.48 79.48 0 0 0 56.58-23.44l77-76.95c6.09-6.09 6.65-16 .85-22.39a16 16 0 0 0-23.17-.56l-68.63 68.58a12.29 12.29 0 0 1-17.37 0c-4.79-4.78-4.53-12.86.25-17.64l68.33-68.33a16 16 0 0 0-.56-23.16A15.62 15.62 0 0 0 440.27 56a16.7 16.7 0 0 0-11.81 4.9l-68.27 68.26a12.29 12.29 0 0 1-17.37 0c-4.78-4.78-4.53-12.86.25-17.64l68.33-68.31a16 16 0 0 0-.56-23.16A15.62 15.62 0 0 0 400.26 16a16.73 16.73 0 0 0-11.81 4.9L311.5 97.85a79.5 79.5 0 0 0-23.44 56.59v8.23a16 16 0 0 1-4.69 11.33l-35.61 35.62a4 4 0 0 1-5.66 0L68.82 36.33a16 16 0 0 0-22.58-.06C31.09 51.28 23 72.47 23 97.54c-.1 41.4 21.66 89 56.79 124.08l85.45 85.45A64.8 64.8 0 0 0 211 326a64 64 0 0 0 16.21-2.08 16.2 16.2 0 0 1 4.07-.53 15.93 15.93 0 0 1 10.83 4.25l11.39 10.52a16.12 16.12 0 0 1 4.6 11.23v5.54a47.73 47.73 0 0 0 13.77 33.65l90.05 91.57.09.1a53.29 53.29 0 0 0 75.36-75.37L302.39 269.9a4 4 0 0 1 0-5.66L338 228.63a16 16 0 0 1 11.32-4.69Z'/><path d='M211 358a97.32 97.32 0 0 1-68.36-28.25l-13.86-13.86a8 8 0 0 0-11.3 0l-85 84.56c-15.15 15.15-20.56 37.45-13.06 59.29a31 31 0 0 0 1.49 3.6C31 484 50.58 496 72 496a55.68 55.68 0 0 0 39.64-16.44L225 365.66a4.69 4.69 0 0 0 1.32-3.72v-.26a4.63 4.63 0 0 0-5.15-4.27A97 97 0 0 1 211 358'/></svg>", L0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 368a16 16 0 0 1-7.94-2.11L108 285.84a8 8 0 0 0-12 6.94V368a16 16 0 0 0 8.23 14l144 80a16 16 0 0 0 15.54 0l144-80a16 16 0 0 0 8.23-14v-75.22a8 8 0 0 0-12-6.94l-140.06 80.05A16 16 0 0 1 256 368'/><path d='M495.92 190.5v-.11a16 16 0 0 0-8-12.28l-224-128a16 16 0 0 0-15.88 0l-224 128a16 16 0 0 0 0 27.78l224 128a16 16 0 0 0 15.88 0L461 221.28a2 2 0 0 1 3 1.74v144.53c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 496 368V192a15 15 0 0 0-.08-1.5'/></svg>", _0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m461 349-34-19.64a89.5 89.5 0 0 1 20.94-16 22 22 0 0 0-21.28-38.51 133.6 133.6 0 0 0-38.55 32.1L300 256l88.09-50.86a133.5 133.5 0 0 0 38.55 32.1 22 22 0 1 0 21.28-38.51 89.7 89.7 0 0 1-20.94-16l34-19.64A22 22 0 1 0 439 125l-34 19.63a89.7 89.7 0 0 1-3.42-26.15A22 22 0 0 0 380 96h-.41a22 22 0 0 0-22 21.59 133.6 133.6 0 0 0 8.5 49.41L278 217.89V116.18a133.5 133.5 0 0 0 47.07-17.33 22 22 0 0 0-22.71-37.69A89.6 89.6 0 0 1 278 71.27V38a22 22 0 0 0-44 0v33.27a89.6 89.6 0 0 1-24.36-10.11 22 22 0 1 0-22.71 37.69A133.5 133.5 0 0 0 234 116.18v101.71L145.91 167a133.6 133.6 0 0 0 8.52-49.43 22 22 0 0 0-22-21.59H132a22 22 0 0 0-21.59 22.41 89.7 89.7 0 0 1-3.41 26.19L73 125a22 22 0 1 0-22 38.1l34 19.64a89.7 89.7 0 0 1-20.94 16 22 22 0 1 0 21.28 38.51 133.6 133.6 0 0 0 38.55-32.1L212 256l-88.09 50.86a133.6 133.6 0 0 0-38.55-32.1 22 22 0 1 0-21.28 38.51 89.7 89.7 0 0 1 20.94 16L51 349a22 22 0 1 0 22 38.1l34-19.63a89.7 89.7 0 0 1 3.42 26.15A22 22 0 0 0 132 416h.41a22 22 0 0 0 22-21.59 133.6 133.6 0 0 0-8.5-49.41L234 294.11v101.71a133.5 133.5 0 0 0-47.07 17.33 22 22 0 1 0 22.71 37.69A89.6 89.6 0 0 1 234 440.73V474a22 22 0 0 0 44 0v-33.27a89.6 89.6 0 0 1 24.36 10.11 22 22 0 0 0 22.71-37.69A133.5 133.5 0 0 0 278 395.82V294.11L366.09 345a133.6 133.6 0 0 0-8.52 49.43 22 22 0 0 0 22 21.59h.43a22 22 0 0 0 21.59-22.41 89.7 89.7 0 0 1 3.41-26.19l34 19.63A22 22 0 1 0 461 349'/></svg>", A0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M394 480a16 16 0 0 1-9.39-3L256 383.76 127.39 477a16 16 0 0 1-24.55-18.08L153 310.35 23 221.2a16 16 0 0 1 9-29.2h160.38l48.4-148.95a16 16 0 0 1 30.44 0l48.4 149H480a16 16 0 0 1 9.05 29.2L359 310.35l50.13 148.53A16 16 0 0 1 394 480'/></svg>", S0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 118a22 22 0 0 1-22-22V48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22M256 486a22 22 0 0 1-22-22v-48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22M369.14 164.86a22 22 0 0 1-15.56-37.55l33.94-33.94a22 22 0 0 1 31.11 31.11l-33.94 33.94a21.93 21.93 0 0 1-15.55 6.44M108.92 425.08a22 22 0 0 1-15.55-37.56l33.94-33.94a22 22 0 1 1 31.11 31.11l-33.94 33.94a21.94 21.94 0 0 1-15.56 6.45M464 278h-48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44M96 278H48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44M403.08 425.08a21.94 21.94 0 0 1-15.56-6.45l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.55 37.56M142.86 164.86a21.9 21.9 0 0 1-15.55-6.44l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.56 37.55M256 358a102 102 0 1 1 102-102 102.12 102.12 0 0 1-102 102'/></svg>", V0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M448 256a192.6 192.6 0 0 0 32-2.68A224 224 0 0 0 258.68 32 192.6 192.6 0 0 0 256 64c0 105.87 86.13 192 192 192M253.35 480c.94-5.67 1.65-11.4 2.09-17.18.37-4.88.56-9.86.56-14.79 0-105.87-86.13-192-192-192a192.6 192.6 0 0 0-32 2.68A224 224 0 0 0 253.35 480'/><path d='M289.61 222.39A222.53 222.53 0 0 1 224 64a226 226 0 0 1 2-30A224.1 224.1 0 0 0 34 226a226 226 0 0 1 30-2 222.53 222.53 0 0 1 158.39 65.61A222.53 222.53 0 0 1 288 448c0 5.74-.22 11.53-.65 17.22q-.5 6.42-1.36 12.79A224.12 224.12 0 0 0 478 286a226 226 0 0 1-30 2 222.53 222.53 0 0 1-158.39-65.61'/></svg>", T0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M96 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 96 416M120 480a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 120 480M376 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 376 416M400 480a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 400 480'/><path d='M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9 153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33 16 272.15 63.91 320 122.8 320h66.31l-12.89 77.37A16 16 0 0 0 192 416h32v64a16 16 0 0 0 29 9.3l80-112a16 16 0 0 0-13-25.3h-27.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1'/></svg>", P0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M491.31 324.69 432 265.37a31.8 31.8 0 0 0-22.63-9.37H272v-32h144a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H272V48a16 16 0 0 0-32 0v16H102.63A31.8 31.8 0 0 0 80 73.37l-59.31 59.32a16 16 0 0 0 0 22.62L80 214.63a31.8 31.8 0 0 0 22.63 9.37H240v32H96a32 32 0 0 0-32 32v96a32 32 0 0 0 32 32h144v48a16 16 0 0 0 32 0v-48h137.37a31.8 31.8 0 0 0 22.63-9.37l59.31-59.32a16 16 0 0 0 0-22.62'/></svg>", B0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><ellipse cx='256' cy='304' rx='32.05' ry='31.94' transform='rotate(-45 256.001 304)'/><path d='M352 32h-15a10 10 0 0 1-7.87-3.78A31.94 31.94 0 0 0 304 16h-96a32 32 0 0 0-26.11 13.52A6 6 0 0 1 177 32h-17c-36.81 0-64 28.84-64 64v255c0 23.27 25.6 42.06 83 60.94a753 753 0 0 0 73.77 19.73 16 16 0 0 0 6.46 0A753 753 0 0 0 333 411.94c57.4-18.88 83-37.67 83-60.94V96a64 64 0 0 0-64-64m-168 96h144a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H184a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8m76.18 239.87a64 64 0 1 1 59.69-59.69 64.07 64.07 0 0 1-59.69 59.69'/><path d='M395.31 468.69 347.63 421c-6.09-6.1-16-6.66-22.38-.86a16 16 0 0 0-.56 23.16l4.68 4.69H182.63l4.36-4.37c6.1-6.09 6.66-16 .86-22.38a16 16 0 0 0-23.16-.56l-48 48a16 16 0 1 0 22.62 22.62l11.32-11.3h210.74l11.32 11.31a16 16 0 0 0 22.62-22.62'/></svg>", D0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m312.55 479.9-56.42-114-44.62-57a72.37 72.37 0 0 1-10.06-36.9V143.64H217a40 40 0 0 1 40 40v182.21' stroke-linecap='round' stroke-linejoin='round' class='ionicon-stroke-width'/><path d='M127.38 291.78v-74.07s37-74.07 74.07-74.07' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/><path d='M368.09 291.78a18.5 18.5 0 0 1-10.26-3.11L297.7 250a21.18 21.18 0 0 1-9.7-17.79v-23.7a5.65 5.65 0 0 1 8.69-4.77l81.65 54.11a18.52 18.52 0 0 1-10.29 33.93ZM171.91 493.47a18.5 18.5 0 0 1-14.83-7.41c-6.14-8.18-4-17.18 3.7-25.92l59.95-74.66a7.41 7.41 0 0 1 10.76 2.06c1.56 2.54 3.38 5.65 5.19 9.09 5.24 9.95 6 16.11-1.68 25.7-8 10-52 67.44-52 67.44-2.62 2.98-7.23 3.7-11.09 3.7'/><circle cx='257' cy='69.56' r='37.04' stroke-linecap='round' stroke-linejoin='round' stroke-width='16px'/></svg>", F0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M449.07 399.08 278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0 0 80 446.25h340.89a32 32 0 0 0 28.18-47.17m-198.6-1.83a20 20 0 1 1 20-20 20 20 0 0 1-20 20m21.72-201.15-5.74 122a16 16 0 0 1-32 0l-5.74-121.95a21.73 21.73 0 0 1 21.5-22.69h.21a21.74 21.74 0 0 1 21.73 22.7Z'/></svg>", I0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M265.12 60.12a12 12 0 0 0-18.23 0C215.23 97.15 112 225.17 112 320c0 88.37 55.64 144 144 144s144-55.63 144-144c0-94.83-103.23-222.85-134.88-259.88M272 412a12 12 0 0 1-11.34-16 11.89 11.89 0 0 1 11.41-8A60.06 60.06 0 0 0 332 328.07a11.89 11.89 0 0 1 8-11.41A12 12 0 0 1 356 328a84.09 84.09 0 0 1-84 84'/></svg>", z0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path fill-rule='evenodd' d='M331.295 353.764c.131.181-.091-.13 0 0a46 46 0 0 0-1.039-1.365 64 64 0 0 0-3.618-4.17c-3.112-3.302-7.69-7.537-13.87-11.725C300.287 328.047 281.56 320 256 320s-44.287 8.047-56.768 16.504c-6.18 4.188-10.758 8.423-13.87 11.725a64 64 0 0 0-3.618 4.17c.264-.361-.43.544 0 0l-1.586 2.142a16 16 0 0 0 2.135 20.463l62.586 60.5c6.202 5.995 16.039 5.995 22.241 0l62.587-60.5a16 16 0 0 0 2.136-20.463z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M421.086 269.862c-.135-.218-.596-.966-.812-1.3a72 72 0 0 0-1.81-2.639c-1.552-2.163-3.813-5.096-6.861-8.536-6.099-6.88-15.362-15.802-28.417-24.637C356.915 214.969 315.967 198 256 198s-100.915 16.969-127.186 34.75c-13.055 8.835-22.318 17.757-28.417 24.637-3.049 3.44-5.31 6.373-6.861 8.536a71 71 0 0 0-1.81 2.639q-.324.502-.527.829l-.285.471a16 16 0 0 0 2.678 19.664l35.31 34a16 16 0 0 0 23.007-.84l.195-.209c.207-.219.565-.591 1.074-1.096a93 93 0 0 1 4.831-4.436c4.402-3.785 11.093-8.947 19.955-14.141C195.658 292.436 221.893 282 256 282s60.342 10.436 78.036 20.804c8.862 5.194 15.553 10.356 19.955 14.141a93 93 0 0 1 4.831 4.436 49 49 0 0 1 1.269 1.305l-.005-.006-.013-.015m0 0 .026.029a16.001 16.001 0 0 0 22.999.832l35.31-34a16 16 0 0 0 2.678-19.664' clip-rule='evenodd'/><path d='M507.974 181.264c.343.459 1.181 1.629 1.181 1.629a16 16 0 0 1-2.029 20.606l-36.69 35.5a16 16 0 0 1-23.345-1.17l-.003-.003-.085-.099q-.138-.16-.482-.548a108 108 0 0 0-2.197-2.379c-2.009-2.116-5.095-5.229-9.229-9.01-8.275-7.569-20.69-17.764-36.997-27.981C365.499 177.384 317.58 157 256 157s-109.499 20.384-142.098 40.809c-16.307 10.217-28.722 20.412-36.997 27.981-4.133 3.781-7.22 6.894-9.229 9.01a109 109 0 0 0-2.197 2.379q-.345.388-.482.548l-.047.054-.03.034-.004.006-.004.005-.004.004a16 16 0 0 1-23.344 1.169l-36.69-35.5a16 16 0 0 1-2.03-20.606l.011-.016.013-.017.03-.043.079-.113.24-.337q.295-.413.809-1.103c.686-.92 1.667-2.199 2.949-3.786 2.563-3.174 6.335-7.585 11.367-12.818 10.057-10.46 25.185-24.241 45.783-37.973C105.437 99.146 168.48 72 256 72s150.563 27.146 191.875 54.687c20.598 13.732 35.726 27.513 45.783 37.973 5.032 5.233 8.804 9.644 11.367 12.818a125 125 0 0 1 2.949 3.786'/></svg>", $0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M414.56 94.92V80a16 16 0 0 0-16-16H113.44a16 16 0 0 0-16 16v14.92c-1.46 11.37-9.65 90.74 36.93 144.69 24.87 28.8 60.36 44.85 105.63 47.86V416h-80a16 16 0 0 0 0 32h192a16 16 0 0 0 0-32h-80V287.47c45.27-3 80.76-19.06 105.63-47.86 46.58-53.95 38.37-133.32 36.93-144.69m-285.3 3.41a15 15 0 0 0 .18-2.33h253.12a15 15 0 0 0 .18 2.33 202 202 0 0 1 0 45.67H129.32a204.3 204.3 0 0 1-.06-45.67'/></svg>", H0 = {
462
+ const E1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M186.62 464H160a16 16 0 0 1-14.57-22.6l64.46-142.25L113.1 297l-35.3 42.77C71.07 348.23 65.7 352 52 352H34.08a17.66 17.66 0 0 1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4 0 0 0 0-.15 15 15 0 0 1-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93 2.56-16.06a16.83 16.83 0 0 1 13.6-6.7H52c10.23 0 20.16 4.59 26 12l34.57 42.05 97.32-1.44-64.44-142A16 16 0 0 1 160 48h26.91a25 25 0 0 1 19.35 9.8l125.05 152 57.77-1.52c4.23-.23 15.95-.31 18.66-.31C463 208 496 225.94 496 256c0 9.46-3.78 27-29.07 38.16-14.93 6.6-34.85 9.94-59.21 9.94-2.68 0-14.37-.08-18.66-.31l-57.76-1.54-125.36 152a25 25 0 0 1-19.32 9.75'/></svg>", R1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m0 319.91a20 20 0 1 1 20-20 20 20 0 0 1-20 20m21.72-201.15-5.74 122a16 16 0 0 1-32 0l-5.74-121.94v-.05a21.74 21.74 0 1 1 43.44 0Z'/></svg>", O1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M424.11 192H360L268.8 70.4a16 16 0 0 0-25.6 0L152 192H87.89a32.57 32.57 0 0 0-32.62 32.44 30.3 30.3 0 0 0 1.31 9l46.27 163.14a50.72 50.72 0 0 0 48.84 36.91h208.62a51.21 51.21 0 0 0 49-36.86l46.33-163.36a15.6 15.6 0 0 0 .46-2.36l.53-4.93a13 13 0 0 0 .09-1.55A32.57 32.57 0 0 0 424.11 192M256 106.67 320 192H192Zm0 245a37.7 37.7 0 1 1 37.88-37.7A37.87 37.87 0 0 1 256 351.63Z'/></svg>", Z1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m256 233.37 34.45-34.45a207.08 207.08 0 0 1-50.12-135.25c0-5 .19-10.05.54-15A207.1 207.1 0 0 0 120.67 98ZM313.14 176.23 391.33 98A207.07 207.07 0 0 0 273 48.8c-.41 4.9-.64 9.86-.64 14.87a175.25 175.25 0 0 0 40.78 112.56M335.77 198.86a175.25 175.25 0 0 0 112.56 40.81c5 0 10-.23 14.87-.64A207.07 207.07 0 0 0 414 120.67ZM176.23 313.14a175.23 175.23 0 0 0-112.56-40.81q-7.52 0-14.87.64A207.07 207.07 0 0 0 98 391.33ZM256 278.63l-34.45 34.45a207.08 207.08 0 0 1 50.12 135.25c0 5-.19 10.05-.54 15A207.06 207.06 0 0 0 391.33 414ZM448.33 271.67a207.08 207.08 0 0 1-135.25-50.12L278.63 256 414 391.33a207.1 207.1 0 0 0 49.39-120.2c-5.01.35-10.02.54-15.06.54M233.37 256 98 120.67a207.06 207.06 0 0 0-49.39 120.2c5-.35 10-.54 15-.54a207.08 207.08 0 0 1 135.25 50.12ZM120.67 414A207.07 207.07 0 0 0 239 463.2q.63-7.35.64-14.87a175.23 175.23 0 0 0-40.81-112.56Z'/></svg>", N1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 230.7a79.4 79.4 0 0 0-32-6.7H112a79.5 79.5 0 0 0-32 6.69A80.09 80.09 0 0 0 32 304v112a16 16 0 0 0 32 0v-8a8.1 8.1 0 0 1 8-8h368a8.1 8.1 0 0 1 8 8v8a16 16 0 0 0 32 0V304a80.09 80.09 0 0 0-48-73.3M376 80H136a56 56 0 0 0-56 56v72a4 4 0 0 0 5.11 3.84A95.5 95.5 0 0 1 112 208h4.23a4 4 0 0 0 4-3.55A32 32 0 0 1 152 176h56a32 32 0 0 1 31.8 28.45 4 4 0 0 0 4 3.55h24.46a4 4 0 0 0 4-3.55A32 32 0 0 1 304 176h56a32 32 0 0 1 31.8 28.45 4 4 0 0 0 4 3.55h4.2a95.5 95.5 0 0 1 26.89 3.85A4 4 0 0 0 432 208v-72a56 56 0 0 0-56-56'/></svg>", q1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M392 208h-24v-5.74A63.93 63.93 0 0 0 321.65 96a111 111 0 0 0-27.59-47.29A108.62 108.62 0 0 0 216 16c-29.91 0-57.78 12.28-79 34.68a56 56 0 0 0-67.51 77.54A63.91 63.91 0 0 0 80 231.39V440a56.06 56.06 0 0 0 56 56h176a56.06 56.06 0 0 0 56-56v-8h24a72.08 72.08 0 0 0 72-72v-80a72.08 72.08 0 0 0-72-72M176 416a16 16 0 0 1-32 0V256a16 16 0 0 1 32 0Zm64 0a16 16 0 0 1-32 0V256a16 16 0 0 1 32 0Zm64 0a16 16 0 0 1-32 0V256a16 16 0 0 1 32 0Zm16-224c-8.33 0-20.55-5.18-26.69-11.31A16 16 0 0 0 282 176H160a16 16 0 0 0-15 10.53c-6.83 18.68-23.6 21.47-33 21.47a32 32 0 0 1 0-64c.09 0 9.12.34 16.4 5.8a16 16 0 1 0 19.2-25.6A63.7 63.7 0 0 0 112 112a63.6 63.6 0 0 0-14 1.57A24 24 0 0 1 120 80a23.78 23.78 0 0 1 19.38 9.84 51.4 51.4 0 0 1 4.71 7.9A16 16 0 0 0 176 96c0-6.77-3.61-15.17-10.76-25-.46-.63-1-1.25-1.45-1.86C178.39 55.44 196.64 48 216 48a76.86 76.86 0 0 1 55.23 23.18A80.2 80.2 0 0 1 292.61 142a16 16 0 0 0 12.73 18.71 16.3 16.3 0 0 0 3 .28 16 16 0 0 0 15.7-13 112 112 0 0 0 1.96-19.42 32 32 0 0 1-6 63.43m112 168a40 40 0 0 1-40 40h-24V240h24a40 40 0 0 1 40 40Z'/></svg>", j1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M388 448a92 92 0 1 1 92-92 92.1 92.1 0 0 1-92 92m0-152a60 60 0 1 0 60 60 60.07 60.07 0 0 0-60-60M124 448a92 92 0 1 1 92-92 92.1 92.1 0 0 1-92 92m0-152a60 60 0 1 0 60 60 60.07 60.07 0 0 0-60-60M320 128a31.89 31.89 0 0 0 32-32.1A31.55 31.55 0 0 0 320.2 64a32 32 0 1 0-.2 64'/><path d='M367.55 192h-43.76a4 4 0 0 1-3.51-2.08l-31.74-58.17a31 31 0 0 0-49.38-7.75l-69.86 70.4a32.56 32.56 0 0 0-9.3 22.4c0 17.4 12.6 23.6 18.5 27.1 28.5 16.42 48.57 28.43 59.58 35.1a4 4 0 0 1 1.92 3.41v69.12c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 272 352v-86a16 16 0 0 0-6.66-13l-37-26.61a4 4 0 0 1-.58-6l42-44.79a4 4 0 0 1 6.42.79L298 215.77a16 16 0 0 0 14 8.23h56a16 16 0 0 0 16-16.77c-.42-8.61-7.84-15.23-16.45-15.23'/></svg>", G1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M416 473.14a6.83 6.83 0 0 0-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05 10.05 0 0 0-12.72-1.51c-50.33 32.42-111.61 32.44-161.95.05a10.09 10.09 0 0 0-12.82 1.56c-10.77 11.28-35.19 33.3-62.43 47.75a7.11 7.11 0 0 0-3.89 5.73 6.73 6.73 0 0 0 7.92 7.15c20.85-4.18 41-13.68 60.2-23.83a8.71 8.71 0 0 1 8-.06 185.14 185.14 0 0 0 167.81 0 8.82 8.82 0 0 1 8.09.06c19.1 10 39.22 19.59 60 23.8a6.73 6.73 0 0 0 8-6.71ZM476.71 246.91c-3.49-8.39-10.9-14.89-20.9-18.35L432 219.08V136a64 64 0 0 0-64-64h-32v-8a40 40 0 0 0-40-40h-80a40 40 0 0 0-40 40v8h-32a64 64 0 0 0-64 64v83.15l-23.58 9.39c-9.94 3.3-17.63 10-21.15 18.44-2.45 5.89-5.25 15-1.3 26.46l.1.3 46.66 119.44A23.33 23.33 0 0 0 102.58 408c.5 0 1 0 1.53-.05 31.32-2 56-17.27 72.6-31.61C200.42 396.81 228.31 408 256 408s55.43-11.2 79.14-31.7c16.59 14.36 41.3 29.67 72.61 31.65a23.36 23.36 0 0 0 23.37-14.74l46.65-119c3.28-8.09 2.9-17.76-1.06-27.3M269 154.21l-1.14-.4a39.53 39.53 0 0 0-23.73 0l-.58.18-126.07 50.23a4 4 0 0 1-5.48-3.72V136a32 32 0 0 1 32-32h224a32 32 0 0 1 32 32v64.44a4 4 0 0 1-5.48 3.72Z'/></svg>", J1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M400 32H112a48 48 0 0 0-48 48v320a47.9 47.9 0 0 0 16 35.74V454a26 26 0 0 0 26 26h28a26 26 0 0 0 26-26v-6h192v6a26 26 0 0 0 26 26h28a26 26 0 0 0 26-26v-18.26A47.9 47.9 0 0 0 448 400V80a48 48 0 0 0-48-48M147.47 399.82a32 32 0 1 1 28.35-28.35 32 32 0 0 1-28.35 28.35M236 288H112a16 16 0 0 1-16-16V144a16 16 0 0 1 16-16h124a4 4 0 0 1 4 4v152a4 4 0 0 1-4 4m20-192H112.46c-8.6 0-16-6.6-16.44-15.19A16 16 0 0 1 112 64h287.54c8.6 0 16 6.6 16.44 15.19A16 16 0 0 1 400 96zm20 32h124a16 16 0 0 1 16 16v128a16 16 0 0 1-16 16H276a4 4 0 0 1-4-4V132a4 4 0 0 1 4-4m60.18 243.47a32 32 0 1 1 28.35 28.35 32 32 0 0 1-28.35-28.35'/></svg>", K1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 176H320V64a48 48 0 0 0-48-48H80a48 48 0 0 0-48 48v416a16 16 0 0 0 16 16h104a8 8 0 0 0 8-8v-71.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 192 416v72a8 8 0 0 0 8 8h264a16 16 0 0 0 16-16V224a48 48 0 0 0-48-48M98.08 431.87a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m80 240a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m80 320a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79m0-80a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79M444 464H320V208h112a16 16 0 0 1 16 16v236a4 4 0 0 1-4 4'/><path d='M400 400a16 16 0 1 0 16 16 16 16 0 0 0-16-16M400 320a16 16 0 1 0 16 16 16 16 0 0 0-16-16M400 240a16 16 0 1 0 16 16 16 16 0 0 0-16-16M336 400a16 16 0 1 0 16 16 16 16 0 0 0-16-16M336 320a16 16 0 1 0 16 16 16 16 0 0 0-16-16M336 240a16 16 0 1 0 16 16 16 16 0 0 0-16-16'/></svg>", W1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M432 64H96a16 16 0 0 0-16 16v192a96.11 96.11 0 0 0 96 96h112a96.11 96.11 0 0 0 96-96v-80h18a62.07 62.07 0 0 0 62-62V96a32 32 0 0 0-32-32m0 66a30 30 0 0 1-30 30h-18V96h48ZM400 400H64a16 16 0 0 0 0 32h336a16 16 0 0 0 0-32'/></svg>", Y1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='272' r='64'/><path d='M432 144h-59c-3 0-6.72-1.94-9.62-5l-25.94-40.94a15.5 15.5 0 0 0-1.37-1.85C327.11 85.76 315 80 302 80h-92c-13 0-25.11 5.76-34.07 16.21a15.5 15.5 0 0 0-1.37 1.85l-25.94 41c-2.22 2.42-5.34 5-8.62 5v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v8h-4a48.05 48.05 0 0 0-48 48V384a48.05 48.05 0 0 0 48 48h352a48.05 48.05 0 0 0 48-48V192a48.05 48.05 0 0 0-48-48M256 368a96 96 0 1 1 96-96 96.11 96.11 0 0 1-96 96'/></svg>", Q1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M447.68 220.78a16 16 0 0 0-1-3.08l-37.78-88.16C400.19 109.17 379 96 354.89 96H157.11c-24.09 0-45.3 13.17-54 33.54L65.29 217.7A15.7 15.7 0 0 0 64 224v176a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h256v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V224a16 16 0 0 0-.32-3.22M144 320a32 32 0 1 1 32-32 32 32 0 0 1-32 32m224 0a32 32 0 1 1 32-32 32 32 0 0 1-32 32M104.26 208l28.23-65.85C136.11 133.69 146 128 157.11 128h197.78c11.1 0 21 5.69 24.62 14.15L407.74 208Z'/></svg>", X1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='176' cy='416' r='32'/><circle cx='400' cy='416' r='32'/><path d='M456.8 120.78a23.92 23.92 0 0 0-18.56-8.78H133.89l-6.13-34.78A16 16 0 0 0 112 64H48a16 16 0 0 0 0 32h50.58l45.66 258.78A16 16 0 0 0 160 368h256a16 16 0 0 0 0-32H173.42l-5.64-32h241.66A24.07 24.07 0 0 0 433 284.71l28.8-144a24 24 0 0 0-5-19.93'/></svg>", e0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M472 432h-48a24 24 0 0 1-24-24V104a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v304a24 24 0 0 1-24 24M344 432h-48a24 24 0 0 1-24-24V184a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v224a24 24 0 0 1-24 24M216 432h-48a24 24 0 0 1-24-24V248a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v160a24 24 0 0 1-24 24M88 432H40a24 24 0 0 1-24-24v-96a24 24 0 0 1 24-24h48a24 24 0 0 1 24 24v96a24 24 0 0 1-24 24'/></svg>", t0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m108.25 138.29-134.4 160a16 16 0 0 1-12 5.71h-.27a16 16 0 0 1-11.89-5.3l-57.6-64a16 16 0 1 1 23.78-21.4l45.29 50.32 122.59-145.91a16 16 0 0 1 24.5 20.58'/></svg>", o0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m75.31 260.69a16 16 0 1 1-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 0 1-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0 1 22.62-22.62L256 233.37l52.69-52.68a16 16 0 0 1 22.62 22.62L278.63 256Z'/></svg>", a0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M376 432H116c-32.37 0-60.23-8.57-80.59-24.77C12.24 388.78 0 361.39 0 328c0-57.57 42-90.58 87.56-100.75a16 16 0 0 0 12.12-12.39c7.68-36.68 24.45-68.15 49.18-92A153.57 153.57 0 0 1 256 80c35.5 0 68.24 11.69 94.68 33.8a156.24 156.24 0 0 1 42.05 56 16 16 0 0 0 11.37 9.16c27 5.61 51.07 17.33 69.18 33.85C498.61 235.88 512 267.42 512 304c0 36-14.38 68.88-40.49 92.59C446.36 419.43 412.44 432 376 432'/></svg>", l0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='24'/><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m105.07 113.33-46.88 117.2a64 64 0 0 1-35.66 35.66l-117.2 46.88a8 8 0 0 1-10.4-10.4l46.88-117.2a64 64 0 0 1 35.66-35.66l117.2-46.88a8 8 0 0 1 10.4 10.4'/></svg>", r0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M512 256c0-16.54-14.27-46.76-45.61-74a207 207 0 0 0-60.28-36.12 3.15 3.15 0 0 0-3.93 1.56c-.15.29-.3.57-.47.86l-9.59 15.9a183.24 183.24 0 0 0 .07 183.78l.23.39 8.74 16a4 4 0 0 0 4.94 1.82C479.63 337.42 512 281.49 512 256m-93.92-.14a16 16 0 1 1 13.79-13.79 16 16 0 0 1-13.79 13.79'/><path d='M335.45 256a214.8 214.8 0 0 1 29.08-108l.12-.21 4.62-7.67a4 4 0 0 0-2.59-6 284 284 0 0 0-39.26-5.39 7.94 7.94 0 0 1-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16 16 0 0 0-18 20.18l10.62 37.17a4 4 0 0 1-2.42 4.84c-36.85 13.69-68.59 38.75-91.74 57.85a8 8 0 0 1-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16 16 0 0 0-16.83 19.4c.42 1.93 9.19 40.69 31.7 71.61a8.09 8.09 0 0 1 0 9.55C9.57 291.52.8 330.29.38 332.22a16 16 0 0 0 16.83 19.4c2-.14 48.53-4 88.12-32.88q4.85-3.56 9.47-7.22a8 8 0 0 1 10.06.07c23.25 19.19 55.05 44.28 92 58a4 4 0 0 1 2.42 4.83l-10.66 37.18a16 16 0 0 0 18 20.18c17.16-2.9 51.88-12.86 96.05-46.83a8.15 8.15 0 0 1 4.36-1.65 287 287 0 0 0 39.22-5.3 4 4 0 0 0 2.69-5.83l-4.51-8.29A214.8 214.8 0 0 1 335.45 256'/></svg>", n0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M193.69 152.84a16 16 0 0 1 29.64 2.56l36.4 121.36 30-59.92a16 16 0 0 1 28.62 0L345.89 272h96.76A213.1 213.1 0 0 0 464 176.65C463.37 114.54 413.54 64 352.92 64c-48.09 0-80 29.54-96.92 51-16.88-21.49-48.83-51-96.92-51C98.46 64 48.63 114.54 48 176.65A211.1 211.1 0 0 0 56.93 240h93.18Z'/><path d='M321.69 295.16 304 259.78l-33.69 67.38A16 16 0 0 1 256 336q-.67 0-1.38-.06a16 16 0 0 1-14-11.34l-36.4-121.36-30 59.92A16 16 0 0 1 160 272H69.35q14 29.29 37.27 57.66c18.77 22.88 52.8 59.46 131.39 112.81a31.84 31.84 0 0 0 36 0c78.59-53.35 112.62-89.93 131.39-112.81a317 317 0 0 0 19-25.66H336a16 16 0 0 1-14.31-8.84M464 272h-21.35a260 260 0 0 1-18.25 32H464a16 16 0 0 0 0-32M48 240a16 16 0 0 0 0 32h21.35a225 225 0 0 1-12.42-32Z'/></svg>", i0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M80 480a16 16 0 0 1-16-16V68.13a24 24 0 0 1 11.9-20.72C88 40.38 112.38 32 160 32c37.21 0 78.83 14.71 115.55 27.68C305.12 70.13 333.05 80 352 80a183.8 183.8 0 0 0 71-14.5 18 18 0 0 1 25 16.58v219.36a20 20 0 0 1-12 18.31c-8.71 3.81-40.51 16.25-84 16.25-24.14 0-54.38-7.14-86.39-14.71C229.63 312.79 192.43 304 160 304c-36.87 0-55.74 5.58-64 9.11V464a16 16 0 0 1-16 16'/></svg>", s0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M394.23 197.56a300.4 300.4 0 0 0-53.37-90C301.2 61.65 249.05 32 208 32a16 16 0 0 0-15.48 20c13.87 53-14.88 97.07-45.31 143.72C122 234.36 96 274.27 96 320c0 88.22 71.78 160 160 160s160-71.78 160-160c0-43.3-7.32-84.49-21.77-122.44m-105.9 221.13C278 429.69 265.05 432 256 432s-22-2.31-32.33-13.31S208 390.24 208 368c0-25.14 8.82-44.28 17.34-62.78 4.95-10.74 10-21.67 13-33.37a8 8 0 0 1 12.49-4.51A126.5 126.5 0 0 1 275 292c18.17 24 29 52.42 29 76 0 22.24-5.42 39.77-15.67 50.69'/></svg>", c0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='256' r='48'/><path d='M475.93 303.91a67.49 67.49 0 0 0-44.34-115.53 5.2 5.2 0 0 1-4.58-3.21 5.21 5.21 0 0 1 1-5.51A67.83 67.83 0 0 0 378 66.33h-.25A67.13 67.13 0 0 0 332.35 84a5.21 5.21 0 0 1-5.52 1 5.23 5.23 0 0 1-3.22-4.58 67.68 67.68 0 0 0-135.23 0 5.2 5.2 0 0 1-3.21 4.58 5.21 5.21 0 0 1-5.52-1 67.1 67.1 0 0 0-45.44-17.69H134a67.91 67.91 0 0 0-50 113.34 5.21 5.21 0 0 1 1 5.51 5.2 5.2 0 0 1-4.58 3.21 67.71 67.71 0 0 0 0 135.23 5.23 5.23 0 0 1 4.58 3.23 5.22 5.22 0 0 1-1 5.52 67.54 67.54 0 0 0 50.08 113h.25A67.38 67.38 0 0 0 179.65 428a5.21 5.21 0 0 1 5.51-1 5.2 5.2 0 0 1 3.21 4.58 67.71 67.71 0 0 0 135.23 0 5.23 5.23 0 0 1 3.22-4.58 5.21 5.21 0 0 1 5.51 1 67.38 67.38 0 0 0 45.29 17.42h.25a67.48 67.48 0 0 0 50.08-113 5.22 5.22 0 0 1-1-5.52 5.23 5.23 0 0 1 4.58-3.22 67.3 67.3 0 0 0 44.4-19.77M256 336a80 80 0 1 1 80-80 80.09 80.09 0 0 1-80 80'/></svg>", u0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48m143 304h-45.22a8 8 0 0 1-6.91-4l-16.14-27.68a8 8 0 0 1-.86-6l14.86-59.92a8 8 0 0 1 4.65-5.45l28.1-11.9a8 8 0 0 1 8.34 1.3l41.63 35.82a8 8 0 0 1 2.69 7.26 174.75 174.75 0 0 1-24.28 66.68A8 8 0 0 1 399 352M134.52 237.13l28.1 11.9a8 8 0 0 1 4.65 5.45l14.86 59.92a8 8 0 0 1-.86 6L165.13 348a8 8 0 0 1-6.91 4H113a8 8 0 0 1-6.82-3.81 174.75 174.75 0 0 1-24.28-66.68 8 8 0 0 1 2.69-7.26l41.63-35.82a8 8 0 0 1 8.3-1.3m256.94-87.24-18.07 51.38A8 8 0 0 1 369 206l-29.58 12.53a8 8 0 0 1-8.26-1.24L274.9 170.1a8 8 0 0 1-2.9-6.1v-33.58a8 8 0 0 1 3.56-6.65l42.83-28.54a8 8 0 0 1 7.66-.67A176.9 176.9 0 0 1 390 142a8 8 0 0 1 1.46 7.89M193.6 95.23l42.84 28.54a8 8 0 0 1 3.56 6.65V164a8 8 0 0 1-2.86 6.13l-56.26 47.19a8 8 0 0 1-8.26 1.24L143 206a8 8 0 0 1-4.43-4.72L120.5 149.9a8 8 0 0 1 1.5-7.9 176.9 176.9 0 0 1 64-47.48 8 8 0 0 1 7.6.71m17.31 327.46L191.18 373a8 8 0 0 1 .52-7l15.17-26a8 8 0 0 1 6.91-4h84.44a8 8 0 0 1 6.91 4l15.18 26a8 8 0 0 1 .53 7l-19.59 49.67a8 8 0 0 1-5.69 4.87 176.6 176.6 0 0 1-79 0 8 8 0 0 1-5.65-4.85'/></svg>", d0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M200 144h40v-40a40 40 0 1 0-40 40M352 104a40 40 0 0 0-80 0v40h40a40 40 0 0 0 40-40' class='ionicon-fill-none'/><path d='M80 416a64 64 0 0 0 64 64h92a4 4 0 0 0 4-4V292a4 4 0 0 0-4-4H88a8 8 0 0 0-8 8ZM240 252V144h32v108a4 4 0 0 0 4 4h140a47.9 47.9 0 0 0 16-2.75A48.09 48.09 0 0 0 464 208v-16a48 48 0 0 0-48-48h-40.54a2 2 0 0 1-1.7-3A72 72 0 0 0 256 58.82 72 72 0 0 0 138.24 141a2 2 0 0 1-1.7 3H96a48 48 0 0 0-48 48v16a48.09 48.09 0 0 0 32 45.25A47.9 47.9 0 0 0 96 256h140a4 4 0 0 0 4-4m32-148a40 40 0 1 1 40 40h-40Zm-74.86-39.9A40 40 0 0 1 240 104v40h-40a40 40 0 0 1-2.86-79.89ZM276 480h92a64 64 0 0 0 64-64V296a8 8 0 0 0-8-8H276a4 4 0 0 0-4 4v184a4 4 0 0 0 4 4'/></svg>", p0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M340.75 344.49c5.91-20.7 9.82-44.75 11.31-67.84a4.41 4.41 0 0 0-4.46-4.65h-71.06a4.43 4.43 0 0 0-4.47 4.39v55.3a4.44 4.44 0 0 0 4.14 4.38 273.5 273.5 0 0 1 59 11.39 4.45 4.45 0 0 0 5.54-2.97M323.58 377.31a260 260 0 0 0-46.6-9.09 4.42 4.42 0 0 0-4.91 4.29v65.24a4.47 4.47 0 0 0 6.76 3.7c15.9-9.27 29-24.84 40.84-45.43 1.94-3.36 4.89-9.15 6.67-12.69a4.29 4.29 0 0 0-2.76-6.02M235.29 368.4a257 257 0 0 0-46.56 8.82c-2.64.76-3.75 4.4-2.55 6.79 1.79 3.56 4 8.11 5.89 11.51 13 23 26.84 37.5 41.24 45.93a4.47 4.47 0 0 0 6.76-3.7v-65.27a4.16 4.16 0 0 0-4.78-4.08M235.6 272h-71.06a4.41 4.41 0 0 0-4.46 4.64c1.48 23.06 5.37 47.16 11.26 67.84a4.46 4.46 0 0 0 5.59 3 272.2 272.2 0 0 1 59-11.36 4.44 4.44 0 0 0 4.15-4.38V276.4a4.43 4.43 0 0 0-4.48-4.4M277 143.78a235.8 235.8 0 0 0 46.5-9.14 4.3 4.3 0 0 0 2.76-6c-1.79-3.57-4.27-8.68-6.17-12.09-12.29-22-26.14-37.35-41.24-46a4.48 4.48 0 0 0-6.76 3.7v65.23a4.43 4.43 0 0 0 4.91 4.3M276.54 240h71.06a4.39 4.39 0 0 0 4.46-4.58c-1.48-22.77-5.27-47.8-11.16-68.22a4.46 4.46 0 0 0-5.59-2.95c-19 5.74-38.79 10.43-59.09 12a4.4 4.4 0 0 0-4.15 4.32v55.11a4.4 4.4 0 0 0 4.47 4.32M233.31 70.56c-15.42 8.57-29.17 24.43-41.47 46.37-1.91 3.41-4.19 8.11-6 11.67a4.31 4.31 0 0 0 2.76 6 225.4 225.4 0 0 0 46.54 9.17 4.43 4.43 0 0 0 4.91-4.29V74.26a4.49 4.49 0 0 0-6.74-3.7M235.92 176.26c-20.3-1.55-40.11-6.24-59.09-12a4.46 4.46 0 0 0-5.59 2.95c-5.89 20.42-9.68 45.45-11.16 68.22a4.39 4.39 0 0 0 4.46 4.58h71.06a4.4 4.4 0 0 0 4.47-4.34v-55.09a4.4 4.4 0 0 0-4.15-4.32'/><path d='M414.39 97.61A224 224 0 1 0 97.61 414.39 224 224 0 1 0 414.39 97.61M176.6 430.85a219 219 0 0 1-12.48-19.66c-2-3.69-4.84-9.26-6.73-13.13a7.29 7.29 0 0 0-10.31-3.16c-4.3 2.41-10 5.72-14.13 8.43a147.3 147.3 0 0 1-23.57-22.43 249 249 0 0 1 30.41-18.36c1.86-1 2.77-2.14 2.18-4.18a374.8 374.8 0 0 1-14.09-82.17 4.36 4.36 0 0 0-4.3-4.17H66.84a2 2 0 0 1-2-1.7A98 98 0 0 1 64 256a96 96 0 0 1 .86-14.29 2 2 0 0 1 2-1.7h56.74c2.29 0 4.17-1.32 4.29-3.63a372.7 372.7 0 0 1 14-81.83 4.36 4.36 0 0 0-2.19-5.11 261 261 0 0 1-29.84-17.9 170 170 0 0 1 23.14-22.8c4.08 2.68 9.4 5.71 13.66 8.11a7.89 7.89 0 0 0 11-3.42c1.88-3.87 4-8.18 6.06-11.88a222 222 0 0 1 12.54-19.91A185 185 0 0 1 256 64c28.94 0 55.9 7 80.53 18.46a202 202 0 0 1 12 19c2.59 4.66 5.34 10.37 7.66 15.32a4.29 4.29 0 0 0 5.92 1.94c5.38-2.91 11.21-6.26 16.34-9.63a171.4 171.4 0 0 1 23.2 23 245 245 0 0 1-29.06 17.31 4.35 4.35 0 0 0-2.18 5.12 348.7 348.7 0 0 1 13.85 81.4 4.33 4.33 0 0 0 4.3 4.12l56.62-.07a2 2 0 0 1 2 1.7 117.5 117.5 0 0 1 0 28.62 2 2 0 0 1-2 1.72h-56.67a4.35 4.35 0 0 0-4.3 4.17 367.4 367.4 0 0 1-13.87 81.3 4.45 4.45 0 0 0 2.19 5.19c5 2.59 10.57 5.48 15.37 8.42s9.55 6.08 14.13 9.34a172.7 172.7 0 0 1-23 22.93c-2.44-1.61-5.34-3.44-7.84-4.94-1.72-1-4.89-2.77-6.65-3.76-3.82-2.14-7.88-.54-9.79 3.4s-4.83 9.59-6.87 13.25a212 212 0 0 1-12.35 19.53C310.91 442.37 284.94 448 256 448s-54.77-5.63-79.4-17.15'/></svg>", g0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M272 320.46V202.3l166.62-75.73a16 16 0 0 0 0-29.14l-176-80A16 16 0 0 0 240 32v288.46q8-.45 16-.46t16 .46'/><path d='M463.33 457.5c-8.56-42.85-35.11-78.74-76.78-103.8-32.5-19.55-72.67-31.3-114.55-33.7v79.75a16 16 0 1 1-32 0V320c-41.88 2.4-82.05 14.15-114.55 33.7-41.67 25.06-68.22 60.95-76.78 103.8a32.49 32.49 0 0 0 6.44 27.08C61.13 492 70 496 80 496h352c10 0 18.88-4.05 24.9-11.42a32.49 32.49 0 0 0 6.43-27.08'/></svg>", v0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 448a32 32 0 0 1-18-5.57c-78.59-53.35-112.62-89.93-131.39-112.8-40-48.75-59.15-98.8-58.61-153C48.63 114.52 98.46 64 159.08 64c44.08 0 74.61 24.83 92.39 45.51a6 6 0 0 0 9.06 0C278.31 88.81 308.84 64 352.92 64c60.62 0 110.45 50.52 111.08 112.64.54 54.21-18.63 104.26-58.61 153-18.77 22.87-52.8 59.45-131.39 112.8a32 32 0 0 1-18 5.56'/></svg>", m0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64m-6 304a20 20 0 1 1 20-20 20 20 0 0 1-20 20m33.44-102C267.23 276.88 265 286.85 265 296a14 14 0 0 1-28 0c0-21.91 10.08-39.33 30.82-53.26C287.1 229.8 298 221.6 298 203.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82 2.95-27.83 8.59C215.12 191.25 214 202.83 214 203a14 14 0 1 1-28-1.35c.11-2.43 1.8-24.32 24.77-42.8 11.91-9.58 27.06-14.56 45-14.78 12.7-.15 24.63 2 32.72 5.82C312.7 161.34 326 180.43 326 203.57c0 33.83-22.61 49.02-42.56 62.43'/></svg>", f0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M261.56 101.28a8 8 0 0 0-11.06 0L66.4 277.15a8 8 0 0 0-2.47 5.79L63.9 448a32 32 0 0 0 32 32H192a16 16 0 0 0 16-16V328a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v136a16 16 0 0 0 16 16h96.06a32 32 0 0 0 32-32V282.94a8 8 0 0 0-2.47-5.79Z'/><path d='m490.91 244.15-74.8-71.56V64a16 16 0 0 0-16-16h-48a16 16 0 0 0-16 16v32l-57.92-55.38C272.77 35.14 264.71 32 256 32c-8.68 0-16.72 3.14-22.14 8.63l-212.7 203.5c-6.22 6-7 15.87-1.34 22.37A16 16 0 0 0 43 267.56L250.5 69.28a8 8 0 0 1 11.06 0l207.52 198.28a16 16 0 0 0 22.59-.44c6.14-6.36 5.63-16.86-.76-22.97'/></svg>", y0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M183 352c-21.84-.52-39-18.9-39-40.74v-34.07a8 8 0 0 0-6-7.74c-33.75-8.85-58-39.71-58-77.45a80.14 80.14 0 0 1 66.27-78.82 8 8 0 0 0 6.62-6.83 104 104 0 0 1 206.22 0 8 8 0 0 0 6.62 6.83A80 80 0 0 1 352 272a74.33 74.33 0 0 1-47.45-17.41 7.93 7.93 0 0 0-9.92-.14A62.9 62.9 0 0 1 256 268a80.5 80.5 0 0 1-21.8-3.18 8 8 0 0 0-10.2 7.69V312a40 40 0 0 1-41 40'/><path d='M263.39 299.7a8 8 0 0 0-7.39 7.91V312a72.11 72.11 0 0 1-50.69 68.76 8 8 0 0 0-4.91 10.78l40.91 94.8A16 16 0 0 0 256 496a16 16 0 0 0 14.69-9.7l73.78-172.15a8 8 0 0 0-6.2-11.07 106.3 106.3 0 0 1-35.9-11.59 8 8 0 0 0-7.13-.2 95 95 0 0 1-31.85 8.41'/></svg>", h0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 56C145.72 56 56 145.72 56 256s89.72 200 200 200 200-89.72 200-200S366.28 56 256 56m0 82a26 26 0 1 1-26 26 26 26 0 0 1 26-26m48 226h-88a16 16 0 0 1 0-32h28v-88h-16a16 16 0 0 1 0-32h32a16 16 0 0 1 16 16v104h28a16 16 0 0 1 0 32'/></svg>", w0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M161.35 242a16 16 0 0 1 22.62-.68c73.63 69.36 147.51 111.56 234.45 133.07 11.73-32 12.77-67.22 2.64-101.58-13.44-45.59-44.74-85.31-90.49-114.86-40.84-26.38-81.66-33.25-121.15-39.89-49.82-8.38-96.88-16.3-141.79-63.85-5-5.26-11.81-7.37-18.32-5.66-7.44 2-12.43 7.88-14.82 17.6-5.6 22.75-2 86.51 13.75 153.82 25.29 108.14 65.65 162.86 95.06 189.73 38 34.69 87.62 53.9 136.93 53.9a186 186 0 0 0 27.77-2.04c41.71-6.32 76.43-27.27 96-57.75-89.49-23.28-165.94-67.55-242-139.16a16 16 0 0 1-.65-22.65M467.43 384.19c-16.83-2.59-33.13-5.84-49-9.77a157.7 157.7 0 0 1-12.13 25.68c-.73 1.25-1.5 2.49-2.29 3.71a584 584 0 0 0 58.56 12 16 16 0 1 0 4.87-31.62Z'/></svg>", x0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M64 480H48a32 32 0 0 1-32-32V112a32 32 0 0 1 32-32h16a32 32 0 0 1 32 32v336a32 32 0 0 1-32 32M240 176a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32v28a4 4 0 0 0 4 4h120a4 4 0 0 0 4-4ZM112 448a32 32 0 0 0 32 32h64a32 32 0 0 0 32-32v-30a2 2 0 0 0-2-2H114a2 2 0 0 0-2 2Z'/><rect width='128' height='144' x='112' y='240' rx='2' ry='2'/><path d='M320 480h-32a32 32 0 0 1-32-32V64a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v384a32 32 0 0 1-32 32M495.89 445.45l-32.23-340c-1.48-15.65-16.94-27-34.53-25.31l-31.85 3c-17.59 1.67-30.65 15.71-29.17 31.36l32.23 340c1.48 15.65 16.94 27 34.53 25.31l31.85-3c17.59-1.67 30.65-15.71 29.17-31.36'/></svg>", k0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><circle cx='256' cy='192' r='32'/><path d='M256 32c-88.22 0-160 68.65-160 153 0 40.17 18.31 93.59 54.42 158.78 29 52.34 62.55 99.67 80 123.22a31.75 31.75 0 0 0 51.22 0c17.42-23.55 51-70.88 80-123.22C397.69 278.61 416 225.19 416 185c0-84.35-71.78-153-160-153m0 224a64 64 0 1 1 64-64 64.07 64.07 0 0 1-64 64'/></svg>", b0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M48.17 113.34A32 32 0 0 0 32 141.24V438a32 32 0 0 0 47 28.37c.43-.23.85-.47 1.26-.74l84.14-55.05a8 8 0 0 0 3.63-6.72V46.45a8 8 0 0 0-12.51-6.63ZM212.36 39.31A8 8 0 0 0 200 46v357.56a8 8 0 0 0 3.63 6.72l96 62.42A8 8 0 0 0 312 466V108.67a8 8 0 0 0-3.64-6.73ZM464.53 46.47a31.64 31.64 0 0 0-31.5-.88 12 12 0 0 0-1.25.74l-84.15 55a8 8 0 0 0-3.63 6.72v357.46a8 8 0 0 0 12.52 6.63l107.07-73.46a32 32 0 0 0 16.41-28v-296a32.76 32.76 0 0 0-15.47-28.21'/></svg>", M0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M272 464h-32a32 32 0 0 1-32-32l.05-85.82a4 4 0 0 0-6-3.47l-74.34 43.06a31.48 31.48 0 0 1-43-11.52l-16.5-28.64-.06-.1a31.65 31.65 0 0 1 11.56-42.8l74.61-43.25a4 4 0 0 0 0-6.92l-74.54-43.21a31.41 31.41 0 0 1-11.55-43l16.44-28.55a31.48 31.48 0 0 1 19.27-14.74 31.14 31.14 0 0 1 23.8 3.2l74.31 43a4 4 0 0 0 6-3.47L208 80a32 32 0 0 1 32-32h32a32 32 0 0 1 32 32v85.72a4 4 0 0 0 6 3.47l74.34-43.06a31.51 31.51 0 0 1 43 11.52l16.49 28.64.06.09a31.52 31.52 0 0 1-11.64 42.86l-74.53 43.2a4 4 0 0 0 0 6.92l74.53 43.2a31.42 31.42 0 0 1 11.56 43l-16.44 28.55a31.48 31.48 0 0 1-19.27 14.74 31.14 31.14 0 0 1-23.8-3.2l-74.31-43a4 4 0 0 0-6 3.46L304 432a32 32 0 0 1-32 32m61.54-218.56'/></svg>", C0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M264 480A232 232 0 0 1 32 248c0-94 54-178.28 137.61-214.67a16 16 0 0 1 21.06 21.06C181.07 76.43 176 104.66 176 136c0 110.28 89.72 200 200 200 31.34 0 59.57-5.07 81.61-14.67a16 16 0 0 1 21.06 21.06C442.28 426 358 480 264 480'/></svg>", L0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M421.84 37.37a25.86 25.86 0 0 0-22.6-4.46L199.92 86.49A32.3 32.3 0 0 0 176 118v226c0 6.74-4.36 12.56-11.11 14.83l-.12.05-52 18C92.88 383.53 80 402 80 423.91a55.54 55.54 0 0 0 23.23 45.63A54.78 54.78 0 0 0 135.34 480a55.8 55.8 0 0 0 17.75-2.93l.38-.13 21.84-7.94A47.84 47.84 0 0 0 208 423.91v-212c0-7.29 4.77-13.21 12.16-15.07l.21-.06L395 150.14a4 4 0 0 1 5 3.86v141.93c0 6.75-4.25 12.38-11.11 14.68l-.25.09-50.89 18.11A49.09 49.09 0 0 0 304 375.92a55.67 55.67 0 0 0 23.23 45.8 54.63 54.63 0 0 0 49.88 7.35l.36-.12 21.84-7.95A47.83 47.83 0 0 0 432 375.92V58a25.74 25.74 0 0 0-10.16-20.63'/></svg>", _0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M272 464a16 16 0 0 1-16-16.42V264.13a8 8 0 0 0-8-8H64.41a16.31 16.31 0 0 1-15.49-10.65 16 16 0 0 1 8.41-19.87l384-176.15a16 16 0 0 1 21.22 21.19l-176 384A16 16 0 0 1 272 464'/></svg>", A0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M490.39 182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.5 46.5 0 0 0-17-3.2h-.64c-27.24.41-55.05 23.56-69.19 57.61-10.37 24.9-11.56 51.68-3.18 71.64 5.54 13.2 14.78 22.71 26.73 27.5l.13.05a46.5 46.5 0 0 0 17 3.2c27.5 0 55.6-23.15 70-57.65 10.24-24.87 11.37-51.63 2.98-71.6M381.55 329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53 250.8 298.37 224 256 224s-58.57 26.8-85.39 71.2c-9.72 16.06-24.6 25-40.36 34.48-18.07 10.86-36.74 22.08-44.8 44.16a66.9 66.9 0 0 0-4.65 25c0 35.95 28 65.2 62.4 65.2 17.75 0 36.64-6.15 56.63-12.66 19.22-6.26 39.09-12.73 56.27-12.73s37 6.47 56.15 12.73C332.2 457.85 351 464 368.8 464c34.35 0 62.3-29.25 62.3-65.2a67 67 0 0 0-4.75-25c-8.06-22.1-26.74-33.33-44.8-44.19M150 188.85c11.9 14.93 27 23.15 42.52 23.15a43 43 0 0 0 6.33-.47c32.37-4.76 52.54-44.26 45.92-90C242 102.3 234.6 84.39 224 71.11 212.12 56.21 197 48 181.49 48a43 43 0 0 0-6.33.47c-32.37 4.76-52.54 44.26-45.92 90 2.76 19.2 10.16 37.09 20.76 50.38M313.16 211.53a43 43 0 0 0 6.33.47c15.53 0 30.62-8.22 42.52-23.15 10.59-13.29 17.95-31.18 20.75-50.4 6.62-45.72-13.55-85.22-45.92-90a43 43 0 0 0-6.33-.47C315 48 299.88 56.21 288 71.11c-10.6 13.28-18 31.19-20.76 50.44-6.62 45.72 13.55 85.22 45.92 89.98M111.59 308.8l.14-.05c11.93-4.79 21.16-14.29 26.69-27.48 8.38-20 7.2-46.75-3.15-71.65C120.94 175.16 92.85 152 65.38 152a46.4 46.4 0 0 0-17 3.2l-.14.05c-11.9 4.75-21.13 14.29-26.66 27.48-8.38 20-7.2 46.75 3.15 71.65C39.06 288.84 67.15 312 94.62 312a46.4 46.4 0 0 0 16.97-3.2'/></svg>", S0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M336 96a80 80 0 1 0-96 78.39v283.17a32.1 32.1 0 0 0 2.49 12.38l10.07 24a3.92 3.92 0 0 0 6.88 0l10.07-24a32.1 32.1 0 0 0 2.49-12.38V174.39A80.13 80.13 0 0 0 336 96m-56 0a24 24 0 1 1 24-24 24 24 0 0 1-24 24'/></svg>", V0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M441.82 67.83C383.44 44.73 317.3 32 255.56 32 192 32 125.76 44.53 69 67.26 48.7 75.49 45.21 90 48.71 100.82L52.78 111a16 16 0 0 0 21.31 8.69c10.8-4.76 23.93-10.54 27-11.78C145.1 89.64 198.71 80 256 80c57.47 0 108.09 9.24 154.76 28.25 4.42 1.8 14.88 6.42 26.17 11.46a16 16 0 0 0 21.35-8.59L462 102l.34-.9c3.45-10.21.14-25.05-20.52-33.27'/><path d='M409.18 140.86C363.67 122.53 307.68 112 255.56 112a425 425 0 0 0-153.74 28.89c-.53.21-2.06.88-4.29 1.88a16 16 0 0 0-8 21.27c4 8.71 9.42 20.58 15.5 33.89C137.94 270 199.21 404 227.26 462A31.74 31.74 0 0 0 256 480a31.73 31.73 0 0 0 28.76-18.06l.06-.13 137.3-297.57a15.94 15.94 0 0 0-8.31-21.45c-2.26-.95-3.85-1.61-4.5-1.87Zm-215.1 83.07a32 32 0 1 1 29.85-29.85 32 32 0 0 1-29.85 29.85m64 128a32 32 0 1 1 29.85-29.85 32 32 0 0 1-29.85 29.85m64-112a32 32 0 1 1 29.85-29.85 32 32 0 0 1-29.85 29.85'/></svg>", B0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M357.57 223.94a79.48 79.48 0 0 0 56.58-23.44l77-76.95c6.09-6.09 6.65-16 .85-22.39a16 16 0 0 0-23.17-.56l-68.63 68.58a12.29 12.29 0 0 1-17.37 0c-4.79-4.78-4.53-12.86.25-17.64l68.33-68.33a16 16 0 0 0-.56-23.16A15.62 15.62 0 0 0 440.27 56a16.7 16.7 0 0 0-11.81 4.9l-68.27 68.26a12.29 12.29 0 0 1-17.37 0c-4.78-4.78-4.53-12.86.25-17.64l68.33-68.31a16 16 0 0 0-.56-23.16A15.62 15.62 0 0 0 400.26 16a16.73 16.73 0 0 0-11.81 4.9L311.5 97.85a79.5 79.5 0 0 0-23.44 56.59v8.23a16 16 0 0 1-4.69 11.33l-35.61 35.62a4 4 0 0 1-5.66 0L68.82 36.33a16 16 0 0 0-22.58-.06C31.09 51.28 23 72.47 23 97.54c-.1 41.4 21.66 89 56.79 124.08l85.45 85.45A64.8 64.8 0 0 0 211 326a64 64 0 0 0 16.21-2.08 16.2 16.2 0 0 1 4.07-.53 15.93 15.93 0 0 1 10.83 4.25l11.39 10.52a16.12 16.12 0 0 1 4.6 11.23v5.54a47.73 47.73 0 0 0 13.77 33.65l90.05 91.57.09.1a53.29 53.29 0 0 0 75.36-75.37L302.39 269.9a4 4 0 0 1 0-5.66L338 228.63a16 16 0 0 1 11.32-4.69Z'/><path d='M211 358a97.32 97.32 0 0 1-68.36-28.25l-13.86-13.86a8 8 0 0 0-11.3 0l-85 84.56c-15.15 15.15-20.56 37.45-13.06 59.29a31 31 0 0 0 1.49 3.6C31 484 50.58 496 72 496a55.68 55.68 0 0 0 39.64-16.44L225 365.66a4.69 4.69 0 0 0 1.32-3.72v-.26a4.63 4.63 0 0 0-5.15-4.27A97 97 0 0 1 211 358'/></svg>", T0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 368a16 16 0 0 1-7.94-2.11L108 285.84a8 8 0 0 0-12 6.94V368a16 16 0 0 0 8.23 14l144 80a16 16 0 0 0 15.54 0l144-80a16 16 0 0 0 8.23-14v-75.22a8 8 0 0 0-12-6.94l-140.06 80.05A16 16 0 0 1 256 368'/><path d='M495.92 190.5v-.11a16 16 0 0 0-8-12.28l-224-128a16 16 0 0 0-15.88 0l-224 128a16 16 0 0 0 0 27.78l224 128a16 16 0 0 0 15.88 0L461 221.28a2 2 0 0 1 3 1.74v144.53c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 496 368V192a15 15 0 0 0-.08-1.5'/></svg>", P0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m461 349-34-19.64a89.5 89.5 0 0 1 20.94-16 22 22 0 0 0-21.28-38.51 133.6 133.6 0 0 0-38.55 32.1L300 256l88.09-50.86a133.5 133.5 0 0 0 38.55 32.1 22 22 0 1 0 21.28-38.51 89.7 89.7 0 0 1-20.94-16l34-19.64A22 22 0 1 0 439 125l-34 19.63a89.7 89.7 0 0 1-3.42-26.15A22 22 0 0 0 380 96h-.41a22 22 0 0 0-22 21.59 133.6 133.6 0 0 0 8.5 49.41L278 217.89V116.18a133.5 133.5 0 0 0 47.07-17.33 22 22 0 0 0-22.71-37.69A89.6 89.6 0 0 1 278 71.27V38a22 22 0 0 0-44 0v33.27a89.6 89.6 0 0 1-24.36-10.11 22 22 0 1 0-22.71 37.69A133.5 133.5 0 0 0 234 116.18v101.71L145.91 167a133.6 133.6 0 0 0 8.52-49.43 22 22 0 0 0-22-21.59H132a22 22 0 0 0-21.59 22.41 89.7 89.7 0 0 1-3.41 26.19L73 125a22 22 0 1 0-22 38.1l34 19.64a89.7 89.7 0 0 1-20.94 16 22 22 0 1 0 21.28 38.51 133.6 133.6 0 0 0 38.55-32.1L212 256l-88.09 50.86a133.6 133.6 0 0 0-38.55-32.1 22 22 0 1 0-21.28 38.51 89.7 89.7 0 0 1 20.94 16L51 349a22 22 0 1 0 22 38.1l34-19.63a89.7 89.7 0 0 1 3.42 26.15A22 22 0 0 0 132 416h.41a22 22 0 0 0 22-21.59 133.6 133.6 0 0 0-8.5-49.41L234 294.11v101.71a133.5 133.5 0 0 0-47.07 17.33 22 22 0 1 0 22.71 37.69A89.6 89.6 0 0 1 234 440.73V474a22 22 0 0 0 44 0v-33.27a89.6 89.6 0 0 1 24.36 10.11 22 22 0 0 0 22.71-37.69A133.5 133.5 0 0 0 278 395.82V294.11L366.09 345a133.6 133.6 0 0 0-8.52 49.43 22 22 0 0 0 22 21.59h.43a22 22 0 0 0 21.59-22.41 89.7 89.7 0 0 1 3.41-26.19l34 19.63A22 22 0 1 0 461 349'/></svg>", D0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M394 480a16 16 0 0 1-9.39-3L256 383.76 127.39 477a16 16 0 0 1-24.55-18.08L153 310.35 23 221.2a16 16 0 0 1 9-29.2h160.38l48.4-148.95a16 16 0 0 1 30.44 0l48.4 149H480a16 16 0 0 1 9.05 29.2L359 310.35l50.13 148.53A16 16 0 0 1 394 480'/></svg>", F0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M256 118a22 22 0 0 1-22-22V48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22M256 486a22 22 0 0 1-22-22v-48a22 22 0 0 1 44 0v48a22 22 0 0 1-22 22M369.14 164.86a22 22 0 0 1-15.56-37.55l33.94-33.94a22 22 0 0 1 31.11 31.11l-33.94 33.94a21.93 21.93 0 0 1-15.55 6.44M108.92 425.08a22 22 0 0 1-15.55-37.56l33.94-33.94a22 22 0 1 1 31.11 31.11l-33.94 33.94a21.94 21.94 0 0 1-15.56 6.45M464 278h-48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44M96 278H48a22 22 0 0 1 0-44h48a22 22 0 0 1 0 44M403.08 425.08a21.94 21.94 0 0 1-15.56-6.45l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.55 37.56M142.86 164.86a21.9 21.9 0 0 1-15.55-6.44l-33.94-33.94a22 22 0 0 1 31.11-31.11l33.94 33.94a22 22 0 0 1-15.56 37.55M256 358a102 102 0 1 1 102-102 102.12 102.12 0 0 1-102 102'/></svg>", I0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M448 256a192.6 192.6 0 0 0 32-2.68A224 224 0 0 0 258.68 32 192.6 192.6 0 0 0 256 64c0 105.87 86.13 192 192 192M253.35 480c.94-5.67 1.65-11.4 2.09-17.18.37-4.88.56-9.86.56-14.79 0-105.87-86.13-192-192-192a192.6 192.6 0 0 0-32 2.68A224 224 0 0 0 253.35 480'/><path d='M289.61 222.39A222.53 222.53 0 0 1 224 64a226 226 0 0 1 2-30A224.1 224.1 0 0 0 34 226a226 226 0 0 1 30-2 222.53 222.53 0 0 1 158.39 65.61A222.53 222.53 0 0 1 288 448c0 5.74-.22 11.53-.65 17.22q-.5 6.42-1.36 12.79A224.12 224.12 0 0 0 478 286a226 226 0 0 1-30 2 222.53 222.53 0 0 1-158.39-65.61'/></svg>", $0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M96 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 96 416M120 480a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 120 480M376 416a16 16 0 0 1-14.3-23.16l24-48a16 16 0 0 1 28.62 14.32l-24 48A16 16 0 0 1 376 416M400 480a16 16 0 0 1-14.3-23.16l16-32a16 16 0 0 1 28.62 14.32l-16 32A16 16 0 0 1 400 480'/><path d='M405.84 136.9a151.25 151.25 0 0 0-47.6-81.9 153 153 0 0 0-241.81 51.86C60.5 110.16 16 156.65 16 213.33 16 272.15 63.91 320 122.8 320h66.31l-12.89 77.37A16 16 0 0 0 192 416h32v64a16 16 0 0 0 29 9.3l80-112a16 16 0 0 0-13-25.3h-27.51l8-32h103.84a91.56 91.56 0 0 0 1.51-183.1'/></svg>", z0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M491.31 324.69 432 265.37a31.8 31.8 0 0 0-22.63-9.37H272v-32h144a32 32 0 0 0 32-32V96a32 32 0 0 0-32-32H272V48a16 16 0 0 0-32 0v16H102.63A31.8 31.8 0 0 0 80 73.37l-59.31 59.32a16 16 0 0 0 0 22.62L80 214.63a31.8 31.8 0 0 0 22.63 9.37H240v32H96a32 32 0 0 0-32 32v96a32 32 0 0 0 32 32h144v48a16 16 0 0 0 32 0v-48h137.37a31.8 31.8 0 0 0 22.63-9.37l59.31-59.32a16 16 0 0 0 0-22.62'/></svg>", H0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><ellipse cx='256' cy='304' rx='32.05' ry='31.94' transform='rotate(-45 256.001 304)'/><path d='M352 32h-15a10 10 0 0 1-7.87-3.78A31.94 31.94 0 0 0 304 16h-96a32 32 0 0 0-26.11 13.52A6 6 0 0 1 177 32h-17c-36.81 0-64 28.84-64 64v255c0 23.27 25.6 42.06 83 60.94a753 753 0 0 0 73.77 19.73 16 16 0 0 0 6.46 0A753 753 0 0 0 333 411.94c57.4-18.88 83-37.67 83-60.94V96a64 64 0 0 0-64-64m-168 96h144a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H184a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8m76.18 239.87a64 64 0 1 1 59.69-59.69 64.07 64.07 0 0 1-59.69 59.69'/><path d='M395.31 468.69 347.63 421c-6.09-6.1-16-6.66-22.38-.86a16 16 0 0 0-.56 23.16l4.68 4.69H182.63l4.36-4.37c6.1-6.09 6.66-16 .86-22.38a16 16 0 0 0-23.16-.56l-48 48a16 16 0 1 0 22.62 22.62l11.32-11.3h210.74l11.32 11.31a16 16 0 0 0 22.62-22.62'/></svg>", U0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='m312.55 479.9-56.42-114-44.62-57a72.37 72.37 0 0 1-10.06-36.9V143.64H217a40 40 0 0 1 40 40v182.21' stroke-linecap='round' stroke-linejoin='round' class='ionicon-stroke-width'/><path d='M127.38 291.78v-74.07s37-74.07 74.07-74.07' stroke-linecap='round' stroke-linejoin='round' class='ionicon-fill-none ionicon-stroke-width'/><path d='M368.09 291.78a18.5 18.5 0 0 1-10.26-3.11L297.7 250a21.18 21.18 0 0 1-9.7-17.79v-23.7a5.65 5.65 0 0 1 8.69-4.77l81.65 54.11a18.52 18.52 0 0 1-10.29 33.93ZM171.91 493.47a18.5 18.5 0 0 1-14.83-7.41c-6.14-8.18-4-17.18 3.7-25.92l59.95-74.66a7.41 7.41 0 0 1 10.76 2.06c1.56 2.54 3.38 5.65 5.19 9.09 5.24 9.95 6 16.11-1.68 25.7-8 10-52 67.44-52 67.44-2.62 2.98-7.23 3.7-11.09 3.7'/><circle cx='257' cy='69.56' r='37.04' stroke-linecap='round' stroke-linejoin='round' stroke-width='16px'/></svg>", E0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M449.07 399.08 278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0 0 80 446.25h340.89a32 32 0 0 0 28.18-47.17m-198.6-1.83a20 20 0 1 1 20-20 20 20 0 0 1-20 20m21.72-201.15-5.74 122a16 16 0 0 1-32 0l-5.74-121.95a21.73 21.73 0 0 1 21.5-22.69h.21a21.74 21.74 0 0 1 21.73 22.7Z'/></svg>", R0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M265.12 60.12a12 12 0 0 0-18.23 0C215.23 97.15 112 225.17 112 320c0 88.37 55.64 144 144 144s144-55.63 144-144c0-94.83-103.23-222.85-134.88-259.88M272 412a12 12 0 0 1-11.34-16 11.89 11.89 0 0 1 11.41-8A60.06 60.06 0 0 0 332 328.07a11.89 11.89 0 0 1 8-11.41A12 12 0 0 1 356 328a84.09 84.09 0 0 1-84 84'/></svg>", O0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path fill-rule='evenodd' d='M331.295 353.764c.131.181-.091-.13 0 0a46 46 0 0 0-1.039-1.365 64 64 0 0 0-3.618-4.17c-3.112-3.302-7.69-7.537-13.87-11.725C300.287 328.047 281.56 320 256 320s-44.287 8.047-56.768 16.504c-6.18 4.188-10.758 8.423-13.87 11.725a64 64 0 0 0-3.618 4.17c.264-.361-.43.544 0 0l-1.586 2.142a16 16 0 0 0 2.135 20.463l62.586 60.5c6.202 5.995 16.039 5.995 22.241 0l62.587-60.5a16 16 0 0 0 2.136-20.463z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M421.086 269.862c-.135-.218-.596-.966-.812-1.3a72 72 0 0 0-1.81-2.639c-1.552-2.163-3.813-5.096-6.861-8.536-6.099-6.88-15.362-15.802-28.417-24.637C356.915 214.969 315.967 198 256 198s-100.915 16.969-127.186 34.75c-13.055 8.835-22.318 17.757-28.417 24.637-3.049 3.44-5.31 6.373-6.861 8.536a71 71 0 0 0-1.81 2.639q-.324.502-.527.829l-.285.471a16 16 0 0 0 2.678 19.664l35.31 34a16 16 0 0 0 23.007-.84l.195-.209c.207-.219.565-.591 1.074-1.096a93 93 0 0 1 4.831-4.436c4.402-3.785 11.093-8.947 19.955-14.141C195.658 292.436 221.893 282 256 282s60.342 10.436 78.036 20.804c8.862 5.194 15.553 10.356 19.955 14.141a93 93 0 0 1 4.831 4.436 49 49 0 0 1 1.269 1.305l-.005-.006-.013-.015m0 0 .026.029a16.001 16.001 0 0 0 22.999.832l35.31-34a16 16 0 0 0 2.678-19.664' clip-rule='evenodd'/><path d='M507.974 181.264c.343.459 1.181 1.629 1.181 1.629a16 16 0 0 1-2.029 20.606l-36.69 35.5a16 16 0 0 1-23.345-1.17l-.003-.003-.085-.099q-.138-.16-.482-.548a108 108 0 0 0-2.197-2.379c-2.009-2.116-5.095-5.229-9.229-9.01-8.275-7.569-20.69-17.764-36.997-27.981C365.499 177.384 317.58 157 256 157s-109.499 20.384-142.098 40.809c-16.307 10.217-28.722 20.412-36.997 27.981-4.133 3.781-7.22 6.894-9.229 9.01a109 109 0 0 0-2.197 2.379q-.345.388-.482.548l-.047.054-.03.034-.004.006-.004.005-.004.004a16 16 0 0 1-23.344 1.169l-36.69-35.5a16 16 0 0 1-2.03-20.606l.011-.016.013-.017.03-.043.079-.113.24-.337q.295-.413.809-1.103c.686-.92 1.667-2.199 2.949-3.786 2.563-3.174 6.335-7.585 11.367-12.818 10.057-10.46 25.185-24.241 45.783-37.973C105.437 99.146 168.48 72 256 72s150.563 27.146 191.875 54.687c20.598 13.732 35.726 27.513 45.783 37.973 5.032 5.233 8.804 9.644 11.367 12.818a125 125 0 0 1 2.949 3.786'/></svg>", Z0 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='ionicon'><path d='M414.56 94.92V80a16 16 0 0 0-16-16H113.44a16 16 0 0 0-16 16v14.92c-1.46 11.37-9.65 90.74 36.93 144.69 24.87 28.8 60.36 44.85 105.63 47.86V416h-80a16 16 0 0 0 0 32h192a16 16 0 0 0 0-32h-80V287.47c45.27-3 80.76-19.06 105.63-47.86 46.58-53.95 38.37-133.32 36.93-144.69m-285.3 3.41a15 15 0 0 0 .18-2.33h253.12a15 15 0 0 0 .18 2.33 202 202 0 0 1 0 45.67H129.32a204.3 204.3 0 0 1-.06-45.67'/></svg>", N0 = {
463
463
  "marker-pin": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 41"><path d="M13.5 0C6.044 0 0 6.044 0 13.5 0 24.818 13.5 41 13.5 41S27 24.818 27 13.5C27 6.044 20.956 0 13.5 0z" fill="#000"/></svg>'
464
- }, U0 = {
465
- location: m0,
466
- pin: b0,
467
- flag: t0,
468
- star: A0,
469
- heart: s0,
470
- home: u0,
471
- business: Z1,
472
- cafe: N1,
473
- restaurant: C0,
474
- car: j1,
475
- bus: O1,
476
- bicycle: E1,
477
- walk: D0,
478
- airplane: F1,
479
- boat: R1,
480
- train: B0,
481
- medical: y0,
482
- fitness: e0,
483
- school: L0,
484
- library: v0,
485
- cart: G1,
486
- basket: z1,
487
- gift: r0,
488
- camera: q1,
489
- "musical-notes": w0,
490
- football: l0,
491
- basketball: $1,
492
- golf: i0,
493
- tennisball: V0,
494
- fish: X1,
495
- leaf: g0,
496
- flower: o0,
497
- paw: k0,
498
- water: I0,
499
- flame: a0,
500
- snow: _0,
501
- sunny: S0,
502
- moon: h0,
503
- cloudy: Y1,
504
- thunderstorm: T0,
505
- warning: F0,
506
- "information-circle": p0,
507
- "help-circle": c0,
508
- "checkmark-circle": K1,
509
- "close-circle": W1,
510
- "alert-circle": I1,
511
- wifi: z0,
512
- cellular: J1,
513
- globe: n0,
514
- compass: Q1,
515
- navigate: x0,
516
- map: f0,
517
- "trail-sign": P0,
518
- bed: H1,
519
- beer: U1,
520
- wine: $0,
521
- pizza: M0,
522
- "ice-cream": d0
464
+ }, q0 = {
465
+ location: k0,
466
+ pin: S0,
467
+ flag: i0,
468
+ star: D0,
469
+ heart: v0,
470
+ home: f0,
471
+ business: K1,
472
+ cafe: W1,
473
+ restaurant: B0,
474
+ car: Q1,
475
+ bus: J1,
476
+ bicycle: j1,
477
+ walk: U0,
478
+ airplane: E1,
479
+ boat: G1,
480
+ train: H0,
481
+ medical: M0,
482
+ fitness: n0,
483
+ school: T0,
484
+ library: x0,
485
+ cart: X1,
486
+ basket: O1,
487
+ gift: d0,
488
+ camera: Y1,
489
+ "musical-notes": L0,
490
+ football: u0,
491
+ basketball: Z1,
492
+ golf: g0,
493
+ tennisball: I0,
494
+ fish: r0,
495
+ leaf: w0,
496
+ flower: c0,
497
+ paw: A0,
498
+ water: R0,
499
+ flame: s0,
500
+ snow: P0,
501
+ sunny: F0,
502
+ moon: C0,
503
+ cloudy: a0,
504
+ thunderstorm: $0,
505
+ warning: E0,
506
+ "information-circle": h0,
507
+ "help-circle": m0,
508
+ "checkmark-circle": t0,
509
+ "close-circle": o0,
510
+ "alert-circle": R1,
511
+ wifi: O0,
512
+ cellular: e0,
513
+ globe: p0,
514
+ compass: l0,
515
+ navigate: _0,
516
+ map: b0,
517
+ "trail-sign": z0,
518
+ bed: N1,
519
+ beer: q1,
520
+ wine: Z0,
521
+ pizza: V0,
522
+ "ice-cream": y0
523
523
  }, t1 = [
524
524
  "marker-pin",
525
525
  "location",
@@ -581,223 +581,243 @@ const F1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' view
581
581
  "pizza",
582
582
  "ice-cream"
583
583
  ];
584
- function E0(e) {
584
+ function j0(e) {
585
585
  return "data:image/svg+xml;charset=utf-8," + encodeURIComponent(e);
586
586
  }
587
- function x1(e) {
588
- const i = H0[e];
589
- return i ? E0(i) : U0[e] ?? null;
587
+ function k1(e) {
588
+ const l = N0[e];
589
+ return l ? j0(l) : q0[e] ?? null;
590
590
  }
591
- async function R0(e) {
592
- return x1(e);
591
+ async function G0(e) {
592
+ return k1(e);
593
593
  }
594
- async function O0(e, i) {
595
- if (e.hasImage(i))
594
+ async function J0(e, l) {
595
+ if (e.hasImage(l))
596
596
  return;
597
- const a = x1(i);
598
- if (a)
597
+ const u = k1(l);
598
+ if (u)
599
599
  try {
600
- const l = 5 * (window.devicePixelRatio || 1), d = Math.round(32 * l), v = new Image(d, d);
601
- await new Promise((m, C) => {
602
- v.onload = () => m(), v.onerror = C, v.src = a;
603
- }), e.hasImage(i) || e.addImage(i, v, { pixelRatio: l, sdf: !0 });
600
+ const y = 5 * (window.devicePixelRatio || 1), o = Math.round(32 * y), d = new Image(o, o);
601
+ await new Promise((v, M) => {
602
+ d.onload = () => v(), d.onerror = M, d.src = u;
603
+ }), e.hasImage(l) || e.addImage(l, d, { pixelRatio: y, sdf: !0 });
604
604
  } catch {
605
605
  }
606
606
  }
607
- async function Q(e, i) {
608
- const a = /* @__PURE__ */ new Set();
609
- for (const o of i) {
610
- const g = o.properties["marker-symbol"];
611
- typeof g == "string" && g && a.add(g);
607
+ async function Q(e, l) {
608
+ const u = /* @__PURE__ */ new Set();
609
+ for (const a of l) {
610
+ const i = a.properties["marker-symbol"];
611
+ typeof i == "string" && i && u.add(i);
612
612
  }
613
- await Promise.all([...a].map((o) => O0(e, o)));
613
+ await Promise.all([...u].map((a) => J0(e, a)));
614
614
  }
615
- const Z0 = 40, N0 = 15, q0 = 15;
616
- function k1(e, i) {
617
- return e === void 0 && i === void 0;
615
+ const b1 = 40, M1 = 15, K0 = 15;
616
+ function C1(e, l) {
617
+ return e === void 0 && l === void 0;
618
618
  }
619
- function b1(e, i, a) {
620
- if (i.length === 0) return;
621
- const o = new V1();
622
- for (const h of i) {
623
- const M = h.geometry.coordinates;
624
- if (h.geometry.type === "Point")
625
- o.extend(M);
626
- else if (h.geometry.type === "LineString")
627
- for (const L of M) o.extend(L);
628
- else if (h.geometry.type === "Polygon")
629
- for (const L of M)
630
- for (const w of L) o.extend(w);
619
+ function L1(e, l, u) {
620
+ if (l.length === 0) return;
621
+ const a = new I1();
622
+ for (const m of l) {
623
+ const f = m.geometry.coordinates;
624
+ if (m.geometry.type === "Point")
625
+ a.extend(f);
626
+ else if (m.geometry.type === "LineString")
627
+ for (const A of f) a.extend(A);
628
+ else if (m.geometry.type === "Polygon")
629
+ for (const A of f)
630
+ for (const b of A) a.extend(b);
631
631
  }
632
- if (o.isEmpty()) return;
633
- const g = o.getSouthWest(), l = o.getNorthEast(), d = g.lng === l.lng && g.lat === l.lat, v = Z0, m = N0, C = q0;
634
- d ? e.jumpTo({ center: g, zoom: C }) : e.fitBounds(o, { padding: v, maxZoom: m });
632
+ if (a.isEmpty()) return;
633
+ const i = a.getSouthWest(), y = a.getNorthEast(), o = i.lng === y.lng && i.lat === y.lat, d = b1, v = M1, M = K0;
634
+ o ? e.jumpTo({ center: i, zoom: M }) : e.fitBounds(a, { padding: d, maxZoom: v });
635
635
  }
636
- function j0() {
637
- const e = F("select"), i = F([]), a = F(null), o = I(
638
- () => (e.value === "draw-polygon" || e.value === "draw-line") && i.value.length > 0
636
+ function V2(e) {
637
+ let l = 1 / 0, u = 1 / 0, a = -1 / 0, i = -1 / 0;
638
+ for (const y of e.features) {
639
+ const o = y.geometry.type === "Point" ? [y.geometry.coordinates] : y.geometry.type === "LineString" ? y.geometry.coordinates : y.geometry.coordinates.flat();
640
+ for (const [d, v] of o)
641
+ d < l && (l = d), d > a && (a = d), v < u && (u = v), v > i && (i = v);
642
+ }
643
+ if (isFinite(l))
644
+ return [l, u, a, i];
645
+ }
646
+ function _1(e, l, u) {
647
+ const [a, i, y, o] = l, d = b1, v = M1;
648
+ e.fitBounds(
649
+ [
650
+ [a, i],
651
+ [y, o]
652
+ ],
653
+ { padding: d, maxZoom: v }
639
654
  );
640
- function g(w) {
641
- d(), a.value = null, e.value = w;
655
+ }
656
+ function W0() {
657
+ const e = F("select"), l = F([]), u = F(null), a = I(
658
+ () => (e.value === "draw-polygon" || e.value === "draw-line") && l.value.length > 0
659
+ );
660
+ function i(b) {
661
+ o(), u.value = null, e.value = b;
642
662
  }
643
- function l(w) {
644
- i.value = [...i.value, w];
663
+ function y(b) {
664
+ l.value = [...l.value, b];
645
665
  }
646
- function d() {
647
- i.value = [];
666
+ function o() {
667
+ l.value = [];
648
668
  }
649
- function v() {
650
- const w = [...i.value];
651
- return i.value = [], w;
669
+ function d() {
670
+ const b = [...l.value];
671
+ return l.value = [], b;
652
672
  }
653
- function m(w) {
654
- a.value = w;
673
+ function v(b) {
674
+ u.value = b;
655
675
  }
656
- function C(w, s, c) {
657
- const f = w.project(s), u = w.project(c);
658
- return Math.sqrt((f.x - u.x) ** 2 + (f.y - u.y) ** 2);
676
+ function M(b, h, p) {
677
+ const C = b.project(h), s = b.project(p);
678
+ return Math.sqrt((C.x - s.x) ** 2 + (C.y - s.y) ** 2);
659
679
  }
660
- function h() {
661
- const w = [], s = i.value, c = s[0];
662
- return e.value === "draw-polygon" && s.length >= 3 && c && w.push({
680
+ function m() {
681
+ const b = [], h = l.value, p = h[0];
682
+ return e.value === "draw-polygon" && h.length >= 3 && p && b.push({
663
683
  type: "Feature",
664
684
  properties: {},
665
685
  geometry: {
666
686
  type: "Polygon",
667
- coordinates: [[...s, c]]
687
+ coordinates: [[...h, p]]
668
688
  }
669
- }), { type: "FeatureCollection", features: w };
689
+ }), { type: "FeatureCollection", features: b };
670
690
  }
671
- function M(w) {
672
- const s = [], c = i.value;
673
- if (c.length >= 1) {
674
- const f = w ? [...c, w] : [...c];
675
- f.length >= 2 && s.push({
691
+ function f(b) {
692
+ const h = [], p = l.value;
693
+ if (p.length >= 1) {
694
+ const C = b ? [...p, b] : [...p];
695
+ C.length >= 2 && h.push({
676
696
  type: "Feature",
677
697
  properties: {},
678
698
  geometry: {
679
699
  type: "LineString",
680
- coordinates: f
700
+ coordinates: C
681
701
  }
682
702
  });
683
703
  }
684
- return { type: "FeatureCollection", features: s };
704
+ return { type: "FeatureCollection", features: h };
685
705
  }
686
- function L() {
706
+ function A() {
687
707
  return {
688
708
  type: "FeatureCollection",
689
- features: i.value.map((w, s) => ({
709
+ features: l.value.map((b, h) => ({
690
710
  type: "Feature",
691
- properties: { index: s },
711
+ properties: { index: h },
692
712
  geometry: {
693
713
  type: "Point",
694
- coordinates: w
714
+ coordinates: b
695
715
  }
696
716
  }))
697
717
  };
698
718
  }
699
719
  return {
700
720
  activeTool: e,
701
- drawingCoords: i,
702
- selectedFeatureId: a,
703
- isDrawing: o,
704
- setTool: g,
705
- addDrawingCoord: l,
706
- cancelDrawing: d,
707
- finishDrawing: v,
708
- selectFeature: m,
709
- distancePx: C,
710
- getTempGeoJson: h,
711
- getTempLineGeoJson: M,
712
- getTempVerticesGeoJson: L
721
+ drawingCoords: l,
722
+ selectedFeatureId: u,
723
+ isDrawing: a,
724
+ setTool: i,
725
+ addDrawingCoord: y,
726
+ cancelDrawing: o,
727
+ finishDrawing: d,
728
+ selectFeature: v,
729
+ distancePx: M,
730
+ getTempGeoJson: m,
731
+ getTempLineGeoJson: f,
732
+ getTempVerticesGeoJson: A
713
733
  };
714
734
  }
715
- let G0 = 0;
716
- function J0(e) {
717
- const i = crypto.getRandomValues(new Uint8Array(e));
718
- return Array.from(i, (a) => a.toString(16).padStart(2, "0")).join("");
735
+ let Y0 = 0;
736
+ function Q0(e) {
737
+ const l = crypto.getRandomValues(new Uint8Array(e));
738
+ return Array.from(l, (u) => u.toString(16).padStart(2, "0")).join("");
719
739
  }
720
740
  function J() {
721
- return `richpods-${J0(6)}-${++G0}`;
741
+ return `richpods-${Q0(6)}-${++Y0}`;
722
742
  }
723
- function K0(e) {
724
- function i(h) {
743
+ function X0(e) {
744
+ function l(m) {
725
745
  e.value = {
726
746
  ...e.value,
727
- features: [...e.value.features, h]
747
+ features: [...e.value.features, m]
728
748
  };
729
749
  }
730
- function a(h) {
750
+ function u(m) {
731
751
  e.value = {
732
752
  ...e.value,
733
- features: e.value.features.filter((M) => M.id !== h)
753
+ features: e.value.features.filter((f) => f.id !== m)
734
754
  };
735
755
  }
736
- function o(h, M) {
756
+ function a(m, f) {
737
757
  e.value = {
738
758
  ...e.value,
739
- features: e.value.features.map((L) => L.id === h ? M(L) : L)
759
+ features: e.value.features.map((A) => A.id === m ? f(A) : A)
740
760
  };
741
761
  }
742
- function g(h, M) {
743
- o(h, (L) => ({
744
- ...L,
745
- properties: { ...L.properties, ...M }
762
+ function i(m, f) {
763
+ a(m, (A) => ({
764
+ ...A,
765
+ properties: { ...A.properties, ...f }
746
766
  }));
747
767
  }
748
- function l(h) {
749
- const M = J();
768
+ function y(m) {
769
+ const f = J();
750
770
  return {
751
771
  type: "Feature",
752
- id: M,
753
- geometry: { type: "Polygon", coordinates: h },
754
- properties: { id: M }
772
+ id: f,
773
+ geometry: { type: "Polygon", coordinates: m },
774
+ properties: { id: f }
755
775
  };
756
776
  }
757
- function d(h) {
758
- const M = J();
777
+ function o(m) {
778
+ const f = J();
759
779
  return {
760
780
  type: "Feature",
761
- id: M,
762
- geometry: { type: "LineString", coordinates: h },
763
- properties: { id: M }
781
+ id: f,
782
+ geometry: { type: "LineString", coordinates: m },
783
+ properties: { id: f }
764
784
  };
765
785
  }
766
- function v(h) {
767
- const M = J();
786
+ function d(m) {
787
+ const f = J();
768
788
  return {
769
789
  type: "Feature",
770
- id: M,
771
- geometry: { type: "Point", coordinates: h },
772
- properties: { id: M }
790
+ id: f,
791
+ geometry: { type: "Point", coordinates: m },
792
+ properties: { id: f }
773
793
  };
774
794
  }
775
- function m(h) {
776
- const M = J();
795
+ function v(m) {
796
+ const f = J();
777
797
  return {
778
798
  type: "Feature",
779
- id: M,
780
- geometry: { type: "Point", coordinates: h },
781
- properties: { id: M, "marker-symbol": "location" }
799
+ id: f,
800
+ geometry: { type: "Point", coordinates: m },
801
+ properties: { id: f, "marker-symbol": "location" }
782
802
  };
783
803
  }
784
- function C(h) {
785
- return e.value.features.find((M) => M.id === h);
804
+ function M(m) {
805
+ return e.value.features.find((f) => f.id === m);
786
806
  }
787
807
  return {
788
808
  model: e,
789
- addFeature: i,
790
- removeFeature: a,
791
- updateFeature: o,
792
- updateFeatureProperties: g,
793
- createPolygon: l,
794
- createLineString: d,
795
- createPoint: v,
796
- createMarker: m,
797
- getFeature: C
809
+ addFeature: l,
810
+ removeFeature: u,
811
+ updateFeature: a,
812
+ updateFeatureProperties: i,
813
+ createPolygon: y,
814
+ createLineString: o,
815
+ createPoint: d,
816
+ createMarker: v,
817
+ getFeature: M
798
818
  };
799
819
  }
800
- const W0 = /* @__PURE__ */ Z({
820
+ const ee = /* @__PURE__ */ N({
801
821
  __name: "EditorMap",
802
822
  props: {
803
823
  modelValue: {},
@@ -807,250 +827,265 @@ const W0 = /* @__PURE__ */ Z({
807
827
  center: {},
808
828
  zoom: {}
809
829
  },
810
- emits: ["update:modelValue", "featureClick", "featureDelete", "toolDone"],
811
- setup(e, { emit: i }) {
812
- const a = e, o = i, g = F(null);
813
- let l = null, d = null, v = !1, m = !1, C = [], h = [];
814
- const M = I(() => k1(a.center, a.zoom)), L = F(a.modelValue);
815
- R(
830
+ emits: ["update:modelValue", "featureClick", "featureDelete", "toolDone", "moveend"],
831
+ setup(e, { expose: l, emit: u }) {
832
+ const a = e, i = u, y = F(null);
833
+ let o = null, d = null, v = !1, M = !1, m = [], f = [];
834
+ const A = I(() => C1(a.center, a.zoom)), b = F(a.modelValue);
835
+ O(
816
836
  () => a.modelValue,
817
- (y) => {
818
- L.value = y;
837
+ (g) => {
838
+ b.value = g;
819
839
  }
820
840
  );
821
- const w = K0(L), s = j0(), c = () => a.pointRadius ?? v1;
822
- let f = null;
823
- R(
841
+ const h = X0(b), p = W0(), C = () => a.pointRadius ?? m1;
842
+ let s = null;
843
+ O(
824
844
  () => a.activeTool,
825
- (y) => {
826
- s.setTool(y), p();
845
+ (g) => {
846
+ p.setTool(g), t();
827
847
  }
828
848
  );
829
- function u(y) {
830
- return y.map((_) => ({ id: _.id, geomType: _.geometry.type }));
849
+ function c(g) {
850
+ return g.map((L) => ({ id: L.id, geomType: L.geometry.type }));
831
851
  }
832
- function p() {
833
- if (!l) return;
834
- const y = l.getCanvas();
852
+ function t() {
853
+ if (!o) return;
854
+ const g = o.getCanvas();
835
855
  switch (a.activeTool) {
836
856
  case "draw-point":
837
857
  case "draw-marker":
838
858
  case "draw-line":
839
859
  case "draw-polygon":
840
- y.style.cursor = "crosshair";
860
+ g.style.cursor = "crosshair";
841
861
  break;
842
862
  case "eraser":
843
- y.style.cursor = "pointer";
863
+ g.style.cursor = "pointer";
844
864
  break;
845
865
  default:
846
- y.style.cursor = "";
866
+ g.style.cursor = "";
847
867
  }
848
868
  }
849
- function t() {
850
- if (!l) return;
851
- const y = l.getSource(H);
852
- y && "setData" in y && y.setData(a.modelValue);
869
+ function r() {
870
+ if (!o) return;
871
+ const g = o.getSource(H);
872
+ g && "setData" in g && g.setData(a.modelValue);
853
873
  }
854
- function n() {
855
- if (!l) return;
856
- const y = l.getSource(i1);
857
- y && "setData" in y && y.setData(s.getTempGeoJson());
858
- const _ = l.getSource(s1);
859
- _ && "setData" in _ && _.setData(
860
- s.getTempLineGeoJson(f ?? void 0)
874
+ function V() {
875
+ if (!o) return;
876
+ const g = o.getSource(s1);
877
+ g && "setData" in g && g.setData(p.getTempGeoJson());
878
+ const L = o.getSource(c1);
879
+ L && "setData" in L && L.setData(
880
+ p.getTempLineGeoJson(s ?? void 0)
861
881
  );
862
- const S = l.getSource(c1);
863
- S && "setData" in S && S.setData(s.getTempVerticesGeoJson());
882
+ const S = o.getSource(u1);
883
+ S && "setData" in S && S.setData(p.getTempVerticesGeoJson());
864
884
  }
865
- R(
885
+ O(
866
886
  () => a.modelValue,
867
887
  async () => {
868
- if (t(), l && m) {
869
- const y = u(a.modelValue.features);
870
- w1(l, C, y, "drawing-temp-fill"), C = y, h = Y(y), await Q(l, a.modelValue.features);
888
+ if (r(), o && M) {
889
+ const g = c(a.modelValue.features);
890
+ x1(o, m, g, "drawing-temp-fill"), m = g, f = Y(g), await Q(o, a.modelValue.features);
871
891
  }
872
892
  },
873
893
  { deep: !0 }
874
- ), R(
875
- () => s.drawingCoords.value,
876
- () => n(),
894
+ ), O(
895
+ () => p.drawingCoords.value,
896
+ () => V(),
877
897
  { deep: !0 }
878
898
  );
879
- function B(y) {
880
- if (!m) return;
881
- const _ = a.activeTool;
882
- if (_ === "draw-point") {
883
- const S = [y.lngLat.lng, y.lngLat.lat], A = w.createPoint(S);
884
- o("update:modelValue", {
899
+ function R(g) {
900
+ if (!M) return;
901
+ const L = a.activeTool;
902
+ if (L === "draw-point") {
903
+ const S = [g.lngLat.lng, g.lngLat.lat], _ = h.createPoint(S);
904
+ i("update:modelValue", {
885
905
  ...a.modelValue,
886
- features: [...a.modelValue.features, A]
887
- }), o("toolDone", A.id);
906
+ features: [...a.modelValue.features, _]
907
+ }), i("toolDone", _.id);
888
908
  return;
889
909
  }
890
- if (_ === "draw-marker") {
891
- const S = [y.lngLat.lng, y.lngLat.lat], A = w.createMarker(S);
892
- o("update:modelValue", {
910
+ if (L === "draw-marker") {
911
+ const S = [g.lngLat.lng, g.lngLat.lat], _ = h.createMarker(S);
912
+ i("update:modelValue", {
893
913
  ...a.modelValue,
894
- features: [...a.modelValue.features, A]
895
- }), o("toolDone", A.id);
914
+ features: [...a.modelValue.features, _]
915
+ }), i("toolDone", _.id);
896
916
  return;
897
917
  }
898
- if (_ === "draw-polygon" || _ === "draw-line") {
899
- const S = [y.lngLat.lng, y.lngLat.lat], A = s.drawingCoords.value;
900
- if (_ === "draw-polygon" && A.length >= 3) {
901
- const T = A[0];
902
- if (T && l && s.distancePx(l, S, T) < c()) {
903
- const $ = s.finishDrawing(), N = $[0];
904
- if (N) {
905
- const M1 = [...$, N], n1 = w.createPolygon([M1]);
906
- o("update:modelValue", {
918
+ if (L === "draw-polygon" || L === "draw-line") {
919
+ const S = [g.lngLat.lng, g.lngLat.lat], _ = p.drawingCoords.value;
920
+ if (L === "draw-polygon" && _.length >= 3) {
921
+ const T = _[0];
922
+ if (T && o && p.distancePx(o, S, T) < C()) {
923
+ const z = p.finishDrawing(), q = z[0];
924
+ if (q) {
925
+ const B1 = [...z, q], n1 = h.createPolygon([B1]);
926
+ i("update:modelValue", {
907
927
  ...a.modelValue,
908
928
  features: [...a.modelValue.features, n1]
909
- }), o("toolDone", n1.id);
929
+ }), i("toolDone", n1.id);
910
930
  return;
911
931
  }
912
932
  }
913
933
  }
914
- if (_ === "draw-line" && A.length >= 2) {
915
- const T = A[A.length - 1];
916
- if (T && l && s.distancePx(l, S, T) < c()) {
917
- const $ = s.finishDrawing(), N = w.createLineString($);
918
- o("update:modelValue", {
934
+ if (L === "draw-line" && _.length >= 2) {
935
+ const T = _[_.length - 1];
936
+ if (T && o && p.distancePx(o, S, T) < C()) {
937
+ const z = p.finishDrawing(), q = h.createLineString(z);
938
+ i("update:modelValue", {
919
939
  ...a.modelValue,
920
- features: [...a.modelValue.features, N]
921
- }), o("toolDone", N.id);
940
+ features: [...a.modelValue.features, q]
941
+ }), i("toolDone", q.id);
922
942
  return;
923
943
  }
924
944
  }
925
- s.addDrawingCoord(S);
945
+ p.addDrawingCoord(S);
926
946
  return;
927
947
  }
928
- if (_ === "eraser") {
929
- const A = l?.queryRenderedFeatures(y.point, { layers: h })?.[0];
930
- if (A) {
931
- const T = A.id;
932
- T && o("featureDelete", T);
948
+ if (L === "eraser") {
949
+ const _ = o?.queryRenderedFeatures(g.point, { layers: f })?.[0];
950
+ if (_) {
951
+ const T = _.id;
952
+ T && i("featureDelete", T);
933
953
  }
934
954
  return;
935
955
  }
936
- if (_ === "select") {
937
- const A = l?.queryRenderedFeatures(y.point, { layers: h })?.[0];
938
- if (A) {
939
- const T = A.id;
956
+ if (L === "select") {
957
+ const _ = o?.queryRenderedFeatures(g.point, { layers: f })?.[0];
958
+ if (_) {
959
+ const T = _.id;
940
960
  if (T) {
941
- const $ = w.getFeature(T);
942
- $ && o("featureClick", $);
961
+ const z = h.getFeature(T);
962
+ z && i("featureClick", z);
943
963
  }
944
964
  } else
945
- o("featureClick", null);
965
+ i("featureClick", null);
946
966
  return;
947
967
  }
948
968
  }
949
- function O(y) {
950
- if (m && (f = [y.lngLat.lng, y.lngLat.lat], s.isDrawing.value && n(), a.activeTool === "select" && !s.isDrawing.value)) {
951
- const S = l?.queryRenderedFeatures(y.point, { layers: h })?.[0];
969
+ function Z(g) {
970
+ if (M && (s = [g.lngLat.lng, g.lngLat.lat], p.isDrawing.value && V(), a.activeTool === "select" && !p.isDrawing.value)) {
971
+ const S = o?.queryRenderedFeatures(g.point, { layers: f })?.[0];
952
972
  if (S) {
953
- const A = S.properties?.title, T = S.properties?.description;
954
- if (A || T) {
955
- d || (d = new p1({
973
+ const _ = S.properties?.title, T = S.properties?.description;
974
+ if (_ || T) {
975
+ d || (d = new g1({
956
976
  closeButton: !1,
957
977
  closeOnClick: !1,
958
978
  offset: 10,
959
979
  className: "tge-popup-container"
960
980
  }));
961
- let $ = "";
962
- A && ($ += `<h3 class="tge-popup__title">${r1(A)}</h3>`), T && ($ += `<p class="tge-popup__description">${r1(T)}</p>`), d.setLngLat(y.lngLat).setHTML($).addTo(l);
981
+ let z = "";
982
+ _ && (z += `<h3 class="tge-popup__title">${r1(_)}</h3>`), T && (z += `<p class="tge-popup__description">${r1(T)}</p>`), d.setLngLat(g.lngLat).setHTML(z).addTo(o);
963
983
  } else
964
984
  d?.remove();
965
985
  } else
966
986
  d?.remove();
967
987
  }
968
988
  }
969
- function j(y) {
970
- y.preventDefault(), s.isDrawing.value && (s.cancelDrawing(), n());
989
+ function A1(g) {
990
+ g.preventDefault(), p.isDrawing.value && (p.cancelDrawing(), V());
991
+ }
992
+ function l1(g) {
993
+ g.key === "Escape" && p.isDrawing.value && (p.cancelDrawing(), V());
971
994
  }
972
- function l1(y) {
973
- y.key === "Escape" && s.isDrawing.value && (s.cancelDrawing(), n());
995
+ function S1(g) {
996
+ const L = g ?? V1();
997
+ i("update:modelValue", { ...a.modelValue, bbox: L });
974
998
  }
975
- function r1(y) {
976
- const _ = document.createElement("div");
977
- return _.textContent = y, _.innerHTML;
999
+ function V1() {
1000
+ if (!o) return [0, 0, 0, 0];
1001
+ const g = o.getBounds();
1002
+ return [
1003
+ g.getWest(),
1004
+ g.getSouth(),
1005
+ g.getEast(),
1006
+ g.getNorth()
1007
+ ];
978
1008
  }
979
- return a1(() => {
980
- if (!g.value) return;
1009
+ l({ saveBbox: S1 });
1010
+ function r1(g) {
1011
+ const L = document.createElement("div");
1012
+ return L.textContent = g, L.innerHTML;
1013
+ }
1014
+ return o1(() => {
1015
+ if (!y.value) return;
981
1016
  if (!v) {
982
- const _ = new g1();
983
- U.addProtocol("pmtiles", _.tile), v = !0;
1017
+ const L = new v1();
1018
+ U.addProtocol("pmtiles", L.tile), v = !0;
984
1019
  }
985
- const { getStyle: y } = y1(a.pmtilesUrl);
986
- l = new U.Map({
987
- container: g.value,
988
- style: y(),
989
- center: a.center ?? m1,
990
- zoom: a.zoom ?? f1,
1020
+ const { getStyle: g } = h1(a.pmtilesUrl);
1021
+ o = new U.Map({
1022
+ container: y.value,
1023
+ style: g(),
1024
+ center: a.center ?? f1,
1025
+ zoom: a.zoom ?? y1,
991
1026
  attributionControl: !1
992
- }), l.addControl(
1027
+ }), o.addControl(
993
1028
  new U.AttributionControl({
994
1029
  compact: !0,
995
1030
  customAttribution: "OpenStreetMap contributors"
996
1031
  }),
997
1032
  "bottom-left"
998
- ), l.addControl(new U.NavigationControl(), "bottom-left"), l.addControl(
1033
+ ), o.addControl(new U.NavigationControl(), "bottom-left"), o.addControl(
999
1034
  new U.GeolocateControl({
1000
1035
  positionOptions: { enableHighAccuracy: !1 },
1001
1036
  trackUserLocation: !1,
1002
1037
  fitBoundsOptions: { maxZoom: 13 }
1003
1038
  }),
1004
1039
  "bottom-left"
1005
- ), l.on("load", async () => {
1006
- if (!l) return;
1007
- l.addSource(H, {
1040
+ ), o.on("load", async () => {
1041
+ if (!o) return;
1042
+ o.addSource(H, {
1008
1043
  type: "geojson",
1009
1044
  data: a.modelValue,
1010
1045
  promoteId: "id"
1011
- }), l.addSource(i1, {
1046
+ }), o.addSource(s1, {
1012
1047
  type: "geojson",
1013
1048
  data: { type: "FeatureCollection", features: [] }
1014
- }), l.addSource(s1, {
1049
+ }), o.addSource(c1, {
1015
1050
  type: "geojson",
1016
1051
  data: { type: "FeatureCollection", features: [] }
1017
- }), l.addSource(c1, {
1052
+ }), o.addSource(u1, {
1018
1053
  type: "geojson",
1019
1054
  data: { type: "FeatureCollection", features: [] }
1020
1055
  });
1021
1056
  for (let S = a.modelValue.features.length - 1; S >= 0; S--) {
1022
- const A = a.modelValue.features[S];
1023
- for (const T of W(A.id, A.geometry.type))
1024
- l.addLayer(T);
1057
+ const _ = a.modelValue.features[S];
1058
+ for (const T of W(_.id, _.geometry.type))
1059
+ o.addLayer(T);
1025
1060
  }
1026
- const _ = D1();
1027
- for (const S of _)
1028
- l.addLayer(S);
1029
- l.addLayer(B1(null)), C = u(a.modelValue.features), h = Y(C), await Q(l, a.modelValue.features), M.value && l.once("idle", () => {
1030
- l && b1(l, a.modelValue.features);
1031
- }), m = !0, p();
1032
- }), l.on("click", B), l.on("mousemove", O), l.on("contextmenu", j), document.addEventListener("keydown", l1);
1033
- }), u1(() => {
1034
- document.removeEventListener("keydown", l1), d?.remove(), l?.remove(), l = null;
1035
- }), (y, _) => (k(), b("div", {
1061
+ const L = U1();
1062
+ for (const S of L)
1063
+ o.addLayer(S);
1064
+ o.addLayer(H1(null)), m = c(a.modelValue.features), f = Y(m), await Q(o, a.modelValue.features), A.value && o.once("idle", () => {
1065
+ o && (a.modelValue.bbox ? _1(o, a.modelValue.bbox) : L1(o, a.modelValue.features));
1066
+ }), M = !0, t();
1067
+ }), o.on("click", R), o.on("mousemove", Z), o.on("contextmenu", A1), o.on("moveend", () => i("moveend")), document.addEventListener("keydown", l1);
1068
+ }), d1(() => {
1069
+ document.removeEventListener("keydown", l1), d?.remove(), o?.remove(), o = null;
1070
+ }), (g, L) => (x(), k("div", {
1036
1071
  ref_key: "mapContainer",
1037
- ref: g,
1072
+ ref: y,
1038
1073
  class: "tge-map"
1039
1074
  }, null, 512));
1040
1075
  }
1041
- }), Y0 = { class: "tge-toolbar" }, Q0 = ["title", "onClick"], X0 = {
1076
+ }), te = { class: "tge-toolbar" }, oe = ["title", "onClick"], ae = {
1042
1077
  class: "tge-toolbar__icon",
1043
1078
  viewBox: "0 0 24 24",
1044
1079
  width: "22",
1045
1080
  height: "22"
1046
- }, e2 = {
1081
+ }, le = {
1047
1082
  key: 0,
1048
1083
  d: "M5 3l14 8-6.5 1.5L11 19z",
1049
1084
  fill: "currentColor",
1050
1085
  stroke: "currentColor",
1051
1086
  "stroke-width": "1",
1052
1087
  "stroke-linejoin": "round"
1053
- }, t2 = {
1088
+ }, re = {
1054
1089
  key: 1,
1055
1090
  cx: "12",
1056
1091
  cy: "12",
@@ -1058,7 +1093,7 @@ const W0 = /* @__PURE__ */ Z({
1058
1093
  fill: "currentColor",
1059
1094
  stroke: "currentColor",
1060
1095
  "stroke-width": "2"
1061
- }, a2 = {
1096
+ }, ne = {
1062
1097
  key: 5,
1063
1098
  d: "M16.24 3.56l4.2 4.2a2 2 0 010 2.83L11.9 19.14a2 2 0 01-2.83 0L4.56 14.6a2 2 0 010-2.83l8.85-8.85a2 2 0 012.83.64zM4 21h16",
1064
1099
  fill: "none",
@@ -1066,15 +1101,15 @@ const W0 = /* @__PURE__ */ Z({
1066
1101
  "stroke-width": "2",
1067
1102
  "stroke-linecap": "round",
1068
1103
  "stroke-linejoin": "round"
1069
- }, o2 = /* @__PURE__ */ Z({
1104
+ }, ie = /* @__PURE__ */ N({
1070
1105
  __name: "EditorToolbar",
1071
1106
  props: {
1072
1107
  activeTool: {},
1073
1108
  l10n: {}
1074
1109
  },
1075
1110
  emits: ["update:activeTool"],
1076
- setup(e, { emit: i }) {
1077
- const a = e, o = i, g = [
1111
+ setup(e, { emit: l }) {
1112
+ const u = e, a = l, i = [
1078
1113
  { mode: "select", labelKey: "toolSelect", icon: "cursor" },
1079
1114
  { mode: "draw-point", labelKey: "toolPoint", icon: "point" },
1080
1115
  { mode: "draw-marker", labelKey: "toolMarker", icon: "marker" },
@@ -1082,71 +1117,71 @@ const W0 = /* @__PURE__ */ Z({
1082
1117
  { mode: "draw-polygon", labelKey: "toolPolygon", icon: "polygon" },
1083
1118
  { mode: "eraser", labelKey: "toolEraser", icon: "eraser" }
1084
1119
  ];
1085
- function l(d) {
1086
- o("update:activeTool", d);
1120
+ function y(o) {
1121
+ a("update:activeTool", o);
1087
1122
  }
1088
- return (d, v) => (k(), b("div", Y0, [
1089
- (k(), b(z, null, o1(g, (m) => r("button", {
1090
- key: m.mode,
1091
- class: q(["tge-toolbar__btn", {
1092
- "tge-toolbar__btn--active": a.activeTool === m.mode,
1093
- "tge-toolbar__btn--eraser": m.mode === "eraser"
1123
+ return (o, d) => (x(), k("div", te, [
1124
+ (x(), k($, null, a1(i, (v) => n("button", {
1125
+ key: v.mode,
1126
+ class: j(["tge-toolbar__btn", {
1127
+ "tge-toolbar__btn--active": u.activeTool === v.mode,
1128
+ "tge-toolbar__btn--eraser": v.mode === "eraser"
1094
1129
  }]),
1095
- title: a.l10n[m.labelKey],
1096
- onClick: (C) => l(m.mode)
1130
+ title: u.l10n[v.labelKey],
1131
+ onClick: (M) => y(v.mode)
1097
1132
  }, [
1098
- (k(), b("svg", X0, [
1099
- m.icon === "cursor" ? (k(), b("path", e2)) : m.icon === "point" ? (k(), b("circle", t2)) : m.icon === "marker" ? (k(), b(z, { key: 2 }, [
1100
- v[0] || (v[0] = r("circle", {
1133
+ (x(), k("svg", ae, [
1134
+ v.icon === "cursor" ? (x(), k("path", le)) : v.icon === "point" ? (x(), k("circle", re)) : v.icon === "marker" ? (x(), k($, { key: 2 }, [
1135
+ d[0] || (d[0] = n("circle", {
1101
1136
  cx: "12",
1102
1137
  cy: "9",
1103
1138
  r: "1.5",
1104
1139
  fill: "currentColor"
1105
1140
  }, null, -1)),
1106
- v[1] || (v[1] = r("path", {
1141
+ d[1] || (d[1] = n("path", {
1107
1142
  d: "M12 2C7.86 2 4.5 5.2 4.5 9.18c0 1.88.86 4.39 2.55 7.44 1.36 2.45 2.93 4.67 3.75 5.78a1.49 1.49 0 002.4 0c.82-1.1 2.39-3.33 3.75-5.78 1.69-3.05 2.55-5.56 2.55-7.44C19.5 5.2 16.14 2 12 2zm0 10.5a3 3 0 110-6 3 3 0 010 6z",
1108
1143
  fill: "currentColor"
1109
1144
  }, null, -1))
1110
- ], 64)) : m.icon === "line" ? (k(), b(z, { key: 3 }, [
1111
- v[2] || (v[2] = r("path", {
1145
+ ], 64)) : v.icon === "line" ? (x(), k($, { key: 3 }, [
1146
+ d[2] || (d[2] = n("path", {
1112
1147
  d: "M4 20L20 4",
1113
1148
  fill: "none",
1114
1149
  stroke: "currentColor",
1115
1150
  "stroke-width": "2.5",
1116
1151
  "stroke-linecap": "round"
1117
1152
  }, null, -1)),
1118
- v[3] || (v[3] = r("circle", {
1153
+ d[3] || (d[3] = n("circle", {
1119
1154
  cx: "4",
1120
1155
  cy: "20",
1121
1156
  r: "2.5",
1122
1157
  fill: "currentColor"
1123
1158
  }, null, -1)),
1124
- v[4] || (v[4] = r("circle", {
1159
+ d[4] || (d[4] = n("circle", {
1125
1160
  cx: "20",
1126
1161
  cy: "4",
1127
1162
  r: "2.5",
1128
1163
  fill: "currentColor"
1129
1164
  }, null, -1))
1130
- ], 64)) : m.icon === "polygon" ? (k(), b(z, { key: 4 }, [
1131
- v[5] || (v[5] = d1('<polygon points="12,3 21,10 18,20 6,20 3,10" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"></polygon><circle cx="12" cy="3" r="2" fill="currentColor"></circle><circle cx="21" cy="10" r="2" fill="currentColor"></circle><circle cx="18" cy="20" r="2" fill="currentColor"></circle><circle cx="6" cy="20" r="2" fill="currentColor"></circle><circle cx="3" cy="10" r="2" fill="currentColor"></circle>', 6))
1132
- ], 64)) : m.icon === "eraser" ? (k(), b("path", a2)) : D("", !0)
1165
+ ], 64)) : v.icon === "polygon" ? (x(), k($, { key: 4 }, [
1166
+ d[5] || (d[5] = p1('<polygon points="12,3 21,10 18,20 6,20 3,10" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"></polygon><circle cx="12" cy="3" r="2" fill="currentColor"></circle><circle cx="21" cy="10" r="2" fill="currentColor"></circle><circle cx="18" cy="20" r="2" fill="currentColor"></circle><circle cx="6" cy="20" r="2" fill="currentColor"></circle><circle cx="3" cy="10" r="2" fill="currentColor"></circle>', 6))
1167
+ ], 64)) : v.icon === "eraser" ? (x(), k("path", ne)) : D("", !0)
1133
1168
  ]))
1134
- ], 10, Q0)), 64))
1169
+ ], 10, oe)), 64))
1135
1170
  ]));
1136
1171
  }
1137
- }), l2 = { class: "tge-layer-item__header" }, r2 = { class: "tge-layer-item__label" }, n2 = {
1172
+ }), se = { class: "tge-layer-item__header" }, ce = { class: "tge-layer-item__label" }, ue = {
1138
1173
  key: 0,
1139
1174
  class: "tge-layer-item__body"
1140
- }, i2 = { class: "tge-property-editor__label" }, s2 = ["value"], c2 = { class: "tge-property-editor__label" }, u2 = ["value"], d2 = { class: "tge-property-editor__label" }, p2 = ["value"], g2 = { class: "tge-property-editor__label" }, v2 = ["value"], m2 = { class: "tge-property-editor__label" }, f2 = ["value"], y2 = { class: "tge-property-editor__label" }, h2 = ["value"], w2 = { class: "tge-property-editor__label" }, x2 = ["value"], k2 = { class: "tge-property-editor__label" }, b2 = ["value"], M2 = { class: "tge-property-editor__label" }, C2 = ["value"], L2 = { class: "tge-property-editor__label" }, _2 = ["value"], A2 = { class: "tge-property-editor__label" }, S2 = ["value"], V2 = { class: "tge-property-editor__label" }, T2 = ["value"], P2 = { class: "tge-property-editor__label" }, B2 = ["value"], D2 = { class: "tge-property-editor__label" }, F2 = ["value"], I2 = { class: "tge-property-editor__label" }, z2 = ["value"], $2 = { value: "top" }, H2 = { value: "bottom" }, U2 = { value: "left" }, E2 = { value: "right" }, R2 = { class: "tge-property-editor__label" }, O2 = { class: "tge-icon-picker" }, Z2 = ["src"], N2 = { class: "tge-icon-picker__current" }, q2 = {
1175
+ }, de = { class: "tge-property-editor__label" }, pe = ["value"], ge = { class: "tge-property-editor__label" }, ve = ["value"], me = { class: "tge-property-editor__label" }, fe = ["value"], ye = { class: "tge-property-editor__label" }, he = ["value"], we = { class: "tge-property-editor__label" }, xe = ["value"], ke = { class: "tge-property-editor__label" }, be = ["value"], Me = { class: "tge-property-editor__label" }, Ce = ["value"], Le = { class: "tge-property-editor__label" }, _e = ["value"], Ae = { class: "tge-property-editor__label" }, Se = ["value"], Ve = { class: "tge-property-editor__label" }, Be = ["value"], Te = { class: "tge-property-editor__label" }, Pe = ["value"], De = { class: "tge-property-editor__label" }, Fe = ["value"], Ie = { class: "tge-property-editor__label" }, $e = ["value"], ze = { class: "tge-property-editor__label" }, He = ["value"], Ue = { class: "tge-property-editor__label" }, Ee = ["value"], Re = { value: "top" }, Oe = { value: "bottom" }, Ze = { value: "left" }, Ne = { value: "right" }, qe = { class: "tge-property-editor__label" }, je = { class: "tge-icon-picker" }, Ge = ["src"], Je = { class: "tge-icon-picker__current" }, Ke = {
1141
1176
  key: 1,
1142
1177
  class: "tge-icon-picker__placeholder"
1143
- }, j2 = {
1178
+ }, We = {
1144
1179
  key: 0,
1145
1180
  class: "tge-icon-picker__dropdown"
1146
- }, G2 = ["placeholder"], J2 = { class: "tge-icon-picker__grid" }, K2 = ["title", "onClick"], W2 = ["src"], Y2 = {
1181
+ }, Ye = ["placeholder"], Qe = { class: "tge-icon-picker__grid" }, Xe = ["title", "onClick"], e2 = ["src"], t2 = {
1147
1182
  key: 0,
1148
1183
  class: "tge-icon-picker__empty"
1149
- }, Q2 = { class: "tge-property-editor__label" }, X2 = ["value"], ee = { class: "tge-property-editor__label" }, te = ["value"], ae = { value: "small" }, oe = { value: "medium" }, le = { value: "large" }, re = { class: "tge-property-editor__label" }, ne = ["value"], ie = { class: "tge-property-editor__label" }, se = ["value"], ce = { value: "top" }, ue = { value: "bottom" }, de = { value: "left" }, pe = { value: "right" }, ge = /* @__PURE__ */ Z({
1184
+ }, o2 = { class: "tge-property-editor__label" }, a2 = ["value"], l2 = { class: "tge-property-editor__label" }, r2 = ["value"], n2 = { value: "small" }, i2 = { value: "medium" }, s2 = { value: "large" }, c2 = { class: "tge-property-editor__label" }, u2 = ["value"], d2 = { class: "tge-property-editor__label" }, p2 = ["value"], g2 = { value: "top" }, v2 = { value: "bottom" }, m2 = { value: "left" }, f2 = { value: "right" }, y2 = /* @__PURE__ */ N({
1150
1185
  __name: "LayerItem",
1151
1186
  props: {
1152
1187
  feature: {},
@@ -1159,64 +1194,64 @@ const W0 = /* @__PURE__ */ Z({
1159
1194
  iconUrls: {}
1160
1195
  },
1161
1196
  emits: ["toggle", "update", "select", "delete", "dragstart", "dragend"],
1162
- setup(e, { emit: i }) {
1163
- const a = e, o = i, g = I(() => a.feature.geometry.type), l = I(() => g.value === "Polygon"), d = I(
1164
- () => g.value === "Polygon" || g.value === "LineString"
1197
+ setup(e, { emit: l }) {
1198
+ const u = e, a = l, i = I(() => u.feature.geometry.type), y = I(() => i.value === "Polygon"), o = I(
1199
+ () => i.value === "Polygon" || i.value === "LineString"
1200
+ ), d = I(
1201
+ () => i.value === "Point" && !u.feature.properties["marker-symbol"]
1165
1202
  ), v = I(
1166
- () => g.value === "Point" && !a.feature.properties["marker-symbol"]
1167
- ), m = I(
1168
- () => g.value === "Point" && !!a.feature.properties["marker-symbol"]
1169
- ), C = I(() => {
1170
- const p = a.feature.properties;
1171
- return g.value === "Polygon" ? p.fill ?? null : g.value === "LineString" ? p.stroke ?? null : v.value ? p.fill ?? null : p["marker-color"] ?? null;
1172
- }), h = F(""), M = F(!1), L = I(() => {
1173
- const p = h.value.toLowerCase();
1174
- return p ? t1.filter((t) => t.includes(p)) : t1;
1175
- }), w = I(
1176
- () => a.feature.properties?.["marker-symbol"] ?? ""
1203
+ () => i.value === "Point" && !!u.feature.properties["marker-symbol"]
1204
+ ), M = I(() => {
1205
+ const c = u.feature.properties;
1206
+ return i.value === "Polygon" ? c.fill ?? null : i.value === "LineString" ? c.stroke ?? null : d.value ? c.fill ?? null : c["marker-color"] ?? null;
1207
+ }), m = F(""), f = F(!1), A = I(() => {
1208
+ const c = m.value.toLowerCase();
1209
+ return c ? t1.filter((t) => t.includes(c)) : t1;
1210
+ }), b = I(
1211
+ () => u.feature.properties?.["marker-symbol"] ?? ""
1177
1212
  );
1178
- function s(p) {
1179
- c("marker-symbol", p), M.value = !1, h.value = "";
1213
+ function h(c) {
1214
+ p("marker-symbol", c), f.value = !1, m.value = "";
1180
1215
  }
1181
- function c(p, t) {
1182
- o("update", a.feature.id, { [p]: t });
1216
+ function p(c, t) {
1217
+ a("update", u.feature.id, { [c]: t });
1183
1218
  }
1184
- function f(p, t) {
1185
- const n = parseFloat(p);
1186
- return isNaN(n) ? t : n;
1219
+ function C(c, t) {
1220
+ const r = parseFloat(c);
1221
+ return isNaN(r) ? t : r;
1187
1222
  }
1188
- function u() {
1189
- o("select"), o("toggle");
1223
+ function s() {
1224
+ a("select"), a("toggle");
1190
1225
  }
1191
- return (p, t) => (k(), b("div", {
1192
- class: q(["tge-layer-item", {
1226
+ return (c, t) => (x(), k("div", {
1227
+ class: j(["tge-layer-item", {
1193
1228
  "tge-layer-item--selected": e.selected,
1194
1229
  "tge-layer-item--dragging": e.dragging
1195
1230
  }])
1196
1231
  }, [
1197
- r("div", l2, [
1198
- e.reorderable ? (k(), b("div", {
1232
+ n("div", se, [
1233
+ e.reorderable ? (x(), k("div", {
1199
1234
  key: 0,
1200
1235
  class: "tge-layer-item__drag-handle",
1201
1236
  draggable: "true",
1202
- onDragstart: t[0] || (t[0] = (n) => p.$emit("dragstart", n)),
1203
- onDragend: t[1] || (t[1] = (n) => p.$emit("dragend", n))
1237
+ onDragstart: t[0] || (t[0] = (r) => c.$emit("dragstart", r)),
1238
+ onDragend: t[1] || (t[1] = (r) => c.$emit("dragend", r))
1204
1239
  }, [...t[24] || (t[24] = [
1205
- d1('<svg viewBox="0 0 16 16" width="12" height="12" fill="currentColor"><circle cx="5" cy="3" r="1.5"></circle><circle cx="11" cy="3" r="1.5"></circle><circle cx="5" cy="8" r="1.5"></circle><circle cx="11" cy="8" r="1.5"></circle><circle cx="5" cy="13" r="1.5"></circle><circle cx="11" cy="13" r="1.5"></circle></svg>', 1)
1240
+ p1('<svg viewBox="0 0 16 16" width="12" height="12" fill="currentColor"><circle cx="5" cy="3" r="1.5"></circle><circle cx="11" cy="3" r="1.5"></circle><circle cx="5" cy="8" r="1.5"></circle><circle cx="11" cy="8" r="1.5"></circle><circle cx="5" cy="13" r="1.5"></circle><circle cx="11" cy="13" r="1.5"></circle></svg>', 1)
1206
1241
  ])], 32)) : D("", !0),
1207
- r("button", {
1242
+ n("button", {
1208
1243
  class: "tge-layer-item__header-main",
1209
1244
  type: "button",
1210
- onClick: u
1245
+ onClick: s
1211
1246
  }, [
1212
- g.value === "Polygon" ? (k(), b("svg", {
1247
+ i.value === "Polygon" ? (x(), k("svg", {
1213
1248
  key: 0,
1214
1249
  class: "tge-layer-item__icon",
1215
- style: G(C.value ? { color: C.value } : void 0),
1250
+ style: G(M.value ? { color: M.value } : void 0),
1216
1251
  viewBox: "0 0 24 24",
1217
1252
  fill: "none"
1218
1253
  }, [...t[25] || (t[25] = [
1219
- r("polygon", {
1254
+ n("polygon", {
1220
1255
  points: "12,3 21,10 18,20 6,20 3,10",
1221
1256
  stroke: "currentColor",
1222
1257
  "stroke-width": "2",
@@ -1224,14 +1259,14 @@ const W0 = /* @__PURE__ */ Z({
1224
1259
  fill: "currentColor",
1225
1260
  "fill-opacity": "0.2"
1226
1261
  }, null, -1)
1227
- ])], 4)) : g.value === "LineString" ? (k(), b("svg", {
1262
+ ])], 4)) : i.value === "LineString" ? (x(), k("svg", {
1228
1263
  key: 1,
1229
1264
  class: "tge-layer-item__icon",
1230
- style: G(C.value ? { color: C.value } : void 0),
1265
+ style: G(M.value ? { color: M.value } : void 0),
1231
1266
  viewBox: "0 0 16 16",
1232
1267
  fill: "none"
1233
1268
  }, [...t[26] || (t[26] = [
1234
- r("polyline", {
1269
+ n("polyline", {
1235
1270
  points: "2,13 7,5 10,9 14,3",
1236
1271
  stroke: "currentColor",
1237
1272
  "stroke-width": "1.5",
@@ -1239,14 +1274,14 @@ const W0 = /* @__PURE__ */ Z({
1239
1274
  "stroke-linecap": "round",
1240
1275
  "stroke-linejoin": "round"
1241
1276
  }, null, -1)
1242
- ])], 4)) : v.value ? (k(), b("svg", {
1277
+ ])], 4)) : d.value ? (x(), k("svg", {
1243
1278
  key: 2,
1244
1279
  class: "tge-layer-item__icon",
1245
- style: G(C.value ? { color: C.value } : void 0),
1280
+ style: G(M.value ? { color: M.value } : void 0),
1246
1281
  viewBox: "0 0 16 16",
1247
1282
  fill: "none"
1248
1283
  }, [...t[27] || (t[27] = [
1249
- r("circle", {
1284
+ n("circle", {
1250
1285
  cx: "8",
1251
1286
  cy: "8",
1252
1287
  r: "4",
@@ -1255,33 +1290,33 @@ const W0 = /* @__PURE__ */ Z({
1255
1290
  fill: "currentColor",
1256
1291
  "fill-opacity": "0.2"
1257
1292
  }, null, -1)
1258
- ])], 4)) : (k(), b("svg", {
1293
+ ])], 4)) : (x(), k("svg", {
1259
1294
  key: 3,
1260
1295
  class: "tge-layer-item__icon",
1261
- style: G(C.value ? { color: C.value } : void 0),
1296
+ style: G(M.value ? { color: M.value } : void 0),
1262
1297
  viewBox: "0 0 24 24",
1263
1298
  fill: "none"
1264
1299
  }, [...t[28] || (t[28] = [
1265
- r("circle", {
1300
+ n("circle", {
1266
1301
  cx: "12",
1267
1302
  cy: "9",
1268
1303
  r: "1.5",
1269
1304
  fill: "currentColor"
1270
1305
  }, null, -1),
1271
- r("path", {
1306
+ n("path", {
1272
1307
  d: "M12 2C7.86 2 4.5 5.2 4.5 9.18c0 1.88.86 4.39 2.55 7.44 1.36 2.45 2.93 4.67 3.75 5.78a1.49 1.49 0 002.4 0c.82-1.1 2.39-3.33 3.75-5.78 1.69-3.05 2.55-5.56 2.55-7.44C19.5 5.2 16.14 2 12 2zm0 10.5a3 3 0 110-6 3 3 0 010 6z",
1273
1308
  fill: "currentColor"
1274
1309
  }, null, -1)
1275
1310
  ])], 4)),
1276
- r("span", r2, x(e.label), 1),
1277
- (k(), b("svg", {
1278
- class: q(["tge-layer-item__chevron", { "tge-layer-item__chevron--open": e.expanded }]),
1311
+ n("span", ce, w(e.label), 1),
1312
+ (x(), k("svg", {
1313
+ class: j(["tge-layer-item__chevron", { "tge-layer-item__chevron--open": e.expanded }]),
1279
1314
  viewBox: "0 0 16 16",
1280
1315
  fill: "none",
1281
1316
  width: "14",
1282
1317
  height: "14"
1283
1318
  }, [...t[29] || (t[29] = [
1284
- r("polyline", {
1319
+ n("polyline", {
1285
1320
  points: "5,3 11,8 5,13",
1286
1321
  stroke: "currentColor",
1287
1322
  "stroke-width": "1.5",
@@ -1292,313 +1327,313 @@ const W0 = /* @__PURE__ */ Z({
1292
1327
  ])], 2))
1293
1328
  ])
1294
1329
  ]),
1295
- e.expanded ? (k(), b("div", n2, [
1296
- r("label", i2, [
1297
- V(x(e.l10n.propTitle) + " ", 1),
1298
- r("input", {
1330
+ e.expanded ? (x(), k("div", ue, [
1331
+ n("label", de, [
1332
+ B(w(e.l10n.propTitle) + " ", 1),
1333
+ n("input", {
1299
1334
  type: "text",
1300
1335
  class: "tge-property-editor__input text-sm",
1301
1336
  value: e.feature.properties.title ?? "",
1302
- onInput: t[2] || (t[2] = (n) => c("title", n.target.value))
1303
- }, null, 40, s2)
1337
+ onInput: t[2] || (t[2] = (r) => p("title", r.target.value))
1338
+ }, null, 40, pe)
1304
1339
  ]),
1305
- r("label", c2, [
1306
- V(x(e.l10n.propDescription) + " ", 1),
1307
- r("textarea", {
1340
+ n("label", ge, [
1341
+ B(w(e.l10n.propDescription) + " ", 1),
1342
+ n("textarea", {
1308
1343
  class: "tge-property-editor__textarea text-sm",
1309
1344
  rows: "3",
1310
1345
  value: e.feature.properties.description ?? "",
1311
- onInput: t[3] || (t[3] = (n) => c("description", n.target.value))
1312
- }, null, 40, u2)
1346
+ onInput: t[3] || (t[3] = (r) => p("description", r.target.value))
1347
+ }, null, 40, ve)
1313
1348
  ]),
1314
- l.value ? (k(), b(z, { key: 0 }, [
1315
- r("label", d2, [
1316
- V(x(e.l10n.propFillColor) + " ", 1),
1317
- r("input", {
1349
+ y.value ? (x(), k($, { key: 0 }, [
1350
+ n("label", me, [
1351
+ B(w(e.l10n.propFillColor) + " ", 1),
1352
+ n("input", {
1318
1353
  type: "color",
1319
1354
  class: "tge-property-editor__color",
1320
1355
  value: e.feature.properties.fill ?? "#555555",
1321
- onInput: t[4] || (t[4] = (n) => c("fill", n.target.value))
1322
- }, null, 40, p2)
1356
+ onInput: t[4] || (t[4] = (r) => p("fill", r.target.value))
1357
+ }, null, 40, fe)
1323
1358
  ]),
1324
- r("label", g2, [
1325
- V(x(e.l10n.propFillOpacity) + " ", 1),
1326
- r("input", {
1359
+ n("label", ye, [
1360
+ B(w(e.l10n.propFillOpacity) + " ", 1),
1361
+ n("input", {
1327
1362
  type: "range",
1328
1363
  min: "0",
1329
1364
  max: "1",
1330
1365
  step: "0.05",
1331
1366
  class: "tge-property-editor__range",
1332
1367
  value: e.feature.properties["fill-opacity"] ?? 0.6,
1333
- onInput: t[5] || (t[5] = (n) => c(
1368
+ onInput: t[5] || (t[5] = (r) => p(
1334
1369
  "fill-opacity",
1335
- f(n.target.value, 0.6)
1370
+ C(r.target.value, 0.6)
1336
1371
  ))
1337
- }, null, 40, v2)
1372
+ }, null, 40, he)
1338
1373
  ])
1339
1374
  ], 64)) : D("", !0),
1340
- d.value ? (k(), b(z, { key: 1 }, [
1341
- r("label", m2, [
1342
- V(x(e.l10n.propStrokeColor) + " ", 1),
1343
- r("input", {
1375
+ o.value ? (x(), k($, { key: 1 }, [
1376
+ n("label", we, [
1377
+ B(w(e.l10n.propStrokeColor) + " ", 1),
1378
+ n("input", {
1344
1379
  type: "color",
1345
1380
  class: "tge-property-editor__color",
1346
1381
  value: e.feature.properties.stroke ?? "#555555",
1347
- onInput: t[6] || (t[6] = (n) => c("stroke", n.target.value))
1348
- }, null, 40, f2)
1382
+ onInput: t[6] || (t[6] = (r) => p("stroke", r.target.value))
1383
+ }, null, 40, xe)
1349
1384
  ]),
1350
- r("label", y2, [
1351
- V(x(e.l10n.propStrokeOpacity) + " ", 1),
1352
- r("input", {
1385
+ n("label", ke, [
1386
+ B(w(e.l10n.propStrokeOpacity) + " ", 1),
1387
+ n("input", {
1353
1388
  type: "range",
1354
1389
  min: "0",
1355
1390
  max: "1",
1356
1391
  step: "0.05",
1357
1392
  class: "tge-property-editor__range",
1358
1393
  value: e.feature.properties["stroke-opacity"] ?? 1,
1359
- onInput: t[7] || (t[7] = (n) => c(
1394
+ onInput: t[7] || (t[7] = (r) => p(
1360
1395
  "stroke-opacity",
1361
- f(n.target.value, 1)
1396
+ C(r.target.value, 1)
1362
1397
  ))
1363
- }, null, 40, h2)
1398
+ }, null, 40, be)
1364
1399
  ]),
1365
- r("label", w2, [
1366
- V(x(e.l10n.propStrokeWidth) + " ", 1),
1367
- r("input", {
1400
+ n("label", Me, [
1401
+ B(w(e.l10n.propStrokeWidth) + " ", 1),
1402
+ n("input", {
1368
1403
  type: "number",
1369
1404
  min: "0",
1370
1405
  max: "20",
1371
1406
  class: "tge-property-editor__input tge-property-editor__input--sm text-sm",
1372
1407
  value: e.feature.properties["stroke-width"] ?? 2,
1373
- onInput: t[8] || (t[8] = (n) => c(
1408
+ onInput: t[8] || (t[8] = (r) => p(
1374
1409
  "stroke-width",
1375
- f(n.target.value, 2)
1410
+ C(r.target.value, 2)
1376
1411
  ))
1377
- }, null, 40, x2)
1412
+ }, null, 40, Ce)
1378
1413
  ])
1379
1414
  ], 64)) : D("", !0),
1380
- v.value ? (k(), b(z, { key: 2 }, [
1381
- r("label", k2, [
1382
- V(x(e.l10n.propPointColor) + " ", 1),
1383
- r("input", {
1415
+ d.value ? (x(), k($, { key: 2 }, [
1416
+ n("label", Le, [
1417
+ B(w(e.l10n.propPointColor) + " ", 1),
1418
+ n("input", {
1384
1419
  type: "color",
1385
1420
  class: "tge-property-editor__color",
1386
1421
  value: e.feature.properties.fill ?? "#555555",
1387
- onInput: t[9] || (t[9] = (n) => c("fill", n.target.value))
1388
- }, null, 40, b2)
1422
+ onInput: t[9] || (t[9] = (r) => p("fill", r.target.value))
1423
+ }, null, 40, _e)
1389
1424
  ]),
1390
- r("label", M2, [
1391
- V(x(e.l10n.propFillOpacity) + " ", 1),
1392
- r("input", {
1425
+ n("label", Ae, [
1426
+ B(w(e.l10n.propFillOpacity) + " ", 1),
1427
+ n("input", {
1393
1428
  type: "range",
1394
1429
  min: "0",
1395
1430
  max: "1",
1396
1431
  step: "0.05",
1397
1432
  class: "tge-property-editor__range",
1398
1433
  value: e.feature.properties["fill-opacity"] ?? 0.6,
1399
- onInput: t[10] || (t[10] = (n) => c(
1434
+ onInput: t[10] || (t[10] = (r) => p(
1400
1435
  "fill-opacity",
1401
- f(n.target.value, 0.6)
1436
+ C(r.target.value, 0.6)
1402
1437
  ))
1403
- }, null, 40, C2)
1438
+ }, null, 40, Se)
1404
1439
  ]),
1405
- r("label", L2, [
1406
- V(x(e.l10n.propStrokeColor) + " ", 1),
1407
- r("input", {
1440
+ n("label", Ve, [
1441
+ B(w(e.l10n.propStrokeColor) + " ", 1),
1442
+ n("input", {
1408
1443
  type: "color",
1409
1444
  class: "tge-property-editor__color",
1410
1445
  value: e.feature.properties.stroke ?? "#ffffff",
1411
- onInput: t[11] || (t[11] = (n) => c("stroke", n.target.value))
1412
- }, null, 40, _2)
1446
+ onInput: t[11] || (t[11] = (r) => p("stroke", r.target.value))
1447
+ }, null, 40, Be)
1413
1448
  ]),
1414
- r("label", A2, [
1415
- V(x(e.l10n.propStrokeOpacity) + " ", 1),
1416
- r("input", {
1449
+ n("label", Te, [
1450
+ B(w(e.l10n.propStrokeOpacity) + " ", 1),
1451
+ n("input", {
1417
1452
  type: "range",
1418
1453
  min: "0",
1419
1454
  max: "1",
1420
1455
  step: "0.05",
1421
1456
  class: "tge-property-editor__range",
1422
1457
  value: e.feature.properties["stroke-opacity"] ?? 1,
1423
- onInput: t[12] || (t[12] = (n) => c(
1458
+ onInput: t[12] || (t[12] = (r) => p(
1424
1459
  "stroke-opacity",
1425
- f(n.target.value, 1)
1460
+ C(r.target.value, 1)
1426
1461
  ))
1427
- }, null, 40, S2)
1462
+ }, null, 40, Pe)
1428
1463
  ]),
1429
- r("label", V2, [
1430
- V(x(e.l10n.propStrokeWidth) + " ", 1),
1431
- r("input", {
1464
+ n("label", De, [
1465
+ B(w(e.l10n.propStrokeWidth) + " ", 1),
1466
+ n("input", {
1432
1467
  type: "number",
1433
1468
  min: "0",
1434
1469
  max: "20",
1435
1470
  class: "tge-property-editor__input tge-property-editor__input--sm text-sm",
1436
1471
  value: e.feature.properties["stroke-width"] ?? 2,
1437
- onInput: t[13] || (t[13] = (n) => c(
1472
+ onInput: t[13] || (t[13] = (r) => p(
1438
1473
  "stroke-width",
1439
- f(n.target.value, 2)
1474
+ C(r.target.value, 2)
1440
1475
  ))
1441
- }, null, 40, T2)
1476
+ }, null, 40, Fe)
1442
1477
  ]),
1443
- r("label", P2, [
1444
- V(x(e.l10n.propCircleRadius) + " ", 1),
1445
- r("input", {
1478
+ n("label", Ie, [
1479
+ B(w(e.l10n.propCircleRadius) + " ", 1),
1480
+ n("input", {
1446
1481
  type: "number",
1447
1482
  min: "1",
1448
1483
  max: "50",
1449
1484
  class: "tge-property-editor__input tge-property-editor__input--sm text-sm",
1450
1485
  value: e.feature.properties["circle-radius"] ?? 8,
1451
- onInput: t[14] || (t[14] = (n) => c(
1486
+ onInput: t[14] || (t[14] = (r) => p(
1452
1487
  "circle-radius",
1453
- f(n.target.value, 8)
1488
+ C(r.target.value, 8)
1454
1489
  ))
1455
- }, null, 40, B2)
1490
+ }, null, 40, $e)
1456
1491
  ]),
1457
- r("label", D2, [
1458
- V(x(e.l10n.propLabel) + " ", 1),
1459
- r("input", {
1492
+ n("label", ze, [
1493
+ B(w(e.l10n.propLabel) + " ", 1),
1494
+ n("input", {
1460
1495
  type: "text",
1461
1496
  class: "tge-property-editor__input text-sm",
1462
1497
  value: e.feature.properties["marker-label"] ?? "",
1463
- onInput: t[15] || (t[15] = (n) => c("marker-label", n.target.value))
1464
- }, null, 40, F2)
1498
+ onInput: t[15] || (t[15] = (r) => p("marker-label", r.target.value))
1499
+ }, null, 40, He)
1465
1500
  ]),
1466
- r("label", I2, [
1467
- V(x(e.l10n.propLabelPosition) + " ", 1),
1468
- r("select", {
1501
+ n("label", Ue, [
1502
+ B(w(e.l10n.propLabelPosition) + " ", 1),
1503
+ n("select", {
1469
1504
  class: "tge-property-editor__select text-sm",
1470
1505
  value: e.feature.properties["marker-label-position"] ?? "top",
1471
- onChange: t[16] || (t[16] = (n) => c(
1506
+ onChange: t[16] || (t[16] = (r) => p(
1472
1507
  "marker-label-position",
1473
- n.target.value
1508
+ r.target.value
1474
1509
  ))
1475
1510
  }, [
1476
- r("option", $2, x(e.l10n.propPositionTop), 1),
1477
- r("option", H2, x(e.l10n.propPositionBottom), 1),
1478
- r("option", U2, x(e.l10n.propPositionLeft), 1),
1479
- r("option", E2, x(e.l10n.propPositionRight), 1)
1480
- ], 40, z2)
1511
+ n("option", Re, w(e.l10n.propPositionTop), 1),
1512
+ n("option", Oe, w(e.l10n.propPositionBottom), 1),
1513
+ n("option", Ze, w(e.l10n.propPositionLeft), 1),
1514
+ n("option", Ne, w(e.l10n.propPositionRight), 1)
1515
+ ], 40, Ee)
1481
1516
  ])
1482
1517
  ], 64)) : D("", !0),
1483
- m.value ? (k(), b(z, { key: 3 }, [
1484
- r("div", R2, [
1485
- V(x(e.l10n.propIcon) + " ", 1),
1486
- r("div", O2, [
1487
- r("button", {
1518
+ v.value ? (x(), k($, { key: 3 }, [
1519
+ n("div", qe, [
1520
+ B(w(e.l10n.propIcon) + " ", 1),
1521
+ n("div", je, [
1522
+ n("button", {
1488
1523
  class: "tge-icon-picker__trigger",
1489
1524
  type: "button",
1490
- onClick: t[17] || (t[17] = (n) => M.value = !M.value)
1525
+ onClick: t[17] || (t[17] = (r) => f.value = !f.value)
1491
1526
  }, [
1492
- w.value ? (k(), b(z, { key: 0 }, [
1493
- e.iconUrls.get(w.value) ? (k(), b("img", {
1527
+ b.value ? (x(), k($, { key: 0 }, [
1528
+ e.iconUrls.get(b.value) ? (x(), k("img", {
1494
1529
  key: 0,
1495
- src: e.iconUrls.get(w.value),
1530
+ src: e.iconUrls.get(b.value),
1496
1531
  class: "tge-icon-picker__preview",
1497
1532
  alt: ""
1498
- }, null, 8, Z2)) : D("", !0),
1499
- r("span", N2, x(w.value), 1)
1500
- ], 64)) : (k(), b("span", q2, x(e.l10n.propIconNone), 1))
1533
+ }, null, 8, Ge)) : D("", !0),
1534
+ n("span", Je, w(b.value), 1)
1535
+ ], 64)) : (x(), k("span", Ke, w(e.l10n.propIconNone), 1))
1501
1536
  ])
1502
1537
  ]),
1503
- M.value ? (k(), b("div", j2, [
1504
- C1(r("input", {
1538
+ f.value ? (x(), k("div", We, [
1539
+ T1(n("input", {
1505
1540
  type: "text",
1506
1541
  class: "tge-icon-picker__search text-sm",
1507
- "onUpdate:modelValue": t[18] || (t[18] = (n) => h.value = n),
1542
+ "onUpdate:modelValue": t[18] || (t[18] = (r) => m.value = r),
1508
1543
  placeholder: e.l10n.propIconSearch
1509
- }, null, 8, G2), [
1510
- [L1, h.value]
1544
+ }, null, 8, Ye), [
1545
+ [P1, m.value]
1511
1546
  ]),
1512
- r("div", J2, [
1513
- (k(!0), b(z, null, o1(L.value, (n) => (k(), b("button", {
1514
- key: n,
1515
- class: q(["tge-icon-picker__item", {
1516
- "tge-icon-picker__item--active": n === w.value
1547
+ n("div", Qe, [
1548
+ (x(!0), k($, null, a1(A.value, (r) => (x(), k("button", {
1549
+ key: r,
1550
+ class: j(["tge-icon-picker__item", {
1551
+ "tge-icon-picker__item--active": r === b.value
1517
1552
  }]),
1518
1553
  type: "button",
1519
- title: n,
1520
- onClick: (B) => s(n)
1554
+ title: r,
1555
+ onClick: (V) => h(r)
1521
1556
  }, [
1522
- e.iconUrls.get(n) ? (k(), b("img", {
1557
+ e.iconUrls.get(r) ? (x(), k("img", {
1523
1558
  key: 0,
1524
- src: e.iconUrls.get(n),
1559
+ src: e.iconUrls.get(r),
1525
1560
  class: "tge-icon-picker__item-icon",
1526
1561
  alt: ""
1527
- }, null, 8, W2)) : D("", !0),
1528
- r("span", null, x(n), 1)
1529
- ], 10, K2))), 128))
1562
+ }, null, 8, e2)) : D("", !0),
1563
+ n("span", null, w(r), 1)
1564
+ ], 10, Xe))), 128))
1530
1565
  ]),
1531
- L.value.length === 0 ? (k(), b("div", Y2, x(e.l10n.propIconNoResults), 1)) : D("", !0)
1566
+ A.value.length === 0 ? (x(), k("div", t2, w(e.l10n.propIconNoResults), 1)) : D("", !0)
1532
1567
  ])) : D("", !0)
1533
1568
  ]),
1534
- r("label", Q2, [
1535
- V(x(e.l10n.propMarkerColor) + " ", 1),
1536
- r("input", {
1569
+ n("label", o2, [
1570
+ B(w(e.l10n.propMarkerColor) + " ", 1),
1571
+ n("input", {
1537
1572
  type: "color",
1538
1573
  class: "tge-property-editor__color",
1539
1574
  value: e.feature.properties["marker-color"] ?? "#7e7e7e",
1540
- onInput: t[19] || (t[19] = (n) => c("marker-color", n.target.value))
1541
- }, null, 40, X2)
1575
+ onInput: t[19] || (t[19] = (r) => p("marker-color", r.target.value))
1576
+ }, null, 40, a2)
1542
1577
  ]),
1543
- r("label", ee, [
1544
- V(x(e.l10n.propMarkerSize) + " ", 1),
1545
- r("select", {
1578
+ n("label", l2, [
1579
+ B(w(e.l10n.propMarkerSize) + " ", 1),
1580
+ n("select", {
1546
1581
  class: "tge-property-editor__select text-sm",
1547
1582
  value: e.feature.properties["marker-size"] ?? "medium",
1548
- onChange: t[20] || (t[20] = (n) => c(
1583
+ onChange: t[20] || (t[20] = (r) => p(
1549
1584
  "marker-size",
1550
- n.target.value
1585
+ r.target.value
1551
1586
  ))
1552
1587
  }, [
1553
- r("option", ae, x(e.l10n.propSizeSmall), 1),
1554
- r("option", oe, x(e.l10n.propSizeMedium), 1),
1555
- r("option", le, x(e.l10n.propSizeLarge), 1)
1556
- ], 40, te)
1588
+ n("option", n2, w(e.l10n.propSizeSmall), 1),
1589
+ n("option", i2, w(e.l10n.propSizeMedium), 1),
1590
+ n("option", s2, w(e.l10n.propSizeLarge), 1)
1591
+ ], 40, r2)
1557
1592
  ]),
1558
- r("label", re, [
1559
- V(x(e.l10n.propLabel) + " ", 1),
1560
- r("input", {
1593
+ n("label", c2, [
1594
+ B(w(e.l10n.propLabel) + " ", 1),
1595
+ n("input", {
1561
1596
  type: "text",
1562
1597
  class: "tge-property-editor__input text-sm",
1563
1598
  value: e.feature.properties["marker-label"] ?? "",
1564
- onInput: t[21] || (t[21] = (n) => c("marker-label", n.target.value))
1565
- }, null, 40, ne)
1599
+ onInput: t[21] || (t[21] = (r) => p("marker-label", r.target.value))
1600
+ }, null, 40, u2)
1566
1601
  ]),
1567
- r("label", ie, [
1568
- V(x(e.l10n.propLabelPosition) + " ", 1),
1569
- r("select", {
1602
+ n("label", d2, [
1603
+ B(w(e.l10n.propLabelPosition) + " ", 1),
1604
+ n("select", {
1570
1605
  class: "tge-property-editor__select text-sm",
1571
1606
  value: e.feature.properties["marker-label-position"] ?? "top",
1572
- onChange: t[22] || (t[22] = (n) => c(
1607
+ onChange: t[22] || (t[22] = (r) => p(
1573
1608
  "marker-label-position",
1574
- n.target.value
1609
+ r.target.value
1575
1610
  ))
1576
1611
  }, [
1577
- r("option", ce, x(e.l10n.propPositionTop), 1),
1578
- r("option", ue, x(e.l10n.propPositionBottom), 1),
1579
- r("option", de, x(e.l10n.propPositionLeft), 1),
1580
- r("option", pe, x(e.l10n.propPositionRight), 1)
1581
- ], 40, se)
1612
+ n("option", g2, w(e.l10n.propPositionTop), 1),
1613
+ n("option", v2, w(e.l10n.propPositionBottom), 1),
1614
+ n("option", m2, w(e.l10n.propPositionLeft), 1),
1615
+ n("option", f2, w(e.l10n.propPositionRight), 1)
1616
+ ], 40, p2)
1582
1617
  ])
1583
1618
  ], 64)) : D("", !0),
1584
- r("button", {
1619
+ n("button", {
1585
1620
  class: "tge-layer-item__delete",
1586
1621
  type: "button",
1587
- onClick: t[23] || (t[23] = (n) => p.$emit("delete", e.feature.id))
1588
- }, x(e.l10n.layerDelete), 1)
1622
+ onClick: t[23] || (t[23] = (r) => c.$emit("delete", e.feature.id))
1623
+ }, w(e.l10n.layerDelete), 1)
1589
1624
  ])) : D("", !0)
1590
1625
  ], 2));
1591
1626
  }
1592
- }), ve = { class: "tge-layer-panel" }, me = { class: "tge-layer-panel__header" }, fe = {
1627
+ }), h2 = { class: "tge-layer-panel" }, w2 = { class: "tge-layer-panel__header" }, x2 = {
1593
1628
  key: 0,
1594
1629
  class: "tge-layer-panel__drop-indicator"
1595
- }, ye = {
1630
+ }, k2 = {
1596
1631
  key: 0,
1597
1632
  class: "tge-layer-panel__drop-indicator"
1598
- }, he = {
1633
+ }, b2 = {
1599
1634
  key: 0,
1600
1635
  class: "tge-layer-panel__empty"
1601
- }, we = /* @__PURE__ */ Z({
1636
+ }, M2 = /* @__PURE__ */ N({
1602
1637
  __name: "LayerPanel",
1603
1638
  props: {
1604
1639
  features: {},
@@ -1607,93 +1642,93 @@ const W0 = /* @__PURE__ */ Z({
1607
1642
  iconUrls: {}
1608
1643
  },
1609
1644
  emits: ["update", "select", "delete", "reorder", "close"],
1610
- setup(e, { emit: i }) {
1611
- const a = e, o = i, g = F(/* @__PURE__ */ new Set()), l = F(null), d = F(null), v = I(() => {
1612
- const u = { Point: 0, Marker: 0, LineString: 0, Polygon: 0 }, p = /* @__PURE__ */ new Map();
1613
- for (const t of a.features) {
1614
- const n = t.geometry.type;
1645
+ setup(e, { emit: l }) {
1646
+ const u = e, a = l, i = F(/* @__PURE__ */ new Set()), y = F(null), o = F(null), d = I(() => {
1647
+ const s = { Point: 0, Marker: 0, LineString: 0, Polygon: 0 }, c = /* @__PURE__ */ new Map();
1648
+ for (const t of u.features) {
1649
+ const r = t.geometry.type;
1615
1650
  if (t.properties.title)
1616
- n === "Point" ? !!t.properties["marker-symbol"] ? u.Marker++ : u.Point++ : u[n]++, p.set(t.id, t.properties.title);
1617
- else if (n === "Point")
1618
- !!t.properties["marker-symbol"] ? (u.Marker++, p.set(t.id, `${a.l10n.layerMarker} #${u.Marker}`)) : (u.Point++, p.set(t.id, `${a.l10n.layerPoint} #${u.Point}`));
1651
+ r === "Point" ? !!t.properties["marker-symbol"] ? s.Marker++ : s.Point++ : s[r]++, c.set(t.id, t.properties.title);
1652
+ else if (r === "Point")
1653
+ !!t.properties["marker-symbol"] ? (s.Marker++, c.set(t.id, `${u.l10n.layerMarker} #${s.Marker}`)) : (s.Point++, c.set(t.id, `${u.l10n.layerPoint} #${s.Point}`));
1619
1654
  else {
1620
- u[n]++;
1621
- const B = n === "LineString" ? a.l10n.layerLine : a.l10n.layerPolygon;
1622
- p.set(t.id, `${B} #${u[n]}`);
1655
+ s[r]++;
1656
+ const V = r === "LineString" ? u.l10n.layerLine : u.l10n.layerPolygon;
1657
+ c.set(t.id, `${V} #${s[r]}`);
1623
1658
  }
1624
1659
  }
1625
- return p;
1660
+ return c;
1626
1661
  });
1627
- R(
1628
- () => a.selectedFeatureId,
1629
- async (u) => {
1630
- if (!u) return;
1631
- g.value = /* @__PURE__ */ new Set([...g.value, u]), await _1(), document.querySelector(`[data-feature-id="${u}"]`)?.scrollIntoView({ behavior: "smooth", block: "nearest" });
1662
+ O(
1663
+ () => u.selectedFeatureId,
1664
+ async (s) => {
1665
+ if (!s) return;
1666
+ i.value = /* @__PURE__ */ new Set([...i.value, s]), await D1(), document.querySelector(`[data-feature-id="${s}"]`)?.scrollIntoView({ behavior: "smooth", block: "nearest" });
1632
1667
  }
1633
- ), R(
1634
- () => a.features,
1635
- (u) => {
1636
- const p = new Set(u.map((n) => n.id)), t = new Set([...g.value].filter((n) => p.has(n)));
1637
- t.size !== g.value.size && (g.value = t);
1668
+ ), O(
1669
+ () => u.features,
1670
+ (s) => {
1671
+ const c = new Set(s.map((r) => r.id)), t = new Set([...i.value].filter((r) => c.has(r)));
1672
+ t.size !== i.value.size && (i.value = t);
1638
1673
  }
1639
1674
  );
1640
- function m(u) {
1641
- const p = new Set(g.value);
1642
- p.has(u) ? p.delete(u) : p.add(u), g.value = p;
1675
+ function v(s) {
1676
+ const c = new Set(i.value);
1677
+ c.has(s) ? c.delete(s) : c.add(s), i.value = c;
1643
1678
  }
1644
- function C(u) {
1645
- o("select", u);
1679
+ function M(s) {
1680
+ a("select", s);
1646
1681
  }
1647
- function h(u, p) {
1648
- o("update", u, p);
1682
+ function m(s, c) {
1683
+ a("update", s, c);
1649
1684
  }
1650
- function M(u, p) {
1651
- l.value = u, p.dataTransfer && (p.dataTransfer.effectAllowed = "move", p.dataTransfer.setData("text/plain", u));
1685
+ function f(s, c) {
1686
+ y.value = s, c.dataTransfer && (c.dataTransfer.effectAllowed = "move", c.dataTransfer.setData("text/plain", s));
1652
1687
  }
1653
- function L() {
1654
- l.value = null, d.value = null;
1688
+ function A() {
1689
+ y.value = null, o.value = null;
1655
1690
  }
1656
- function w(u) {
1657
- if (u.preventDefault(), !l.value) return;
1658
- const p = u.currentTarget, t = Array.from(p.querySelectorAll("[data-feature-id]")), n = u.clientY;
1659
- let B = t.length;
1660
- for (let O = 0; O < t.length; O++) {
1661
- const j = t[O].getBoundingClientRect();
1662
- if (n < j.top + j.height / 2) {
1663
- B = O;
1691
+ function b(s) {
1692
+ if (s.preventDefault(), !y.value) return;
1693
+ const c = s.currentTarget, t = Array.from(c.querySelectorAll("[data-feature-id]")), r = s.clientY;
1694
+ let V = t.length;
1695
+ for (let R = 0; R < t.length; R++) {
1696
+ const Z = t[R].getBoundingClientRect();
1697
+ if (r < Z.top + Z.height / 2) {
1698
+ V = R;
1664
1699
  break;
1665
1700
  }
1666
1701
  }
1667
- d.value = B;
1702
+ o.value = V;
1668
1703
  }
1669
- function s(u) {
1670
- u.currentTarget.contains(u.relatedTarget) || (d.value = null);
1704
+ function h(s) {
1705
+ s.currentTarget.contains(s.relatedTarget) || (o.value = null);
1671
1706
  }
1672
- function c(u) {
1673
- u.preventDefault(), !(!l.value || d.value === null) && (o("reorder", l.value, d.value), l.value = null, d.value = null);
1707
+ function p(s) {
1708
+ s.preventDefault(), !(!y.value || o.value === null) && (a("reorder", y.value, o.value), y.value = null, o.value = null);
1674
1709
  }
1675
- function f() {
1676
- g.value.size !== 0 && (g.value = /* @__PURE__ */ new Set());
1710
+ function C() {
1711
+ i.value.size !== 0 && (i.value = /* @__PURE__ */ new Set());
1677
1712
  }
1678
- return (u, p) => (k(), b("div", ve, [
1679
- r("div", me, [
1680
- r("button", {
1713
+ return (s, c) => (x(), k("div", h2, [
1714
+ n("div", w2, [
1715
+ n("button", {
1681
1716
  class: "tge-layer-panel__title",
1682
1717
  type: "button",
1683
- onClick: f
1684
- }, x(e.l10n.layerPanelTitle), 1),
1685
- r("button", {
1718
+ onClick: C
1719
+ }, w(e.l10n.layerPanelTitle), 1),
1720
+ n("button", {
1686
1721
  class: "tge-layer-panel__close",
1687
1722
  type: "button",
1688
- onClick: p[0] || (p[0] = (t) => u.$emit("close"))
1689
- }, [...p[2] || (p[2] = [
1690
- r("svg", {
1723
+ onClick: c[0] || (c[0] = (t) => s.$emit("close"))
1724
+ }, [...c[2] || (c[2] = [
1725
+ n("svg", {
1691
1726
  viewBox: "0 0 24 24",
1692
1727
  width: "18",
1693
1728
  height: "18",
1694
1729
  fill: "none"
1695
1730
  }, [
1696
- r("path", {
1731
+ n("path", {
1697
1732
  d: "M18 6L6 18M6 6l12 12",
1698
1733
  stroke: "currentColor",
1699
1734
  "stroke-width": "2",
@@ -1702,44 +1737,44 @@ const W0 = /* @__PURE__ */ Z({
1702
1737
  ], -1)
1703
1738
  ])])
1704
1739
  ]),
1705
- r("div", {
1740
+ n("div", {
1706
1741
  class: "tge-layer-panel__list",
1707
- onDragover: w,
1708
- onDragleave: s,
1709
- onDrop: c
1742
+ onDragover: b,
1743
+ onDragleave: h,
1744
+ onDrop: p
1710
1745
  }, [
1711
- (k(!0), b(z, null, o1(e.features, (t, n) => (k(), b(z, {
1746
+ (x(!0), k($, null, a1(e.features, (t, r) => (x(), k($, {
1712
1747
  key: t.id
1713
1748
  }, [
1714
- d.value === n ? (k(), b("div", fe)) : D("", !0),
1715
- K(ge, {
1749
+ o.value === r ? (x(), k("div", x2)) : D("", !0),
1750
+ K(y2, {
1716
1751
  "data-feature-id": t.id,
1717
1752
  feature: t,
1718
- label: v.value.get(t.id) ?? "",
1719
- expanded: g.value.has(t.id),
1753
+ label: d.value.get(t.id) ?? "",
1754
+ expanded: i.value.has(t.id),
1720
1755
  selected: t.id === e.selectedFeatureId,
1721
- dragging: l.value === t.id,
1756
+ dragging: y.value === t.id,
1722
1757
  reorderable: e.features.length > 1,
1723
1758
  l10n: e.l10n,
1724
1759
  iconUrls: e.iconUrls,
1725
- onToggle: (B) => m(t.id),
1726
- onUpdate: h,
1727
- onSelect: (B) => C(t.id),
1728
- onDelete: p[1] || (p[1] = (B) => u.$emit("delete", B)),
1729
- onDragstart: (B) => M(t.id, B),
1730
- onDragend: L
1760
+ onToggle: (V) => v(t.id),
1761
+ onUpdate: m,
1762
+ onSelect: (V) => M(t.id),
1763
+ onDelete: c[1] || (c[1] = (V) => s.$emit("delete", V)),
1764
+ onDragstart: (V) => f(t.id, V),
1765
+ onDragend: A
1731
1766
  }, null, 8, ["data-feature-id", "feature", "label", "expanded", "selected", "dragging", "reorderable", "l10n", "iconUrls", "onToggle", "onSelect", "onDragstart"])
1732
1767
  ], 64))), 128)),
1733
- d.value === e.features.length ? (k(), b("div", ye)) : D("", !0)
1768
+ o.value === e.features.length ? (x(), k("div", k2)) : D("", !0)
1734
1769
  ], 32),
1735
- e.features.length === 0 ? (k(), b("p", he, x(e.l10n.layerPanelEmpty), 1)) : D("", !0)
1770
+ e.features.length === 0 ? (x(), k("p", b2, w(e.l10n.layerPanelEmpty), 1)) : D("", !0)
1736
1771
  ]));
1737
1772
  }
1738
- }), xe = { class: "tge-editor" }, Le = /* @__PURE__ */ Z({
1773
+ }), C2 = { class: "tge-editor" }, B2 = /* @__PURE__ */ N({
1739
1774
  __name: "GeoJsonEditor",
1740
- props: /* @__PURE__ */ S1({
1775
+ props: /* @__PURE__ */ i1({
1741
1776
  pmtilesUrl: {},
1742
- pointRadius: { default: v1 },
1777
+ pointRadius: { default: m1 },
1743
1778
  center: {},
1744
1779
  zoom: {},
1745
1780
  l10n: { default: () => ({}) }
@@ -1749,87 +1784,94 @@ const W0 = /* @__PURE__ */ Z({
1749
1784
  },
1750
1785
  modelModifiers: {}
1751
1786
  }),
1752
- emits: ["update:modelValue"],
1753
- setup(e) {
1754
- const i = e, a = I(() => ({ ...T1, ...i.l10n })), o = A1(e, "modelValue"), g = F("select"), l = F(null), d = F(/* @__PURE__ */ new Map());
1755
- a1(async () => {
1787
+ emits: /* @__PURE__ */ i1(["moveend"], ["update:modelValue"]),
1788
+ setup(e, { expose: l }) {
1789
+ const u = e, a = I(() => ({ ...$1, ...u.l10n })), i = F1(e, "modelValue"), y = F(null), o = F("select"), d = F(null), v = F(/* @__PURE__ */ new Map());
1790
+ o1(async () => {
1756
1791
  const s = await Promise.all(
1757
- t1.map(async (f) => [f, await R0(f)])
1792
+ t1.map(async (t) => [t, await G0(t)])
1758
1793
  ), c = /* @__PURE__ */ new Map();
1759
- for (const [f, u] of s)
1760
- u && c.set(f, u);
1761
- d.value = c;
1794
+ for (const [t, r] of s)
1795
+ r && c.set(t, r);
1796
+ v.value = c;
1762
1797
  });
1763
- function v(s) {
1764
- l.value = s?.id ?? null;
1798
+ function M(s) {
1799
+ d.value = s?.id ?? null;
1765
1800
  }
1766
1801
  function m(s) {
1767
- o.value = {
1768
- ...o.value,
1769
- features: o.value.features.filter((c) => c.id !== s)
1770
- }, l.value === s && (l.value = null);
1802
+ i.value = {
1803
+ ...i.value,
1804
+ features: i.value.features.filter((c) => c.id !== s)
1805
+ }, d.value === s && (d.value = null);
1771
1806
  }
1772
- function C(s, c) {
1773
- o.value = {
1774
- ...o.value,
1775
- features: o.value.features.map(
1776
- (f) => f.id === s ? { ...f, properties: { ...f.properties, ...c } } : f
1807
+ function f(s, c) {
1808
+ i.value = {
1809
+ ...i.value,
1810
+ features: i.value.features.map(
1811
+ (t) => t.id === s ? { ...t, properties: { ...t.properties, ...c } } : t
1777
1812
  )
1778
1813
  };
1779
1814
  }
1780
- function h(s) {
1781
- g.value = s, s !== "select" && (l.value = null);
1815
+ function A(s) {
1816
+ o.value = s, s !== "select" && (d.value = null);
1782
1817
  }
1783
- function M(s) {
1784
- g.value = "select", l.value = s;
1818
+ function b(s) {
1819
+ o.value = "select", d.value = s;
1785
1820
  }
1786
- function L(s) {
1787
- l.value = s;
1821
+ function h(s) {
1822
+ d.value = s;
1788
1823
  }
1789
- function w(s, c) {
1790
- const f = [...o.value.features], u = f.findIndex((n) => n.id === s);
1791
- if (u === -1) return;
1792
- const [p] = f.splice(u, 1), t = u < c ? c - 1 : c;
1793
- f.splice(t, 0, p), o.value = { ...o.value, features: f };
1824
+ function p(s) {
1825
+ y.value?.saveBbox(s);
1794
1826
  }
1795
- return (s, c) => (k(), b("div", xe, [
1796
- K(o2, {
1797
- activeTool: g.value,
1827
+ l({ saveBbox: p });
1828
+ function C(s, c) {
1829
+ const t = [...i.value.features], r = t.findIndex((Z) => Z.id === s);
1830
+ if (r === -1) return;
1831
+ const [V] = t.splice(r, 1), R = r < c ? c - 1 : c;
1832
+ t.splice(R, 0, V), i.value = { ...i.value, features: t };
1833
+ }
1834
+ return (s, c) => (x(), k("div", C2, [
1835
+ K(ie, {
1836
+ activeTool: o.value,
1798
1837
  l10n: a.value,
1799
- "onUpdate:activeTool": h
1838
+ "onUpdate:activeTool": A
1800
1839
  }, null, 8, ["activeTool", "l10n"]),
1801
- K(W0, {
1802
- modelValue: o.value,
1803
- activeTool: g.value,
1804
- pmtilesUrl: i.pmtilesUrl,
1805
- pointRadius: i.pointRadius,
1806
- center: i.center,
1807
- zoom: i.zoom,
1808
- "onUpdate:modelValue": c[0] || (c[0] = (f) => o.value = f),
1809
- onFeatureClick: v,
1840
+ K(ee, {
1841
+ ref_key: "editorMapRef",
1842
+ ref: y,
1843
+ modelValue: i.value,
1844
+ activeTool: o.value,
1845
+ pmtilesUrl: u.pmtilesUrl,
1846
+ pointRadius: u.pointRadius,
1847
+ center: u.center,
1848
+ zoom: u.zoom,
1849
+ "onUpdate:modelValue": c[0] || (c[0] = (t) => i.value = t),
1850
+ onFeatureClick: M,
1810
1851
  onFeatureDelete: m,
1811
- onToolDone: M
1852
+ onToolDone: b,
1853
+ onMoveend: c[1] || (c[1] = (t) => s.$emit("moveend"))
1812
1854
  }, null, 8, ["modelValue", "activeTool", "pmtilesUrl", "pointRadius", "center", "zoom"]),
1813
- l.value ? (k(), b("div", {
1855
+ d.value ? (x(), k("div", {
1814
1856
  key: 0,
1815
1857
  class: "tge-editor__backdrop",
1816
- onClick: c[1] || (c[1] = (f) => l.value = null)
1858
+ onClick: c[2] || (c[2] = (t) => d.value = null)
1817
1859
  })) : D("", !0),
1818
- K(we, {
1819
- class: q({ "tge-layer-panel--open": l.value }),
1820
- features: o.value.features,
1821
- selectedFeatureId: l.value,
1860
+ K(M2, {
1861
+ class: j({ "tge-layer-panel--open": d.value }),
1862
+ features: i.value.features,
1863
+ selectedFeatureId: d.value,
1822
1864
  l10n: a.value,
1823
- iconUrls: d.value,
1824
- onUpdate: C,
1825
- onSelect: L,
1865
+ iconUrls: v.value,
1866
+ onUpdate: f,
1867
+ onSelect: h,
1826
1868
  onDelete: m,
1827
- onReorder: w,
1828
- onClose: c[2] || (c[2] = (f) => l.value = null)
1869
+ onReorder: C,
1870
+ onClose: c[3] || (c[3] = (t) => d.value = null)
1829
1871
  }, null, 8, ["class", "features", "selectedFeatureId", "l10n", "iconUrls"])
1830
1872
  ]));
1831
1873
  }
1832
- }), ke = { class: "tge-viewer" }, _e = /* @__PURE__ */ Z({
1874
+ }), L2 = { class: "tge-viewer" }, T2 = /* @__PURE__ */ N({
1833
1875
  __name: "GeoJsonViewer",
1834
1876
  props: {
1835
1877
  modelValue: { default: () => ({ type: "FeatureCollection", features: [] }) },
@@ -1838,100 +1880,100 @@ const W0 = /* @__PURE__ */ Z({
1838
1880
  zoom: {}
1839
1881
  },
1840
1882
  setup(e) {
1841
- const i = e, a = F(null);
1842
- let o = null, g = null, l = !1, d = !1, v = [], m = [];
1843
- const C = I(() => k1(i.center, i.zoom));
1844
- function h(s) {
1845
- return s.map((c) => ({ id: c.id, geomType: c.geometry.type }));
1883
+ const l = e, u = F(null);
1884
+ let a = null, i = null, y = !1, o = !1, d = [], v = [];
1885
+ const M = I(() => C1(l.center, l.zoom));
1886
+ function m(h) {
1887
+ return h.map((p) => ({ id: p.id, geomType: p.geometry.type }));
1846
1888
  }
1847
- function M() {
1848
- if (!o) return;
1849
- const s = o.getSource(H);
1850
- s && "setData" in s && s.setData(i.modelValue);
1889
+ function f() {
1890
+ if (!a) return;
1891
+ const h = a.getSource(H);
1892
+ h && "setData" in h && h.setData(l.modelValue);
1851
1893
  }
1852
- R(
1853
- () => i.modelValue,
1894
+ O(
1895
+ () => l.modelValue,
1854
1896
  async () => {
1855
- if (M(), o && d) {
1856
- const s = h(i.modelValue.features);
1857
- w1(o, v, s), v = s, m = Y(s), await Q(o, i.modelValue.features);
1897
+ if (f(), a && o) {
1898
+ const h = m(l.modelValue.features);
1899
+ x1(a, d, h), d = h, v = Y(h), await Q(a, l.modelValue.features);
1858
1900
  }
1859
1901
  },
1860
1902
  { deep: !0 }
1861
1903
  );
1862
- function L(s) {
1863
- if (!d || !o) return;
1864
- const f = o.queryRenderedFeatures(s.point, { layers: m })?.[0];
1865
- if (f) {
1866
- o.getCanvas().style.cursor = "pointer";
1867
- const u = f.properties?.title, p = f.properties?.description;
1868
- if (u || p) {
1869
- g || (g = new p1({
1904
+ function A(h) {
1905
+ if (!o || !a) return;
1906
+ const C = a.queryRenderedFeatures(h.point, { layers: v })?.[0];
1907
+ if (C) {
1908
+ a.getCanvas().style.cursor = "pointer";
1909
+ const s = C.properties?.title, c = C.properties?.description;
1910
+ if (s || c) {
1911
+ i || (i = new g1({
1870
1912
  closeButton: !1,
1871
1913
  closeOnClick: !1,
1872
1914
  offset: 10,
1873
1915
  className: "tge-popup-container"
1874
1916
  }));
1875
1917
  let t = "";
1876
- u && (t += `<h3 class="tge-popup__title">${w(u)}</h3>`), p && (t += `<p class="tge-popup__description">${w(p)}</p>`), g.setLngLat(s.lngLat).setHTML(t).addTo(o);
1918
+ s && (t += `<h3 class="tge-popup__title">${b(s)}</h3>`), c && (t += `<p class="tge-popup__description">${b(c)}</p>`), i.setLngLat(h.lngLat).setHTML(t).addTo(a);
1877
1919
  } else
1878
- g?.remove();
1920
+ i?.remove();
1879
1921
  } else
1880
- o.getCanvas().style.cursor = "", g?.remove();
1922
+ a.getCanvas().style.cursor = "", i?.remove();
1881
1923
  }
1882
- function w(s) {
1883
- const c = document.createElement("div");
1884
- return c.textContent = s, c.innerHTML;
1924
+ function b(h) {
1925
+ const p = document.createElement("div");
1926
+ return p.textContent = h, p.innerHTML;
1885
1927
  }
1886
- return a1(() => {
1887
- if (!a.value) return;
1888
- if (!l) {
1889
- const c = new g1();
1890
- U.addProtocol("pmtiles", c.tile), l = !0;
1928
+ return o1(() => {
1929
+ if (!u.value) return;
1930
+ if (!y) {
1931
+ const p = new v1();
1932
+ U.addProtocol("pmtiles", p.tile), y = !0;
1891
1933
  }
1892
- const { getStyle: s } = y1(i.pmtilesUrl);
1893
- o = new U.Map({
1894
- container: a.value,
1895
- style: s(),
1896
- center: i.center ?? m1,
1897
- zoom: i.zoom ?? f1,
1934
+ const { getStyle: h } = h1(l.pmtilesUrl);
1935
+ a = new U.Map({
1936
+ container: u.value,
1937
+ style: h(),
1938
+ center: l.center ?? f1,
1939
+ zoom: l.zoom ?? y1,
1898
1940
  attributionControl: !1
1899
- }), o.addControl(
1941
+ }), a.addControl(
1900
1942
  new U.AttributionControl({
1901
1943
  compact: !0,
1902
1944
  customAttribution: '<a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors'
1903
1945
  }),
1904
1946
  "bottom-right"
1905
- ), o.addControl(new U.NavigationControl(), "bottom-right"), o.addControl(
1947
+ ), a.addControl(new U.NavigationControl(), "bottom-right"), a.addControl(
1906
1948
  new U.GeolocateControl({
1907
1949
  positionOptions: { enableHighAccuracy: !1 },
1908
1950
  trackUserLocation: !1,
1909
1951
  fitBoundsOptions: { maxZoom: 13 }
1910
1952
  }),
1911
1953
  "bottom-right"
1912
- ), o.on("load", async () => {
1913
- if (o) {
1914
- o.addSource(H, {
1954
+ ), a.on("load", async () => {
1955
+ if (a) {
1956
+ a.addSource(H, {
1915
1957
  type: "geojson",
1916
- data: i.modelValue,
1958
+ data: l.modelValue,
1917
1959
  promoteId: "id"
1918
1960
  });
1919
- for (let c = i.modelValue.features.length - 1; c >= 0; c--) {
1920
- const f = i.modelValue.features[c];
1921
- for (const u of W(f.id, f.geometry.type))
1922
- o.addLayer(u);
1961
+ for (let p = l.modelValue.features.length - 1; p >= 0; p--) {
1962
+ const C = l.modelValue.features[p];
1963
+ for (const s of W(C.id, C.geometry.type))
1964
+ a.addLayer(s);
1923
1965
  }
1924
- v = h(i.modelValue.features), m = Y(v), await Q(o, i.modelValue.features), C.value && o.once("idle", () => {
1925
- o && b1(o, i.modelValue.features);
1926
- }), d = !0;
1966
+ d = m(l.modelValue.features), v = Y(d), await Q(a, l.modelValue.features), M.value && a.once("idle", () => {
1967
+ a && (l.modelValue.bbox ? _1(a, l.modelValue.bbox) : L1(a, l.modelValue.features));
1968
+ }), o = !0;
1927
1969
  }
1928
- }), o.on("mousemove", L);
1929
- }), u1(() => {
1930
- g?.remove(), o?.remove(), o = null;
1931
- }), (s, c) => (k(), b("div", ke, [
1932
- r("div", {
1970
+ }), a.on("mousemove", A);
1971
+ }), d1(() => {
1972
+ i?.remove(), a?.remove(), a = null;
1973
+ }), (h, p) => (x(), k("div", L2, [
1974
+ n("div", {
1933
1975
  ref_key: "mapContainer",
1934
- ref: a,
1976
+ ref: u,
1935
1977
  class: "tge-map"
1936
1978
  }, null, 512)
1937
1979
  ]));
@@ -1940,22 +1982,23 @@ const W0 = /* @__PURE__ */ Z({
1940
1982
  export {
1941
1983
  t1 as COMMON_ICONS,
1942
1984
  P as DEFAULTS,
1943
- T1 as DEFAULT_LOCALE,
1944
- Le as GeoJsonEditor,
1945
- _e as GeoJsonViewer,
1946
- P1 as LAYER_IDS,
1985
+ $1 as DEFAULT_LOCALE,
1986
+ B2 as GeoJsonEditor,
1987
+ T2 as GeoJsonViewer,
1988
+ z1 as LAYER_IDS,
1947
1989
  X as MARKER_SIZE_SCALE,
1948
1990
  H as SOURCE_ID,
1949
- D1 as getDrawingLayers,
1991
+ V2 as computeBbox,
1992
+ U1 as getDrawingLayers,
1950
1993
  e1 as getFeatureLayerIds,
1951
1994
  W as getFeatureLayers,
1952
- R0 as getIconUrl,
1995
+ G0 as getIconUrl,
1953
1996
  Y as getQueryableLayerIds,
1954
- B1 as getVerticesLayer,
1955
- O0 as loadIcon,
1997
+ H1 as getVerticesLayer,
1998
+ J0 as loadIcon,
1956
1999
  Q as loadIconsForFeatures,
1957
- w1 as reconcileFeatureLayers,
1958
- j0 as useDrawing,
1959
- K0 as useGeoJson,
1960
- y1 as useMapStyle
2000
+ x1 as reconcileFeatureLayers,
2001
+ W0 as useDrawing,
2002
+ X0 as useGeoJson,
2003
+ h1 as useMapStyle
1961
2004
  };