@luzmo/analytics-components-kit 1.0.1-alpha.48 → 1.0.1-alpha.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/components/{bar-chart-options.config-BdbbHUJZ.js → bar-chart-options.config-D1mb5TDl.js} +1 -0
  2. package/components/{bar-chart-options.config-C9XGEujs.cjs → bar-chart-options.config-DcxEkOT5.cjs} +1 -1
  3. package/components/{bar-chart-options.de-DwTn_qfu.js → bar-chart-options.de-BQ4qGaQc.js} +1 -0
  4. package/components/{bar-chart-options.de-BGzu5Zgd.cjs → bar-chart-options.de-Dr5zKz8Q.cjs} +1 -1
  5. package/components/{column-chart-options.en-D1UfGsS3.cjs → bar-chart-options.en-DdQ2PYrw.cjs} +1 -1
  6. package/components/{bar-chart-options.en-Crc8tYUJ.js → bar-chart-options.en-LjG6f4hw.js} +1 -0
  7. package/components/{bar-chart-options.es-ByT_D06p.js → bar-chart-options.es-BfIKCPf-.js} +1 -0
  8. package/components/{bar-chart-options.es-B2UWafXc.cjs → bar-chart-options.es-DgYVxn9U.cjs} +1 -1
  9. package/components/{bar-chart-options.fr-BwiGRlQf.js → bar-chart-options.fr-Cg1lQV2y.js} +1 -0
  10. package/components/{bar-chart-options.fr-CP7DTrlk.cjs → bar-chart-options.fr-rteFm93C.cjs} +1 -1
  11. package/components/{column-chart-options.nl-3wAj9uWY.cjs → bar-chart-options.nl--gwlkpc0.cjs} +1 -1
  12. package/components/{bar-chart-options.nl-DzXnHdwX.js → bar-chart-options.nl-CB2W4rzf.js} +1 -0
  13. package/components/{calculate-data-item-icon-DlfbBvFN.cjs → calculate-data-item-icon-Dn-9Kd0U.cjs} +1 -1
  14. package/components/{calculate-data-item-icon-BiIL_s4Z.js → calculate-data-item-icon-Dpvf1aLI.js} +51 -51
  15. package/components/{column-chart-options.config-BqSQ1Sl9.js → column-chart-options.config-B5SjBVdy.js} +10 -9
  16. package/components/{column-chart-options.config-Bi0RAzK-.cjs → column-chart-options.config-BjDvA7i9.cjs} +1 -1
  17. package/components/{column-chart-options.de-pgdcIHqk.cjs → column-chart-options.de-BU__cJy3.cjs} +1 -1
  18. package/components/{column-chart-options.de-VQVdi8aP.js → column-chart-options.de-BkkWD9rB.js} +1 -0
  19. package/components/{bar-chart-options.en-D1UfGsS3.cjs → column-chart-options.en-DdQ2PYrw.cjs} +1 -1
  20. package/components/{column-chart-options.en-Crc8tYUJ.js → column-chart-options.en-LjG6f4hw.js} +1 -0
  21. package/components/{column-chart-options.es-CT9ZtjV_.js → column-chart-options.es-BgOc-gTh.js} +1 -0
  22. package/components/{column-chart-options.es-CAAXJv_2.cjs → column-chart-options.es-CkaTU6qn.cjs} +1 -1
  23. package/components/{column-chart-options.fr-BwiGRlQf.js → column-chart-options.fr-Cg1lQV2y.js} +1 -0
  24. package/components/{column-chart-options.fr-CP7DTrlk.cjs → column-chart-options.fr-rteFm93C.cjs} +1 -1
  25. package/components/{bar-chart-options.nl-DZe2pKRa.cjs → column-chart-options.nl-Bhe6rcUo.cjs} +1 -1
  26. package/components/{column-chart-options.nl-DB2dcotu.js → column-chart-options.nl-CAeBYwQC.js} +1 -0
  27. package/components/{de-eIqMhTVC.cjs → de-Cxe7xkT4.cjs} +1 -1
  28. package/components/{de-BbcctJsI.js → de-ZPzjN2kc.js} +0 -1
  29. package/components/directive-BOOaQO_r.cjs +24 -0
  30. package/components/directive-CF_9GVrT.js +46 -0
  31. package/components/display-settings/display-settings.d.ts +2 -2
  32. package/components/display-settings/index.cjs +1 -1
  33. package/components/display-settings/index.js +2 -2
  34. package/components/display-settings-binning/index.cjs +1 -1
  35. package/components/display-settings-binning/index.js +11 -11
  36. package/components/display-settings-datetime/index.cjs +1 -1
  37. package/components/display-settings-datetime/index.js +13 -13
  38. package/components/display-settings-grand-totals/index.cjs +1 -1
  39. package/components/display-settings-grand-totals/index.js +11 -11
  40. package/components/display-settings-numeric/display-settings-numeric.d.ts +3 -1
  41. package/components/display-settings-numeric/index.cjs +61 -40
  42. package/components/display-settings-numeric/index.js +223 -182
  43. package/components/display-settings-period-over-period/index.cjs +6 -6
  44. package/components/display-settings-period-over-period/index.js +11 -11
  45. package/components/draggable-data-item/draggable-data-item.d.ts +1 -0
  46. package/components/draggable-data-item/index.cjs +8 -5
  47. package/components/draggable-data-item/index.js +44 -38
  48. package/components/draggable-data-item-level/draggable-data-item-level.d.ts +4 -0
  49. package/components/draggable-data-item-level/index.cjs +10 -10
  50. package/components/draggable-data-item-level/index.js +102 -77
  51. package/components/droppable-slot/droppable-slot.d.ts +29 -9
  52. package/components/droppable-slot/index.cjs +25 -71
  53. package/components/droppable-slot/index.js +274 -623
  54. package/components/edit-item/index.cjs +2 -2
  55. package/components/edit-item/index.js +18 -18
  56. package/components/edit-option/index.cjs +1 -1
  57. package/components/edit-option/index.js +2 -2
  58. package/components/edit-option-action-button-group/index.cjs +1 -1
  59. package/components/edit-option-action-button-group/index.js +6 -6
  60. package/components/{edit-option-base-D25zHZVl.js → edit-option-base-CG0JcbX9.js} +3 -3
  61. package/components/{edit-option-base-h5ndfVK4.cjs → edit-option-base-a2yoNqdf.cjs} +1 -1
  62. package/components/edit-option-color-palette-picker/index.cjs +1 -1
  63. package/components/edit-option-color-palette-picker/index.js +3 -3
  64. package/components/edit-option-color-picker/index.cjs +1 -1
  65. package/components/edit-option-color-picker/index.js +5 -5
  66. package/components/edit-option-color-range/index.cjs +1 -1
  67. package/components/edit-option-color-range/index.js +12 -12
  68. package/components/edit-option-multi-language-field/index.cjs +1 -1
  69. package/components/edit-option-multi-language-field/index.js +4 -4
  70. package/components/edit-option-number-field/index.cjs +1 -1
  71. package/components/edit-option-number-field/index.js +5 -5
  72. package/components/edit-option-picker/index.cjs +1 -1
  73. package/components/edit-option-picker/index.js +5 -5
  74. package/components/edit-option-position-picker/index.cjs +1 -1
  75. package/components/edit-option-position-picker/index.js +4 -4
  76. package/components/edit-option-positions-number-field/index.cjs +1 -1
  77. package/components/edit-option-positions-number-field/index.js +6 -6
  78. package/components/edit-option-radio-button-group/index.cjs +1 -1
  79. package/components/edit-option-radio-button-group/index.js +4 -4
  80. package/components/edit-option-slider/index.cjs +1 -1
  81. package/components/edit-option-slider/index.js +3 -3
  82. package/components/edit-option-switch/index.cjs +1 -1
  83. package/components/edit-option-switch/index.js +3 -3
  84. package/components/edit-option-text-field/index.cjs +1 -1
  85. package/components/edit-option-text-field/index.js +7 -7
  86. package/components/{es-tWaYVbsQ.cjs → es-4dEouIgb.cjs} +1 -1
  87. package/components/{es-ByWFTJ0s.js → es-C0JGlz18.js} +0 -1
  88. package/components/filter-data-item-picker/index.cjs +1 -1
  89. package/components/filter-data-item-picker/index.js +8 -8
  90. package/components/filter-expression-picker/index.cjs +1 -1
  91. package/components/filter-expression-picker/index.js +2 -2
  92. package/components/filter-item/index.cjs +1 -1
  93. package/components/filter-item/index.js +24 -24
  94. package/components/filter-value-picker/index.cjs +1 -1
  95. package/components/filter-value-picker/index.js +4 -4
  96. package/components/filter-value-picker-datetime/index.cjs +1 -1
  97. package/components/filter-value-picker-datetime/index.js +302 -302
  98. package/components/filter-value-picker-hierarchy/index.cjs +1 -1
  99. package/components/filter-value-picker-hierarchy/index.js +8 -8
  100. package/components/filter-value-picker-numeric/index.cjs +1 -1
  101. package/components/filter-value-picker-numeric/index.js +8 -8
  102. package/components/{focusable-Bhf_beoW.js → focusable-BbymtxWI.js} +1 -1
  103. package/components/{focusable-B8t8a-WJ.cjs → focusable-DAGGGYyz.cjs} +1 -1
  104. package/components/{fr-C5b2Wgoz.js → fr-B_-_f-VN.js} +0 -1
  105. package/components/{fr-2igiTsHU.cjs → fr-Dwulhlbi.cjs} +1 -1
  106. package/components/grid/index.cjs +18 -22
  107. package/components/grid/index.js +28 -49
  108. package/components/{if-defined-Dg09naf2.js → if-defined-Barg9gGQ.js} +1 -1
  109. package/components/{if-defined-DjdbEoAa.cjs → if-defined-wiCAR_aA.cjs} +1 -1
  110. package/components/{index-cbfU96gS.cjs → index-1oIrlkAr.cjs} +8 -8
  111. package/components/{index-BqSQoHjg.js → index-5Z9GD60H.js} +6 -6
  112. package/components/{index-9LxnqLJa.js → index-B2ngKWOI.js} +2 -2
  113. package/components/{index-COU9XhBt.js → index-BC1LV3vH.js} +1 -1
  114. package/components/{index-Cf_a7VrO.js → index-BEtf1WaQ.js} +2 -2
  115. package/components/{index-DMhm0FM8.cjs → index-BbpsZYZF.cjs} +25 -26
  116. package/components/{index-DRLFjkH0.cjs → index-BfzppmHn.cjs} +2 -2
  117. package/components/{index-BobhBKA2.js → index-BssHAgUU.js} +1 -1
  118. package/components/index-Bt3JTHTC.js +787 -0
  119. package/components/index-CY_cyFdI.cjs +174 -0
  120. package/components/{index-DeIay7ZE.js → index-CbuHBIDB.js} +2 -2
  121. package/components/{index-BukPAqqU.cjs → index-Ck5VRoXN.cjs} +1 -1
  122. package/components/{index-DYmi-X87.js → index-DE3d0E0P.js} +2 -2
  123. package/components/{index-fwJBhawL.cjs → index-DSQyBS9Z.cjs} +1 -1
  124. package/components/{index-BY1yDIAI.js → index-DTI4dIyd.js} +586 -634
  125. package/components/index-D_jFGBMs.js +174 -0
  126. package/components/{index-D9yzIoGv.js → index-Delpl7qa.js} +368 -306
  127. package/components/{index-B7AFYrfv.cjs → index-Df-_TbOD.cjs} +1 -1
  128. package/components/{index-C6NpWavw.js → index-DsP81c4M.js} +2 -2
  129. package/components/index-Dy_5M3M5.cjs +42 -0
  130. package/components/{index-Bpdwb9Js.cjs → index-MPM_B4re.cjs} +3 -3
  131. package/components/{index-ydBgjAru.js → index-N845QLku.js} +16 -16
  132. package/components/{index--3gSNupB.cjs → index-Tx5oQjbt.cjs} +1 -1
  133. package/components/{index-BSgp4MWQ.cjs → index-cHKqEi5-.cjs} +1 -1
  134. package/components/index-eBsINoH9.cjs +20 -0
  135. package/components/{index-BKx2WhDB.cjs → index-tXl_aMnZ.cjs} +1 -1
  136. package/components/index.cjs +1 -1
  137. package/components/index.js +4 -4
  138. package/components/{localized-decorator-DNr1P1m0.js → localized-decorator-Bl5gcI6n.js} +1 -1
  139. package/components/{localized-decorator-SOrjcPab.cjs → localized-decorator-DIXYZ3RL.cjs} +1 -1
  140. package/components/{luzmo-icons-4Tmb3sKr.js → luzmo-icons-CVeTZ59u.js} +9 -9
  141. package/components/{luzmo-icons-4nDFv1Lq-D6-m-VWM.cjs → luzmo-icons-DbwDQtuO-DSQ-uVxy.cjs} +2 -2
  142. package/components/{luzmo-icons-4nDFv1Lq-DffGNBpO.js → luzmo-icons-DbwDQtuO-QG0fLECn.js} +7 -7
  143. package/components/{luzmo-icons-Bvm-_ECi.cjs → luzmo-icons-DonyjSXg.cjs} +1 -1
  144. package/components/{nl-B50x7wMn.cjs → nl-DxdBIXDd.cjs} +1 -1
  145. package/components/{nl-76jn_zMH.js → nl-gdQCG4WV.js} +0 -1
  146. package/components/{periods.const-CfXsouLz.cjs → periods.const-7sXlqgEo.cjs} +1 -1
  147. package/components/{periods.const-C89NNRX-.js → periods.const-B7FKokcH.js} +1 -1
  148. package/components/property-Cu4Q1hS4.cjs +42 -0
  149. package/components/{property-BFMfZY1k.js → property-DCzt3DR1.js} +277 -277
  150. package/components/{set-locale-Cam8nRIW.cjs → set-locale-DCPlazsZ.cjs} +1 -1
  151. package/components/{set-locale-DbEAMqUs.js → set-locale-GI34z_M7.js} +1 -1
  152. package/components/{sized-mixin-CkdMApAU.js → sized-mixin-BGzkX2g1.js} +1 -1
  153. package/components/{sized-mixin-C48t6K7U.cjs → sized-mixin-j_7aJM4b.cjs} +1 -1
  154. package/components/slot-contents-picker/index.cjs +1 -1
  155. package/components/slot-contents-picker/index.js +16 -16
  156. package/components/slot-menu/index.cjs +27 -22
  157. package/components/slot-menu/index.js +237 -148
  158. package/components/slot-menu/slot-menu.d.ts +34 -12
  159. package/components/slot-menu-list/index.cjs +1 -1
  160. package/components/slot-menu-list/index.js +5 -5
  161. package/components/{state-CuE7TJCY.cjs → state-fyl3IYMu.cjs} +1 -1
  162. package/components/{state-BSTa7W6f.js → state-nDsQPund.js} +1 -1
  163. package/components/{task-CDsB8Kbr.js → task-Bh_X-xIU.js} +1 -1
  164. package/components/{task-0B-FC3rj.cjs → task-CwmAXlv0.cjs} +1 -1
  165. package/components/{text-field-ol9Ed5lQ-cRqtIf_0.cjs → text-field-BIADXoLC-B8w9TVmS.cjs} +1 -1
  166. package/components/{text-field-ol9Ed5lQ-DbpeM4EP.js → text-field-BIADXoLC-B9oE05VF.js} +1 -1
  167. package/custom-elements.json +226 -41
  168. package/item-definitions/bar-chart/i18n/bar-chart-options.de.d.ts +1 -0
  169. package/item-definitions/bar-chart/i18n/bar-chart-options.en.d.ts +1 -0
  170. package/item-definitions/bar-chart/i18n/bar-chart-options.es.d.ts +1 -0
  171. package/item-definitions/bar-chart/i18n/bar-chart-options.fr.d.ts +1 -0
  172. package/item-definitions/bar-chart/i18n/bar-chart-options.nl.d.ts +1 -0
  173. package/item-definitions/box-plot/box-plot-options.config.d.ts +1 -1
  174. package/item-definitions/choropleth-map/choropleth-map-options.config.d.ts +1 -1
  175. package/item-definitions/column-chart/i18n/column-chart-options.de.d.ts +1 -0
  176. package/item-definitions/column-chart/i18n/column-chart-options.en.d.ts +1 -0
  177. package/item-definitions/column-chart/i18n/column-chart-options.es.d.ts +1 -0
  178. package/item-definitions/column-chart/i18n/column-chart-options.fr.d.ts +1 -0
  179. package/item-definitions/column-chart/i18n/column-chart-options.nl.d.ts +1 -0
  180. package/item-definitions/hexbin-map/hexbin-map-options.config.d.ts +1 -1
  181. package/item-definitions/route-map/route-map-options.config.d.ts +1 -1
  182. package/item-definitions/spike-map/spike-map-options.config.d.ts +1 -1
  183. package/package.json +1 -1
  184. package/utils/data-broker/index.d.ts +9 -0
  185. package/utils/store/slot-store.d.ts +9 -3
  186. package/components/index-Be-pSgzQ.js +0 -174
  187. package/components/index-DCdx3dxQ.cjs +0 -42
  188. package/components/index-PGX2p9Ns.js +0 -304
  189. package/components/index-TQG9Xdxu.cjs +0 -20
  190. package/components/index-VHrmgynd.cjs +0 -121
  191. package/components/property-BV1QaY8E.cjs +0 -42
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { L as p } from "./index-PGX2p9Ns.js";
20
+ import { L as p } from "./index-Bt3JTHTC.js";
21
21
  import { LuzmoDisplaySettingsBinning as u } from "./display-settings-binning/index.js";
22
22
  import { LuzmoDisplaySettingsDatetime as n } from "./display-settings-datetime/index.js";
23
23
  import { LuzmoDisplaySettingsGrandTotals as s } from "./display-settings-grand-totals/index.js";
@@ -27,7 +27,7 @@ import { LuzmoDraggableDataItem as f } from "./draggable-data-item/index.js";
27
27
  import { LuzmoDraggableDataItemLevel as C } from "./draggable-data-item-level/index.js";
28
28
  import { LuzmoDroppableSlot as v } from "./droppable-slot/index.js";
29
29
  import { LuzmoEditItem as L } from "./edit-item/index.js";
30
- import { L as F } from "./index-ydBgjAru.js";
30
+ import { L as F } from "./index-N845QLku.js";
31
31
  import { LuzmoEditOptionActionButtonGroup as D } from "./edit-option-action-button-group/index.js";
32
32
  import { LuzmoEditOptionColorPalettePicker as E } from "./edit-option-color-palette-picker/index.js";
33
33
  import { LuzmoEditOptionColorPicker as O } from "./edit-option-color-picker/index.js";
@@ -42,7 +42,7 @@ import { LuzmoEditOptionSlider as X } from "./edit-option-slider/index.js";
42
42
  import { LuzmoEditOptionSwitch as Z } from "./edit-option-switch/index.js";
43
43
  import { LuzmoEditOptionTextField as $ } from "./edit-option-text-field/index.js";
44
44
  import { LuzmoFilterDataItemPicker as oe } from "./filter-data-item-picker/index.js";
45
- import { L as le } from "./index-BqSQoHjg.js";
45
+ import { L as le } from "./index-5Z9GD60H.js";
46
46
  import { LuzmoFilterItem as ae } from "./filter-item/index.js";
47
47
  import { LuzmoFilterValuePicker as pe } from "./filter-value-picker/index.js";
48
48
  import { LuzmoFilterValuePickerDatetime as ue } from "./filter-value-picker-datetime/index.js";
@@ -60,7 +60,7 @@ import { g as Be, s as Oe } from "./index-CgnTl6Sc.js";
60
60
  const o = () => {
61
61
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
62
62
  const e = document.createElement("style");
63
- e.setAttribute("data-luzmo-vars", ""), e.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(e);
63
+ e.setAttribute("data-luzmo-vars", ""), e.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-secondary-outline: rgba(255, 0, 255, 0.2);--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(e);
64
64
  }
65
65
  };
66
66
  o();
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { L as n } from "./set-locale-DbEAMqUs.js";
20
+ import { L as n } from "./set-locale-GI34z_M7.js";
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2021 Google LLC
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- "use strict";const n=require("./set-locale-Cam8nRIW.cjs");/**
20
+ "use strict";const n=require("./set-locale-DCPlazsZ.cjs");/**
21
21
  * @license
22
22
  * Copyright 2021 Google LLC
23
23
  * SPDX-License-Identifier: BSD-3-Clause
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { b as n } from "./property-BFMfZY1k.js";
20
+ import { b as n } from "./property-DCzt3DR1.js";
21
21
  const l = {
22
22
  icon: [
23
23
  256,
@@ -582,10 +582,10 @@ export {
582
582
  d0 as V,
583
583
  B as W,
584
584
  V0 as X,
585
- F as Y,
585
+ s0 as Y,
586
586
  a0 as Z,
587
- N as _,
588
- H0 as a,
587
+ H0 as _,
588
+ W as a,
589
589
  f as a0,
590
590
  r as a1,
591
591
  H as a2,
@@ -607,18 +607,18 @@ export {
607
607
  x0 as ai,
608
608
  u0 as aj,
609
609
  X as ak,
610
- s0 as b,
610
+ f0 as b,
611
611
  U as c,
612
- D as d,
613
- W as e,
612
+ N as d,
613
+ F as e,
614
614
  i0 as f,
615
- f0 as g,
615
+ $0 as g,
616
616
  Q as h,
617
617
  $ as i,
618
618
  q as j,
619
619
  n0 as k,
620
620
  G as l,
621
- $0 as m,
621
+ D as m,
622
622
  O as n,
623
623
  j as o,
624
624
  h0 as p,
@@ -33,7 +33,7 @@
33
33
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
34
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
35
  * SOFTWARE.
36
- * */const m={icon:[256,512,"M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"],name:"angle-down"},r={icon:[256,512,"M137 185l116 118c4 5 4 12 0 17l-8 7c-4 5-12 5-17 0L128 225 28 327c-5 5-13 5-17 0l-8-7c-4-5-4-13 0-17l117-118c4-5 12-5 17 0z"],name:"angle-up"},v={icon:[196,512,"M167 265L49 381c-5 4-12 4-17 0l-7-8c-5-4-5-12 0-17l102-100L25 156c-5-5-5-13 0-17l7-8c5-4 12-4 17 1l118 116c5 4 5 12 0 17z"],name:"angle-right"},t={icon:[196,512,"m25 265 118 116c5 4 12 4 17 0l7-8c5-4 5-12 0-17L65 256 167 156c5-5 5-13 0-17l-7-8c-5-4-12-4-17 1L25 248c-5 4-5 12 0 17z"],name:"angle-left"},s={icon:[28,28,"m6 6 16 16M5.3 6.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L15.4 14l7.3-7.3c1-1-.5-2.3-1.4-1.4L14 12.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-14"},z={icon:[32,32,"M30 4a3 3 0 0 0-4 0L12 21l-6-6a3 3 0 0 0-4 0 3 3 0 0 0 0 4l8 9a3 3 0 0 0 4 0L30 8a3 3 0 0 0 0-4z"],name:"check"},g={icon:[32,32,"M7 13a3 3 0 1 0 0 6h18a3 3 0 1 0 0-6H7z"],name:"dash"},u={icon:[32,32,"M16 2a1 1 0 0 0-.9.5l-14 26A1 1 0 0 0 2 30h28a1 1 0 0 0 1-1.5l-14.1-26A1 1 0 0 0 16 2zm-1 7h2c.6 0 1 .4 1 1v10.5c0 .6-.4 1-1 1h-2a1 1 0 0 1-1-1V10c0-.6.4-1 1-1zm0 14h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"],name:"alert"},M={icon:[32,32,"M31.4 2a1 1 0 0 0-1.1.3l-28 28A1 1 0 0 0 3 32h28c.6 0 1-.4 1-1V3a1 1 0 0 0-.6-1Z"],name:"corner-triangle"},V={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h20a5 5 0 0 0 5-5V9a5 5 0 0 0-5-5h-2V2a1 1 0 1 0-2 0v2H9V2a1 1 0 0 0-1-1ZM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 19h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 25h7v4H5c-1.67 0-3-1.32-3-3zm9 0h8v4h-8zm10 0h7v1c0 1.68-1.32 3-3 3h-4z"]},L={icon:V.icon,name:"calendar"},$={icon:[32,32,"M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"],name:"checkbox-checked"},w={icon:[32,32,"M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"],name:"checkbox"},Z={icon:[32,32,"M21.3 21.3a1 1 0 0 0 0 1.41l9 9a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.41l-8.99-9a1 1 0 0 0-1.42 0zM13 0C5.83 0 0 5.83 0 13s5.83 13 13 13 13-5.83 13-13S20.17 0 13 0Zm0 2c6.09 0 11 4.91 11 11S19.1 24 13 24 2 19.1 2 13 6.91 2 13 2z"],name:"search"};function b(c,{prefix:a,className:n,color:i}={}){return o.kt`<svg
36
+ * */const m={icon:[256,512,"M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"],name:"angle-down"},r={icon:[256,512,"M137 185l116 118c4 5 4 12 0 17l-8 7c-4 5-12 5-17 0L128 225 28 327c-5 5-13 5-17 0l-8-7c-4-5-4-13 0-17l117-118c4-5 12-5 17 0z"],name:"angle-up"},v={icon:[196,512,"M167 265L49 381c-5 4-12 4-17 0l-7-8c-5-4-5-12 0-17l102-100L25 156c-5-5-5-13 0-17l7-8c5-4 12-4 17 1l118 116c5 4 5 12 0 17z"],name:"angle-right"},t={icon:[196,512,"m25 265 118 116c5 4 12 4 17 0l7-8c5-4 5-12 0-17L65 256 167 156c5-5 5-13 0-17l-7-8c-5-4-12-4-17 1L25 248c-5 4-5 12 0 17z"],name:"angle-left"},s={icon:[28,28,"m6 6 16 16M5.3 6.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L15.4 14l7.3-7.3c1-1-.5-2.3-1.4-1.4L14 12.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-14"},z={icon:[32,32,"M30 4a3 3 0 0 0-4 0L12 21l-6-6a3 3 0 0 0-4 0 3 3 0 0 0 0 4l8 9a3 3 0 0 0 4 0L30 8a3 3 0 0 0 0-4z"],name:"check"},g={icon:[32,32,"M7 13a3 3 0 1 0 0 6h18a3 3 0 1 0 0-6H7z"],name:"dash"},u={icon:[32,32,"M16 2a1 1 0 0 0-.9.5l-14 26A1 1 0 0 0 2 30h28a1 1 0 0 0 1-1.5l-14.1-26A1 1 0 0 0 16 2zm-1 7h2c.6 0 1 .4 1 1v10.5c0 .6-.4 1-1 1h-2a1 1 0 0 1-1-1V10c0-.6.4-1 1-1zm0 14h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"],name:"alert"},M={icon:[32,32,"M31.4 2a1 1 0 0 0-1.1.3l-28 28A1 1 0 0 0 3 32h28c.6 0 1-.4 1-1V3a1 1 0 0 0-.6-1Z"],name:"corner-triangle"},V={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h20a5 5 0 0 0 5-5V9a5 5 0 0 0-5-5h-2V2a1 1 0 1 0-2 0v2H9V2a1 1 0 0 0-1-1ZM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 19h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 25h7v4H5c-1.67 0-3-1.32-3-3zm9 0h8v4h-8zm10 0h7v1c0 1.68-1.32 3-3 3h-4z"]},L={icon:V.icon,name:"calendar"},$={icon:[32,32,"M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"],name:"checkbox-checked"},d={icon:[32,32,"M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"],name:"checkbox"},w={icon:[32,32,"M21.3 21.3a1 1 0 0 0 0 1.41l9 9a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.41l-8.99-9a1 1 0 0 0-1.42 0zM13 0C5.83 0 0 5.83 0 13s5.83 13 13 13 13-5.83 13-13S20.17 0 13 0Zm0 2c6.09 0 11 4.91 11 11S19.1 24 13 24 2 19.1 2 13 6.91 2 13 2z"],name:"search"};function Z(c,{prefix:a,className:n,color:i}={}){return o.kt`<svg
37
37
  aria-hidden="true"
38
38
  focusable="false"
39
39
  data-icon="${c.name}"
@@ -44,4 +44,4 @@
44
44
  style="overflow: visible; box-sizing: content-box;height: 1em; vertical-align: var(--luzmo-icon-vertical-align, var(--icon-vertical-align, -.125em));"
45
45
  fill="${i||"currentColor"}">
46
46
  ${(Array.isArray(c.icon[2])?c.icon[2]:[c.icon[2]]).map((h,l)=>{var e;return o.kt`<path d="${h}" style="fill:${c.icon[3]&&(e=c.icon[3])!=null&&e[l]?c.icon[3][l]:"currentColor"}"></path>`})}
47
- </svg>`}exports.A=s;exports.D=b;exports.V=M;exports.Z=z;exports.b=w;exports.g=g;exports.p=L;exports.s=m;exports.t=t;exports.u=u;exports.v=r;exports.w=$;exports.y=Z;exports.z=v;
47
+ </svg>`}exports.A=s;exports.D=Z;exports.V=M;exports.Z=z;exports.d=$;exports.g=g;exports.k=w;exports.p=L;exports.s=m;exports.t=t;exports.u=u;exports.v=r;exports.w=d;exports.z=v;
@@ -110,14 +110,14 @@ const v = {
110
110
  "M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"
111
111
  ],
112
112
  name: "checkbox-checked"
113
- }, f = {
113
+ }, d = {
114
114
  icon: [
115
115
  32,
116
116
  32,
117
117
  "M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"
118
118
  ],
119
119
  name: "checkbox"
120
- }, p = {
120
+ }, f = {
121
121
  icon: [
122
122
  32,
123
123
  32,
@@ -125,7 +125,7 @@ const v = {
125
125
  ],
126
126
  name: "search"
127
127
  };
128
- function d(c, { prefix: a, className: n, color: i } = {}) {
128
+ function p(c, { prefix: a, className: n, color: i } = {}) {
129
129
  return o`<svg
130
130
  aria-hidden="true"
131
131
  focusable="false"
@@ -144,17 +144,17 @@ function d(c, { prefix: a, className: n, color: i } = {}) {
144
144
  }
145
145
  export {
146
146
  g as A,
147
- d as D,
147
+ p as D,
148
148
  V,
149
149
  M as Z,
150
- f as b,
150
+ Z as d,
151
151
  u as g,
152
+ f as k,
152
153
  $ as p,
153
154
  v as s,
154
155
  s as t,
155
156
  L as u,
156
157
  t as v,
157
- Z as w,
158
- p as y,
158
+ d as w,
159
159
  z
160
160
  };
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- "use strict";const n=require("./property-BV1QaY8E.cjs"),o={icon:[256,512,"M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"],name:"angle-down"},M={icon:[32,32,"m6 6 16 16M5.3 6.7l9.3 9.3-9.3 9.3c-1 1 .5 2.3 1.4 1.4l9.3-9.3 9.3 9.3c1 1 2.3-.5 1.4-1.4L17.4 16l9.3-9.3c1-1-.5-2.3-1.4-1.4L16 14.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-16"},A={icon:[16,16,"M0.8 1C0.5 1 0.3 1.2 0.3 1.5 0.3 1.8 0.5 2 0.8 2h14.4c0.8 0 0.8-1 0-1zM8 3.1c-0.2 0-0.3 0-0.4 0.2L5.4 5.4C4.9 6 5.9 6.9 6.2 6.2L7.5 4.9V8.9c0 0.7 1 0.7 1 0v-4C8.9 5.3 9.4 5.8 9.8 6.2 10.3 6.8 11.1 6 10.6 5.4L8.4 3.3C8.3 3.2 8.2 3.1 8 3.1Z"],name:"align-top"},l={icon:[16,16,"M0.3 8.5C0.3 8.2 0.5 8 0.8 8h14.4c0.8 0 0.8 1 0 1H0.8C0.5 9 0.3 8.8 0.3 8.5ZM9.8 3.1c0.5-0.5 1.3 0.3 0.8 0.8L8.4 6.1c-0.2 0.2-0.6 0.2-0.8 0L5.4 3.9C4.8 3.4 5.6 2.6 6.2 3.1c0.6 0.6 1.8 1.8 1.8 1.8 0 0 1.2-1.2 1.8-1.8zm-3.6 10.8C5.7 14.4 4.9 13.6 5.4 13.1L7.6 10.9c0.2-0.2 0.6-0.2 0.8 0l2.2 2.2c0.5 0.5-0.2 1.3-0.8 0.8-0.6-0.6-1.8-1.8-1.8-1.8 0 0-1.2 1.2-1.8 1.8z"],name:"align-middle"},Z={icon:[16,16,"m0.8 15c-0.3 0-0.6-0.2-0.6-0.5 0-0.3 0.3-0.5 0.6-0.5h14.4c0.8 0 0.8 1 0 1zm7.2-2.1C7.8 12.9 7.7 12.8 7.6 12.7L5.4 10.6C4.9 10 5.7 9.2 6.2 9.8L7.5 11.1V7.1c0-0.7 1-0.7 1 0V11.1C8.9 10.7 9.4 10.2 9.8 9.8 10.3 9.2 11.1 10 10.6 10.6l-2.2 2.2c-0.1 0.1-0.2 0.2-0.4 0.2z"],name:"align-bottom"},C={icon:[16,16,"m0.8 0.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h14.4c0.8 0 0.8-1.1 0-1.1zm0 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h9.2c0.8 0 0.8-1.1 0-1.1zm0 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h4c0.8 0 0.8-1.1 0-1.1z"],name:"align-left"},L={icon:[16,16,"m0.8 0.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h14.4c0.8 0 0.8-1.1 0-1.1zm2.6 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h9.2c0.8 0 0.8-1.1 0-1.1zM6 12.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h4c0.8 0 0.8-1.1 0-1.1z"],name:"align-center"},V={icon:[16,16,"m15.2 0.9c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5h-14.4c-0.7 0-0.7-1.1 0-1.1zm0 6c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5H6c-0.7 0-0.7-1.1 0-1.1zm0 6c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5h-4c-0.7 0-0.7-1.1 0-1.1z"],name:"align-right"},H={icon:[32,32,"m2 15c0 0.3 0.1 0.5 0.3 0.7l4 4c0.4 0.4 1 0.4 1.4 0 0.4-0.4 0.4-1 0-1.4l-3.3-3.3 3.3-3.3c0.4-0.4 0.4-1 0-1.4-0.4-0.4-1-0.4-1.4 0l-4 4c-0.2 0.2-0.3 0.4-0.3 0.7zm24 4c0 0.3 0.1 0.5 0.3 0.7 0.4 0.4 1 0.4 1.4 0l4-4c0.4-0.4 0.4-1 0-1.4l-4-4c-0.4-0.4-1-0.4-1.4 0-0.4 0.4-0.4 1 0 1.4l3.3 3.3-3.3 3.3C26.1 18.5 26 18.7 26 19ZM2 15c0 0.6 0.4 1 1 1H31c0.6 0 1-0.4 1-1 0-0.6-0.4-1-1-1H3c-0.6 0-1 0.4-1 1zM17 0c-0.3 0-0.5 0.1-0.7 0.3l-4 4c-0.4 0.4-0.4 1 0 1.4 0.4 0.4 1 0.4 1.4 0l3.3-3.3 3.3 3.3c0.4 0.4 1 0.4 1.4 0 0.4-0.4 0.4-1 0-1.4l-4-4C17.5 0.1 17.3 0 17 0ZM13 24c-0.3 0-0.5 0.1-0.7 0.3-0.4 0.4-0.4 1 0 1.4l4 4c0.4 0.4 1 0.4 1.4 0l4-4c0.4-0.4 0.4-1 0-1.4-0.4-0.4-1-0.4-1.4 0L17 27.6 13.7 24.3C13.5 24.1 13.3 24 13 24ZM17 0c-0.6 0-1 0.4-1 1V29c0 0.6 0.4 1 1 1 0.6 0 1-0.4 1-1V1c0-0.6-0.4-1-1-1z"],name:"arrows"},r={icon:[32,32,"m15 2a1 1 0 0 0-0.7 0.3l-4 4a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0L15 4.4 18.3 7.7a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4l-4-4A1 1 0 0 0 15 2Zm-4 22a1 1 0 0 0-0.7 0.3 1 1 0 0 0 0 1.4l4 4a1 1 0 0 0 1.4 0l4-4a1 1 0 0 0 0-1.4 1 1 0 0 0-1.4 0L15 27.6 11.7 24.3A1 1 0 0 0 11 24ZM15 2a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1 1 1 0 0 0 1-1V3A1 1 0 0 0 15 2Z"],name:"arrows-vertical"},t={icon:[32,32,"m2 17a1 1 0 0 0 0.3 0.7l4 4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4L4.4 17 7.7 13.7a1 1 0 0 0 0-1.4 1 1 0 0 0-1.4 0l-4 4a1 1 0 0 0-0.3 0.7zm22 4a1 1 0 0 0 0.3 0.7 1 1 0 0 0 1.4 0l4-4a1 1 0 0 0 0-1.4l-4-4a1 1 0 0 0-1.4 0 1 1 0 0 0 0 1.4l3.3 3.3-3.3 3.3a1 1 0 0 0-0.3 0.7zM2 17a1 1 0 0 0 1 1H29a1 1 0 0 0 1-1 1 1 0 0 0-1-1H3a1 1 0 0 0-1 1z"],name:"arrows-horizontal"},s={icon:[16,16,"m14.5 1c-0.1 0-0.3 0.1-0.3 0.2L10 5.3V3.5C10 3.2 9.8 3 9.5 3 9.2 3 9 3.2 9 3.5V6.5C8.9 6.9 9.2 7.1 9.6 7h2.9c0.7 0 0.7-1 0-1h-1.8l4.2-4.2c0.3-0.3 0.1-0.9-0.4-0.9zM6.5 9A0.5 0.5 0 0 0 6.4 9H3.5a0.5 0.5 0 1 0 0 1h1.8l-4.1 4.1a0.5 0.5 0 1 0 0.7 0.7L6 10.7V12.5a0.5 0.5 0 1 0 1 0V9.6a0.5 0.5 0 0 0-0.5-0.6z"],name:"compress"},d={icon:[16,16,"M14.5 1A0.5 0.5 0 0 0 14.4 1h-2.9a0.5 0.5 0 1 0 0 1h1.8L9.1 6.1A0.5 0.5 0 1 0 9.9 6.9L14 2.7V4.5a0.5 0.5 0 1 0 1 0V1.6A0.5 0.5 0 0 0 14.5 1ZM6.5 9a0.5 0.5 0 0 0-0.3 0.2L2 13.3V11.5A0.5 0.5 0 0 0 1.5 11 0.5 0.5 0 0 0 1 11.5v2.9A0.5 0.5 0 0 0 1.6 15l2.9 0a0.5 0.5 0 0 0 0-1l-1.8 0 4.1-4.1A0.5 0.5 0 0 0 6.5 9Z"],name:"expand"},u={icon:[16,16,"m1.5 1a0.5 0.5 0 0 0-0.5 0.6V4.5a0.5 0.5 0 1 0 1 0V2.7l4.1 4.1a0.5 0.5 0 0 0 0.1 0.1l1.1 1.1-1.1 1.1a0.5 0.5 0 0 0 0 0L2 13.3V11.5A0.5 0.5 0 0 0 1.5 11 0.5 0.5 0 0 0 1 11.5v2.9A0.5 0.5 0 0 0 1.6 15l2.9 0a0.5 0.5 0 0 0 0-1l-1.8 0 4.1-4.1 1.1-1.1 1.1 1.1 4.1 4.1-1.8 0a0.5 0.5 0 1 0 0 1L14.4 15a0.5 0.5 0 0 0 0.6-0.6V11.5A0.5 0.5 0 0 0 14.5 11 0.5 0.5 0 0 0 14 11.5v1.8L9.9 9.1a0.5 0.5 0 0 0 0 0l-1.1-1.1 1.1-1.1a0.5 0.5 0 0 0 0 0l0 0a0.5 0.5 0 0 0 0 0L14 2.7V4.5a0.5 0.5 0 1 0 1 0V1.6A0.5 0.5 0 0 0 14.5 1 0.5 0.5 0 0 0 14.4 1h-2.9a0.5 0.5 0 1 0 0 1h1.8L9.1 6.1a0.5 0.5 0 0 0 0 0L8 7.3 6.9 6.2A0.5 0.5 0 0 0 6.9 6.1L2.7 2h1.8a0.5 0.5 0 1 0 0-1H1.6a0.5 0.5 0 0 0-0.1 0 0.5 0.5 0 0 0 0 0z"],name:"arrows-expand"},g={icon:[16,16,"M3.9 3.1 3.1 3.9 12.1 12.9 12.9 12.1ZM8 1C4.1 1 1 4.1 1 8c0 3.9 3.1 7 7 7 3.9 0 7-3.1 7-7C15 4.1 11.9 1 8 1Zm0 1c3.3 0 6 2.7 6 6 0 3.3-2.7 6-6 6C4.7 14 2 11.3 2 8 2 4.7 4.7 2 8 2Z"],name:"ban"},b={icon:[32,32,"M5 8C2.2 8 0 10.2 0 13v14c0 2.8 2.2 5 5 5h16c2.8 0 5-2.2 5-5V13C26 10.2 23.8 8 21 8Zm0 2h16c1.7 0 3 1.3 3 3v14c0 1.7-1.3 3-3 3H5C3.3 30 2 28.7 2 27V13C2 11.3 3.3 10 5 10ZM11 0C8.2 0 6 2.2 6 5V6H8V5C8 3.3 9.3 2 11 2h16c1.7 0 3 1.3 3 3v14c0 1.3-0.8 2.4-2 2.8v2.1C30.3 23.4 32 21.4 32 19V5C32 2.2 29.8 0 27 0Z"],name:"clone"},p={icon:[32,32,"m15 0c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h3C18.6 2 19 1.6 19 1 19 0.4 18.6 0 18 0ZM1 4C0.4 4 0 4.4 0 5 0 5.6 0.4 6 1 6H31C31.6 6 32 5.6 32 5 32 4.4 31.6 4 31 4Zm3 4c0 0-0.1 0-0.1 0C3.3 8.1 2.9 8.6 3 9.2L6.7 29.2C7 30.8 8.4 32 10 32H22c1.6 0 3-1.2 3.3-2.8L29 9.2C29.1 8.6 28.7 8.1 28.2 8 27.6 7.9 27.1 8.3 27 8.8L23.4 28.9C23.2 29.5 22.7 30 22 30H10C9.3 30 8.8 29.5 8.6 28.9L5 8.8C4.9 8.3 4.5 8 4 8Z"],name:"trash"},y={icon:[32,32,"m16 8c-4.41 0-8 3.59-8 8 0 4.41 3.59 8 8 8 4.41 0 8-3.59 8-8 0-4.41-3.59-8-8-8zm0 2c3.33 0 6 2.67 6 6 0 3.33-2.67 6-6 6-3.33 0-6-2.67-6-6 0-3.33 2.67-6 6-6zm4.72-9.96c-0.39-0.11-0.82 0.02-1.07 0.35 0 0 0 0 0 0-0.15 0.21-0.28 0.36-0.41 0.48 0 0 0 0 0 0-0.86 0.87-2 1.34-3.23 1.34-1.22 0-2.36-0.47-3.23-1.34 0 0 0 0 0 0C12.64 0.75 12.51 0.6 12.36 0.4c0 0 0 0 0 0-0.25-0.33-0.67-0.47-1.07-0.35 0 0 0 0 0 0C10.16 0.38 9.07 0.83 8.06 1.38 7.69 1.58 7.49 1.98 7.54 2.39c0 0 0 0 0 0.01 0.04 0.25 0.05 0.45 0.05 0.64 0 2.52-2.04 4.57-4.57 4.57-0.18 0-0.39-0.01-0.63-0.05 0 0-0.01 0-0.01 0C1.98 7.49 1.57 7.69 1.38 8.06 0.83 9.07 0.38 10.16 0.04 11.28c0 0 0 0 0 0-0.11 0.39 0.03 0.82 0.35 1.07 0 0 0 0 0 0 0.21 0.15 0.35 0.28 0.48 0.41 0 0 0 0 0 0 1.79 1.78 1.79 4.68 0 6.46 0 0 0 0 0 0-0.13 0.13-0.28 0.26-0.48 0.42-0.33 0.25-0.47 0.67-0.35 1.07 0 0 0 0 0 0 0.34 1.12 0.78 2.21 1.34 3.22 0.19 0.37 0.6 0.57 1.01 0.51 0 0 0 0 0 0 0.25-0.04 0.45-0.05 0.63-0.05 2.52 0 4.57 2.04 4.57 4.57 0 0.18-0.01 0.38-0.05 0.63 0 0 0 0 0 0.01-0.05 0.41 0.15 0.81 0.51 1.01 1.01 0.55 2.1 1 3.23 1.33 0.4 0.12 0.82-0.02 1.07-0.35 0.15-0.2 0.28-0.36 0.42-0.49 0 0 0 0 0 0 0.87-0.86 2-1.34 3.23-1.34 1.23 0 2.37 0.47 3.23 1.34 0 0 0 0 0 0 0.13 0.13 0.26 0.28 0.42 0.49 0.19 0.25 0.49 0.39 0.79 0.39 0.09 0 0.18-0.01 0.28-0.04l0.01 0c1.13-0.33 2.21-0.78 3.22-1.33 0.36-0.2 0.57-0.6 0.51-1.01 0 0 0 0 0-0.01-0.04-0.25-0.05-0.45-0.05-0.63 0-2.53 2.04-4.57 4.57-4.57 0.18 0 0.39 0.01 0.64 0.05 0 0 0 0 0 0 0.41 0.05 0.81-0.15 1-0.51 0.55-1.01 1-2.1 1.34-3.23 0 0 0 0 0 0 0.11-0.39-0.02-0.82-0.35-1.07l0 0c-0.21-0.15-0.36-0.28-0.48-0.41 0 0 0 0 0-0.01-0.86-0.86-1.34-2.01-1.34-3.23 0-1.22 0.48-2.36 1.34-3.23 0 0 0 0 0 0 0.13-0.13 0.28-0.26 0.49-0.42 0 0 0 0 0 0 0.33-0.25 0.46-0.68 0.35-1.07 0 0 0 0 0 0C31.63 10.15 31.18 9.07 30.62 8.06 30.43 7.69 30.03 7.49 29.62 7.54c0 0 0 0-0.01 0-0.25 0.04-0.45 0.05-0.64 0.05-2.52 0-4.57-2.04-4.57-4.56 0-0.19 0.01-0.39 0.05-0.64 0 0 0 0 0 0 0.05-0.41-0.15-0.81-0.51-1.01-1.02-0.55-2.1-1.01-3.23-1.34 0 0 0 0 0 0zM11.24 2.15c0.04 0.05 0.09 0.1 0.13 0.14 1.24 1.24 2.89 1.92 4.63 1.92 1.75 0 3.4-0.68 4.63-1.92 0 0 0 0 0 0 0.04-0.04 0.08-0.09 0.13-0.14 0.57 0.2 1.13 0.43 1.66 0.69 0 0.06 0 0.13 0 0.19 0 3.61 2.94 6.55 6.55 6.55 0.06 0 0.13 0 0.19 0 0.26 0.53 0.49 1.09 0.69 1.66-0.05 0.05-0.1 0.09-0.14 0.13-1.24 1.24-1.92 2.88-1.92 4.63 0 1.75 0.68 3.4 1.92 4.64 0 0 0 0 0 0 0.04 0.04 0.09 0.09 0.14 0.13-0.2 0.57-0.43 1.13-0.69 1.66-0.06 0-0.13 0-0.19 0-3.61 0-6.55 2.94-6.55 6.55 0 0.06 0 0.12 0 0.18-0.54 0.26-1.09 0.5-1.66 0.69-0.04-0.05-0.08-0.1-0.13-0.14-1.24-1.24-2.89-1.92-4.63-1.92-1.75 0-3.39 0.68-4.63 1.92-0.05 0.05-0.09 0.1-0.13 0.14-0.57-0.19-1.13-0.43-1.66-0.69 0-0.06 0-0.12 0-0.18 0-3.61-2.94-6.55-6.55-6.55-0.06 0-0.13 0-0.19 0C2.58 21.9 2.35 21.34 2.15 20.77c0.05-0.04 0.1-0.09 0.14-0.13 0 0 0 0 0 0 2.55-2.55 2.55-6.71 0-9.27-0.04-0.04-0.09-0.09-0.14-0.13 0.2-0.57 0.43-1.13 0.69-1.66 0.06 0 0.13 0 0.19 0 3.61 0 6.55-2.94 6.55-6.55 0-0.06 0-0.13 0-0.19 0.53-0.26 1.09-0.49 1.66-0.69z"],name:"cog"},w={icon:[32,32,"M16 0C7.2 0 0 7.2 0 16 0 24.8 7.2 32 16 32 24.8 32 32 24.8 32 16 32 7.2 24.8 0 16 0zM16 2C20.9 2 25.2 4.5 27.7 8.4 27.1 8.9 26.5 9.7 26 10 25.1 10.6 25.3 12 25 13 24.7 14 25.7 15 26 16 26.5 17.4 28.5 17.3 29.9 17.9 29 24.1 24.2 28.9 18 29.8 18.7 27.9 18.5 25.5 20 24 20.7 23.3 22 22.9 22 22 22 21.3 22.4 20.4 21.9 19.9L20 18 15 18C14.3 17.3 13.7 16.4 12.9 15.9 12.2 15.6 10.5 15.5 11 15 11.7 14.3 12.1 13.2 13 13 13.4 12.9 14 13.3 14 12.6 14 12.1 13.6 11.3 14.1 10.9 14.4 10.7 14.6 10 15.1 10 15.5 10 16 10.1 16.3 9.7 16.6 9.3 17 9.1 17 8.6 17 7.4 17.7 6 17 5L14.8 2.1C15.2 2 15.6 2 16 2zM2.6 12C3.5 13.9 4.2 16.1 6 17 8 18 12 17.8 12 20 12 21.4 11.4 22.9 12 24.1 12.4 24.7 12.7 25.5 13.2 26.2 13.4 26.5 14 26.7 14 27.1 14 27.8 13.7 28.9 13.5 29.8 7 28.6 2 22.9 2 16 2 14.6 2.2 13.3 2.6 12z"]},f={icon:[32,32,"M 2,2 V 4 H 30 V 2 Z m -1,9 v 2 h 30 v -2 z m 0,10 v 2 H 31 V 21 Z M 20,1 v 30 h 2 V 1 Z M 10,1 v 30 h 2 V 1 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 22 c 2.8,0 5,-2.2 5,-5 V 5 C 32,2.2 29.8,0 27,0 Z m 0,2 h 22 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"],name:"table"},x={icon:[28,32,"M14 4A1.5 1.5 0 0 0 12.5 5.5V14H3A1.5 1.5 0 0 0 1.5 15.5 1.5 1.5 0 0 0 3 17h9.5v9.5A1.5 1.5 0 0 0 14 28 1.5 1.5 0 0 0 15.5 26.5V17H25A1.5 1.5 0 0 0 26.5 15.5 1.5 1.5 0 0 0 25 14H15.5V5.5A1.5 1.5 0 0 0 14 4Z"],name:"plus"},$={icon:[32,32,"M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm0 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM15 15v9c0 1.3 2 1.3 2 0v-9c0-1.3-2-1.3-2 0z"],name:"info-circle-outline"},S={icon:[28,32,"m7 13a2 2 0 0 0-2 2 2 2 0 0 0 2 2h9.5c4.1 0 5.5 2.3 5.5 4.5 0 2.2-1.4 4.5-5.5 4.5H4a2 2 0 0 0-2 2 2 2 0 0 0 2 2H16.5C22.4 30 26 25.8 26 21.5 26 17.2 22.4 13 16.5 13ZM4 2A2 2 0 0 0 2 4 2 2 0 0 0 4 6h11c3.1 0 4 1.7 4 3.5 0 1.8-0.9 3.5-4 3.5H7a2 2 0 0 0-2 2 2 2 0 0 0 2 2h8c4.9 0 8-3.8 8-7.5C23 5.8 19.9 2 15 2ZM7 3A2 2 0 0 0 5 5v22.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2V5A2 2 0 0 0 7 3Z"],name:"bold"},k={icon:[24,32,"m11 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1H21A1 1 0 0 0 22 3 1 1 0 0 0 21 2Zm5 0A1 1 0 0 0 15 2.7L7.3 28H3a1 1 0 0 0 0 2h5 5a1 1 0 0 0 1-1 1 1 0 0 0-1-1H9.4L17 3.3a1 1 0 0 0-0.7-1.2A1 1 0 0 0 16 2Z"],name:"italic"},E={icon:[32,32,"M7 0C6.4 0 6 0.4 6 1v13c0 3.3 1.3 5.8 3.1 7.5 1.9 1.7 4.4 2.5 6.9 2.5 2.5 0 5-0.8 6.9-2.5C24.7 19.8 26 17.3 26 14V1C26 0.4 25.6 0 25 0 24.4 0 24 0.4 24 1v13c0 2.8-1 4.7-2.5 6-1.5 1.3-3.5 2-5.5 2-2 0-4-0.7-5.5-2C9 18.7 8 16.8 8 14V1C8 0.4 7.6 0 7 0Zm16 0c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h4C27.6 2 28 1.6 28 1 28 0.4 27.6 0 27 0ZM5 0C4.4 0 4 0.4 4 1 4 1.6 4.4 2 5 2H9C9.6 2 10 1.6 10 1 10 0.4 9.6 0 9 0ZM3 30c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h26c0.6 0 1-0.4 1-1 0-0.6-0.4-1-1-1z"],name:"underline"},P={icon:[28,32,"M14 0c-2 0-4 .7-5.5 2A7.5 7.5 0 0 0 6 7.8V12H4s-1 0-2 .5-2 1.7-2 3.5v12c0 1.8 1 3 2 3.5s2 .5 2 .5h20s1 0 2-.5 2-1.7 2-3.5V16c0-1.8-1-3-2-3.5s-2-.5-2-.5h-2V7.8c0-2.5-1-4.5-2.5-5.8A8.4 8.4 0 0 0 14 0zm0 2c1.5 0 3 .5 4.2 1.5 1 1 1.8 2.3 1.8 4.3V12H8V7.8c0-2 .7-3.4 1.8-4.3C11 2.5 12.5 2 14 2zM4 14h20s.5 0 1 .3c.6.2 1 .5 1 1.7v12c0 1.2-.4 1.5-1 1.7-.5.3-1 .3-1 .3H4s-.5 0-1-.3c-.6-.2-1-.5-1-1.7V16c0-1.2.4-1.5 1-1.7.5-.3 1-.3 1-.3z"],name:"lock-outline"},Y={icon:[32,32,"M 2,2 V 4 H 30 V 2 Z m -1,9 v 2 h 30 v -2 z m 0,9 v 2 H 31 V 20 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 22 c 2.8,0 5,-2.2 5,-5 V 5 C 32,2.2 29.8,0 27,0 Z m 0,2 h 22 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"],name:"rows"},_={icon:[32,32,"M 2,2 V 4 H 28 V 2 Z M 14,1 v 30 h 2 V 1 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 20 c 2.8,0 5,-2.2 5,-5 V 5 C 30,2.2 27.8,0 25,0 Z m 0,2 h 20 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"],name:"columns"},q={icon:w.icon,name:"topography"},F={icon:[20,24,"M2.63 0A2.68 2.68 0 0 0 0 2.7v18.6C0 22.77 1.17 24 2.63 24h14.73A2.68 2.68 0 0 0 20 21.3V2.7C20 1.24 18.82 0 17.36 0Zm0 2h14.73c.35 0 .64.28.64.7V10H2V2.7c0-.42.28-.7.63-.7zM2 12h3v2H2Zm5 0h4v2H7Zm6 0h5v2h-5ZM2 16h3v2H2Zm5 0h4v2H7Zm6 0h5v5.3c0 .43-.29.7-.64.7H13ZM2 20h3v2H2.63c-.35 0-.63-.27-.63-.7zm5 0h4v2H7Z"],name:"derived-12"},U={icon:[24,28,"M3 0a3 3 0 0 0-3 3v22c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3V3a3 3 0 0 0-3-3Zm0 2h18c.57 0 1 .42 1 1v8H2V3c0-.58.42-1 1-1ZM2 13h5v3H2Zm7 0h5v3H9Zm7 0h6v3h-6ZM2 18h5v3H2Zm7 0h5v3H9Zm7 0h6v7c0 .57-.43 1-1 1h-5ZM2 23h5v3H3c-.58 0-1-.43-1-1Zm7 0h5v3H9Z"],name:"derived-14"},W={icon:[28,32,"M3 0C1.4 0 0 1.4 0 3v26c0 1.6 1.4 3 3 3h22c1.6 0 3-1.4 3-3V3c0-1.6-1.4-3-3-3Zm0 2h22c.6 0 1 .4 1 1v9H2V3c0-.6.4-1 1-1zM2 14h6v4H2Zm8 0h6v4h-6Zm8 0h8v4h-8ZM2 20h6v4H2Zm8 0h6v4h-6Zm8 0h8v9c0 .6-.4 1-1 1h-7ZM2 26h6v4H3c-.6 0-1-.4-1-1zm8 0h6v4h-6Z"]},B={icon:W.icon,name:"derived"},N={icon:[21,24,"M5 0a1 1 0 0 0-1 1v1a4 4 0 0 0-4 4v14c0 2.2 1.8 4 4 4h13c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4V1a1 1 0 0 0-1-1 1 1 0 0 0-1 1v1H6V1a1 1 0 0 0-1-1ZM4 4v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4h9v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4c1.13 0 2 .87 2 2v1H2V6c0-1.13.88-2 2-2zM2 9h4v3H2Zm6 0h5v3H8Zm7 0h4v3h-4ZM2 14h4v3H2Zm6 0h5v3H8Zm7 0h4v3h-4ZM2 19h4v3H4c-1.12 0-2-.87-2-2zm6 0h5v3H8Zm7 0h4v1c0 1.13-.87 2-2 2h-2z"],name:"date-12"},j={icon:[26,28,"M8 0a1 1 0 0 0-1 1v1H5C2.25 2 0 4.24 0 7v16c0 2.75 2.25 5 5 5h16a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5h-2V1a1 1 0 1 0-2 0v1H9V1a1 1 0 0 0-1-1ZM5 4h2v1a1 1 0 1 0 2 0V4h8v1a1 1 0 1 0 2 0V4h2c2 0 3 1.32 3 3v1H2V7c0-1.68 1-3 3-3zm-3 6h6v4H2Zm8 0h6v4h-6zm8 0h6v4h-6ZM2 16h6v4H2Zm8 0h6v4h-6zm8 0h6v4h-6ZM2 22h6v4H5c-1.67 0-3-1.32-3-3zm8 0h6v4h-6zm8 0h6v1c0 1.68-1 3-3 3h-3z"],name:"date-14"},e={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h20a5 5 0 0 0 5-5V9a5 5 0 0 0-5-5h-2V2a1 1 0 1 0-2 0v2H9V2a1 1 0 0 0-1-1ZM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 19h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 25h7v4H5c-1.67 0-3-1.32-3-3zm9 0h8v4h-8zm10 0h7v1c0 1.68-1.32 3-3 3h-4z"],name:"date"};e.icon;const D={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h9.91a10 10 0 0 1-1.57-2H11v-4h1.09a10 10 0 0 1-.09-1 10 10 0 0 1 .09-1H11v-4h2.34a10 10 0 0 1 1.57-2H11v-4h8v1.49a10 10 0 0 1 2-.4V13h7v3a10 10 0 0 1 2 2V9a5 5 0 0 0-5-5h-2V2a1 1 0 0 0-2 0v2H9V2a1 1 0 0 0-1-1zM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2v-4zm20 3c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 2c3.33 0 6 2.67 6 6s-2.67 6-6 6-6-2.67-6-6 2.67-6 6-6zM2 19h7v4H2v-4zm19 1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3v-3a1 1 0 0 0-1-1zM2 25h7v4H5c-1.67 0-3-1.32-3-3v-1z"],name:"datetime"},G={icon:[21,24,"M 5 0 C 4.4477153 0 4 0.44771525 4 1 L 4 2 C 1.790861 2 0 3.790861 0 6 L 0 20 C 0 22.2 1.8 24 4 24 L 10.757812 24 C 9.4618931 23.15264 8.3188977 22.04833 8 21.242188 C 7.3447412 20.103874 6.999907 18.81344 7 17.5 C 7.0084015 15.407448 7.8906416 13.413557 9.4335938 12 L 8 12 L 8 9 L 13 9 L 13 10.166016 C 13.493146 10.060385 13.99569 10.004765 14.5 10 C 14.667099 10.0087 14.833859 10.023069 15 10.042969 L 15 9 L 19 9 L 19 11.529297 C 19.809686 12.130147 20.489907 12.888089 21 13.757812 L 21 6 C 21 3.8 19.2 2 17 2 L 17 1 C 17 0.44771525 16.552285 0 16 0 C 15.447715 0 15 0.44771525 15 1 L 15 2 L 6 2 L 6 1 C 6 0.44771525 5.5522847 0 5 0 z M 4 4 L 4 5 C 4 5.5522847 4.4477153 6 5 6 C 5.5522847 6 6 5.5522847 6 5 L 6 4 L 15 4 L 15 5 C 15 5.5522847 15.447715 6 16 6 C 16.552285 6 17 5.5522847 17 5 L 17 4 C 18.13 4 19 4.87 19 6 L 19 7 L 2 7 L 2 6 C 2 4.87 2.88 4 4 4 z M 2 9 L 6 9 L 6 12 L 2 12 L 2 9 z M 14.560547 10.988281 C 10.982544 10.988281 8.0605469 13.910279 8.0605469 17.488281 C 8.0605469 21.066284 10.982544 23.988281 14.560547 23.988281 C 18.138549 23.988281 21.060547 21.066284 21.060547 17.488281 C 21.060547 13.910279 18.138549 10.988281 14.560547 10.988281 z M 14.560547 12.988281 C 17.05767 12.988281 19.060547 14.991158 19.060547 17.488281 C 19.060547 19.985405 17.05767 21.988281 14.560547 21.988281 C 12.063424 21.988281 10.060547 19.985405 10.060547 17.488281 C 10.060547 14.991158 12.063424 12.988281 14.560547 12.988281 z M 2 14 L 6 14 L 6 17 L 2 17 L 2 14 z M 13.857422 14.857422 A 1 1 0 0 0 12.857422 15.857422 L 12.857422 19 A 1.0001 1.0001 0 0 0 13.857422 20 L 16 20 A 1 1 0 0 0 17 19 A 1 1 0 0 0 16 18 L 14.857422 18 L 14.857422 15.857422 A 1 1 0 0 0 13.857422 14.857422 z M 2 19 L 6 19 L 6 22 L 4 22 C 2.88 22 2 21.13 2 20 L 2 19 z"],name:"datetime-12"},J={icon:[26,28,"M 8 0 A 1 1 0 0 0 7 1 L 7 2 L 5 2 C 2.25 2 0 4.24 0 7 L 0 23 C 0 25.75 2.25 28 5 28 L 14.025391 28 A 8.499999 8.499999 0 0 1 12.314453 26 L 10 26 L 10 22 L 11.042969 22 A 8.499999 8.499999 0 0 1 11 21.5 A 8.499999 8.499999 0 0 1 11.134766 20 L 10 20 L 10 16 L 13.025391 16 A 8.499999 8.499999 0 0 1 15.546875 14 L 10 14 L 10 10 L 16 10 L 16 13.789062 A 8.499999 8.499999 0 0 1 18 13.134766 L 18 10 L 24 10 L 24 14 L 23.496094 14 A 8.499999 8.499999 0 0 1 26 16.027344 L 26 7 A 5 5 0 0 0 21 2 L 19 2 L 19 1 A 1 1 0 0 0 17 1 L 17 2 L 9 2 L 9 1 A 1 1 0 0 0 8 0 z M 5 4 L 7 4 L 7 5 A 1 1 0 0 0 9 5 L 9 4 L 17 4 L 17 5 A 1 1 0 0 0 19 5 L 19 4 L 21 4 C 23 4 24 5.32 24 7 L 24 8 L 2 8 L 2 7 C 2 5.32 3 4 5 4 z M 2 10 L 8 10 L 8 14 L 2 14 L 2 10 z M 19.560547 14.988281 C 15.982544 14.988281 13.060547 17.910279 13.060547 21.488281 C 13.060547 25.066284 15.982544 27.988281 19.560547 27.988281 C 23.138549 27.988281 26.060547 25.066284 26.060547 21.488281 C 26.060547 17.910279 23.138549 14.988281 19.560547 14.988281 z M 2 16 L 8 16 L 8 20 L 2 20 L 2 16 z M 19.560547 16.988281 C 22.05767 16.988281 24.060547 18.991158 24.060547 21.488281 C 24.060547 23.985405 22.05767 25.988281 19.560547 25.988281 C 17.063424 25.988281 15.060547 23.985405 15.060547 21.488281 C 15.060547 18.991158 17.063424 16.988281 19.560547 16.988281 z M 18.857422 18.857422 A 1 1 0 0 0 17.857422 19.857422 L 17.857422 23 A 1.0001 1.0001 0 0 0 18.857422 24 L 21 24 A 1 1 0 0 0 22 23 A 1 1 0 0 0 21 22 L 19.857422 22 L 19.857422 19.857422 A 1 1 0 0 0 18.857422 18.857422 z M 2 22 L 8 22 L 8 26 L 5 26 C 3.33 26 2 24.68 2 23 L 2 22 z"],name:"datetime-14"},O={icon:[32,32,"M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"],name:"checkbox-checked"},Q={icon:[32,32,"M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"],name:"checkbox"},R={icon:[32,32,"M16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2z"],name:"circle"},T={icon:[19,24,"M9.73 0H9.5C7.04 0 4.56.8 2.72 2.44.9 4.08-.23 6.64.04 9.8c.23 2.6 2.24 5.84 4.25 8.7 1 1.43 2.02 2.71 2.85 3.67.4.47.78.87 1.1 1.16.16.15.3.28.47.39.16.11.27.28.79.28s.63-.17.8-.28a16.3 16.3 0 0 0 1.56-1.55 44.3 44.3 0 0 0 2.85-3.67c2-2.86 4.02-6.1 4.25-8.7.28-3.17-.85-5.72-2.69-7.36A10.13 10.13 0 0 0 9.73 0Zm-.42 2h.19c2.03 0 4.04.66 5.44 1.92 1.4 1.26 2.26 3.07 2.02 5.7-.14 1.6-1.96 4.98-3.9 7.73a44.52 44.52 0 0 1-2.7 3.5c-.35.4-.63.68-.86.9a14 14 0 0 1-.86-.9 44.43 44.43 0 0 1-2.72-3.5C3.99 14.6 2.18 11.2 2.04 9.63c-.23-2.64.62-4.45 2.02-5.7A8.22 8.22 0 0 1 9.31 2Zm.19 3A2.5 2.5 0 0 0 7 7.5 2.5 2.5 0 0 0 9.5 10 2.5 2.5 0 0 0 12 7.5 2.5 2.5 0 0 0 9.5 5Z"],name:"coordinates-12"},X={icon:[22,28,"M11.01 0c-2.83 0-5.68.91-7.8 2.81S-.23 7.62.03 11.31c.1 1.51.8 3.19 1.76 4.96a55.08 55.08 0 0 0 6.96 9.64c.52.56.96 1.02 1.35 1.37.2.17.36.3.54.43.2.12.3.29.83.29s.66-.18.84-.31c.18-.13.35-.27.53-.44.36-.35.77-.81 1.24-1.38a52.72 52.72 0 0 0 3.2-4.34c2.24-3.37 4.47-7.24 4.69-10.22.26-3.68-1.06-6.6-3.17-8.5a11.63 11.63 0 0 0-7.79-2.8Zm0 2c2.4 0 4.77.8 6.45 2.3 1.7 1.51 2.74 3.72 2.51 6.86-.14 2-2.18 6-4.36 9.27a51.02 51.02 0 0 1-3.07 4.17c-.43.52-.8.93-1.08 1.2 0-.02-.02-.01-.03-.02-.3-.27-.72-.7-1.2-1.22a53.4 53.4 0 0 1-6.68-9.24 12.02 12.02 0 0 1-1.52-4.15c-.22-3.15.83-5.35 2.52-6.87A9.75 9.75 0 0 1 11 2Zm-.13 3a4.51 4.51 0 0 0 .12 9c2.47 0 4.5-2.03 4.5-4.5S13.47 5 11 5zM11 7c1.4 0 2.5 1.1 2.5 2.5A2.5 2.5 0 0 1 11 12c-1.4 0-2.5-1.1-2.5-2.5S9.6 7 11 7z"],name:"coordinates-14"},I={icon:[26,32,"M13 6a5 5 0 0 0-5 5 5 5 0 0 0 5 4.98A5 5 0 0 0 17.98 11 5 5 0 0 0 13 6.01zm0 2a3 3 0 0 1 3.02 3.03A3 3 0 0 1 13 13.98a2.98 2.98 0 0 1-3.03-2.99A3.03 3.03 0 0 1 13 7.97zm0-8A12.96 12.96 0 0 0 0 13c0 5.4 7.4 14.2 11.1 18.1 1.1 1.2 2.8 1.2 3.9 0 3.59-3.9 10.96-12.7 10.96-18.1A12.9 12.9 0 0 0 13.03 0Zm0 2a10.96 10.96 0 0 1 11 11c0 4.5-6.1 11.97-9.3 15.79-1.02 1.2-2.27 1.2-3.29 0-3.1-3.78-9.45-11.3-9.45-15.8A10.96 10.96 0 0 1 13.03 2Z"],name:"coordinates"},K={icon:[13,24,"M6.92 0a1 1 0 0 0-1 1v2.09c-1.07.1-2.1.41-3 .94A4.03 4.03 0 0 0 .85 7.45c0 1.8.87 3.15 2.01 3.95 1.15.8 2.5 1.18 3.78 1.56 1.27.37 2.44.75 3.2 1.28.76.53 1.16 1.07 1.16 2.31 0 .98-.4 1.47-1.19 1.89-.8.42-2 .62-3.24.53a8.22 8.22 0 0 1-3.35-.94C2.36 17.54 2 17.02 2 16.55a1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 1.43 1.02 2.53 2.22 3.22 1.07.61 2.37 1 3.7 1.15V23a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2.04c1-.07 1.98-.3 2.83-.75A4.13 4.13 0 0 0 13 16.55a4.7 4.7 0 0 0-2.02-3.95c-1.14-.8-2.5-1.18-3.77-1.56a12.07 12.07 0 0 1-3.2-1.28c-.76-.53-1.16-1.07-1.16-2.31 0-.77.36-1.26 1.1-1.7a5.98 5.98 0 0 1 2.97-.71c1.12 0 2.24.26 2.98.7.74.45 1.1.94 1.1 1.7a1 1 0 0 0 1 1 1 1 0 0 0 1-1 4 4 0 0 0-2.07-3.4 7.35 7.35 0 0 0-3.01-.95V.99a1 1 0 0 0-1-.99Z"],name:"currency-12"},c0={icon:[15,28,"M7.96 0a1.5 1.5 0 0 0-1.5 1.5v2.05a7.9 7.9 0 0 0-3.1 1.1A5 5 0 0 0 .92 8.82c0 2.12 1.02 3.8 2.35 4.77 1.33.97 2.86 1.4 4.25 1.85 1.38.43 2.62.85 3.37 1.39.74.54 1.11 1.02 1.11 2.34 0 1-.34 1.42-1.1 1.84-.76.42-2 .64-3.29.54a8.32 8.32 0 0 1-3.46-1c-.86-.52-1.15-1-1.15-1.38a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5c0 1.77 1.22 3.13 2.6 3.96 1.14.68 2.47 1.1 3.86 1.3v2.07a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5v-2c1.02-.1 2-.37 2.9-.86A5.12 5.12 0 0 0 15 19.18c0-2.13-1.03-3.8-2.36-4.77-1.33-.97-2.86-1.4-4.24-1.84a12.7 12.7 0 0 1-3.37-1.4c-.75-.54-1.12-1.02-1.12-2.34 0-.76.3-1.2 1.03-1.64a6.05 6.05 0 0 1 3.01-.74c1.16 0 2.3.3 3.02.74.72.45 1.02.88 1.02 1.64a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 5 5 0 0 0-2.44-4.19c-.93-.58-2-.93-3.1-1.09V1.5A1.5 1.5 0 0 0 7.96 0Z"],name:"currency-14"},a0={icon:[16,32,"M8.5 0A1.51 1.51 0 0 0 7 1.51v3.02A1.51 1.51 0 0 0 8.5 6.01a1.51 1.51 0 0 0 1.51-1.51V1.5A1.51 1.51 0 0 0 8.51.04Zm0 26A1.51 1.51 0 0 0 7 27.5v2.99A1.51 1.51 0 0 0 8.5 32a1.51 1.51 0 0 0 1.51-1.51v-3.02a1.51 1.51 0 0 0-1.5-1.51Zm0-22C4.72 4 .98 6 .98 10.01a6.69 6.69 0 0 0 2.46 5.3c1.43 1.12 3.1 1.62 4.57 2.1 1.51.5 2.87.99 3.7 1.63.83.64 1.29 1.32 1.29 2.95 0 1.28-.46 1.89-1.29 2.38-.87.49-2.19.75-3.59.64a8.58 8.58 0 0 1-3.78-1.2c-.94-.61-1.36-1.22-1.36-1.82a1.51 1.51 0 0 0-1.5-1.51A1.51 1.51 0 0 0 0 21.98c0 1.9 1.25 3.4 2.72 4.35 1.51.95 3.32 1.51 5.18 1.67a9.23 9.23 0 0 0 5.32-1.06 5.69 5.69 0 0 0 2.76-4.95c0-2.38-1.02-4.2-2.45-5.3-1.4-1.12-3.03-1.62-4.54-2.1-1.5-.5-2.87-.99-3.7-1.67-.83-.64-1.29-1.28-1.29-2.9 0-4.01 9-4.01 9 0a1.51 1.51 0 0 0 1.5 1.5 1.51 1.51 0 0 0 1.52-1.5c0-4.01-3.78-6.05-7.56-6.05z"],name:"currency"},h0={icon:[32,32,"M5 15a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2zm0 8a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2zM5 7a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2Z"],name:"drag-lines"},v0={icon:[21,24,"M7 0a1 1 0 0 0 0 2h2v2a1 1 0 0 0 0 .05A10.01 10.01 0 0 0 10 24a10 10 0 0 0 7.74-16.32l2.97-2.97a1 1 0 0 0 0-1.42A1 1 0 0 0 20 3a1 1 0 0 0-.7.3l-2.98 2.97A9.95 9.95 0 0 0 11 4.06 1 1 0 0 0 11 4V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c4.43 0 8 3.57 8 8 0 4.44-3.57 8-8 8s-8-3.56-8-8c0-4.43 3.57-8 8-8zm0 2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1 1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Z"],name:"duration-12"},m0={icon:[25,28,"M9 0a1 1 0 0 0 0 2h2v2.04C4.85 4.56 0 9.72 0 16c0 6.61 5.39 12 12 12a12.01 12.01 0 0 0 9.16-19.74l3.55-3.55a1 1 0 0 0 0-1.42A1 1 0 0 0 24 3a1 1 0 0 0-.71.3l-3.54 3.55A11.95 11.95 0 0 0 13 4.04V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c5.54 0 10 4.46 10 10 0 5.53-4.46 10-10 10a9.99 9.99 0 1 1 0-20Zm0 3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1Z"],name:"duration-14"},n0={icon:[28,32,"M11 0a1 1 0 0 0 0 2h2v2.04C5.75 4.55 0 10.6 0 18c0 7.72 6.28 14 14 14A14.02 14.02 0 0 0 24.58 8.83l3.13-3.12a1 1 0 0 0 0-1.41 1 1 0 0 0-1.42 0l-3.12 3.12A13.94 13.94 0 0 0 15 4.04V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c6.64 0 12 5.36 12 12s-5.36 12-12 12a12 12 0 1 1 0-24Zm0 4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z"],name:"duration"},e0={icon:[24,24,"M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v18h9v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h3V0Zm9 0v2h7v16c0 1.27-.41 2.25-1.08 2.93A3.95 3.95 0 0 1 18 22h-3v2h3c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 24 18V0Z"],name:"array-12"},i0={icon:[28,28,"M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v22h10v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h4V0H6zm12 0v2h8v20c0 1.27-.41 2.25-1.08 2.93A3.95 3.95 0 0 1 22 26h-4v2h4c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 28 22V0H18z"],name:"array-12"},z0={icon:[32,32,"M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v26h11v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h5V0ZM26 32c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 32 26V0H21v2h9v24c0 1.27-.4 2.26-1.08 2.93A3.97 3.97 0 0 1 26 30h-5v2z"],name:"array-12"},o0={icon:[32,24,"M14.03 1a2.57 2.57 0 0 0-2.55 2.55v2.56c0 1.4 1.15 2.54 2.55 2.54h.32v1.92H4.78c-.27 0-.49 0-.74.05s-.58.18-.82.45c-.24.28-.3.6-.33.8-.03.23-.02.42-.02.6v.96a.96.96 0 1 0 1.91 0v-.95h9.57v.95c.03 1.25 1.88 1.25 1.91 0v-.95h9.57v.95a.96.96 0 1 0 1.9 0v-.95c0-.2 0-.38-.02-.6a1.41 1.41 0 0 0-.32-.8c-.23-.28-.57-.41-.82-.46a3.86 3.86 0 0 0-.74-.05h-9.57V8.65h.32c1.4 0 2.55-1.15 2.55-2.54V3.55c0-1.4-1.15-2.55-2.55-2.55Zm0 1.91h2.55c.37 0 .64.27.64.64v2.56c0 .36-.27.63-.64.63h-2.55a.61.61 0 0 1-.64-.63V3.55c0-.37.27-.64.64-.64zM2.53 15.35A2.62 2.62 0 0 0 0 17.95v2.46A2.61 2.61 0 0 0 2.6 23h2.46a2.61 2.61 0 0 0 2.6-2.58v-2.46a2.61 2.61 0 0 0-2.59-2.61Zm11.48 0a2.61 2.61 0 0 0-2.53 2.6v2.46A2.61 2.61 0 0 0 14.07 23h2.47a2.6 2.6 0 0 0 2.58-2.6v-2.45a2.61 2.61 0 0 0-2.57-2.6zm11.48 0a2.62 2.62 0 0 0-2.53 2.6v2.46A2.61 2.61 0 0 0 25.54 23H28a2.61 2.61 0 0 0 2.6-2.58v-2.46a2.61 2.61 0 0 0-2.6-2.61ZM2.6 17.26h2.46c.38 0 .68.29.68.69v2.46a.67.67 0 0 1-.68.68H2.6a.67.67 0 0 1-.69-.67v-2.46c0-.4.29-.69.7-.69zm11.48 0h2.46c.39 0 .67.29.67.69v2.46c0 .38-.28.68-.67.68h-2.48a.65.65 0 0 1-.67-.68v-2.46c0-.4.28-.69.67-.69zm11.48 0H28c.4 0 .69.29.69.69v2.46a.67.67 0 0 1-.7.68h-2.45a.67.67 0 0 1-.68-.68v-2.46c0-.4.29-.69.68-.69z"],name:"hierarchy-12"},M0={icon:[34,28,"M15 1a3.02 3.02 0 0 0-3.02 3.02v3.03A3.02 3.02 0 0 0 15 10.03H16V12H6.05l-.68.03a1.47 1.47 0 0 0-.91.38 1.44 1.44 0 0 0-.38.91l-.04.68v2a.98.98 0 0 0 .99 1.02A.98.98 0 0 0 6.05 16v-2h9.97v2a1 1 0 0 0 2 0v-2h10.02v2a.98.98 0 0 0 .98 1.02.98.98 0 0 0 1.02-1.02v-2.68a1.44 1.44 0 0 0-.41-.87 1.44 1.44 0 0 0-.9-.38c-.24-.07-.46-.07-.69-.07H18v-1.97H19a3.02 3.02 0 0 0 2.98-3.02V3.99A3.02 3.02 0 0 0 18.97 1Zm0 2h4c.58 0 1 .46 1 1.02v3.03c0 .53-.42.98-1 .98h-4A.98.98 0 0 1 13.98 7V3.99A1 1 0 0 1 15 3zM3 18A3.02 3.02 0 0 0 0 21.04v3.02A3 3 0 0 0 3.02 27H7a3.02 3.02 0 0 0 3.02-2.99V21A3.02 3.02 0 0 0 7 18.01ZM15 18a3.02 3.02 0 0 0-3.02 3.03v3.02A3 3 0 0 0 15 27h4a3.02 3.02 0 0 0 3-2.99V21a3.02 3.02 0 0 0-3.03-2.98Zm11.98 0a3.02 3.02 0 0 0-3.02 3.03v3.02c0 1.63 1.4 2.95 3.02 2.95h4a3.02 3.02 0 0 0 3.03-2.99V21A3.02 3.02 0 0 0 31 18.01ZM2.95 20.06h4.04a1 1 0 0 1 1.02 1.02v3.02c0 .53-.45.94-1.02.94H3.02a.98.98 0 0 1-.98-.98v-3.02c0-.53.38-.95.95-.98zm11.98 0H19c.57 0 .98.41.98 1.02v3.02c0 .53-.41.94-.98.94h-4a.98.98 0 0 1-1.03-.98v-3.02a1 1 0 0 1 .95-.98zm12.01 0H31A1 1 0 0 1 32 21.07v3.02c0 .53-.45.94-1.02.94h-4a.98.98 0 0 1-.99-.98v-3.02c0-.53.38-.95.94-.98Z"],name:"hierarchy-14"},A0={icon:[40,32,"M17 1c-1.64 0-3 1.36-3 3v4a3 3 0 0 0 3 3h2v3H8c-.83 0-1.55.39-2.08.92A2.95 2.95 0 0 0 5 17v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2c0-.17.11-.45.33-.67.22-.22.5-.33.67-.33h11v3a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-3h11c.17 0 .45.11.66.33.22.22.34.5.34.67v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2c0-.83-.39-1.55-.92-2.08A2.95 2.95 0 0 0 32 14H21v-3h2a3 3 0 0 0 3-3V4c0-1.64-1.35-3-3-3Zm0 2h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.57 0-1-.43-1-1V4c0-.57.43-1 1-1ZM3 21a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6c1.64 0 3-1.36 3-3v-4c0-1.65-1.36-3-3-3zm14 0a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-4a3 3 0 0 0-3-3zm14 0a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6c1.64 0 3-1.36 3-3v-4c0-1.65-1.36-3-3-3zM3 23h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1H3c-.58 0-1-.43-1-1v-4c0-.57.42-1 1-1zm14 0h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.57 0-1-.43-1-1v-4c0-.57.43-1 1-1zm14 0h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.58 0-1-.43-1-1v-4c0-.57.42-1 1-1z"],name:"hierarchy"},l0={icon:[28,24,"M3.9 1A3.9 3.9 0 0 0 0 4.86v14.28A3.9 3.9 0 0 0 3.9 23h20.2a3.9 3.9 0 0 0 3.9-3.86V4.86A3.9 3.9 0 0 0 24.1 1Zm0 2h20.2c1.08 0 1.9.82 1.9 1.86v10.43h-3.78l-3.37-2.01a1 1 0 0 0-.51-.14h-2.37L13.38 9.3a1 1 0 0 0-1.42-.24l-1.93 1.43-2.36-4.66a1 1 0 0 0-1.72-.1L2 11.58V4.86C2 3.82 2.82 3 3.9 3ZM22 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2ZM6.65 8.26l2.13 4.2a1 1 0 0 0 1.48.34l2.05-1.52 2.3 3.43a1 1 0 0 0 .83.43h2.62l3.38 2a1 1 0 0 0 .5.15H26v1.85c0 1.04-.82 1.86-1.9 1.86H3.9C2.81 21 2 20.18 2 19.14v-3.98z"],name:"image-12"},Z0={icon:[33,28,"M4.44 1A4.45 4.45 0 0 0 0 5.43v17.14C0 25.01 2 27 4.44 27h24.12A4.45 4.45 0 0 0 33 22.57V5.43C33 2.99 31 1 28.56 1Zm0 2h24.12A2.41 2.41 0 0 1 31 5.43v12.72h-4.75l-4.07-2.43a1 1 0 0 0-.51-.14h-2.91l-3.15-4.7a1 1 0 0 0-1.43-.25L11.7 12.5l-2.9-5.8a1 1 0 0 0-1.73-.1L2 14.14V5.43A2.41 2.41 0 0 1 4.44 3zm20.68 2.29a3.6 3.6 0 0 0-3.6 3.57 3.6 3.6 0 0 0 7.18 0 3.6 3.6 0 0 0-3.58-3.57zm0 2c.88 0 1.58.69 1.58 1.57 0 .88-.7 1.58-1.58 1.58-.9 0-1.6-.7-1.6-1.58 0-.88.7-1.58 1.6-1.58zM7.77 9.11l2.67 5.33a1 1 0 0 0 1.49.35l2.6-1.94 2.86 4.26a1 1 0 0 0 .84.45h3.16L25.46 20a1 1 0 0 0 .51.14H31v2.43A2.41 2.41 0 0 1 28.56 25H4.44A2.41 2.41 0 0 1 2 22.57v-4.84z"],name:"image-14"},C0={icon:[38,32,"M5 1C2.25 1 0 3.25 0 6v20a5 5 0 0 0 5 5h28c2.75 0 5-2.25 5-5V6c0-2.75-2.25-5-5-5Zm0 2h28c1.68 0 3 1.33 3 3v15h-5.72l-4.77-2.85a1 1 0 0 0-.5-.15h-3.48l-3.7-5.55a1 1 0 0 0-1.43-.24l-3.05 2.28L9.9 7.55a1 1 0 0 0-1.73-.1L2 16.7V6c0-1.67 1.32-3 3-3Zm23.9 3a4.02 4.02 0 0 0-3.9 4c0 2.2 1.8 4 4 4a4.01 4.01 0 0 0 0-8h-.1zm.1 2c1.12 0 2 .89 2 2 0 1.12-.88 2-2 2-1.11 0-2-.88-2-2 0-1.11.89-2 2-2zM8.88 10l3.23 6.45a1 1 0 0 0 1.49.35l3.15-2.36 3.42 5.12A1 1 0 0 0 21 20h3.72l4.76 2.86A1 1 0 0 0 30 23h6v3c0 1.67-1.32 3-3 3H5c-1.68 0-3-1.33-3-3v-5.7z"],name:"image"},L0={icon:[24,24,"M12 0C5.4 0 0 5.39 0 12A12 12 0 1 0 12 0Zm0 2c5.54 0 10 4.47 10 10 0 5.54-4.46 10-10 10a10 10 0 1 1 0-20zm0 7a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"],name:"numeric-12"},V0={icon:[28,28,"M14 0C6.28 0 0 6.28 0 14s6.28 14 14 14a14 14 0 0 0 0-28Zm0 2c6.64 0 12 5.36 12 12s-5.36 12-12 12S2 20.64 2 14A12 12 0 0 1 14 2Zm0 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"],name:"numeric-14"},H0={icon:[32,32,"M19 16a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3zM16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2z"],name:"numeric"},r0={icon:[24,24,"M12 0C5.4 0 0 5.39 0 12A12 12 0 1 0 12 0Zm0 2c5.54 0 10 4.47 10 10 0 5.54-4.46 10-10 10a10 10 0 1 1 0-20zm0 2a1 1 0 0 0-1 1v7.84a1 1 0 0 0 .38.8l4 3.15a1 1 0 0 0 1.4-.17 1 1 0 0 0-.16-1.4L13 12.37V5a1 1 0 0 0-1-1Z"],name:"time-12"},t0={icon:[28,28,"M14 0C6.28 0 0 6.28 0 14s6.28 14 14 14a14 14 0 0 0 0-28Zm0 2c6.64 0 12 5.36 12 12s-5.36 12-12 12S2 20.64 2 14A12 12 0 0 1 14 2Zm0 3a1 1 0 0 0-1 1v9a1 1 0 0 0 .38.78l5 4a1 1 0 0 0 1.4-.16 1 1 0 0 0-.16-1.4L15 14.52V6a1 1 0 0 0-1-1Z"],name:"time-14"},s0={icon:[32,32,"M16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2Zm0 4a1 1 0 0 0-1 1v10.16a1 1 0 0 0 .37.77l6 4.85a1 1 0 0 0 1.41-.16 1 1 0 0 0-.16-1.4L17 16.68V7a1 1 0 0 0-1-1Z"],name:"time"},d0={icon:[32,32,"M26 .25c-.97 0-1.97.3-2.7 1.04l-19 19a1 1 0 0 0-.2.3l-.03.04-4 10a1 1 0 0 0 1.3 1.3l10-4 .03-.02c.12-.05.3-.2.3-.2L27.42 12l3.3-3.3A3.78 3.78 0 0 0 31.75 6c0-.97-.3-1.97-1.04-2.7l-2-2A3.78 3.78 0 0 0 26 .24Zm0 2c.53 0 1.03.2 1.3.46l2 2c.26.26.45.76.45 1.29s-.2 1.03-.46 1.3L26 10.58 21.41 6l3.3-3.3c.26-.26.76-.45 1.29-.45Zm-6 5.16L24.59 12 12 24.59V24a1 1 0 0 0-1-1H9v-2a1 1 0 0 0-1-1h-.59Zm-.16 2.6a1 1 0 0 0-.55.28l-7 7a1 1 0 0 0 1.42 1.42l7-7a1 1 0 0 0-.87-1.7zM5.68 22H7v2a1 1 0 0 0 1 1h2v1.32l-5.4 2.16-1.08-1.08Z"],name:"pencil"},u0={icon:[16,16,"M 1,7 C 0.5,7 0.5,8 1,8 h 14 c 0.8,0 0.8,-1 0,-1 z"],name:"border-solid"},g0={icon:[16,16,"M1 7C.3 7 .3 8 1 8h3c.8 0 .8-1 0-1Zm5.5 0c-.7 0-.7 1 0 1h3c.8 0 .8-1 0-1zM12 7c-.7 0-.7 1 0 1h3c.8 0 .8-1 0-1z"],name:"border-dashed"},b0={icon:[16,16,"M10.5 7c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm3 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm-9 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm3 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm-6 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1z"],name:"border-dotted"},p0={icon:[26,24,"M18 .85c-2.7 0-5.4.82-7.6 2.47a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2 11.04 11.04 0 0 1 12.8 0 1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A12.78 12.78 0 0 0 18 .85zm0 3.79c-1.71 0-3.46.56-4.7 1.76a1 1 0 0 0-.02 1.42 1 1 0 0 0 1.42.02A4.9 4.9 0 0 1 18 6.64c1.28 0 2.52.43 3.28 1.19a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42A6.56 6.56 0 0 0 18 4.64zm0 3.48a1 1 0 0 0-1 1v5a1 1 0 0 0 0 .03H3.19A3.2 3.2 0 0 0 0 17.33v3.61a3.2 3.2 0 0 0 3.18 3.18h19.64A3.2 3.2 0 0 0 26 20.94v-3.61a3.2 3.2 0 0 0-3.18-3.18h-3.83a1 1 0 0 0 .01-.03v-5a1 1 0 0 0-1-1zM3.18 16.15h19.64c.67 0 1.18.5 1.18 1.18v3.61c0 .67-.5 1.18-1.18 1.18H3.18c-.67 0-1.18-.5-1.18-1.18v-3.61c0-.67.5-1.18 1.18-1.18zM5 18.12a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zM18 14.12v-5"],name:"router-12"},y0={icon:[30,28,"M21-.2c-3 0-6 1-8.6 3.2a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2c4.7-3.8 10-3.8 14.8 0a1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A13.9 13.9 0 0 0 21-.2zm0 4.8c-2 0-4 .8-5.7 2.5a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0c1.4-1.3 2.8-2 4.3-2a6 6 0 0 1 4.3 2 1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4A8 8 0 0 0 21 4.6zm0 5.2a1 1 0 0 0-1 1v6H3.8c-2 0-3.8 1.7-3.8 3.8V24c0 2 1.7 3.8 3.8 3.8h22.4c2 0 3.8-1.7 3.8-3.8v-3.4c0-2.1-1.7-3.8-3.8-3.8H22v-6a1 1 0 0 0-1-1zM3.8 18.7h22.4c1 0 1.9.8 1.9 1.9V24c0 1-.8 1.9-1.9 1.9H3.8c-1 0-1.9-.9-1.9-2v-3.3c0-1 .8-2 1.9-2zm1.7 2A1.5 1.5 0 0 0 4 22.4a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 7 22.3a1.5 1.5 0 0 0-1.5-1.5zm6 0a1.5 1.5 0 0 0-1.5 1.6 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z"],name:"router-14"},w0={icon:[35,32,"M24-.2c-4 0-7.9 1-10.6 3.2a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2C17 2.8 20.4 1.8 24 1.8c3.6 0 7.1 1 9.4 2.8a1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A17.3 17.3 0 0 0 24-.2zm.4 5.7c-2.4 0-4.8.9-7 2.5a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2c3.7-2.8 8-2.7 10.7-.1a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4 8.8 8.8 0 0 0-6.3-2.6zm-.4 5.3a1 1 0 0 0-1 1v7H4.4c-2.4 0-4.4 2-4.4 4.4v4.2c0 2.4 2 4.4 4.4 4.4h26.2c2.4 0 4.4-2 4.4-4.4v-4.2c0-2.4-2-4.4-4.4-4.4H25v-7a1 1 0 0 0-1-1zm-19.6 10h26.2c1.3 0 2.4 1 2.4 2.4v4.2c0 1.3-1 2.4-2.4 2.4H4.4c-1.3 0-2.4-1-2.4-2.4v-4.2c0-1.4 1-2.4 2.4-2.4zm2.1 3A1.5 1.5 0 0 0 5 25.3a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 8 25.3a1.5 1.5 0 0 0-1.5-1.5zm5 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5zm5 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z"],name:"router-16"},f0={icon:[32,32,"M1 0a1 1 0 0 0-.8 1.6L12 19.3V28a1 1 0 0 0 .6.9l6 3A1 1 0 0 0 20 31V19.3L31.8 1.6A1 1 0 0 0 31 0Zm1.9 2H29l-11 16.4a1 1 0 0 0-.1.6v10.4l-4-2V19a1 1 0 0 0-.2-.6z"],name:"filter-outline"},x0={icon:[32,32,"M7.3 9 6.2 10v.5H9L7.3 21.2c-1 5.7-1.6 7.1-1.9 7.6-.3.5-.7.8-1.3.8-.6 0-1.7-.5-2.3-1-.2-.2-.5-.1-.7 0-.6.5-1.1 1.2-1.1 1.8 0 .9 1.1 1.6 2.2 1.6 1 0 2.4-.6 3.8-2 2-1.9 3.6-4.5 4.8-10.2.9-3.6 1.2-5.9 1.8-9.2l3.4-.3.8-1.3h-3.9c1-6.3 1.8-7.2 2.8-7.2.6 0 1.3.5 2.2 1.5.2.3.6.3.9 0 .5-.3 1-1 1.1-1.7C20 1 19.1 0 17.6 0c-1.4 0-3.5 1-5.3 2.7a12.4 12.4 0 0 0-3 6.3ZM18.2 13c1-1.4 1.7-1.9 2-1.9.4 0 .6.4 1.2 2.2l1 3.2c-2 3-3.3 4.5-4.2 4.5-.3 0-.5 0-.7-.2l-.7-.4c-.7 0-1.6.8-1.6 1.9 0 1 .8 1.8 1.8 1.8 1.7 0 3.1-1.6 5.9-6l.8 2.7c.7 2.3 1.5 3.3 2.5 3.3 1.3 0 3-1 4.9-4l-.8-.8c-1.1 1.3-1.9 2-2.3 2-.5 0-1-.8-1.5-2.6l-1.2-3.9 2-2.5c.8-.9 1.3-1.2 1.7-1.2.3 0 .6.1.8.3.2.3.3.4.6.4.6 0 1.6-.8 1.6-1.8s-.6-1.8-1.6-1.8c-1.5 0-3 1.4-5.6 5.3l-.5-1.7C23.5 9.5 23 8.3 22 8.3c-1.3 0-3 1.5-4.6 4z"],name:"formula"};function $0(c,{prefix:a,className:h,color:i}={}){return n.b`<svg
20
+ "use strict";const n=require("./property-Cu4Q1hS4.cjs"),o={icon:[256,512,"M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"],name:"angle-down"},M={icon:[32,32,"m6 6 16 16M5.3 6.7l9.3 9.3-9.3 9.3c-1 1 .5 2.3 1.4 1.4l9.3-9.3 9.3 9.3c1 1 2.3-.5 1.4-1.4L17.4 16l9.3-9.3c1-1-.5-2.3-1.4-1.4L16 14.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-16"},A={icon:[16,16,"M0.8 1C0.5 1 0.3 1.2 0.3 1.5 0.3 1.8 0.5 2 0.8 2h14.4c0.8 0 0.8-1 0-1zM8 3.1c-0.2 0-0.3 0-0.4 0.2L5.4 5.4C4.9 6 5.9 6.9 6.2 6.2L7.5 4.9V8.9c0 0.7 1 0.7 1 0v-4C8.9 5.3 9.4 5.8 9.8 6.2 10.3 6.8 11.1 6 10.6 5.4L8.4 3.3C8.3 3.2 8.2 3.1 8 3.1Z"],name:"align-top"},l={icon:[16,16,"M0.3 8.5C0.3 8.2 0.5 8 0.8 8h14.4c0.8 0 0.8 1 0 1H0.8C0.5 9 0.3 8.8 0.3 8.5ZM9.8 3.1c0.5-0.5 1.3 0.3 0.8 0.8L8.4 6.1c-0.2 0.2-0.6 0.2-0.8 0L5.4 3.9C4.8 3.4 5.6 2.6 6.2 3.1c0.6 0.6 1.8 1.8 1.8 1.8 0 0 1.2-1.2 1.8-1.8zm-3.6 10.8C5.7 14.4 4.9 13.6 5.4 13.1L7.6 10.9c0.2-0.2 0.6-0.2 0.8 0l2.2 2.2c0.5 0.5-0.2 1.3-0.8 0.8-0.6-0.6-1.8-1.8-1.8-1.8 0 0-1.2 1.2-1.8 1.8z"],name:"align-middle"},Z={icon:[16,16,"m0.8 15c-0.3 0-0.6-0.2-0.6-0.5 0-0.3 0.3-0.5 0.6-0.5h14.4c0.8 0 0.8 1 0 1zm7.2-2.1C7.8 12.9 7.7 12.8 7.6 12.7L5.4 10.6C4.9 10 5.7 9.2 6.2 9.8L7.5 11.1V7.1c0-0.7 1-0.7 1 0V11.1C8.9 10.7 9.4 10.2 9.8 9.8 10.3 9.2 11.1 10 10.6 10.6l-2.2 2.2c-0.1 0.1-0.2 0.2-0.4 0.2z"],name:"align-bottom"},C={icon:[16,16,"m0.8 0.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h14.4c0.8 0 0.8-1.1 0-1.1zm0 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h9.2c0.8 0 0.8-1.1 0-1.1zm0 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h4c0.8 0 0.8-1.1 0-1.1z"],name:"align-left"},L={icon:[16,16,"m0.8 0.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h14.4c0.8 0 0.8-1.1 0-1.1zm2.6 6c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h9.2c0.8 0 0.8-1.1 0-1.1zM6 12.9c-0.3 0-0.6 0.3-0.6 0.6 0 0.3 0.3 0.5 0.6 0.5h4c0.8 0 0.8-1.1 0-1.1z"],name:"align-center"},V={icon:[16,16,"m15.2 0.9c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5h-14.4c-0.7 0-0.7-1.1 0-1.1zm0 6c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5H6c-0.7 0-0.7-1.1 0-1.1zm0 6c0.3 0 0.6 0.3 0.6 0.6 0 0.3-0.2 0.5-0.6 0.5h-4c-0.7 0-0.7-1.1 0-1.1z"],name:"align-right"},H={icon:[32,32,"m2 15c0 0.3 0.1 0.5 0.3 0.7l4 4c0.4 0.4 1 0.4 1.4 0 0.4-0.4 0.4-1 0-1.4l-3.3-3.3 3.3-3.3c0.4-0.4 0.4-1 0-1.4-0.4-0.4-1-0.4-1.4 0l-4 4c-0.2 0.2-0.3 0.4-0.3 0.7zm24 4c0 0.3 0.1 0.5 0.3 0.7 0.4 0.4 1 0.4 1.4 0l4-4c0.4-0.4 0.4-1 0-1.4l-4-4c-0.4-0.4-1-0.4-1.4 0-0.4 0.4-0.4 1 0 1.4l3.3 3.3-3.3 3.3C26.1 18.5 26 18.7 26 19ZM2 15c0 0.6 0.4 1 1 1H31c0.6 0 1-0.4 1-1 0-0.6-0.4-1-1-1H3c-0.6 0-1 0.4-1 1zM17 0c-0.3 0-0.5 0.1-0.7 0.3l-4 4c-0.4 0.4-0.4 1 0 1.4 0.4 0.4 1 0.4 1.4 0l3.3-3.3 3.3 3.3c0.4 0.4 1 0.4 1.4 0 0.4-0.4 0.4-1 0-1.4l-4-4C17.5 0.1 17.3 0 17 0ZM13 24c-0.3 0-0.5 0.1-0.7 0.3-0.4 0.4-0.4 1 0 1.4l4 4c0.4 0.4 1 0.4 1.4 0l4-4c0.4-0.4 0.4-1 0-1.4-0.4-0.4-1-0.4-1.4 0L17 27.6 13.7 24.3C13.5 24.1 13.3 24 13 24ZM17 0c-0.6 0-1 0.4-1 1V29c0 0.6 0.4 1 1 1 0.6 0 1-0.4 1-1V1c0-0.6-0.4-1-1-1z"],name:"arrows"},r={icon:[32,32,"m15 2a1 1 0 0 0-0.7 0.3l-4 4a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0L15 4.4 18.3 7.7a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4l-4-4A1 1 0 0 0 15 2Zm-4 22a1 1 0 0 0-0.7 0.3 1 1 0 0 0 0 1.4l4 4a1 1 0 0 0 1.4 0l4-4a1 1 0 0 0 0-1.4 1 1 0 0 0-1.4 0L15 27.6 11.7 24.3A1 1 0 0 0 11 24ZM15 2a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1 1 1 0 0 0 1-1V3A1 1 0 0 0 15 2Z"],name:"arrows-vertical"},t={icon:[32,32,"m2 17a1 1 0 0 0 0.3 0.7l4 4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4L4.4 17 7.7 13.7a1 1 0 0 0 0-1.4 1 1 0 0 0-1.4 0l-4 4a1 1 0 0 0-0.3 0.7zm22 4a1 1 0 0 0 0.3 0.7 1 1 0 0 0 1.4 0l4-4a1 1 0 0 0 0-1.4l-4-4a1 1 0 0 0-1.4 0 1 1 0 0 0 0 1.4l3.3 3.3-3.3 3.3a1 1 0 0 0-0.3 0.7zM2 17a1 1 0 0 0 1 1H29a1 1 0 0 0 1-1 1 1 0 0 0-1-1H3a1 1 0 0 0-1 1z"],name:"arrows-horizontal"},s={icon:[16,16,"m14.5 1c-0.1 0-0.3 0.1-0.3 0.2L10 5.3V3.5C10 3.2 9.8 3 9.5 3 9.2 3 9 3.2 9 3.5V6.5C8.9 6.9 9.2 7.1 9.6 7h2.9c0.7 0 0.7-1 0-1h-1.8l4.2-4.2c0.3-0.3 0.1-0.9-0.4-0.9zM6.5 9A0.5 0.5 0 0 0 6.4 9H3.5a0.5 0.5 0 1 0 0 1h1.8l-4.1 4.1a0.5 0.5 0 1 0 0.7 0.7L6 10.7V12.5a0.5 0.5 0 1 0 1 0V9.6a0.5 0.5 0 0 0-0.5-0.6z"],name:"compress"},d={icon:[16,16,"M14.5 1A0.5 0.5 0 0 0 14.4 1h-2.9a0.5 0.5 0 1 0 0 1h1.8L9.1 6.1A0.5 0.5 0 1 0 9.9 6.9L14 2.7V4.5a0.5 0.5 0 1 0 1 0V1.6A0.5 0.5 0 0 0 14.5 1ZM6.5 9a0.5 0.5 0 0 0-0.3 0.2L2 13.3V11.5A0.5 0.5 0 0 0 1.5 11 0.5 0.5 0 0 0 1 11.5v2.9A0.5 0.5 0 0 0 1.6 15l2.9 0a0.5 0.5 0 0 0 0-1l-1.8 0 4.1-4.1A0.5 0.5 0 0 0 6.5 9Z"],name:"expand"},u={icon:[16,16,"m1.5 1a0.5 0.5 0 0 0-0.5 0.6V4.5a0.5 0.5 0 1 0 1 0V2.7l4.1 4.1a0.5 0.5 0 0 0 0.1 0.1l1.1 1.1-1.1 1.1a0.5 0.5 0 0 0 0 0L2 13.3V11.5A0.5 0.5 0 0 0 1.5 11 0.5 0.5 0 0 0 1 11.5v2.9A0.5 0.5 0 0 0 1.6 15l2.9 0a0.5 0.5 0 0 0 0-1l-1.8 0 4.1-4.1 1.1-1.1 1.1 1.1 4.1 4.1-1.8 0a0.5 0.5 0 1 0 0 1L14.4 15a0.5 0.5 0 0 0 0.6-0.6V11.5A0.5 0.5 0 0 0 14.5 11 0.5 0.5 0 0 0 14 11.5v1.8L9.9 9.1a0.5 0.5 0 0 0 0 0l-1.1-1.1 1.1-1.1a0.5 0.5 0 0 0 0 0l0 0a0.5 0.5 0 0 0 0 0L14 2.7V4.5a0.5 0.5 0 1 0 1 0V1.6A0.5 0.5 0 0 0 14.5 1 0.5 0.5 0 0 0 14.4 1h-2.9a0.5 0.5 0 1 0 0 1h1.8L9.1 6.1a0.5 0.5 0 0 0 0 0L8 7.3 6.9 6.2A0.5 0.5 0 0 0 6.9 6.1L2.7 2h1.8a0.5 0.5 0 1 0 0-1H1.6a0.5 0.5 0 0 0-0.1 0 0.5 0.5 0 0 0 0 0z"],name:"arrows-expand"},g={icon:[16,16,"M3.9 3.1 3.1 3.9 12.1 12.9 12.9 12.1ZM8 1C4.1 1 1 4.1 1 8c0 3.9 3.1 7 7 7 3.9 0 7-3.1 7-7C15 4.1 11.9 1 8 1Zm0 1c3.3 0 6 2.7 6 6 0 3.3-2.7 6-6 6C4.7 14 2 11.3 2 8 2 4.7 4.7 2 8 2Z"],name:"ban"},b={icon:[32,32,"M5 8C2.2 8 0 10.2 0 13v14c0 2.8 2.2 5 5 5h16c2.8 0 5-2.2 5-5V13C26 10.2 23.8 8 21 8Zm0 2h16c1.7 0 3 1.3 3 3v14c0 1.7-1.3 3-3 3H5C3.3 30 2 28.7 2 27V13C2 11.3 3.3 10 5 10ZM11 0C8.2 0 6 2.2 6 5V6H8V5C8 3.3 9.3 2 11 2h16c1.7 0 3 1.3 3 3v14c0 1.3-0.8 2.4-2 2.8v2.1C30.3 23.4 32 21.4 32 19V5C32 2.2 29.8 0 27 0Z"],name:"clone"},p={icon:[32,32,"m15 0c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h3C18.6 2 19 1.6 19 1 19 0.4 18.6 0 18 0ZM1 4C0.4 4 0 4.4 0 5 0 5.6 0.4 6 1 6H31C31.6 6 32 5.6 32 5 32 4.4 31.6 4 31 4Zm3 4c0 0-0.1 0-0.1 0C3.3 8.1 2.9 8.6 3 9.2L6.7 29.2C7 30.8 8.4 32 10 32H22c1.6 0 3-1.2 3.3-2.8L29 9.2C29.1 8.6 28.7 8.1 28.2 8 27.6 7.9 27.1 8.3 27 8.8L23.4 28.9C23.2 29.5 22.7 30 22 30H10C9.3 30 8.8 29.5 8.6 28.9L5 8.8C4.9 8.3 4.5 8 4 8Z"],name:"trash"},y={icon:[32,32,"m16 8c-4.41 0-8 3.59-8 8 0 4.41 3.59 8 8 8 4.41 0 8-3.59 8-8 0-4.41-3.59-8-8-8zm0 2c3.33 0 6 2.67 6 6 0 3.33-2.67 6-6 6-3.33 0-6-2.67-6-6 0-3.33 2.67-6 6-6zm4.72-9.96c-0.39-0.11-0.82 0.02-1.07 0.35 0 0 0 0 0 0-0.15 0.21-0.28 0.36-0.41 0.48 0 0 0 0 0 0-0.86 0.87-2 1.34-3.23 1.34-1.22 0-2.36-0.47-3.23-1.34 0 0 0 0 0 0C12.64 0.75 12.51 0.6 12.36 0.4c0 0 0 0 0 0-0.25-0.33-0.67-0.47-1.07-0.35 0 0 0 0 0 0C10.16 0.38 9.07 0.83 8.06 1.38 7.69 1.58 7.49 1.98 7.54 2.39c0 0 0 0 0 0.01 0.04 0.25 0.05 0.45 0.05 0.64 0 2.52-2.04 4.57-4.57 4.57-0.18 0-0.39-0.01-0.63-0.05 0 0-0.01 0-0.01 0C1.98 7.49 1.57 7.69 1.38 8.06 0.83 9.07 0.38 10.16 0.04 11.28c0 0 0 0 0 0-0.11 0.39 0.03 0.82 0.35 1.07 0 0 0 0 0 0 0.21 0.15 0.35 0.28 0.48 0.41 0 0 0 0 0 0 1.79 1.78 1.79 4.68 0 6.46 0 0 0 0 0 0-0.13 0.13-0.28 0.26-0.48 0.42-0.33 0.25-0.47 0.67-0.35 1.07 0 0 0 0 0 0 0.34 1.12 0.78 2.21 1.34 3.22 0.19 0.37 0.6 0.57 1.01 0.51 0 0 0 0 0 0 0.25-0.04 0.45-0.05 0.63-0.05 2.52 0 4.57 2.04 4.57 4.57 0 0.18-0.01 0.38-0.05 0.63 0 0 0 0 0 0.01-0.05 0.41 0.15 0.81 0.51 1.01 1.01 0.55 2.1 1 3.23 1.33 0.4 0.12 0.82-0.02 1.07-0.35 0.15-0.2 0.28-0.36 0.42-0.49 0 0 0 0 0 0 0.87-0.86 2-1.34 3.23-1.34 1.23 0 2.37 0.47 3.23 1.34 0 0 0 0 0 0 0.13 0.13 0.26 0.28 0.42 0.49 0.19 0.25 0.49 0.39 0.79 0.39 0.09 0 0.18-0.01 0.28-0.04l0.01 0c1.13-0.33 2.21-0.78 3.22-1.33 0.36-0.2 0.57-0.6 0.51-1.01 0 0 0 0 0-0.01-0.04-0.25-0.05-0.45-0.05-0.63 0-2.53 2.04-4.57 4.57-4.57 0.18 0 0.39 0.01 0.64 0.05 0 0 0 0 0 0 0.41 0.05 0.81-0.15 1-0.51 0.55-1.01 1-2.1 1.34-3.23 0 0 0 0 0 0 0.11-0.39-0.02-0.82-0.35-1.07l0 0c-0.21-0.15-0.36-0.28-0.48-0.41 0 0 0 0 0-0.01-0.86-0.86-1.34-2.01-1.34-3.23 0-1.22 0.48-2.36 1.34-3.23 0 0 0 0 0 0 0.13-0.13 0.28-0.26 0.49-0.42 0 0 0 0 0 0 0.33-0.25 0.46-0.68 0.35-1.07 0 0 0 0 0 0C31.63 10.15 31.18 9.07 30.62 8.06 30.43 7.69 30.03 7.49 29.62 7.54c0 0 0 0-0.01 0-0.25 0.04-0.45 0.05-0.64 0.05-2.52 0-4.57-2.04-4.57-4.56 0-0.19 0.01-0.39 0.05-0.64 0 0 0 0 0 0 0.05-0.41-0.15-0.81-0.51-1.01-1.02-0.55-2.1-1.01-3.23-1.34 0 0 0 0 0 0zM11.24 2.15c0.04 0.05 0.09 0.1 0.13 0.14 1.24 1.24 2.89 1.92 4.63 1.92 1.75 0 3.4-0.68 4.63-1.92 0 0 0 0 0 0 0.04-0.04 0.08-0.09 0.13-0.14 0.57 0.2 1.13 0.43 1.66 0.69 0 0.06 0 0.13 0 0.19 0 3.61 2.94 6.55 6.55 6.55 0.06 0 0.13 0 0.19 0 0.26 0.53 0.49 1.09 0.69 1.66-0.05 0.05-0.1 0.09-0.14 0.13-1.24 1.24-1.92 2.88-1.92 4.63 0 1.75 0.68 3.4 1.92 4.64 0 0 0 0 0 0 0.04 0.04 0.09 0.09 0.14 0.13-0.2 0.57-0.43 1.13-0.69 1.66-0.06 0-0.13 0-0.19 0-3.61 0-6.55 2.94-6.55 6.55 0 0.06 0 0.12 0 0.18-0.54 0.26-1.09 0.5-1.66 0.69-0.04-0.05-0.08-0.1-0.13-0.14-1.24-1.24-2.89-1.92-4.63-1.92-1.75 0-3.39 0.68-4.63 1.92-0.05 0.05-0.09 0.1-0.13 0.14-0.57-0.19-1.13-0.43-1.66-0.69 0-0.06 0-0.12 0-0.18 0-3.61-2.94-6.55-6.55-6.55-0.06 0-0.13 0-0.19 0C2.58 21.9 2.35 21.34 2.15 20.77c0.05-0.04 0.1-0.09 0.14-0.13 0 0 0 0 0 0 2.55-2.55 2.55-6.71 0-9.27-0.04-0.04-0.09-0.09-0.14-0.13 0.2-0.57 0.43-1.13 0.69-1.66 0.06 0 0.13 0 0.19 0 3.61 0 6.55-2.94 6.55-6.55 0-0.06 0-0.13 0-0.19 0.53-0.26 1.09-0.49 1.66-0.69z"],name:"cog"},w={icon:[32,32,"M16 0C7.2 0 0 7.2 0 16 0 24.8 7.2 32 16 32 24.8 32 32 24.8 32 16 32 7.2 24.8 0 16 0zM16 2C20.9 2 25.2 4.5 27.7 8.4 27.1 8.9 26.5 9.7 26 10 25.1 10.6 25.3 12 25 13 24.7 14 25.7 15 26 16 26.5 17.4 28.5 17.3 29.9 17.9 29 24.1 24.2 28.9 18 29.8 18.7 27.9 18.5 25.5 20 24 20.7 23.3 22 22.9 22 22 22 21.3 22.4 20.4 21.9 19.9L20 18 15 18C14.3 17.3 13.7 16.4 12.9 15.9 12.2 15.6 10.5 15.5 11 15 11.7 14.3 12.1 13.2 13 13 13.4 12.9 14 13.3 14 12.6 14 12.1 13.6 11.3 14.1 10.9 14.4 10.7 14.6 10 15.1 10 15.5 10 16 10.1 16.3 9.7 16.6 9.3 17 9.1 17 8.6 17 7.4 17.7 6 17 5L14.8 2.1C15.2 2 15.6 2 16 2zM2.6 12C3.5 13.9 4.2 16.1 6 17 8 18 12 17.8 12 20 12 21.4 11.4 22.9 12 24.1 12.4 24.7 12.7 25.5 13.2 26.2 13.4 26.5 14 26.7 14 27.1 14 27.8 13.7 28.9 13.5 29.8 7 28.6 2 22.9 2 16 2 14.6 2.2 13.3 2.6 12z"]},f={icon:[32,32,"M 2,2 V 4 H 30 V 2 Z m -1,9 v 2 h 30 v -2 z m 0,10 v 2 H 31 V 21 Z M 20,1 v 30 h 2 V 1 Z M 10,1 v 30 h 2 V 1 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 22 c 2.8,0 5,-2.2 5,-5 V 5 C 32,2.2 29.8,0 27,0 Z m 0,2 h 22 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"],name:"table"},x={icon:[28,32,"M14 4A1.5 1.5 0 0 0 12.5 5.5V14H3A1.5 1.5 0 0 0 1.5 15.5 1.5 1.5 0 0 0 3 17h9.5v9.5A1.5 1.5 0 0 0 14 28 1.5 1.5 0 0 0 15.5 26.5V17H25A1.5 1.5 0 0 0 26.5 15.5 1.5 1.5 0 0 0 25 14H15.5V5.5A1.5 1.5 0 0 0 14 4Z"],name:"plus"},$={icon:[32,32,"M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm0 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM15 15v9c0 1.3 2 1.3 2 0v-9c0-1.3-2-1.3-2 0z"],name:"info-circle-outline"},S={icon:[28,32,"m7 13a2 2 0 0 0-2 2 2 2 0 0 0 2 2h9.5c4.1 0 5.5 2.3 5.5 4.5 0 2.2-1.4 4.5-5.5 4.5H4a2 2 0 0 0-2 2 2 2 0 0 0 2 2H16.5C22.4 30 26 25.8 26 21.5 26 17.2 22.4 13 16.5 13ZM4 2A2 2 0 0 0 2 4 2 2 0 0 0 4 6h11c3.1 0 4 1.7 4 3.5 0 1.8-0.9 3.5-4 3.5H7a2 2 0 0 0-2 2 2 2 0 0 0 2 2h8c4.9 0 8-3.8 8-7.5C23 5.8 19.9 2 15 2ZM7 3A2 2 0 0 0 5 5v22.5a2 2 0 0 0 2 2 2 2 0 0 0 2-2V5A2 2 0 0 0 7 3Z"],name:"bold"},k={icon:[24,32,"m11 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1H21A1 1 0 0 0 22 3 1 1 0 0 0 21 2Zm5 0A1 1 0 0 0 15 2.7L7.3 28H3a1 1 0 0 0 0 2h5 5a1 1 0 0 0 1-1 1 1 0 0 0-1-1H9.4L17 3.3a1 1 0 0 0-0.7-1.2A1 1 0 0 0 16 2Z"],name:"italic"},E={icon:[32,32,"M7 0C6.4 0 6 0.4 6 1v13c0 3.3 1.3 5.8 3.1 7.5 1.9 1.7 4.4 2.5 6.9 2.5 2.5 0 5-0.8 6.9-2.5C24.7 19.8 26 17.3 26 14V1C26 0.4 25.6 0 25 0 24.4 0 24 0.4 24 1v13c0 2.8-1 4.7-2.5 6-1.5 1.3-3.5 2-5.5 2-2 0-4-0.7-5.5-2C9 18.7 8 16.8 8 14V1C8 0.4 7.6 0 7 0Zm16 0c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h4C27.6 2 28 1.6 28 1 28 0.4 27.6 0 27 0ZM5 0C4.4 0 4 0.4 4 1 4 1.6 4.4 2 5 2H9C9.6 2 10 1.6 10 1 10 0.4 9.6 0 9 0ZM3 30c-0.6 0-1 0.4-1 1 0 0.6 0.4 1 1 1h26c0.6 0 1-0.4 1-1 0-0.6-0.4-1-1-1z"],name:"underline"},P={icon:[28,32,"M14 0c-2 0-4 .7-5.5 2A7.5 7.5 0 0 0 6 7.8V12H4s-1 0-2 .5-2 1.7-2 3.5v12c0 1.8 1 3 2 3.5s2 .5 2 .5h20s1 0 2-.5 2-1.7 2-3.5V16c0-1.8-1-3-2-3.5s-2-.5-2-.5h-2V7.8c0-2.5-1-4.5-2.5-5.8A8.4 8.4 0 0 0 14 0zm0 2c1.5 0 3 .5 4.2 1.5 1 1 1.8 2.3 1.8 4.3V12H8V7.8c0-2 .7-3.4 1.8-4.3C11 2.5 12.5 2 14 2zM4 14h20s.5 0 1 .3c.6.2 1 .5 1 1.7v12c0 1.2-.4 1.5-1 1.7-.5.3-1 .3-1 .3H4s-.5 0-1-.3c-.6-.2-1-.5-1-1.7V16c0-1.2.4-1.5 1-1.7.5-.3 1-.3 1-.3z"],name:"lock-outline"},Y={icon:[32,32,"M 2,2 V 4 H 30 V 2 Z m -1,9 v 2 h 30 v -2 z m 0,9 v 2 H 31 V 20 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 22 c 2.8,0 5,-2.2 5,-5 V 5 C 32,2.2 29.8,0 27,0 Z m 0,2 h 22 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"],name:"rows"},_={icon:[32,32,"M 2,2 V 4 H 28 V 2 Z M 14,1 v 30 h 2 V 1 Z M 5,0 C 2.2,0 0,2.2 0,5 v 22 c 0,2.8 2.2,5 5,5 h 20 c 2.8,0 5,-2.2 5,-5 V 5 C 30,2.2 27.8,0 25,0 Z m 0,2 h 20 c 1.7,0 3,1.3 3,3 v 22 c 0,1.7 -1.3,3 -3,3 H 5 C 3.3,30 2,28.7 2,27 V 5 C 2,3.3 3.3,2 5,2 Z"],name:"columns"},q={icon:w.icon,name:"topography"},F={icon:[20,24,"M2.63 0A2.68 2.68 0 0 0 0 2.7v18.6C0 22.77 1.17 24 2.63 24h14.73A2.68 2.68 0 0 0 20 21.3V2.7C20 1.24 18.82 0 17.36 0Zm0 2h14.73c.35 0 .64.28.64.7V10H2V2.7c0-.42.28-.7.63-.7zM2 12h3v2H2Zm5 0h4v2H7Zm6 0h5v2h-5ZM2 16h3v2H2Zm5 0h4v2H7Zm6 0h5v5.3c0 .43-.29.7-.64.7H13ZM2 20h3v2H2.63c-.35 0-.63-.27-.63-.7zm5 0h4v2H7Z"],name:"derived-12"},U={icon:[24,28,"M3 0a3 3 0 0 0-3 3v22c0 1.65 1.35 3 3 3h18c1.65 0 3-1.35 3-3V3a3 3 0 0 0-3-3Zm0 2h18c.57 0 1 .42 1 1v8H2V3c0-.58.42-1 1-1ZM2 13h5v3H2Zm7 0h5v3H9Zm7 0h6v3h-6ZM2 18h5v3H2Zm7 0h5v3H9Zm7 0h6v7c0 .57-.43 1-1 1h-5ZM2 23h5v3H3c-.58 0-1-.43-1-1Zm7 0h5v3H9Z"],name:"derived-14"},W={icon:[28,32,"M3 0C1.4 0 0 1.4 0 3v26c0 1.6 1.4 3 3 3h22c1.6 0 3-1.4 3-3V3c0-1.6-1.4-3-3-3Zm0 2h22c.6 0 1 .4 1 1v9H2V3c0-.6.4-1 1-1zM2 14h6v4H2Zm8 0h6v4h-6Zm8 0h8v4h-8ZM2 20h6v4H2Zm8 0h6v4h-6Zm8 0h8v9c0 .6-.4 1-1 1h-7ZM2 26h6v4H3c-.6 0-1-.4-1-1zm8 0h6v4h-6Z"]},B={icon:W.icon,name:"derived"},N={icon:[21,24,"M5 0a1 1 0 0 0-1 1v1a4 4 0 0 0-4 4v14c0 2.2 1.8 4 4 4h13c2.2 0 4-1.8 4-4V6c0-2.2-1.8-4-4-4V1a1 1 0 0 0-1-1 1 1 0 0 0-1 1v1H6V1a1 1 0 0 0-1-1ZM4 4v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4h9v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4c1.13 0 2 .87 2 2v1H2V6c0-1.13.88-2 2-2zM2 9h4v3H2Zm6 0h5v3H8Zm7 0h4v3h-4ZM2 14h4v3H2Zm6 0h5v3H8Zm7 0h4v3h-4ZM2 19h4v3H4c-1.12 0-2-.87-2-2zm6 0h5v3H8Zm7 0h4v1c0 1.13-.87 2-2 2h-2z"],name:"date-12"},j={icon:[26,28,"M8 0a1 1 0 0 0-1 1v1H5C2.25 2 0 4.24 0 7v16c0 2.75 2.25 5 5 5h16a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5h-2V1a1 1 0 1 0-2 0v1H9V1a1 1 0 0 0-1-1ZM5 4h2v1a1 1 0 1 0 2 0V4h8v1a1 1 0 1 0 2 0V4h2c2 0 3 1.32 3 3v1H2V7c0-1.68 1-3 3-3zm-3 6h6v4H2Zm8 0h6v4h-6zm8 0h6v4h-6ZM2 16h6v4H2Zm8 0h6v4h-6zm8 0h6v4h-6ZM2 22h6v4H5c-1.67 0-3-1.32-3-3zm8 0h6v4h-6zm8 0h6v1c0 1.68-1 3-3 3h-3z"],name:"date-14"},e={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h20a5 5 0 0 0 5-5V9a5 5 0 0 0-5-5h-2V2a1 1 0 1 0-2 0v2H9V2a1 1 0 0 0-1-1ZM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 19h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 25h7v4H5c-1.67 0-3-1.32-3-3zm9 0h8v4h-8zm10 0h7v1c0 1.68-1.32 3-3 3h-4z"],name:"date"};e.icon;const D={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h9.91a10 10 0 0 1-1.57-2H11v-4h1.09a10 10 0 0 1-.09-1 10 10 0 0 1 .09-1H11v-4h2.34a10 10 0 0 1 1.57-2H11v-4h8v1.49a10 10 0 0 1 2-.4V13h7v3a10 10 0 0 1 2 2V9a5 5 0 0 0-5-5h-2V2a1 1 0 0 0-2 0v2H9V2a1 1 0 0 0-1-1zM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2v-4zm20 3c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 2c3.33 0 6 2.67 6 6s-2.67 6-6 6-6-2.67-6-6 2.67-6 6-6zM2 19h7v4H2v-4zm19 1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3v-3a1 1 0 0 0-1-1zM2 25h7v4H5c-1.67 0-3-1.32-3-3v-1z"],name:"datetime"},G={icon:[21,24,"M 5 0 C 4.4477153 0 4 0.44771525 4 1 L 4 2 C 1.790861 2 0 3.790861 0 6 L 0 20 C 0 22.2 1.8 24 4 24 L 10.757812 24 C 9.4618931 23.15264 8.3188977 22.04833 8 21.242188 C 7.3447412 20.103874 6.999907 18.81344 7 17.5 C 7.0084015 15.407448 7.8906416 13.413557 9.4335938 12 L 8 12 L 8 9 L 13 9 L 13 10.166016 C 13.493146 10.060385 13.99569 10.004765 14.5 10 C 14.667099 10.0087 14.833859 10.023069 15 10.042969 L 15 9 L 19 9 L 19 11.529297 C 19.809686 12.130147 20.489907 12.888089 21 13.757812 L 21 6 C 21 3.8 19.2 2 17 2 L 17 1 C 17 0.44771525 16.552285 0 16 0 C 15.447715 0 15 0.44771525 15 1 L 15 2 L 6 2 L 6 1 C 6 0.44771525 5.5522847 0 5 0 z M 4 4 L 4 5 C 4 5.5522847 4.4477153 6 5 6 C 5.5522847 6 6 5.5522847 6 5 L 6 4 L 15 4 L 15 5 C 15 5.5522847 15.447715 6 16 6 C 16.552285 6 17 5.5522847 17 5 L 17 4 C 18.13 4 19 4.87 19 6 L 19 7 L 2 7 L 2 6 C 2 4.87 2.88 4 4 4 z M 2 9 L 6 9 L 6 12 L 2 12 L 2 9 z M 14.560547 10.988281 C 10.982544 10.988281 8.0605469 13.910279 8.0605469 17.488281 C 8.0605469 21.066284 10.982544 23.988281 14.560547 23.988281 C 18.138549 23.988281 21.060547 21.066284 21.060547 17.488281 C 21.060547 13.910279 18.138549 10.988281 14.560547 10.988281 z M 14.560547 12.988281 C 17.05767 12.988281 19.060547 14.991158 19.060547 17.488281 C 19.060547 19.985405 17.05767 21.988281 14.560547 21.988281 C 12.063424 21.988281 10.060547 19.985405 10.060547 17.488281 C 10.060547 14.991158 12.063424 12.988281 14.560547 12.988281 z M 2 14 L 6 14 L 6 17 L 2 17 L 2 14 z M 13.857422 14.857422 A 1 1 0 0 0 12.857422 15.857422 L 12.857422 19 A 1.0001 1.0001 0 0 0 13.857422 20 L 16 20 A 1 1 0 0 0 17 19 A 1 1 0 0 0 16 18 L 14.857422 18 L 14.857422 15.857422 A 1 1 0 0 0 13.857422 14.857422 z M 2 19 L 6 19 L 6 22 L 4 22 C 2.88 22 2 21.13 2 20 L 2 19 z"],name:"datetime-12"},J={icon:[26,28,"M 8 0 A 1 1 0 0 0 7 1 L 7 2 L 5 2 C 2.25 2 0 4.24 0 7 L 0 23 C 0 25.75 2.25 28 5 28 L 14.025391 28 A 8.499999 8.499999 0 0 1 12.314453 26 L 10 26 L 10 22 L 11.042969 22 A 8.499999 8.499999 0 0 1 11 21.5 A 8.499999 8.499999 0 0 1 11.134766 20 L 10 20 L 10 16 L 13.025391 16 A 8.499999 8.499999 0 0 1 15.546875 14 L 10 14 L 10 10 L 16 10 L 16 13.789062 A 8.499999 8.499999 0 0 1 18 13.134766 L 18 10 L 24 10 L 24 14 L 23.496094 14 A 8.499999 8.499999 0 0 1 26 16.027344 L 26 7 A 5 5 0 0 0 21 2 L 19 2 L 19 1 A 1 1 0 0 0 17 1 L 17 2 L 9 2 L 9 1 A 1 1 0 0 0 8 0 z M 5 4 L 7 4 L 7 5 A 1 1 0 0 0 9 5 L 9 4 L 17 4 L 17 5 A 1 1 0 0 0 19 5 L 19 4 L 21 4 C 23 4 24 5.32 24 7 L 24 8 L 2 8 L 2 7 C 2 5.32 3 4 5 4 z M 2 10 L 8 10 L 8 14 L 2 14 L 2 10 z M 19.560547 14.988281 C 15.982544 14.988281 13.060547 17.910279 13.060547 21.488281 C 13.060547 25.066284 15.982544 27.988281 19.560547 27.988281 C 23.138549 27.988281 26.060547 25.066284 26.060547 21.488281 C 26.060547 17.910279 23.138549 14.988281 19.560547 14.988281 z M 2 16 L 8 16 L 8 20 L 2 20 L 2 16 z M 19.560547 16.988281 C 22.05767 16.988281 24.060547 18.991158 24.060547 21.488281 C 24.060547 23.985405 22.05767 25.988281 19.560547 25.988281 C 17.063424 25.988281 15.060547 23.985405 15.060547 21.488281 C 15.060547 18.991158 17.063424 16.988281 19.560547 16.988281 z M 18.857422 18.857422 A 1 1 0 0 0 17.857422 19.857422 L 17.857422 23 A 1.0001 1.0001 0 0 0 18.857422 24 L 21 24 A 1 1 0 0 0 22 23 A 1 1 0 0 0 21 22 L 19.857422 22 L 19.857422 19.857422 A 1 1 0 0 0 18.857422 18.857422 z M 2 22 L 8 22 L 8 26 L 5 26 C 3.33 26 2 24.68 2 23 L 2 22 z"],name:"datetime-14"},O={icon:[32,32,"M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"],name:"checkbox-checked"},Q={icon:[32,32,"M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"],name:"checkbox"},R={icon:[32,32,"M16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2z"],name:"circle"},T={icon:[19,24,"M9.73 0H9.5C7.04 0 4.56.8 2.72 2.44.9 4.08-.23 6.64.04 9.8c.23 2.6 2.24 5.84 4.25 8.7 1 1.43 2.02 2.71 2.85 3.67.4.47.78.87 1.1 1.16.16.15.3.28.47.39.16.11.27.28.79.28s.63-.17.8-.28a16.3 16.3 0 0 0 1.56-1.55 44.3 44.3 0 0 0 2.85-3.67c2-2.86 4.02-6.1 4.25-8.7.28-3.17-.85-5.72-2.69-7.36A10.13 10.13 0 0 0 9.73 0Zm-.42 2h.19c2.03 0 4.04.66 5.44 1.92 1.4 1.26 2.26 3.07 2.02 5.7-.14 1.6-1.96 4.98-3.9 7.73a44.52 44.52 0 0 1-2.7 3.5c-.35.4-.63.68-.86.9a14 14 0 0 1-.86-.9 44.43 44.43 0 0 1-2.72-3.5C3.99 14.6 2.18 11.2 2.04 9.63c-.23-2.64.62-4.45 2.02-5.7A8.22 8.22 0 0 1 9.31 2Zm.19 3A2.5 2.5 0 0 0 7 7.5 2.5 2.5 0 0 0 9.5 10 2.5 2.5 0 0 0 12 7.5 2.5 2.5 0 0 0 9.5 5Z"],name:"coordinates-12"},X={icon:[22,28,"M11.01 0c-2.83 0-5.68.91-7.8 2.81S-.23 7.62.03 11.31c.1 1.51.8 3.19 1.76 4.96a55.08 55.08 0 0 0 6.96 9.64c.52.56.96 1.02 1.35 1.37.2.17.36.3.54.43.2.12.3.29.83.29s.66-.18.84-.31c.18-.13.35-.27.53-.44.36-.35.77-.81 1.24-1.38a52.72 52.72 0 0 0 3.2-4.34c2.24-3.37 4.47-7.24 4.69-10.22.26-3.68-1.06-6.6-3.17-8.5a11.63 11.63 0 0 0-7.79-2.8Zm0 2c2.4 0 4.77.8 6.45 2.3 1.7 1.51 2.74 3.72 2.51 6.86-.14 2-2.18 6-4.36 9.27a51.02 51.02 0 0 1-3.07 4.17c-.43.52-.8.93-1.08 1.2 0-.02-.02-.01-.03-.02-.3-.27-.72-.7-1.2-1.22a53.4 53.4 0 0 1-6.68-9.24 12.02 12.02 0 0 1-1.52-4.15c-.22-3.15.83-5.35 2.52-6.87A9.75 9.75 0 0 1 11 2Zm-.13 3a4.51 4.51 0 0 0 .12 9c2.47 0 4.5-2.03 4.5-4.5S13.47 5 11 5zM11 7c1.4 0 2.5 1.1 2.5 2.5A2.5 2.5 0 0 1 11 12c-1.4 0-2.5-1.1-2.5-2.5S9.6 7 11 7z"],name:"coordinates-14"},I={icon:[26,32,"M13 6a5 5 0 0 0-5 5 5 5 0 0 0 5 4.98A5 5 0 0 0 17.98 11 5 5 0 0 0 13 6.01zm0 2a3 3 0 0 1 3.02 3.03A3 3 0 0 1 13 13.98a2.98 2.98 0 0 1-3.03-2.99A3.03 3.03 0 0 1 13 7.97zm0-8A12.96 12.96 0 0 0 0 13c0 5.4 7.4 14.2 11.1 18.1 1.1 1.2 2.8 1.2 3.9 0 3.59-3.9 10.96-12.7 10.96-18.1A12.9 12.9 0 0 0 13.03 0Zm0 2a10.96 10.96 0 0 1 11 11c0 4.5-6.1 11.97-9.3 15.79-1.02 1.2-2.27 1.2-3.29 0-3.1-3.78-9.45-11.3-9.45-15.8A10.96 10.96 0 0 1 13.03 2Z"],name:"coordinates"},K={icon:[13,24,"M6.92 0a1 1 0 0 0-1 1v2.09c-1.07.1-2.1.41-3 .94A4.03 4.03 0 0 0 .85 7.45c0 1.8.87 3.15 2.01 3.95 1.15.8 2.5 1.18 3.78 1.56 1.27.37 2.44.75 3.2 1.28.76.53 1.16 1.07 1.16 2.31 0 .98-.4 1.47-1.19 1.89-.8.42-2 .62-3.24.53a8.22 8.22 0 0 1-3.35-.94C2.36 17.54 2 17.02 2 16.55a1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 1.43 1.02 2.53 2.22 3.22 1.07.61 2.37 1 3.7 1.15V23a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2.04c1-.07 1.98-.3 2.83-.75A4.13 4.13 0 0 0 13 16.55a4.7 4.7 0 0 0-2.02-3.95c-1.14-.8-2.5-1.18-3.77-1.56a12.07 12.07 0 0 1-3.2-1.28c-.76-.53-1.16-1.07-1.16-2.31 0-.77.36-1.26 1.1-1.7a5.98 5.98 0 0 1 2.97-.71c1.12 0 2.24.26 2.98.7.74.45 1.1.94 1.1 1.7a1 1 0 0 0 1 1 1 1 0 0 0 1-1 4 4 0 0 0-2.07-3.4 7.35 7.35 0 0 0-3.01-.95V.99a1 1 0 0 0-1-.99Z"],name:"currency-12"},c0={icon:[15,28,"M7.96 0a1.5 1.5 0 0 0-1.5 1.5v2.05a7.9 7.9 0 0 0-3.1 1.1A5 5 0 0 0 .92 8.82c0 2.12 1.02 3.8 2.35 4.77 1.33.97 2.86 1.4 4.25 1.85 1.38.43 2.62.85 3.37 1.39.74.54 1.11 1.02 1.11 2.34 0 1-.34 1.42-1.1 1.84-.76.42-2 .64-3.29.54a8.32 8.32 0 0 1-3.46-1c-.86-.52-1.15-1-1.15-1.38a1.5 1.5 0 0 0-1.5-1.5 1.5 1.5 0 0 0-1.5 1.5c0 1.77 1.22 3.13 2.6 3.96 1.14.68 2.47 1.1 3.86 1.3v2.07a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5v-2c1.02-.1 2-.37 2.9-.86A5.12 5.12 0 0 0 15 19.18c0-2.13-1.03-3.8-2.36-4.77-1.33-.97-2.86-1.4-4.24-1.84a12.7 12.7 0 0 1-3.37-1.4c-.75-.54-1.12-1.02-1.12-2.34 0-.76.3-1.2 1.03-1.64a6.05 6.05 0 0 1 3.01-.74c1.16 0 2.3.3 3.02.74.72.45 1.02.88 1.02 1.64a1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 5 5 0 0 0-2.44-4.19c-.93-.58-2-.93-3.1-1.09V1.5A1.5 1.5 0 0 0 7.96 0Z"],name:"currency-14"},a0={icon:[16,32,"M8.5 0A1.51 1.51 0 0 0 7 1.51v3.02A1.51 1.51 0 0 0 8.5 6.01a1.51 1.51 0 0 0 1.51-1.51V1.5A1.51 1.51 0 0 0 8.51.04Zm0 26A1.51 1.51 0 0 0 7 27.5v2.99A1.51 1.51 0 0 0 8.5 32a1.51 1.51 0 0 0 1.51-1.51v-3.02a1.51 1.51 0 0 0-1.5-1.51Zm0-22C4.72 4 .98 6 .98 10.01a6.69 6.69 0 0 0 2.46 5.3c1.43 1.12 3.1 1.62 4.57 2.1 1.51.5 2.87.99 3.7 1.63.83.64 1.29 1.32 1.29 2.95 0 1.28-.46 1.89-1.29 2.38-.87.49-2.19.75-3.59.64a8.58 8.58 0 0 1-3.78-1.2c-.94-.61-1.36-1.22-1.36-1.82a1.51 1.51 0 0 0-1.5-1.51A1.51 1.51 0 0 0 0 21.98c0 1.9 1.25 3.4 2.72 4.35 1.51.95 3.32 1.51 5.18 1.67a9.23 9.23 0 0 0 5.32-1.06 5.69 5.69 0 0 0 2.76-4.95c0-2.38-1.02-4.2-2.45-5.3-1.4-1.12-3.03-1.62-4.54-2.1-1.5-.5-2.87-.99-3.7-1.67-.83-.64-1.29-1.28-1.29-2.9 0-4.01 9-4.01 9 0a1.51 1.51 0 0 0 1.5 1.5 1.51 1.51 0 0 0 1.52-1.5c0-4.01-3.78-6.05-7.56-6.05z"],name:"currency"},h0={icon:[32,32,"M5 15a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2zm0 8a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2zM5 7a1 1 0 1 0 0 2h22a1 1 0 1 0 0-2Z"],name:"drag-lines"},v0={icon:[21,24,"M7 0a1 1 0 0 0 0 2h2v2a1 1 0 0 0 0 .05A10.01 10.01 0 0 0 10 24a10 10 0 0 0 7.74-16.32l2.97-2.97a1 1 0 0 0 0-1.42A1 1 0 0 0 20 3a1 1 0 0 0-.7.3l-2.98 2.97A9.95 9.95 0 0 0 11 4.06 1 1 0 0 0 11 4V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c4.43 0 8 3.57 8 8 0 4.44-3.57 8-8 8s-8-3.56-8-8c0-4.43 3.57-8 8-8zm0 2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1 1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Z"],name:"duration-12"},m0={icon:[25,28,"M9 0a1 1 0 0 0 0 2h2v2.04C4.85 4.56 0 9.72 0 16c0 6.61 5.39 12 12 12a12.01 12.01 0 0 0 9.16-19.74l3.55-3.55a1 1 0 0 0 0-1.42A1 1 0 0 0 24 3a1 1 0 0 0-.71.3l-3.54 3.55A11.95 11.95 0 0 0 13 4.04V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c5.54 0 10 4.46 10 10 0 5.53-4.46 10-10 10a9.99 9.99 0 1 1 0-20Zm0 3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1Z"],name:"duration-14"},n0={icon:[28,32,"M11 0a1 1 0 0 0 0 2h2v2.04C5.75 4.55 0 10.6 0 18c0 7.72 6.28 14 14 14A14.02 14.02 0 0 0 24.58 8.83l3.13-3.12a1 1 0 0 0 0-1.41 1 1 0 0 0-1.42 0l-3.12 3.12A13.94 13.94 0 0 0 15 4.04V2h2a1 1 0 0 0 1-1 1 1 0 0 0-1-1h-3zm3 6c6.64 0 12 5.36 12 12s-5.36 12-12 12a12 12 0 1 1 0-24Zm0 4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z"],name:"duration"},e0={icon:[24,24,"M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v18h9v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h3V0Zm9 0v2h7v16c0 1.27-.41 2.25-1.08 2.93A3.95 3.95 0 0 1 18 22h-3v2h3c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 24 18V0Z"],name:"array-12"},i0={icon:[28,28,"M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v22h10v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h4V0H6zm12 0v2h8v20c0 1.27-.41 2.25-1.08 2.93A3.95 3.95 0 0 1 22 26h-4v2h4c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 28 22V0H18z"],name:"array-12"},z0={icon:[32,32,"M6 0C4.27 0 2.74.6 1.66 1.68A6.04 6.04 0 0 0 0 6v26h11v-2H2V6c0-1.27.4-2.24 1.08-2.91A3.96 3.96 0 0 1 6 2h5V0ZM26 32c1.73 0 3.26-.58 4.34-1.66A6.08 6.08 0 0 0 32 26V0H21v2h9v24c0 1.27-.4 2.26-1.08 2.93A3.97 3.97 0 0 1 26 30h-5v2z"],name:"array-12"},o0={icon:[32,24,"M14.03 1a2.57 2.57 0 0 0-2.55 2.55v2.56c0 1.4 1.15 2.54 2.55 2.54h.32v1.92H4.78c-.27 0-.49 0-.74.05s-.58.18-.82.45c-.24.28-.3.6-.33.8-.03.23-.02.42-.02.6v.96a.96.96 0 1 0 1.91 0v-.95h9.57v.95c.03 1.25 1.88 1.25 1.91 0v-.95h9.57v.95a.96.96 0 1 0 1.9 0v-.95c0-.2 0-.38-.02-.6a1.41 1.41 0 0 0-.32-.8c-.23-.28-.57-.41-.82-.46a3.86 3.86 0 0 0-.74-.05h-9.57V8.65h.32c1.4 0 2.55-1.15 2.55-2.54V3.55c0-1.4-1.15-2.55-2.55-2.55Zm0 1.91h2.55c.37 0 .64.27.64.64v2.56c0 .36-.27.63-.64.63h-2.55a.61.61 0 0 1-.64-.63V3.55c0-.37.27-.64.64-.64zM2.53 15.35A2.62 2.62 0 0 0 0 17.95v2.46A2.61 2.61 0 0 0 2.6 23h2.46a2.61 2.61 0 0 0 2.6-2.58v-2.46a2.61 2.61 0 0 0-2.59-2.61Zm11.48 0a2.61 2.61 0 0 0-2.53 2.6v2.46A2.61 2.61 0 0 0 14.07 23h2.47a2.6 2.6 0 0 0 2.58-2.6v-2.45a2.61 2.61 0 0 0-2.57-2.6zm11.48 0a2.62 2.62 0 0 0-2.53 2.6v2.46A2.61 2.61 0 0 0 25.54 23H28a2.61 2.61 0 0 0 2.6-2.58v-2.46a2.61 2.61 0 0 0-2.6-2.61ZM2.6 17.26h2.46c.38 0 .68.29.68.69v2.46a.67.67 0 0 1-.68.68H2.6a.67.67 0 0 1-.69-.67v-2.46c0-.4.29-.69.7-.69zm11.48 0h2.46c.39 0 .67.29.67.69v2.46c0 .38-.28.68-.67.68h-2.48a.65.65 0 0 1-.67-.68v-2.46c0-.4.28-.69.67-.69zm11.48 0H28c.4 0 .69.29.69.69v2.46a.67.67 0 0 1-.7.68h-2.45a.67.67 0 0 1-.68-.68v-2.46c0-.4.29-.69.68-.69z"],name:"hierarchy-12"},M0={icon:[34,28,"M15 1a3.02 3.02 0 0 0-3.02 3.02v3.03A3.02 3.02 0 0 0 15 10.03H16V12H6.05l-.68.03a1.47 1.47 0 0 0-.91.38 1.44 1.44 0 0 0-.38.91l-.04.68v2a.98.98 0 0 0 .99 1.02A.98.98 0 0 0 6.05 16v-2h9.97v2a1 1 0 0 0 2 0v-2h10.02v2a.98.98 0 0 0 .98 1.02.98.98 0 0 0 1.02-1.02v-2.68a1.44 1.44 0 0 0-.41-.87 1.44 1.44 0 0 0-.9-.38c-.24-.07-.46-.07-.69-.07H18v-1.97H19a3.02 3.02 0 0 0 2.98-3.02V3.99A3.02 3.02 0 0 0 18.97 1Zm0 2h4c.58 0 1 .46 1 1.02v3.03c0 .53-.42.98-1 .98h-4A.98.98 0 0 1 13.98 7V3.99A1 1 0 0 1 15 3zM3 18A3.02 3.02 0 0 0 0 21.04v3.02A3 3 0 0 0 3.02 27H7a3.02 3.02 0 0 0 3.02-2.99V21A3.02 3.02 0 0 0 7 18.01ZM15 18a3.02 3.02 0 0 0-3.02 3.03v3.02A3 3 0 0 0 15 27h4a3.02 3.02 0 0 0 3-2.99V21a3.02 3.02 0 0 0-3.03-2.98Zm11.98 0a3.02 3.02 0 0 0-3.02 3.03v3.02c0 1.63 1.4 2.95 3.02 2.95h4a3.02 3.02 0 0 0 3.03-2.99V21A3.02 3.02 0 0 0 31 18.01ZM2.95 20.06h4.04a1 1 0 0 1 1.02 1.02v3.02c0 .53-.45.94-1.02.94H3.02a.98.98 0 0 1-.98-.98v-3.02c0-.53.38-.95.95-.98zm11.98 0H19c.57 0 .98.41.98 1.02v3.02c0 .53-.41.94-.98.94h-4a.98.98 0 0 1-1.03-.98v-3.02a1 1 0 0 1 .95-.98zm12.01 0H31A1 1 0 0 1 32 21.07v3.02c0 .53-.45.94-1.02.94h-4a.98.98 0 0 1-.99-.98v-3.02c0-.53.38-.95.94-.98Z"],name:"hierarchy-14"},A0={icon:[40,32,"M17 1c-1.64 0-3 1.36-3 3v4a3 3 0 0 0 3 3h2v3H8c-.83 0-1.55.39-2.08.92A2.95 2.95 0 0 0 5 17v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2c0-.17.11-.45.33-.67.22-.22.5-.33.67-.33h11v3a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-3h11c.17 0 .45.11.66.33.22.22.34.5.34.67v2a1 1 0 0 0 1 1 1 1 0 0 0 1-1v-2c0-.83-.39-1.55-.92-2.08A2.95 2.95 0 0 0 32 14H21v-3h2a3 3 0 0 0 3-3V4c0-1.64-1.35-3-3-3Zm0 2h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.57 0-1-.43-1-1V4c0-.57.43-1 1-1ZM3 21a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6c1.64 0 3-1.36 3-3v-4c0-1.65-1.36-3-3-3zm14 0a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-4a3 3 0 0 0-3-3zm14 0a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h6c1.64 0 3-1.36 3-3v-4c0-1.65-1.36-3-3-3zM3 23h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1H3c-.58 0-1-.43-1-1v-4c0-.57.42-1 1-1zm14 0h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.57 0-1-.43-1-1v-4c0-.57.43-1 1-1zm14 0h6c.57 0 1 .43 1 1v4c0 .57-.43 1-1 1h-6c-.58 0-1-.43-1-1v-4c0-.57.42-1 1-1z"],name:"hierarchy"},l0={icon:[28,24,"M3.9 1A3.9 3.9 0 0 0 0 4.86v14.28A3.9 3.9 0 0 0 3.9 23h20.2a3.9 3.9 0 0 0 3.9-3.86V4.86A3.9 3.9 0 0 0 24.1 1Zm0 2h20.2c1.08 0 1.9.82 1.9 1.86v10.43h-3.78l-3.37-2.01a1 1 0 0 0-.51-.14h-2.37L13.38 9.3a1 1 0 0 0-1.42-.24l-1.93 1.43-2.36-4.66a1 1 0 0 0-1.72-.1L2 11.58V4.86C2 3.82 2.82 3 3.9 3ZM22 5a2 2 0 0 0-2 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2ZM6.65 8.26l2.13 4.2a1 1 0 0 0 1.48.34l2.05-1.52 2.3 3.43a1 1 0 0 0 .83.43h2.62l3.38 2a1 1 0 0 0 .5.15H26v1.85c0 1.04-.82 1.86-1.9 1.86H3.9C2.81 21 2 20.18 2 19.14v-3.98z"],name:"image-12"},Z0={icon:[33,28,"M4.44 1A4.45 4.45 0 0 0 0 5.43v17.14C0 25.01 2 27 4.44 27h24.12A4.45 4.45 0 0 0 33 22.57V5.43C33 2.99 31 1 28.56 1Zm0 2h24.12A2.41 2.41 0 0 1 31 5.43v12.72h-4.75l-4.07-2.43a1 1 0 0 0-.51-.14h-2.91l-3.15-4.7a1 1 0 0 0-1.43-.25L11.7 12.5l-2.9-5.8a1 1 0 0 0-1.73-.1L2 14.14V5.43A2.41 2.41 0 0 1 4.44 3zm20.68 2.29a3.6 3.6 0 0 0-3.6 3.57 3.6 3.6 0 0 0 7.18 0 3.6 3.6 0 0 0-3.58-3.57zm0 2c.88 0 1.58.69 1.58 1.57 0 .88-.7 1.58-1.58 1.58-.9 0-1.6-.7-1.6-1.58 0-.88.7-1.58 1.6-1.58zM7.77 9.11l2.67 5.33a1 1 0 0 0 1.49.35l2.6-1.94 2.86 4.26a1 1 0 0 0 .84.45h3.16L25.46 20a1 1 0 0 0 .51.14H31v2.43A2.41 2.41 0 0 1 28.56 25H4.44A2.41 2.41 0 0 1 2 22.57v-4.84z"],name:"image-14"},C0={icon:[38,32,"M5 1C2.25 1 0 3.25 0 6v20a5 5 0 0 0 5 5h28c2.75 0 5-2.25 5-5V6c0-2.75-2.25-5-5-5Zm0 2h28c1.68 0 3 1.33 3 3v15h-5.72l-4.77-2.85a1 1 0 0 0-.5-.15h-3.48l-3.7-5.55a1 1 0 0 0-1.43-.24l-3.05 2.28L9.9 7.55a1 1 0 0 0-1.73-.1L2 16.7V6c0-1.67 1.32-3 3-3Zm23.9 3a4.02 4.02 0 0 0-3.9 4c0 2.2 1.8 4 4 4a4.01 4.01 0 0 0 0-8h-.1zm.1 2c1.12 0 2 .89 2 2 0 1.12-.88 2-2 2-1.11 0-2-.88-2-2 0-1.11.89-2 2-2zM8.88 10l3.23 6.45a1 1 0 0 0 1.49.35l3.15-2.36 3.42 5.12A1 1 0 0 0 21 20h3.72l4.76 2.86A1 1 0 0 0 30 23h6v3c0 1.67-1.32 3-3 3H5c-1.68 0-3-1.33-3-3v-5.7z"],name:"image"},L0={icon:[24,24,"M12 0C5.4 0 0 5.39 0 12A12 12 0 1 0 12 0Zm0 2c5.54 0 10 4.47 10 10 0 5.54-4.46 10-10 10a10 10 0 1 1 0-20zm0 7a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"],name:"numeric-12"},V0={icon:[28,28,"M14 0C6.28 0 0 6.28 0 14s6.28 14 14 14a14 14 0 0 0 0-28Zm0 2c6.64 0 12 5.36 12 12s-5.36 12-12 12S2 20.64 2 14A12 12 0 0 1 14 2Zm0 9a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"],name:"numeric-14"},H0={icon:[32,32,"M19 16a3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3 3 3 0 0 1 3 3zM16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2z"],name:"numeric"},r0={icon:[24,24,"M12 0C5.4 0 0 5.39 0 12A12 12 0 1 0 12 0Zm0 2c5.54 0 10 4.47 10 10 0 5.54-4.46 10-10 10a10 10 0 1 1 0-20zm0 2a1 1 0 0 0-1 1v7.84a1 1 0 0 0 .38.8l4 3.15a1 1 0 0 0 1.4-.17 1 1 0 0 0-.16-1.4L13 12.37V5a1 1 0 0 0-1-1Z"],name:"time-12"},t0={icon:[28,28,"M14 0C6.28 0 0 6.28 0 14s6.28 14 14 14a14 14 0 0 0 0-28Zm0 2c6.64 0 12 5.36 12 12s-5.36 12-12 12S2 20.64 2 14A12 12 0 0 1 14 2Zm0 3a1 1 0 0 0-1 1v9a1 1 0 0 0 .38.78l5 4a1 1 0 0 0 1.4-.16 1 1 0 0 0-.16-1.4L15 14.52V6a1 1 0 0 0-1-1Z"],name:"time-14"},s0={icon:[32,32,"M16 0a16 16 0 0 0 0 32c8.82 0 16-7.18 16-16 0-8.83-7.18-16-16-16Zm0 2A14 14 0 1 1 2 16C2 8.25 8.25 2 16 2Zm0 4a1 1 0 0 0-1 1v10.16a1 1 0 0 0 .37.77l6 4.85a1 1 0 0 0 1.41-.16 1 1 0 0 0-.16-1.4L17 16.68V7a1 1 0 0 0-1-1Z"],name:"time"},d0={icon:[32,32,"M26 .25c-.97 0-1.97.3-2.7 1.04l-19 19a1 1 0 0 0-.2.3l-.03.04-4 10a1 1 0 0 0 1.3 1.3l10-4 .03-.02c.12-.05.3-.2.3-.2L27.42 12l3.3-3.3A3.78 3.78 0 0 0 31.75 6c0-.97-.3-1.97-1.04-2.7l-2-2A3.78 3.78 0 0 0 26 .24Zm0 2c.53 0 1.03.2 1.3.46l2 2c.26.26.45.76.45 1.29s-.2 1.03-.46 1.3L26 10.58 21.41 6l3.3-3.3c.26-.26.76-.45 1.29-.45Zm-6 5.16L24.59 12 12 24.59V24a1 1 0 0 0-1-1H9v-2a1 1 0 0 0-1-1h-.59Zm-.16 2.6a1 1 0 0 0-.55.28l-7 7a1 1 0 0 0 1.42 1.42l7-7a1 1 0 0 0-.87-1.7zM5.68 22H7v2a1 1 0 0 0 1 1h2v1.32l-5.4 2.16-1.08-1.08Z"],name:"pencil"},u0={icon:[16,16,"M 1,7 C 0.5,7 0.5,8 1,8 h 14 c 0.8,0 0.8,-1 0,-1 z"],name:"border-solid"},g0={icon:[16,16,"M1 7C.3 7 .3 8 1 8h3c.8 0 .8-1 0-1Zm5.5 0c-.7 0-.7 1 0 1h3c.8 0 .8-1 0-1zM12 7c-.7 0-.7 1 0 1h3c.8 0 .8-1 0-1z"],name:"border-dashed"},b0={icon:[16,16,"M10.5 7c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm3 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm-9 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm3 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1zm-6 0c-.7 0-.7 1 0 1h1c.8 0 .8-1 0-1z"],name:"border-dotted"},p0={icon:[26,24,"M18 .85c-2.7 0-5.4.82-7.6 2.47a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2 11.04 11.04 0 0 1 12.8 0 1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A12.78 12.78 0 0 0 18 .85zm0 3.79c-1.71 0-3.46.56-4.7 1.76a1 1 0 0 0-.02 1.42 1 1 0 0 0 1.42.02A4.9 4.9 0 0 1 18 6.64c1.28 0 2.52.43 3.28 1.19a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42A6.56 6.56 0 0 0 18 4.64zm0 3.48a1 1 0 0 0-1 1v5a1 1 0 0 0 0 .03H3.19A3.2 3.2 0 0 0 0 17.33v3.61a3.2 3.2 0 0 0 3.18 3.18h19.64A3.2 3.2 0 0 0 26 20.94v-3.61a3.2 3.2 0 0 0-3.18-3.18h-3.83a1 1 0 0 0 .01-.03v-5a1 1 0 0 0-1-1zM3.18 16.15h19.64c.67 0 1.18.5 1.18 1.18v3.61c0 .67-.5 1.18-1.18 1.18H3.18c-.67 0-1.18-.5-1.18-1.18v-3.61c0-.67.5-1.18 1.18-1.18zM5 18.12a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zm4 0a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1zM18 14.12v-5"],name:"router-12"},y0={icon:[30,28,"M21-.2c-3 0-6 1-8.6 3.2a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2c4.7-3.8 10-3.8 14.8 0a1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A13.9 13.9 0 0 0 21-.2zm0 4.8c-2 0-4 .8-5.7 2.5a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0c1.4-1.3 2.8-2 4.3-2a6 6 0 0 1 4.3 2 1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4A8 8 0 0 0 21 4.6zm0 5.2a1 1 0 0 0-1 1v6H3.8c-2 0-3.8 1.7-3.8 3.8V24c0 2 1.7 3.8 3.8 3.8h22.4c2 0 3.8-1.7 3.8-3.8v-3.4c0-2.1-1.7-3.8-3.8-3.8H22v-6a1 1 0 0 0-1-1zM3.8 18.7h22.4c1 0 1.9.8 1.9 1.9V24c0 1-.8 1.9-1.9 1.9H3.8c-1 0-1.9-.9-1.9-2v-3.3c0-1 .8-2 1.9-2zm1.7 2A1.5 1.5 0 0 0 4 22.4a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 7 22.3a1.5 1.5 0 0 0-1.5-1.5zm6 0a1.5 1.5 0 0 0-1.5 1.6 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z"],name:"router-14"},w0={icon:[35,32,"M24-.2c-4 0-7.9 1-10.6 3.2a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2C17 2.8 20.4 1.8 24 1.8c3.6 0 7.1 1 9.4 2.8a1 1 0 0 0 1.4-.2 1 1 0 0 0-.2-1.4A17.3 17.3 0 0 0 24-.2zm.4 5.7c-2.4 0-4.8.9-7 2.5a1 1 0 0 0-.2 1.4 1 1 0 0 0 1.4.2c3.7-2.8 8-2.7 10.7-.1a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4 8.8 8.8 0 0 0-6.3-2.6zm-.4 5.3a1 1 0 0 0-1 1v7H4.4c-2.4 0-4.4 2-4.4 4.4v4.2c0 2.4 2 4.4 4.4 4.4h26.2c2.4 0 4.4-2 4.4-4.4v-4.2c0-2.4-2-4.4-4.4-4.4H25v-7a1 1 0 0 0-1-1zm-19.6 10h26.2c1.3 0 2.4 1 2.4 2.4v4.2c0 1.3-1 2.4-2.4 2.4H4.4c-1.3 0-2.4-1-2.4-2.4v-4.2c0-1.4 1-2.4 2.4-2.4zm2.1 3A1.5 1.5 0 0 0 5 25.3a1.5 1.5 0 0 0 1.5 1.5A1.5 1.5 0 0 0 8 25.3a1.5 1.5 0 0 0-1.5-1.5zm5 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5zm5 0a1.5 1.5 0 0 0-1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0-1.5-1.5z"],name:"router-16"},f0={icon:[32,32,"M1 0a1 1 0 0 0-.8 1.6L12 19.3V28a1 1 0 0 0 .6.9l6 3A1 1 0 0 0 20 31V19.3L31.8 1.6A1 1 0 0 0 31 0Zm1.9 2H29l-11 16.4a1 1 0 0 0-.1.6v10.4l-4-2V19a1 1 0 0 0-.2-.6z"],name:"filter-outline"},x0={icon:[32,32,"M7.3 9 6.2 10v.5H9L7.3 21.2c-1 5.7-1.6 7.1-1.9 7.6-.3.5-.7.8-1.3.8-.6 0-1.7-.5-2.3-1-.2-.2-.5-.1-.7 0-.6.5-1.1 1.2-1.1 1.8 0 .9 1.1 1.6 2.2 1.6 1 0 2.4-.6 3.8-2 2-1.9 3.6-4.5 4.8-10.2.9-3.6 1.2-5.9 1.8-9.2l3.4-.3.8-1.3h-3.9c1-6.3 1.8-7.2 2.8-7.2.6 0 1.3.5 2.2 1.5.2.3.6.3.9 0 .5-.3 1-1 1.1-1.7C20 1 19.1 0 17.6 0c-1.4 0-3.5 1-5.3 2.7a12.4 12.4 0 0 0-3 6.3ZM18.2 13c1-1.4 1.7-1.9 2-1.9.4 0 .6.4 1.2 2.2l1 3.2c-2 3-3.3 4.5-4.2 4.5-.3 0-.5 0-.7-.2l-.7-.4c-.7 0-1.6.8-1.6 1.9 0 1 .8 1.8 1.8 1.8 1.7 0 3.1-1.6 5.9-6l.8 2.7c.7 2.3 1.5 3.3 2.5 3.3 1.3 0 3-1 4.9-4l-.8-.8c-1.1 1.3-1.9 2-2.3 2-.5 0-1-.8-1.5-2.6l-1.2-3.9 2-2.5c.8-.9 1.3-1.2 1.7-1.2.3 0 .6.1.8.3.2.3.3.4.6.4.6 0 1.6-.8 1.6-1.8s-.6-1.8-1.6-1.8c-1.5 0-3 1.4-5.6 5.3l-.5-1.7C23.5 9.5 23 8.3 22 8.3c-1.3 0-3 1.5-4.6 4z"],name:"formula"};function $0(c,{prefix:a,className:h,color:i}={}){return n.b`<svg
21
21
  aria-hidden="true"
22
22
  focusable="false"
23
23
  data-icon="${c.name}"
@@ -17,4 +17,4 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={s00decbd8fed4f501:"Maximum",s0456d2ad905847d9:"laatste",s079a052719914d71:"Categorie",s08098b07b4c86ff2:"&lt;=",s08108707b4ce87d4:"&gt;=",s088e3b07b5394bc3:"is",s099b18e1bd8a1154:"Uren",s09c2b609dff29061:"Cumulatieve som",s0acece4c687177a9:"Kwartaalnummers",s0bb151c9319a6813:"X-As",s0bca0c91195d8d6d:"bevat",s1125d159f7e64df5:"Weergave",s11326fd2590f4e5e:"Standaard",s122f7f3f1a22ea50:"niet gelijk",s13f5793e33ebda4f:"tussen",s146475c4daa430ed:"Decimalen",s178b06f4d02cfd40:"ontbreekt niet",s184501a399a815dc:"Kwartalen",s18498398aeb37b07:"Week begint op",s187528426100c44e:"Geen gegevens",s1cdb6b07fe827486:"Weeknummer",s1e593719b55d60c0:"MTD",s1f0916624a87d415:"Dag van het jaar",s2454d1f117573457:"Precisie",s247d110f13a3a288:"Dag van de week",s26273c258ddde0e1:"Selecteer...",s2695506122ffd614:"Seconde van de minuut",s2718cebf7de190e1:"is tussen",s2798d16f4e04857e:"Minuut van het uur",s281f1d977ddc0ebe:"Maandnummer",s2ea38ce3da088075:"Periodes",s2fb2a49481123d6a:"Weken",s2fedf26ef08343d4:"is gelijk aan",s3924c3d773a80312:"laatst beschikbaar",s3c6455b19fb1c3e4:"Absolute verandering",s3dcf7b255596a2c3:"Standaardafwijking",s441accd1cd3484c9:"Minuut",s463b8c4e92751ba5:"Opties",s467b030b9a34b3c8:"Gemiddelde",s48e186fb300e5464:"Tijd",s496c60f73bdf5725:"Aggregatie",s4b30fad1c34464e1:"groter dan of gelijk aan",s4b58c01e2578f5e4:"Legenda",s4e585eeea351a038:"bevat",s4efbcab48a433013:"Lang",s4f27f6b48a68b5c2:"Vergrendelen",s519d0aa80bbafd42:"week tot nu",s57ace73e7c6e719f:"is niet in",s58ec693e33483873:"kleiner dan",s5d929ff1619ac0c9:"Zoeken",s5e2654fb8587f442:"Dupliceer",s602805b1eb3106c6:"Y-As",s6031881827829901:"24u",s60b34c3c17dc35bd:"Jaren",s64ef2a6c2dd1d3d1:"Bewerken",s66722bc2ea775e05:"Uitgeschakeld",s669b18c6d2d9c95b:"Geen",s66dcbbc0355c2759:"Zondag",s680f01021b5e339d:"Week",s6b0bffd88024372f:"Uur",s708bbac083d05109:"begint niet met",s70a773eb3133e5fa:"maand tot nu",s716a6024e3fe999c:"Tonen",s71a5c9f4b68ef4d4:"Aantal",s740d7e8b131e9e97:"Gewogen gemiddelde",s74dcd519e6563a26:"WTD",s7632fc9aa12bf382:"Maanden",s7a6878d41ffac284:"laatst voltooid",s846876f9b712e843:"is niet gelijk aan",s862f5319f0256b94:"QTD",s8665d029b5cb8b24:"Eindtotalen",s8a56a8c8bd19c9c7:"ontbreekt",s8d0259032729869d:"Seconde",s965c503c3e42fdfe:"Ingeschakeld",s9689e928323dc124:"laatste voltooide (periode)",s981f232bd33ec927:"Percentage",s9854300ef4a37d18:"eindigt niet met",s987abe19fac8d108:"Som",s98c337186f2d57c6:"Intervalgrootte",s98db41a3eb532203:"jaar tot nu",s991d216e6efc157c:"Geen resultaten",s996319f23f6cf0b5:"eindigt met",s9b9009d4a5004fb8:"Groepering",s9b9d6ce29d05a298:"kleiner dan of gelijk aan",sa3c9339de23c1752:"Formaat",sa6ab5184d6315895:"Van",sa6f2645578b2d2bc:"Jaar",sa7effa06c0f6784c:"groter dan",sa8beb6b1182241ac:"Filters",sac8256732f2ee1e5:"Gegevens",sac8b59943205b14f:"volgende volledige (periode)",sac94bb71f7737997:"Mediaan",sacae74732f544fca:"Dagen",saf63b34c8601a6e1:"&gt;",sb1f654608a3eea75:"Weekdag",sb3b793ff5cc1bc39:"volgende (x) periodes",sb47daaf9e1c4a905:"Maand",sb5b295e3a7500b9c:"Duurniveaus",sb6513caf69971fb5:"Kort",sb70671db5700ff60:"eindigt niet met",sb93e5af29aca2e3d:"ontbreekt",sbbb97b1c63507dc0:"Nummer",sbeebe911264bed23:"laatste (x) beschikbare periodes",sc1bf67624fa6d498:"% verandering",sc27dc998602cdc61:"Voorbeeld:",sc4842e5b8b90466a:"Seconden",sc6e49f3d37e54030:"Uur van de dag",sc6f5a4fc0583d734:"is in",scb7bab1a17663a6c:"JTD",scf2bb2b0de9cdb8a:"Milliseconde",sd237be440de38cc7:"Kwartaal",sd28141a332dc31fa:"Dag van de maand",sd5b1040899eb149d:"volgende volledige",sd66a74fff07a11fb:"{count} geselecteerd",sd7ebafacf602c9bd:"Letter",sdb73788b3c975f16:"Automatisch",sdc673e73b5c13aea:"Verwijder",sdfeb2151b9e78d4d:"bevat niet",se0955919920ee87d:"Dag",se211e3d21bbf3bff:"Meting",se2b7530e30fa607d:"Periodevergelijking",se415bbea6c976fb1:"Groeperen op",se5316cbaa025f028:"volgende",se715be190539325a:"geleden",se8e9d799a9e267ce:"Uniek aantal",se9e535bb9591039e:"Selecteer een expressie",se9ff6e9a514d8cf9:"Maandag",seb4eae68d45315b7:"Minimum",seb9c440de1ce6044:"begint met",sec2f608650e36ac5:"laatste voltooide periode",secf42ec1c7c47be2:"ontbreekt niet",see0ec27fb03d880e:"Minuten",sef49aec68fd1dc66:"Naam",sf518b78d9734f57b:"begint niet met",sf6cda8263b3170af:"Gebruik periode-tot-nu-toe voor onvolledige periodes",sf70eaf9ab4c93082:"bevat niet",sf9c10516a62a23db:"Weergeven als",sfa2d0aa30ee5aa58:"laatste (x) periodes",sfad9ed343e97551c:"Vorige waarde",sfbac36245480ddbc:"Scheidingsteken",sfda1c9d0be35cec8:"kwartaal tot nu"};exports.templates=e;
20
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={s00decbd8fed4f501:"Maximum",s0456d2ad905847d9:"laatste",s079a052719914d71:"Categorie",s08098b07b4c86ff2:"&lt;=",s08108707b4ce87d4:"&gt;=",s088e3b07b5394bc3:"is",s099b18e1bd8a1154:"Uren",s09c2b609dff29061:"Cumulatieve som",s0acece4c687177a9:"Kwartaalnummers",s0bb151c9319a6813:"X-As",s0bca0c91195d8d6d:"bevat",s1125d159f7e64df5:"Weergave",s11326fd2590f4e5e:"Standaard",s122f7f3f1a22ea50:"niet gelijk",s13f5793e33ebda4f:"tussen",s146475c4daa430ed:"Decimalen",s178b06f4d02cfd40:"ontbreekt niet",s184501a399a815dc:"Kwartalen",s18498398aeb37b07:"Week begint op",s187528426100c44e:"Geen gegevens",s1cdb6b07fe827486:"Weeknummer",s1e593719b55d60c0:"MTD",s1f0916624a87d415:"Dag van het jaar",s2454d1f117573457:"Precisie",s247d110f13a3a288:"Dag van de week",s26273c258ddde0e1:"Selecteer...",s2695506122ffd614:"Seconde van de minuut",s2718cebf7de190e1:"is tussen",s2798d16f4e04857e:"Minuut van het uur",s281f1d977ddc0ebe:"Maandnummer",s2ea38ce3da088075:"Periodes",s2fb2a49481123d6a:"Weken",s2fedf26ef08343d4:"is gelijk aan",s3924c3d773a80312:"laatst beschikbaar",s3c6455b19fb1c3e4:"Absolute verandering",s3dcf7b255596a2c3:"Standaardafwijking",s441accd1cd3484c9:"Minuut",s463b8c4e92751ba5:"Opties",s467b030b9a34b3c8:"Gemiddelde",s48e186fb300e5464:"Tijd",s496c60f73bdf5725:"Aggregatie",s4b30fad1c34464e1:"groter dan of gelijk aan",s4b58c01e2578f5e4:"Legenda",s4e585eeea351a038:"bevat",s4efbcab48a433013:"Lang",s4f27f6b48a68b5c2:"Vergrendelen",s519d0aa80bbafd42:"week tot nu",s57ace73e7c6e719f:"is niet in",s58ec693e33483873:"kleiner dan",s5d929ff1619ac0c9:"Zoeken",s5e2654fb8587f442:"Dupliceer",s602805b1eb3106c6:"Y-As",s6031881827829901:"24u",s60b34c3c17dc35bd:"Jaren",s64ef2a6c2dd1d3d1:"Bewerken",s66722bc2ea775e05:"Uitgeschakeld",s669b18c6d2d9c95b:"Geen",s66dcbbc0355c2759:"Zondag",s680f01021b5e339d:"Week",s6b0bffd88024372f:"Uur",s708bbac083d05109:"begint niet met",s70a773eb3133e5fa:"maand tot nu",s716a6024e3fe999c:"Tonen",s71a5c9f4b68ef4d4:"Aantal",s74dcd519e6563a26:"WTD",s7632fc9aa12bf382:"Maanden",s7a6878d41ffac284:"laatst voltooid",s846876f9b712e843:"is niet gelijk aan",s862f5319f0256b94:"QTD",s8665d029b5cb8b24:"Eindtotalen",s8a56a8c8bd19c9c7:"ontbreekt",s8d0259032729869d:"Seconde",s965c503c3e42fdfe:"Ingeschakeld",s9689e928323dc124:"laatste voltooide (periode)",s981f232bd33ec927:"Percentage",s9854300ef4a37d18:"eindigt niet met",s987abe19fac8d108:"Som",s98c337186f2d57c6:"Intervalgrootte",s98db41a3eb532203:"jaar tot nu",s991d216e6efc157c:"Geen resultaten",s996319f23f6cf0b5:"eindigt met",s9b9009d4a5004fb8:"Groepering",s9b9d6ce29d05a298:"kleiner dan of gelijk aan",sa3c9339de23c1752:"Formaat",sa6ab5184d6315895:"Van",sa6f2645578b2d2bc:"Jaar",sa7effa06c0f6784c:"groter dan",sa8beb6b1182241ac:"Filters",sac8256732f2ee1e5:"Gegevens",sac8b59943205b14f:"volgende volledige (periode)",sac94bb71f7737997:"Mediaan",sacae74732f544fca:"Dagen",saf63b34c8601a6e1:"&gt;",sb1f654608a3eea75:"Weekdag",sb3b793ff5cc1bc39:"volgende (x) periodes",sb47daaf9e1c4a905:"Maand",sb5b295e3a7500b9c:"Duurniveaus",sb6513caf69971fb5:"Kort",sb70671db5700ff60:"eindigt niet met",sb93e5af29aca2e3d:"ontbreekt",sbbb97b1c63507dc0:"Nummer",sbeebe911264bed23:"laatste (x) beschikbare periodes",sc1bf67624fa6d498:"% verandering",sc27dc998602cdc61:"Voorbeeld:",sc4842e5b8b90466a:"Seconden",sc6e49f3d37e54030:"Uur van de dag",sc6f5a4fc0583d734:"is in",scb7bab1a17663a6c:"JTD",scf2bb2b0de9cdb8a:"Milliseconde",sd237be440de38cc7:"Kwartaal",sd28141a332dc31fa:"Dag van de maand",sd5b1040899eb149d:"volgende volledige",sd66a74fff07a11fb:"{count} geselecteerd",sd7ebafacf602c9bd:"Letter",sdb73788b3c975f16:"Automatisch",sdc673e73b5c13aea:"Verwijder",sdfeb2151b9e78d4d:"bevat niet",se0955919920ee87d:"Dag",se211e3d21bbf3bff:"Meting",se2b7530e30fa607d:"Periodevergelijking",se415bbea6c976fb1:"Groeperen op",se5316cbaa025f028:"volgende",se715be190539325a:"geleden",se8e9d799a9e267ce:"Uniek aantal",se9e535bb9591039e:"Selecteer een expressie",se9ff6e9a514d8cf9:"Maandag",seb4eae68d45315b7:"Minimum",seb9c440de1ce6044:"begint met",sec2f608650e36ac5:"laatste voltooide periode",secf42ec1c7c47be2:"ontbreekt niet",see0ec27fb03d880e:"Minuten",sef49aec68fd1dc66:"Naam",sf518b78d9734f57b:"begint niet met",sf6cda8263b3170af:"Gebruik periode-tot-nu-toe voor onvolledige periodes",sf70eaf9ab4c93082:"bevat niet",sf9c10516a62a23db:"Weergeven als",sfa2d0aa30ee5aa58:"laatste (x) periodes",sfad9ed343e97551c:"Vorige waarde",sfbac36245480ddbc:"Scheidingsteken",sfda1c9d0be35cec8:"kwartaal tot nu"};exports.templates=e;
@@ -82,7 +82,6 @@ const e = {
82
82
  s70a773eb3133e5fa: "maand tot nu",
83
83
  s716a6024e3fe999c: "Tonen",
84
84
  s71a5c9f4b68ef4d4: "Aantal",
85
- s740d7e8b131e9e97: "Gewogen gemiddelde",
86
85
  s74dcd519e6563a26: "WTD",
87
86
  s7632fc9aa12bf382: "Maanden",
88
87
  s7a6878d41ffac284: "laatst voltooid",
@@ -17,4 +17,4 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- "use strict";const e=require("./set-locale-Cam8nRIW.cjs"),t=[{level:1,key:"year",i18n:()=>e.msg("Year",{desc:"Date format option"})},{level:2,key:"quarter",i18n:()=>e.msg("Quarter",{desc:"Date format option"})},{level:3,key:"month",i18n:()=>e.msg("Month",{desc:"Month format setting"})},{level:4,key:"week",i18n:()=>e.msg("Week",{desc:"Date format option"})},{level:5,key:"day",i18n:()=>e.msg("Day",{desc:"Date format option"})},{level:6,key:"hour",i18n:()=>e.msg("Hour",{desc:"Date format option"})},{level:7,key:"minute",i18n:()=>e.msg("Minute",{desc:"Date format option"})},{level:8,key:"second",i18n:()=>e.msg("Second",{desc:"Date format option"})},{level:9,key:"millisecond",i18n:()=>e.msg("Millisecond",{desc:"Date format option"})}],o={level2:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"quarter_number",label:"Quarter numbers",i18n:()=>e.msg("Quarter numbers",{desc:"Date format option"})}],level3:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"month_in_year",label:"Month number",i18n:()=>e.msg("Month number",{desc:"Date format option"})}],level4:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"week_number",label:"Week number",i18n:()=>e.msg("Week number",{desc:"Date format option"})}],level5:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"day_in_week",label:"Day in week",i18n:()=>e.msg("Day in week",{desc:"Date format option"})},{key:"day_in_month",label:"Day in month",i18n:()=>e.msg("Day in month",{desc:"Date format option"})},{key:"day_in_year",label:"Day in year",i18n:()=>e.msg("Day in year",{desc:"Date format option"})}],level6:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"hour_in_day",label:"Hour in day",i18n:()=>e.msg("Hour in day",{desc:"Date format option"})}],level7:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"minute_in_hour",label:"Minute in hour",i18n:()=>e.msg("Minute in hour",{desc:"Date format option"})}],level8:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"second_in_minute",label:"Second in minute",i18n:()=>e.msg("Second in minute",{desc:"Date format option"})}]},a={number:()=>e.msg("Number",{desc:"Number format option"}),letter:()=>e.msg("Letter",{desc:"Letter format option. Letter of the alphabeth."}),short:()=>e.msg("Short",{desc:"Short format option"}),long:()=>e.msg("Long",{desc:"Long format option"})},n={sunday:()=>e.msg("Sunday",{desc:"Date format option"}),monday:()=>e.msg("Monday",{desc:"Date format option"})};exports.DATETIME_AS_STRING_FORMATS_PER_LEVEL=o;exports.DATETIME_LEVELS=t;exports.DATETIME_WEEKDAY_AND_MONTH_STRING_FORMATS=a;exports.WEEK_STARTS_ON=n;
20
+ "use strict";const e=require("./set-locale-DCPlazsZ.cjs"),t=[{level:1,key:"year",i18n:()=>e.msg("Year",{desc:"Date format option"})},{level:2,key:"quarter",i18n:()=>e.msg("Quarter",{desc:"Date format option"})},{level:3,key:"month",i18n:()=>e.msg("Month",{desc:"Month format setting"})},{level:4,key:"week",i18n:()=>e.msg("Week",{desc:"Date format option"})},{level:5,key:"day",i18n:()=>e.msg("Day",{desc:"Date format option"})},{level:6,key:"hour",i18n:()=>e.msg("Hour",{desc:"Date format option"})},{level:7,key:"minute",i18n:()=>e.msg("Minute",{desc:"Date format option"})},{level:8,key:"second",i18n:()=>e.msg("Second",{desc:"Date format option"})},{level:9,key:"millisecond",i18n:()=>e.msg("Millisecond",{desc:"Date format option"})}],o={level2:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"quarter_number",label:"Quarter numbers",i18n:()=>e.msg("Quarter numbers",{desc:"Date format option"})}],level3:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"month_in_year",label:"Month number",i18n:()=>e.msg("Month number",{desc:"Date format option"})}],level4:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"week_number",label:"Week number",i18n:()=>e.msg("Week number",{desc:"Date format option"})}],level5:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"day_in_week",label:"Day in week",i18n:()=>e.msg("Day in week",{desc:"Date format option"})},{key:"day_in_month",label:"Day in month",i18n:()=>e.msg("Day in month",{desc:"Date format option"})},{key:"day_in_year",label:"Day in year",i18n:()=>e.msg("Day in year",{desc:"Date format option"})}],level6:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"hour_in_day",label:"Hour in day",i18n:()=>e.msg("Hour in day",{desc:"Date format option"})}],level7:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"minute_in_hour",label:"Minute in hour",i18n:()=>e.msg("Minute in hour",{desc:"Date format option"})}],level8:[{key:"default",label:"Default",i18n:()=>e.msg("Default",{desc:"Date format option"})},{key:"second_in_minute",label:"Second in minute",i18n:()=>e.msg("Second in minute",{desc:"Date format option"})}]},a={number:()=>e.msg("Number",{desc:"Number format option"}),letter:()=>e.msg("Letter",{desc:"Letter format option. Letter of the alphabeth."}),short:()=>e.msg("Short",{desc:"Short format option"}),long:()=>e.msg("Long",{desc:"Long format option"})},n={sunday:()=>e.msg("Sunday",{desc:"Date format option"}),monday:()=>e.msg("Monday",{desc:"Date format option"})};exports.DATETIME_AS_STRING_FORMATS_PER_LEVEL=o;exports.DATETIME_LEVELS=t;exports.DATETIME_WEEKDAY_AND_MONTH_STRING_FORMATS=a;exports.WEEK_STARTS_ON=n;
@@ -17,7 +17,7 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { m as e } from "./set-locale-DbEAMqUs.js";
20
+ import { m as e } from "./set-locale-GI34z_M7.js";
21
21
  const a = [
22
22
  {
23
23
  level: 1,
@@ -0,0 +1,42 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2025 Luzmo
4
+ * All rights reserved.
5
+ * Luzmo web components (“Luzmo Web Components”)
6
+ * must be used according to the Luzmo Terms of Service.
7
+ * This license allows users with a current active Luzmo account
8
+ * to use the Luzmo Web Components. This license terminates
9
+ * automatically if a user no longer has an active Luzmo account.
10
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
11
+ *
12
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ * SOFTWARE.
19
+ * */
20
+ "use strict";/**
21
+ * @license
22
+ * Copyright 2017 Google LLC
23
+ * SPDX-License-Identifier: BSD-3-Clause
24
+ */const S=globalThis,H=S.trustedTypes,V=H?H.createPolicy("lit-html",{createHTML:r=>r}):void 0,et="$lit$",_=`lit$${Math.random().toFixed(9).slice(2)}$`,st="?"+_,lt=`<${st}>`,y=document,P=()=>y.createComment(""),U=r=>r===null||typeof r!="object"&&typeof r!="function",B=Array.isArray,ct=r=>B(r)||typeof(r==null?void 0:r[Symbol.iterator])=="function",D=`[
25
+ \f\r]`,b=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,W=/-->/g,J=/>/g,A=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^
26
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),K=/'/g,Z=/"/g,it=/^(?:script|style|textarea|title)$/i,rt=r=>(t,...e)=>({_$litType$:r,strings:t,values:e}),dt=rt(1),pt=rt(2),m=Symbol.for("lit-noChange"),c=Symbol.for("lit-nothing"),F=new WeakMap,g=y.createTreeWalker(y,129);function nt(r,t){if(!B(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return V!==void 0?V.createHTML(t):t}const ut=(r,t)=>{const e=r.length-1,s=[];let i,o=t===2?"<svg>":t===3?"<math>":"",n=b;for(let a=0;a<e;a++){const h=r[a];let d,p,l=-1,u=0;for(;u<h.length&&(n.lastIndex=u,p=n.exec(h),p!==null);)u=n.lastIndex,n===b?p[1]==="!--"?n=W:p[1]!==void 0?n=J:p[2]!==void 0?(it.test(p[2])&&(i=RegExp("</"+p[2],"g")),n=A):p[3]!==void 0&&(n=A):n===A?p[0]===">"?(n=i??b,l=-1):p[1]===void 0?l=-2:(l=n.lastIndex-p[2].length,d=p[1],n=p[3]===void 0?A:p[3]==='"'?Z:K):n===Z||n===K?n=A:n===W||n===J?n=b:(n=A,i=void 0);const $=n===A&&r[a+1].startsWith("/>")?" ":"";o+=n===b?h+lt:l>=0?(s.push(d),h.slice(0,l)+et+h.slice(l)+_+$):h+_+(l===-2?a:$)}return[nt(r,o+(r[e]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),s]};class x{constructor({strings:t,_$litType$:e},s){let i;this.parts=[];let o=0,n=0;const a=t.length-1,h=this.parts,[d,p]=ut(t,e);if(this.el=x.createElement(d,s),g.currentNode=this.el.content,e===2||e===3){const l=this.el.content.firstChild;l.replaceWith(...l.childNodes)}for(;(i=g.nextNode())!==null&&h.length<a;){if(i.nodeType===1){if(i.hasAttributes())for(const l of i.getAttributeNames())if(l.endsWith(et)){const u=p[n++],$=i.getAttribute(l).split(_),T=/([.?@])?(.*)/.exec(u);h.push({type:1,index:o,name:T[2],strings:$,ctor:T[1]==="."?_t:T[1]==="?"?ft:T[1]==="@"?At:R}),i.removeAttribute(l)}else l.startsWith(_)&&(h.push({type:6,index:o}),i.removeAttribute(l));if(it.test(i.tagName)){const l=i.textContent.split(_),u=l.length-1;if(u>0){i.textContent=H?H.emptyScript:"";for(let $=0;$<u;$++)i.append(l[$],P()),g.nextNode(),h.push({type:2,index:++o});i.append(l[u],P())}}}else if(i.nodeType===8)if(i.data===st)h.push({type:2,index:o});else{let l=-1;for(;(l=i.data.indexOf(_,l+1))!==-1;)h.push({type:7,index:o}),l+=_.length-1}o++}}static createElement(t,e){const s=y.createElement("template");return s.innerHTML=t,s}}function E(r,t,e=r,s){var n,a;if(t===m)return t;let i=s!==void 0?(n=e._$Co)==null?void 0:n[s]:e._$Cl;const o=U(t)?void 0:t._$litDirective$;return(i==null?void 0:i.constructor)!==o&&((a=i==null?void 0:i._$AO)==null||a.call(i,!1),o===void 0?i=void 0:(i=new o(r),i._$AT(r,e,s)),s!==void 0?(e._$Co??(e._$Co=[]))[s]=i:e._$Cl=i),i!==void 0&&(t=E(r,i._$AS(r,t.values),i,s)),t}class $t{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:s}=this._$AD,i=((t==null?void 0:t.creationScope)??y).importNode(e,!0);g.currentNode=i;let o=g.nextNode(),n=0,a=0,h=s[0];for(;h!==void 0;){if(n===h.index){let d;h.type===2?d=new O(o,o.nextSibling,this,t):h.type===1?d=new h.ctor(o,h.name,h.strings,this,t):h.type===6&&(d=new gt(o,this,t)),this._$AV.push(d),h=s[++a]}n!==(h==null?void 0:h.index)&&(o=g.nextNode(),n++)}return g.currentNode=y,i}p(t){let e=0;for(const s of this._$AV)s!==void 0&&(s.strings!==void 0?(s._$AI(t,s,e),e+=s.strings.length-2):s._$AI(t[e])),e++}}class O{get _$AU(){var t;return((t=this._$AM)==null?void 0:t._$AU)??this._$Cv}constructor(t,e,s,i){this.type=2,this._$AH=c,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=s,this.options=i,this._$Cv=(i==null?void 0:i.isConnected)??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=E(this,t,e),U(t)?t===c||t==null||t===""?(this._$AH!==c&&this._$AR(),this._$AH=c):t!==this._$AH&&t!==m&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):ct(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==c&&U(this._$AH)?this._$AA.nextSibling.data=t:this.T(y.createTextNode(t)),this._$AH=t}$(t){var o;const{values:e,_$litType$:s}=t,i=typeof s=="number"?this._$AC(t):(s.el===void 0&&(s.el=x.createElement(nt(s.h,s.h[0]),this.options)),s);if(((o=this._$AH)==null?void 0:o._$AD)===i)this._$AH.p(e);else{const n=new $t(i,this),a=n.u(this.options);n.p(e),this.T(a),this._$AH=n}}_$AC(t){let e=F.get(t.strings);return e===void 0&&F.set(t.strings,e=new x(t)),e}k(t){B(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let s,i=0;for(const o of t)i===e.length?e.push(s=new O(this.O(P()),this.O(P()),this,this.options)):s=e[i],s._$AI(o),i++;i<e.length&&(this._$AR(s&&s._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,e){var s;for((s=this._$AP)==null?void 0:s.call(this,!1,!0,e);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var e;this._$AM===void 0&&(this._$Cv=t,(e=this._$AP)==null||e.call(this,t))}}class R{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,s,i,o){this.type=1,this._$AH=c,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=o,s.length>2||s[0]!==""||s[1]!==""?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=c}_$AI(t,e=this,s,i){const o=this.strings;let n=!1;if(o===void 0)t=E(this,t,e,0),n=!U(t)||t!==this._$AH&&t!==m,n&&(this._$AH=t);else{const a=t;let h,d;for(t=o[0],h=0;h<o.length-1;h++)d=E(this,a[s+h],e,h),d===m&&(d=this._$AH[h]),n||(n=!U(d)||d!==this._$AH[h]),d===c?t=c:t!==c&&(t+=(d??"")+o[h+1]),this._$AH[h]=d}n&&!i&&this.j(t)}j(t){t===c?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class _t extends R{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===c?void 0:t}}class ft extends R{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==c)}}class At extends R{constructor(t,e,s,i,o){super(t,e,s,i,o),this.type=5}_$AI(t,e=this){if((t=E(this,t,e,0)??c)===m)return;const s=this._$AH,i=t===c&&s!==c||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,o=t!==c&&(s===c||i);i&&this.element.removeEventListener(this.name,this,s),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e;typeof this._$AH=="function"?this._$AH.call(((e=this.options)==null?void 0:e.host)??this.element,t):this._$AH.handleEvent(t)}}class gt{constructor(t,e,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){E(this,t)}}const j=S.litHtmlPolyfillSupport;j==null||j(x,O),(S.litHtmlVersions??(S.litHtmlVersions=[])).push("3.2.1");const ot=(r,t,e)=>{const s=(e==null?void 0:e.renderBefore)??t;let i=s._$litPart$;if(i===void 0){const o=(e==null?void 0:e.renderBefore)??null;s._$litPart$=i=new O(t.insertBefore(P(),o),o,void 0,e??{})}return i._$AI(r),i};/**
27
+ * @license
28
+ * Copyright 2019 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
30
+ */const M=globalThis,I=M.ShadowRoot&&(M.ShadyCSS===void 0||M.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,q=Symbol(),G=new WeakMap;let ht=class{constructor(t,e,s){if(this._$cssResult$=!0,s!==q)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(I&&t===void 0){const s=e!==void 0&&e.length===1;s&&(t=G.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),s&&G.set(e,t))}return t}toString(){return this.cssText}};const at=r=>new ht(typeof r=="string"?r:r+"",void 0,q),yt=(r,...t)=>{const e=r.length===1?r[0]:t.reduce((s,i,o)=>s+(n=>{if(n._$cssResult$===!0)return n.cssText;if(typeof n=="number")return n;throw Error("Value passed to 'css' function must be a 'css' function result: "+n+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+r[o+1],r[0]);return new ht(e,r,q)},mt=(r,t)=>{if(I)r.adoptedStyleSheets=t.map(e=>e instanceof CSSStyleSheet?e:e.styleSheet);else for(const e of t){const s=document.createElement("style"),i=M.litNonce;i!==void 0&&s.setAttribute("nonce",i),s.textContent=e.cssText,r.appendChild(s)}},Q=I?r=>r:r=>r instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return at(e)})(r):r;/**
31
+ * @license
32
+ * Copyright 2017 Google LLC
33
+ * SPDX-License-Identifier: BSD-3-Clause
34
+ */const{is:vt,defineProperty:Et,getOwnPropertyDescriptor:bt,getOwnPropertyNames:St,getOwnPropertySymbols:wt,getPrototypeOf:Ct}=Object,f=globalThis,X=f.trustedTypes,Pt=X?X.emptyScript:"",L=f.reactiveElementPolyfillSupport,w=(r,t)=>r,N={toAttribute(r,t){switch(t){case Boolean:r=r?Pt:null;break;case Object:case Array:r=r==null?r:JSON.stringify(r)}return r},fromAttribute(r,t){let e=r;switch(t){case Boolean:e=r!==null;break;case Number:e=r===null?null:Number(r);break;case Object:case Array:try{e=JSON.parse(r)}catch{e=null}}return e}},k=(r,t)=>!vt(r,t),Y={attribute:!0,type:String,converter:N,reflect:!1,useDefault:!1,hasChanged:k};Symbol.metadata??(Symbol.metadata=Symbol("metadata")),f.litPropertyMetadata??(f.litPropertyMetadata=new WeakMap);class v extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??(this.l=[])).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Y){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),i=this.getPropertyDescriptor(t,s,e);i!==void 0&&Et(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){const{get:i,set:o}=bt(this.prototype,t)??{get(){return this[e]},set(n){this[e]=n}};return{get:i,set(n){const a=i==null?void 0:i.call(this);o==null||o.call(this,n),this.requestUpdate(t,a,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Y}static _$Ei(){if(this.hasOwnProperty(w("elementProperties")))return;const t=Ct(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(w("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(w("properties"))){const e=this.properties,s=[...St(e),...wt(e)];for(const i of s)this.createProperty(i,e[i])}const t=this[Symbol.metadata];if(t!==null){const e=litPropertyMetadata.get(t);if(e!==void 0)for(const[s,i]of e)this.elementProperties.set(s,i)}this._$Eh=new Map;for(const[e,s]of this.elementProperties){const i=this._$Eu(e,s);i!==void 0&&this._$Eh.set(i,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const i of s)e.unshift(Q(i))}else t!==void 0&&e.push(Q(t));return e}static _$Eu(t,e){const s=e.attribute;return s===!1?void 0:typeof s=="string"?s:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){var t;this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),(t=this.constructor.l)==null||t.forEach(e=>e(this))}addController(t){var e;(this._$EO??(this._$EO=new Set)).add(t),this.renderRoot!==void 0&&this.isConnected&&((e=t.hostConnected)==null||e.call(t))}removeController(t){var e;(e=this._$EO)==null||e.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return mt(t,this.constructor.elementStyles),t}connectedCallback(){var t;this.renderRoot??(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),(t=this._$EO)==null||t.forEach(e=>{var s;return(s=e.hostConnected)==null?void 0:s.call(e)})}enableUpdating(t){}disconnectedCallback(){var t;(t=this._$EO)==null||t.forEach(e=>{var s;return(s=e.hostDisconnected)==null?void 0:s.call(e)})}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$ET(t,e){var o;const s=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,s);if(i!==void 0&&s.reflect===!0){const n=(((o=s.converter)==null?void 0:o.toAttribute)!==void 0?s.converter:N).toAttribute(e,s.type);this._$Em=t,n==null?this.removeAttribute(i):this.setAttribute(i,n),this._$Em=null}}_$AK(t,e){var o,n;const s=this.constructor,i=s._$Eh.get(t);if(i!==void 0&&this._$Em!==i){const a=s.getPropertyOptions(i),h=typeof a.converter=="function"?{fromAttribute:a.converter}:((o=a.converter)==null?void 0:o.fromAttribute)!==void 0?a.converter:N;this._$Em=i,this[i]=h.fromAttribute(e,a.type)??((n=this._$Ej)==null?void 0:n.get(i))??null,this._$Em=null}}requestUpdate(t,e,s){var i;if(t!==void 0){const o=this.constructor,n=this[t];if(s??(s=o.getPropertyOptions(t)),!((s.hasChanged??k)(n,e)||s.useDefault&&s.reflect&&n===((i=this._$Ej)==null?void 0:i.get(t))&&!this.hasAttribute(o._$Eu(t,s))))return;this.C(t,e,s)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,e,{useDefault:s,reflect:i,wrapped:o},n){s&&!(this._$Ej??(this._$Ej=new Map)).has(t)&&(this._$Ej.set(t,n??e??this[t]),o!==!0||n!==void 0)||(this._$AL.has(t)||(this.hasUpdated||s||(e=void 0),this._$AL.set(t,e)),i===!0&&this._$Em!==t&&(this._$Eq??(this._$Eq=new Set)).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var s;if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??(this.renderRoot=this.createRenderRoot()),this._$Ep){for(const[o,n]of this._$Ep)this[o]=n;this._$Ep=void 0}const i=this.constructor.elementProperties;if(i.size>0)for(const[o,n]of i){const{wrapped:a}=n,h=this[o];a!==!0||this._$AL.has(o)||h===void 0||this.C(o,void 0,n,h)}}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),(s=this._$EO)==null||s.forEach(i=>{var o;return(o=i.hostUpdate)==null?void 0:o.call(i)}),this.update(e)):this._$EM()}catch(i){throw t=!1,this._$EM(),i}t&&this._$AE(e)}willUpdate(t){}_$AE(t){var e;(e=this._$EO)==null||e.forEach(s=>{var i;return(i=s.hostUpdated)==null?void 0:i.call(s)}),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&(this._$Eq=this._$Eq.forEach(e=>this._$ET(e,this[e]))),this._$EM()}updated(t){}firstUpdated(t){}}v.elementStyles=[],v.shadowRootOptions={mode:"open"},v[w("elementProperties")]=new Map,v[w("finalized")]=new Map,L==null||L({ReactiveElement:v}),(f.reactiveElementVersions??(f.reactiveElementVersions=[])).push("2.1.0");/**
35
+ * @license
36
+ * Copyright 2017 Google LLC
37
+ * SPDX-License-Identifier: BSD-3-Clause
38
+ */let C=class extends v{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var e;const t=super.createRenderRoot();return(e=this.renderOptions).renderBefore??(e.renderBefore=t.firstChild),t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ot(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),(t=this._$Do)==null||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),(t=this._$Do)==null||t.setConnected(!1)}render(){return m}};var tt;C._$litElement$=!0,C.finalized=!0,(tt=globalThis.litElementHydrateSupport)==null||tt.call(globalThis,{LitElement:C});const z=globalThis.litElementPolyfillSupport;z==null||z({LitElement:C});(globalThis.litElementVersions??(globalThis.litElementVersions=[])).push("4.1.1");/**
39
+ * @license
40
+ * Copyright 2017 Google LLC
41
+ * SPDX-License-Identifier: BSD-3-Clause
42
+ */const Ut={attribute:!0,type:String,converter:N,reflect:!1,hasChanged:k},xt=(r=Ut,t,e)=>{const{kind:s,metadata:i}=e;let o=globalThis.litPropertyMetadata.get(i);if(o===void 0&&globalThis.litPropertyMetadata.set(i,o=new Map),s==="setter"&&((r=Object.create(r)).wrapped=!0),o.set(e.name,r),s==="accessor"){const{name:n}=e;return{set(a){const h=t.get.call(this);t.set.call(this,a),this.requestUpdate(n,h,r)},init(a){return a!==void 0&&this.C(n,void 0,r,a),a}}}if(s==="setter"){const{name:n}=e;return function(a){const h=this[n];t.call(this,a),this.requestUpdate(n,h,r)}}throw Error("Unsupported decorator location: "+s)};function Ot(r){return(t,e)=>typeof e=="object"?xt(r,t,e):((s,i,o)=>{const n=i.hasOwnProperty(o);return i.constructor.createProperty(o,s),n?Object.getOwnPropertyDescriptor(i,o):void 0})(r,t,e)}exports.B=ot;exports.E=c;exports.T=m;exports.b=pt;exports.f=k;exports.i=yt;exports.n=Ot;exports.r=at;exports.r$1=C;exports.x=dt;