@govtechsg/sgds-web-component 3.27.0-rc.3 → 3.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/base/dropdown-list-element.js +2 -9
  2. package/base/dropdown-list-element.js.map +1 -1
  3. package/components/Breadcrumb/index.umd.min.js +5 -5
  4. package/components/Breadcrumb/index.umd.min.js.map +1 -1
  5. package/components/ComboBox/index.umd.min.js +1 -1
  6. package/components/ComboBox/index.umd.min.js.map +1 -1
  7. package/components/DataTable/data-table.js +1 -1
  8. package/components/DataTable/index.umd.min.js +49 -42
  9. package/components/DataTable/index.umd.min.js.map +1 -1
  10. package/components/DataTable/sgds-data-table-cell.d.ts +2 -2
  11. package/components/DataTable/sgds-data-table-cell.js.map +1 -1
  12. package/components/DataTable/sgds-data-table-head.d.ts +2 -2
  13. package/components/DataTable/sgds-data-table-head.js.map +1 -1
  14. package/components/DataTable/sgds-data-table-row.d.ts +0 -3
  15. package/components/DataTable/sgds-data-table-row.js +0 -13
  16. package/components/DataTable/sgds-data-table-row.js.map +1 -1
  17. package/components/DataTable/sgds-data-table.d.ts +7 -4
  18. package/components/DataTable/sgds-data-table.js +49 -38
  19. package/components/DataTable/sgds-data-table.js.map +1 -1
  20. package/components/DataTable/types.d.ts +7 -0
  21. package/components/Datepicker/index.umd.min.js +1 -1
  22. package/components/Dropdown/dropdown-item.js +1 -1
  23. package/components/Dropdown/index.umd.min.js +5 -5
  24. package/components/Dropdown/index.umd.min.js.map +1 -1
  25. package/components/Dropdown/sgds-dropdown-item.d.ts +0 -2
  26. package/components/Dropdown/sgds-dropdown-item.js +2 -8
  27. package/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  28. package/components/Footer/index.umd.min.js +1 -1
  29. package/components/Footer/index.umd.min.js.map +1 -1
  30. package/components/Footer/sgds-footer.js +1 -1
  31. package/components/Footer/sgds-footer.js.map +1 -1
  32. package/components/Input/index.umd.min.js +1 -1
  33. package/components/Mainnav/index.d.ts +0 -2
  34. package/components/Mainnav/index.js +0 -2
  35. package/components/Mainnav/index.js.map +1 -1
  36. package/components/Mainnav/index.umd.min.js +285 -338
  37. package/components/Mainnav/index.umd.min.js.map +1 -1
  38. package/components/Mainnav/mainnav-dropdown.js +1 -1
  39. package/components/Mainnav/mainnav-item.js +1 -1
  40. package/components/Mainnav/mainnav.js +1 -1
  41. package/components/Mainnav/sgds-mainnav.d.ts +51 -8
  42. package/components/Mainnav/sgds-mainnav.js +238 -40
  43. package/components/Mainnav/sgds-mainnav.js.map +1 -1
  44. package/components/OverflowMenu/index.umd.min.js +5 -5
  45. package/components/OverflowMenu/index.umd.min.js.map +1 -1
  46. package/components/QuantityToggle/index.umd.min.js +1 -1
  47. package/components/Select/index.umd.min.js +21 -21
  48. package/components/Select/index.umd.min.js.map +1 -1
  49. package/components/Tab/index.umd.min.js +1 -1
  50. package/components/Tab/index.umd.min.js.map +1 -1
  51. package/components/Tab/tab-panel.js +1 -1
  52. package/components/Textarea/index.umd.min.js +1 -1
  53. package/components/index.d.ts +0 -3
  54. package/components/index.js +0 -3
  55. package/components/index.js.map +1 -1
  56. package/components/index.umd.min.js +587 -665
  57. package/components/index.umd.min.js.map +1 -1
  58. package/css/fouc.css +5 -8
  59. package/custom-elements.json +15246 -17418
  60. package/index.d.ts +0 -1
  61. package/index.js +0 -1
  62. package/index.js.map +1 -1
  63. package/index.umd.min.js +353 -441
  64. package/index.umd.min.js.map +1 -1
  65. package/package.json +1 -1
  66. package/react/base/dropdown-list-element.cjs.js +2 -9
  67. package/react/base/dropdown-list-element.cjs.js.map +1 -1
  68. package/react/base/dropdown-list-element.js +2 -9
  69. package/react/base/dropdown-list-element.js.map +1 -1
  70. package/react/components/DataTable/data-table.cjs.js +1 -1
  71. package/react/components/DataTable/data-table.js +1 -1
  72. package/react/components/DataTable/sgds-data-table-cell.cjs.js.map +1 -1
  73. package/react/components/DataTable/sgds-data-table-cell.js.map +1 -1
  74. package/react/components/DataTable/sgds-data-table-head.cjs.js.map +1 -1
  75. package/react/components/DataTable/sgds-data-table-head.js.map +1 -1
  76. package/react/components/DataTable/sgds-data-table-row.cjs.js +0 -13
  77. package/react/components/DataTable/sgds-data-table-row.cjs.js.map +1 -1
  78. package/react/components/DataTable/sgds-data-table-row.js +0 -13
  79. package/react/components/DataTable/sgds-data-table-row.js.map +1 -1
  80. package/react/components/DataTable/sgds-data-table.cjs.js +49 -38
  81. package/react/components/DataTable/sgds-data-table.cjs.js.map +1 -1
  82. package/react/components/DataTable/sgds-data-table.js +49 -38
  83. package/react/components/DataTable/sgds-data-table.js.map +1 -1
  84. package/react/components/Dropdown/dropdown-item.cjs.js +1 -1
  85. package/react/components/Dropdown/dropdown-item.js +1 -1
  86. package/react/components/Dropdown/sgds-dropdown-item.cjs.js +2 -8
  87. package/react/components/Dropdown/sgds-dropdown-item.cjs.js.map +1 -1
  88. package/react/components/Dropdown/sgds-dropdown-item.js +2 -8
  89. package/react/components/Dropdown/sgds-dropdown-item.js.map +1 -1
  90. package/react/components/Footer/sgds-footer.cjs.js +1 -1
  91. package/react/components/Footer/sgds-footer.cjs.js.map +1 -1
  92. package/react/components/Footer/sgds-footer.js +1 -1
  93. package/react/components/Footer/sgds-footer.js.map +1 -1
  94. package/react/components/Mainnav/mainnav-dropdown.cjs.js +1 -1
  95. package/react/components/Mainnav/mainnav-dropdown.js +1 -1
  96. package/react/components/Mainnav/mainnav-item.cjs.js +1 -1
  97. package/react/components/Mainnav/mainnav-item.js +1 -1
  98. package/react/components/Mainnav/mainnav.cjs.js +1 -1
  99. package/react/components/Mainnav/mainnav.js +1 -1
  100. package/react/components/Mainnav/sgds-mainnav.cjs.js +237 -39
  101. package/react/components/Mainnav/sgds-mainnav.cjs.js.map +1 -1
  102. package/react/components/Mainnav/sgds-mainnav.js +238 -40
  103. package/react/components/Mainnav/sgds-mainnav.js.map +1 -1
  104. package/react/components/Tab/tab-panel.cjs.js +1 -1
  105. package/react/components/Tab/tab-panel.js +1 -1
  106. package/react/index.cjs.js +146 -152
  107. package/react/index.cjs.js.map +1 -1
  108. package/react/index.d.ts +5 -8
  109. package/react/index.js +5 -8
  110. package/react/index.js.map +1 -1
  111. package/react/styles/form-text-control.cjs.js +1 -1
  112. package/react/styles/form-text-control.js +1 -1
  113. package/styles/form-text-control.js +1 -1
  114. package/themes/blue.css +11 -11
  115. package/themes/cyan.css +10 -10
  116. package/themes/day.css +1 -1
  117. package/themes/gt/blue.css +11 -11
  118. package/themes/gt/cyan.css +10 -10
  119. package/themes/gt/magenta.css +11 -11
  120. package/themes/gt/pink.css +11 -11
  121. package/themes/gt/purple.css +11 -11
  122. package/themes/gt/red.css +11 -11
  123. package/themes/magenta.css +11 -11
  124. package/themes/pink.css +11 -11
  125. package/themes/purple.css +11 -11
  126. package/themes/red.css +11 -11
  127. package/themes/root.css +0 -5
  128. package/types/react.d.ts +97 -148
  129. package/base/nav-element.d.ts +0 -64
  130. package/base/nav-element.js +0 -263
  131. package/base/nav-element.js.map +0 -1
  132. package/base/nav-profile-element.d.ts +0 -47
  133. package/base/nav-profile-element.js +0 -191
  134. package/base/nav-profile-element.js.map +0 -1
  135. package/base/nav-profile.js +0 -6
  136. package/base/nav-profile.js.map +0 -1
  137. package/components/Appnav/appnav-context.d.ts +0 -6
  138. package/components/Appnav/appnav-context.js +0 -7
  139. package/components/Appnav/appnav-context.js.map +0 -1
  140. package/components/Appnav/appnav.js +0 -6
  141. package/components/Appnav/appnav.js.map +0 -1
  142. package/components/Appnav/index.d.ts +0 -9
  143. package/components/Appnav/index.js +0 -8
  144. package/components/Appnav/index.js.map +0 -1
  145. package/components/Appnav/index.umd.min.js +0 -2535
  146. package/components/Appnav/index.umd.min.js.map +0 -1
  147. package/components/Appnav/sgds-appnav-profile.d.ts +0 -17
  148. package/components/Appnav/sgds-appnav-profile.js +0 -31
  149. package/components/Appnav/sgds-appnav-profile.js.map +0 -1
  150. package/components/Appnav/sgds-appnav.d.ts +0 -44
  151. package/components/Appnav/sgds-appnav.js +0 -183
  152. package/components/Appnav/sgds-appnav.js.map +0 -1
  153. package/components/Mainnav/sgds-mainnav-profile.d.ts +0 -15
  154. package/components/Mainnav/sgds-mainnav-profile.js +0 -29
  155. package/components/Mainnav/sgds-mainnav-profile.js.map +0 -1
  156. package/react/appnav/index.cjs.js +0 -45
  157. package/react/appnav/index.cjs.js.map +0 -1
  158. package/react/appnav/index.d.ts +0 -4
  159. package/react/appnav/index.js +0 -21
  160. package/react/appnav/index.js.map +0 -1
  161. package/react/appnav-profile/index.cjs.js +0 -40
  162. package/react/appnav-profile/index.cjs.js.map +0 -1
  163. package/react/appnav-profile/index.d.ts +0 -4
  164. package/react/appnav-profile/index.js +0 -16
  165. package/react/appnav-profile/index.js.map +0 -1
  166. package/react/base/nav-element.cjs.js +0 -268
  167. package/react/base/nav-element.cjs.js.map +0 -1
  168. package/react/base/nav-element.js +0 -264
  169. package/react/base/nav-element.js.map +0 -1
  170. package/react/base/nav-profile-element.cjs.js +0 -196
  171. package/react/base/nav-profile-element.cjs.js.map +0 -1
  172. package/react/base/nav-profile-element.js +0 -192
  173. package/react/base/nav-profile-element.js.map +0 -1
  174. package/react/base/nav-profile.cjs.js +0 -11
  175. package/react/base/nav-profile.cjs.js.map +0 -1
  176. package/react/base/nav-profile.js +0 -7
  177. package/react/base/nav-profile.js.map +0 -1
  178. package/react/components/Appnav/appnav-context.cjs.js +0 -13
  179. package/react/components/Appnav/appnav-context.cjs.js.map +0 -1
  180. package/react/components/Appnav/appnav-context.js +0 -8
  181. package/react/components/Appnav/appnav-context.js.map +0 -1
  182. package/react/components/Appnav/appnav.cjs.js +0 -11
  183. package/react/components/Appnav/appnav.cjs.js.map +0 -1
  184. package/react/components/Appnav/appnav.js +0 -7
  185. package/react/components/Appnav/appnav.js.map +0 -1
  186. package/react/components/Appnav/sgds-appnav-profile.cjs.js +0 -37
  187. package/react/components/Appnav/sgds-appnav-profile.cjs.js.map +0 -1
  188. package/react/components/Appnav/sgds-appnav-profile.js +0 -32
  189. package/react/components/Appnav/sgds-appnav-profile.js.map +0 -1
  190. package/react/components/Appnav/sgds-appnav.cjs.js +0 -189
  191. package/react/components/Appnav/sgds-appnav.cjs.js.map +0 -1
  192. package/react/components/Appnav/sgds-appnav.js +0 -184
  193. package/react/components/Appnav/sgds-appnav.js.map +0 -1
  194. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js +0 -35
  195. package/react/components/Mainnav/sgds-mainnav-profile.cjs.js.map +0 -1
  196. package/react/components/Mainnav/sgds-mainnav-profile.js +0 -30
  197. package/react/components/Mainnav/sgds-mainnav-profile.js.map +0 -1
  198. package/react/mainnav-profile/index.cjs.js +0 -40
  199. package/react/mainnav-profile/index.cjs.js.map +0 -1
  200. package/react/mainnav-profile/index.d.ts +0 -4
  201. package/react/mainnav-profile/index.js +0 -16
  202. package/react/mainnav-profile/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.umd.min.js","sources":["../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directive.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directive-helpers.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/live.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/css-tag.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/reactive-element.js","../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/property.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/state.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/base.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/query-async.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/query-assigned-elements.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/class-map.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/if-defined.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/async-directive.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/ref.js","../../../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","../../../node_modules/.pnpm/@floating-ui+core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","../../../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","../../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","../../../src/utils/defaultvalue.ts","../../../src/utils/generateId.ts","../../../src/utils/inputValidationController.ts","../../../src/utils/validatorMixin.ts","../../../src/base/sgds-element.ts","../../../src/utils/animate.ts","../../../src/utils/animation-registry.ts","../../../src/base/dropdown-element.ts","../../../src/base/dropdown-list-element.ts","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/query.js","../../../src/base/select-element.ts","../../../src/utils/watch.ts","../../../src/components/Tooltip/sgds-tooltip.ts","../../../src/utils/ce-registry.ts","../../../src/components/CloseButton/sgds-close-button.ts","../../../src/utils/slot.ts","../../../src/components/Badge/sgds-badge.ts","../../../src/components/Icon/icon-registry.ts","../../../src/components/Icon/sgds-icon.ts","../../../src/base/option-element.ts","../../../src/base/form-control-element.ts","../../../src/components/Checkbox/sgds-checkbox.ts","../../../src/components/ComboBox/sgds-combo-box-option.ts","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/repeat.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/static.js","../../../src/components/Spinner/sgds-spinner.ts","../../../src/components/ComboBox/sgds-combo-box.ts","../../../src/components/ComboBox/index.ts","../../../src/components/Icon/icons/announcement.ts","../../../src/components/Icon/icons/archive.ts","../../../src/components/Icon/icons/arrow-bar-down.ts","../../../src/components/Icon/icons/arrow-bar-left.ts","../../../src/components/Icon/icons/arrow-bar-right.ts","../../../src/components/Icon/icons/arrow-bar-up.ts","../../../src/components/Icon/icons/arrow-circle-down.ts","../../../src/components/Icon/icons/arrow-circle-left.ts","../../../src/components/Icon/icons/arrow-circle-right.ts","../../../src/components/Icon/icons/arrow-circle-up.ts","../../../src/components/Icon/icons/arrow-clockwise.ts","../../../src/components/Icon/icons/arrow-down.ts","../../../src/components/Icon/icons/arrow-left.ts","../../../src/components/Icon/icons/arrow-repeat.ts","../../../src/components/Icon/icons/arrow-right.ts","../../../src/components/Icon/icons/arrow-square-down.ts","../../../src/components/Icon/icons/arrow-square-left.ts","../../../src/components/Icon/icons/arrow-square-right.ts","../../../src/components/Icon/icons/arrow-square-up.ts","../../../src/components/Icon/icons/arrow-up.ts","../../../src/components/Icon/icons/bank-fill.ts","../../../src/components/Icon/icons/bell-slash.ts","../../../src/components/Icon/icons/bell.ts","../../../src/components/Icon/icons/bi-funnel.ts","../../../src/components/Icon/icons/bookmark-fill.ts","../../../src/components/Icon/icons/bookmark.ts","../../../src/components/Icon/icons/box-arrow-up-right.ts","../../../src/components/Icon/icons/box-seam.ts","../../../src/components/Icon/icons/building.ts","../../../src/components/Icon/icons/bus.ts","../../../src/components/Icon/icons/calculator.ts","../../../src/components/Icon/icons/calendar-check.ts","../../../src/components/Icon/icons/calendar-heart.ts","../../../src/components/Icon/icons/calendar-x.ts","../../../src/components/Icon/icons/calendar.ts","../../../src/components/Icon/icons/camera.ts","../../../src/components/Icon/icons/car.ts","../../../src/components/Icon/icons/chat-dots.ts","../../../src/components/Icon/icons/chat-left-text.ts","../../../src/components/Icon/icons/chat.ts","../../../src/components/Icon/icons/check-circle-fill.ts","../../../src/components/Icon/icons/check-circle.ts","../../../src/components/Icon/icons/check.ts","../../../src/components/Icon/icons/chevron-down.ts","../../../src/components/Icon/icons/chevron-left.ts","../../../src/components/Icon/icons/chevron-right.ts","../../../src/components/Icon/icons/chevron-selector-vertical.ts","../../../src/components/Icon/icons/chevron-up.ts","../../../src/components/Icon/icons/clock.ts","../../../src/components/Icon/icons/cloud-check.ts","../../../src/components/Icon/icons/cloud-download.ts","../../../src/components/Icon/icons/cloud-upload.ts","../../../src/components/Icon/icons/cloud.ts","../../../src/components/Icon/icons/code-square.ts","../../../src/components/Icon/icons/coins-hand.ts","../../../src/components/Icon/icons/compass.ts","../../../src/components/Icon/icons/copy.ts","../../../src/components/Icon/icons/cpu-chip-ai.ts","../../../src/components/Icon/icons/cross.ts","../../../src/components/Icon/icons/cursor-fill.ts","../../../src/components/Icon/icons/cursor.ts","../../../src/components/Icon/icons/dash-circle.ts","../../../src/components/Icon/icons/dash-square.ts","../../../src/components/Icon/icons/dash.ts","../../../src/components/Icon/icons/database.ts","../../../src/components/Icon/icons/dataflow.ts","../../../src/components/Icon/icons/download.ts","../../../src/components/Icon/icons/edit.ts","../../../src/components/Icon/icons/exclamation-circle-fill.ts","../../../src/components/Icon/icons/exclamation-circle.ts","../../../src/components/Icon/icons/exclamation-triangle-fill.ts","../../../src/components/Icon/icons/exclamation-triangle.ts","../../../src/components/Icon/icons/exclamation.ts","../../../src/components/Icon/icons/eye-fill.ts","../../../src/components/Icon/icons/eye-slash-fill.ts","../../../src/components/Icon/icons/eye-slash.ts","../../../src/components/Icon/icons/eye.ts","../../../src/components/Icon/icons/face-smile-fill.ts","../../../src/components/Icon/icons/face-smile.ts","../../../src/components/Icon/icons/facebook.ts","../../../src/components/Icon/icons/file-earmark-text.ts","../../../src/components/Icon/icons/file-pdf.ts","../../../src/components/Icon/icons/file-plus.ts","../../../src/components/Icon/icons/file-text.ts","../../../src/components/Icon/icons/file.ts","../../../src/components/Icon/icons/files.ts","../../../src/components/Icon/icons/fingerprint.ts","../../../src/components/Icon/icons/flash.ts","../../../src/components/Icon/icons/folder-check.ts","../../../src/components/Icon/icons/folder-minus.ts","../../../src/components/Icon/icons/folder-plus.ts","../../../src/components/Icon/icons/folder.ts","../../../src/components/Icon/icons/gear.ts","../../../src/components/Icon/icons/geo-alt.ts","../../../src/components/Icon/icons/geo-fill.ts","../../../src/components/Icon/icons/geo.ts","../../../src/components/Icon/icons/globe-alt.ts","../../../src/components/Icon/icons/globe.ts","../../../src/components/Icon/icons/google.ts","../../../src/components/Icon/icons/grid-alt.ts","../../../src/components/Icon/icons/grid-fill.ts","../../../src/components/Icon/icons/hand-thumbs-down.ts","../../../src/components/Icon/icons/hand-thumbs-up.ts","../../../src/components/Icon/icons/hard-drive.ts","../../../src/components/Icon/icons/heart.ts","../../../src/components/Icon/icons/house-door.ts","../../../src/components/Icon/icons/house.ts","../../../src/components/Icon/icons/image.ts","../../../src/components/Icon/icons/in-box.ts","../../../src/components/Icon/icons/info-circle-fill.ts","../../../src/components/Icon/icons/info-circle.ts","../../../src/components/Icon/icons/instagram.ts","../../../src/components/Icon/icons/key.ts","../../../src/components/Icon/icons/laptop-gear.ts","../../../src/components/Icon/icons/laptop.ts","../../../src/components/Icon/icons/layers.ts","../../../src/components/Icon/icons/layout-text-window-reverse.ts","../../../src/components/Icon/icons/layout-text-window.ts","../../../src/components/Icon/icons/layout.ts","../../../src/components/Icon/icons/life-buoy.ts","../../../src/components/Icon/icons/lightbulb.ts","../../../src/components/Icon/icons/link.ts","../../../src/components/Icon/icons/linkedin.ts","../../../src/components/Icon/icons/list.ts","../../../src/components/Icon/icons/lock-fill.ts","../../../src/components/Icon/icons/lock.ts","../../../src/components/Icon/icons/login.ts","../../../src/components/Icon/icons/logout.ts","../../../src/components/Icon/icons/luggage.ts","../../../src/components/Icon/icons/mail-open.ts","../../../src/components/Icon/icons/mail.ts","../../../src/components/Icon/icons/map.ts","../../../src/components/Icon/icons/meetup.ts","../../../src/components/Icon/icons/menu.ts","../../../src/components/Icon/icons/microphone.ts","../../../src/components/Icon/icons/monitor.ts","../../../src/components/Icon/icons/moon.ts","../../../src/components/Icon/icons/move.ts","../../../src/components/Icon/icons/paperclip.ts","../../../src/components/Icon/icons/passcode.ts","../../../src/components/Icon/icons/passport.ts","../../../src/components/Icon/icons/pause.ts","../../../src/components/Icon/icons/pencil.ts","../../../src/components/Icon/icons/pending-circle.ts","../../../src/components/Icon/icons/person-dash.ts","../../../src/components/Icon/icons/person-plus.ts","../../../src/components/Icon/icons/person-x.ts","../../../src/components/Icon/icons/person.ts","../../../src/components/Icon/icons/phone.ts","../../../src/components/Icon/icons/pin-map-fill.ts","../../../src/components/Icon/icons/pin.ts","../../../src/components/Icon/icons/placeholder.ts","../../../src/components/Icon/icons/plane.ts","../../../src/components/Icon/icons/play.ts","../../../src/components/Icon/icons/plus-circle.ts","../../../src/components/Icon/icons/plus-square.ts","../../../src/components/Icon/icons/plus.ts","../../../src/components/Icon/icons/printer.ts","../../../src/components/Icon/icons/question-circle.ts","../../../src/components/Icon/icons/rocket.ts","../../../src/components/Icon/icons/save.ts","../../../src/components/Icon/icons/search.ts","../../../src/components/Icon/icons/send.ts","../../../src/components/Icon/icons/sg-crest.ts","../../../src/components/Icon/icons/share.ts","../../../src/components/Icon/icons/shield-tick.ts","../../../src/components/Icon/icons/sidebar-collapse.ts","../../../src/components/Icon/icons/sidebar-expand.ts","../../../src/components/Icon/icons/slash-circle.ts","../../../src/components/Icon/icons/slash-divider.ts","../../../src/components/Icon/icons/sliders.ts","../../../src/components/Icon/icons/sort-ascending.ts","../../../src/components/Icon/icons/sort-descending.ts","../../../src/components/Icon/icons/speedometer.ts","../../../src/components/Icon/icons/star-ai.ts","../../../src/components/Icon/icons/star-fill.ts","../../../src/components/Icon/icons/star.ts","../../../src/components/Icon/icons/stoplights.ts","../../../src/components/Icon/icons/sun.ts","../../../src/components/Icon/icons/switch-horizontal.ts","../../../src/components/Icon/icons/switch-vertical.ts","../../../src/components/Icon/icons/tablet.ts","../../../src/components/Icon/icons/telegram.ts","../../../src/components/Icon/icons/telephone.ts","../../../src/components/Icon/icons/three-dots-vertical.ts","../../../src/components/Icon/icons/three-dots.ts","../../../src/components/Icon/icons/ticket.ts","../../../src/components/Icon/icons/toggle-off.ts","../../../src/components/Icon/icons/toggle-on.ts","../../../src/components/Icon/icons/train.ts","../../../src/components/Icon/icons/translate.ts","../../../src/components/Icon/icons/trash.ts","../../../src/components/Icon/icons/trend-down.ts","../../../src/components/Icon/icons/trend-up.ts","../../../src/components/Icon/icons/truck.ts","../../../src/components/Icon/icons/twitter-x.ts","../../../src/components/Icon/icons/unlock.ts","../../../src/components/Icon/icons/upload.ts","../../../src/components/Icon/icons/user-check.ts","../../../src/components/Icon/icons/user-circle.ts","../../../src/components/Icon/icons/user-pause.ts","../../../src/components/Icon/icons/user-square.ts","../../../src/components/Icon/icons/users.ts","../../../src/components/Icon/icons/video-recorder.ts","../../../src/components/Icon/icons/volume-max.ts","../../../src/components/Icon/icons/volume-x.ts","../../../src/components/Icon/icons/window-dash.ts","../../../src/components/Icon/icons/window-desktop.ts","../../../src/components/Icon/icons/window-dock.ts","../../../src/components/Icon/icons/window-fullscreen.ts","../../../src/components/Icon/icons/window-plus.ts","../../../src/components/Icon/icons/window-sidebar.ts","../../../src/components/Icon/icons/window-split.ts","../../../src/components/Icon/icons/window-stack.ts","../../../src/components/Icon/icons/window-x.ts","../../../src/components/Icon/icons/window.ts","../../../src/components/Icon/icons/xcircle-fill.ts","../../../src/components/Icon/icons/xcircle.ts","../../../src/components/Icon/icons/youtube.ts","../../../src/components/Icon/icons/zoom-in.ts","../../../src/components/Icon/icons/zoom-out.ts"],"sourcesContent":["/******************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\n\nvar extendStatics = function(d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n};\n\nexport function __extends(d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nexport var __assign = function() {\n __assign = Object.assign || function __assign(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n }\n return t;\n }\n return __assign.apply(this, arguments);\n}\n\nexport function __rest(s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n}\n\nexport function __decorate(decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n}\n\nexport function __param(paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n}\n\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\n var _, done = false;\n for (var i = decorators.length - 1; i >= 0; i--) {\n var context = {};\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\n if (kind === \"accessor\") {\n if (result === void 0) continue;\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\n if (_ = accept(result.get)) descriptor.get = _;\n if (_ = accept(result.set)) descriptor.set = _;\n if (_ = accept(result.init)) initializers.unshift(_);\n }\n else if (_ = accept(result)) {\n if (kind === \"field\") initializers.unshift(_);\n else descriptor[key] = _;\n }\n }\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\n done = true;\n};\n\nexport function __runInitializers(thisArg, initializers, value) {\n var useValue = arguments.length > 2;\n for (var i = 0; i < initializers.length; i++) {\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\n }\n return useValue ? value : void 0;\n};\n\nexport function __propKey(x) {\n return typeof x === \"symbol\" ? x : \"\".concat(x);\n};\n\nexport function __setFunctionName(f, name, prefix) {\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\n};\n\nexport function __metadata(metadataKey, metadataValue) {\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\n}\n\nexport function __awaiter(thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n}\n\nexport function __generator(thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n}\n\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n});\n\nexport function __exportStar(m, o) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\n}\n\nexport function __values(o) {\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\n if (m) return m.call(o);\n if (o && typeof o.length === \"number\") return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\n}\n\nexport function __read(o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n}\n\n/** @deprecated */\nexport function __spread() {\n for (var ar = [], i = 0; i < arguments.length; i++)\n ar = ar.concat(__read(arguments[i]));\n return ar;\n}\n\n/** @deprecated */\nexport function __spreadArrays() {\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\n r[k] = a[j];\n return r;\n}\n\nexport function __spreadArray(to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n}\n\nexport function __await(v) {\n return this instanceof __await ? (this.v = v, this) : new __await(v);\n}\n\nexport function __asyncGenerator(thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume(\"next\", value); }\n function reject(value) { resume(\"throw\", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\n}\n\nexport function __asyncDelegator(o) {\n var i, p;\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\n}\n\nexport function __asyncValues(o) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var m = o[Symbol.asyncIterator], i;\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\n}\n\nexport function __makeTemplateObject(cooked, raw) {\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\n return cooked;\n};\n\nvar __setModuleDefault = Object.create ? (function(o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n}) : function(o, v) {\n o[\"default\"] = v;\n};\n\nvar ownKeys = function(o) {\n ownKeys = Object.getOwnPropertyNames || function (o) {\n var ar = [];\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\n return ar;\n };\n return ownKeys(o);\n};\n\nexport function __importStar(mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\n __setModuleDefault(result, mod);\n return result;\n}\n\nexport function __importDefault(mod) {\n return (mod && mod.__esModule) ? mod : { default: mod };\n}\n\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n}\n\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n}\n\nexport function __classPrivateFieldIn(state, receiver) {\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\n}\n\nexport function __addDisposableResource(env, value, async) {\n if (value !== null && value !== void 0) {\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\n var dispose, inner;\n if (async) {\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\n dispose = value[Symbol.asyncDispose];\n }\n if (dispose === void 0) {\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\n dispose = value[Symbol.dispose];\n if (async) inner = dispose;\n }\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\n env.stack.push({ value: value, dispose: dispose, async: async });\n }\n else if (async) {\n env.stack.push({ async: true });\n }\n return value;\n}\n\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\n var e = new Error(message);\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\n};\n\nexport function __disposeResources(env) {\n function fail(e) {\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\n env.hasError = true;\n }\n var r, s = 0;\n function next() {\n while (r = env.stack.pop()) {\n try {\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\n if (r.dispose) {\n var result = r.dispose.call(r.value);\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\n }\n else s |= 1;\n }\n catch (e) {\n fail(e);\n }\n }\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\n if (env.hasError) throw env.error;\n }\n return next();\n}\n\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\n });\n }\n return path;\n}\n\nexport default {\n __extends,\n __assign,\n __rest,\n __decorate,\n __param,\n __esDecorate,\n __runInitializers,\n __propKey,\n __setFunctionName,\n __metadata,\n __awaiter,\n __generator,\n __createBinding,\n __exportStar,\n __values,\n __read,\n __spread,\n __spreadArrays,\n __spreadArray,\n __await,\n __asyncGenerator,\n __asyncDelegator,\n __asyncValues,\n __makeTemplateObject,\n __importStar,\n __importDefault,\n __classPrivateFieldGet,\n __classPrivateFieldSet,\n __classPrivateFieldIn,\n __addDisposableResource,\n __disposeResources,\n __rewriteRelativeImportExtension,\n};\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,i=t=>t,s=t.trustedTypes,e=s?s.createPolicy(\"lit-html\",{createHTML:t=>t}):void 0,h=\"$lit$\",o=`lit$${Math.random().toFixed(9).slice(2)}$`,n=\"?\"+o,r=`<${n}>`,l=document,c=()=>l.createComment(\"\"),a=t=>null===t||\"object\"!=typeof t&&\"function\"!=typeof t,u=Array.isArray,d=t=>u(t)||\"function\"==typeof t?.[Symbol.iterator],f=\"[ \\t\\n\\f\\r]\",v=/<(?:(!--|\\/[^a-zA-Z])|(\\/?[a-zA-Z][^>\\s]*)|(\\/?$))/g,_=/-->/g,m=/>/g,p=RegExp(`>|${f}(?:([^\\\\s\"'>=/]+)(${f}*=${f}*(?:[^ \\t\\n\\f\\r\"'\\`<>=]|(\"|')|))|$)`,\"g\"),g=/'/g,$=/\"/g,y=/^(?:script|style|textarea|title)$/i,x=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),b=x(1),w=x(2),T=x(3),E=Symbol.for(\"lit-noChange\"),A=Symbol.for(\"lit-nothing\"),C=new WeakMap,P=l.createTreeWalker(l,129);function V(t,i){if(!u(t)||!t.hasOwnProperty(\"raw\"))throw Error(\"invalid template strings array\");return void 0!==e?e.createHTML(i):i}const N=(t,i)=>{const s=t.length-1,e=[];let n,l=2===i?\"<svg>\":3===i?\"<math>\":\"\",c=v;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,f=0;for(;f<s.length&&(c.lastIndex=f,u=c.exec(s),null!==u);)f=c.lastIndex,c===v?\"!--\"===u[1]?c=_:void 0!==u[1]?c=m:void 0!==u[2]?(y.test(u[2])&&(n=RegExp(\"</\"+u[2],\"g\")),c=p):void 0!==u[3]&&(c=p):c===p?\">\"===u[0]?(c=n??v,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?p:'\"'===u[3]?$:g):c===$||c===g?c=p:c===_||c===m?c=v:(c=p,n=void 0);const x=c===p&&t[i+1].startsWith(\"/>\")?\" \":\"\";l+=c===v?s+r:d>=0?(e.push(a),s.slice(0,d)+h+s.slice(d)+o+x):s+o+(-2===d?i:x)}return[V(t,l+(t[s]||\"<?>\")+(2===i?\"</svg>\":3===i?\"</math>\":\"\")),e]};class S{constructor({strings:t,_$litType$:i},e){let r;this.parts=[];let l=0,a=0;const u=t.length-1,d=this.parts,[f,v]=N(t,i);if(this.el=S.createElement(f,e),P.currentNode=this.el.content,2===i||3===i){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=P.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(h)){const i=v[a++],s=r.getAttribute(t).split(o),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:l,name:e[2],strings:s,ctor:\".\"===e[1]?I:\"?\"===e[1]?L:\"@\"===e[1]?z:H}),r.removeAttribute(t)}else t.startsWith(o)&&(d.push({type:6,index:l}),r.removeAttribute(t));if(y.test(r.tagName)){const t=r.textContent.split(o),i=t.length-1;if(i>0){r.textContent=s?s.emptyScript:\"\";for(let s=0;s<i;s++)r.append(t[s],c()),P.nextNode(),d.push({type:2,index:++l});r.append(t[i],c())}}}else if(8===r.nodeType)if(r.data===n)d.push({type:2,index:l});else{let t=-1;for(;-1!==(t=r.data.indexOf(o,t+1));)d.push({type:7,index:l}),t+=o.length-1}l++}}static createElement(t,i){const s=l.createElement(\"template\");return s.innerHTML=t,s}}function M(t,i,s=t,e){if(i===E)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=a(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=M(t,h._$AS(t,i.values),h,e)),i}class R{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??l).importNode(i,!0);P.currentNode=e;let h=P.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let i;2===r.type?i=new k(h,h.nextSibling,this,t):1===r.type?i=new r.ctor(h,r.name,r.strings,this,t):6===r.type&&(i=new Z(h,this,t)),this._$AV.push(i),r=s[++n]}o!==r?.index&&(h=P.nextNode(),o++)}return P.currentNode=l,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++}}class k{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=M(this,t,i),a(t)?t===A||null==t||\"\"===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==E&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):d(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!==A&&a(this._$AH)?this._$AA.nextSibling.data=t:this.T(l.createTextNode(t)),this._$AH=t}$(t){const{values:i,_$litType$:s}=t,e=\"number\"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=S.createElement(V(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else{const t=new R(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t}}_$AC(t){let i=C.get(t.strings);return void 0===i&&C.set(t.strings,i=new S(t)),i}k(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new k(this.O(c()),this.O(c()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,s){for(this._$AP?.(!1,!0,s);t!==this._$AB;){const s=i(t).nextSibling;i(t).remove(),t=s}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class H{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||\"\"!==s[0]||\"\"!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=M(this,t,i,0),o=!a(t)||t!==this._$AH&&t!==E,o&&(this._$AH=t);else{const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=M(this,e[s+n],i,n),r===E&&(r=this._$AH[n]),o||=!a(r)||r!==this._$AH[n],r===A?t=A:t!==A&&(t+=(r??\"\")+h[n+1]),this._$AH[n]=r}o&&!e&&this.j(t)}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??\"\")}}class I extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===A?void 0:t}}class L extends H{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==A)}}class z extends H{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5}_$AI(t,i=this){if((t=M(this,t,i,0)??A)===E)return;const s=this._$AH,e=t===A&&s!==A||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==A&&(s===A||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){\"function\"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){M(this,t)}}const j={M:h,P:o,A:n,C:1,L:N,R,D:d,V:M,I:k,H,N:L,U:z,B:I,F:Z},B=t.litHtmlPolyfillSupport;B?.(S,k),(t.litHtmlVersions??=[]).push(\"3.3.2\");const D=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new k(i.insertBefore(c(),t),t,void 0,s??{})}return h._$AI(t),h};export{j as _$LH,b as html,T as mathml,E as noChange,A as nothing,D as render,w as svg};\n//# sourceMappingURL=lit-html.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}export{i as Directive,t as PartType,e as directive};\n//# sourceMappingURL=directive.js.map\n","import{_$LH as o}from\"./lit-html.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{I:t}=o,i=o=>o,n=o=>null===o||\"object\"!=typeof o&&\"function\"!=typeof o,e={HTML:1,SVG:2,MATHML:3},l=(o,t)=>void 0===t?void 0!==o?._$litType$:o?._$litType$===t,d=o=>null!=o?._$litType$?.h,c=o=>void 0!==o?._$litDirective$,f=o=>o?._$litDirective$,r=o=>void 0===o.strings,s=()=>document.createComment(\"\"),v=(o,n,e)=>{const l=o._$AA.parentNode,d=void 0===n?o._$AB:n._$AA;if(void 0===e){const i=l.insertBefore(s(),d),n=l.insertBefore(s(),d);e=new t(i,n,o,o.options)}else{const t=e._$AB.nextSibling,n=e._$AM,c=n!==o;if(c){let t;e._$AQ?.(o),e._$AM=o,void 0!==e._$AP&&(t=o._$AU)!==n._$AU&&e._$AP(t)}if(t!==d||c){let o=e._$AA;for(;o!==t;){const t=i(o).nextSibling;i(l).insertBefore(o,d),o=t}}}return e},u=(o,t,i=o)=>(o._$AI(t,i),o),m={},p=(o,t=m)=>o._$AH=t,M=o=>o._$AH,h=o=>{o._$AR(),o._$AA.remove()},j=o=>{o._$AR()};export{e as TemplateResultType,j as clearPart,M as getCommittedValue,f as getDirectiveClass,v as insertPart,d as isCompiledTemplateResult,c as isDirectiveResult,n as isPrimitive,r as isSingleExpression,l as isTemplateResult,h as removePart,u as setChildPartValue,p as setCommittedValue};\n//# sourceMappingURL=directive-helpers.js.map\n","import{noChange as r,nothing as e}from\"../lit-html.js\";import{directive as i,Directive as t,PartType as n}from\"../directive.js\";import{isSingleExpression as o,setCommittedValue as s}from\"../directive-helpers.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const l=i(class extends t{constructor(r){if(super(r),r.type!==n.PROPERTY&&r.type!==n.ATTRIBUTE&&r.type!==n.BOOLEAN_ATTRIBUTE)throw Error(\"The `live` directive is not allowed on child or event bindings\");if(!o(r))throw Error(\"`live` bindings can only contain a single expression\")}render(r){return r}update(i,[t]){if(t===r||t===e)return t;const o=i.element,l=i.name;if(i.type===n.PROPERTY){if(t===o[l])return r}else if(i.type===n.BOOLEAN_ATTRIBUTE){if(!!t===o.hasAttribute(l))return r}else if(i.type===n.ATTRIBUTE&&o.getAttribute(l)===t+\"\")return r;return s(i),t}});export{l as live};\n//# sourceMappingURL=live.js.map\n","/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),o=new WeakMap;class n{constructor(t,e,o){if(this._$cssResult$=!0,o!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new n(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const o=1===t.length?t[0]:e.reduce((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[o+1],t[0]);return new n(o,t,s)},S=(s,o)=>{if(e)s.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const e of o){const o=document.createElement(\"style\"),n=t.litNonce;void 0!==n&&o.setAttribute(\"nonce\",n),o.textContent=e.cssText,s.appendChild(o)}},c=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{n as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n","import{getCompatibleStyle as t,adoptStyles as s}from\"./css-tag.js\";export{CSSResult,css,supportsAdoptingStyleSheets,unsafeCSS}from\"./css-tag.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{is:i,defineProperty:e,getOwnPropertyDescriptor:h,getOwnPropertyNames:r,getOwnPropertySymbols:o,getPrototypeOf:n}=Object,a=globalThis,c=a.trustedTypes,l=c?c.emptyScript:\"\",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},f=(t,s)=>!i(t,s),b={attribute:!0,type:String,converter:u,reflect:!1,useDefault:!1,hasChanged:f};Symbol.metadata??=Symbol(\"metadata\"),a.litPropertyMetadata??=new WeakMap;class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=b){if(s.state&&(s.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((s=Object.create(s)).wrapped=!0),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),h=this.getPropertyDescriptor(t,i,s);void 0!==h&&e(this.prototype,t,h)}}static getPropertyDescriptor(t,s,i){const{get:e,set:r}=h(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t}};return{get:e,set(s){const h=e?.call(this);r?.call(this,s),this.requestUpdate(t,h,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(d(\"elementProperties\")))return;const t=n(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(d(\"finalized\")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d(\"properties\"))){const t=this.properties,s=[...r(t),...o(t)];for(const i of s)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(t(s))}else void 0!==s&&i.push(t(s));return i}static _$Eu(t,s){const i=s.attribute;return!1===i?void 0:\"string\"==typeof i?i:\"string\"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return s(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,s,i){this._$AK(t,i)}_$ET(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const h=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==h?this.removeAttribute(e):this.setAttribute(e,h),this._$Em=null}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),h=\"function\"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e;const r=h.fromAttribute(s,t.type);this[e]=r??this._$Ej?.get(e)??r,this._$Em=null}}requestUpdate(t,s,i,e=!1,h){if(void 0!==t){const r=this.constructor;if(!1===e&&(h=this[t]),i??=r.getPropertyOptions(t),!((i.hasChanged??f)(h,s)||i.useDefault&&i.reflect&&h===this._$Ej?.get(t)&&!this.hasAttribute(r._$Eu(t,i))))return;this.C(t,s,i)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,s,{useDefault:i,reflect:e,wrapped:h},r){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,r??s??this[t]),!0!==h||void 0!==r)||(this._$AL.has(t)||(this.hasUpdated||i||(s=void 0),this._$AL.set(t,s)),!0===e&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t){const{wrapped:t}=i,e=this[s];!0!==t||this._$AL.has(s)||void 0===e||this.C(s,void 0,i,e)}}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach(t=>t.hostUpdate?.()),this.update(s)):this._$EM()}catch(s){throw t=!1,this._$EM(),s}t&&this._$AE(s)}willUpdate(t){}_$AE(t){this._$EO?.forEach(t=>t.hostUpdated?.()),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.forEach(t=>this._$ET(t,this[t])),this._$EM()}updated(t){}firstUpdated(t){}}y.elementStyles=[],y.shadowRootOptions={mode:\"open\"},y[d(\"elementProperties\")]=new Map,y[d(\"finalized\")]=new Map,p?.({ReactiveElement:y}),(a.reactiveElementVersions??=[]).push(\"2.1.2\");export{y as ReactiveElement,s as adoptStyles,u as defaultConverter,t as getCompatibleStyle,f as notEqual};\n//# sourceMappingURL=reactive-element.js.map\n","import{ReactiveElement as t}from\"@lit/reactive-element\";export*from\"@lit/reactive-element\";import{render as e,noChange as r}from\"lit-html\";export*from\"lit-html\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const s=globalThis;class i extends t{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=e(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return r}}i._$litElement$=!0,i[\"finalized\"]=!0,s.litElementHydrateSupport?.({LitElement:i});const o=s.litElementPolyfillSupport;o?.({LitElement:i});const n={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(s.litElementVersions??=[]).push(\"4.2.2\");export{i as LitElement,n as _$LE};\n//# sourceMappingURL=lit-element.js.map\n","import{notEqual as t,defaultConverter as e}from\"../reactive-element.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o={attribute:!0,type:String,converter:e,reflect:!1,hasChanged:t},r=(t=o,e,r)=>{const{kind:n,metadata:i}=r;let s=globalThis.litPropertyMetadata.get(i);if(void 0===s&&globalThis.litPropertyMetadata.set(i,s=new Map),\"setter\"===n&&((t=Object.create(t)).wrapped=!0),s.set(r.name,t),\"accessor\"===n){const{name:o}=r;return{set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t,!0,r)},init(e){return void 0!==e&&this.C(o,void 0,t,e),e}}}if(\"setter\"===n){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t,!0,r)}}throw Error(\"Unsupported decorator location: \"+n)};function n(t){return(e,o)=>\"object\"==typeof o?r(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)}export{n as property,r as standardProperty};\n//# sourceMappingURL=property.js.map\n","import{property as t}from\"./property.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function r(r){return t({...r,state:!0,attribute:!1})}export{r as state};\n//# sourceMappingURL=state.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst e=(e,t,c)=>(c.configurable=!0,c.enumerable=!0,Reflect.decorate&&\"object\"!=typeof t&&Object.defineProperty(e,t,c),c);export{e as desc};\n//# sourceMappingURL=base.js.map\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nfunction r(r){return(n,e)=>t(n,e,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(r)??null}})}export{r as queryAsync};\n//# sourceMappingURL=query-async.js.map\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2021 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function o(o){return(e,n)=>{const{slot:r,selector:s}=o??{},c=\"slot\"+(r?`[name=${r}]`:\":not([name])\");return t(e,n,{get(){const t=this.renderRoot?.querySelector(c),e=t?.assignedElements(o)??[];return void 0===s?e:e.filter(t=>t.matches(s))}})}}export{o as queryAssignedElements};\n//# sourceMappingURL=query-assigned-elements.js.map\n","import{noChange as t}from\"../lit-html.js\";import{directive as s,Directive as i,PartType as r}from\"../directive.js\";\n/**\n * @license\n * Copyright 2018 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const e=s(class extends i{constructor(t){if(super(t),t.type!==r.ATTRIBUTE||\"class\"!==t.name||t.strings?.length>2)throw Error(\"`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.\")}render(t){return\" \"+Object.keys(t).filter(s=>t[s]).join(\" \")+\" \"}update(s,[i]){if(void 0===this.st){this.st=new Set,void 0!==s.strings&&(this.nt=new Set(s.strings.join(\" \").split(/\\s/).filter(t=>\"\"!==t)));for(const t in i)i[t]&&!this.nt?.has(t)&&this.st.add(t);return this.render(i)}const r=s.element.classList;for(const t of this.st)t in i||(r.remove(t),this.st.delete(t));for(const t in i){const s=!!i[t];s===this.st.has(t)||this.nt?.has(t)||(s?(r.add(t),this.st.add(t)):(r.remove(t),this.st.delete(t)))}return t}});export{e as classMap};\n//# sourceMappingURL=class-map.js.map\n","import{nothing as t}from\"../lit-html.js\";\n/**\n * @license\n * Copyright 2018 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o=o=>o??t;export{o as ifDefined};\n//# sourceMappingURL=if-defined.js.map\n","import{isSingleExpression as i}from\"./directive-helpers.js\";import{Directive as t,PartType as e}from\"./directive.js\";export{directive}from\"./directive.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const s=(i,t)=>{const e=i._$AN;if(void 0===e)return!1;for(const i of e)i._$AO?.(t,!1),s(i,t);return!0},o=i=>{let t,e;do{if(void 0===(t=i._$AM))break;e=t._$AN,e.delete(i),i=t}while(0===e?.size)},r=i=>{for(let t;t=i._$AM;i=t){let e=t._$AN;if(void 0===e)t._$AN=e=new Set;else if(e.has(i))break;e.add(i),c(t)}};function h(i){void 0!==this._$AN?(o(this),this._$AM=i,r(this)):this._$AM=i}function n(i,t=!1,e=0){const r=this._$AH,h=this._$AN;if(void 0!==h&&0!==h.size)if(t)if(Array.isArray(r))for(let i=e;i<r.length;i++)s(r[i],!1),o(r[i]);else null!=r&&(s(r,!1),o(r));else s(this,i)}const c=i=>{i.type==e.CHILD&&(i._$AP??=n,i._$AQ??=h)};class f extends t{constructor(){super(...arguments),this._$AN=void 0}_$AT(i,t,e){super._$AT(i,t,e),r(this),this.isConnected=i._$AU}_$AO(i,t=!0){i!==this.isConnected&&(this.isConnected=i,i?this.reconnected?.():this.disconnected?.()),t&&(s(this,i),o(this))}setValue(t){if(i(this._$Ct))this._$Ct._$AI(t,this);else{const i=[...this._$Ct._$AH];i[this._$Ci]=t,this._$Ct._$AI(i,this,0)}}disconnected(){}reconnected(){}}export{f as AsyncDirective,t as Directive,e as PartType};\n//# sourceMappingURL=async-directive.js.map\n","import{nothing as t}from\"../lit-html.js\";import{AsyncDirective as i}from\"../async-directive.js\";import{directive as s}from\"../directive.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const e=()=>new h;class h{}const o=new WeakMap,n=s(class extends i{render(i){return t}update(i,[s]){const e=s!==this.G;return e&&void 0!==this.G&&this.rt(void 0),(e||this.lt!==this.ct)&&(this.G=s,this.ht=i.options?.host,this.rt(this.ct=i.element)),t}rt(t){if(this.isConnected||(t=void 0),\"function\"==typeof this.G){const i=this.ht??globalThis;let s=o.get(i);void 0===s&&(s=new WeakMap,o.set(i,s)),void 0!==s.get(this.G)&&this.G.call(this.ht,void 0),s.set(this.G,t),void 0!==t&&this.G.call(this.ht,t)}else this.G.value=t}get lt(){return\"function\"==typeof this.G?o.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});export{e as createRef,n as ref};\n//# sourceMappingURL=ref.js.map\n","/**\n * Custom positioning reference element.\n * @see https://floating-ui.com/docs/virtual-elements\n */\n\nconst sides = ['top', 'right', 'bottom', 'left'];\nconst alignments = ['start', 'end'];\nconst placements = /*#__PURE__*/sides.reduce((acc, side) => acc.concat(side, side + \"-\" + alignments[0], side + \"-\" + alignments[1]), []);\nconst min = Math.min;\nconst max = Math.max;\nconst round = Math.round;\nconst floor = Math.floor;\nconst createCoords = v => ({\n x: v,\n y: v\n});\nconst oppositeSideMap = {\n left: 'right',\n right: 'left',\n bottom: 'top',\n top: 'bottom'\n};\nconst oppositeAlignmentMap = {\n start: 'end',\n end: 'start'\n};\nfunction clamp(start, value, end) {\n return max(start, min(value, end));\n}\nfunction evaluate(value, param) {\n return typeof value === 'function' ? value(param) : value;\n}\nfunction getSide(placement) {\n return placement.split('-')[0];\n}\nfunction getAlignment(placement) {\n return placement.split('-')[1];\n}\nfunction getOppositeAxis(axis) {\n return axis === 'x' ? 'y' : 'x';\n}\nfunction getAxisLength(axis) {\n return axis === 'y' ? 'height' : 'width';\n}\nconst yAxisSides = /*#__PURE__*/new Set(['top', 'bottom']);\nfunction getSideAxis(placement) {\n return yAxisSides.has(getSide(placement)) ? 'y' : 'x';\n}\nfunction getAlignmentAxis(placement) {\n return getOppositeAxis(getSideAxis(placement));\n}\nfunction getAlignmentSides(placement, rects, rtl) {\n if (rtl === void 0) {\n rtl = false;\n }\n const alignment = getAlignment(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const length = getAxisLength(alignmentAxis);\n let mainAlignmentSide = alignmentAxis === 'x' ? alignment === (rtl ? 'end' : 'start') ? 'right' : 'left' : alignment === 'start' ? 'bottom' : 'top';\n if (rects.reference[length] > rects.floating[length]) {\n mainAlignmentSide = getOppositePlacement(mainAlignmentSide);\n }\n return [mainAlignmentSide, getOppositePlacement(mainAlignmentSide)];\n}\nfunction getExpandedPlacements(placement) {\n const oppositePlacement = getOppositePlacement(placement);\n return [getOppositeAlignmentPlacement(placement), oppositePlacement, getOppositeAlignmentPlacement(oppositePlacement)];\n}\nfunction getOppositeAlignmentPlacement(placement) {\n return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);\n}\nconst lrPlacement = ['left', 'right'];\nconst rlPlacement = ['right', 'left'];\nconst tbPlacement = ['top', 'bottom'];\nconst btPlacement = ['bottom', 'top'];\nfunction getSideList(side, isStart, rtl) {\n switch (side) {\n case 'top':\n case 'bottom':\n if (rtl) return isStart ? rlPlacement : lrPlacement;\n return isStart ? lrPlacement : rlPlacement;\n case 'left':\n case 'right':\n return isStart ? tbPlacement : btPlacement;\n default:\n return [];\n }\n}\nfunction getOppositeAxisPlacements(placement, flipAlignment, direction, rtl) {\n const alignment = getAlignment(placement);\n let list = getSideList(getSide(placement), direction === 'start', rtl);\n if (alignment) {\n list = list.map(side => side + \"-\" + alignment);\n if (flipAlignment) {\n list = list.concat(list.map(getOppositeAlignmentPlacement));\n }\n }\n return list;\n}\nfunction getOppositePlacement(placement) {\n return placement.replace(/left|right|bottom|top/g, side => oppositeSideMap[side]);\n}\nfunction expandPaddingObject(padding) {\n return {\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n ...padding\n };\n}\nfunction getPaddingObject(padding) {\n return typeof padding !== 'number' ? expandPaddingObject(padding) : {\n top: padding,\n right: padding,\n bottom: padding,\n left: padding\n };\n}\nfunction rectToClientRect(rect) {\n const {\n x,\n y,\n width,\n height\n } = rect;\n return {\n width,\n height,\n top: y,\n left: x,\n right: x + width,\n bottom: y + height,\n x,\n y\n };\n}\n\nexport { alignments, clamp, createCoords, evaluate, expandPaddingObject, floor, getAlignment, getAlignmentAxis, getAlignmentSides, getAxisLength, getExpandedPlacements, getOppositeAlignmentPlacement, getOppositeAxis, getOppositeAxisPlacements, getOppositePlacement, getPaddingObject, getSide, getSideAxis, max, min, placements, rectToClientRect, round, sides };\n","import { getSideAxis, getAlignmentAxis, getAxisLength, getSide, getAlignment, evaluate, getPaddingObject, rectToClientRect, min, clamp, placements, getAlignmentSides, getOppositeAlignmentPlacement, getOppositePlacement, getExpandedPlacements, getOppositeAxisPlacements, sides, max, getOppositeAxis } from '@floating-ui/utils';\nexport { rectToClientRect } from '@floating-ui/utils';\n\nfunction computeCoordsFromPlacement(_ref, placement, rtl) {\n let {\n reference,\n floating\n } = _ref;\n const sideAxis = getSideAxis(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const alignLength = getAxisLength(alignmentAxis);\n const side = getSide(placement);\n const isVertical = sideAxis === 'y';\n const commonX = reference.x + reference.width / 2 - floating.width / 2;\n const commonY = reference.y + reference.height / 2 - floating.height / 2;\n const commonAlign = reference[alignLength] / 2 - floating[alignLength] / 2;\n let coords;\n switch (side) {\n case 'top':\n coords = {\n x: commonX,\n y: reference.y - floating.height\n };\n break;\n case 'bottom':\n coords = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n case 'right':\n coords = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n case 'left':\n coords = {\n x: reference.x - floating.width,\n y: commonY\n };\n break;\n default:\n coords = {\n x: reference.x,\n y: reference.y\n };\n }\n switch (getAlignment(placement)) {\n case 'start':\n coords[alignmentAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n case 'end':\n coords[alignmentAxis] += commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n }\n return coords;\n}\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n *\n * This export does not have any `platform` interface logic. You will need to\n * write one for the platform you are using Floating UI with.\n */\nconst computePosition = async (reference, floating, config) => {\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform\n } = config;\n const validMiddleware = middleware.filter(Boolean);\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));\n let rects = await platform.getElementRects({\n reference,\n floating,\n strategy\n });\n let {\n x,\n y\n } = computeCoordsFromPlacement(rects, placement, rtl);\n let statefulPlacement = placement;\n let middlewareData = {};\n let resetCount = 0;\n for (let i = 0; i < validMiddleware.length; i++) {\n const {\n name,\n fn\n } = validMiddleware[i];\n const {\n x: nextX,\n y: nextY,\n data,\n reset\n } = await fn({\n x,\n y,\n initialPlacement: placement,\n placement: statefulPlacement,\n strategy,\n middlewareData,\n rects,\n platform,\n elements: {\n reference,\n floating\n }\n });\n x = nextX != null ? nextX : x;\n y = nextY != null ? nextY : y;\n middlewareData = {\n ...middlewareData,\n [name]: {\n ...middlewareData[name],\n ...data\n }\n };\n if (reset && resetCount <= 50) {\n resetCount++;\n if (typeof reset === 'object') {\n if (reset.placement) {\n statefulPlacement = reset.placement;\n }\n if (reset.rects) {\n rects = reset.rects === true ? await platform.getElementRects({\n reference,\n floating,\n strategy\n }) : reset.rects;\n }\n ({\n x,\n y\n } = computeCoordsFromPlacement(rects, statefulPlacement, rtl));\n }\n i = -1;\n }\n }\n return {\n x,\n y,\n placement: statefulPlacement,\n strategy,\n middlewareData\n };\n};\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nasync function detectOverflow(state, options) {\n var _await$platform$isEle;\n if (options === void 0) {\n options = {};\n }\n const {\n x,\n y,\n platform,\n rects,\n elements,\n strategy\n } = state;\n const {\n boundary = 'clippingAncestors',\n rootBoundary = 'viewport',\n elementContext = 'floating',\n altBoundary = false,\n padding = 0\n } = evaluate(options, state);\n const paddingObject = getPaddingObject(padding);\n const altContext = elementContext === 'floating' ? 'reference' : 'floating';\n const element = elements[altBoundary ? altContext : elementContext];\n const clippingClientRect = rectToClientRect(await platform.getClippingRect({\n element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),\n boundary,\n rootBoundary,\n strategy\n }));\n const rect = elementContext === 'floating' ? {\n x,\n y,\n width: rects.floating.width,\n height: rects.floating.height\n } : rects.reference;\n const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));\n const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {\n x: 1,\n y: 1\n } : {\n x: 1,\n y: 1\n };\n const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({\n elements,\n rect,\n offsetParent,\n strategy\n }) : rect);\n return {\n top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,\n bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,\n left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,\n right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x\n };\n}\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = options => ({\n name: 'arrow',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n platform,\n elements,\n middlewareData\n } = state;\n // Since `element` is required, we don't Partial<> the type.\n const {\n element,\n padding = 0\n } = evaluate(options, state) || {};\n if (element == null) {\n return {};\n }\n const paddingObject = getPaddingObject(padding);\n const coords = {\n x,\n y\n };\n const axis = getAlignmentAxis(placement);\n const length = getAxisLength(axis);\n const arrowDimensions = await platform.getDimensions(element);\n const isYAxis = axis === 'y';\n const minProp = isYAxis ? 'top' : 'left';\n const maxProp = isYAxis ? 'bottom' : 'right';\n const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';\n const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];\n const startDiff = coords[axis] - rects.reference[axis];\n const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));\n let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;\n\n // DOM platform can return `window` as the `offsetParent`.\n if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {\n clientSize = elements.floating[clientProp] || rects.floating[length];\n }\n const centerToReference = endDiff / 2 - startDiff / 2;\n\n // If the padding is large enough that it causes the arrow to no longer be\n // centered, modify the padding so that it is centered.\n const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;\n const minPadding = min(paddingObject[minProp], largestPossiblePadding);\n const maxPadding = min(paddingObject[maxProp], largestPossiblePadding);\n\n // Make sure the arrow doesn't overflow the floating element if the center\n // point is outside the floating element's bounds.\n const min$1 = minPadding;\n const max = clientSize - arrowDimensions[length] - maxPadding;\n const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;\n const offset = clamp(min$1, center, max);\n\n // If the reference is small enough that the arrow's padding causes it to\n // to point to nothing for an aligned placement, adjust the offset of the\n // floating element itself. To ensure `shift()` continues to take action,\n // a single reset is performed when this is true.\n const shouldAddOffset = !middlewareData.arrow && getAlignment(placement) != null && center !== offset && rects.reference[length] / 2 - (center < min$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;\n const alignmentOffset = shouldAddOffset ? center < min$1 ? center - min$1 : center - max : 0;\n return {\n [axis]: coords[axis] + alignmentOffset,\n data: {\n [axis]: offset,\n centerOffset: center - offset - alignmentOffset,\n ...(shouldAddOffset && {\n alignmentOffset\n })\n },\n reset: shouldAddOffset\n };\n }\n});\n\nfunction getPlacementList(alignment, autoAlignment, allowedPlacements) {\n const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);\n return allowedPlacementsSortedByAlignment.filter(placement => {\n if (alignment) {\n return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);\n }\n return true;\n });\n}\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'autoPlacement',\n options,\n async fn(state) {\n var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;\n const {\n rects,\n middlewareData,\n placement,\n platform,\n elements\n } = state;\n const {\n crossAxis = false,\n alignment,\n allowedPlacements = placements,\n autoAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n const placements$1 = alignment !== undefined || allowedPlacements === placements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;\n const currentPlacement = placements$1[currentIndex];\n if (currentPlacement == null) {\n return {};\n }\n const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));\n\n // Make `computeCoords` start from the right place.\n if (placement !== currentPlacement) {\n return {\n reset: {\n placement: placements$1[0]\n }\n };\n }\n const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];\n const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {\n placement: currentPlacement,\n overflows: currentOverflows\n }];\n const nextPlacement = placements$1[currentIndex + 1];\n\n // There are more placements to check.\n if (nextPlacement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n const placementsSortedByMostSpace = allOverflows.map(d => {\n const alignment = getAlignment(d.placement);\n return [d.placement, alignment && crossAxis ?\n // Check along the mainAxis and main crossAxis side.\n d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :\n // Check only the mainAxis.\n d.overflows[0], d.overflows];\n }).sort((a, b) => a[1] - b[1]);\n const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,\n // Aligned placements should not check their opposite crossAxis\n // side.\n getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));\n const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];\n if (resetPlacement !== placement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: resetPlacement\n }\n };\n }\n return {};\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'flip',\n options,\n async fn(state) {\n var _middlewareData$arrow, _middlewareData$flip;\n const {\n placement,\n middlewareData,\n rects,\n initialPlacement,\n platform,\n elements\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true,\n fallbackPlacements: specifiedFallbackPlacements,\n fallbackStrategy = 'bestFit',\n fallbackAxisSideDirection = 'none',\n flipAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n\n // If a reset by the arrow was caused due to an alignment offset being\n // added, we should skip any logic now since `flip()` has already done its\n // work.\n // https://github.com/floating-ui/floating-ui/issues/2549#issuecomment-1719601643\n if ((_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n const side = getSide(placement);\n const initialSideAxis = getSideAxis(initialPlacement);\n const isBasePlacement = getSide(initialPlacement) === initialPlacement;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));\n const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== 'none';\n if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {\n fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));\n }\n const placements = [initialPlacement, ...fallbackPlacements];\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const overflows = [];\n let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];\n if (checkMainAxis) {\n overflows.push(overflow[side]);\n }\n if (checkCrossAxis) {\n const sides = getAlignmentSides(placement, rects, rtl);\n overflows.push(overflow[sides[0]], overflow[sides[1]]);\n }\n overflowsData = [...overflowsData, {\n placement,\n overflows\n }];\n\n // One or more sides is overflowing.\n if (!overflows.every(side => side <= 0)) {\n var _middlewareData$flip2, _overflowsData$filter;\n const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;\n const nextPlacement = placements[nextIndex];\n if (nextPlacement) {\n const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;\n if (!ignoreCrossAxisOverflow ||\n // We leave the current main axis only if every placement on that axis\n // overflows the main axis.\n overflowsData.every(d => getSideAxis(d.placement) === initialSideAxis ? d.overflows[0] > 0 : true)) {\n // Try next placement and re-run the lifecycle.\n return {\n data: {\n index: nextIndex,\n overflows: overflowsData\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n }\n\n // First, find the candidates that fit on the mainAxis side of overflow,\n // then find the placement that fits the best on the main crossAxis side.\n let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;\n\n // Otherwise fallback.\n if (!resetPlacement) {\n switch (fallbackStrategy) {\n case 'bestFit':\n {\n var _overflowsData$filter2;\n const placement = (_overflowsData$filter2 = overflowsData.filter(d => {\n if (hasFallbackAxisSideDirection) {\n const currentSideAxis = getSideAxis(d.placement);\n return currentSideAxis === initialSideAxis ||\n // Create a bias to the `y` side axis due to horizontal\n // reading directions favoring greater width.\n currentSideAxis === 'y';\n }\n return true;\n }).map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$filter2[0];\n if (placement) {\n resetPlacement = placement;\n }\n break;\n }\n case 'initialPlacement':\n resetPlacement = initialPlacement;\n break;\n }\n }\n if (placement !== resetPlacement) {\n return {\n reset: {\n placement: resetPlacement\n }\n };\n }\n }\n return {};\n }\n };\n};\n\nfunction getSideOffsets(overflow, rect) {\n return {\n top: overflow.top - rect.height,\n right: overflow.right - rect.width,\n bottom: overflow.bottom - rect.height,\n left: overflow.left - rect.width\n };\n}\nfunction isAnySideFullyClipped(overflow) {\n return sides.some(side => overflow[side] >= 0);\n}\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'hide',\n options,\n async fn(state) {\n const {\n rects\n } = state;\n const {\n strategy = 'referenceHidden',\n ...detectOverflowOptions\n } = evaluate(options, state);\n switch (strategy) {\n case 'referenceHidden':\n {\n const overflow = await detectOverflow(state, {\n ...detectOverflowOptions,\n elementContext: 'reference'\n });\n const offsets = getSideOffsets(overflow, rects.reference);\n return {\n data: {\n referenceHiddenOffsets: offsets,\n referenceHidden: isAnySideFullyClipped(offsets)\n }\n };\n }\n case 'escaped':\n {\n const overflow = await detectOverflow(state, {\n ...detectOverflowOptions,\n altBoundary: true\n });\n const offsets = getSideOffsets(overflow, rects.floating);\n return {\n data: {\n escapedOffsets: offsets,\n escaped: isAnySideFullyClipped(offsets)\n }\n };\n }\n default:\n {\n return {};\n }\n }\n }\n };\n};\n\nfunction getBoundingRect(rects) {\n const minX = min(...rects.map(rect => rect.left));\n const minY = min(...rects.map(rect => rect.top));\n const maxX = max(...rects.map(rect => rect.right));\n const maxY = max(...rects.map(rect => rect.bottom));\n return {\n x: minX,\n y: minY,\n width: maxX - minX,\n height: maxY - minY\n };\n}\nfunction getRectsByLine(rects) {\n const sortedRects = rects.slice().sort((a, b) => a.y - b.y);\n const groups = [];\n let prevRect = null;\n for (let i = 0; i < sortedRects.length; i++) {\n const rect = sortedRects[i];\n if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {\n groups.push([rect]);\n } else {\n groups[groups.length - 1].push(rect);\n }\n prevRect = rect;\n }\n return groups.map(rect => rectToClientRect(getBoundingRect(rect)));\n}\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'inline',\n options,\n async fn(state) {\n const {\n placement,\n elements,\n rects,\n platform,\n strategy\n } = state;\n // A MouseEvent's client{X,Y} coords can be up to 2 pixels off a\n // ClientRect's bounds, despite the event listener being triggered. A\n // padding of 2 seems to handle this issue.\n const {\n padding = 2,\n x,\n y\n } = evaluate(options, state);\n const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);\n const clientRects = getRectsByLine(nativeClientRects);\n const fallback = rectToClientRect(getBoundingRect(nativeClientRects));\n const paddingObject = getPaddingObject(padding);\n function getBoundingClientRect() {\n // There are two rects and they are disjoined.\n if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {\n // Find the first rect in which the point is fully inside.\n return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;\n }\n\n // There are 2 or more connected rects.\n if (clientRects.length >= 2) {\n if (getSideAxis(placement) === 'y') {\n const firstRect = clientRects[0];\n const lastRect = clientRects[clientRects.length - 1];\n const isTop = getSide(placement) === 'top';\n const top = firstRect.top;\n const bottom = lastRect.bottom;\n const left = isTop ? firstRect.left : lastRect.left;\n const right = isTop ? firstRect.right : lastRect.right;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n const isLeftSide = getSide(placement) === 'left';\n const maxRight = max(...clientRects.map(rect => rect.right));\n const minLeft = min(...clientRects.map(rect => rect.left));\n const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);\n const top = measureRects[0].top;\n const bottom = measureRects[measureRects.length - 1].bottom;\n const left = minLeft;\n const right = maxRight;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n return fallback;\n }\n const resetRects = await platform.getElementRects({\n reference: {\n getBoundingClientRect\n },\n floating: elements.floating,\n strategy\n });\n if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {\n return {\n reset: {\n rects: resetRects\n }\n };\n }\n return {};\n }\n };\n};\n\nconst originSides = /*#__PURE__*/new Set(['left', 'top']);\n\n// For type backwards-compatibility, the `OffsetOptions` type was also\n// Derivable.\n\nasync function convertValueToCoords(state, options) {\n const {\n placement,\n platform,\n elements\n } = state;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isVertical = getSideAxis(placement) === 'y';\n const mainAxisMulti = originSides.has(side) ? -1 : 1;\n const crossAxisMulti = rtl && isVertical ? -1 : 1;\n const rawValue = evaluate(options, state);\n\n // eslint-disable-next-line prefer-const\n let {\n mainAxis,\n crossAxis,\n alignmentAxis\n } = typeof rawValue === 'number' ? {\n mainAxis: rawValue,\n crossAxis: 0,\n alignmentAxis: null\n } : {\n mainAxis: rawValue.mainAxis || 0,\n crossAxis: rawValue.crossAxis || 0,\n alignmentAxis: rawValue.alignmentAxis\n };\n if (alignment && typeof alignmentAxis === 'number') {\n crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;\n }\n return isVertical ? {\n x: crossAxis * crossAxisMulti,\n y: mainAxis * mainAxisMulti\n } : {\n x: mainAxis * mainAxisMulti,\n y: crossAxis * crossAxisMulti\n };\n}\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = function (options) {\n if (options === void 0) {\n options = 0;\n }\n return {\n name: 'offset',\n options,\n async fn(state) {\n var _middlewareData$offse, _middlewareData$arrow;\n const {\n x,\n y,\n placement,\n middlewareData\n } = state;\n const diffCoords = await convertValueToCoords(state, options);\n\n // If the placement is the same and the arrow caused an alignment offset\n // then we don't need to change the positioning coordinates.\n if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n return {\n x: x + diffCoords.x,\n y: y + diffCoords.y,\n data: {\n ...diffCoords,\n placement\n }\n };\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'shift',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = false,\n limiter = {\n fn: _ref => {\n let {\n x,\n y\n } = _ref;\n return {\n x,\n y\n };\n }\n },\n ...detectOverflowOptions\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const crossAxis = getSideAxis(getSide(placement));\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n if (checkMainAxis) {\n const minSide = mainAxis === 'y' ? 'top' : 'left';\n const maxSide = mainAxis === 'y' ? 'bottom' : 'right';\n const min = mainAxisCoord + overflow[minSide];\n const max = mainAxisCoord - overflow[maxSide];\n mainAxisCoord = clamp(min, mainAxisCoord, max);\n }\n if (checkCrossAxis) {\n const minSide = crossAxis === 'y' ? 'top' : 'left';\n const maxSide = crossAxis === 'y' ? 'bottom' : 'right';\n const min = crossAxisCoord + overflow[minSide];\n const max = crossAxisCoord - overflow[maxSide];\n crossAxisCoord = clamp(min, crossAxisCoord, max);\n }\n const limitedCoords = limiter.fn({\n ...state,\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n });\n return {\n ...limitedCoords,\n data: {\n x: limitedCoords.x - x,\n y: limitedCoords.y - y,\n enabled: {\n [mainAxis]: checkMainAxis,\n [crossAxis]: checkCrossAxis\n }\n }\n };\n }\n };\n};\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n options,\n fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n middlewareData\n } = state;\n const {\n offset = 0,\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const crossAxis = getSideAxis(placement);\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n const rawOffset = evaluate(offset, state);\n const computedOffset = typeof rawOffset === 'number' ? {\n mainAxis: rawOffset,\n crossAxis: 0\n } : {\n mainAxis: 0,\n crossAxis: 0,\n ...rawOffset\n };\n if (checkMainAxis) {\n const len = mainAxis === 'y' ? 'height' : 'width';\n const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;\n const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;\n if (mainAxisCoord < limitMin) {\n mainAxisCoord = limitMin;\n } else if (mainAxisCoord > limitMax) {\n mainAxisCoord = limitMax;\n }\n }\n if (checkCrossAxis) {\n var _middlewareData$offse, _middlewareData$offse2;\n const len = mainAxis === 'y' ? 'width' : 'height';\n const isOriginSide = originSides.has(getSide(placement));\n const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);\n const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);\n if (crossAxisCoord < limitMin) {\n crossAxisCoord = limitMin;\n } else if (crossAxisCoord > limitMax) {\n crossAxisCoord = limitMax;\n }\n }\n return {\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n };\n }\n };\n};\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'size',\n options,\n async fn(state) {\n var _state$middlewareData, _state$middlewareData2;\n const {\n placement,\n rects,\n platform,\n elements\n } = state;\n const {\n apply = () => {},\n ...detectOverflowOptions\n } = evaluate(options, state);\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isYAxis = getSideAxis(placement) === 'y';\n const {\n width,\n height\n } = rects.floating;\n let heightSide;\n let widthSide;\n if (side === 'top' || side === 'bottom') {\n heightSide = side;\n widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';\n } else {\n widthSide = side;\n heightSide = alignment === 'end' ? 'top' : 'bottom';\n }\n const maximumClippingHeight = height - overflow.top - overflow.bottom;\n const maximumClippingWidth = width - overflow.left - overflow.right;\n const overflowAvailableHeight = min(height - overflow[heightSide], maximumClippingHeight);\n const overflowAvailableWidth = min(width - overflow[widthSide], maximumClippingWidth);\n const noShift = !state.middlewareData.shift;\n let availableHeight = overflowAvailableHeight;\n let availableWidth = overflowAvailableWidth;\n if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {\n availableWidth = maximumClippingWidth;\n }\n if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {\n availableHeight = maximumClippingHeight;\n }\n if (noShift && !alignment) {\n const xMin = max(overflow.left, 0);\n const xMax = max(overflow.right, 0);\n const yMin = max(overflow.top, 0);\n const yMax = max(overflow.bottom, 0);\n if (isYAxis) {\n availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max(overflow.left, overflow.right));\n } else {\n availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max(overflow.top, overflow.bottom));\n }\n }\n await apply({\n ...state,\n availableWidth,\n availableHeight\n });\n const nextDimensions = await platform.getDimensions(elements.floating);\n if (width !== nextDimensions.width || height !== nextDimensions.height) {\n return {\n reset: {\n rects: true\n }\n };\n }\n return {};\n }\n };\n};\n\nexport { arrow, autoPlacement, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, shift, size };\n","function hasWindow() {\n return typeof window !== 'undefined';\n}\nfunction getNodeName(node) {\n if (isNode(node)) {\n return (node.nodeName || '').toLowerCase();\n }\n // Mocked nodes in testing environments may not be instances of Node. By\n // returning `#document` an infinite loop won't occur.\n // https://github.com/floating-ui/floating-ui/issues/2317\n return '#document';\n}\nfunction getWindow(node) {\n var _node$ownerDocument;\n return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;\n}\nfunction getDocumentElement(node) {\n var _ref;\n return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;\n}\nfunction isNode(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof Node || value instanceof getWindow(value).Node;\n}\nfunction isElement(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof Element || value instanceof getWindow(value).Element;\n}\nfunction isHTMLElement(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof HTMLElement || value instanceof getWindow(value).HTMLElement;\n}\nfunction isShadowRoot(value) {\n if (!hasWindow() || typeof ShadowRoot === 'undefined') {\n return false;\n }\n return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;\n}\nconst invalidOverflowDisplayValues = /*#__PURE__*/new Set(['inline', 'contents']);\nfunction isOverflowElement(element) {\n const {\n overflow,\n overflowX,\n overflowY,\n display\n } = getComputedStyle(element);\n return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !invalidOverflowDisplayValues.has(display);\n}\nconst tableElements = /*#__PURE__*/new Set(['table', 'td', 'th']);\nfunction isTableElement(element) {\n return tableElements.has(getNodeName(element));\n}\nconst topLayerSelectors = [':popover-open', ':modal'];\nfunction isTopLayer(element) {\n return topLayerSelectors.some(selector => {\n try {\n return element.matches(selector);\n } catch (_e) {\n return false;\n }\n });\n}\nconst transformProperties = ['transform', 'translate', 'scale', 'rotate', 'perspective'];\nconst willChangeValues = ['transform', 'translate', 'scale', 'rotate', 'perspective', 'filter'];\nconst containValues = ['paint', 'layout', 'strict', 'content'];\nfunction isContainingBlock(elementOrCss) {\n const webkit = isWebKit();\n const css = isElement(elementOrCss) ? getComputedStyle(elementOrCss) : elementOrCss;\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n // https://drafts.csswg.org/css-transforms-2/#individual-transforms\n return transformProperties.some(value => css[value] ? css[value] !== 'none' : false) || (css.containerType ? css.containerType !== 'normal' : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== 'none' : false) || !webkit && (css.filter ? css.filter !== 'none' : false) || willChangeValues.some(value => (css.willChange || '').includes(value)) || containValues.some(value => (css.contain || '').includes(value));\n}\nfunction getContainingBlock(element) {\n let currentNode = getParentNode(element);\n while (isHTMLElement(currentNode) && !isLastTraversableNode(currentNode)) {\n if (isContainingBlock(currentNode)) {\n return currentNode;\n } else if (isTopLayer(currentNode)) {\n return null;\n }\n currentNode = getParentNode(currentNode);\n }\n return null;\n}\nfunction isWebKit() {\n if (typeof CSS === 'undefined' || !CSS.supports) return false;\n return CSS.supports('-webkit-backdrop-filter', 'none');\n}\nconst lastTraversableNodeNames = /*#__PURE__*/new Set(['html', 'body', '#document']);\nfunction isLastTraversableNode(node) {\n return lastTraversableNodeNames.has(getNodeName(node));\n}\nfunction getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}\nfunction getNodeScroll(element) {\n if (isElement(element)) {\n return {\n scrollLeft: element.scrollLeft,\n scrollTop: element.scrollTop\n };\n }\n return {\n scrollLeft: element.scrollX,\n scrollTop: element.scrollY\n };\n}\nfunction getParentNode(node) {\n if (getNodeName(node) === 'html') {\n return node;\n }\n const result =\n // Step into the shadow DOM of the parent of a slotted node.\n node.assignedSlot ||\n // DOM Element detected.\n node.parentNode ||\n // ShadowRoot detected.\n isShadowRoot(node) && node.host ||\n // Fallback.\n getDocumentElement(node);\n return isShadowRoot(result) ? result.host : result;\n}\nfunction getNearestOverflowAncestor(node) {\n const parentNode = getParentNode(node);\n if (isLastTraversableNode(parentNode)) {\n return node.ownerDocument ? node.ownerDocument.body : node.body;\n }\n if (isHTMLElement(parentNode) && isOverflowElement(parentNode)) {\n return parentNode;\n }\n return getNearestOverflowAncestor(parentNode);\n}\nfunction getOverflowAncestors(node, list, traverseIframes) {\n var _node$ownerDocument2;\n if (list === void 0) {\n list = [];\n }\n if (traverseIframes === void 0) {\n traverseIframes = true;\n }\n const scrollableAncestor = getNearestOverflowAncestor(node);\n const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);\n const win = getWindow(scrollableAncestor);\n if (isBody) {\n const frameElement = getFrameElement(win);\n return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);\n }\n return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));\n}\nfunction getFrameElement(win) {\n return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;\n}\n\nexport { getComputedStyle, getContainingBlock, getDocumentElement, getFrameElement, getNearestOverflowAncestor, getNodeName, getNodeScroll, getOverflowAncestors, getParentNode, getWindow, isContainingBlock, isElement, isHTMLElement, isLastTraversableNode, isNode, isOverflowElement, isShadowRoot, isTableElement, isTopLayer, isWebKit };\n","import { rectToClientRect, arrow as arrow$1, autoPlacement as autoPlacement$1, detectOverflow as detectOverflow$1, flip as flip$1, hide as hide$1, inline as inline$1, limitShift as limitShift$1, offset as offset$1, shift as shift$1, size as size$1, computePosition as computePosition$1 } from '@floating-ui/core';\nimport { round, createCoords, max, min, floor } from '@floating-ui/utils';\nimport { getComputedStyle as getComputedStyle$1, isHTMLElement, isElement, getWindow, isWebKit, getFrameElement, getNodeScroll, getDocumentElement, isTopLayer, getNodeName, isOverflowElement, getOverflowAncestors, getParentNode, isLastTraversableNode, isContainingBlock, isTableElement, getContainingBlock } from '@floating-ui/utils/dom';\nexport { getOverflowAncestors } from '@floating-ui/utils/dom';\n\nfunction getCssDimensions(element) {\n const css = getComputedStyle$1(element);\n // In testing environments, the `width` and `height` properties are empty\n // strings for SVG elements, returning NaN. Fallback to `0` in this case.\n let width = parseFloat(css.width) || 0;\n let height = parseFloat(css.height) || 0;\n const hasOffset = isHTMLElement(element);\n const offsetWidth = hasOffset ? element.offsetWidth : width;\n const offsetHeight = hasOffset ? element.offsetHeight : height;\n const shouldFallback = round(width) !== offsetWidth || round(height) !== offsetHeight;\n if (shouldFallback) {\n width = offsetWidth;\n height = offsetHeight;\n }\n return {\n width,\n height,\n $: shouldFallback\n };\n}\n\nfunction unwrapElement(element) {\n return !isElement(element) ? element.contextElement : element;\n}\n\nfunction getScale(element) {\n const domElement = unwrapElement(element);\n if (!isHTMLElement(domElement)) {\n return createCoords(1);\n }\n const rect = domElement.getBoundingClientRect();\n const {\n width,\n height,\n $\n } = getCssDimensions(domElement);\n let x = ($ ? round(rect.width) : rect.width) / width;\n let y = ($ ? round(rect.height) : rect.height) / height;\n\n // 0, NaN, or Infinity should always fallback to 1.\n\n if (!x || !Number.isFinite(x)) {\n x = 1;\n }\n if (!y || !Number.isFinite(y)) {\n y = 1;\n }\n return {\n x,\n y\n };\n}\n\nconst noOffsets = /*#__PURE__*/createCoords(0);\nfunction getVisualOffsets(element) {\n const win = getWindow(element);\n if (!isWebKit() || !win.visualViewport) {\n return noOffsets;\n }\n return {\n x: win.visualViewport.offsetLeft,\n y: win.visualViewport.offsetTop\n };\n}\nfunction shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {\n if (isFixed === void 0) {\n isFixed = false;\n }\n if (!floatingOffsetParent || isFixed && floatingOffsetParent !== getWindow(element)) {\n return false;\n }\n return isFixed;\n}\n\nfunction getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {\n if (includeScale === void 0) {\n includeScale = false;\n }\n if (isFixedStrategy === void 0) {\n isFixedStrategy = false;\n }\n const clientRect = element.getBoundingClientRect();\n const domElement = unwrapElement(element);\n let scale = createCoords(1);\n if (includeScale) {\n if (offsetParent) {\n if (isElement(offsetParent)) {\n scale = getScale(offsetParent);\n }\n } else {\n scale = getScale(element);\n }\n }\n const visualOffsets = shouldAddVisualOffsets(domElement, isFixedStrategy, offsetParent) ? getVisualOffsets(domElement) : createCoords(0);\n let x = (clientRect.left + visualOffsets.x) / scale.x;\n let y = (clientRect.top + visualOffsets.y) / scale.y;\n let width = clientRect.width / scale.x;\n let height = clientRect.height / scale.y;\n if (domElement) {\n const win = getWindow(domElement);\n const offsetWin = offsetParent && isElement(offsetParent) ? getWindow(offsetParent) : offsetParent;\n let currentWin = win;\n let currentIFrame = getFrameElement(currentWin);\n while (currentIFrame && offsetParent && offsetWin !== currentWin) {\n const iframeScale = getScale(currentIFrame);\n const iframeRect = currentIFrame.getBoundingClientRect();\n const css = getComputedStyle$1(currentIFrame);\n const left = iframeRect.left + (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;\n const top = iframeRect.top + (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;\n x *= iframeScale.x;\n y *= iframeScale.y;\n width *= iframeScale.x;\n height *= iframeScale.y;\n x += left;\n y += top;\n currentWin = getWindow(currentIFrame);\n currentIFrame = getFrameElement(currentWin);\n }\n }\n return rectToClientRect({\n width,\n height,\n x,\n y\n });\n}\n\n// If <html> has a CSS width greater than the viewport, then this will be\n// incorrect for RTL.\nfunction getWindowScrollBarX(element, rect) {\n const leftScroll = getNodeScroll(element).scrollLeft;\n if (!rect) {\n return getBoundingClientRect(getDocumentElement(element)).left + leftScroll;\n }\n return rect.left + leftScroll;\n}\n\nfunction getHTMLOffset(documentElement, scroll) {\n const htmlRect = documentElement.getBoundingClientRect();\n const x = htmlRect.left + scroll.scrollLeft - getWindowScrollBarX(documentElement, htmlRect);\n const y = htmlRect.top + scroll.scrollTop;\n return {\n x,\n y\n };\n}\n\nfunction convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {\n let {\n elements,\n rect,\n offsetParent,\n strategy\n } = _ref;\n const isFixed = strategy === 'fixed';\n const documentElement = getDocumentElement(offsetParent);\n const topLayer = elements ? isTopLayer(elements.floating) : false;\n if (offsetParent === documentElement || topLayer && isFixed) {\n return rect;\n }\n let scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n let scale = createCoords(1);\n const offsets = createCoords(0);\n const isOffsetParentAnElement = isHTMLElement(offsetParent);\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n if (isHTMLElement(offsetParent)) {\n const offsetRect = getBoundingClientRect(offsetParent);\n scale = getScale(offsetParent);\n offsets.x = offsetRect.x + offsetParent.clientLeft;\n offsets.y = offsetRect.y + offsetParent.clientTop;\n }\n }\n const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);\n return {\n width: rect.width * scale.x,\n height: rect.height * scale.y,\n x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,\n y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y\n };\n}\n\nfunction getClientRects(element) {\n return Array.from(element.getClientRects());\n}\n\n// Gets the entire size of the scrollable document area, even extending outside\n// of the `<html>` and `<body>` rect bounds if horizontally scrollable.\nfunction getDocumentRect(element) {\n const html = getDocumentElement(element);\n const scroll = getNodeScroll(element);\n const body = element.ownerDocument.body;\n const width = max(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);\n const height = max(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);\n let x = -scroll.scrollLeft + getWindowScrollBarX(element);\n const y = -scroll.scrollTop;\n if (getComputedStyle$1(body).direction === 'rtl') {\n x += max(html.clientWidth, body.clientWidth) - width;\n }\n return {\n width,\n height,\n x,\n y\n };\n}\n\n// Safety check: ensure the scrollbar space is reasonable in case this\n// calculation is affected by unusual styles.\n// Most scrollbars leave 15-18px of space.\nconst SCROLLBAR_MAX = 25;\nfunction getViewportRect(element, strategy) {\n const win = getWindow(element);\n const html = getDocumentElement(element);\n const visualViewport = win.visualViewport;\n let width = html.clientWidth;\n let height = html.clientHeight;\n let x = 0;\n let y = 0;\n if (visualViewport) {\n width = visualViewport.width;\n height = visualViewport.height;\n const visualViewportBased = isWebKit();\n if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {\n x = visualViewport.offsetLeft;\n y = visualViewport.offsetTop;\n }\n }\n const windowScrollbarX = getWindowScrollBarX(html);\n // <html> `overflow: hidden` + `scrollbar-gutter: stable` reduces the\n // visual width of the <html> but this is not considered in the size\n // of `html.clientWidth`.\n if (windowScrollbarX <= 0) {\n const doc = html.ownerDocument;\n const body = doc.body;\n const bodyStyles = getComputedStyle(body);\n const bodyMarginInline = doc.compatMode === 'CSS1Compat' ? parseFloat(bodyStyles.marginLeft) + parseFloat(bodyStyles.marginRight) || 0 : 0;\n const clippingStableScrollbarWidth = Math.abs(html.clientWidth - body.clientWidth - bodyMarginInline);\n if (clippingStableScrollbarWidth <= SCROLLBAR_MAX) {\n width -= clippingStableScrollbarWidth;\n }\n } else if (windowScrollbarX <= SCROLLBAR_MAX) {\n // If the <body> scrollbar is on the left, the width needs to be extended\n // by the scrollbar amount so there isn't extra space on the right.\n width += windowScrollbarX;\n }\n return {\n width,\n height,\n x,\n y\n };\n}\n\nconst absoluteOrFixed = /*#__PURE__*/new Set(['absolute', 'fixed']);\n// Returns the inner client rect, subtracting scrollbars if present.\nfunction getInnerBoundingClientRect(element, strategy) {\n const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');\n const top = clientRect.top + element.clientTop;\n const left = clientRect.left + element.clientLeft;\n const scale = isHTMLElement(element) ? getScale(element) : createCoords(1);\n const width = element.clientWidth * scale.x;\n const height = element.clientHeight * scale.y;\n const x = left * scale.x;\n const y = top * scale.y;\n return {\n width,\n height,\n x,\n y\n };\n}\nfunction getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {\n let rect;\n if (clippingAncestor === 'viewport') {\n rect = getViewportRect(element, strategy);\n } else if (clippingAncestor === 'document') {\n rect = getDocumentRect(getDocumentElement(element));\n } else if (isElement(clippingAncestor)) {\n rect = getInnerBoundingClientRect(clippingAncestor, strategy);\n } else {\n const visualOffsets = getVisualOffsets(element);\n rect = {\n x: clippingAncestor.x - visualOffsets.x,\n y: clippingAncestor.y - visualOffsets.y,\n width: clippingAncestor.width,\n height: clippingAncestor.height\n };\n }\n return rectToClientRect(rect);\n}\nfunction hasFixedPositionAncestor(element, stopNode) {\n const parentNode = getParentNode(element);\n if (parentNode === stopNode || !isElement(parentNode) || isLastTraversableNode(parentNode)) {\n return false;\n }\n return getComputedStyle$1(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);\n}\n\n// A \"clipping ancestor\" is an `overflow` element with the characteristic of\n// clipping (or hiding) child elements. This returns all clipping ancestors\n// of the given element up the tree.\nfunction getClippingElementAncestors(element, cache) {\n const cachedResult = cache.get(element);\n if (cachedResult) {\n return cachedResult;\n }\n let result = getOverflowAncestors(element, [], false).filter(el => isElement(el) && getNodeName(el) !== 'body');\n let currentContainingBlockComputedStyle = null;\n const elementIsFixed = getComputedStyle$1(element).position === 'fixed';\n let currentNode = elementIsFixed ? getParentNode(element) : element;\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n while (isElement(currentNode) && !isLastTraversableNode(currentNode)) {\n const computedStyle = getComputedStyle$1(currentNode);\n const currentNodeIsContaining = isContainingBlock(currentNode);\n if (!currentNodeIsContaining && computedStyle.position === 'fixed') {\n currentContainingBlockComputedStyle = null;\n }\n const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && absoluteOrFixed.has(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);\n if (shouldDropCurrentNode) {\n // Drop non-containing blocks.\n result = result.filter(ancestor => ancestor !== currentNode);\n } else {\n // Record last containing block for next iteration.\n currentContainingBlockComputedStyle = computedStyle;\n }\n currentNode = getParentNode(currentNode);\n }\n cache.set(element, result);\n return result;\n}\n\n// Gets the maximum area that the element is visible in due to any number of\n// clipping ancestors.\nfunction getClippingRect(_ref) {\n let {\n element,\n boundary,\n rootBoundary,\n strategy\n } = _ref;\n const elementClippingAncestors = boundary === 'clippingAncestors' ? isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);\n const clippingAncestors = [...elementClippingAncestors, rootBoundary];\n const firstClippingAncestor = clippingAncestors[0];\n const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {\n const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);\n accRect.top = max(rect.top, accRect.top);\n accRect.right = min(rect.right, accRect.right);\n accRect.bottom = min(rect.bottom, accRect.bottom);\n accRect.left = max(rect.left, accRect.left);\n return accRect;\n }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));\n return {\n width: clippingRect.right - clippingRect.left,\n height: clippingRect.bottom - clippingRect.top,\n x: clippingRect.left,\n y: clippingRect.top\n };\n}\n\nfunction getDimensions(element) {\n const {\n width,\n height\n } = getCssDimensions(element);\n return {\n width,\n height\n };\n}\n\nfunction getRectRelativeToOffsetParent(element, offsetParent, strategy) {\n const isOffsetParentAnElement = isHTMLElement(offsetParent);\n const documentElement = getDocumentElement(offsetParent);\n const isFixed = strategy === 'fixed';\n const rect = getBoundingClientRect(element, true, isFixed, offsetParent);\n let scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n const offsets = createCoords(0);\n\n // If the <body> scrollbar appears on the left (e.g. RTL systems). Use\n // Firefox with layout.scrollbar.side = 3 in about:config to test this.\n function setLeftRTLScrollbarOffset() {\n offsets.x = getWindowScrollBarX(documentElement);\n }\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n if (isOffsetParentAnElement) {\n const offsetRect = getBoundingClientRect(offsetParent, true, isFixed, offsetParent);\n offsets.x = offsetRect.x + offsetParent.clientLeft;\n offsets.y = offsetRect.y + offsetParent.clientTop;\n } else if (documentElement) {\n setLeftRTLScrollbarOffset();\n }\n }\n if (isFixed && !isOffsetParentAnElement && documentElement) {\n setLeftRTLScrollbarOffset();\n }\n const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);\n const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;\n const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;\n return {\n x,\n y,\n width: rect.width,\n height: rect.height\n };\n}\n\nfunction isStaticPositioned(element) {\n return getComputedStyle$1(element).position === 'static';\n}\n\nfunction getTrueOffsetParent(element, polyfill) {\n if (!isHTMLElement(element) || getComputedStyle$1(element).position === 'fixed') {\n return null;\n }\n if (polyfill) {\n return polyfill(element);\n }\n let rawOffsetParent = element.offsetParent;\n\n // Firefox returns the <html> element as the offsetParent if it's non-static,\n // while Chrome and Safari return the <body> element. The <body> element must\n // be used to perform the correct calculations even if the <html> element is\n // non-static.\n if (getDocumentElement(element) === rawOffsetParent) {\n rawOffsetParent = rawOffsetParent.ownerDocument.body;\n }\n return rawOffsetParent;\n}\n\n// Gets the closest ancestor positioned element. Handles some edge cases,\n// such as table ancestors and cross browser bugs.\nfunction getOffsetParent(element, polyfill) {\n const win = getWindow(element);\n if (isTopLayer(element)) {\n return win;\n }\n if (!isHTMLElement(element)) {\n let svgOffsetParent = getParentNode(element);\n while (svgOffsetParent && !isLastTraversableNode(svgOffsetParent)) {\n if (isElement(svgOffsetParent) && !isStaticPositioned(svgOffsetParent)) {\n return svgOffsetParent;\n }\n svgOffsetParent = getParentNode(svgOffsetParent);\n }\n return win;\n }\n let offsetParent = getTrueOffsetParent(element, polyfill);\n while (offsetParent && isTableElement(offsetParent) && isStaticPositioned(offsetParent)) {\n offsetParent = getTrueOffsetParent(offsetParent, polyfill);\n }\n if (offsetParent && isLastTraversableNode(offsetParent) && isStaticPositioned(offsetParent) && !isContainingBlock(offsetParent)) {\n return win;\n }\n return offsetParent || getContainingBlock(element) || win;\n}\n\nconst getElementRects = async function (data) {\n const getOffsetParentFn = this.getOffsetParent || getOffsetParent;\n const getDimensionsFn = this.getDimensions;\n const floatingDimensions = await getDimensionsFn(data.floating);\n return {\n reference: getRectRelativeToOffsetParent(data.reference, await getOffsetParentFn(data.floating), data.strategy),\n floating: {\n x: 0,\n y: 0,\n width: floatingDimensions.width,\n height: floatingDimensions.height\n }\n };\n};\n\nfunction isRTL(element) {\n return getComputedStyle$1(element).direction === 'rtl';\n}\n\nconst platform = {\n convertOffsetParentRelativeRectToViewportRelativeRect,\n getDocumentElement,\n getClippingRect,\n getOffsetParent,\n getElementRects,\n getClientRects,\n getDimensions,\n getScale,\n isElement,\n isRTL\n};\n\nfunction rectsAreEqual(a, b) {\n return a.x === b.x && a.y === b.y && a.width === b.width && a.height === b.height;\n}\n\n// https://samthor.au/2021/observing-dom/\nfunction observeMove(element, onMove) {\n let io = null;\n let timeoutId;\n const root = getDocumentElement(element);\n function cleanup() {\n var _io;\n clearTimeout(timeoutId);\n (_io = io) == null || _io.disconnect();\n io = null;\n }\n function refresh(skip, threshold) {\n if (skip === void 0) {\n skip = false;\n }\n if (threshold === void 0) {\n threshold = 1;\n }\n cleanup();\n const elementRectForRootMargin = element.getBoundingClientRect();\n const {\n left,\n top,\n width,\n height\n } = elementRectForRootMargin;\n if (!skip) {\n onMove();\n }\n if (!width || !height) {\n return;\n }\n const insetTop = floor(top);\n const insetRight = floor(root.clientWidth - (left + width));\n const insetBottom = floor(root.clientHeight - (top + height));\n const insetLeft = floor(left);\n const rootMargin = -insetTop + \"px \" + -insetRight + \"px \" + -insetBottom + \"px \" + -insetLeft + \"px\";\n const options = {\n rootMargin,\n threshold: max(0, min(1, threshold)) || 1\n };\n let isFirstUpdate = true;\n function handleObserve(entries) {\n const ratio = entries[0].intersectionRatio;\n if (ratio !== threshold) {\n if (!isFirstUpdate) {\n return refresh();\n }\n if (!ratio) {\n // If the reference is clipped, the ratio is 0. Throttle the refresh\n // to prevent an infinite loop of updates.\n timeoutId = setTimeout(() => {\n refresh(false, 1e-7);\n }, 1000);\n } else {\n refresh(false, ratio);\n }\n }\n if (ratio === 1 && !rectsAreEqual(elementRectForRootMargin, element.getBoundingClientRect())) {\n // It's possible that even though the ratio is reported as 1, the\n // element is not actually fully within the IntersectionObserver's root\n // area anymore. This can happen under performance constraints. This may\n // be a bug in the browser's IntersectionObserver implementation. To\n // work around this, we compare the element's bounding rect now with\n // what it was at the time we created the IntersectionObserver. If they\n // are not equal then the element moved, so we refresh.\n refresh();\n }\n isFirstUpdate = false;\n }\n\n // Older browsers don't support a `document` as the root and will throw an\n // error.\n try {\n io = new IntersectionObserver(handleObserve, {\n ...options,\n // Handle <iframe>s\n root: root.ownerDocument\n });\n } catch (_e) {\n io = new IntersectionObserver(handleObserve, options);\n }\n io.observe(element);\n }\n refresh(true);\n return cleanup;\n}\n\n/**\n * Automatically updates the position of the floating element when necessary.\n * Should only be called when the floating element is mounted on the DOM or\n * visible on the screen.\n * @returns cleanup function that should be invoked when the floating element is\n * removed from the DOM or hidden from the screen.\n * @see https://floating-ui.com/docs/autoUpdate\n */\nfunction autoUpdate(reference, floating, update, options) {\n if (options === void 0) {\n options = {};\n }\n const {\n ancestorScroll = true,\n ancestorResize = true,\n elementResize = typeof ResizeObserver === 'function',\n layoutShift = typeof IntersectionObserver === 'function',\n animationFrame = false\n } = options;\n const referenceEl = unwrapElement(reference);\n const ancestors = ancestorScroll || ancestorResize ? [...(referenceEl ? getOverflowAncestors(referenceEl) : []), ...getOverflowAncestors(floating)] : [];\n ancestors.forEach(ancestor => {\n ancestorScroll && ancestor.addEventListener('scroll', update, {\n passive: true\n });\n ancestorResize && ancestor.addEventListener('resize', update);\n });\n const cleanupIo = referenceEl && layoutShift ? observeMove(referenceEl, update) : null;\n let reobserveFrame = -1;\n let resizeObserver = null;\n if (elementResize) {\n resizeObserver = new ResizeObserver(_ref => {\n let [firstEntry] = _ref;\n if (firstEntry && firstEntry.target === referenceEl && resizeObserver) {\n // Prevent update loops when using the `size` middleware.\n // https://github.com/floating-ui/floating-ui/issues/1740\n resizeObserver.unobserve(floating);\n cancelAnimationFrame(reobserveFrame);\n reobserveFrame = requestAnimationFrame(() => {\n var _resizeObserver;\n (_resizeObserver = resizeObserver) == null || _resizeObserver.observe(floating);\n });\n }\n update();\n });\n if (referenceEl && !animationFrame) {\n resizeObserver.observe(referenceEl);\n }\n resizeObserver.observe(floating);\n }\n let frameId;\n let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;\n if (animationFrame) {\n frameLoop();\n }\n function frameLoop() {\n const nextRefRect = getBoundingClientRect(reference);\n if (prevRefRect && !rectsAreEqual(prevRefRect, nextRefRect)) {\n update();\n }\n prevRefRect = nextRefRect;\n frameId = requestAnimationFrame(frameLoop);\n }\n update();\n return () => {\n var _resizeObserver2;\n ancestors.forEach(ancestor => {\n ancestorScroll && ancestor.removeEventListener('scroll', update);\n ancestorResize && ancestor.removeEventListener('resize', update);\n });\n cleanupIo == null || cleanupIo();\n (_resizeObserver2 = resizeObserver) == null || _resizeObserver2.disconnect();\n resizeObserver = null;\n if (animationFrame) {\n cancelAnimationFrame(frameId);\n }\n };\n}\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nconst detectOverflow = detectOverflow$1;\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = offset$1;\n\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = autoPlacement$1;\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = shift$1;\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = flip$1;\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = size$1;\n\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = hide$1;\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = arrow$1;\n\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = inline$1;\n\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = limitShift$1;\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n */\nconst computePosition = (reference, floating, options) => {\n // This caches the expensive `getClippingElementAncestors` function so that\n // multiple lifecycle resets re-use the same result. It only lives for a\n // single call. If other functions become expensive, we can add them as well.\n const cache = new Map();\n const mergedOptions = {\n platform,\n ...options\n };\n const platformWithCache = {\n ...mergedOptions.platform,\n _c: cache\n };\n return computePosition$1(reference, floating, {\n ...mergedOptions,\n platform: platformWithCache\n });\n};\n\nexport { arrow, autoPlacement, autoUpdate, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, platform, shift, size };\n","// @defaultValue decorator\n//\n// Runs when the corresponding attribute of the observed property changes, e.g. after calling Element.setAttribute or after updating\n// the observed property.\n//\n// The decorator checks whether the value of the attribute is different from the value of the property and in that case\n// it saves the new value.\n//\n//\n// Usage:\n//\n// @property({ type: Boolean, reflect: true })\n// checked = false;\n//\n// @defaultValue('checked')\n// defaultChecked = false;\n//\n\nimport { defaultConverter } from \"lit\";\nimport type { ReactiveElement } from \"lit\";\n\nexport const defaultValue =\n (propertyName = \"value\") =>\n (proto: ReactiveElement, key: string) => {\n const ctor = proto.constructor as typeof ReactiveElement;\n\n const attributeChangedCallback = ctor.prototype.attributeChangedCallback;\n ctor.prototype.attributeChangedCallback = function (\n this: ReactiveElement & { [name: string]: unknown },\n name,\n old,\n value\n ) {\n const options = ctor.getPropertyOptions(propertyName);\n const attributeName = (typeof options.attribute === \"string\" ? options.attribute : propertyName).toLowerCase();\n if (name === attributeName) {\n const converter = options.converter || defaultConverter;\n const fromAttribute =\n typeof converter === \"function\" ? converter : converter?.fromAttribute ?? defaultConverter.fromAttribute;\n\n const newValue: unknown = fromAttribute(value, options.type);\n if (this[propertyName] !== newValue) {\n this[key] = newValue;\n }\n }\n attributeChangedCallback.call(this, name, old, value);\n };\n };\n","export default function (componentName = \"\", elementName = \"\"): string {\n return `id-${Math.random().toString().substring(2, 6)}-sgds-${componentName}-${elementName}`;\n}\n","import { ReactiveController, ReactiveControllerHost } from \"lit\";\nimport { SgdsFormControl } from \"./formSubmitController\";\nimport { SgdsCheckbox, SgdsInput } from \"../components\";\n\ninterface HostWithInternals extends ReactiveControllerHost, HTMLElement {\n _internals?: ElementInternals;\n}\n\n/**\n * SGDS custom form validation methods and behaviours\n */\nexport class InputValidationController implements ReactiveController {\n host: ReactiveControllerHost & HTMLElement;\n _internals: ElementInternals;\n validationError: keyof ValidityState;\n options: InputValidationControllerOptions;\n\n constructor(host: ReactiveControllerHost & HTMLElement, options?: Partial<InputValidationControllerOptions>) {\n (this.host = host).addController(this);\n // Use the internals from the host if it implements the mixin\n this._internals = (host as HostWithInternals)._internals || this.host.attachInternals();\n this.options = {\n setInvalid: (host: SgdsFormControl, value: boolean) => {\n host.invalid = value;\n },\n value: (host: SgdsFormControl) => {\n return host.value;\n },\n input: (host: SgdsFormControl) => host.input,\n ...options\n };\n }\n\n hostConnected(): void {\n this.host.addEventListener(\"invalid\", e => this.handleInvalid(e));\n }\n\n hostDisconnected(): void {\n this.host.removeEventListener(\"invalid\", e => this.handleInvalid(e));\n }\n /**\n * Prevents the native browser error message pop up when reportValidity() called by\n * associated form or the component's reportValidity during constraint validation\n * Sets invalid reactive prop to true\n */\n handleInvalid(e: Event) {\n e.preventDefault();\n this.options.setInvalid(this.host, true);\n }\n\n /**\n * Sets invalid to false when invoked and\n * Updates the ValidityState based on new value, but\n * does not update invalid reactive prop\n * @param e\n */\n handleInput(e: Event) {\n const input = e.target as HTMLInputElement;\n this.options.setInvalid(this.host, false);\n this.validateInput(input);\n }\n /**\n * Validate the input's new value after onChange and\n * update invalid reactive prop\n * @param e\n */\n handleChange(e: Event) {\n const input = e.target as HTMLInputElement;\n this.validateInput(input);\n this.options.setInvalid(this.host, !this.checkValidity());\n }\n\n get form() {\n return this._internals.form;\n }\n\n get validity() {\n return this._internals.validity;\n }\n\n get validationMessage() {\n return this._internals.validationMessage;\n }\n\n get willValidate() {\n return this._internals.willValidate;\n }\n /**\n * Checks the validity and updates the invalid reactive prop of form components\n */\n updateInvalidState() {\n this.options.setInvalid(this.host, !this.checkValidity());\n }\n /**\n * Resets the ValidityState of the control\n */\n resetValidity() {\n return this._internals.setValidity({});\n }\n /**\n * Reports the validity\n */\n checkValidity(): boolean {\n return this._internals.checkValidity();\n }\n /**\n * Reports the validity with a error popup message\n */\n reportValidity(): boolean {\n return this._internals.reportValidity();\n }\n setValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void {\n return this._internals.setValidity(flags, message, anchor);\n }\n /**\n * Sets the form control value into FormData,\n * making the value of control accessible via FormData\n */\n setFormValue() {\n const value = this.options.value(this.host) as string | FormData | File;\n this._internals.setFormValue(value);\n }\n /**\n * Updates the ValidityState of the input in form component at current state\n */\n validateInput(input) {\n /** When the form control is disabled, its always valid */\n if (this.options.input(this.host).disabled) {\n return this._internals.setValidity({});\n }\n // get the validity of the internal <input>\n const validState = input.validity;\n // if the input is invalid, show the correct error\n if (!validState.valid) {\n // loop through the error reasons\n for (const state in validState) {\n // if there is an error and corresponding attribute holding\n // the message\n if (validState[state]) {\n this.validationError = state.toString() as keyof ValidityState;\n // set the validity error reason and the corresponding\n // message\n this._internals.setValidity({ [this.validationError]: true }, input.validationMessage, input);\n }\n }\n } else {\n this._internals.setValidity({});\n }\n }\n}\n\nexport interface InputValidationControllerOptions {\n /** A function that sets the value of host invalid reactive prop */\n setInvalid: (host: ReactiveControllerHost & HTMLElement, value: boolean) => void;\n /** A function that gets the value of host value reactive prop */\n value: (host: ReactiveControllerHost & HTMLElement) => unknown;\n /** A function that gets the input control of host value reactive prop */\n input: (host: ReactiveController & HTMLElement) => HTMLInputElement | SgdsInput | SgdsCheckbox;\n}\n","import { LitElement, PropertyValueMap } from \"lit\";\nimport { queryAsync } from \"lit/decorators.js\";\nimport { SgdsInput } from \"../components\";\nimport { InputValidationController } from \"./inputValidationController\";\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: any[]) => T;\n\n/**\n * @summary The FormValidationMixin used by the form components\n * @param superClass\n * @returns\n */\nexport const SgdsFormValidatorMixin = <T extends Constructor<LitElement>>(superClass: T) => {\n class ToBeValidatedElement extends superClass {\n static formAssociated = true;\n inputValidationController: InputValidationController;\n input: HTMLInputElement | SgdsInput | HTMLTextAreaElement;\n private _isTouched = false;\n private _internals: ElementInternals;\n @queryAsync(\"sgds-input\") sgdsInput: Promise<SgdsInput>;\n @queryAsync(\"sgds-datepicker-input\") sgdsDatepickerInput: Promise<SgdsInput>;\n\n // TypeScript requires mixin constructors to have rest parameter of type any[]\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n constructor(...args: any[]) {\n super(...args);\n this._internals = this.attachInternals();\n }\n\n connectedCallback(): void {\n super.connectedCallback();\n\n /** Idempotency guarantee — always create so reset can clear validity even with noValidate */\n this.inputValidationController ??= new InputValidationController(this);\n }\n async firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n\n /* Either input or sgds-input. For example, quantity-toggle uses sgds-input */\n this.input =\n this.shadowRoot.querySelector(\"input\") ||\n (await this.sgdsInput) ||\n this.shadowRoot.querySelector(\"textarea\") ||\n (await this.sgdsDatepickerInput);\n\n this._mixinSetFormValue();\n\n if (this._mixinShouldSkipSgdsValidation()) return;\n\n this._mixinValidate(this.input);\n }\n\n /**\n * Native lifecycle of Form-Associated Custom Element Callbacks\n */\n formResetCallback() {\n if (this._mixinResetFormControl) {\n this._mixinResetFormControl();\n } else {\n this.value = this.defaultValue;\n this._mixinResetValidity(this.input);\n }\n this._mixinSetFormValue();\n }\n /**\n *\n * Methods use by classes using this mixin\n */\n\n /**\n * OnChange of form component\n * 1. Make value of control accessible via FormData\n * 2. Run change handler\n */\n _mixinHandleChange(e: Event): void {\n this._mixinSetFormValue();\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.handleChange(e);\n }\n /**\n * OnChange of form component\n * 1. Make value of control accessible via FormData\n * 2. Run input handler\n */\n _mixinHandleInputChange(e: Event): void {\n this._mixinSetFormValue();\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.handleInput(e);\n }\n /**\n * During form resetting,\n * 1. ValidityState is reset (always, regardless of noValidate)\n * 2. invalid reactive prop is updated after the reset (always)\n * 3. Reset touched state to false for a pristine form (always)\n * 4. Revalidates the ValidityState (but do not update invalid prop)\n * to prepare for the next validity check (skipped when noValidate)\n */\n _mixinResetValidity(input: HTMLInputElement | SgdsInput | HTMLTextAreaElement) {\n this.inputValidationController.resetValidity();\n this.inputValidationController.updateInvalidState();\n this._isTouched ? (this._isTouched = false) : null;\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.validateInput(input);\n }\n\n _mixinValidate(input: HTMLInputElement | SgdsInput | HTMLTextAreaElement) {\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.validateInput(input);\n }\n _mixinSetFormValue() {\n const value = this.value as string | FormData | File;\n this._internals.setFormValue(value);\n }\n _mixinCheckValidity(): boolean {\n if (this._mixinShouldSkipSgdsValidation()) return true;\n return this.inputValidationController.checkValidity();\n }\n _mixinReportValidity(): boolean {\n if (this._mixinShouldSkipSgdsValidation()) return true;\n return this.inputValidationController.reportValidity();\n }\n _mixinGetValidity(): ValidityState {\n return this._internals.validity;\n }\n _mixinGetValidationMessage(): string {\n return this._internals.validationMessage;\n }\n _mixinSetValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void {\n if (this._mixinShouldSkipSgdsValidation()) return;\n return this.inputValidationController.setValidity(flags, message, anchor);\n }\n // Only check for noValidate prop\n _mixinShouldSkipSgdsValidation() {\n const form = this.closest(\"form\");\n\n return form?.noValidate || this.noValidate;\n }\n\n /** DECLARED INSTANCE METHODS AND PROPERTIES*/\n\n /**\n * Resets a form control to its initial state\n */\n declare _mixinResetFormControl: () => void;\n declare value: string;\n declare defaultValue: string;\n declare defaultChecked: boolean;\n declare noValidate: boolean;\n }\n\n return ToBeValidatedElement as Constructor<ToBeValidatedElementInterface> & T;\n};\n\nexport declare class ToBeValidatedElementInterface {\n inputValidationController: InputValidationController;\n input: HTMLInputElement;\n _mixinHandleChange(e: Event): void;\n _mixinHandleInputChange(e: Event): void;\n _mixinResetValidity(input: HTMLInputElement | SgdsInput): void;\n _mixinValidate(input: HTMLInputElement | SgdsInput): void;\n _mixinSetFormValue(): void;\n _mixinCheckValidity(): boolean;\n _mixinReportValidity(): boolean;\n _mixinSetValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;\n _mixinGetValidity(): ValidityState;\n _mixinGetValidationMessage(): string;\n _mixinShouldSkipSgdsValidation(): boolean;\n}\n","import { isServer, LitElement, type CSSResult } from \"lit\";\nimport style from \"./sgds-element.css\";\nimport { property } from \"lit/decorators.js\";\n\nexport default class SgdsElement extends LitElement {\n static styles: CSSResult[] = [style];\n /**@internal Set to true in SSR environment */\n @property({ type: Boolean, reflect: true }) ssr = isServer || Boolean(this.shadowRoot);\n\n /** Emits a custom event with more convenient defaults. */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n emit<T = any>(name: string, options?: CustomEventInit<T>) {\n const event = new CustomEvent(name, {\n bubbles: true,\n cancelable: false,\n composed: true,\n detail: {},\n ...options\n });\n\n this.dispatchEvent(event);\n\n return event;\n }\n static define(name: string, elementConstructor = this, options: ElementDefinitionOptions = {}) {\n const currentlyRegisteredConstructor = customElements.get(name) as CustomElementConstructor | typeof SgdsElement;\n\n if (!currentlyRegisteredConstructor) {\n // We try to register as the actual class first. If for some reason that fails, we fall back to anonymous classes.\n // customElements can only have 1 class of the same \"object id\" per registry, so that is why the try {} catch {} exists.\n // Some tools like Jest Snapshots and if you import the constructor and call `new SgdsButton()` they will fail with\n // the anonymous class version.\n try {\n customElements.define(name, elementConstructor, options);\n } catch (_err) {\n customElements.define(name, class extends elementConstructor {}, options);\n }\n return;\n }\n }\n /** @internal */\n static dependencies: Record<string, typeof SgdsElement> = {};\n\n constructor() {\n super();\n Object.entries((this.constructor as typeof SgdsElement).dependencies).forEach(([name, component]) => {\n (this.constructor as typeof SgdsElement).define(name, component);\n });\n }\n\n protected firstUpdated(changedProperties: Parameters<LitElement[\"firstUpdated\"]>[0]): void {\n super.firstUpdated(changedProperties);\n // This is a fix to workaround SSR not being able to catch slotchange events.\n // https://github.com/lit/lit/discussions/4697\n if (this.ssr) {\n this.shadowRoot?.querySelectorAll(\"slot\").forEach(slotElement => {\n slotElement.dispatchEvent(new Event(\"slotchange\", { bubbles: true, composed: false, cancelable: false }));\n });\n }\n }\n}\n","//\n// Animates an element using keyframes. Returns a promise that resolves after the animation completes or gets canceled.\n//\nexport function animateTo(el: HTMLElement, keyframes: Keyframe[], options?: KeyframeAnimationOptions) {\n return new Promise(resolve => {\n if (options?.duration === Infinity) {\n throw new Error(\"Promise-based animations must be finite.\");\n }\n\n const animation = el.animate(keyframes, {\n ...options,\n duration: prefersReducedMotion() ? 0 : options?.duration\n });\n\n animation.addEventListener(\"cancel\", resolve, { once: true });\n animation.addEventListener(\"finish\", resolve, { once: true });\n });\n}\n\n//\n// Parses a CSS duration and returns the number of milliseconds.\n//\nexport function parseDuration(delay: number | string) {\n delay = delay.toString().toLowerCase();\n\n if (delay.indexOf(\"ms\") > -1) {\n return parseFloat(delay);\n }\n\n if (delay.indexOf(\"s\") > -1) {\n return parseFloat(delay) * 1000;\n }\n\n return parseFloat(delay);\n}\n\n//\n// Tells if the user has enabled the \"reduced motion\" setting in their browser or OS.\n//\nexport function prefersReducedMotion() {\n const query = window.matchMedia(\"(prefers-reduced-motion: reduce)\");\n return query.matches;\n}\n\n// We can't animate `height: auto`, but we can calculate the height and shim keyframes by replacing it with the\n// element's scrollHeight before the animation.\nexport function shimKeyframesHeightAuto(keyframes: Keyframe[], calculatedHeight: number) {\n return keyframes.map(keyframe => ({\n ...keyframe,\n height: keyframe.height === \"auto\" ? `${calculatedHeight}px` : keyframe.height\n }));\n}\n\n//\n// Stops all active animations on the target element. Returns a promise that resolves after all animations are canceled.\n//\nexport function stopAnimations(el: HTMLElement) {\n return Promise.all(\n el.getAnimations().map(animation => {\n return new Promise(resolve => {\n const handleAnimationEvent = requestAnimationFrame(resolve);\n\n animation.addEventListener(\"cancel\", () => handleAnimationEvent, { once: true });\n animation.addEventListener(\"finish\", () => handleAnimationEvent, { once: true });\n animation.cancel();\n });\n })\n );\n}\n","export interface ElementAnimation {\n keyframes: Keyframe[];\n rtlKeyframes?: Keyframe[];\n options?: KeyframeAnimationOptions;\n}\n\nexport interface ElementAnimationMap {\n [animationName: string]: ElementAnimation;\n}\n\nexport interface GetAnimationOptions {\n /**\n * The component's directionality. When set to \"rtl\", `rtlKeyframes` will be preferred over `keyframes` where\n * available using getAnimation().\n */\n dir: string;\n}\n\nconst defaultAnimationRegistry = new Map<string, ElementAnimation>();\nconst customAnimationRegistry = new WeakMap<Element, ElementAnimationMap>();\n\nfunction ensureAnimation(animation: ElementAnimation | null) {\n return animation ?? { keyframes: [], options: { duration: 0 } };\n}\n\n//\n// Given an ElementAnimation, this function returns a new ElementAnimation where the keyframes property reflects either\n// keyframes or rtlKeyframes depending on the specified directionality.\n//\nfunction getLogicalAnimation(animation: ElementAnimation) {\n return animation;\n}\n\n//\n// Gets an element's animation. Falls back to the default if no animation is found.\n//\nexport function getAnimation(el: Element, animationName: string) {\n const customAnimation = customAnimationRegistry.get(el);\n\n // Check for a custom animation\n if (customAnimation?.[animationName]) {\n return getLogicalAnimation(customAnimation[animationName]);\n }\n\n // Check for a default animation\n const defaultAnimation = defaultAnimationRegistry.get(animationName);\n if (defaultAnimation) {\n return getLogicalAnimation(defaultAnimation);\n }\n\n // Fall back to an empty animation\n return {\n keyframes: [],\n options: { duration: 0 }\n };\n}\n\n//\n// Sets a custom animation for the specified element.\n//\nexport function setAnimation(el: Element, animationName: string, animation: ElementAnimation | null) {\n customAnimationRegistry.set(el, { ...customAnimationRegistry.get(el), [animationName]: ensureAnimation(animation) });\n}\n\n//\n// Sets a default animation. Components should use the `name.animation` for primary animations and `name.part.animation`\n// for secondary animations, e.g. `dialog.show` and `dialog.overlay.show`. For modifiers, use `drawer.showTop`.\n//\nexport function setDefaultAnimation(animationName: string, animation: ElementAnimation | null) {\n defaultAnimationRegistry.set(animationName, ensureAnimation(animation));\n}\n","import { property } from \"lit/decorators.js\";\nimport { Ref, createRef } from \"lit/directives/ref.js\";\nimport { computePosition, flip, shift, offset, Placement, Middleware, autoUpdate, Strategy } from \"@floating-ui/dom\";\nimport SgdsElement from \"./sgds-element\";\nimport generateId from \"../utils/generateId\";\nimport { PropertyValueMap } from \"lit\";\nimport { animateTo } from \"../utils/animate\";\nimport { getAnimation, setDefaultAnimation } from \"../utils/animation-registry\";\n\nconst ARROW_DOWN = \"ArrowDown\";\nconst ARROW_UP = \"ArrowUp\";\nconst ESC = \"Escape\";\n\nexport type DropDirection = \"left\" | \"right\" | \"up\" | \"down\";\n\n/**\n * @event sgds-show - Emitted event when show instance is called\n * @event sgds-after-show - Emitted event when dropdown has been made visible to the user and CSS transitions have completed\n * @event sgds-hide - Emitted event when hide instance is called\n * @event sgds-after-hide - Emitted event when dropdown has hidden to the user and CSS transitions have completed\n */\n\nexport class DropdownElement extends SgdsElement {\n // static styles = SgdsElement.styles;\n\n /** @internal */\n protected myDropdown: Ref<HTMLElement> = createRef();\n\n /** @internal Unique id generated for the dropdown menu */\n protected dropdownMenuId: string = generateId(\"dropdown-menu\", \"div\");\n\n /** @internal Controls auto-flipping of menu */\n @property({ type: Boolean, state: true })\n protected noFlip = false;\n\n /** @internal When true, aligns right edge of menu with right edge of button */\n @property({ type: Boolean, reflect: true, state: true })\n protected menuAlignRight = false;\n\n /** @internal The drop position of menu relative to the toggle button */\n @property({ type: String, reflect: true, state: true })\n protected drop: DropDirection = \"down\";\n\n /** Additional configuration to pass to Floating UI. */\n @property({ type: Object })\n floatingOpts: { placement?: Placement; middleware?: Array<Middleware> } = {};\n\n /** When true, dropdown menu shows on first load */\n @property({ type: Boolean, reflect: true })\n menuIsOpen = false;\n\n /** Controls the close behaviour of dropdown menu. By default menu auto-closes when SgdsDropdownItem or area outside dropdown is clicked */\n protected close: \"outside\" | \"default\" | \"inside\" = \"default\";\n\n /** Disables the dropdown toggle */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /** Makes the input readonly. */\n @property({ type: Boolean, reflect: true }) readonly = false;\n\n private _cleanupAutoUpdate?: () => void;\n\n /** @internal Reference to the floating menu element */\n protected menuRef: Ref<HTMLElement> = createRef();\n\n connectedCallback() {\n super.connectedCallback();\n\n if (this.close !== \"inside\") {\n document.addEventListener(\"click\", this._handleClickOutOfElement);\n }\n this.addEventListener(\"keydown\", this._handleKeyboardMenuEvent);\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n document.removeEventListener(\"click\", this._handleClickOutOfElement);\n this.removeEventListener(\"keydown\", this._handleKeyboardMenuEvent);\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n if (this.menuIsOpen) {\n requestAnimationFrame(async () => {\n await this.updateFloatingPosition();\n this._startAutoUpdate();\n });\n }\n }\n\n /** When invoked, opens the dropdown menu */\n public async showMenu() {\n if (this.disabled || this.menuIsOpen) return;\n this.menuIsOpen = true;\n this.emit(\"sgds-show\");\n await this.updateFloatingPosition();\n this._startAutoUpdate();\n\n if (this.menuRef.value) {\n const placement = this.menuRef.value.getAttribute(\"data-placement\") || \"\";\n const translateOffset = placement.startsWith(\"top\") ? \"4px\" : \"-4px\";\n const { options } = getAnimation(this, \"dropdown.show\");\n await animateTo(\n this.menuRef.value,\n [\n { opacity: 0, transform: `translateY(${translateOffset})` },\n { opacity: 1, transform: \"translateY(0)\" }\n ],\n options\n );\n }\n\n this.emit(\"sgds-after-show\");\n }\n\n /** Starts Floating UI's autoUpdate loop, recomputing menu position on scroll, resize, or ancestor layout changes. Stores the cleanup function to stop tracking when the menu closes. */\n private _startAutoUpdate() {\n if (this.myDropdown.value && this.menuRef.value) {\n this._cleanupAutoUpdate = autoUpdate(this.myDropdown.value, this.menuRef.value, () =>\n this.updateFloatingPosition()\n );\n }\n }\n\n /** When invoked, hides the dropdown menu */\n public async hideMenu(isOutside?: boolean) {\n if (!this.menuIsOpen) return;\n this.emit(\"sgds-hide\", { detail: { isOutside } });\n\n if (this.menuRef.value) {\n const placement = this.menuRef.value.getAttribute(\"data-placement\") || \"\";\n const translateOffset = placement.startsWith(\"top\") ? \"4px\" : \"-4px\";\n const { options } = getAnimation(this, \"dropdown.hide\");\n await animateTo(\n this.menuRef.value,\n [\n { opacity: 1, transform: \"translateY(0)\" },\n { opacity: 0, transform: `translateY(${translateOffset})` }\n ],\n options\n );\n }\n\n this.menuIsOpen = false;\n this.emit(\"sgds-after-hide\");\n\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n }\n\n toggleMenu() {\n if (this.menuIsOpen) {\n this.hideMenu();\n } else {\n this.showMenu();\n }\n }\n\n protected _handleKeyboardMenuEvent(e: KeyboardEvent) {\n if (this.readonly) return;\n switch (e.key) {\n case ARROW_DOWN:\n case ARROW_UP:\n e.preventDefault();\n if (!this.menuIsOpen) this.showMenu();\n break;\n case ESC:\n this.hideMenu();\n break;\n default:\n break;\n }\n }\n\n private _handleClickOutOfElement = (e: MouseEvent) => {\n if (!this.menuIsOpen) return;\n if (!e.composedPath().includes(this)) {\n this.hideMenu(true);\n }\n };\n\n protected mergeMiddleware(defaults: Middleware[], custom: Middleware[]): Middleware[] {\n const getType = (mw: Middleware) => mw?.name || mw?.constructor?.name;\n const customTypes = custom.map(getType);\n\n const merged = defaults\n .map(def => {\n const type = getType(def);\n const customIdx = customTypes.indexOf(type);\n return customIdx !== -1 ? custom[customIdx] : def;\n })\n\n .concat(custom.filter(c => !defaults.some(def => getType(def) === getType(c))));\n return merged;\n }\n\n protected async updateFloatingPosition() {\n if (!this.myDropdown.value || !this.menuRef.value) return;\n\n let placement: Placement = \"bottom-start\";\n switch (this.drop) {\n case \"up\":\n placement = this.menuAlignRight ? \"top-end\" : \"top-start\";\n break;\n case \"right\":\n placement = \"right-start\";\n break;\n case \"left\":\n placement = \"left-start\";\n break;\n case \"down\":\n placement = this.menuAlignRight ? \"bottom-end\" : \"bottom-start\";\n break;\n default:\n placement = \"bottom-start\";\n break;\n }\n\n const defaultMiddleware = [offset(8), !this.noFlip ? flip() : undefined, shift()].filter(Boolean);\n\n let middleware = defaultMiddleware;\n if (Array.isArray(this.floatingOpts.middleware) && this.floatingOpts.middleware.length > 0) {\n middleware = this.mergeMiddleware(defaultMiddleware, this.floatingOpts.middleware.filter(Boolean));\n }\n\n const opts = {\n strategy: \"fixed\" as Strategy,\n placement,\n ...this.floatingOpts,\n middleware\n };\n\n const {\n x,\n y,\n strategy,\n placement: computedPlacement\n } = await computePosition(this.myDropdown.value, this.menuRef.value, opts);\n\n this.menuRef.value.setAttribute(\"data-placement\", computedPlacement);\n\n Object.assign(this.menuRef.value.style, {\n position: strategy,\n left: `${x}px`,\n top: `${y}px`\n });\n }\n}\n\nsetDefaultAnimation(\"dropdown.show\", {\n keyframes: [],\n options: { duration: 200, easing: \"cubic-bezier(0.1, 0, 0.5, 0)\" }\n});\n\nsetDefaultAnimation(\"dropdown.hide\", {\n keyframes: [],\n options: { duration: 200, easing: \"cubic-bezier(0.15, 0.6, 0.6, 1)\" }\n});\n","import { property, query, state } from \"lit/decorators.js\";\nimport { DropdownElement } from \"./dropdown-element\";\nimport { SgdsDropdownItem } from \"../components\";\nimport { PropertyValueMap } from \"lit\";\n\nconst TAB = \"Tab\";\nconst ARROW_DOWN = \"ArrowDown\";\nconst ARROW_UP = \"ArrowUp\";\nconst ENTER = \"Enter\";\nconst ESCAPE = \"Escape\";\n\n/**\n * @event sgds-select - Emitted when a dropdown item is selected. `event.detail.item` is the clicked `SgdsDropdownItem` element.\n */\nexport class DropdownListElement extends DropdownElement {\n static styles = DropdownElement.styles;\n\n /**@internal */\n @query(\"ul.dropdown-menu\")\n private menu: HTMLUListElement;\n\n /** @internal */\n @state()\n nextDropdownItemNo = 0;\n\n /** @internal */\n @state()\n prevDropdownItemNo = -1;\n\n @property({ type: Boolean, reflect: true })\n hidden = false;\n\n connectedCallback() {\n super.connectedCallback();\n this.addEventListener(\"sgds-hide\", this._resetMenu);\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n this.removeEventListener(\"sgds-hide\", this._resetMenu);\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n this.addEventListener(\"keydown\", this._handleKeyboardMenuItemsEvent);\n }\n\n protected handleSelectSlot(e: KeyboardEvent | MouseEvent) {\n const items = this._getActiveMenuItems();\n\n const selectedItem = items.find(item => e.composedPath().includes(item));\n if (!selectedItem) return;\n\n const currentItemNo = items.indexOf(selectedItem);\n this.nextDropdownItemNo = currentItemNo + 1;\n this.prevDropdownItemNo = currentItemNo <= 0 ? items.length - 1 : currentItemNo - 1;\n\n /** Emitted event from SgdsDropdown element when a slot item is selected */\n if (!selectedItem.disabled) {\n this.emit(\"sgds-select\", { detail: { item: selectedItem } });\n if (this.close !== \"outside\") {\n this.hideMenu(); // <-- Use new API\n }\n }\n }\n\n private _resetMenu() {\n this.nextDropdownItemNo = 0;\n this.prevDropdownItemNo = -1;\n // reset the tabindex\n const items = this._getMenuItems();\n items.forEach(item => {\n const dropdownItem = item?.shadowRoot?.querySelector(\".dropdown-item\") as HTMLAnchorElement;\n dropdownItem && dropdownItem.removeAttribute(\"tabindex\");\n });\n }\n protected _handleKeyboardMenuItemsEvent(e: KeyboardEvent) {\n if (this.readonly) return;\n const menuItems = this._getActiveMenuItems();\n if (menuItems.length === 0) return;\n\n switch (e.key) {\n case ARROW_DOWN:\n e.preventDefault();\n this._setMenuItem(this.nextDropdownItemNo);\n break;\n case ARROW_UP:\n e.preventDefault();\n this._setMenuItem(this.prevDropdownItemNo);\n break;\n case TAB:\n if (!this.menuIsOpen) return;\n e.preventDefault();\n if (e.shiftKey) {\n this._setMenuItem(this.prevDropdownItemNo);\n } else {\n this._setMenuItem(this.nextDropdownItemNo);\n }\n break;\n case ESCAPE:\n if (this.menuIsOpen) {\n e.preventDefault();\n this.hideMenu();\n }\n break;\n case ENTER: {\n const target = menuItems.find(item => e.composedPath().includes(item));\n if (target) {\n this.handleSelectSlot(e);\n }\n break;\n }\n default:\n break;\n }\n }\n\n private _getMenuItems(): SgdsDropdownItem[] {\n const defaultSlot = this.shadowRoot.querySelector(\"slot#default\");\n // for case when default slot is used e.g. dropdown, mainnavdropdown\n if (defaultSlot) {\n const defaultSlotItems = (this.shadowRoot.querySelector(\"slot#default\") as HTMLSlotElement)\n ?.assignedElements({\n flatten: true\n })\n .filter(\n el =>\n el.getAttribute(\"role\") === \"menuitem\" && !el.classList.contains(\"empty-menu\") && !el.hasAttribute(\"hidden\")\n ) as SgdsDropdownItem[];\n return defaultSlotItems;\n }\n // for case when there is no slot e.g. combobox\n if (this.menu?.hasChildNodes()) {\n const menuItems = Array.from(this.menu.children);\n return [...menuItems] as SgdsDropdownItem[];\n }\n\n return [];\n }\n\n private _getActiveMenuItems(): SgdsDropdownItem[] {\n return this._getMenuItems().filter(item => !item.disabled && !item.hidden && !item.readonly);\n }\n private _setMenuItem(currentItemIdx: number) {\n const items = this._getActiveMenuItems();\n if (items.length === 0) return;\n\n // Use modulo for looping\n const idx = ((currentItemIdx % items.length) + items.length) % items.length;\n const activeItem = items[idx];\n this.emit(\"i-sgds-option-focus\", { detail: { option: activeItem } });\n this.nextDropdownItemNo = (idx + 1) % items.length;\n this.prevDropdownItemNo = (idx - 1 + items.length) % items.length;\n\n items.forEach(item => {\n const dropdownItem = item.shadowRoot.querySelector(\".dropdown-item\") as HTMLAnchorElement;\n dropdownItem.setAttribute(\"tabindex\", item === activeItem ? \"0\" : \"-1\");\n if (item === activeItem) dropdownItem.focus();\n });\n }\n}\n\nexport interface IDropdownListElement {\n item: SgdsDropdownItem;\n}\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function e(e,r){return(n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;if(r){const{get:e,set:r}=\"object\"==typeof s?n:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return t(n,s,{get(){let t=e.call(this);return void 0===t&&(t=o(this),(null!==t||this.hasUpdated)&&r.call(this,t)),t}})}return t(n,s,{get(){return o(this)}})}}export{e as query};\n//# sourceMappingURL=query.js.map\n","import { html } from \"lit\";\nimport { property, queryAsync, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport { size } from \"@floating-ui/dom\";\nimport dropdownMenuStyle from \"../components/Dropdown/dropdown-menu.css\";\nimport feedbackStyles from \"../styles/feedback.css\";\nimport hintTextStyles from \"../styles/form-hint.css\";\nimport formControlStyles from \"../styles/form-text-control.css\";\nimport { defaultValue } from \"../utils/defaultvalue\";\nimport { SgdsFormControl } from \"../utils/formSubmitController\";\nimport generateId from \"../utils/generateId\";\nimport { SgdsFormValidatorMixin } from \"../utils/validatorMixin\";\nimport { DropdownListElement } from \"./dropdown-list-element\";\nimport { OptionElement } from \"./option-element\";\nimport selectStyles from \"./select.css\";\n\n// Abstract base class to enforce static abstract childName\nabstract class AbstractSelectBase {\n static childName: string;\n}\n\nexport class SelectElement\n extends SgdsFormValidatorMixin(DropdownListElement)\n implements SgdsFormControl, AbstractSelectBase\n{\n static styles = [\n ...DropdownListElement.styles,\n dropdownMenuStyle,\n hintTextStyles,\n feedbackStyles,\n formControlStyles,\n selectStyles\n ];\n /** The input's label */\n @property({ reflect: true }) label = \"\";\n\n /** The input's hint text below the label */\n @property({ reflect: true }) hintText = \"\";\n\n /** The input's name attribute */\n @property({ reflect: true }) name: string;\n\n /** The input's placeholder text. */\n @property({ type: String, reflect: true }) placeholder: string;\n\n /** Autofocus the input */\n @property({ type: Boolean, reflect: true }) autofocus = false;\n\n /** Disables the input. */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n /** Makes the input a required field. */\n @property({ type: Boolean, reflect: true }) required = false;\n\n /** Sets the loading state of the component */\n @property({ type: Boolean, reflect: true }) loading = false;\n\n /**\n * IMPORTANT:\n * We still expose `.value` externally, but this is now the underlying ID or data\n * (e.g. 1, 2, 'abc', ...), not the label that appears in the input box.\n */\n @property({ type: String, reflect: true })\n value = \"\";\n\n @state()\n displayValue = \"\";\n\n /** @internal Gets or sets the default value used to reset this element. */\n @defaultValue()\n defaultValue = \"\";\n\n /** Allows invalidFeedback, invalid and valid styles to be visible with the input */\n @property({ type: Boolean, reflect: true }) hasFeedback = false;\n\n /** Feedback text for error state when validated */\n @property({ type: String, reflect: true }) invalidFeedback = \"\";\n\n /** Marks the component as invalid. Replace the pseudo :invalid selector. */\n @property({ type: Boolean, reflect: true }) invalid = false;\n\n /** Controlling of autocomplete behaviour */\n @property({ type: String, reflect: true }) autocomplete = \"on\";\n\n /** Programatically sets the invalid state of the component. Pass in boolean value in the argument */\n public setInvalid(bool: boolean) {\n this.invalid = bool;\n if (bool) {\n this.emit(\"sgds-invalid\");\n } else {\n this.emit(\"sgds-valid\");\n }\n }\n\n /** The list of items to display in the dropdown.\n * `interface SgdsComboBoxItemData {\n * label: string;\n * value: string;\n * }`\n * @deprecated\n * Deprecated in favour of slots\n */\n @property({ type: Array }) menuList: SgdsOptionData[] = [];\n /** Track selected items (even for single-select, but it will have at most one). */\n @state()\n protected selectedItems: SgdsOptionData[] = [];\n /** @internal Managed filtered menu on the fly with input change*/\n @state()\n protected filteredList: SgdsOptionData[] = [];\n\n protected _isTouched = false;\n\n constructor() {\n super();\n\n this.floatingOpts = {\n middleware: [\n size({\n apply({ rects, elements }) {\n elements.floating.style.width = `${rects.reference.width}px`;\n }\n })\n ]\n };\n }\n\n @queryAsync(\"input.form-control\") protected _input: Promise<HTMLInputElement>;\n\n connectedCallback(): void {\n super.connectedCallback();\n this.addEventListener(\"blur\", async e => {\n if (this._mixinShouldSkipSgdsValidation()) return;\n const childName = (this.constructor as typeof SelectElement).childName;\n /** If user clicks the menu, we want to keep the input valid */\n const isSelf = (e.relatedTarget as HTMLElement)?.tagName.toLowerCase() === childName;\n this.invalid = isSelf ? false : !this._mixinReportValidity();\n });\n }\n\n /**\n * Checks for validity. Under the hood, HTMLFormElement's reportValidity method calls this method to check for component's validity state\n * Note that the native error popup is prevented for SGDS form components by default. Instead the validation message shows up in the feedback container of SgdsInput\n */\n public reportValidity(): boolean {\n return this._mixinReportValidity();\n }\n /**\n * Sets the validity state of the element\n */\n public setValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void {\n return this._mixinSetValidity(flags, message, anchor);\n }\n /**\n * Checks for validity without any native error popup message\n */\n public checkValidity(): boolean {\n return this._mixinCheckValidity();\n }\n /**\n * Returns the ValidityState object\n */\n public get validity(): ValidityState {\n return this._mixinGetValidity();\n }\n /**\n * Returns the validation message based on the ValidityState\n */\n public get validationMessage(): string {\n return this._mixinGetValidationMessage();\n }\n protected _controlId = generateId(\"input\");\n protected _renderFeedback() {\n return this.invalid && this.hasFeedback\n ? html` <div class=\"invalid-feedback-container\">\n <slot name=\"invalidIcon\">\n <sgds-icon name=\"exclamation-circle-fill\" size=\"md\"></sgds-icon>\n </slot>\n <div id=\"${this._controlId}-invalid\" class=\"invalid-feedback\">\n ${this.invalidFeedback ? this.invalidFeedback : this.validationMessage}\n </div>\n </div>`\n : html`${this._renderHintText()}`;\n }\n\n protected _renderHintText() {\n const hintTextTemplate = html` <div id=\"${this._controlId}Help\" class=\"form-text\">${this.hintText}</div> `;\n return this.hintText && hintTextTemplate;\n }\n protected _labelId = generateId(\"label\");\n protected _renderLabel() {\n const labelTemplate = html`\n <label\n for=${this._controlId}\n id=${this._labelId}\n class=${classMap({\n \"form-label\": true,\n required: this.required\n })}\n >${this.label}</label\n >\n `;\n return this.label && labelTemplate;\n }\n\n protected _handleClick() {\n if (this.readonly) {\n return null;\n }\n if (!this.menuIsOpen) {\n this.showMenu();\n } else {\n this.hideMenu();\n }\n }\n protected async _getMenuListFromOptions(assignedElements: Element[]): Promise<SgdsOptionData[]> {\n const readyOptions = assignedElements.map(async (e: OptionElement) => {\n await e.updateComplete;\n return e;\n });\n const options = await Promise.all(readyOptions);\n return options?.map((el: OptionElement) => ({\n label: el.textContent?.trim() ?? \"\",\n value: el.getAttribute(\"value\"),\n disabled: el.disabled ?? undefined\n }));\n }\n protected _renderEmptyMenu() {\n return html` <div class=\"empty-menu\">No options</div> `;\n }\n protected _renderLoadingMenu() {\n return html`<div class=\"loading-menu\"><sgds-spinner size=\"xs\" tone=\"brand\"></sgds-spinner>Loading...</div>`;\n }\n protected declare options: OptionElement[];\n declare static childName: string;\n}\n\nexport interface SgdsOptionData {\n label: string;\n value: string;\n disabled?: boolean;\n}\n","// @watch decorator\n//\n// Runs when an observed property changes, e.g. @property or @state, but before the component updates.\n//\n// To wait for an update to complete after a change occurs, use `await this.updateComplete` in the handler. To start\n// watching after the initial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n//\n// Usage:\n//\n// @watch('propName')\n// handlePropChange(oldValue, newValue) {\n// ...\n// }\n\nimport type { LitElement } from \"lit\";\n\ntype UpdateHandler = (prev?: unknown, next?: unknown) => void;\n\ntype NonUndefined<A> = A extends undefined ? never : A;\n\ntype UpdateHandlerFunctionKeys<T extends object> = {\n [K in keyof T]-?: NonUndefined<T[K]> extends UpdateHandler ? K : never;\n}[keyof T];\n\ninterface WatchOptions {\n /**\n * If true, will only start watching after the initial update/render\n */\n waitUntilFirstUpdate?: boolean;\n}\n\nexport function watch(propName: string, options?: WatchOptions) {\n const resolvedOptions: Required<WatchOptions> = {\n waitUntilFirstUpdate: false,\n ...options\n };\n return <ElemClass extends LitElement>(\n proto: ElemClass,\n decoratedFnName: UpdateHandlerFunctionKeys<ElemClass>\n ): void => {\n // @ts-expect-error -- update is a protected property\n const { update } = proto;\n if (propName in proto) {\n const propNameKey = propName as keyof ElemClass;\n // @ts-expect-error -- update is a protected property\n proto.update = function (this: ElemClass, changedProps: Map<keyof ElemClass, ElemClass[keyof ElemClass]>) {\n if (changedProps.has(propNameKey)) {\n const oldValue = changedProps.get(propNameKey);\n const newValue = this[propNameKey];\n\n if (oldValue !== newValue) {\n if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {\n (this[decoratedFnName] as unknown as UpdateHandler)(oldValue, newValue);\n }\n }\n }\n\n update.call(this, changedProps);\n };\n }\n };\n}\n","import { html, PropertyValueMap } from \"lit\";\nimport { property, queryAssignedElements, state } from \"lit/decorators.js\";\nimport { Ref, createRef, ref } from \"lit/directives/ref.js\";\nimport { computePosition, offset, flip, shift, hide, autoUpdate, Strategy } from \"@floating-ui/dom\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport tooltipStyle from \"./tooltip.css\";\n\n/**\n * @summary Tooltips display more information when users hover over, focus on, or interact with an element.\n * @slot default - The element to target the tooltip to.\n *\n * @event sgds-show - Emitted event when show instance is called\n * @event sgds-after-show - Emitted event when tooltip has been made visible to the user and CSS transitions have completed\n * @event sgds-hide - Emitted event when hide instance is called\n * @event sgds-after-hide - Emitted event when tooltip has hidden to the user and CSS transitions have completed\n *\n */\nexport class SgdsTooltip extends SgdsElement {\n static styles = [...SgdsElement.styles, tooltipStyle];\n\n /** Internal ref to the tooltip container */\n private _myTooltip: Ref<HTMLElement> = createRef();\n\n /** Internal ref to the actual tooltip bubble */\n private _tooltipBubble: Ref<HTMLElement> = createRef();\n\n /** The tooltip's content. Must be text */\n @property({ type: String }) content = \"\";\n\n /** The placement of tooltip relative to its target */\n @property({ type: String }) placement: \"top\" | \"bottom\" | \"left\" | \"right\" = \"top\";\n\n /** The method to invoke the tooltip. `hover focus` is the default value which allows tooltip to be triggered via mouse hover and keyboard focus. Add `tabindex=0` for HTMLelements that are not tabbable. */\n @property({ type: String }) trigger: \"click\" | \"hover\" | \"focus\" | \"hover focus\" = \"hover focus\";\n\n /** Is tooltip currently open */\n @state() private open = false;\n\n @queryAssignedElements()\n private _tooltipTargetElements: Array<HTMLElement>;\n\n private _cleanupAutoUpdate?: () => void;\n\n connectedCallback() {\n super.connectedCallback();\n\n if (this.trigger.includes(\"click\")) {\n document.addEventListener(\"click\", this._handleClickOutOfElement);\n }\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n document.removeEventListener(\"click\", this._handleClickOutOfElement);\n\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n\n this._tooltipTargetElements.forEach(el => {\n el.setAttribute(\"data-sgds-tooltip\", this.content);\n\n if (this.trigger.includes(\"hover\")) {\n el.addEventListener(\"mouseenter\", () => this.show());\n el.addEventListener(\"mouseleave\", () => this.hide());\n }\n if (this.trigger.includes(\"focus\")) {\n el.addEventListener(\"focus\", () => this.show());\n el.addEventListener(\"blur\", () => this.hide());\n }\n if (this.trigger === \"click\") {\n el.addEventListener(\"click\", () => this.toggle());\n }\n });\n }\n\n private _handleClickOutOfElement = (e: MouseEvent) => {\n if (!this.open) return;\n if (!e.composedPath().includes(this)) {\n this.hide();\n }\n };\n\n private _handleSlotChange(): void {\n this._tooltipTargetElements.forEach(el => el.setAttribute(\"data-sgds-tooltip\", this.content));\n }\n\n private async updateFloatingPosition() {\n if (!this._myTooltip.value || !this._tooltipBubble.value) return;\n\n const { x, y, placement, strategy, middlewareData } = await computePosition(\n this._tooltipTargetElements[0],\n this._tooltipBubble.value,\n {\n strategy: \"fixed\" as Strategy,\n placement: this.placement,\n middleware: [offset(8), flip(), shift(), hide()]\n }\n );\n\n this._tooltipBubble.value.setAttribute(\"data-placement\", placement);\n\n Object.assign(this._tooltipBubble.value.style, {\n position: strategy,\n left: `${x}px`,\n top: `${y}px`\n });\n\n const { referenceHidden, escaped } = middlewareData.hide || {};\n if (referenceHidden || escaped) {\n this._tooltipBubble.value.style.visibility = \"hidden\";\n } else {\n this._tooltipBubble.value.style.visibility = \"visible\";\n }\n }\n\n /** Show tooltip */\n public async show() {\n if (this.open) return;\n this.open = true;\n this.emit(\"sgds-show\");\n\n await this.updateComplete;\n await this.updateFloatingPosition();\n\n if (this._myTooltip.value && this._tooltipBubble.value) {\n this._cleanupAutoUpdate = autoUpdate(this._tooltipTargetElements[0], this._tooltipBubble.value, () =>\n this.updateFloatingPosition()\n );\n }\n\n this.emit(\"sgds-after-show\");\n }\n\n /** Hide tooltip */\n public hide() {\n if (!this.open) return;\n this.emit(\"sgds-hide\");\n this.open = false;\n\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n\n setTimeout(() => this.emit(\"sgds-after-hide\"), 0);\n }\n\n /** Toggle tooltip */\n public toggle() {\n this.open ? this.hide() : this.show();\n }\n\n render() {\n return html`\n <div ${ref(this._myTooltip)} class=\"tooltip-placeholder\">\n <slot @slotchange=${() => this._handleSlotChange()}></slot>\n ${this.open\n ? html`<div ${ref(this._tooltipBubble)} class=\"tooltip\" role=\"tooltip\">${this.content}</div>`\n : null}\n </div>\n `;\n }\n}\n\nexport default SgdsTooltip;\n","import SgdsElement from \"../base/sgds-element\";\n\n/**\n *\n * @param name tagname of custom element\n * @returns boolean\n */\nexport function isRegistered(name: string): boolean {\n return !!customElements.get(name);\n}\n\nexport function register(name: string, constructor: typeof SgdsElement) {\n if (!customElements.get(name)) {\n customElements.define(name, constructor);\n }\n}\nexport function warnUnregisteredElements(name: string): boolean {\n if (isRegistered(name)) {\n return true;\n } else {\n console.error(\n `Custom element of name : ${name} is not registered. Remember to import the component file for custom element registration`\n );\n return false;\n }\n}\n","import { html, PropertyValueMap } from \"lit\";\nimport { property } from \"lit/decorators.js\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport closeButtonStyles from \"./close-button.css\";\nimport { warnUnregisteredElements } from \"../../utils/ce-registry\";\n/**\n * @summary Close button for closing actions. Used in Modal, Drawer, Alert and Toast.\n *\n */\nexport class SgdsCloseButton extends SgdsElement {\n static styles = [...SgdsElement.styles, closeButtonStyles];\n\n /** Specifies a large or small button */\n @property({ type: String, reflect: true }) size: \"sm\" | \"md\" = \"md\";\n /** The tone of the close button */\n @property({ type: String, reflect: true }) tone: \"default\" | \"fixed-dark\" | \"fixed-light\" = \"default\";\n /** Disables the close button, preventing click events */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n private _handleClick(e: Event) {\n if (this.disabled) {\n e.preventDefault();\n e.stopPropagation();\n return;\n }\n this.removeEventListener(\"click\", this._clickHandler);\n this.addEventListener(\"click\", this._clickHandler);\n }\n\n private _clickHandler = () => {\n return;\n };\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n\n /** Cannot register sgds-icon as dependency due to some circular dependencies, so we check and warn instead */\n warnUnregisteredElements(\"sgds-icon\");\n }\n render() {\n return html`\n <button class=\"btn-close\" aria-label=\"Close button\" ?disabled=${this.disabled} @click=${this._handleClick}>\n <sgds-icon name=\"cross\" size=\"sm\"></sgds-icon>\n </button>\n `;\n }\n}\n\nexport default SgdsCloseButton;\n","import type { ReactiveController, ReactiveControllerHost } from \"lit\";\n\nexport class HasSlotController implements ReactiveController {\n host: ReactiveControllerHost & Element;\n slotNames: string[] = [];\n\n constructor(host: ReactiveControllerHost & Element, ...slotNames: string[]) {\n (this.host = host).addController(this);\n this.slotNames = slotNames;\n this.handleSlotChange = this.handleSlotChange.bind(this);\n }\n\n private hasDefaultSlot() {\n return [...this.host.childNodes].some(node => {\n if (node.nodeType === node.TEXT_NODE && node.textContent?.trim() !== \"\") {\n return true;\n }\n\n if (node.nodeType === node.ELEMENT_NODE) {\n const el = node as HTMLElement;\n const tagName = el.tagName.toLowerCase();\n\n // Ignore visually hidden elements since they aren't rendered\n if (tagName === \"sl-visually-hidden\") {\n return false;\n }\n\n // If it doesn't have a slot attribute, it's part of the default slot\n if (!el.hasAttribute(\"slot\")) {\n return true;\n }\n }\n\n return false;\n });\n }\n\n private hasNamedSlot(name: string) {\n return this.host.querySelector(`:scope > [slot=\"${name}\"]`) !== null;\n }\n\n test(slotName: string) {\n return slotName === \"[default]\" ? this.hasDefaultSlot() : this.hasNamedSlot(slotName);\n }\n\n hostConnected() {\n this.host.shadowRoot?.addEventListener(\"slotchange\", this.handleSlotChange);\n }\n\n hostDisconnected() {\n this.host.shadowRoot?.removeEventListener(\"slotchange\", this.handleSlotChange);\n }\n\n handleSlotChange(event: Event) {\n const slot = event.target as HTMLSlotElement;\n\n if ((this.slotNames.includes(\"[default]\") && !slot.name) || (slot.name && this.slotNames.includes(slot.name))) {\n this.host.requestUpdate();\n }\n }\n}\n\n/**\n * Given a slot, this function iterates over all of its assigned element and text nodes and returns the concatenated\n * HTML as a string. This is useful because we can't use slot.innerHTML as an alternative.\n */\nexport function getInnerHTML(slot: HTMLSlotElement): string {\n const nodes = slot.assignedNodes({ flatten: true });\n let html = \"\";\n\n [...nodes].forEach(node => {\n if (node.nodeType === Node.ELEMENT_NODE) {\n html += (node as HTMLElement).outerHTML;\n }\n\n if (node.nodeType === Node.TEXT_NODE) {\n html += node.textContent;\n }\n });\n\n return html;\n}\n\n/**\n * Given a slot, this function iterates over all of its assigned text nodes and returns the concatenated text as a\n * string. This is useful because we can't use slot.textContent as an alternative.\n */\nexport function getTextContent(slot: HTMLSlotElement | undefined | null): string {\n if (!slot) {\n return \"\";\n }\n const nodes = slot.assignedNodes({ flatten: true });\n let text = \"\";\n\n [...nodes].forEach(node => {\n if (node.nodeType === Node.TEXT_NODE) {\n text += node.textContent.trim();\n }\n });\n\n return text;\n}\n","import { html, nothing } from \"lit\";\nimport { property, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\n\nimport { watch } from \"../../utils/watch\";\nimport badgeStyle from \"./badge.css\";\n\nimport SgdsElement from \"../../base/sgds-element\";\nimport SgdsTooltip from \"../Tooltip/sgds-tooltip\";\nimport SgdsCloseButton from \"../CloseButton/sgds-close-button\";\n\nimport { getTextContent } from \"../../utils/slot\";\n\nexport type BadgeVariant =\n | \"primary\"\n | \"accent\"\n | \"success\"\n | \"danger\"\n | \"warning\"\n | \"cyan\"\n | \"purple\"\n | \"neutral\"\n | \"white\"\n | \"info\";\n\n/**\n * @summary Badges can be used to highlight important bits of information such as labels, notifications & status.\n * When the text exceeds the width, it will be truncated with a tooltip that will be displayed on hover.\n *\n * @slot default - slot for badge\n * @slot icon - The slot for icon to the left of the badge text\n *\n * @event sgds-show - Emitted when the badge appears.\n * @event sgds-hide - Emitted when the badge is starting to close but has not closed.\n * @event sgds-after-show - Emitted after the badge has appeared\n * @event sgds-after-hide - Emitted after the badge has closed\n */\nexport class SgdsBadge extends SgdsElement {\n static styles = [...SgdsElement.styles, badgeStyle];\n\n /**@internal */\n static dependencies = {\n \"sgds-close-button\": SgdsCloseButton,\n \"sgds-tooltip\": SgdsTooltip\n };\n\n /** Controls the appearance of the dismissible badge. This prop only applies when dismissible is true */\n @property({ type: Boolean, reflect: true }) show = false;\n\n /**\n * One or more badge variant combinations.\n * Variants include: `primary`, `accent`, `success`, `danger`, `warning`, `cyan`, `purple`, `neutral`, `white`, `info`.\n *\n * (@deprecated) The `info` variant is deprecated. Use `primary` instead.\n */\n @property({ reflect: true }) variant: BadgeVariant = \"primary\";\n\n /** Manually set the outlined state to false */\n @property({ type: Boolean, reflect: true }) outlined = false;\n\n /** Manually set the dismissible state of the button to `false` */\n @property({ type: Boolean, reflect: true }) dismissible = false;\n\n /** Manually enable full width */\n @property({ type: Boolean, reflect: true }) fullWidth = false;\n\n @state() private truncated = false;\n @state() private text = \"\";\n\n /** Closes the badge */\n public close() {\n this.show = false;\n }\n\n /**@internal */\n @watch(\"show\")\n _handleShowChange() {\n if (this.show) {\n const sgdsShow = this.emit(\"sgds-show\", { cancelable: true });\n if (sgdsShow.defaultPrevented) {\n this.show = false;\n return;\n }\n // animations if any go here\n\n this.emit(\"sgds-after-show\");\n } else {\n const sgdsHide = this.emit(\"sgds-hide\", { cancelable: true });\n if (sgdsHide.defaultPrevented) {\n this.show = true;\n return;\n }\n // animations if any go here\n\n this.emit(\"sgds-after-hide\");\n }\n }\n\n /**@internal */\n @watch(\"text\", { waitUntilFirstUpdate: true })\n _handleTruncation() {\n // check scroll width if its exceeding parent, it reflects truncation has happened\n const badgeLabel = this.shadowRoot?.querySelector(\".badge-label\");\n if (badgeLabel) {\n this.truncated = badgeLabel.scrollWidth > badgeLabel.clientWidth;\n }\n }\n\n private _handleLabelSlotChange(e: Event) {\n this.text = getTextContent(e.target as HTMLSlotElement);\n return;\n }\n\n private _renderBadge() {\n const isDarkCloseButton = this.outlined || this.variant === \"warning\" || this.variant === \"white\";\n\n return html`<div\n class=\" \n ${classMap({\n [`badge-dismissible`]: this.dismissible,\n badge: true,\n outlined: this.outlined,\n \"full-width\": this.fullWidth\n })}\"\n aria-hidden=${this.show ? \"false\" : \"true\"}\n >\n ${!this.dismissible ? html`<slot name=\"icon\"></slot>` : nothing}\n\n <span class=\"badge-label\">\n <slot @slotchange=${this._handleLabelSlotChange}></slot>\n </span>\n\n ${this.dismissible\n ? html`<sgds-close-button\n size=\"sm\"\n aria-label=\"close the badge\"\n @click=${this.close}\n tone=${isDarkCloseButton ? \"fixed-dark\" : \"fixed-light\"}\n ></sgds-close-button>`\n : nothing}\n </div>`;\n }\n\n render() {\n return (this.dismissible && this.show) || !this.dismissible\n ? this.truncated\n ? html`<sgds-tooltip content=${this.text} @sgds-hide=${e => e.stopPropagation()}\n >${this._renderBadge()}</sgds-tooltip\n >`\n : this._renderBadge()\n : nothing;\n }\n}\n\nexport default SgdsBadge;\n","// Auto-generated icon registry. Do not edit manually.\n\nimport type { TemplateResult } from \"lit\";\n\nexport const iconRegistry: Record<string, () => Promise<{ default: TemplateResult }>> = {\n announcement: () => import(\"./icons/announcement\"),\n archive: () => import(\"./icons/archive\"),\n \"arrow-bar-down\": () => import(\"./icons/arrow-bar-down\"),\n \"arrow-bar-left\": () => import(\"./icons/arrow-bar-left\"),\n \"arrow-bar-right\": () => import(\"./icons/arrow-bar-right\"),\n \"arrow-bar-up\": () => import(\"./icons/arrow-bar-up\"),\n \"arrow-circle-down\": () => import(\"./icons/arrow-circle-down\"),\n \"arrow-circle-left\": () => import(\"./icons/arrow-circle-left\"),\n \"arrow-circle-right\": () => import(\"./icons/arrow-circle-right\"),\n \"arrow-circle-up\": () => import(\"./icons/arrow-circle-up\"),\n \"arrow-clockwise\": () => import(\"./icons/arrow-clockwise\"),\n \"arrow-down\": () => import(\"./icons/arrow-down\"),\n \"arrow-left\": () => import(\"./icons/arrow-left\"),\n \"arrow-repeat\": () => import(\"./icons/arrow-repeat\"),\n \"arrow-right\": () => import(\"./icons/arrow-right\"),\n \"arrow-square-down\": () => import(\"./icons/arrow-square-down\"),\n \"arrow-square-left\": () => import(\"./icons/arrow-square-left\"),\n \"arrow-square-right\": () => import(\"./icons/arrow-square-right\"),\n \"arrow-square-up\": () => import(\"./icons/arrow-square-up\"),\n \"arrow-up\": () => import(\"./icons/arrow-up\"),\n \"bank-fill\": () => import(\"./icons/bank-fill\"),\n \"bell-slash\": () => import(\"./icons/bell-slash\"),\n bell: () => import(\"./icons/bell\"),\n \"bi-funnel\": () => import(\"./icons/bi-funnel\"),\n \"bookmark-fill\": () => import(\"./icons/bookmark-fill\"),\n bookmark: () => import(\"./icons/bookmark\"),\n \"box-arrow-up-right\": () => import(\"./icons/box-arrow-up-right\"),\n \"box-seam\": () => import(\"./icons/box-seam\"),\n building: () => import(\"./icons/building\"),\n bus: () => import(\"./icons/bus\"),\n calculator: () => import(\"./icons/calculator\"),\n \"calendar-check\": () => import(\"./icons/calendar-check\"),\n \"calendar-heart\": () => import(\"./icons/calendar-heart\"),\n \"calendar-x\": () => import(\"./icons/calendar-x\"),\n calendar: () => import(\"./icons/calendar\"),\n camera: () => import(\"./icons/camera\"),\n car: () => import(\"./icons/car\"),\n \"chat-dots\": () => import(\"./icons/chat-dots\"),\n \"chat-left-text\": () => import(\"./icons/chat-left-text\"),\n chat: () => import(\"./icons/chat\"),\n \"check-circle-fill\": () => import(\"./icons/check-circle-fill\"),\n \"check-circle\": () => import(\"./icons/check-circle\"),\n check: () => import(\"./icons/check\"),\n \"chevron-down\": () => import(\"./icons/chevron-down\"),\n \"chevron-left\": () => import(\"./icons/chevron-left\"),\n \"chevron-right\": () => import(\"./icons/chevron-right\"),\n \"chevron-selector-vertical\": () => import(\"./icons/chevron-selector-vertical\"),\n \"chevron-up\": () => import(\"./icons/chevron-up\"),\n clock: () => import(\"./icons/clock\"),\n \"cloud-check\": () => import(\"./icons/cloud-check\"),\n \"cloud-download\": () => import(\"./icons/cloud-download\"),\n \"cloud-upload\": () => import(\"./icons/cloud-upload\"),\n cloud: () => import(\"./icons/cloud\"),\n \"code-square\": () => import(\"./icons/code-square\"),\n \"coins-hand\": () => import(\"./icons/coins-hand\"),\n compass: () => import(\"./icons/compass\"),\n copy: () => import(\"./icons/copy\"),\n \"cpu-chip-ai\": () => import(\"./icons/cpu-chip-ai\"),\n cross: () => import(\"./icons/cross\"),\n \"cursor-fill\": () => import(\"./icons/cursor-fill\"),\n cursor: () => import(\"./icons/cursor\"),\n \"dash-circle\": () => import(\"./icons/dash-circle\"),\n \"dash-square\": () => import(\"./icons/dash-square\"),\n dash: () => import(\"./icons/dash\"),\n database: () => import(\"./icons/database\"),\n dataflow: () => import(\"./icons/dataflow\"),\n download: () => import(\"./icons/download\"),\n edit: () => import(\"./icons/edit\"),\n \"exclamation-circle-fill\": () => import(\"./icons/exclamation-circle-fill\"),\n \"exclamation-circle\": () => import(\"./icons/exclamation-circle\"),\n \"exclamation-triangle-fill\": () => import(\"./icons/exclamation-triangle-fill\"),\n \"exclamation-triangle\": () => import(\"./icons/exclamation-triangle\"),\n exclamation: () => import(\"./icons/exclamation\"),\n \"eye-fill\": () => import(\"./icons/eye-fill\"),\n \"eye-slash-fill\": () => import(\"./icons/eye-slash-fill\"),\n \"eye-slash\": () => import(\"./icons/eye-slash\"),\n eye: () => import(\"./icons/eye\"),\n \"face-smile-fill\": () => import(\"./icons/face-smile-fill\"),\n \"face-smile\": () => import(\"./icons/face-smile\"),\n facebook: () => import(\"./icons/facebook\"),\n \"file-earmark-text\": () => import(\"./icons/file-earmark-text\"),\n \"file-pdf\": () => import(\"./icons/file-pdf\"),\n \"file-plus\": () => import(\"./icons/file-plus\"),\n \"file-text\": () => import(\"./icons/file-text\"),\n file: () => import(\"./icons/file\"),\n files: () => import(\"./icons/files\"),\n fingerprint: () => import(\"./icons/fingerprint\"),\n flash: () => import(\"./icons/flash\"),\n \"folder-check\": () => import(\"./icons/folder-check\"),\n \"folder-minus\": () => import(\"./icons/folder-minus\"),\n \"folder-plus\": () => import(\"./icons/folder-plus\"),\n folder: () => import(\"./icons/folder\"),\n gear: () => import(\"./icons/gear\"),\n \"geo-alt\": () => import(\"./icons/geo-alt\"),\n \"geo-fill\": () => import(\"./icons/geo-fill\"),\n geo: () => import(\"./icons/geo\"),\n \"globe-alt\": () => import(\"./icons/globe-alt\"),\n globe: () => import(\"./icons/globe\"),\n google: () => import(\"./icons/google\"),\n \"grid-alt\": () => import(\"./icons/grid-alt\"),\n \"grid-fill\": () => import(\"./icons/grid-fill\"),\n \"hand-thumbs-down\": () => import(\"./icons/hand-thumbs-down\"),\n \"hand-thumbs-up\": () => import(\"./icons/hand-thumbs-up\"),\n \"hard-drive\": () => import(\"./icons/hard-drive\"),\n heart: () => import(\"./icons/heart\"),\n \"house-door\": () => import(\"./icons/house-door\"),\n house: () => import(\"./icons/house\"),\n image: () => import(\"./icons/image\"),\n \"in-box\": () => import(\"./icons/in-box\"),\n \"info-circle-fill\": () => import(\"./icons/info-circle-fill\"),\n \"info-circle\": () => import(\"./icons/info-circle\"),\n instagram: () => import(\"./icons/instagram\"),\n key: () => import(\"./icons/key\"),\n \"laptop-gear\": () => import(\"./icons/laptop-gear\"),\n laptop: () => import(\"./icons/laptop\"),\n layers: () => import(\"./icons/layers\"),\n \"layout-text-window-reverse\": () => import(\"./icons/layout-text-window-reverse\"),\n \"layout-text-window\": () => import(\"./icons/layout-text-window\"),\n layout: () => import(\"./icons/layout\"),\n \"life-buoy\": () => import(\"./icons/life-buoy\"),\n lightbulb: () => import(\"./icons/lightbulb\"),\n link: () => import(\"./icons/link\"),\n linkedin: () => import(\"./icons/linkedin\"),\n list: () => import(\"./icons/list\"),\n \"lock-fill\": () => import(\"./icons/lock-fill\"),\n lock: () => import(\"./icons/lock\"),\n login: () => import(\"./icons/login\"),\n logout: () => import(\"./icons/logout\"),\n luggage: () => import(\"./icons/luggage\"),\n \"mail-open\": () => import(\"./icons/mail-open\"),\n mail: () => import(\"./icons/mail\"),\n map: () => import(\"./icons/map\"),\n meetup: () => import(\"./icons/meetup\"),\n menu: () => import(\"./icons/menu\"),\n microphone: () => import(\"./icons/microphone\"),\n monitor: () => import(\"./icons/monitor\"),\n moon: () => import(\"./icons/moon\"),\n move: () => import(\"./icons/move\"),\n paperclip: () => import(\"./icons/paperclip\"),\n passcode: () => import(\"./icons/passcode\"),\n passport: () => import(\"./icons/passport\"),\n pause: () => import(\"./icons/pause\"),\n pencil: () => import(\"./icons/pencil\"),\n \"pending-circle\": () => import(\"./icons/pending-circle\"),\n \"person-dash\": () => import(\"./icons/person-dash\"),\n \"person-plus\": () => import(\"./icons/person-plus\"),\n \"person-x\": () => import(\"./icons/person-x\"),\n person: () => import(\"./icons/person\"),\n phone: () => import(\"./icons/phone\"),\n \"pin-map-fill\": () => import(\"./icons/pin-map-fill\"),\n pin: () => import(\"./icons/pin\"),\n placeholder: () => import(\"./icons/placeholder\"),\n plane: () => import(\"./icons/plane\"),\n play: () => import(\"./icons/play\"),\n \"plus-circle\": () => import(\"./icons/plus-circle\"),\n \"plus-square\": () => import(\"./icons/plus-square\"),\n plus: () => import(\"./icons/plus\"),\n printer: () => import(\"./icons/printer\"),\n \"question-circle\": () => import(\"./icons/question-circle\"),\n rocket: () => import(\"./icons/rocket\"),\n save: () => import(\"./icons/save\"),\n search: () => import(\"./icons/search\"),\n send: () => import(\"./icons/send\"),\n \"sg-crest\": () => import(\"./icons/sg-crest\"),\n share: () => import(\"./icons/share\"),\n \"shield-tick\": () => import(\"./icons/shield-tick\"),\n \"sidebar-collapse\": () => import(\"./icons/sidebar-collapse\"),\n \"sidebar-expand\": () => import(\"./icons/sidebar-expand\"),\n \"slash-circle\": () => import(\"./icons/slash-circle\"),\n \"slash-divider\": () => import(\"./icons/slash-divider\"),\n sliders: () => import(\"./icons/sliders\"),\n \"sort-ascending\": () => import(\"./icons/sort-ascending\"),\n \"sort-descending\": () => import(\"./icons/sort-descending\"),\n speedometer: () => import(\"./icons/speedometer\"),\n \"star-ai\": () => import(\"./icons/star-ai\"),\n \"star-fill\": () => import(\"./icons/star-fill\"),\n star: () => import(\"./icons/star\"),\n stoplights: () => import(\"./icons/stoplights\"),\n sun: () => import(\"./icons/sun\"),\n \"switch-horizontal\": () => import(\"./icons/switch-horizontal\"),\n \"switch-vertical\": () => import(\"./icons/switch-vertical\"),\n tablet: () => import(\"./icons/tablet\"),\n telegram: () => import(\"./icons/telegram\"),\n telephone: () => import(\"./icons/telephone\"),\n \"three-dots-vertical\": () => import(\"./icons/three-dots-vertical\"),\n \"three-dots\": () => import(\"./icons/three-dots\"),\n ticket: () => import(\"./icons/ticket\"),\n \"toggle-off\": () => import(\"./icons/toggle-off\"),\n \"toggle-on\": () => import(\"./icons/toggle-on\"),\n train: () => import(\"./icons/train\"),\n translate: () => import(\"./icons/translate\"),\n trash: () => import(\"./icons/trash\"),\n \"trend-down\": () => import(\"./icons/trend-down\"),\n \"trend-up\": () => import(\"./icons/trend-up\"),\n truck: () => import(\"./icons/truck\"),\n \"twitter-x\": () => import(\"./icons/twitter-x\"),\n unlock: () => import(\"./icons/unlock\"),\n upload: () => import(\"./icons/upload\"),\n \"user-check\": () => import(\"./icons/user-check\"),\n \"user-circle\": () => import(\"./icons/user-circle\"),\n \"user-pause\": () => import(\"./icons/user-pause\"),\n \"user-square\": () => import(\"./icons/user-square\"),\n users: () => import(\"./icons/users\"),\n \"video-recorder\": () => import(\"./icons/video-recorder\"),\n \"volume-max\": () => import(\"./icons/volume-max\"),\n \"volume-x\": () => import(\"./icons/volume-x\"),\n \"window-dash\": () => import(\"./icons/window-dash\"),\n \"window-desktop\": () => import(\"./icons/window-desktop\"),\n \"window-dock\": () => import(\"./icons/window-dock\"),\n \"window-fullscreen\": () => import(\"./icons/window-fullscreen\"),\n \"window-plus\": () => import(\"./icons/window-plus\"),\n \"window-sidebar\": () => import(\"./icons/window-sidebar\"),\n \"window-split\": () => import(\"./icons/window-split\"),\n \"window-stack\": () => import(\"./icons/window-stack\"),\n \"window-x\": () => import(\"./icons/window-x\"),\n window: () => import(\"./icons/window\"),\n \"xcircle-fill\": () => import(\"./icons/xcircle-fill\"),\n xcircle: () => import(\"./icons/xcircle\"),\n youtube: () => import(\"./icons/youtube\"),\n \"zoom-in\": () => import(\"./icons/zoom-in\"),\n \"zoom-out\": () => import(\"./icons/zoom-out\")\n};\n","import { nothing } from \"lit\";\nimport { property, state } from \"lit/decorators.js\";\nimport type { TemplateResult } from \"lit\";\nimport { iconRegistry } from \"./icon-registry\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport iconStyles from \"./icon.css\";\n\nconst iconCache = new Map<string, TemplateResult>();\n\n/**\n * @summary Icons offer a form of visual shorthand that we are all familiar with. They can label, inform and aid navigation quickly and effectively in minimal space. Icons must first and foremost communicate meaning. By default, the icon component renders icons from `SgdsIcon` library set\n */\nexport class SgdsIcon extends SgdsElement {\n static styles = [...SgdsElement.styles, iconStyles];\n\n /** The name of the icon from sgds icon library */\n @property({ type: String, reflect: true }) name: string;\n\n /** Specifies a small, medium or large icon, the size is medium by default. */\n @property({ type: String, reflect: true }) size: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"2-xl\" | \"3-xl\" = \"lg\";\n\n /** An accessible label for the icon. When set, the SVG is treated as informative. When omitted, the SVG is marked as decorative with aria-hidden=\"true\". */\n @property({ type: String }) ariaLabel: string;\n\n @state() private _icon: TemplateResult | undefined;\n\n willUpdate(changedProperties: Map<string, unknown>) {\n if (changedProperties.has(\"name\")) {\n this._loadIcon(this.name);\n }\n }\n\n private async _loadIcon(name: string) {\n if (!name) {\n this._icon = undefined;\n return;\n }\n\n if (iconCache.has(name)) {\n this._icon = iconCache.get(name);\n return;\n }\n\n const loader = iconRegistry[name];\n if (!loader) {\n console.warn(`Icon not found: ${name}`);\n this._icon = undefined;\n return;\n }\n\n try {\n const module = await loader();\n iconCache.set(name, module.default);\n this._icon = module.default;\n } catch {\n console.warn(`Failed to load icon: ${name}`);\n this._icon = undefined;\n }\n }\n\n updated() {\n const svg = this.shadowRoot?.querySelector(\"svg\");\n if (!svg) return;\n\n if (this.ariaLabel) {\n svg.removeAttribute(\"aria-hidden\");\n svg.setAttribute(\"aria-label\", this.ariaLabel);\n } else {\n svg.removeAttribute(\"aria-label\");\n svg.setAttribute(\"aria-hidden\", \"true\");\n }\n }\n\n render() {\n return this._icon ?? nothing;\n }\n}\n\nexport default SgdsIcon;\n","import { html, TemplateResult } from \"lit\";\nimport { property } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport optionStyles from \"./option.css\";\nimport SgdsElement from \"./sgds-element\";\n\nexport class OptionElement extends SgdsElement {\n static styles = [optionStyles];\n /**\n * @internal when true, sets the active stylings.\n * This property is controlled by its nearest parent e.g. Select or Combo box\n */\n @property({ type: Boolean, reflect: true }) active = false;\n\n /** Disables the Item */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n /** The value of the option item */\n @property({ type: String, reflect: true }) value: string;\n\n connectedCallback(): void {\n super.connectedCallback();\n this.setAttribute(\"role\", \"menuitem\");\n this.setAttribute(\"aria-disabled\", `${this.disabled}`);\n this._updateAriaLabel();\n }\n\n private _updateAriaLabel() {\n const label = this.textContent?.trim();\n if (label) {\n this.setAttribute(\"aria-label\", label);\n }\n }\n render() {\n const classes = {\n disabled: this.disabled,\n active: this.active\n };\n return html`\n <div class=\"dropdown-item ${classMap(classes)}\" tabindex=${this.disabled ? \"-1\" : \"0\"}>\n ${this._renderItemContent()}\n </div>\n `;\n }\n\n protected declare _renderItemContent: () => TemplateResult<1>;\n}\n","import { property } from \"lit/decorators.js\";\nimport feedbackStyles from \"../styles/feedback.css\";\nimport formHintStyles from \"../styles/form-hint.css\";\nimport formLabelStyles from \"../styles/form-label.css\";\nimport formPlaceholderStyles from \"../styles/form-placeholder.css\";\nimport SgdsElement from \"./sgds-element\";\nimport generateId from \"../utils/generateId\";\n\nexport default class FormControlElement extends SgdsElement {\n static styles = [...SgdsElement.styles, feedbackStyles, formHintStyles, formLabelStyles, formPlaceholderStyles];\n\n /** The input's label */\n @property({ reflect: true }) label = \"\";\n\n /** The input's hint text */\n @property({ reflect: true }) hintText = \"\";\n\n /** The input's name attribute */\n @property({ reflect: true }) name: string;\n\n /** Disables the input. */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n /** Marks the component as invalid. Replace the pseudo :invalid selector for absent in custom elements */\n @property({ type: Boolean, reflect: true }) invalid = false;\n\n protected _controlId = generateId(\"input\");\n protected _labelId = generateId(\"label\");\n\n /** Programatically sets the invalid state of the input. Pass in boolean value in the argument */\n public setInvalid(bool: boolean) {\n this.invalid = bool;\n if (bool) {\n this.emit(\"sgds-invalid\");\n } else {\n this.emit(\"sgds-valid\");\n }\n }\n}\n","import { html, nothing } from \"lit\";\nimport { property, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport { ifDefined } from \"lit/directives/if-defined.js\";\nimport { live } from \"lit/directives/live.js\";\nimport SgdsIcon from \"../Icon/sgds-icon\";\nimport FormControlElement from \"../../base/form-control-element\";\nimport { defaultValue } from \"../../utils/defaultvalue\";\nimport { SgdsFormControl } from \"../../utils/formSubmitController\";\nimport { SgdsFormValidatorMixin } from \"../../utils/validatorMixin\";\nimport { watch } from \"../../utils/watch\";\nimport { HasSlotController } from \"../../utils/slot\";\nimport checkboxStyle from \"./checkbox.css\";\nimport formCheckStyles from \"../../styles/form-check.css\";\n\n/**\n * @summary Checkbox component is used when you require users to select multiple items from a list.\n *\n * @slot default - The label of checkbox.\n *\n * @event sgds-change - Emitted when the checked state changes.\n * @event sgds-blur - Emitted when input is not in focus.\n * @event sgds-focus - Emitted when input is in focus.\n * @event sgds-check - Emitted when checkbox is checked\n * @event sgds-uncheck - Emitted when checkbox is unchecked\n * @event sgds-invalid - Emitted when the checkbox's invalid state is set to true.\n * @event sgds-valid - Emitted when the checkbox's invalid state is set to false.\n */\nexport class SgdsCheckbox extends SgdsFormValidatorMixin(FormControlElement) implements SgdsFormControl {\n static styles = [...FormControlElement.styles, formCheckStyles, checkboxStyle];\n\n private readonly hasSlotController = new HasSlotController(this, \"[default]\");\n\n /**@internal */\n static dependencies = {\n \"sgds-icon\": SgdsIcon\n };\n\n /** Value of the HTML form control. Primarily used to differentiate a list of related checkboxes that have the same name. */\n @property({ type: String, reflect: true }) value: string;\n\n /** Draws the checkbox in a checked state. */\n @property({ type: Boolean, reflect: true }) checked = false;\n\n /** Allows invalidFeedback, invalid and valid styles to be visible with the input */\n @property({ type: String, reflect: true }) hasFeedback: \"style\" | \"text\" | \"both\";\n\n /** @internal Gets or sets the default value used to reset this element. The initial value corresponds to the one originally specified in the HTML that created this element. */\n @defaultValue(\"checked\")\n defaultChecked = false;\n\n /** Marks the checkbox input as indeterminate , with indeterminate logo */\n @property({ type: Boolean, reflect: true }) indeterminate = false;\n\n /** Makes the checkbox a required field. */\n @property({ type: Boolean, reflect: true }) required = false;\n\n /** Disables native and sgds validation for the checkbox. */\n @property({ type: Boolean, reflect: true }) noValidate = false;\n\n /**Feedback text for error state when validated */\n @property({ type: String, reflect: true }) invalidFeedback = \"\";\n\n @state() private _isTouched = false;\n\n /** Simulates a click on the checkbox. */\n public click() {\n this.input.click();\n }\n /** Sets focus on the checkbox. */\n public focus(options?: FocusOptions) {\n this.input.focus(options);\n }\n\n /** Removes focus from the checkbox. */\n public blur() {\n this.input.blur();\n }\n\n private _handleChange(e: Event) {\n if (this.indeterminate) {\n this.indeterminate = !this.indeterminate;\n }\n\n this.checked = !this.checked;\n super._mixinHandleChange(e);\n this.emit(\"sgds-change\", { detail: { checked: this.checked, value: this.value } });\n\n this.checked\n ? this.emit(\"sgds-check\", { detail: { value: this.value } })\n : this.emit(\"sgds-uncheck\", { detail: { value: this.value } });\n }\n\n private _handleKeyDown(event: KeyboardEvent) {\n const hasModifier = event.metaKey || event.ctrlKey || event.shiftKey || event.altKey;\n if (event.key === \"Enter\" && !hasModifier) {\n this.click();\n }\n }\n\n private _handleBlur() {\n this._isTouched = true;\n this.emit(\"sgds-blur\");\n }\n\n private _handleFocus() {\n this.emit(\"sgds-focus\");\n }\n\n private _handleInvalid(e: Event) {\n e.preventDefault();\n this.invalid = true;\n }\n\n /** @internal */\n @watch(\"disabled\", { waitUntilFirstUpdate: true })\n _handleDisabledChange() {\n // Disabled form controls are always valid, so we need to recheck validity when the state changes\n this.setInvalid(false);\n }\n\n @watch(\"_isTouched\", { waitUntilFirstUpdate: true })\n _handleIsTouched() {\n if (this._mixinShouldSkipSgdsValidation()) return;\n if (this._isTouched) {\n this.invalid = !this.input.checkValidity();\n }\n }\n\n private _mixinResetFormControl() {\n this._isTouched = false;\n this.checked = this.input.checked = this.defaultChecked;\n this.input.dispatchEvent(new InputEvent(\"reset\"));\n this._mixinResetValidity(this.input);\n }\n /**\n * Checks for validity. Under the hood, HTMLFormElement's reportValidity method calls this method to check for component's validity state\n * Note that the native error popup is prevented for SGDS form components by default. Instead the validation message shows up in the feedback container of SgdsInput\n */\n public reportValidity(): boolean {\n return this._mixinReportValidity();\n }\n /**\n * Checks for validity without any native error popup message\n */\n public checkValidity(): boolean {\n return this._mixinCheckValidity();\n }\n /**\n * Returns the ValidityState object\n */\n public get validity(): ValidityState {\n return this._mixinGetValidity();\n }\n /**\n * Returns the validation message based on the ValidityState\n */\n public get validationMessage() {\n return this._mixinGetValidationMessage();\n }\n\n firstUpdated(_changedProperties) {\n super.firstUpdated(_changedProperties);\n this.checked && this.emit(\"sgds-check\", { detail: { value: this.value } });\n }\n\n connectedCallback(): void {\n super.connectedCallback();\n this.addEventListener(\"click\", this._handleHostClick);\n }\n\n disconnectedCallback(): void {\n super.disconnectedCallback();\n this.removeEventListener(\"click\", this._handleHostClick);\n }\n\n // Delegates host-targeted clicks to the internal input so that clicking anywhere\n // on the sgds-checkbox element (e.g. expanded padding inside sgds-dropdown-item) toggles\n // the checkbox. Clicks already originating from inside the shadow DOM are left alone.\n private _handleHostClick = (e: Event) => {\n if (e.composedPath()[0] === this) {\n e.stopPropagation();\n this.input.click();\n }\n };\n render() {\n const displayFeedbackStyle = this.hasFeedback === \"both\" || this.hasFeedback === \"style\";\n const displayFeedbackText = this.hasFeedback === \"both\" || this.hasFeedback === \"text\";\n const hasDefaultSlot = this.hasSlotController.test(\"[default]\");\n\n return html`\n <div class=\"form-check\">\n <input\n class=${classMap({\n \"form-check-input\": true,\n \"is-invalid\": displayFeedbackStyle && this.invalid\n })}\n type=\"checkbox\"\n id=${this._controlId}\n aria-invalid=${this.invalid ? \"true\" : \"false\"}\n name=${ifDefined(this.name)}\n ?indeterminate=${this.indeterminate}\n ?required=${this.required}\n aria-disabled=${this.disabled ? \"true\" : \"false\"}\n aria-checked=${this.checked ? \"true\" : \"false\"}\n @change=${(e: Event) => this._handleChange(e)}\n @keydown=${this._handleKeyDown}\n @invalid=${(e: Event) => this._handleInvalid(e)}\n ?checked=${live(this.checked)}\n .disabled=${this.disabled}\n .required=${this.required}\n @blur=${this._handleBlur}\n @focus=${this._handleFocus}\n />\n ${hasDefaultSlot\n ? html`<label for=\"${this._controlId}\" class=\"form-check-label\" id=\"${this._labelId}\"><slot></slot></label>`\n : nothing}\n </div>\n ${displayFeedbackText && this.invalid\n ? html`\n <div class=\"invalid-feedback-container\">\n <slot name=\"invalidIcon\">\n <sgds-icon name=\"exclamation-circle-fill\" size=\"md\"></sgds-icon>\n </slot>\n <div id=\"checkbox-feedback\" tabindex=\"0\" class=\"invalid-feedback\">\n ${this.invalidFeedback ? this.invalidFeedback : this.input.validationMessage}\n </div>\n </div>\n `\n : nothing}\n `;\n }\n}\n\nexport default SgdsCheckbox;\n","import { html, nothing, PropertyValueMap } from \"lit\";\nimport { property } from \"lit/decorators.js\";\nimport { OptionElement } from \"../../base/option-element\";\nimport SgdsCheckbox from \"../Checkbox/sgds-checkbox\";\nimport SgdsIcon from \"../Icon/sgds-icon\";\nimport SgdsComboBox from \"./sgds-combo-box\";\n\n/**\n * @summary ComboBoxOption is the option of the Combobox\n *\n * @slot default - The label of the option\n */\nexport class SgdsComboBoxOption extends OptionElement {\n /** @internal */\n static override dependencies = {\n \"sgds-icon\": SgdsIcon,\n \"sgds-checkbox\": SgdsCheckbox\n };\n\n /**\n * @internal If true, this item is rendered as a checkbox item.\n * This property is controlled by its combo box parent\n */\n @property({ type: Boolean, reflect: true }) checkbox = false;\n\n connectedCallback(): void {\n super.connectedCallback();\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n const parent = this.parentElement as SgdsComboBox;\n if (parent?.multiSelect) {\n this.checkbox = true;\n }\n }\n\n protected _renderItemContent = () => {\n return this.checkbox\n ? html`\n <sgds-checkbox .checked=${this.active} .disabled=${this.disabled}>\n <slot></slot>\n </sgds-checkbox>\n `\n : html`\n <div class=\"normal-item-content\" role=\"presentation\">\n <slot></slot>\n ${this.active ? html` <sgds-icon name=\"check\"></sgds-icon> ` : nothing}\n </div>\n `;\n };\n}\n\nexport default SgdsComboBoxOption;\n","import{noChange as e}from\"../lit-html.js\";import{directive as s,Directive as t,PartType as r}from\"../directive.js\";import{getCommittedValue as l,setChildPartValue as o,insertPart as i,removePart as n,setCommittedValue as f}from\"../directive-helpers.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=s(class extends t{constructor(e){if(super(e),e.type!==r.CHILD)throw Error(\"repeat() can only be used in text expressions\")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return{values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s,[t,r,c]){const d=l(s),{values:p,keys:a}=this.dt(t,r,c);if(!Array.isArray(d))return this.ut=a,p;const h=this.ut??=[],v=[];let m,y,x=0,j=d.length-1,k=0,w=p.length-1;for(;x<=j&&k<=w;)if(null===d[x])x++;else if(null===d[j])j--;else if(h[x]===a[k])v[k]=o(d[x],p[k]),x++,k++;else if(h[j]===a[w])v[w]=o(d[j],p[w]),j--,w--;else if(h[x]===a[w])v[w]=o(d[x],p[w]),i(s,v[w+1],d[x]),x++,w--;else if(h[j]===a[k])v[k]=o(d[j],p[k]),i(s,d[x],d[j]),j--,k++;else if(void 0===m&&(m=u(a,k,w),y=u(h,x,j)),m.has(h[x]))if(m.has(h[j])){const e=y.get(a[k]),t=void 0!==e?d[e]:null;if(null===t){const e=i(s,d[x]);o(e,p[k]),v[k]=e}else v[k]=o(t,p[k]),i(s,d[x],t),d[e]=null;k++}else n(d[j]),j--;else n(d[x]),x++;for(;k<=w;){const e=i(s,v[w+1]);o(e,p[k]),v[k++]=e}for(;x<=j;){const e=d[x++];null!==e&&n(e)}return this.ut=a,f(s,v),e}});export{c as repeat};\n//# sourceMappingURL=repeat.js.map\n","import{html as t,svg as r,mathml as e}from\"./lit-html.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst a=Symbol.for(\"\"),o=t=>{if(t?.r===a)return t?._$litStatic$},s=t=>({_$litStatic$:t,r:a}),i=(t,...r)=>({_$litStatic$:r.reduce((r,e,a)=>r+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\\n take care to ensure page security.`)})(e)+t[a+1],t[0]),r:a}),l=new Map,n=t=>(r,...e)=>{const a=e.length;let s,i;const n=[],u=[];let c,$=0,f=!1;for(;$<a;){for(c=r[$];$<a&&void 0!==(i=e[$],s=o(i));)c+=s+r[++$],f=!0;$!==a&&u.push(i),n.push(c),$++}if($===a&&n.push(r[a]),f){const t=n.join(\"$$lit$$\");void 0===(r=l.get(t))&&(n.raw=n,l.set(t,r=n)),e=u}return t(r,...e)},u=n(t),c=n(r),$=n(e);export{u as html,i as literal,$ as mathml,c as svg,s as unsafeStatic,n as withStatic};\n//# sourceMappingURL=static.js.map\n","import { property } from \"lit/decorators.js\";\nimport { html } from \"lit/static-html.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport spinnerStyle from \"./spinner.css\";\nimport textStyles from \"../../styles/text-variants.css\";\nimport { nothing } from \"lit\";\n/**\n * @summary Spinners notify the users that their request is being processed.\n *\n */\nexport class SgdsSpinner extends SgdsElement {\n static styles = [...SgdsElement.styles, textStyles, spinnerStyle];\n /** The variant of spinner. Deprecated in favor of `tone` @deprecated */\n @property({ type: String, reflect: true }) variant: SpinnerVariant = \"primary\";\n /** The color tones of spinner, replaces variant prop */\n @property({ type: String, reflect: true }) tone: SpinnerTone = \"brand\";\n /** Specifies a small, medium or large button, the size is medium by default. */\n @property({ type: String, reflect: true }) size: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" = \"md\";\n /** Text label of the spinner */\n @property({ reflect: true, type: String }) label: string;\n /** Orientation of label relative to the spinner */\n @property({ type: String, reflect: true }) orientation: \"horizontal\" | \"vertical\" = \"vertical\";\n\n render() {\n return html`\n <div\n class=\"spinner-wrapper ${classMap({\n horizontal: this.orientation === \"horizontal\"\n })}\"\n >\n <div\n class=\"spinner ${classMap({\n [`spinner-${this.size}`]: this.size\n })}\"\n role=\"status\"\n >\n ${this.label ? nothing : html`<span class=\"sr-only\">Loading...</span>`}\n </div>\n ${this.label ? html`<span class=\"spinner-label\">${this.label}</span>` : nothing}\n </div>\n `;\n }\n}\nexport type SpinnerTone = \"brand\" | \"neutral\" | \"inverse\" | \"fixed-light\" | \"fixed-dark\";\nexport type SpinnerVariant = \"primary\" | \"neutral\";\n\nexport default SgdsSpinner;\n","import { live } from \"lit/directives/live.js\";\nimport { html, nothing, PropertyValueMap, TemplateResult } from \"lit\";\nimport { property, queryAssignedElements, queryAsync, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport { ifDefined } from \"lit/directives/if-defined.js\";\n\nimport { ref } from \"lit/directives/ref.js\";\nimport { SelectElement, SgdsOptionData } from \"../../base/select-element\";\nimport { watch } from \"../../utils/watch\";\nimport { SgdsBadge } from \"../Badge/sgds-badge\";\nimport SgdsIcon from \"../Icon/sgds-icon\";\nimport comboBoxStyle from \"./combo-box.css\";\nimport formTextControlStyle from \"../../styles/form-text-control.css\";\nimport { SgdsComboBoxOption } from \"./sgds-combo-box-option\";\n\nimport { repeat } from \"lit/directives/repeat.js\";\nimport SgdsSpinner from \"../Spinner/sgds-spinner\";\nimport { ISgdsComboBoxInputEventDetail } from \"./types\";\n\n/**\n * Each item in the ComboBox has a label to display\n * and a value (the actual data / ID).\n */\ntype SgdsComboBoxOptionData = SgdsOptionData;\n\nexport type { ISgdsComboBoxInputEventDetail };\n\n/**\n * @summary ComboBox component is used for users to make one or more selections from a list through user input, keyboard or mouse actions\n *\n * @slot default - default slot to pass in sgds-combo-box-option\n *\n * @event sgds-select - Emitted when the combo box's selected value changes.\n * @event sgds-change - Emitted when the combo box's value changes.\n * @event sgds-input - Emitted when user input is received and its value changes. `event.detail = { displayValue }`\n * @eventDetail {ISgdsComboBoxInputEventDetail} sgds-input\n * @event sgds-focus - Emitted when user input is focused.\n * @event sgds-blur - Emitted when user input is blurred.\n * @event sgds-invalid - Emitted when the combo box's invalid state is set to true.\n * @event sgds-valid - Emitted when the combo box's invalid state is set to false.\n * @event sgds-scroll-end - Emitted once when the menu is scrolled to within `scrollBottomOffset` pixels of the bottom. Resets when the user scrolls back up.\n */\nexport class SgdsComboBox extends SelectElement {\n static styles = [...SelectElement.styles, formTextControlStyle, comboBoxStyle];\n static childName = \"sgds-combo-box-option\";\n /** @internal */\n static dependencies = {\n [SgdsComboBox.childName]: SgdsComboBoxOption,\n \"sgds-icon\": SgdsIcon,\n \"sgds-badge\": SgdsBadge,\n \"sgds-spinner\": SgdsSpinner\n };\n\n /** If true, renders multiple checkbox selection items. If false, single-select. */\n @property({ type: Boolean, reflect: true }) multiSelect = false;\n\n /** If true, renders badge that fills width of combobox */\n @property({ type: Boolean, reflect: true }) badgeFullWidth = false;\n\n /** If true, a clear button will be enabled on focus */\n @property({ type: Boolean, reflect: true }) clearable = false;\n\n /** Disables native and sgds validation for the combo box. */\n @property({ type: Boolean, reflect: true }) noValidate = false;\n\n /** Enables the asynchronous behaviour of a combo box. When true, filterFunction is ignored and filtering is done remotely. */\n @property({ type: Boolean, reflect: true }) async = false;\n\n /** When filtering remotely and there are no results, set this to true to enable no options feedback on the menu. Applicable for async combo box only. */\n @property({ type: Boolean, reflect: true }) emptyMenuAsync = false;\n\n /** Number of pixels from the bottom of the menu at which the sgds-scroll-end event fires. */\n @property({ type: Number, reflect: true }) scrollBottomOffset = 0;\n\n /** The function used to filter the menu list, given the user's input value. */\n @property()\n filterFunction: (inputValue: string, item: SgdsComboBoxOptionData) => boolean = (inputValue, item) => {\n return item.label.toLowerCase().startsWith(inputValue.toLowerCase());\n };\n\n @queryAsync(\"input#multi-select-input-tracker\") private _multiSelectInput: Promise<HTMLInputElement>;\n\n @queryAssignedElements({ flatten: true, selector: \"sgds-combo-box-option\" })\n protected options: SgdsComboBoxOption[];\n\n @state() private optionList: SgdsComboBoxOptionData[] = [];\n @state() private emptyMenuAfterFiltering = false;\n\n // Used to show and hide the clear button\n @state() protected isFocused = false;\n\n // Used to determine if the scroll reached the end with offset\n @state() protected isScrollEnd = false;\n\n connectedCallback(): void {\n super.connectedCallback();\n\n this.addEventListener(\"focus\", async () => {\n this.isFocused = true;\n });\n\n this.addEventListener(\"blur\", async () => {\n this.isFocused = false;\n });\n\n this.addEventListener(\"keydown\", (e: KeyboardEvent) => {\n if (\n e.key === \"Enter\" &&\n (e.target as HTMLElement).shadowRoot?.querySelector(\".form-clearable\")?.matches(\":focus\")\n ) {\n this._handleClear();\n }\n });\n\n this.addEventListener(\"sgds-hide\", async (e: CustomEvent) => {\n if (!e.detail.isOutside) {\n const sgdsInput = await this._input;\n sgdsInput.focus();\n }\n\n this.options.forEach(o => o.removeAttribute(\"hidden\"));\n // reset emptyMenu state\n this.emptyMenuAfterFiltering = false;\n });\n }\n\n async firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n if (this.async) this.filterFunction = () => true;\n this.menuList.forEach(o => {\n const comboBoxOption = document.createElement(\"sgds-combo-box-option\") as SgdsComboBoxOption;\n comboBoxOption.innerText = o.label;\n comboBoxOption.value = o.value;\n comboBoxOption.checkbox = this.multiSelect;\n comboBoxOption.active = this.value.includes(o.value);\n this.appendChild(comboBoxOption);\n });\n this._setupValidation(this.menuList);\n if (this.menuIsOpen) {\n await this.updateFloatingPosition();\n }\n }\n\n protected async _handleDefaultSlotChange(e: Event) {\n const assignedElements = (e.target as HTMLSlotElement).assignedElements({\n flatten: true\n }) as ComboBoxOptionWithFlag[];\n\n assignedElements.forEach(option => {\n // Handling of click events\n if (option.hasAttribute(\"disabled\")) return false;\n if (option.clickEventAdded) return false;\n option.addEventListener(\"click\", (evt: PointerEvent) => {\n evt.preventDefault();\n const optionTarget = evt.target as SgdsComboBoxOption;\n\n if (this.multiSelect) {\n optionTarget.active ? this._handleItemUnselect(evt) : this._handleItemSelected(evt);\n } else {\n this._handleItemSelected(evt);\n }\n\n return false;\n });\n option.clickEventAdded = true;\n option.addEventListener(\"keydown\", (evt: KeyboardEvent) => {\n if (evt.key === \"Enter\") {\n this.close = \"outside\";\n const optionTarget = evt.target as SgdsComboBoxOption;\n optionTarget.click();\n }\n });\n });\n\n /** this will trigger _updateValueAndDisplayValue */\n await this.updateComplete;\n this.optionList = await this._getMenuListFromOptions(assignedElements);\n this._setupValidation(this.optionList);\n }\n\n private async _setupValidation(list: SgdsComboBoxOptionData[]) {\n if (this.value && list.length > 0) {\n const valueArray = this.value.split(\";\");\n const initialSelectedItem = list.filter(({ value }) => valueArray.includes(value));\n this.selectedItems = [...initialSelectedItem, ...this.selectedItems];\n\n if (!this.multiSelect) {\n this.displayValue = initialSelectedItem[0]?.label;\n }\n }\n /** We want to run validation regardless of value or list present */\n this.multiSelect ? (this.input = await this._multiSelectInput) : (this.input = await this._input);\n this._mixinValidate(this.input);\n }\n\n @watch(\"value\", { waitUntilFirstUpdate: true })\n async _handleValueChange() {\n this.options.forEach(o => o.removeAttribute(\"hidden\"));\n\n const sgdsInput = await this._input;\n this._mixinSetFormValue();\n\n if (this.multiSelect) {\n this._mixinValidate(this.input);\n } else {\n this._mixinValidate(sgdsInput);\n }\n\n // When value is updated by user and it doesn't map to selectedItems, we should re-map selectedItems\n const selectedItemVal = this.selectedItems.map(val => val.value).join(\";\");\n if (selectedItemVal !== this.value) {\n this._updateValueAndDisplayValue(this.optionList);\n }\n\n if (!this._isTouched && this.value === \"\") return;\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.invalid = !this._mixinReportValidity();\n }\n\n /** Emits sgds-change and sgds-select events. Call after setting this.value from user interaction. */\n private _emitChangeEvents() {\n this._mixinSetFormValue();\n this.emit(\"sgds-change\");\n if (this.value) {\n this.emit(\"sgds-select\");\n }\n }\n\n @watch(\"optionList\", { waitUntilFirstUpdate: true })\n _handleOptionListChange() {\n this._updateValueAndDisplayValue(this.optionList);\n }\n\n @watch(\"menuList\", { waitUntilFirstUpdate: true })\n _handleMenuListChange() {\n const newMenu = this.menuList.map(o => {\n const comboBoxOption = document.createElement(\"sgds-combo-box-option\") as SgdsComboBoxOption;\n comboBoxOption.innerText = o.label;\n comboBoxOption.value = o.value;\n comboBoxOption.checkbox = this.multiSelect;\n comboBoxOption.active = this.value.includes(o.value);\n return comboBoxOption;\n });\n\n this.replaceChildren(...newMenu);\n }\n\n private _updateValueAndDisplayValue(list: SgdsComboBoxOptionData[]) {\n const valueArray = this.value.split(\";\");\n const initialSelectedItem = list.filter(({ value }) => valueArray.includes(value));\n this.selectedItems = [...initialSelectedItem];\n // When the new filtered items don't match value we update it\n const updatedValue = initialSelectedItem.map(item => item.value).join(\";\");\n if (updatedValue !== this.value) {\n this.value = updatedValue;\n }\n // Disabling this condition for async combobox so that the display value in the input will not clear when menu options changes\n if (!this.multiSelect && !this.async) {\n this.displayValue = initialSelectedItem[0]?.label || \"\";\n }\n\n this.options.forEach(o => (o.active = valueArray.includes(o.value)));\n }\n\n // Called each time the user types in the <sgds-input>, we set .value and show the menu\n protected async _handleInputChange(e: CustomEvent) {\n const input = e.target as HTMLInputElement;\n this.displayValue = input.value;\n this.emit<ISgdsComboBoxInputEventDetail>(\"sgds-input\", { detail: { displayValue: this.displayValue } });\n this.invalid = false;\n this.showMenu();\n // reset menu list when displayValue is cleared\n if (this.displayValue === \"\" && !this.multiSelect) {\n this.selectedItems = [];\n this.value = this.selectedItems.join(\";\");\n this.options.forEach(o => (o.active = false));\n this._emitChangeEvents();\n }\n // There is a race condition in certain situations where this.optionList is not fully updated during slotchange\n // Hence instead of using this.optionList, we have to perform a query on the <sgds-combo-box-option> elements\n const optionList = this.options.map(o => ({ value: o.value, label: o.textContent.trim() }));\n this.filteredList = optionList.filter(item => this.filterFunction(this.displayValue, item));\n\n // Filtering for slots\n this.emptyMenuAfterFiltering = this.filteredList.length === 0;\n const filteredValues = this.filteredList.map(l => l.value);\n\n this.options.forEach(o => {\n if (!filteredValues.includes(o.value)) {\n o.hidden = true;\n } else {\n o.hidden = false;\n }\n });\n }\n\n /**\n * Called whenever an <sgds-combo-box-option> dispatches sgds-select\"\n */\n protected async _handleItemSelected(e: Event) {\n const itemEl = e.target as SgdsComboBoxOption;\n if (itemEl.disabled) return;\n\n const itemLabel = itemEl.textContent?.trim() ?? \"\";\n const itemValueAttr = itemEl.getAttribute(\"value\") ?? itemLabel;\n const foundItem = this.filteredList.find(i => i.value.toString() === itemValueAttr) || {\n label: itemLabel,\n value: itemValueAttr\n };\n\n if (this.multiSelect) {\n if (!this.selectedItems.some(i => i.value === foundItem.value)) {\n this.selectedItems = [...this.selectedItems, foundItem];\n }\n\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n itemEl.active = true;\n } else {\n // Single-select\n // Only update active states if a new item is selected\n if (this.selectedItems.length === 0 || this.selectedItems[0].value !== foundItem.value) {\n // Remove active from all options\n this.options.forEach(o => (o.active = false));\n itemEl.active = true;\n\n this.selectedItems = [foundItem];\n this.value = foundItem.value.toString();\n this.displayValue = foundItem.label;\n this.hideMenu();\n }\n }\n this._emitChangeEvents();\n }\n\n private _handleItemUnselect(e: Event) {\n const itemEl = e.target as SgdsComboBoxOption;\n if (itemEl.disabled) return;\n\n itemEl.removeAttribute(\"active\");\n const itemLabel = itemEl.textContent?.trim() ?? \"\";\n const itemValueAttr = itemEl.getAttribute(\"value\") ?? itemLabel;\n const foundItem = this.filteredList.find(i => i.value.toString() === itemValueAttr) || {\n label: itemLabel,\n value: itemValueAttr\n };\n\n this.selectedItems = this.selectedItems.filter(i => i.value !== foundItem.value);\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n this._emitChangeEvents();\n }\n\n private async _handleBadgeDismissed(e: CustomEvent, item: SgdsComboBoxOptionData) {\n e.preventDefault();\n const removedValue = item.value;\n this.options?.forEach(o => (o.value === removedValue ? (o.active = false) : null));\n this.selectedItems = this.selectedItems.filter(i => i.value !== item.value);\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n this._emitChangeEvents();\n }\n\n private async _handleMultiSelectKeyDown(e: KeyboardEvent) {\n // Only do this in multi-select mode\n if (!this.multiSelect) {\n return;\n }\n\n if (e.key === \"Backspace\" && this.multiSelect) {\n if (this.displayValue.trim() === \"\" && this.selectedItems.length > 0) {\n const removedValue = this.selectedItems[this.selectedItems.length - 1].value;\n this.options?.forEach(o => (o.value === removedValue ? (o.active = false) : null));\n this.selectedItems = this.selectedItems.slice(0, -1);\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n this._emitChangeEvents();\n }\n }\n }\n\n protected _handleFocus() {\n this.emit(\"sgds-focus\");\n }\n\n protected async _handleInputBlur(e: Event) {\n e.preventDefault();\n\n this.emit(\"sgds-blur\");\n\n if (this.multiSelect) {\n const displayValueMatchedSelectedItems = this.selectedItems.filter(({ label }) => this.displayValue === label);\n if (displayValueMatchedSelectedItems.length <= 0) {\n this.displayValue = \"\";\n }\n } else {\n // Single select\n if (this.selectedItems.length > 0) {\n this.displayValue = this.selectedItems[0].label;\n } else {\n this.displayValue = \"\";\n }\n }\n }\n\n // For clearing the value\n protected async _handleClear() {\n this.value = this.displayValue = \"\";\n this.options?.forEach(o => (o.active = false));\n this._emitChangeEvents();\n\n const sgdsInput = await this._input;\n sgdsInput.focus();\n this.showMenu();\n }\n\n /** For form reset */\n protected async _mixinResetFormControl() {\n this.value = this.defaultValue;\n if (!this.multiSelect) {\n //reset menu\n this.options.forEach(o => {\n o.active = o.value === this.value;\n });\n const initialOption = this.options.filter(o => o.value === this.value);\n if (initialOption.length <= 0) {\n this.displayValue = \"\";\n } else {\n this.displayValue = initialOption[0].textContent.trim();\n }\n this._mixinResetValidity(await this._input);\n } else {\n const valueArray = this.value.split(\";\");\n // reset menu\n this.options.forEach(o => {\n o.active = valueArray.includes(o.value);\n });\n const initialOption = this.options.filter(o => valueArray.includes(o.value));\n this.selectedItems = initialOption.map(o => ({ value: o.value, label: o.textContent.trim() }));\n this._mixinResetValidity(await this._multiSelectInput);\n }\n }\n\n /**\n * Handles scroll events on the menu. Emits `sgds-scroll-end` once when the\n * scroll position reaches within `scrollBottomOffset` pixels of the bottom.\n * The event is suppressed until the user scrolls back up, preventing repeated\n * emissions while the menu stays at the bottom.\n */\n private async _handleScroll(e: MouseEvent) {\n const ele = e.target as HTMLElement;\n if (ele) {\n const endOfScroll = ele.scrollHeight - ele.clientHeight;\n const offset = Math.max(0, this.scrollBottomOffset);\n\n if (ele.scrollTop >= endOfScroll - offset) {\n if (!this.isScrollEnd) {\n this.emit(\"sgds-scroll-end\");\n }\n this.isScrollEnd = true;\n } else {\n this.isScrollEnd = false;\n }\n }\n }\n\n /** Template for the suffix icon */\n protected suffixIconTemplate: TemplateResult = html`<sgds-icon\n name=${this.menuIsOpen ? \"chevron-up\" : \"chevron-down\"}\n size=\"md\"\n ></sgds-icon>`;\n\n protected prefixIconTemplate: TemplateResult = html`${nothing}`;\n /**\n * Used `repeat` helper from Lit to render instead of .map:\n * The reassigning of value is affecting the truncation on badge as it is not triggering the slot change event.\n *\n * To compare this to lit-html's default handling for lists, consider reversing a large list of names:\n * For a list created using Array.map, lit-html maintains the DOM nodes for the list items, but reassigns the values\n * For a list created using repeat, the repeat directive reorders the existing DOM nodes, so the nodes representing the first list item move to the last position.\n */\n protected _renderInput(showClearButton: boolean): TemplateResult {\n const wantFeedbackStyle = this.hasFeedback;\n const showButton = showClearButton;\n\n return html`\n <div\n ${ref(this.myDropdown)}\n class=\"form-control-group ${classMap({\n disabled: this.disabled,\n readonly: this.readonly,\n \"is-invalid\": this.invalid && wantFeedbackStyle\n })}\"\n @click=${this._handleClick}\n >\n ${this.prefixIconTemplate}\n <div class=\"combobox-input-container\">\n ${this.multiSelect\n ? html`\n ${repeat(\n this.selectedItems,\n item => item.value,\n item =>\n html`<sgds-badge\n outlined\n variant=\"neutral\"\n show\n ?dismissible=${!(this.readonly || this.disabled)}\n ?fullwidth=${this.badgeFullWidth}\n @sgds-hide=${e => this._handleBadgeDismissed(e, item)}\n >${item.label}</sgds-badge\n >`\n )}\n `\n : nothing}\n <input\n class=\"form-control\"\n type=\"text\"\n id=${this._controlId}\n name=${ifDefined(this.name)}\n placeholder=${ifDefined(this.placeholder)}\n aria-invalid=${this.invalid ? \"true\" : \"false\"}\n ?autofocus=${this.autofocus}\n ?disabled=${this.disabled}\n ?readonly=${this.readonly}\n ?required=${this.required}\n .value=${this.displayValue ? this.displayValue.trim() : \"\"}\n @input=${this._handleInputChange}\n @blur=${this._handleInputBlur}\n @focus=${this._handleFocus}\n aria-describedby=${ifDefined(this.invalid && this.hasFeedback ? `${this._controlId}-invalid` : undefined)}\n aria-labelledby=\"${this._labelId} ${this._controlId}Help ${this.invalid && this.hasFeedback\n ? `${this._controlId}-invalid`\n : \"\"}\"\n .autocomplete=${this.autocomplete}\n />\n </div>\n\n ${showButton\n ? html`\n <sgds-icon\n id=${`${this._controlId}-combobox-clear-button`}\n tabindex=\"0\"\n class=\"form-clearable\"\n name=\"xcircle-fill\"\n size=\"md\"\n @click=${this._handleClear}\n aria-label=\"Clear selections\"\n role=\"button\"\n ></sgds-icon>\n `\n : nothing}\n ${this.suffixIconTemplate}\n </div>\n `;\n }\n\n protected _renderFeedbackMenu() {\n if (this.loading) {\n return this._renderLoadingMenu();\n }\n // When async, the filtering is done by remote server, so we do not check for emptyMenu of combobox filterFunction\n if (this.async) {\n return this.emptyMenuAsync || this.optionList.length === 0 ? this._renderEmptyMenu() : nothing;\n } else {\n return this.optionList.length === 0 || // no options at all\n (this.emptyMenuAfterFiltering && this.optionList.length > 0) // check if filtering results in empty menu\n ? this._renderEmptyMenu()\n : nothing;\n }\n }\n\n render() {\n const showClearButton =\n (this.isFocused || this.menuIsOpen) && this.value !== \"\" && this.clearable && !this.readonly;\n return html`\n <div\n class=${classMap({\n \"form-control-container\": true,\n \"m-width-256\": true,\n disabled: this.disabled,\n combobox: true\n })}\n @keydown=${this._handleMultiSelectKeyDown}\n >\n ${this._renderLabel()}\n <!-- The input -->\n ${this._renderInput(showClearButton)} ${this._renderFeedback()}\n\n <div\n id=${this.dropdownMenuId}\n class=\"dropdown-menu\"\n tabindex=\"-1\"\n role=\"menu\"\n aria-label=${this.label || \"Options\"}\n ${ref(this.menuRef)}\n @scroll=${this._handleScroll}\n >\n <slot\n id=\"default\"\n class=${classMap({ \"d-none\": this.loading || this.emptyMenuAsync || this.optionList.length === 0 })}\n @slotchange=${this._handleDefaultSlotChange}\n ></slot>\n ${this._renderFeedbackMenu()}\n </div>\n </div>\n\n <!-- Required an input element for constraint validation -->\n ${this.multiSelect\n ? html`<input\n .value=${live(this.value)}\n id=\"multi-select-input-tracker\"\n class=\"visually-hidden\"\n ?required=${this.required}\n tabindex=\"-1\"\n aria-hidden=\"true\"\n .autocomplete=${this.autocomplete}\n />`\n : nothing}\n `;\n }\n}\n\ninterface ComboBoxOptionWithFlag extends SgdsComboBoxOption {\n clickEventAdded?: boolean;\n}\n\nexport default SgdsComboBox;\n\n//TODO:\n// Replace this.optionList ?\n// During slotchange event _handleDefaultSlotChange, we try to populate this.optionList to obtain value attribute and textContent as label from <sgds-combo-box-option>\n// However, it has race conditions in certain situation like nextjs, where the last option's label (essentially the slot of <sgds-combo-box-option>) may not be available immediately.\n// To circumvent this, I avoid relying on this.optionList to perform filterFunction onInput handler and query this.options directly at the point of user typing.\n// To prevent confusion, this.optionList should ideally be removed in future iterations\n","import { SgdsComboBox } from \"./sgds-combo-box\";\nimport { SgdsComboBoxOption } from \"./sgds-combo-box-option\";\nimport { register } from \"../../utils/ce-registry\";\n\nregister(\"sgds-combo-box\", SgdsComboBox);\nregister(\"sgds-combo-box-option\", SgdsComboBoxOption);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"sgds-combo-box\": SgdsComboBox;\n }\n}\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.375 15.125H6.5a5.116 5.116 0 0 1-1.643-.27l1.324 5.292c.047.188.062.247.078.294.176.52.644.885 1.19.93.05.004.11.004.305.004.243 0 .32 0 .379-.006a1.375 1.375 0 0 0 1.235-1.237c.006-.058.007-.136.007-.379v-4.628Zm12-5.125c0-1.373-.963-2.52-2.25-2.805v5.61A2.874 2.874 0 0 0 21.375 10Zm-18.75 0A3.875 3.875 0 0 0 6.5 13.875h2.875v-7.75H6.5A3.875 3.875 0 0 0 2.625 10Zm15.25-4.873c0-.534 0-.896-.021-1.159-.023-.28-.063-.324-.05-.305a.326.326 0 0 0-.258-.155c.027.004-.035-.01-.31.115-.257.115-.597.3-1.092.57-1.565.853-3.667 1.801-5.519 1.919v7.774c1.852.118 3.954 1.068 5.519 1.921.495.27.835.455 1.091.57.276.125.338.111.31.115a.326.326 0 0 0 .26-.155c-.013.019.026-.026.049-.305.02-.263.021-.625.021-1.158V5.127Zm1.25.794a4.127 4.127 0 0 1 0 8.157v.796c0 .51 0 .932-.025 1.257-.025.307-.079.654-.279.934a1.57 1.57 0 0 1-1.124.667c-.346.042-.688-.084-.976-.215-.31-.14-.7-.352-1.176-.612-1.535-.837-3.39-1.645-4.92-1.764v4.612c0 .215 0 .366-.013.5a2.625 2.625 0 0 1-2.36 2.36c-.133.013-.284.012-.498.012-.171 0-.293 0-.406-.01a2.625 2.625 0 0 1-2.273-1.773c-.036-.107-.065-.226-.106-.392l-1.575-6.298a.632.632 0 0 1-.014-.087 5.125 5.125 0 0 1 3.12-9.19h3.75c1.594 0 3.632-.873 5.295-1.78.477-.26.866-.472 1.176-.612.288-.13.63-.257.976-.215.47.058.85.283 1.124.667.2.28.254.627.279.935.025.324.025.746.025 1.257v.794Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.375 12.5c0-.345.28-.625.625-.625h4a.625.625 0 1 1 0 1.25h-4a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.934 2.875h14.132c.4 0 .691 0 .946.05a2.625 2.625 0 0 1 2.063 2.063c.05.255.05.546.05.946v.132c0 .4 0 .691-.05.946a2.625 2.625 0 0 1-1.95 2.038v6.677c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H9.273c-.817 0-1.468 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.05a2.625 2.625 0 0 1-1.95-2.038c-.05-.255-.05-.546-.05-.946v-.132c0-.4 0-.691.05-.946a2.625 2.625 0 0 1 2.063-2.063c.255-.05.546-.05.946-.05Zm.191 6.25V15.7c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.959.22.468.039 1.069.039 1.919.039h5.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919V9.125H5.125Zm14.31-1.25H4.565a.636.636 0 0 0-.049-.003 1.712 1.712 0 0 1-.284-.023 1.375 1.375 0 0 1-1.08-1.08c-.024-.118-.027-.274-.027-.769s.003-.65.026-.768a1.375 1.375 0 0 1 1.08-1.08c.118-.024.274-.027.769-.027h14c.495 0 .65.003.768.026.546.109.972.535 1.08 1.08.024.118.027.274.027.769s-.003.65-.026.768a1.375 1.375 0 0 1-1.08 1.08 1.61 1.61 0 0 1-.285.024.634.634 0 0 0-.05.003Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M2.5 3.9a.6.6 0 0 0 0 1.2h19a.6.6 0 1 0 0-1.2h-19Zm10.1 5.6a.6.6 0 1 0-1.2 0v8.552l-3.976-3.976a.6.6 0 1 0-.848.848l5 5a.6.6 0 0 0 .848 0l5-5a.6.6 0 1 0-.848-.848L12.6 18.052V9.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M20.1 2.5a.6.6 0 1 0-1.2 0v19a.6.6 0 1 0 1.2 0v-19Zm-5.6 10.1a.6.6 0 1 0 0-1.2H5.948l3.976-3.976a.6.6 0 1 0-.848-.848l-5 5a.6.6 0 0 0 0 .848l5 5a.6.6 0 0 0 .848-.848L5.948 12.6H14.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M3.9 21.5a.6.6 0 1 0 1.2 0v-19a.6.6 0 1 0-1.2 0v19Zm5.6-10.1a.6.6 0 0 0 0 1.2h8.551l-3.975 3.976a.6.6 0 1 0 .848.848l5-5a.6.6 0 0 0 0-.848l-5-5a.6.6 0 0 0-.848.848L18.05 11.4H9.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M21.5 20.1a.6.6 0 1 0 0-1.2h-19a.6.6 0 0 0 0 1.2h19Zm-10.1-5.6a.6.6 0 1 0 1.2 0V5.949l3.976 3.975a.6.6 0 0 0 .848-.848l-5-5a.6.6 0 0 0-.848 0l-5 5a.6.6 0 1 0 .848.848L11.4 5.95v8.55Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 7.63c.34 0 .617.276.617.617v6.016l2.7-2.7a.617.617 0 1 1 .873.873l-3.754 3.754a.617.617 0 0 1-.873 0L7.81 12.436a.617.617 0 0 1 .873-.873l2.7 2.7V8.247c0-.341.276-.617.617-.617Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.437 7.81a.617.617 0 0 1 0 .873l-2.7 2.7h6.016a.617.617 0 0 1 0 1.234H9.737l2.7 2.7a.617.617 0 0 1-.873.873L7.81 12.436a.617.617 0 0 1 0-.873l3.753-3.753a.617.617 0 0 1 .873 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.563 8.683a.617.617 0 1 1 .873-.873l3.754 3.753a.617.617 0 0 1 0 .873l-3.754 3.754a.617.617 0 0 1-.873-.873l2.7-2.7H8.247a.617.617 0 0 1 0-1.234h6.016l-2.7-2.7Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"m7.81 11.563 3.753-3.753a.617.617 0 0 1 .873 0l3.754 3.753a.617.617 0 0 1-.873.873l-2.7-2.699v6.016a.617.617 0 0 1-1.234 0V9.737l-2.7 2.7a.617.617 0 0 1-.873-.873Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.695 2.396a.6.6 0 0 1 .848 0l1.765 1.765a.6.6 0 0 1 0 .848l-1.765 1.765a.6.6 0 1 1-.848-.848l.811-.812a6.902 6.902 0 1 0 4.555 1.302.6.6 0 1 1 .706-.97 8.102 8.102 0 1 1-5.396-1.525l-.676-.677a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 5.4a.6.6 0 0 1 .6.6v10.552l4.976-4.976a.6.6 0 0 1 .848.848l-6 6a.6.6 0 0 1-.848 0l-6-6a.6.6 0 0 1 .848-.848l4.976 4.976V6a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.424 5.576a.6.6 0 0 1 0 .848L7.448 11.4H18a.6.6 0 1 1 0 1.2H7.448l4.976 4.976a.6.6 0 0 1-.848.848l-6-6a.6.6 0 0 1 0-.848l6-6a.6.6 0 0 1 .848 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.708 8.13a6.891 6.891 0 0 0-9.155-2.106 6.89 6.89 0 0 0-3.41 5.251.6.6 0 1 1-1.193-.127 8.09 8.09 0 0 1 4.003-6.163 8.091 8.091 0 0 1 10.72 2.43l.248-.923a.6.6 0 1 1 1.159.31l-.646 2.411a.6.6 0 0 1-.735.425l-2.409-.646a.6.6 0 1 1 .311-1.16l1.107.297Zm1.808 4.061a.6.6 0 0 1 .534.66 8.09 8.09 0 0 1-4.003 6.164 8.091 8.091 0 0 1-10.72-2.43l-.247.922a.6.6 0 1 1-1.16-.31l.646-2.41a.6.6 0 0 1 .735-.425l2.409.646a.6.6 0 1 1-.311 1.159l-1.107-.297a6.891 6.891 0 0 0 9.155 2.106 6.89 6.89 0 0 0 3.41-5.252.6.6 0 0 1 .66-.533Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 5.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1 0 .848l-6 6a.6.6 0 0 1-.848-.848L16.55 12.6H6a.6.6 0 1 1 0-1.2h10.55l-4.975-4.976a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 7.597c.345 0 .625.28.625.625v6.047l2.71-2.71a.625.625 0 0 1 .885.883l-3.778 3.778a.625.625 0 0 1-.884 0L7.78 12.442a.625.625 0 1 1 .884-.884l2.711 2.71V8.223c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.442 7.78a.625.625 0 0 1 0 .884l-2.71 2.711h6.046a.625.625 0 1 1 0 1.25H9.73l2.71 2.71a.625.625 0 0 1-.883.885L7.78 12.442a.625.625 0 0 1 0-.884l3.778-3.778a.625.625 0 0 1 .884 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.558 7.78a.625.625 0 0 1 .884 0l3.778 3.778a.625.625 0 0 1 0 .884l-3.778 3.778a.625.625 0 1 1-.884-.884l2.71-2.711H8.223a.625.625 0 1 1 0-1.25h6.047l-2.71-2.71a.625.625 0 0 1 0-.885Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.558 7.78a.625.625 0 0 1 .884 0l3.778 3.778a.625.625 0 1 1-.884.884l-2.711-2.71v6.046a.625.625 0 1 1-1.25 0V9.73l-2.71 2.71a.625.625 0 1 1-.885-.883l3.778-3.778Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 5.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1-.848.848L12.6 7.45V18a.6.6 0 1 1-1.2 0V7.449l-4.976 4.975a.6.6 0 0 1-.848-.848l6-6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3 8.777a1 1 0 0 1 .5-.866l8-4.622a1 1 0 0 1 1 0l8 4.622a1 1 0 0 1 .5.866V10a1 1 0 0 1-1 1h-1v7h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1v-7H4a1 1 0 0 1-1-1V8.777ZM8 11v7h2.5v-7H8Zm5.5 0v7H16v-7h-2.5Zm0-3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.465 2.985A6.3 6.3 0 0 1 18.3 8.2c0 1.944.25 3.454.591 4.61a.6.6 0 1 1-1.15.34c-.378-1.277-.64-2.902-.64-4.95a5.1 5.1 0 0 0-7.963-4.221.6.6 0 0 1-.673-.994Zm-5.44.04a.6.6 0 0 1 .85 0l3.069 3.07a.598.598 0 0 1 .05.05l13.98 13.98a.6.6 0 0 1-.848.85l-3.624-3.625H5.704c-.555 0-.99 0-1.302-.012a4.076 4.076 0 0 1-.422-.034.996.996 0 0 1-.758-.501 1.06 1.06 0 0 1-.122-.44.815.815 0 0 1 .035-.299c.02-.068.048-.134.075-.194.054-.119.13-.259.219-.413.178-.309.444-.736.787-1.287l.007-.012C4.988 12.928 5.7 11.03 5.7 8.2c0-.501.06-.997.175-1.476l-2.85-2.85a.6.6 0 0 1 0-.848Zm3.893 4.742A5.103 5.103 0 0 0 6.9 8.2c0 3.042-.769 5.163-1.658 6.592a51.676 51.676 0 0 0-.82 1.346h.027c.285.012.697.012 1.27.012h9.583L6.919 7.767Zm-2.801 8.342.01.003-.01-.003Zm4.92 4.044a.6.6 0 0 1 .847-.053c.564.498 1.304.8 2.116.8s1.552-.302 2.117-.8a.6.6 0 1 1 .794.9A4.386 4.386 0 0 1 12 22.1 4.386 4.386 0 0 1 9.09 21a.6.6 0 0 1-.053-.847Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.547 3.745A6.3 6.3 0 0 1 18.302 8.2c0 2.83.712 4.728 1.477 5.958l.008.012c.342.55.608.978.786 1.287.09.154.165.294.22.413.026.06.053.126.074.194a.815.815 0 0 1 .035.299 1.06 1.06 0 0 1-.122.44.996.996 0 0 1-.758.501 4.077 4.077 0 0 1-.422.034c-.311.012-.747.012-1.302.012H5.706c-.555 0-.99 0-1.302-.012a4.076 4.076 0 0 1-.422-.034.996.996 0 0 1-.758-.501 1.06 1.06 0 0 1-.122-.44.814.814 0 0 1 .036-.299c.02-.068.047-.134.074-.194a4.74 4.74 0 0 1 .22-.413c.177-.309.443-.736.786-1.287l.007-.012c.765-1.23 1.477-3.129 1.477-5.958a6.3 6.3 0 0 1 1.845-4.455Zm4.455-.645a5.1 5.1 0 0 0-5.1 5.1c0 3.042-.769 5.163-1.658 6.592a51.644 51.644 0 0 0-.82 1.346h.027c.285.012.697.012 1.27.012h12.562c.574 0 .985 0 1.27-.011l.027-.001a51.44 51.44 0 0 0-.82-1.346c-.889-1.43-1.658-3.55-1.658-6.592a5.1 5.1 0 0 0-5.1-5.1Zm7.873 13.012a.074.074 0 0 1 .01-.003l-.01.003ZM4.119 16.11Zm4.92 4.044a.6.6 0 0 1 .847-.053c.564.498 1.304.8 2.116.8s1.552-.302 2.117-.8a.6.6 0 1 1 .794.9 4.386 4.386 0 0 1-2.91 1.1A4.386 4.386 0 0 1 9.091 21a.6.6 0 0 1-.053-.847Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.076 2.835h13.848c.26 0 .493 0 .687.016.208.017.429.055.645.165.313.16.568.415.728.728.11.216.148.437.165.645a9 9 0 0 1 .016.687v.808c0 .197 0 .396-.046.59a1.63 1.63 0 0 1-.2.482c-.104.17-.245.31-.384.45l-.033.033-5.063 5.063c-.195.195-.213.219-.225.237a.334.334 0 0 0-.04.097c-.005.02-.009.05-.009.327v4.994c0 .266.001.533-.079.783-.07.219-.184.42-.336.593-.173.198-.402.335-.63.47a.616.616 0 0 1-.055.033l-1.826 1.096c-.374.225-.693.416-.96.545-.27.13-.586.247-.934.215a1.665 1.665 0 0 1-1.187-.673c-.207-.281-.269-.613-.296-.91-.027-.295-.027-.668-.027-1.104v-6.042c0-.277-.004-.306-.01-.327a.335.335 0 0 0-.04-.097c-.01-.018-.028-.042-.224-.237L3.498 7.439l-.032-.033c-.14-.14-.281-.28-.386-.45a1.665 1.665 0 0 1-.199-.482 2.497 2.497 0 0 1-.046-.637v-.761c0-.26 0-.493.016-.687a1.69 1.69 0 0 1 .166-.645c.16-.313.414-.568.727-.728a1.69 1.69 0 0 1 .645-.165c.194-.016.428-.016.687-.016Zm-.723 1.364-.005.003a.335.335 0 0 0-.146.146l-.003.005a.856.856 0 0 0-.023.144 8.39 8.39 0 0 0-.01.603v.737c-.001.277.003.306.008.327a.335.335 0 0 0 .04.097c.012.018.03.042.225.237l5.063 5.063.032.033c.14.14.281.28.386.45a1.7 1.7 0 0 1 .199.481c.047.195.046.394.046.591v6.058c0 .476 0 .786.022 1.013.016.182.042.24.045.248.056.075.14.122.233.132a.835.835 0 0 0 .237-.088c.205-.1.471-.258.88-.503l1.8-1.08c.32-.193.351-.22.37-.241a.336.336 0 0 0 .067-.12c.009-.026.016-.067.016-.44v-4.979c0-.197 0-.396.046-.59.04-.17.108-.333.2-.482a2.5 2.5 0 0 1 .418-.483l5.062-5.063c.195-.195.213-.219.225-.237a.334.334 0 0 0 .04-.097c.005-.02.01-.05.01-.327V5.1c0-.291-.002-.47-.012-.603a.847.847 0 0 0-.026-.15.335.335 0 0 0-.146-.145l-.005-.003a.852.852 0 0 0-.144-.023 8.39 8.39 0 0 0-.603-.011H5.1c-.29 0-.47 0-.603.011a.854.854 0 0 0-.144.023Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.078 2.1h11.844c.261 0 .492 0 .684.016.203.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.417.158.62.016.192.016.423.016.684v16.06c0 .206 0 .4-.014.559-.015.16-.051.384-.196.583a1.1 1.1 0 0 1-.775.448 1.146 1.146 0 0 1-.603-.123c-.145-.067-.313-.164-.492-.267l-5.52-3.19c-.326-.19-.377-.21-.417-.22a.4.4 0 0 0-.166 0c-.04.01-.09.03-.417.22l-5.52 3.19c-.18.103-.347.2-.491.267a1.146 1.146 0 0 1-.604.123 1.1 1.1 0 0 1-.775-.448 1.147 1.147 0 0 1-.196-.583 6.579 6.579 0 0 1-.014-.56V4.279c0-.261 0-.492.016-.684.016-.203.054-.415.158-.62a1.6 1.6 0 0 1 .7-.7c.205-.104.417-.142.62-.158.192-.016.423-.016.684-.016Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.078 2.1h11.844c.261 0 .492 0 .684.016.203.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.416.158.62.016.192.016.423.016.684v16.06c0 .206 0 .4-.015.559-.014.16-.05.384-.195.583a1.1 1.1 0 0 1-.776.447 1.146 1.146 0 0 1-.603-.122 6.561 6.561 0 0 1-.49-.267l-5.52-3.19c-.327-.19-.378-.21-.418-.22a.399.399 0 0 0-.166 0c-.04.01-.09.03-.418.22l-5.52 3.19a6.74 6.74 0 0 1-.49.267 1.146 1.146 0 0 1-.604.122 1.1 1.1 0 0 1-.775-.447 1.147 1.147 0 0 1-.196-.583c-.014-.158-.014-.353-.014-.56V4.279c0-.261 0-.492.016-.684a1.62 1.62 0 0 1 .158-.62 1.6 1.6 0 0 1 .7-.7 1.62 1.62 0 0 1 .62-.158c.192-.016.423-.016.684-.016Zm-.586 1.212a.493.493 0 0 0-.174.032.4.4 0 0 0-.174.174.494.494 0 0 0-.032.174A8.432 8.432 0 0 0 5.1 4.3v16.014c0 .148 0 .257.002.342.075-.04.17-.095.298-.17l5.499-3.178.054-.031c.237-.137.463-.268.714-.322a1.6 1.6 0 0 1 .666 0c.251.054.477.185.714.322l.054.031 5.499 3.179c.128.074.223.129.297.169.003-.085.003-.194.003-.342V4.3c0-.29 0-.471-.012-.608a.493.493 0 0 0-.032-.174.4.4 0 0 0-.175-.174.494.494 0 0 0-.173-.032A8.437 8.437 0 0 0 17.9 3.3H6.1c-.29 0-.471 0-.608.012Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.314 1.933a1.526 1.526 0 0 0-.627 0c-.237.05-.45.17-.666.293l-.05.03-3.506 1.987a.597.597 0 0 0-.023.013l-3.46 1.962-.054.03c-.229.13-.453.256-.623.444-.149.165-.26.358-.328.569-.078.24-.077.498-.077.765v7.948c0 .267 0 .525.077.765.068.21.18.404.328.569.17.188.394.315.623.444l.053.03 6.99 3.963.05.029c.216.122.43.244.665.293.207.044.42.044.628 0 .236-.05.45-.17.665-.293l.05-.03 6.99-3.962.053-.03c.229-.13.453-.256.623-.444.149-.165.26-.358.328-.569.078-.24.078-.498.077-.765V8.026c0-.267.001-.525-.077-.765a1.567 1.567 0 0 0-.328-.569c-.17-.188-.394-.315-.623-.444l-.053-.03-6.99-3.963-.05-.029c-.216-.122-.43-.244-.665-.293ZM7.75 5.46 4.717 7.18 12 11.31l3.034-1.72L7.75 5.46Zm8.788 4.656a.559.559 0 0 0 .017-.01L19.9 8.211v7.701c0 .37-.007.422-.018.458a.367.367 0 0 1-.077.133c-.023.025-.06.055-.378.235l-6.827 3.87V12.35l3.938-2.233ZM16.25 8.9 8.967 4.77l2.595-1.472c.303-.171.342-.186.371-.192.044-.01.09-.01.134 0 .029.006.069.02.371.192l6.845 3.882L16.25 8.9Zm-4.85 3.45v8.259l-6.827-3.87c-.318-.181-.355-.21-.378-.236a.367.367 0 0 1-.076-.133c-.012-.036-.019-.087-.019-.458V8.211l7.3 4.139Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.175 2.4h3.65c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.018.029.358.029.798.029 1.337V20.4h.4a.6.6 0 1 1 0 1.2H2a.6.6 0 1 1 0-1.2h.4v-6.225c0-.539 0-.98.03-1.338.03-.37.094-.705.253-1.017a2.6 2.6 0 0 1 1.137-1.137c.312-.159.647-.223 1.017-.254.359-.029.8-.029 1.338-.029H10.4V6.175c0-.539 0-.98.03-1.337.03-.371.094-.706.253-1.018a2.6 2.6 0 0 1 1.136-1.137c.313-.159.648-.223 1.018-.254.358-.029.8-.029 1.338-.029ZM10.4 11.6H6.2c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.128a1.4 1.4 0 0 0-.613.611c-.058.116-.103.275-.127.571-.025.304-.025.695-.025 1.265v6.2h6.8v-8.8Zm1.2 8.8V6.2c0-.57 0-.961.025-1.265.024-.296.069-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.115-.06.275-.104.571-.128.304-.025.695-.025 1.265-.025h3.6c.57 0 .961 0 1.265.025.296.024.455.069.57.128a1.4 1.4 0 0 1 .612.611c.059.116.103.275.128.571.024.304.025.695.025 1.265v14.2h-8.8ZM13.9 7a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Zm0 4a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Zm0 4a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.2 15.325c0-.345.28-.625.625-.625H8.25a.625.625 0 1 1 0 1.25H6.825a.625.625 0 0 1-.625-.625Zm8.925 0c0-.345.28-.625.625-.625h1.425a.625.625 0 1 1 0 1.25H15.75a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.033 1.875h7.934c.775 0 1.395 0 1.896.04.514.043.957.131 1.365.339a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.014.175.024.364.03.57a.63.63 0 0 1 .005.207c.006.332.006.703.006 1.119v7.084c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.474 3.474 0 0 1-1.518 1.518l-.003.002v1.86c0 .117 0 .24-.009.345a1.11 1.11 0 0 1-.11.421 1.1 1.1 0 0 1-.482.481 1.11 1.11 0 0 1-.421.111 4.263 4.263 0 0 1-.345.009h-1.84c-.118 0-.24 0-.346-.009a1.11 1.11 0 0 1-.421-.11 1.1 1.1 0 0 1-.481-.482 1.11 1.11 0 0 1-.111-.421c-.009-.105-.009-.228-.009-.345v-1.483h-5.3v1.483c0 .117 0 .24-.009.345a1.11 1.11 0 0 1-.11.421 1.1 1.1 0 0 1-.482.481 1.11 1.11 0 0 1-.421.111 4.263 4.263 0 0 1-.345.009h-1.84c-.118 0-.24 0-.346-.009a1.11 1.11 0 0 1-.421-.11 1.1 1.1 0 0 1-.481-.482 1.11 1.11 0 0 1-.111-.421c-.01-.105-.009-.228-.009-.345v-1.86l-.003-.002a3.474 3.474 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.501-.041-1.12-.041-1.896V7.033c0-.416 0-.787.006-1.119a.63.63 0 0 1 .005-.208c.006-.205.016-.394.03-.569.042-.514.13-.957.338-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.041 1.12-.041 1.896-.041ZM4.126 6.45l-.001.61v4.315h15.75V6.45H4.124ZM19.835 5.2H4.165c.037-.413.103-.664.203-.86.213-.419.553-.76.972-.972.202-.103.462-.17.899-.206.444-.037 1.013-.037 1.821-.037h7.88c.808 0 1.377 0 1.821.037.437.035.697.103.9.206.418.213.758.553.971.972.1.196.166.447.203.86Zm.04 7.425H4.125v1.465c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.971.202.103.462.17.899.206.444.037 1.013.037 1.821.037h7.88c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.206a2.22 2.22 0 0 0 .971-.972c.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.821v-1.465Zm-3.975 6.65v1.6h2.075v-1.651a7.433 7.433 0 0 1-.112.01c-.501.041-1.12.041-1.896.041H15.9Zm-7.8 0h-.067c-.775 0-1.395 0-1.896-.04a7.495 7.495 0 0 1-.112-.01v1.65H8.1v-1.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.774 2.4h8.452c.818 0 1.468 0 1.993.043.537.044.996.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.043.525.043 1.175.043 1.993v8.452c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H7.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V7.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C6.305 2.4 6.956 2.4 7.774 2.4ZM5.878 3.639c-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 3.861 4.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v8.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h8.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V7.8c0-.85 0-1.451-.039-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.504-.185-.968-.223C17.651 3.6 17.05 3.6 16.2 3.6H7.8c-.85 0-1.451 0-1.922.039ZM8.5 5.9a.6.6 0 0 1 .6.6v1.4h1.4a.6.6 0 1 1 0 1.2H9.1v1.4a.6.6 0 1 1-1.2 0V9.1H6.5a.6.6 0 0 1 0-1.2h1.4V6.5a.6.6 0 0 1 .6-.6Zm8.576.176a.6.6 0 0 1 .848.848l-11 11a.6.6 0 0 1-.848-.848l11-11ZM12.9 15.5a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.424 15.576a.6.6 0 1 0-.848.848l2 2a.6.6 0 0 0 .848 0l4.5-4.5a.6.6 0 0 0-.848-.848L11 17.15l-1.576-1.575Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8 2c.332 0 .6.32.6.714V4h6.8V2.714c0-.394.269-.714.6-.714.332 0 .6.32.6.714V4c1.418.002 2.173.027 2.762.327a3 3 0 0 1 1.311 1.311C21 6.28 21 7.12 21 8.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 22 17.88 22 16.2 22H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 19.72 3 18.88 3 17.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311c.589-.3 1.344-.325 2.762-.327V2.714C7.4 2.32 7.67 2 8 2Zm-.6 3.2a19.76 19.76 0 0 0-1.473.037c-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 7.367 4.2 7.94 4.2 8.8v.6h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16A19.86 19.86 0 0 0 16.6 5.2v1.086c0 .394-.268.714-.6.714-.331 0-.6-.32-.6-.714V5.2H8.6v1.086C8.6 6.68 8.332 7 8 7c-.331 0-.6-.32-.6-.714V5.2Zm12.4 5.4H4.2v6.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873v-6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.463 11.528c1.116-.926 2.53-.8 3.533-.044 1.002-.757 2.404-.87 3.53.04a2.881 2.881 0 0 1 .45 4.084c-.615.77-2.249 2.22-3.054 2.92-.082.072-.17.15-.253.21a1.096 1.096 0 0 1-.989.183 1.128 1.128 0 0 1-.355-.183c-.082-.06-.17-.138-.252-.21-.805-.7-2.44-2.15-3.055-2.92-1.004-1.256-.814-3.034.445-4.08Zm3.065 1.215c-.614-.697-1.566-.834-2.266-.253-.746.62-.838 1.625-.268 2.338.528.66 2.057 2.025 2.9 2.758l.103.089.104-.09c.842-.732 2.372-2.097 2.9-2.757.576-.72.487-1.729-.26-2.333-.724-.585-1.665-.444-2.274.248a.627.627 0 0 1-.939 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16 1.375c.345 0 .625.28.625.625v1.376c.634.001 1.16.006 1.597.042.538.044 1 .137 1.423.353a3.624 3.624 0 0 1 1.585 1.583c.215.424.308.886.352 1.424.028.34.036.731.04 1.186l.003.036c0 .01-.003.021-.004.032.002.239.004.494.004.768v8.4c0 .83 0 1.49-.043 2.022-.044.538-.137 1-.352 1.423a3.624 3.624 0 0 1-1.585 1.585c-.423.215-.885.308-1.423.352-.532.043-1.192.043-2.022.043H7.8c-.83 0-1.49 0-2.022-.043-.538-.044-1-.137-1.424-.352a3.624 3.624 0 0 1-1.583-1.585c-.216-.423-.309-.885-.353-1.423-.043-.532-.043-1.192-.043-2.022V8.8c0-.274.002-.53.004-.768 0-.01-.004-.021-.004-.032 0-.012.003-.024.004-.036.003-.455.011-.846.039-1.186.044-.538.137-1 .353-1.424a3.624 3.624 0 0 1 1.583-1.583c.424-.216.886-.309 1.424-.353.438-.036.963-.041 1.597-.042V2a.625.625 0 1 1 1.25 0v1.375h6.75V2c0-.345.28-.625.625-.625ZM3.625 8.8v8.4c0 .85 0 1.45.04 1.92.037.46.108.74.219.958.227.447.591.81 1.038 1.038.218.111.497.182.959.22.469.038 1.069.039 1.919.039h8.4c.85 0 1.45 0 1.92-.04.46-.037.74-.108.958-.219.447-.227.81-.591 1.038-1.038.111-.218.182-.497.22-.959.038-.469.039-1.069.039-1.919V8.8l-.001-.175H3.626l-.001.175Zm5-3.8a.625.625 0 1 1-1.25 0v-.374c-.632.001-1.108.006-1.494.038-.462.038-.741.109-.96.22a2.37 2.37 0 0 0-1.037 1.038c-.111.218-.182.497-.22.959a9.51 9.51 0 0 0-.025.494H20.36a9.97 9.97 0 0 0-.025-.494c-.038-.462-.109-.741-.22-.96a2.376 2.376 0 0 0-1.038-1.037c-.218-.111-.497-.182-.959-.22a19.977 19.977 0 0 0-1.494-.038V5a.625.625 0 1 1-1.25 0v-.375h-6.75V5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.304 13.176a.6.6 0 0 0-.849.848l1.697 1.697-1.697 1.697a.6.6 0 1 0 .849.849L12 16.57l1.697 1.697a.6.6 0 0 0 .848-.849l-1.697-1.697 1.697-1.697a.6.6 0 0 0-.848-.848L12 14.873l-1.697-1.697Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.6 2.714C8.6 2.32 8.332 2 8 2c-.331 0-.6.32-.6.714V4c-1.418.002-2.173.027-2.762.327a3 3 0 0 0-1.311 1.311C3 6.28 3 7.12 3 8.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 22 6.12 22 7.8 22h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 19.72 21 18.88 21 17.2V8.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311c-.589-.3-1.344-.325-2.762-.327V2.714C16.6 2.32 16.332 2 16 2c-.331 0-.6.32-.6.714V4H8.6V2.714ZM5.927 5.237c.368-.03.83-.036 1.473-.037v1.086c0 .394.27.714.6.714.332 0 .6-.32.6-.714V5.2h6.8v1.086c0 .394.269.714.6.714.332 0 .6-.32.6-.714V5.2c.644.001 1.105.007 1.473.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v.6H4.2v-.6c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16ZM4.2 10.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873v-6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8 2c.332 0 .6.32.6.714V4h6.8V2.714c0-.394.269-.714.6-.714.332 0 .6.32.6.714V4c1.418.002 2.173.027 2.762.327a3 3 0 0 1 1.311 1.311C21 6.28 21 7.12 21 8.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 22 17.88 22 16.2 22H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 19.72 3 18.88 3 17.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311c.589-.3 1.344-.325 2.762-.327V2.714C7.4 2.32 7.67 2 8 2Zm-.6 3.2a19.76 19.76 0 0 0-1.473.037c-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 7.367 4.2 7.94 4.2 8.8v.6h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16A19.86 19.86 0 0 0 16.6 5.2v1.086c0 .394-.268.714-.6.714-.331 0-.6-.32-.6-.714V5.2H8.6v1.086C8.6 6.68 8.332 7 8 7c-.331 0-.6-.32-.6-.714V5.2Zm12.4 5.4H4.2v6.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873v-6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.563 1.4h4.874c.116 0 .2 0 .279.005A2.6 2.6 0 0 1 16.97 3.03c.03.074.056.153.092.263l.006.017c.045.134.06.177.073.212a1.4 1.4 0 0 0 1.215.875c.038.003.086.003.237.003h.04c.331 0 .543 0 .72.018a3.6 3.6 0 0 1 3.228 3.227c.018.178.018.38.018.695v7.886c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H6.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V8.34c0-.315 0-.517.017-.695a3.6 3.6 0 0 1 3.228-3.227c.177-.018.39-.018.72-.018h.04c.151 0 .2 0 .238-.003a1.4 1.4 0 0 0 1.214-.875c.015-.035.029-.078.074-.212l.005-.017c.037-.11.064-.19.093-.263a2.6 2.6 0 0 1 2.255-1.625c.08-.005.163-.005.279-.005Zm.018 1.2c-.141 0-.186 0-.224.003a1.4 1.4 0 0 0-1.215.875 4.244 4.244 0 0 0-.073.212l-.006.017a2.6 2.6 0 0 1-2.348 1.888c-.078.005-.167.005-.29.005h-.02c-.384 0-.531 0-.642.012a2.4 2.4 0 0 0-2.151 2.151c-.011.111-.012.25-.012.614V16.2c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h10.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V8.377c0-.364 0-.503-.012-.614a2.4 2.4 0 0 0-2.152-2.151 7.757 7.757 0 0 0-.642-.012h-.02c-.123 0-.21 0-.29-.005A2.6 2.6 0 0 1 16.03 3.97c-.03-.074-.056-.153-.093-.263l-.005-.017a4.328 4.328 0 0 0-.074-.212 1.4 1.4 0 0 0-1.214-.875 4.25 4.25 0 0 0-.224-.003H9.58ZM12 9.1a3.4 3.4 0 1 0 0 6.8 3.4 3.4 0 0 0 0-6.8Zm-4.6 3.4a4.6 4.6 0 1 1 9.2 0 4.6 4.6 0 0 1-9.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M4.725 13.05c0-.345.28-.625.625-.625H8.2a.625.625 0 1 1 0 1.25H5.35a.625.625 0 0 1-.625-.625Zm10.45 0c0-.345.28-.625.625-.625h2.85a.625.625 0 1 1 0 1.25H15.8a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.38 3.875h7.241c.678 0 1.186-.001 1.634.175a2.54 2.54 0 0 1 1.013.73c.308.37.469.851.683 1.495l.035.106 1.064 3.194h1.45a.625.625 0 1 1 0 1.25h-.18c.164.198.308.415.426.647.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v2.457c0 .378 0 .657-.049.903a2.525 2.525 0 0 1-1.983 1.983c-.246.05-.525.05-.903.049h-.54a2.525 2.525 0 0 1-2.52-2.375H7.87a2.525 2.525 0 0 1-2.52 2.375h-.54c-.378 0-.657 0-.903-.049a2.525 2.525 0 0 1-1.983-1.983c-.05-.246-.05-.525-.049-.903v-2.457c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365.118-.232.262-.449.427-.647H2.5a.625.625 0 1 1 0-1.25h1.45l1.064-3.194.036-.106c.213-.644.374-1.126.683-1.495.27-.324.619-.575 1.012-.73.448-.176.956-.176 1.634-.175ZM5.255 9.607c.48-.032 1.062-.032 1.777-.032h9.934c.715 0 1.298 0 1.777.032l-.944-2.83c-.266-.799-.355-1.032-.491-1.195a1.275 1.275 0 0 0-.512-.369c-.198-.078-.447-.088-1.288-.088H8.49c-.841 0-1.09.01-1.288.088a1.275 1.275 0 0 0-.512.37c-.136.162-.225.395-.49 1.193l-.945 2.831Zm-.017 1.255c-.437.035-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.462-.206.899-.036.444-.037 1.013-.037 1.821v2.365c0 .471.003.616.025.724.1.506.496.9 1.001 1.002.108.021.253.024.724.024h.475c.704 0 1.275-.57 1.275-1.275a1.1 1.1 0 0 1 1.1-1.1h8.55a1.1 1.1 0 0 1 1.1 1.1c0 .704.57 1.275 1.275 1.275h.475c.471 0 .616-.003.724-.024.506-.101.9-.496 1.002-1.002.021-.108.024-.253.024-.724V14.76c0-.808 0-1.377-.037-1.821-.035-.437-.103-.697-.206-.9a2.225 2.225 0 0 0-.972-.971c-.202-.103-.462-.17-.899-.206-.444-.037-1.013-.037-1.821-.037H7.06c-.808 0-1.377 0-1.82.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.653 10.583a1.097 1.097 0 1 1 2.194 0 1.097 1.097 0 0 1-2.194 0Zm4.25 0a1.097 1.097 0 1 1 2.194 0 1.097 1.097 0 0 1-2.194 0Zm4.25 0a1.097 1.097 0 1 1 2.194 0 1.097 1.097 0 0 1-2.194 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v5.154c0 .77 0 1.387-.04 1.885-.042.511-.13.953-.337 1.358a3.46 3.46 0 0 1-1.511 1.512c-.406.207-.847.294-1.358.336-.498.04-1.115.04-1.885.04H13.59c-.614 0-.835.004-1.04.046a2.21 2.21 0 0 0-.56.196c-.187.096-.361.231-.841.615l-2.273 1.819a7.34 7.34 0 0 1-.489.37c-.138.092-.36.222-.636.222-.334 0-.65-.151-.858-.413-.173-.215-.21-.47-.225-.635-.015-.17-.015-.383-.015-.613V18.29c-.503-.005-.88-.027-1.215-.116a3.458 3.458 0 0 1-2.445-2.446c-.118-.44-.118-.957-.118-1.738V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.433.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.036.441-.037 1.007-.037 1.81v5.856c0 .918.005 1.255.075 1.516.204.762.8 1.357 1.562 1.561.26.07.597.076 1.516.076.345 0 .625.28.625.625v2.475c.06-.046.129-.101.212-.168l2.253-1.802.049-.04c.413-.33.69-.552 1.004-.712.277-.142.572-.245.878-.308.345-.07.7-.07 1.228-.07h2.44c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204.416-.212.754-.55.965-.965.102-.2.17-.459.204-.893.037-.44.037-1.006.037-1.81v-5.1c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037ZM7.922 20.46v.002-.002Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.653 8.694c0-.345.28-.625.625-.625H12a.625.625 0 1 1 0 1.25H7.278a.625.625 0 0 1-.625-.625Zm0 3.306c0-.345.28-.625.625-.625h7.555a.625.625 0 0 1 0 1.25H7.278A.625.625 0 0 1 6.653 12Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v5.154c0 .77 0 1.387-.04 1.885-.042.511-.13.953-.337 1.358a3.46 3.46 0 0 1-1.511 1.512c-.406.207-.847.294-1.358.336-.498.04-1.115.04-1.885.04H13.59c-.614 0-.835.004-1.04.046a2.21 2.21 0 0 0-.56.196c-.187.096-.361.231-.841.615l-2.273 1.819c-.18.143-.346.276-.489.37-.138.092-.36.222-.636.222-.334 0-.65-.151-.858-.413-.173-.215-.21-.47-.225-.635-.015-.17-.015-.383-.015-.613V18.29c-.503-.005-.88-.027-1.215-.116a3.458 3.458 0 0 1-2.445-2.446c-.118-.44-.118-.957-.118-1.738V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.433.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.036.441-.037 1.007-.037 1.81v5.856c0 .918.005 1.255.075 1.516.204.762.8 1.357 1.562 1.561.26.07.597.076 1.516.076.345 0 .625.28.625.625v2.475c.06-.046.129-.101.212-.168l2.253-1.802.049-.04c.413-.33.69-.552 1.004-.712.277-.142.572-.245.878-.308.345-.07.7-.07 1.228-.07h2.44c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204.416-.212.754-.55.965-.965.102-.2.17-.459.204-.893.037-.44.037-1.006.037-1.81v-5.1c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037ZM7.922 20.46v.002-.002Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v5.154c0 .77 0 1.387-.04 1.885-.042.511-.13.953-.337 1.358a3.46 3.46 0 0 1-1.511 1.512c-.406.207-.847.294-1.358.336-.498.04-1.115.04-1.885.04H13.59c-.614 0-.835.004-1.04.046a2.21 2.21 0 0 0-.56.196c-.187.096-.361.231-.841.615l-2.273 1.819a7.34 7.34 0 0 1-.489.37c-.138.092-.36.222-.636.222-.334 0-.65-.151-.858-.413-.173-.215-.21-.47-.225-.635-.015-.17-.015-.383-.015-.613V18.29c-.503-.005-.88-.027-1.215-.116a3.458 3.458 0 0 1-2.445-2.446c-.118-.44-.118-.957-.118-1.738V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.433.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.036.441-.037 1.007-.037 1.81v5.856c0 .918.005 1.255.075 1.516.204.762.8 1.357 1.562 1.561.26.07.597.076 1.516.076.345 0 .625.28.625.625v2.475c.06-.046.129-.101.212-.168l2.253-1.802.049-.04c.413-.33.69-.552 1.004-.712.277-.142.572-.245.878-.308.345-.07.7-.07 1.228-.07h2.44c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204.416-.212.754-.55.965-.965.102-.2.17-.459.204-.893.037-.44.037-1.006.037-1.81v-5.1c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037ZM7.922 20.46v.002-.002Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm4.907 6.593a.875.875 0 0 0-1.237 0l-5.17 5.17-2.182-2.183a.876.876 0 0 0-1.238 1.238l2.802 2.801a.875.875 0 0 0 1.237 0l5.788-5.788a.876.876 0 0 0 0-1.238Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.076 11.576a.6.6 0 0 1 .848 0L10.5 14.15l5.576-5.575a.6.6 0 0 1 .848.848l-6 6a.6.6 0 0 1-.848 0l-3-3a.6.6 0 0 1 0-.848ZM12 20.8a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.424 5.576a.6.6 0 0 1 0 .848l-11 11a.6.6 0 0 1-.848 0l-5-5a.6.6 0 0 1 .848-.848L9 16.15 19.576 5.576a.6.6 0 0 1 .848 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.576 8.576a.6.6 0 0 1 .848 0L12 14.15l5.576-5.575a.6.6 0 0 1 .848.848l-6 6a.6.6 0 0 1-.848 0l-6-6a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.424 5.576a.6.6 0 0 1 0 .848L9.848 12l5.576 5.576a.6.6 0 0 1-.848.848l-6-6a.6.6 0 0 1 0-.848l6-6a.6.6 0 0 1 .848 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.576 5.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1 0 .848l-6 6a.6.6 0 0 1-.848-.848L14.15 12 8.576 6.424a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.558 3.558a.625.625 0 0 1 .884 0l5 5a.625.625 0 1 1-.884.884L12 4.884 7.442 9.442a.625.625 0 1 1-.884-.884l5-5Zm-5 11a.625.625 0 0 1 .884 0L12 19.116l4.558-4.558a.625.625 0 1 1 .884.884l-5 5a.625.625 0 0 1-.884 0l-5-5a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 8.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1-.848.848L12 9.85l-5.576 5.575a.6.6 0 0 1-.848-.848l6-6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 6a.6.6 0 1 0-1.2 0v6a.6.6 0 0 0 .332.537l4 2a.6.6 0 1 0 .537-1.074L12.6 11.63V6Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8.8-10a8.8 8.8 0 1 1-17.6 0 8.8 8.8 0 0 1 17.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.925 11.076a.6.6 0 0 1 0 .848l-4.5 4.5a.6.6 0 0 1-.849 0l-2-2a.6.6 0 1 1 .849-.848L11 15.15l4.076-4.075a.6.6 0 0 1 .849 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 4.4a6.602 6.602 0 0 0-6.425 5.084A5.101 5.101 0 0 0 6.5 19.6h11a5.1 5.1 0 0 0 .925-10.116A6.602 6.602 0 0 0 12 4.4Zm-5.328 5.717a5.402 5.402 0 0 1 10.656 0 .6.6 0 0 0 .537.5A3.9 3.9 0 0 1 17.5 18.4h-11a3.9 3.9 0 0 1-.365-7.783.6.6 0 0 0 .537-.5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.575 7.484a6.602 6.602 0 0 1 12.85 0 5.101 5.101 0 0 1 1.909 9.257.6.6 0 1 1-.668-.997 3.9 3.9 0 0 0-1.801-7.127.6.6 0 0 1-.537-.5 5.402 5.402 0 0 0-10.656 0 .6.6 0 0 1-.537.5 3.9 3.9 0 0 0-1.801 7.127.6.6 0 0 1-.668.997 5.101 5.101 0 0 1 1.909-9.257ZM12 11.4a.6.6 0 0 1 .6.6v7.552l2.976-2.976a.6.6 0 0 1 .848.848l-4 4a.6.6 0 0 1-.848 0l-4-4a.6.6 0 0 1 .848-.848l2.976 2.976V12a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.575 7.484a6.602 6.602 0 0 1 12.85 0 5.101 5.101 0 0 1 1.909 9.257.6.6 0 1 1-.668-.997 3.9 3.9 0 0 0-1.801-7.127.6.6 0 0 1-.537-.5 5.402 5.402 0 0 0-10.656 0 .6.6 0 0 1-.537.5 3.9 3.9 0 0 0-1.801 7.127.6.6 0 0 1-.668.997 5.101 5.101 0 0 1 1.909-9.257Zm5.825 5.964-2.976 2.976a.6.6 0 0 1-.848-.848l4-4a.6.6 0 0 1 .848 0l4 4a.6.6 0 0 1-.848.848L12.6 13.448V21a.6.6 0 1 1-1.2 0v-7.552Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.575 9.484a6.602 6.602 0 0 1 12.85 0A5.101 5.101 0 0 1 17.5 19.6h-11a5.1 5.1 0 0 1-.925-10.116ZM12 5.6a5.402 5.402 0 0 0-5.328 4.517.6.6 0 0 1-.537.5A3.9 3.9 0 0 0 6.5 18.4h11a3.9 3.9 0 0 0 .365-7.783.6.6 0 0 1-.537-.5A5.402 5.402 0 0 0 12 5.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.558 9.058a.626.626 0 0 1 .884.884L8.385 12l2.057 2.058a.626.626 0 0 1-.884.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Zm4.167 0a.626.626 0 0 1 .883 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.883-.884L15.782 12l-2.057-2.058a.626.626 0 0 1 0-.884Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.2 3c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.31C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.31-1.31C5.28 3 6.12 3 7.8 3h8.4ZM7.8 4.2c-.86 0-1.432.001-1.872.037-.426.035-.622.097-.745.16a1.8 1.8 0 0 0-.787.786c-.062.123-.124.319-.159.745C4.201 6.368 4.2 6.94 4.2 7.8v8.4c0 .86.001 1.432.037 1.872.035.426.097.622.16.745a1.8 1.8 0 0 0 .786.787c.123.062.319.124.745.159.44.036 1.012.037 1.872.037h8.4c.86 0 1.432-.001 1.872-.037.426-.035.622-.097.745-.16.339-.172.614-.447.787-.786.062-.123.124-.319.159-.745.036-.44.037-1.012.037-1.872V7.8c0-.86-.001-1.432-.037-1.872-.035-.426-.097-.622-.16-.745a1.8 1.8 0 0 0-.786-.787c-.123-.062-.319-.124-.745-.159-.44-.036-1.012-.037-1.872-.037H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.783 15.209a.908.908 0 0 0-.561-.828l-.156-.052-2.385-.58a4.403 4.403 0 0 0-1.037-.124c-.362 0-.947.162-1.507.362-.266.095-.504.191-.676.263a6.794 6.794 0 0 0-.253.11l-.013.006-.003.001-.02.008-2.547 1.065v4.022H8.61c.39 0 .778.047 1.158.14l2.756.67c.51.124 1.044.136 1.56.036l3.05-.593a3.579 3.579 0 0 0 1.81-.942l2.159-2.1.063-.068a.877.877 0 0 0-.064-1.204.985.985 0 0 0-1.256-.086L17.33 17.15a2.741 2.741 0 0 1-1.617.526h-2.429a.625.625 0 0 1 0-1.25h1.546c.542 0 .952-.423.952-.91v-.306ZM19.375 6.5a2.875 2.875 0 1 0-5.75 0 2.875 2.875 0 0 0 5.75 0Zm-2.342 9.016c0 .11-.012.217-.028.323l2.103-1.533a2.236 2.236 0 0 1 2.866.199 2.128 2.128 0 0 1 0 3.065h-.001l-2.157 2.099a4.83 4.83 0 0 1-2.444 1.272l-3.049.594a4.908 4.908 0 0 1-2.095-.049l-2.756-.67H9.47a3.606 3.606 0 0 0-.86-.104H6.623a5.716 5.716 0 0 1-.014.395c-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016h-.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-5.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h.8c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.005.061.006.127.008.196l2.06-.862.08-.035.222-.094c.185-.078.444-.182.736-.287.554-.198 1.325-.436 1.929-.436.449 0 .895.053 1.332.16l2.385.58a2.167 2.167 0 0 1 1.672 2.094v.307ZM2.625 20.4c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-5.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011h-.8c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v5.8Zm18-13.9a4.125 4.125 0 0 1-7.26 2.68 4.125 4.125 0 1 1 1.27-6.358 4.125 4.125 0 0 1 5.99 3.679Zm-12-1a2.875 2.875 0 0 0 4.076 2.61 4.112 4.112 0 0 1-.326-1.61c0-1.155.474-2.2 1.24-2.948A2.875 2.875 0 0 0 8.624 5.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.819 7.514c-.252-.09-.498-.047-.664-.008-.17.04-.375.108-.599.183L10.07 9.184l-.03.01c-.106.035-.255.084-.386.173a1.1 1.1 0 0 0-.287.287c-.09.13-.138.28-.173.386l-.01.03-1.495 4.486c-.075.224-.143.43-.183.599-.04.166-.081.412.008.664a1.1 1.1 0 0 0 .667.666c.252.09.498.048.664.01.17-.04.375-.11.599-.184l4.486-1.495.03-.01a1.5 1.5 0 0 0 .386-.173 1.1 1.1 0 0 0 .287-.287c.089-.13.138-.28.173-.386l.01-.03 1.495-4.486c.075-.224.143-.43.183-.599.04-.166.081-.412-.009-.664a1.1 1.1 0 0 0-.666-.667Zm-.907 1.321c.16-.053.28-.093.374-.122-.028.094-.068.214-.121.375l-1.488 4.463a9.04 9.04 0 0 1-.029.086l-.003.008-.008.003-.086.03-4.463 1.487c-.16.053-.28.093-.375.122.029-.094.068-.214.122-.375l1.488-4.463c.011-.035.02-.063.029-.086l.002-.008.009-.003a9.04 9.04 0 0 1 .086-.03l4.463-1.487Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8.8-10a8.8 8.8 0 1 1-17.6 0 8.8 8.8 0 0 1 17.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M19.375 12.2c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025h-4.6c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562-.024.302-.025.692-.025 1.262v4.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h4.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.561.024-.303.025-.693.025-1.263v-4.6Zm-16-.2V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 4.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H12c.457 0 .832 0 1.137.02.31.022.595.067.868.18a2.625 2.625 0 0 1 1.42 1.42c.125.302.167.62.185.973a.625.625 0 0 1-1.248.064c-.015-.301-.047-.452-.091-.558a1.375 1.375 0 0 0-.745-.745c-.095-.039-.227-.07-.474-.086A17.177 17.177 0 0 0 12 4.625H7.2c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.561A17.25 17.25 0 0 0 4.625 7.2V12c0 .475 0 .8.018 1.052.016.247.047.38.086.474.14.337.408.605.745.745.106.043.257.076.558.091a.625.625 0 0 1-.064 1.248c-.353-.018-.671-.06-.973-.185a2.625 2.625 0 0 1-1.42-1.42 2.703 2.703 0 0 1-.18-.868c-.02-.305-.02-.68-.02-1.137Zm17.25 4.8c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029h-4.6c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 8.66 19.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-4.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 9.81 8.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h4.6c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v4.6Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.191 9.182a.5.5 0 0 1 .472.334l1.698 4.818a.5.5 0 0 1-.47.666h-.06a.5.5 0 0 1-.474-.34l-.367-1.095H9.803l-.367 1.094A.5.5 0 0 1 8.96 15h-.059a.5.5 0 0 1-.471-.666l1.696-4.818a.5.5 0 0 1 .472-.334h.592Zm-.296 1.193a.032.032 0 0 0-.03.021l-.78 2.323h1.62l-.78-2.322a.032.032 0 0 0-.03-.022Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M14.917 9.182a.5.5 0 0 1 .5.5V14.5a.5.5 0 0 1-.5.5h-.054a.5.5 0 0 1-.5-.5V9.682a.5.5 0 0 1 .5-.5h.054Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15 1.375c.345 0 .625.28.625.625v2.388c.215.006.414.015.597.03.538.044 1 .137 1.423.353a3.624 3.624 0 0 1 1.585 1.583c.215.424.308.886.352 1.424.015.183.024.382.03.597H22a.625.625 0 1 1 0 1.25h-2.376l.001.175v3.575H22a.625.625 0 1 1 0 1.25h-2.377a21.17 21.17 0 0 1-.041 1.597c-.044.538-.137 1-.352 1.423a3.624 3.624 0 0 1-1.585 1.585c-.423.215-.885.308-1.423.352-.183.015-.382.023-.597.03V22a.625.625 0 1 1-1.25 0v-2.376l-.175.001H9.8l-.175-.001V22a.625.625 0 1 1-1.25 0v-2.389a11.574 11.574 0 0 1-.597-.029c-.538-.044-1-.137-1.424-.352a3.624 3.624 0 0 1-1.583-1.585c-.216-.423-.309-.885-.353-1.423a21.2 21.2 0 0 1-.041-1.597H2a.625.625 0 1 1 0-1.25h2.375V9.8l.001-.175H2a.625.625 0 1 1 0-1.25h2.388c.006-.215.015-.414.03-.597.044-.538.137-1 .353-1.424a3.624 3.624 0 0 1 1.583-1.583c.424-.216.886-.309 1.424-.353.183-.015.382-.024.597-.03V2a.625.625 0 1 1 1.25 0v2.375h4.75V2c0-.345.28-.625.625-.625Zm-5.2 4.25c-.85 0-1.45 0-1.92.04-.46.037-.74.108-.958.219-.447.227-.81.591-1.038 1.038-.111.218-.182.497-.22.959-.038.469-.039 1.069-.039 1.919v4.4c0 .85 0 1.45.04 1.92.037.46.108.74.219.958.227.447.591.81 1.038 1.038.218.111.497.182.959.22.469.038 1.069.039 1.919.039h4.4c.85 0 1.45 0 1.92-.04.46-.037.74-.108.958-.219.447-.227.81-.591 1.038-1.038.111-.218.182-.497.22-.959.038-.469.039-1.069.039-1.919V9.8c0-.85 0-1.45-.04-1.92-.037-.46-.108-.74-.219-.958a2.376 2.376 0 0 0-1.038-1.038c-.218-.111-.497-.182-.959-.22-.469-.038-1.069-.039-1.919-.039H9.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.576 6.576a.6.6 0 0 1 .848 0L12 11.152l4.576-4.576a.6.6 0 0 1 .848.848L12.848 12l4.576 4.576a.6.6 0 0 1-.848.848L12 12.85l-4.576 4.575a.6.6 0 0 1-.848-.848L11.15 12 6.576 7.424a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"m5.207 3.488.024.009 15.04 5.399c.273.098.514.184.696.268.163.074.427.208.573.476.169.31.174.685.013 1-.139.271-.4.412-.56.49-.18.09-.419.182-.69.287l-6.334 2.464-.064.025-.025.063-2.463 6.335c-.105.27-.198.51-.287.69-.079.16-.22.42-.49.559-.316.16-.69.156-1-.013-.268-.146-.402-.41-.477-.573a9.65 9.65 0 0 1-.268-.696L3.496 5.231l-.008-.024a7.47 7.47 0 0 1-.195-.59c-.042-.16-.093-.409-.004-.665.108-.31.352-.555.663-.663.256-.088.504-.038.665.004.167.043.37.116.59.195Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"m5.207 3.488.024.008 15.04 5.4c.273.097.514.184.696.268.163.074.427.208.573.476.169.31.174.685.013 1-.139.271-.4.412-.56.49-.18.089-.419.182-.69.287L13.97 13.88l-.064.025a7.215 7.215 0 0 0-.025.064l-2.463 6.335c-.105.27-.198.51-.287.689-.079.16-.22.421-.49.56-.316.16-.69.156-1-.013-.268-.146-.402-.41-.477-.573a9.836 9.836 0 0 1-.268-.696L3.496 5.23l-.008-.024a7.47 7.47 0 0 1-.195-.59c-.042-.16-.093-.41-.004-.665.108-.311.352-.555.663-.663.256-.088.504-.038.665.004.167.043.37.116.59.195Zm-.69 1.029.109.308 5.39 15.016.14.387c.043-.103.092-.228.152-.383l2.454-6.31.01-.025c.033-.086.082-.214.162-.326a1.07 1.07 0 0 1 .25-.25 1.446 1.446 0 0 1 .35-.172l6.31-2.454c.156-.06.281-.11.384-.151a18 18 0 0 0-.387-.141L4.825 4.626a21.865 21.865 0 0 0-.308-.11Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.4 12a.6.6 0 0 1 .6-.6h8a.6.6 0 1 1 0 1.2H8a.6.6 0 0 1-.6-.6Zm4.6 8.8a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.4 12a.6.6 0 0 1 .6-.6h8a.6.6 0 1 1 0 1.2H8a.6.6 0 0 1-.6-.6Zm8.8-7.8H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036Zm-12.873.438C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.4 12a.6.6 0 0 1 .6-.6h14a.6.6 0 1 1 0 1.2H5a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 1.375c2.534 0 4.854.342 6.561.911.851.284 1.585.635 2.119 1.056.526.415.945.97.945 1.658v14c0 .686-.415 1.243-.94 1.66-.532.42-1.263.772-2.112 1.056-1.705.569-4.025.909-6.573.909s-4.868-.34-6.573-.91c-.85-.283-1.58-.635-2.112-1.056-.525-.416-.94-.973-.94-1.659V5c0-.688.419-1.243.945-1.658.534-.42 1.268-.772 2.118-1.056 1.708-.57 4.028-.911 6.562-.911Zm8.375 14.945c-.492.324-1.107.603-1.802.835-1.705.57-4.025.91-6.573.91s-4.868-.34-6.573-.91c-.695-.232-1.31-.51-1.802-.835V19c0 .143.085.378.466.68.374.297.956.59 1.732.85 1.545.515 3.725.845 6.177.845 2.452 0 4.632-.33 6.177-.846.776-.259 1.358-.552 1.732-.85.38-.301.466-.535.466-.679v-2.68Zm0-4.72c-.492.324-1.107.604-1.802.835-1.705.57-4.025.91-6.573.91s-4.868-.34-6.573-.91c-.695-.232-1.31-.511-1.802-.835v2.84l.005.058c.021.145.128.357.46.621.375.297.957.592 1.733.85 1.545.516 3.725.846 6.177.846 2.452 0 4.632-.33 6.177-.845.776-.26 1.358-.554 1.732-.85.333-.265.44-.477.461-.622l.005-.058V11.6Zm0-4.725c-.495.326-1.114.606-1.814.839-1.707.57-4.027.911-6.561.911s-4.854-.342-6.562-.911C4.74 7.48 4.12 7.2 3.625 6.875v2.846l.005.057c.022.145.128.358.46.621.375.297.957.592 1.733.851 1.545.516 3.725.846 6.177.846 2.452 0 4.632-.33 6.177-.846.776-.259 1.358-.554 1.732-.85.333-.264.44-.477.461-.622l.005-.057V6.875ZM12 2.625c-2.437 0-4.617.33-6.166.847-.778.259-1.363.554-1.74.851-.384.303-.469.536-.469.677 0 .14.085.374.469.677.377.297.962.592 1.74.851 1.55.517 3.73.847 6.166.847 2.437 0 4.617-.33 6.166-.847.778-.259 1.363-.554 1.74-.851.384-.303.469-.536.469-.677 0-.14-.085-.374-.469-.677-.377-.297-.962-.592-1.74-.851-1.55-.517-3.73-.847-6.166-.847Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M21.58 16.384c.09.007.2.023.315.063l.116.051.151.092a1.106 1.106 0 0 1 .454.83c.01.115.009.25.009.38v3.4c0 .13 0 .265-.009.38-.01.121-.034.275-.114.43-.108.212-.28.384-.491.492a1.13 1.13 0 0 1-.432.114c-.114.01-.25.009-.379.009h-3.4c-.13 0-.265 0-.38-.009a1.136 1.136 0 0 1-.43-.114 1.123 1.123 0 0 1-.492-.491 1.136 1.136 0 0 1-.114-.432c-.01-.114-.009-.25-.009-.379v-3.4c0-.13 0-.265.009-.38.01-.121.034-.275.114-.43l.092-.152c.104-.143.24-.26.4-.34l.116-.05a1.19 1.19 0 0 1 .315-.064c.114-.01.25-.009.379-.009h3.4c.13 0 .265 0 .38.009Zm-3.955 4.99.175.001h3.4l.174-.001.001-.174v-3.4l-.001-.175h-3.749v3.749Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M5.5 11.375a.625.625 0 1 1 0 1.25c-.474 0-.8 0-1.052.018-.247.016-.38.047-.474.086a1.38 1.38 0 0 0-.745.745c-.039.095-.07.227-.086.474-.018.253-.018.577-.018 1.052v1.3c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025H13a.625.625 0 1 1 0 1.25H5.7c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 2.16 18.69c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364V15c0-.457 0-.832.02-1.137.022-.31.067-.595.18-.868a2.625 2.625 0 0 1 1.42-1.42c.273-.113.558-.158.868-.18.305-.02.68-.02 1.137-.02Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.08 8.884c.09.007.2.022.315.063l.116.051.151.092a1.106 1.106 0 0 1 .454.83c.01.116.009.25.009.38v3.4c0 .13 0 .264-.009.38-.01.121-.034.274-.114.43-.108.212-.28.384-.491.492a1.13 1.13 0 0 1-.432.114c-.115.01-.25.009-.379.009h-3.4c-.13 0-.264 0-.38-.009a1.137 1.137 0 0 1-.43-.114 1.124 1.124 0 0 1-.492-.491 1.137 1.137 0 0 1-.114-.432c-.01-.115-.009-.25-.009-.379v-3.4c0-.13 0-.264.009-.38.01-.121.034-.274.114-.43l.092-.152c.104-.143.24-.26.4-.34l.115-.05c.115-.042.224-.057.316-.064.115-.01.25-.009.379-.009h3.4c.13 0 .264 0 .38.009Zm-3.955 4.99.175.001h3.4l.174-.001.001-.174v-3.4l-.001-.175h-3.749v3.749Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.3 3.875c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364V9c0 .457 0 .832-.02 1.137-.022.31-.067.595-.18.868a2.625 2.625 0 0 1-1.42 1.42 2.704 2.704 0 0 1-.868.18c-.305.02-.68.02-1.137.02a.625.625 0 1 1 0-1.25c.474 0 .8 0 1.052-.018.247-.016.38-.047.474-.086.337-.14.605-.408.744-.745.04-.095.07-.227.087-.474.018-.253.018-.578.018-1.052V7.7c0-.57 0-.96-.025-1.263-.024-.294-.068-.45-.124-.561a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025H11a.625.625 0 1 1 0-1.25h7.3Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.58 1.384c.09.007.2.022.315.063l.116.051.151.092c.095.069.179.153.248.248l.092.151.05.116c.042.115.057.224.064.316.01.115.009.25.009.379v3.4c0 .13 0 .264-.009.38-.01.121-.034.274-.114.43-.108.212-.28.384-.491.492-.157.08-.31.104-.432.114-.115.01-.25.009-.379.009H2.8c-.13 0-.264 0-.38-.009a1.138 1.138 0 0 1-.43-.114 1.124 1.124 0 0 1-.492-.491 1.138 1.138 0 0 1-.114-.432c-.01-.115-.009-.25-.009-.379V2.8c0-.13 0-.264.009-.38.01-.121.034-.274.114-.43l.092-.152c.104-.143.24-.26.4-.34l.115-.05c.115-.042.224-.057.316-.064.115-.01.25-.009.379-.009h3.4c.13 0 .264 0 .38.009Zm-3.955 4.99.175.001h3.4l.174-.001.001-.174V2.8l-.001-.175H2.625v3.749Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.4a.6.6 0 0 1 .6.6v10.552l3.976-3.976a.6.6 0 0 1 .848.848l-5 5a.6.6 0 0 1-.848 0l-5-5a.6.6 0 0 1 .848-.848l3.976 3.976V3a.6.6 0 0 1 .6-.6Zm-9 12a.6.6 0 0 1 .6.6v1.2c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h8.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V15a.6.6 0 1 1 1.2 0v1.226c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H7.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V15a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.458 2.658a2.746 2.746 0 1 1 3.884 3.884l-8.963 8.963-.046.046c-.301.301-.524.524-.79.687-.235.144-.49.25-.759.314-.303.073-.618.073-1.044.073H8A.625.625 0 0 1 7.375 16v-1.74c0-.426 0-.74.072-1.044.065-.268.17-.524.315-.76.163-.265.386-.488.687-.789l.046-.046 8.963-8.963Zm3 .884a1.496 1.496 0 0 0-2.116 0l-8.963 8.963c-.367.367-.475.48-.551.605a1.368 1.368 0 0 0-.165.397c-.034.142-.038.3-.038.819v1.049h1.05c.518 0 .676-.004.818-.038.14-.034.274-.09.397-.165.124-.076.238-.184.605-.551l8.963-8.963a1.496 1.496 0 0 0 0-2.116Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M7.273 3.875H10.5a.625.625 0 1 1 0 1.25H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v7.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h7.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919v-3.2a.625.625 0 1 1 1.25 0v3.227c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.976a.876.876 0 0 0-.875.876V13a.875.875 0 0 0 1.75 0V7.9A.876.876 0 0 0 12 7.024Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 8a.6.6 0 1 0-1.2 0v5a.6.6 0 1 0 1.2 0V8Zm-1.45 8c0-.47.38-.85.85-.85h.01a.85.85 0 0 1 0 1.7H12a.85.85 0 0 1-.85-.85Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8.8-10a8.8 8.8 0 1 1-17.6 0 8.8 8.8 0 0 1 17.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.36 2.286a1.574 1.574 0 0 1 1.279 0c.295.13.5.368.665.6.163.23.34.537.55.899l8.043 13.891c.21.363.388.67.507.927.12.26.223.556.19.878a1.575 1.575 0 0 1-.64 1.11c-.262.19-.571.249-.856.275-.281.025-.637.026-1.056.026H3.957c-.419 0-.775 0-1.056-.026-.285-.026-.593-.085-.855-.275a1.575 1.575 0 0 1-.64-1.11c-.033-.322.07-.619.19-.878.119-.256.297-.564.507-.927l8.043-13.891c.209-.362.387-.669.55-.899.164-.232.369-.47.664-.6ZM12 15.75a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.975a.875.875 0 0 0-.875.875v5.1a.875.875 0 0 0 1.75 0v-5.1A.875.875 0 0 0 12 7.775Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 8.487a.6.6 0 0 1 .6.6v4.872a.6.6 0 0 1-1.2 0V9.087a.6.6 0 0 1 .6-.6Zm-.85 8.395c0-.47.38-.85.85-.85h.01a.85.85 0 1 1 0 1.7H12a.85.85 0 0 1-.85-.85Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.64 2.286a1.574 1.574 0 0 0-1.28 0c-.295.131-.5.368-.665.6-.162.23-.34.537-.549.898L2.103 17.677c-.21.362-.388.67-.507.926-.12.26-.223.556-.19.878.047.444.28.847.64 1.11.262.19.57.25.855.275.282.026.637.026 1.056.026h16.086c.419 0 .774 0 1.056-.026.284-.026.593-.084.854-.275.361-.263.594-.666.64-1.11.034-.322-.07-.618-.19-.878a12.493 12.493 0 0 0-.506-.927L13.854 3.784c-.21-.361-.387-.668-.55-.897-.165-.233-.37-.47-.665-.601Zm-.792 1.096a.374.374 0 0 1 .304 0c.003.002.055.032.173.198.127.18.277.438.505.83l8.014 13.843c.228.394.377.654.47.854.086.186.086.246.086.25a.374.374 0 0 1-.152.263c-.003.002-.056.033-.26.051-.219.02-.519.021-.974.021H3.986c-.455 0-.755 0-.975-.02-.21-.02-.259-.052-.259-.052a.374.374 0 0 1-.152-.263c0-.004 0-.065.086-.25.092-.2.242-.46.47-.854L11.17 4.41c.227-.393.378-.651.505-.83.122-.173.173-.199.173-.199Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 8a.6.6 0 1 0-1.2 0v5a.6.6 0 1 0 1.2 0V8Zm-1.45 8c0-.47.38-.85.85-.85h.01a.85.85 0 0 1 0 1.7H12a.85.85 0 0 1-.85-.85Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Zm4.8-3.6h8.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v8.4c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V7.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C6.367 4.202 6.94 4.2 7.8 4.2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.333 7.014C7.017 5.61 9.263 4.4 12 4.4c2.738 0 4.984 1.21 6.667 2.614 1.682 1.404 2.84 3.033 3.42 3.952.008.01.014.021.02.032.12.19.24.377.3.644a1.76 1.76 0 0 1 0 .715c-.06.268-.18.456-.3.645l-.02.031c-.58.92-1.738 2.548-3.42 3.952C16.984 18.391 14.738 19.6 12 19.6s-4.983-1.21-6.667-2.615c-1.682-1.404-2.84-3.032-3.42-3.951l-.02-.032c-.12-.19-.239-.377-.3-.645a1.763 1.763 0 0 1 0-.715c.061-.267.18-.455.3-.644l.02-.032c.58-.92 1.738-2.548 3.42-3.952ZM12 9.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8ZM8.4 12a3.6 3.6 0 1 1 7.2 0 3.6 3.6 0 0 1-7.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3.425 2.576a.6.6 0 1 0-.849.848l3.22 3.22c-.158.122-.313.245-.463.37-1.682 1.404-2.84 3.033-3.42 3.952l-.02.032c-.12.19-.239.377-.3.645a1.762 1.762 0 0 0 0 .714c.061.268.18.456.3.645l.02.031c.58.92 1.738 2.548 3.42 3.952C7.017 18.391 9.263 19.6 12 19.6c2.008 0 3.75-.65 5.201-1.55l3.375 3.374a.6.6 0 0 0 .849-.848l-3.22-3.22v-.002l-3.27-3.27v.002l-.867-.867.001-.002-3.286-3.286-.002.001-.867-.867h.002L6.8 5.95 3.425 2.577Zm5.64 7.338a3.6 3.6 0 0 0 5.02 5.02l-.866-.866a2.4 2.4 0 0 1-3.287-3.287l-.866-.867Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12.08 8.4a3.6 3.6 0 0 1 3.52 3.52l4.108 4.108a17.903 17.903 0 0 0 2.38-2.994l.02-.032c.12-.19.238-.377.3-.645a1.76 1.76 0 0 0 0-.714c-.062-.268-.18-.456-.3-.645l-.02-.032c-.58-.92-1.739-2.548-3.42-3.952C16.983 5.61 14.737 4.4 12 4.4c-1.2 0-2.304.232-3.309.611l3.39 3.39Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2.576 2.576a.6.6 0 0 1 .849 0l3.657 3.657a.598.598 0 0 1 .123.123l10.43 10.431a.6.6 0 0 1 .143.142l3.647 3.647a.6.6 0 0 1-.849.848l-3.375-3.375c-1.45.9-3.194 1.551-5.2 1.551-2.739 0-4.984-1.21-6.668-2.615-1.682-1.404-2.84-3.032-3.42-3.951a8.717 8.717 0 0 0-.02-.032c-.12-.19-.239-.377-.3-.645a1.762 1.762 0 0 1 0-.715c.061-.268.18-.455.3-.645l.02-.032c.63-.998 1.947-2.841 3.883-4.32l-3.22-3.22a.6.6 0 0 1 0-.85ZM6.653 7.5c-1.842 1.37-3.114 3.139-3.725 4.105-.146.232-.154.255-.166.305l-.003.027a.674.674 0 0 0 0 .124l.003.027c.012.05.02.073.165.304.545.862 1.625 2.377 3.175 3.671C7.652 17.357 9.633 18.4 12 18.4c1.63 0 3.078-.494 4.327-1.225l-2.24-2.24a3.6 3.6 0 0 1-5.02-5.02L6.652 7.5Zm3.28 3.28a2.4 2.4 0 0 0 3.287 3.287L9.933 10.78ZM12 5.6c-.402 0-.791.03-1.17.086a.6.6 0 0 1-.175-1.187A9.187 9.187 0 0 1 12 4.4c2.738 0 4.984 1.21 6.667 2.615 1.682 1.404 2.84 3.032 3.42 3.951l.02.032c.12.19.24.377.3.645.05.213.05.502 0 .715-.06.268-.18.456-.3.646l-.02.032a18.08 18.08 0 0 1-1.41 1.93.6.6 0 1 1-.92-.77 16.91 16.91 0 0 0 1.315-1.8c.147-.234.155-.257.166-.307l.004-.027a.706.706 0 0 0 0-.124l-.004-.027c-.011-.05-.019-.073-.165-.304-.544-.862-1.624-2.377-3.175-3.671C16.35 6.643 14.368 5.6 12 5.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.102 7.936c-1.55 1.294-2.63 2.809-3.175 3.671-.146.231-.153.254-.165.304l-.003.027a.676.676 0 0 0 0 .124l.003.027c.012.05.02.073.165.304.545.862 1.625 2.377 3.175 3.671C7.652 17.357 9.633 18.4 12 18.4c2.367 0 4.35-1.043 5.898-2.336 1.55-1.294 2.63-2.809 3.175-3.671.146-.231.154-.254.165-.304l.004-.027a.667.667 0 0 0 0-.124l-.004-.027c-.011-.05-.019-.073-.165-.304-.544-.862-1.624-2.377-3.175-3.671C16.35 6.643 14.368 5.6 12 5.6c-2.367 0-4.349 1.043-5.898 2.336Zm-.769-.921C7.017 5.609 9.263 4.4 12 4.4c2.738 0 4.984 1.21 6.667 2.615 1.682 1.404 2.84 3.032 3.42 3.951l.02.032c.12.19.24.377.3.645a1.76 1.76 0 0 1 0 .714c-.06.268-.18.456-.3.645l-.02.032c-.58.92-1.738 2.547-3.42 3.951C16.984 18.391 14.738 19.6 12 19.6s-4.983-1.21-6.667-2.615c-1.682-1.404-2.84-3.032-3.42-3.951l-.02-.032c-.12-.19-.239-.377-.3-.645a1.763 1.763 0 0 1 0-.714c.061-.268.18-.456.3-.645l.02-.032c.58-.92 1.738-2.547 3.42-3.951ZM12 9.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8ZM8.4 12a3.6 3.6 0 1 1 7.2 0 3.6 3.6 0 0 1-7.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm4.375 12.5a.625.625 0 0 0-.79.032l-.084.091-.001.001-.008.01a4.12 4.12 0 0 1-.217.245 5.24 5.24 0 0 1-.705.615c-.618.45-1.492.881-2.57.881-1.078 0-1.952-.431-2.57-.88a5.32 5.32 0 0 1-.882-.81l-.04-.05-.008-.011-.001-.001-.085-.09a.625.625 0 0 0-.914.842l.001.002.003.003.005.007.018.023c.015.02.037.045.064.077.054.065.131.154.231.258.2.209.494.485.873.76.757.55 1.883 1.12 3.305 1.12 1.422 0 2.548-.57 3.305-1.12.379-.275.673-.551.873-.76a5.228 5.228 0 0 0 .295-.335l.018-.023.005-.007.003-.003.001-.002a.625.625 0 0 0-.125-.875ZM9 8.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm6 0a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.586 14.532a.625.625 0 0 1 .914.843l-.001.002-.003.003-.005.007-.018.023a5.228 5.228 0 0 1-.295.335c-.2.209-.494.485-.873.76-.757.55-1.883 1.12-3.305 1.12-1.422 0-2.548-.57-3.305-1.12a6.58 6.58 0 0 1-.873-.76 5.197 5.197 0 0 1-.295-.335l-.018-.023-.005-.007-.003-.003-.001-.002a.625.625 0 0 1 .914-.843l.085.091.001.001.008.01a4.185 4.185 0 0 0 .217.245c.159.167.397.391.705.615.618.45 1.492.881 2.57.881 1.078 0 1.952-.431 2.57-.88a5.326 5.326 0 0 0 .882-.81l.04-.05.008-.011.001-.001.085-.09ZM9 8.875a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25Zm6 0a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 1.25a8.75 8.75 0 1 0 0 17.5 8.75 8.75 0 0 0 0-17.5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M21 12.055C21 7.054 16.97 3 12.001 3 7.03 3.001 3 7.054 3 12.056c0 4.519 3.291 8.265 7.593 8.944v-6.327H8.309v-2.617h2.286V10.06c0-2.27 1.344-3.522 3.4-3.522.985 0 2.014.176 2.014.176v2.228h-1.135c-1.117 0-1.466.698-1.466 1.415v1.698h2.495l-.398 2.617h-2.098v6.327C17.71 20.319 21 16.574 21 12.055Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.6 2.639a2.503 2.503 0 0 0-.275-.197 3.003 3.003 0 0 0-.893-.365C13.094 2 12.727 2 12.012 2H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C4 4.28 4 5.12 4 6.8v10.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C6.28 22 7.12 22 8.8 22h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.72 20 18.88 20 17.2V9.988c0-.715 0-1.082-.077-1.42a2.997 2.997 0 0 0-.365-.893 2.485 2.485 0 0 0-.197-.275c-.172-.211-.407-.446-.767-.806l-3.188-3.188c-.36-.36-.595-.595-.806-.767Zm-1.2.68a1.805 1.805 0 0 0-.222-.07c-.176-.041-.375-.049-1.166-.049H8.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C5.202 5.367 5.2 5.94 5.2 6.8v10.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h6.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V9.988c0-.79-.008-.99-.05-1.166a1.805 1.805 0 0 0-.069-.222h-3.103c-.261 0-.492 0-.684-.016a1.626 1.626 0 0 1-.62-.158 1.6 1.6 0 0 1-.7-.7 1.626 1.626 0 0 1-.158-.62c-.016-.192-.016-.423-.016-.684V3.32ZM17.703 7.4H15.6c-.29 0-.471 0-.608-.012a.493.493 0 0 1-.174-.032.4.4 0 0 1-.174-.174.494.494 0 0 1-.032-.174A8.479 8.479 0 0 1 14.6 6.4V4.297L17.703 7.4ZM14.6 17a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h6a.6.6 0 0 1 .6.6Zm2-4a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h8a.6.6 0 0 1 .6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.686 16.125a.911.911 0 0 0 .493.473c.213.072.447.06.652-.033.358-.148.716-.491 1.042-.885a12.82 12.82 0 0 0 1.149-1.699c.734-.217 1.485-.37 2.246-.457.3.395.643.754 1.025 1.07.314.248.677.453 1.05.468a.963.963 0 0 0 .573-.155c.172-.118.31-.28.399-.468a1.31 1.31 0 0 0 .155-.633.952.952 0 0 0-.225-.583c-.254-.304-.67-.45-1.08-.523a6.47 6.47 0 0 0-1.5-.056 12.32 12.32 0 0 1-1.103-1.897c.28-.743.49-1.445.585-2.019.04-.246.06-.48.053-.69a1.399 1.399 0 0 0-.143-.606.787.787 0 0 0-.537-.41c-.227-.049-.461 0-.677.086-.423.17-.647.528-.731.926-.083.383-.045.828.051 1.278.115.5.277.988.484 1.457-.345.86-.745 1.696-1.195 2.506A8.645 8.645 0 0 0 8.785 14c-.417.247-.786.54-1.01.886-.235.366-.308.803-.09 1.24Zm1.528-1.398c.156-.092.33-.182.516-.268a9.2 9.2 0 0 1-.506.682c-.315.38-.56.58-.715.643a.304.304 0 0 1-.039.014.257.257 0 0 1-.03-.05c-.062-.124-.06-.242.046-.406.12-.184.359-.397.728-.615Zm3.497-1.981c-.381.057-.76.13-1.136.217v-.001c.199-.389.386-.782.563-1.181.177.33.368.651.573.965Zm1.617.724c.168.182.332.337.488.46.27.214.458.285.56.289a.12.12 0 0 0 .08-.017.345.345 0 0 0 .105-.141.49.49 0 0 0 .066-.225.107.107 0 0 0-.029-.07c-.058-.07-.225-.172-.583-.236a4.363 4.363 0 0 0-.687-.06Zm-2.24-3.947a7.41 7.41 0 0 0 .225-.93c.035-.211.048-.385.043-.523a.689.689 0 0 0-.036-.222.581.581 0 0 0-.163.045c-.098.039-.178.119-.22.318-.046.216-.035.528.05.925.028.124.061.254.102.387Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4 6.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C6.28 2 7.12 2 8.8 2h6.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C20 4.28 20 5.12 20 6.8v10.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C17.72 22 16.88 22 15.2 22H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C4 19.72 4 18.88 4 17.2V6.8Zm11.2 14H8.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V6.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C7.367 3.202 7.94 3.2 8.8 3.2h6.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v10.4c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M14.727 1.9H9.274c-.818 0-1.468 0-1.993.043-.537.044-.995.136-1.415.35a3.6 3.6 0 0 0-1.573 1.573c-.214.42-.306.877-.35 1.415C3.9 5.806 3.9 6.456 3.9 7.274v9.452c0 .818 0 1.469.043 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.878.305 1.415.35.525.042 1.175.042 1.993.042H12.5a.6.6 0 1 0 0-1.2H9.3c-.85 0-1.451 0-1.921-.039-.463-.038-.746-.11-.968-.223a2.4 2.4 0 0 1-1.049-1.048c-.113-.223-.185-.505-.223-.968-.038-.47-.039-1.072-.039-1.922V7.3c0-.85 0-1.451.04-1.922.037-.463.109-.745.222-.968a2.4 2.4 0 0 1 1.049-1.048c.222-.114.505-.185.968-.223C7.849 3.1 8.45 3.1 9.3 3.1h5.4c.85 0 1.452 0 1.922.039.463.038.746.11.968.223a2.4 2.4 0 0 1 1.049 1.048c.113.223.185.505.223.968.038.47.038 1.072.038 1.922V11a.6.6 0 1 0 1.2 0V7.274c0-.818 0-1.468-.043-1.993-.043-.538-.135-.996-.349-1.415a3.6 3.6 0 0 0-1.573-1.574c-.42-.213-.878-.305-1.415-.35-.525-.042-1.175-.042-1.993-.042Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.6 15a.6.6 0 0 0-1.2 0v2.4H15a.6.6 0 0 0 0 1.2h2.4V21a.6.6 0 1 0 1.2 0v-2.4H21a.6.6 0 1 0 0-1.2h-2.4V15Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.6 11a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h6a.6.6 0 0 1 .6.6Zm-4 4a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h2a.6.6 0 0 1 .6.6Zm6-8a.6.6 0 0 1-.6.6H8a.6.6 0 0 1 0-1.2h8a.6.6 0 0 1 .6.6ZM8.8 20.8h6.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V6.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H8.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C5.202 5.367 5.2 5.94 5.2 6.8v10.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036ZM4.327 3.638C4 4.28 4 5.12 4 6.8v10.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C6.28 22 7.12 22 8.8 22h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.72 20 18.88 20 17.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 2 16.88 2 15.2 2H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.8 20.8h6.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V6.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H8.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C5.202 5.367 5.2 5.94 5.2 6.8v10.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036ZM4.327 3.638C4 4.28 4 5.12 4 6.8v10.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C6.28 22 7.12 22 8.8 22h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.72 20 18.88 20 17.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 2 16.88 2 15.2 2H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M18.8 6.8v9.8a.6.6 0 1 0 1.2 0V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 2 16.88 2 15.2 2H9.4a.6.6 0 1 0 0 1.2h5.8c.86 0 1.432 0 1.873.037.425.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.159.744.036.44.037 1.013.037 1.873Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4 9.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C6.28 5 7.12 5 8.8 5h3.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C17 7.28 17 8.12 17 9.8v7.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C14.72 22 13.88 22 12.2 22H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C4 19.72 4 18.88 4 17.2V9.8Zm8.2 11H8.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C7.367 6.202 7.94 6.2 8.8 6.2h3.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v7.4c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.34 16.398c.332.094.526.44.432.772a22.513 22.513 0 0 1-1.534 3.954.625.625 0 0 1-1.118-.56 21.26 21.26 0 0 0 1.449-3.734.626.626 0 0 1 .771-.432ZM12 10.375c.345 0 .624.28.624.625a18.54 18.54 0 0 1-2.848 9.904.626.626 0 0 1-1.059-.666A17.29 17.29 0 0 0 11.374 11c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12 6.375A4.625 4.625 0 0 1 16.623 11c0 1.045-.07 2.076-.209 3.085a.625.625 0 0 1-1.238-.17c.13-.953.197-1.926.197-2.915a3.375 3.375 0 0 0-6.75 0 14.542 14.542 0 0 1-2.28 7.85.626.626 0 0 1-1.075-.64l.062-.102A13.29 13.29 0 0 0 7.374 11 4.625 4.625 0 0 1 12 6.375Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12 2.375A8.625 8.625 0 0 1 20.623 11a26.64 26.64 0 0 1-1.014 7.303.625.625 0 1 1-1.203-.342A25.39 25.39 0 0 0 19.374 11 7.375 7.375 0 0 0 8.312 4.611a.625.625 0 0 1-.625-1.082 8.59 8.59 0 0 1 4.312-1.154ZM4.529 6.688a.625.625 0 0 1 1.082.625A7.34 7.34 0 0 0 4.624 11a10.59 10.59 0 0 1-1.062 4.638.626.626 0 0 1-1.125-.547A9.34 9.34 0 0 0 3.374 11c0-1.57.42-3.043 1.155-4.313Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.509 2.6a.626.626 0 0 1 1.1.477l-.812 6.498h5.855c.233 0 .45 0 .623.015.14.013.353.042.547.165l.082.058.091.083c.2.204.313.481.309.77-.004.276-.14.494-.23.626-.1.143-.24.31-.389.49L11.67 21.4a.625.625 0 0 1-1.1-.477l.812-6.498H5.526c-.232 0-.45 0-.623-.015-.16-.014-.414-.05-.629-.223a1.076 1.076 0 0 1-.399-.853l.008-.1c.03-.229.143-.41.222-.526.1-.143.24-.31.388-.49L12.51 2.6ZM5.453 13.02l-.128.154h6.765a.626.626 0 0 1 .62.704l-.636 5.083 6.652-7.98.127-.156H12.09a.625.625 0 0 1-.62-.703l.636-5.084-6.652 7.982Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.925 11.924a.6.6 0 1 0-.849-.848L11 15.15l-1.575-1.575a.6.6 0 1 0-.849.848l2 2a.6.6 0 0 0 .849 0l4.5-4.5Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.871 6.9h3.856c.817 0 1.468 0 1.993.043.537.044.995.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.042.524.042 1.175.042 1.993v3.452c0 .818 0 1.469-.043 1.993-.043.538-.135.996-.349 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.176.042-1.993.042H7.274c-.818 0-1.468 0-1.993-.043-.537-.044-.995-.136-1.415-.35a3.6 3.6 0 0 1-1.573-1.573c-.214-.42-.306-.877-.35-1.415-.043-.524-.043-1.175-.043-1.993V6.675c0-.539 0-.98.03-1.337.03-.371.095-.706.254-1.018A2.6 2.6 0 0 1 3.32 3.183c.313-.159.647-.224 1.018-.254.358-.029.799-.029 1.337-.029h2.943c.625 0 1.08 0 1.494.142a2.6 2.6 0 0 1 .972.6c.312.307.516.714.795 1.273L12.87 6.9ZM8.523 4.1c.761 0 .999.008 1.198.076a1.4 1.4 0 0 1 .523.324c.15.147.264.356.604 1.037L11.53 6.9H3.1v-.2c0-.57 0-.961.026-1.265.024-.296.068-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.115-.06.274-.104.57-.128C4.74 4.1 5.13 4.1 5.7 4.1h2.823Zm3.99 4H3.1v7.6c0 .85 0 1.451.04 1.922.037.463.109.745.222.968a2.4 2.4 0 0 0 1.049 1.048c.222.114.505.185.968.223.47.038 1.071.039 1.921.039h9.4c.85 0 1.452 0 1.922-.039.463-.038.746-.11.968-.223a2.4 2.4 0 0 0 1.049-1.049c.113-.222.185-.504.223-.967.038-.47.038-1.072.038-1.922v-3.4c0-.85 0-1.451-.038-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.505-.185-.968-.223C18.152 8.1 17.55 8.1 16.7 8.1h-4.187Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.727 6.9H12.87l-.992-1.985c-.28-.559-.483-.966-.795-1.273a2.6 2.6 0 0 0-.972-.6C9.698 2.9 9.243 2.9 8.618 2.9H5.675c-.538 0-.979 0-1.337.03-.37.03-.705.094-1.018.253A2.6 2.6 0 0 0 2.184 4.32c-.16.312-.224.647-.254 1.018-.03.358-.03.798-.03 1.337v9.051c0 .818 0 1.469.043 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.878.305 1.415.35.525.042 1.175.042 1.993.042h9.453c.817 0 1.468 0 1.993-.043.537-.044.995-.136 1.415-.35a3.6 3.6 0 0 0 1.573-1.573c.214-.42.306-.877.35-1.415.042-.524.042-1.175.042-1.993v-3.452c0-.818 0-1.468-.043-1.993-.043-.538-.135-.996-.349-1.415a3.6 3.6 0 0 0-1.573-1.574c-.42-.213-.878-.305-1.415-.35-.525-.042-1.175-.042-1.993-.042ZM9.72 4.176c-.2-.068-.437-.076-1.198-.076H5.7c-.57 0-.96 0-1.264.025-.297.024-.456.069-.571.128a1.4 1.4 0 0 0-.612.611c-.059.116-.103.275-.127.571C3.1 5.74 3.1 6.13 3.1 6.7v.2h8.43l-.682-1.363c-.34-.68-.454-.89-.604-1.037a1.4 1.4 0 0 0-.523-.324ZM12.488 8.1H16.7c.85 0 1.452 0 1.922.039.463.038.746.11.968.223a2.4 2.4 0 0 1 1.049 1.048c.113.223.185.505.223.968.038.47.038 1.072.038 1.922v3.4c0 .85 0 1.451-.038 1.922-.038.463-.11.745-.223.968a2.4 2.4 0 0 1-1.049 1.048c-.222.114-.505.185-.968.223-.47.038-1.072.039-1.922.039H7.3c-.85 0-1.451 0-1.921-.039-.463-.038-.746-.11-.968-.223a2.4 2.4 0 0 1-1.049-1.049c-.113-.222-.185-.504-.223-.967-.038-.47-.039-1.072-.039-1.922V8.1h9.388Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 11a.6.6 0 0 0-1.2 0v2.4H9a.6.6 0 0 0 0 1.2h2.4V17a.6.6 0 1 0 1.2 0v-2.4H15a.6.6 0 1 0 0-1.2h-2.4V11Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.871 6.9h3.856c.817 0 1.468 0 1.993.043.537.044.995.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.042.524.042 1.175.042 1.993v3.452c0 .818 0 1.469-.043 1.993-.043.538-.135.996-.349 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.176.042-1.993.042H7.274c-.818 0-1.468 0-1.993-.043-.537-.044-.995-.136-1.415-.35a3.6 3.6 0 0 1-1.573-1.573c-.214-.42-.306-.877-.35-1.415-.043-.524-.043-1.175-.043-1.993V6.675c0-.539 0-.98.03-1.337.03-.371.095-.706.254-1.018A2.6 2.6 0 0 1 3.32 3.183c.313-.159.647-.224 1.018-.254.358-.029.799-.029 1.337-.029h2.943c.625 0 1.08 0 1.494.142a2.6 2.6 0 0 1 .972.6c.312.307.516.714.795 1.273L12.87 6.9ZM8.523 4.1c.761 0 .999.008 1.198.076a1.4 1.4 0 0 1 .523.324c.15.147.264.356.604 1.037L11.53 6.9H3.1v-.2c0-.57 0-.961.026-1.265.024-.296.068-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.115-.06.274-.104.57-.128C4.74 4.1 5.13 4.1 5.7 4.1h2.823Zm3.99 4H3.1v7.6c0 .85 0 1.451.04 1.922.037.463.109.745.222.968a2.4 2.4 0 0 0 1.049 1.048c.222.114.505.185.968.223.47.038 1.071.039 1.921.039h9.4c.85 0 1.452 0 1.922-.039.463-.038.746-.11.968-.223a2.4 2.4 0 0 0 1.049-1.049c.113-.222.185-.504.223-.967.038-.47.038-1.072.038-1.922v-3.4c0-.85 0-1.451-.038-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.505-.185-.968-.223C18.152 8.1 17.55 8.1 16.7 8.1h-4.187Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.72 4.176c-.199-.068-.436-.076-1.198-.076H5.7c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.128a1.4 1.4 0 0 0-.613.611c-.058.116-.103.275-.127.571C3.1 5.74 3.1 6.13 3.1 6.7v.2h8.43l-.682-1.363c-.34-.68-.454-.89-.605-1.037a1.4 1.4 0 0 0-.523-.324ZM12.87 6.9 11.922 5l-.043-.085c-.279-.559-.482-.966-.795-1.273a2.6 2.6 0 0 0-.971-.6C9.698 2.9 9.242 2.9 8.618 2.9H5.675c-.539 0-.98 0-1.338.03-.37.03-.705.094-1.017.253A2.6 2.6 0 0 0 2.183 4.32c-.159.312-.224.647-.254 1.018-.03.358-.03.798-.03 1.337v9.051c0 .818 0 1.469.044 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.877.305 1.415.35.524.042 1.175.042 1.993.042h9.452c.818 0 1.468 0 1.993-.043.537-.044.996-.136 1.415-.35a3.6 3.6 0 0 0 1.573-1.573c.214-.42.306-.877.35-1.415.043-.524.043-1.175.043-1.993v-3.452c0-.818 0-1.468-.043-1.993-.044-.538-.136-.996-.35-1.415a3.6 3.6 0 0 0-1.573-1.574c-.42-.213-.878-.305-1.415-.35-.525-.042-1.175-.042-1.993-.042h-3.855Zm-.382 1.2H16.7c.85 0 1.451 0 1.921.039.464.038.746.11.969.223a2.4 2.4 0 0 1 1.048 1.048c.113.223.185.505.223.968.038.47.039 1.072.039 1.922v3.4c0 .85 0 1.451-.039 1.922-.038.463-.11.745-.223.968a2.4 2.4 0 0 1-1.049 1.048c-.222.114-.504.185-.968.223-.47.038-1.071.039-1.921.039H7.3c-.85 0-1.451 0-1.922-.039-.463-.038-.745-.11-.968-.223a2.4 2.4 0 0 1-1.049-1.049c-.113-.222-.184-.504-.222-.967-.039-.47-.04-1.072-.04-1.922V8.1h9.389Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.6a1.218 1.218 0 0 0-1.218 1.218v.157a2.1 2.1 0 0 1-1.273 1.922.6.6 0 0 1-.188.047 2.1 2.1 0 0 1-2.2-.474l-.055-.055a1.218 1.218 0 1 0-1.724 1.724l.055.055a2.1 2.1 0 0 1 .432 2.304A2.1 2.1 0 0 1 3.9 10.855h-.082a1.218 1.218 0 1 0 0 2.436h.157a2.1 2.1 0 0 1 1.92 1.27 2.1 2.1 0 0 1-.42 2.313l-.005.005-.055.055a1.219 1.219 0 1 0 1.724 1.724l.055-.055.003-.003.002-.002a2.1 2.1 0 0 1 2.299-.427 2.1 2.1 0 0 1 1.357 1.929v.082a1.218 1.218 0 1 0 2.436 0v-.157a2.1 2.1 0 0 1 1.27-1.92 2.1 2.1 0 0 1 2.313.42l.005.005.054.055a1.22 1.22 0 1 0 1.725-1.724l-.055-.055-.005-.005a2.1 2.1 0 0 1-.421-2.313 2.1 2.1 0 0 1 1.92-1.27h.085a1.218 1.218 0 1 0 0-2.436h-.157a2.099 2.099 0 0 1-1.922-1.273.6.6 0 0 1-.047-.188 2.099 2.099 0 0 1 .472-2.198l.002-.002.055-.055a1.217 1.217 0 0 0-.396-1.988 1.218 1.218 0 0 0-1.328.264l-.055.055a2.1 2.1 0 0 1-2.318.426 2.1 2.1 0 0 1-1.27-1.92v-.085A1.218 1.218 0 0 0 12 2.6Zm-1.71-.492a2.418 2.418 0 0 1 4.128 1.71v.08a.9.9 0 0 0 .552.826.9.9 0 0 0 .99-.178l.052-.052a2.419 2.419 0 1 1 3.421 3.421l-.052.052a.9.9 0 0 0-.178.99c.024.054.04.11.047.168a.9.9 0 0 0 .779.457h.153a2.418 2.418 0 1 1 0 4.836h-.08a.9.9 0 0 0-.823.546l-.003.006a.9.9 0 0 0 .178.99l.052.052a2.421 2.421 0 0 1 0 3.421 2.417 2.417 0 0 1-3.421 0l-.052-.052a.9.9 0 0 0-.99-.178l-.007.003a.9.9 0 0 0-.545.823v.153a2.418 2.418 0 1 1-4.836 0v-.074a.9.9 0 0 0-.625-.832.9.9 0 0 0-.99.178l-.052.052a2.419 2.419 0 1 1-3.421-3.421l.052-.052a.9.9 0 0 0 .178-.99l-.002-.004-.001-.003a.9.9 0 0 0-.823-.545h-.153a2.418 2.418 0 1 1 0-4.836h.074a.9.9 0 0 0 .832-.625.9.9 0 0 0-.178-.99l-.052-.052a2.42 2.42 0 1 1 3.421-3.421l.052.052a.9.9 0 0 0 .99.178.6.6 0 0 1 .168-.047.9.9 0 0 0 .457-.779v-.153c0-.641.255-1.256.708-1.71ZM8.4 12a3.6 3.6 0 1 1 7.2 0 3.6 3.6 0 0 1-7.2 0ZM12 9.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm1.8-3a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.959 21.046c-.318.316-.639.634-.959.954l-.005-.005c-.319-.319-.637-.635-.954-.948C7.385 17.42 4 14.064 4 10a8 8 0 1 1 16 0c0 4.064-3.385 7.421-7.041 11.046ZM18.8 10c0 1.829-.824 3.572-2.25 5.425-1.207 1.566-2.75 3.098-4.42 4.754l-.13.128-.13-.128c-1.67-1.656-3.213-3.188-4.42-4.754C6.025 13.572 5.2 11.829 5.2 10a6.8 6.8 0 1 1 13.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.4a3.6 3.6 0 0 0-.6 7.15V17a.6.6 0 1 0 1.2 0V9.55A3.601 3.601 0 0 0 12 2.4Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.302-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.458.932.63 1.327 1.285 1.327 1.873 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.588.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.4a3.6 3.6 0 0 0-.6 7.15V17a.6.6 0 1 0 1.2 0V9.55A3.601 3.601 0 0 0 12 2.4ZM9.6 6a2.4 2.4 0 1 1 4.8 0 2.4 2.4 0 0 1-4.8 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.301-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.459.932.628 1.327 1.285 1.327 1.872 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.587.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.875 12c0-.387.022-.768.064-1.144l.002-.019C2.518 5.793 6.801 1.875 12 1.875c.999 0 1.964.145 2.877.415a4.425 4.425 0 0 1 6.298 4.01c0 .384-.054.752-.15 1.106a10.08 10.08 0 0 1 1.1 4.594c0 5.592-4.533 10.125-10.125 10.125S1.875 17.592 1.875 12ZM12 3.125a8.878 8.878 0 0 0-8.697 7.1l4.454-.398a1.1 1.1 0 0 1 1.053.55l1.748 3.065 2.678 1.53a1.1 1.1 0 0 1 .29 1.671L11.2 19.356v1.483A8.875 8.875 0 0 0 20.875 12a8.854 8.854 0 0 0-.544-3.066c-.146.23-.305.454-.473.673-.627.813-1.428 1.608-2.22 2.393-.15.148-.299.295-.446.443a.625.625 0 0 1-.884 0c-.147-.148-.296-.295-.446-.443-.792-.785-1.593-1.58-2.22-2.393-.75-.975-1.317-2.059-1.317-3.306 0-1.179.46-2.25 1.212-3.043A8.935 8.935 0 0 0 12 3.125ZM13.575 6.3a3.175 3.175 0 0 1 6.35 0c0 .851-.383 1.667-1.058 2.543-.57.741-1.3 1.465-2.094 2.252l-.023.023-.023-.023c-.794-.787-1.524-1.511-2.094-2.252-.675-.876-1.058-1.692-1.058-2.543ZM3.125 12c0-.17.005-.339.014-.506l4.633-.413 1.72 3.016a1.1 1.1 0 0 0 .41.41l2.556 1.46-2.243 2.618a1.1 1.1 0 0 0-.265.716v1.336A8.879 8.879 0 0 1 3.125 12Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.875 12C1.875 6.408 6.408 1.875 12 1.875S22.125 6.408 22.125 12 17.592 22.125 12 22.125 1.875 17.592 1.875 12Zm1.531-2.225A8.89 8.89 0 0 0 3.125 12c0 .768.098 1.514.281 2.225h4.378a15.16 15.16 0 0 1-.209-2.238 15.16 15.16 0 0 1 .209-2.212H3.406Zm.425-1.25h4.22a15.16 15.16 0 0 1 2.53-5.287 8.887 8.887 0 0 0-6.75 5.287ZM12 3.453a13.91 13.91 0 0 0-2.655 5.072h5.31A13.911 13.911 0 0 0 12 3.453Zm2.947 6.322H9.053c-.135.73-.212 1.474-.228 2.225.016.75.093 1.495.228 2.225h5.894c.135-.73.212-1.474.228-2.225a13.92 13.92 0 0 0-.228-2.225Zm1.269 4.45c.123-.727.193-1.466.209-2.212v-.026a15.169 15.169 0 0 0-.209-2.212h4.378a8.919 8.919 0 0 1 0 4.45h-4.378Zm-1.56 1.25H9.344A13.911 13.911 0 0 0 12 20.547a13.912 13.912 0 0 0 2.655-5.072Zm-4.075 5.287a15.161 15.161 0 0 1-2.53-5.287H3.83a8.887 8.887 0 0 0 6.75 5.287Zm2.838 0a15.16 15.16 0 0 0 2.53-5.287h4.22a8.887 8.887 0 0 1-6.75 5.287Zm6.75-12.237h-4.22a15.16 15.16 0 0 0-2.53-5.287 8.887 8.887 0 0 1 6.75 5.287Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M20.666 10.378a10.6 10.6 0 0 1 .156 1.83c0 2.737-.979 5.053-2.682 6.62h.002C16.653 20.203 14.606 21 12.178 21a9 9 0 0 1 0-18 8.65 8.65 0 0 1 6.02 2.343l-2.569 2.57a4.89 4.89 0 0 0-3.451-1.35c-2.348 0-4.342 1.583-5.053 3.716a5.39 5.39 0 0 0 0 3.446h.003c.714 2.13 2.706 3.713 5.053 3.713 1.213 0 2.255-.31 3.063-.86h-.004a4.163 4.163 0 0 0 1.799-2.734h-4.861V10.38h8.488Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.4 13.375c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.017.197.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016H4.6c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-3.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.026.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.483.483 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-3.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011H4.6Zm14.8-1.25c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.016.197.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.197.016-.437.016-.707.016h-3.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-3.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.197-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.482.482 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.424 8.424 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.093.128.164.164a.482.482 0 0 0 .164.03c.136.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-3.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.482.482 0 0 0-.164-.03 8.424 8.424 0 0 0-.606-.011h-3.8ZM8.4 2.375c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.017.198.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.017-.437.016-.707.016H4.6c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.017-.198-.016-.437-.016-.707V4.6c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.483.483 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.026.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.483.483 0 0 0 .164-.029.376.376 0 0 0 .164-.164.483.483 0 0 0 .03-.164 9.21 9.21 0 0 0 .011-.606V4.6c0-.29 0-.47-.012-.606a.483.483 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.389 8.389 0 0 0-.606-.011H4.6Zm14.8-1.25c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.016.198.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.197.017-.437.016-.707.016h-3.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.017-.198-.016-.437-.016-.707V4.6c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.197-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.482.482 0 0 0-.164.029.376.376 0 0 0-.164.164.483.483 0 0 0-.03.164 8.422 8.422 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.093.128.164.164a.482.482 0 0 0 .164.03c.136.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.483.483 0 0 0 .03-.164 9.21 9.21 0 0 0 .011-.606V4.6c0-.29 0-.47-.012-.606a.483.483 0 0 0-.029-.164.376.376 0 0 0-.164-.164.482.482 0 0 0-.164-.03 8.39 8.39 0 0 0-.606-.011h-3.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M4.67 16.665c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 9.335c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 2.005c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.404 3.124a16.396 16.396 0 0 0-1.199-.024h-1.11v9.254c.106-.004.212-.004.32-.004h.79c.542 0 .913 0 1.2-.024.28-.023.426-.064.53-.118a1.3 1.3 0 0 0 .569-.568c.053-.104.095-.251.117-.53.024-.288.024-.658.024-1.2V5.54c0-.542 0-.912-.023-1.2-.023-.279-.065-.426-.118-.53a1.3 1.3 0 0 0-.569-.568c-.104-.054-.25-.095-.53-.118Zm-3.509 9.82V3.1H8.057c-.703 0-1.197 0-1.586.03-.382.03-.618.084-.81.17a2.25 2.25 0 0 0-.955.82c-.115.176-.205.402-.292.774-.088.38-.164.869-.27 1.564l-.497 3.23c-.141.915-.24 1.564-.274 2.073-.034.503.002.805.092 1.04.186.489.536.897.99 1.155.22.125.513.206 1.015.25.508.043 1.164.044 2.09.044h.787c.248 0 .468 0 .651.015.196.016.4.052.601.154.292.149.529.386.677.677.103.2.138.406.154.601.015.183.015.404.015.651v2.81c0 .962.78 1.742 1.743 1.742a.181.181 0 0 0 .165-.107l3.193-7.184c.01-.02.018-.041.027-.062.095-.215.188-.426.322-.603ZM8.034 1.9c-.674 0-1.214 0-1.654.033-.453.035-.844.107-1.213.275A3.45 3.45 0 0 0 3.7 3.465c-.222.34-.352.715-.455 1.157-.1.43-.182.964-.285 1.63l-.505 3.281c-.135.882-.243 1.582-.28 2.148-.04.578-.01 1.08.168 1.549a3.45 3.45 0 0 0 1.518 1.769c.436.248.928.352 1.505.402.565.049 1.274.049 2.165.049h.793c.276 0 .447 0 .575.01.12.01.15.026.154.028a.35.35 0 0 1 .153.153c.002.004.018.034.027.154.01.128.011.3.011.575v2.787a2.943 2.943 0 0 0 2.943 2.943 1.38 1.38 0 0 0 1.262-.82l3.192-7.184c.164-.368.193-.412.218-.438a.35.35 0 0 1 .134-.087c.034-.012.086-.021.49-.021h.746c.511 0 .93 0 1.272-.028.354-.029.676-.09.978-.245a2.5 2.5 0 0 0 1.093-1.092c.154-.302.216-.624.244-.978.028-.342.028-.761.028-1.272v-4.42c0-.51 0-.93-.027-1.272-.03-.354-.091-.676-.245-.978a2.5 2.5 0 0 0-1.093-1.093c-.302-.153-.624-.215-.978-.244-.341-.028-.76-.028-1.272-.028H8.034Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.525 2.72a1.38 1.38 0 0 1 1.262-.82 2.943 2.943 0 0 1 2.943 2.943V8.2c0 .193.157.35.35.35h3.328a3.45 3.45 0 0 1 3.41 3.975l-1.023 6.65a3.45 3.45 0 0 1-3.41 2.925H4.63a2.5 2.5 0 0 1-2.5-2.5v-6.65a2.5 2.5 0 0 1 2.5-2.5h2.232a.35.35 0 0 0 .32-.208l3.343-7.522ZM8.08 20.9h9.305a2.25 2.25 0 0 0 2.224-1.908l1.023-6.65a2.25 2.25 0 0 0-2.224-2.592H15.08a1.55 1.55 0 0 1-1.55-1.55V4.843c0-.963-.78-1.743-1.743-1.743a.18.18 0 0 0-.165.107L8.28 10.73c-.053.12-.12.23-.2.33v9.84Zm-1.2-9.25v9.25H4.63a1.3 1.3 0 0 1-1.3-1.3v-6.65a1.3 1.3 0 0 1 1.3-1.3h2.25Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.856 3.4h6.287c.971 0 1.605 0 2.177.197a3.6 3.6 0 0 1 1.345.831c.432.423.715.99 1.149 1.858l.05.099 2.184 4.37c.172.343.284.567.364.805.071.211.122.428.153.649.035.249.035.5.035.882v2.135c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H6.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993v-2.135c0-.382 0-.633.035-.882.03-.22.082-.438.153-.649.08-.238.192-.462.363-.805l.019-.037 2.167-4.333.049-.099c.434-.868.717-1.435 1.149-1.858a3.6 3.6 0 0 1 1.345-.831c.572-.198 1.206-.197 2.176-.197Zm.11 1.2c-1.12 0-1.537.008-1.895.131a2.4 2.4 0 0 0-.896.554c-.27.265-.464.635-.965 1.637l-2.167 4.333-.072.145h18.058l-.073-.145-2.166-4.333c-.501-1.002-.695-1.372-.965-1.637a2.4 2.4 0 0 0-.897-.554c-.357-.123-.774-.131-1.895-.131H8.966Zm12.429 8H2.605c-.005.12-.005.282-.005.533V15.2c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h10.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.049c.113-.222.185-.504.223-.967.038-.47.039-1.072.039-1.922v-2.067c0-.251 0-.412-.005-.533ZM5.4 16a.6.6 0 0 1 .6-.6h4a.6.6 0 0 1 0 1.2H6a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.993 4.621C9.874 2.6 6.633 2.14 4.141 4.269c-2.63 2.248-3.01 6.025-.933 8.697.81 1.044 2.41 2.63 3.968 4.1a175.563 175.563 0 0 0 3.908 3.566l.012.01c.076.067.157.14.233.197.088.066.202.139.35.183.204.06.425.06.629 0a1.1 1.1 0 0 0 .35-.183c.076-.058.157-.13.233-.197l.012-.01a176.27 176.27 0 0 0 3.909-3.566c1.557-1.47 3.156-3.056 3.968-4.1 2.07-2.664 1.746-6.47-.94-8.702-2.525-2.098-5.73-1.665-7.847.357Zm-.474 1.314C9.803 3.93 7.026 3.45 4.953 5.22c-2.129 1.819-2.42 4.84-.758 6.979.742.956 2.271 2.478 3.839 3.958a174.322 174.322 0 0 0 3.96 3.61l.08-.071a174.3 174.3 0 0 0 3.88-3.54c1.567-1.48 3.096-3.001 3.839-3.957 1.667-2.146 1.402-5.183-.752-6.974-2.12-1.762-4.862-1.29-6.572.71a.625.625 0 0 1-.95 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.104 2.88a.4.4 0 0 0-.209 0c-.049.014-.114.05-.509.358L4.604 8.513c-.48.373-.627.494-.73.633a1.4 1.4 0 0 0-.222.455c-.047.166-.052.356-.052.964V17.8c0 .57 0 .961.025 1.265.024.296.069.455.128.57a1.4 1.4 0 0 0 .611.612c.116.06.275.104.571.128.304.024.695.025 1.265.025h2.2v-6.822c0-.261 0-.492.016-.684a1.62 1.62 0 0 1 .158-.62 1.6 1.6 0 0 1 .7-.7 1.62 1.62 0 0 1 .62-.158c.192-.016.423-.016.684-.016h2.844c.261 0 .492 0 .684.016.204.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.417.158.62.016.192.016.423.016.684V20.4h2.2c.57 0 .961 0 1.265-.025.296-.024.455-.069.57-.128a1.4 1.4 0 0 0 .612-.611c.06-.116.104-.275.128-.571.024-.304.025-.695.025-1.265v-7.235c0-.608-.005-.798-.052-.964a1.4 1.4 0 0 0-.223-.455c-.102-.14-.249-.26-.729-.633l-6.782-5.275c-.395-.308-.46-.344-.51-.357Zm5.721 18.72c.539 0 .98 0 1.337-.03.371-.03.706-.094 1.018-.253a2.6 2.6 0 0 0 1.137-1.137c.159-.312.223-.647.254-1.018.029-.358.029-.798.029-1.337V10.49c0-.502 0-.867-.096-1.213a2.598 2.598 0 0 0-.414-.845c-.213-.288-.502-.513-.898-.82l-.06-.046-6.781-5.276-.067-.051c-.283-.221-.552-.431-.866-.517a1.6 1.6 0 0 0-.836 0c-.315.086-.584.296-.867.517l-.066.051-6.782 5.276-.06.046c-.395.307-.684.532-.897.82a2.6 2.6 0 0 0-.414.845c-.096.346-.096.711-.096 1.213v7.335c0 .539 0 .98.03 1.337.03.371.094.706.253 1.018a2.6 2.6 0 0 0 1.137 1.137c.312.159.647.224 1.017.254.359.029.8.029 1.338.029h11.65ZM14.4 20.4v-6.8c0-.29 0-.471-.012-.608a.49.49 0 0 0-.032-.174.4.4 0 0 0-.175-.174.493.493 0 0 0-.173-.032 8.48 8.48 0 0 0-.608-.012h-2.8c-.29 0-.471 0-.608.012a.494.494 0 0 0-.174.032.4.4 0 0 0-.174.174.493.493 0 0 0-.032.174 8.435 8.435 0 0 0-.012.608v6.8h4.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.104 2.88a.4.4 0 0 0-.209 0c-.049.014-.114.05-.509.358L4.604 8.513c-.48.373-.627.494-.73.633a1.4 1.4 0 0 0-.222.455c-.047.166-.052.356-.052.964V17.8c0 .57 0 .961.025 1.265.024.296.069.455.128.57a1.4 1.4 0 0 0 .611.612c.116.06.275.104.571.128.304.024.695.025 1.265.025h11.6c.57 0 .961 0 1.265-.025.296-.024.455-.069.57-.128a1.4 1.4 0 0 0 .612-.611c.06-.116.104-.275.128-.571.024-.304.025-.695.025-1.265v-7.235c0-.608-.005-.798-.052-.964a1.4 1.4 0 0 0-.223-.455c-.102-.14-.249-.26-.729-.633l-6.782-5.275c-.395-.308-.46-.344-.51-.357Zm-.522-1.158a1.6 1.6 0 0 1 .836 0c.314.086.584.296.866.517l.067.051 6.782 5.276.06.046c.395.307.684.532.897.82.188.254.329.54.414.845.096.346.096.711.096 1.213v7.335c0 .539 0 .98-.03 1.337-.03.371-.094.706-.253 1.018a2.6 2.6 0 0 1-1.137 1.137c-.312.159-.647.224-1.018.254-.358.029-.798.029-1.337.029H6.175c-.539 0-.98 0-1.338-.03-.37-.03-.705-.094-1.017-.253a2.6 2.6 0 0 1-1.137-1.137c-.159-.312-.224-.647-.254-1.018-.03-.358-.03-.798-.029-1.337V10.49c0-.502 0-.867.096-1.213a2.6 2.6 0 0 1 .414-.845c.213-.288.502-.513.897-.82l.06-.046 6.782-5.276.067-.051c.282-.221.551-.431.866-.517Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.774 2.4h8.452c.818 0 1.468 0 1.993.043.537.044.996.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.043.525.043 1.175.043 1.993v8.452c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H6.905c-.28 0-.53 0-.726-.017l-.031-.003a10.076 10.076 0 0 1-.367-.023c-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V7.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C6.305 2.4 6.956 2.4 7.774 2.4Zm.026 18h8.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922v-.951l-3.693-3.693a8.424 8.424 0 0 0-.438-.422.495.495 0 0 0-.145-.1.4.4 0 0 0-.248 0 .495.495 0 0 0-.145.1 8.424 8.424 0 0 0-.438.422L6.79 20.059c-.14.139-.246.245-.327.331.367.01.803.01 1.337.01Zm12.6-6.848-2.86-2.86a8.963 8.963 0 0 0-.494-.473 1.625 1.625 0 0 0-.552-.326 1.6 1.6 0 0 0-.989 0 1.6 1.6 0 0 0-.55.326c-.147.125-.31.288-.495.472L5.923 19.23a8.558 8.558 0 0 0-.501.525c-.092.11-.217.273-.278.48a1.565 1.565 0 0 1-.234-.096 2.4 2.4 0 0 1-1.049-1.048c-.113-.223-.184-.505-.222-.968-.039-.47-.04-1.072-.04-1.922V7.8c0-.85.001-1.451.04-1.922.038-.463.11-.745.222-.968a2.4 2.4 0 0 1 1.05-1.048c.222-.114.504-.185.967-.223C6.348 3.6 6.95 3.6 7.8 3.6h8.4c.85 0 1.451 0 1.921.039.464.038.746.11.969.223a2.4 2.4 0 0 1 1.048 1.048c.113.223.185.505.223.968.038.47.039 1.072.039 1.922v5.752ZM8.5 7.1a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8ZM5.9 8.5a2.6 2.6 0 1 1 5.2 0 2.6 2.6 0 0 1-5.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.882 12.6H3.2v2.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h10.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873v-2.6h-2.682c-.458 0-.877.259-1.081.668a2.41 2.41 0 0 1-2.155 1.332H9.118a2.409 2.409 0 0 1-2.155-1.332 1.209 1.209 0 0 0-1.081-.668ZM20.8 11.4h-2.682a2.41 2.41 0 0 0-2.155 1.332c-.204.41-.623.668-1.081.668H9.118c-.458 0-.877-.259-1.081-.668A2.409 2.409 0 0 0 5.882 11.4H3.2V8.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C5.367 5.202 5.94 5.2 6.8 5.2h10.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v2.6ZM22 8.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 4 18.88 4 17.2 4H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 6.28 2 7.12 2 8.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 20 5.12 20 6.8 20h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 17.72 22 16.88 22 15.2V8.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 8.125a.875.875 0 0 0-.875.875v5.1a.875.875 0 1 0 1.75 0V11a.875.875 0 0 0-.875-.875ZM12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.6a9.4 9.4 0 1 0 0 18.8 9.4 9.4 0 0 0 0-18.8ZM1.4 12C1.4 6.146 6.146 1.4 12 1.4c5.854 0 10.6 4.746 10.6 10.6 0 5.854-4.746 10.6-10.6 10.6-5.854 0-10.6-4.746-10.6-10.6ZM12 10.4a.6.6 0 0 1 .6.6v5a.6.6 0 1 1-1.2 0v-5a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n <path fill=\"currentColor\" d=\"M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z\" />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 3c-2.442 0-2.75.011-3.71.054-.959.045-1.612.196-2.185.419-.6.225-1.145.58-1.594 1.038-.458.45-.812.994-1.038 1.594-.223.571-.375 1.226-.419 2.182C3.011 9.25 3 9.556 3 12.002c0 2.444.011 2.75.054 3.71.045.958.196 1.611.419 2.184a4.42 4.42 0 0 0 1.038 1.594c.5.5 1.001.809 1.593 1.038.574.223 1.226.375 2.185.419.96.043 1.266.054 3.711.054s2.75-.011 3.71-.054c.958-.045 1.613-.196 2.186-.419.6-.226 1.144-.58 1.593-1.038.5-.5.808-1.002 1.038-1.594.222-.573.374-1.226.419-2.185.043-.96.054-1.265.054-3.71 0-2.445-.011-2.75-.054-3.711-.045-.958-.197-1.612-.419-2.184a4.417 4.417 0 0 0-1.038-1.594 4.4 4.4 0 0 0-1.594-1.038c-.574-.223-1.229-.375-2.186-.419C14.75 3.011 14.444 3 11.998 3H12Zm-.807 1.622h.808c2.403 0 2.688.008 3.636.052.878.04 1.355.187 1.672.31.42.162.72.358 1.035.673.315.315.51.614.673 1.035.123.316.27.793.309 1.67.044.95.053 1.234.053 3.636s-.01 2.687-.053 3.636c-.04.877-.187 1.353-.31 1.67a2.77 2.77 0 0 1-.673 1.034c-.315.315-.614.51-1.035.673-.315.124-.792.27-1.67.31-.95.043-1.234.053-3.637.053s-2.689-.01-3.637-.052c-.878-.041-1.353-.187-1.67-.311a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.675-1.035c-.122-.316-.27-.793-.309-1.67-.043-.949-.052-1.233-.052-3.637s.01-2.687.052-3.635c.04-.878.187-1.355.31-1.672.164-.42.36-.72.674-1.035a2.78 2.78 0 0 1 1.035-.673c.318-.124.794-.27 1.671-.31.83-.039 1.152-.05 2.83-.051v.002Zm5.612 1.494a1.08 1.08 0 1 0 0 2.16 1.08 1.08 0 0 0 0-2.16ZM12 7.38a4.623 4.623 0 1 0-.144 9.244A4.623 4.623 0 0 0 12 7.379ZM12 9a3 3 0 1 1 0 6.001 3 3 0 0 1 0-6Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15.01 8.375a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1 0-1.25h.01Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15 2.375a6.625 6.625 0 1 1-.89 13.19c-.222-.03-.372-.05-.483-.06a1.16 1.16 0 0 0-.134-.008.457.457 0 0 0-.068.013.453.453 0 0 0-.062.031c-.026.015-.072.053-.341.322l-5.112 5.11c-.152.152-.297.303-.475.413a1.628 1.628 0 0 1-.47.194c-.204.049-.413.045-.628.045H4.6c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.629 1.629 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.016-.197-.016-.437-.016-.707v-1.737c0-.215-.004-.424.045-.628.04-.166.105-.324.194-.47.11-.178.26-.323.412-.475l5.11-5.111c.27-.27.309-.316.323-.342a.468.468 0 0 0 .031-.062.455.455 0 0 0 .013-.068c0-.009 0-.045-.008-.134-.01-.111-.03-.26-.06-.482A6.625 6.625 0 0 1 15 2.375Zm0 1.25a5.375 5.375 0 0 0-5.327 6.099c.028.212.053.389.066.529.013.134.022.285.001.432a1.464 1.464 0 0 1-.19.562c-.121.216-.321.41-.528.616l-5.112 5.11c-.193.194-.215.223-.23.246a.376.376 0 0 0-.044.108c-.006.026-.01.063-.01.336V19.4c0 .29 0 .47.01.606a.475.475 0 0 0 .03.164c.036.07.094.128.164.164a.484.484 0 0 0 .164.03c.136.01.316.011.606.011h1.737c.273 0 .31-.005.336-.01a.378.378 0 0 0 .108-.046c.023-.014.052-.036.245-.23l5.11-5.11c.208-.208.401-.408.617-.529a1.47 1.47 0 0 1 .563-.19c.146-.021.297-.012.431 0 .14.014.317.039.53.067A5.375 5.375 0 1 0 15 3.625Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11 3.375a.625.625 0 1 1 0 1.25H6.2c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.601.602-.057.111-.1.267-.125.561A17.25 17.25 0 0 0 3.625 7.2v8.175h17.042c.27 0 .527-.005.754.056.56.15.998.588 1.148 1.148.061.227.056.484.056.754 0 .58.005.993-.09 1.347a2.625 2.625 0 0 1-1.855 1.855c-.354.095-.767.09-1.347.09H4.667c-.58 0-.993.005-1.347-.09a2.625 2.625 0 0 1-1.855-1.855c-.095-.354-.09-.767-.09-1.347 0-.27-.005-.527.056-.754.131-.49.483-.887.944-1.079V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.627 2.627 0 0 1 3.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H11Zm-7.667 13.25c-.348 0-.402.005-.43.013a.377.377 0 0 0-.265.265c-.008.028-.013.082-.013.43 0 .66.006.868.047 1.023.127.474.498.845.973.972.154.041.363.047 1.022.047h14.666c.66 0 .868-.006 1.023-.047.474-.127.845-.498.972-.973.042-.154.047-.362.047-1.022 0-.348-.005-.402-.013-.43a.376.376 0 0 0-.265-.265c-.028-.008-.082-.013-.43-.013H3.333Z\"\n clip-rule=\"evenodd\"\n />\n <path fill=\"currentColor\" d=\"M17.127 7.125a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.251 3.005a1.742 1.742 0 0 1 1.461 1.02l.296.658v.003a.591.591 0 0 0 .605.346l.718-.076a1.746 1.746 0 0 1 1.687.856l.058.11a1.728 1.728 0 0 1-.158 1.776l-.426.581a.586.586 0 0 0-.112.346v.003c0 .124.038.245.11.346l.425.58a1.729 1.729 0 0 1-.616 2.564 1.744 1.744 0 0 1-.97.179l-.719-.076a.592.592 0 0 0-.604.346l-.293.656a1.734 1.734 0 0 1-1.462 1.022l-.125.005a1.742 1.742 0 0 1-1.531-.915l-.056-.112-.293-.658a.594.594 0 0 0-.608-.348l-.717.077a1.747 1.747 0 0 1-1.686-.856 1.727 1.727 0 0 1 .1-1.886l.425-.581.049-.08a.587.587 0 0 0 .056-.174l.007-.092a.586.586 0 0 0-.063-.267l-.05-.079-.425-.58a1.729 1.729 0 0 1-.1-1.887l.067-.107a1.737 1.737 0 0 1 1.619-.749l.72.076.095.003a.591.591 0 0 0 .51-.35h.001l.293-.658.056-.112A1.733 1.733 0 0 1 17.126 3l.125.005Zm-.125 1.245a.492.492 0 0 0-.412.226l-.033.061-.294.655a1.842 1.842 0 0 1-.76.847l-.002.001a1.854 1.854 0 0 1-1.114.235l-.722-.076a.494.494 0 0 0-.434.182l-.04.057a.477.477 0 0 0 .028.522l.426.582c.23.314.353.694.353 1.083l-.006.146a1.836 1.836 0 0 1-.347.937l-.426.582a.478.478 0 0 0 .173.71c.084.042.18.06.273.05l.718-.075c.338-.036.681.023.987.168l.13.067.122.078c.28.191.502.457.64.768l.295.657.033.061a.484.484 0 0 0 .412.226l.07-.005a.492.492 0 0 0 .375-.282l.294-.657a1.846 1.846 0 0 1 1.876-1.079l.72.077a.49.49 0 0 0 .474-.24.478.478 0 0 0-.029-.521l-.424-.582-.002-.002a1.835 1.835 0 0 1-.35-1.087c0-.388.124-.766.354-1.08l.425-.582a.48.48 0 0 0 .058-.459l-.03-.063a.487.487 0 0 0-.404-.24l-.07.001-.718.076a1.858 1.858 0 0 1-1.116-.235h-.002a1.842 1.842 0 0 1-.76-.847l-.295-.654v-.002a.486.486 0 0 0-.376-.282l-.07-.005Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.564 3.875h10.872c.51 0 .93 0 1.273.028.355.029.681.091.987.247.476.242.862.629 1.104 1.104.156.306.218.632.247.987.028.343.028.763.028 1.273v7.651c.487.172.861.574.996 1.077.055.204.054.432.054.666v.145c0 .505 0 .878-.086 1.2a2.525 2.525 0 0 1-1.785 1.786c-.323.086-.696.086-1.2.086H4.946c-.505 0-.878 0-1.2-.086a2.525 2.525 0 0 1-1.786-1.786c-.086-.322-.086-.695-.086-1.2v-.403c0-.686.438-1.27 1.05-1.485v-7.65c0-.51 0-.931.028-1.274.03-.355.091-.681.247-.987A2.525 2.525 0 0 1 4.304 4.15c.306-.156.632-.218.987-.247.343-.028.763-.028 1.273-.028Zm-2.389 11.2h4.389c.188 0 .377 0 .56.043.16.04.315.103.455.19.162.098.294.231.427.364l.031.031.06.06c.185.185.209.203.227.214.029.018.06.031.094.039.02.005.05.009.312.009h2.54c.263 0 .292-.004.312-.009a.324.324 0 0 0 .094-.039c.018-.011.042-.029.227-.214l.06-.06.031-.03c.133-.134.266-.267.427-.366.14-.086.294-.15.455-.189.184-.044.372-.043.56-.043h4.389V7.54c0-.542 0-.912-.024-1.197-.022-.278-.064-.421-.115-.522a1.275 1.275 0 0 0-.557-.557c-.1-.051-.244-.092-.522-.115a16.383 16.383 0 0 0-1.197-.024H6.59c-.542 0-.911 0-1.197.024-.278.023-.421.064-.522.115a1.27 1.27 0 0 0-.557.557c-.051.1-.092.244-.115.522-.023.285-.024.655-.024 1.197v7.535Zm11.305 1.25c-.262 0-.292.004-.312.009a.324.324 0 0 0-.094.039c-.018.011-.042.029-.227.214l-.06.06-.03.03c-.134.134-.266.267-.428.366-.14.086-.294.15-.455.189a2.364 2.364 0 0 1-.56.043h-2.628c-.188 0-.376 0-.56-.043a1.574 1.574 0 0 1-.455-.19 2.364 2.364 0 0 1-.427-.364l-.031-.031-.06-.06c-.185-.185-.209-.203-.227-.214a.324.324 0 0 0-.094-.039c-.02-.005-.05-.009-.312-.009H3.44a.325.325 0 0 0-.314.325v.317c0 .629.005.82.043.963.118.44.462.784.902.902.142.038.334.043.963.043h13.934c.629 0 .821-.005.963-.043.44-.118.784-.462.902-.902.038-.142.043-.334.043-.963 0-.153 0-.247-.003-.318-.003-.068-.008-.083-.008-.083a.325.325 0 0 0-.23-.23s-.015-.005-.083-.008a7.964 7.964 0 0 0-.318-.003H15.48Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.802 4.348c.13-.024.265-.024.396 0 .152.029.29.098.384.146l.026.013 9.16 4.58a.6.6 0 0 1 0 1.074l-3.677 1.838 3.677 1.838a.6.6 0 0 1 0 1.074l-9.16 4.58-.026.013a1.454 1.454 0 0 1-.384.145 1.074 1.074 0 0 1-.396 0 1.454 1.454 0 0 1-.384-.145l-.026-.013-9.16-4.58a.6.6 0 0 1 0-1.074L5.908 12l-3.676-1.84a.6.6 0 0 1 0-1.074l9.16-4.58.026-.013c.094-.048.231-.117.384-.146Zm-4.278 7.117a.527.527 0 0 0-.011-.005L3.842 9.624l8.086-4.043.072-.036.072.036 8.086 4.043-3.671 1.836a.634.634 0 0 0-.012.005l-4.404 2.202-.071.036-.072-.036-4.404-2.202ZM7.25 12.67l-3.408 1.704 8.086 4.043.072.036.072-.036 8.086-4.043-3.408-1.704-4.142 2.07-.026.014a1.454 1.454 0 0 1-.384.145 1.074 1.074 0 0 1-.396 0 1.454 1.454 0 0 1-.384-.145l-.026-.013L7.25 12.67Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.1 12a.6.6 0 0 1-.6.6h-4a.6.6 0 1 1 0-1.2h4a.6.6 0 0 1 .6.6Zm0 4a.6.6 0 0 1-.6.6h-4a.6.6 0 1 1 0-1.2h4a.6.6 0 0 1 .6.6Zm0-8a.6.6 0 0 1-.6.6h-4a.6.6 0 1 1 0-1.2h4a.6.6 0 0 1 .6.6ZM8.4 19.8V4.2h-.6c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h.6Zm1.2 0h6.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H9.6v15.6Zm6.6 1.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.9 12a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Zm0-4a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Zm0 8a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Zm8.7-11.8v15.6h.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036h-.6Zm-1.2 0H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h6.6V4.2ZM7.8 3c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.4 12V4.2H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h3.6V12Zm1.2 7.8v-7.2h7.2v3.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036h-3.6ZM7.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8Zm12-9.6h-7.2V4.2h3.6c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v3.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2ZM6.255 18.617A8.73 8.73 0 0 0 12 20.766a8.729 8.729 0 0 0 5.743-2.148l-3.122-3.122A4.35 4.35 0 0 1 12 16.37a4.35 4.35 0 0 1-2.622-.875l-3.123 3.122Zm9.24-9.242c.55.73.875 1.64.875 2.625 0 .985-.326 1.892-.876 2.623l3.122 3.122A8.728 8.728 0 0 0 20.766 12a8.729 8.729 0 0 0-2.15-5.746l-3.122 3.121ZM5.381 6.255A8.73 8.73 0 0 0 3.234 12c0 2.198.811 4.206 2.148 5.744l3.122-3.123A4.35 4.35 0 0 1 7.63 12c0-.984.325-1.893.874-2.623L5.382 6.255ZM12 8.865a3.136 3.136 0 1 0 0 6.27 3.136 3.136 0 0 0 0-6.27Zm0-5.63a8.73 8.73 0 0 0-5.745 2.147l3.122 3.122A4.35 4.35 0 0 1 12 7.63c.983 0 1.89.325 2.62.873l3.123-3.122A8.73 8.73 0 0 0 12 3.234Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 1.875c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0V2.5c0-.345.28-.625.625-.625ZM4.813 4.813a.625.625 0 0 1 .884 0l.57.57a.625.625 0 1 1-.884.884l-.57-.57a.625.625 0 0 1 0-.884Zm14.374 0a.625.625 0 0 1 0 .884l-.57.57a.625.625 0 0 1-.884-.884l.57-.57a.625.625 0 0 1 .884 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.675 12a6.325 6.325 0 1 1 8.85 5.8v1.8a2.525 2.525 0 0 1-5.05 0v-1.8a6.327 6.327 0 0 1-3.8-5.8ZM12 6.925a5.075 5.075 0 1 0 0 10.15 5.075 5.075 0 0 0 0-10.15Zm-1.275 11.271V19.6a1.275 1.275 0 1 0 2.55 0v-1.404a6.352 6.352 0 0 1-2.55 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M1.875 12c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25H2.5A.625.625 0 0 1 1.875 12Zm18.05 0c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25h-.95a.625.625 0 0 1-.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.4 12A5.6 5.6 0 0 1 15 6.4h2a5.6 5.6 0 1 1 0 11.2h-.5a.6.6 0 1 1 0-1.2h.5a4.4 4.4 0 1 0 0-8.8h-2a4.4 4.4 0 0 0-4.4 4.4.6.6 0 1 1-1.2 0ZM7 7.6a4.4 4.4 0 0 0 0 8.8h2a4.4 4.4 0 0 0 4.4-4.4.6.6 0 1 1 1.2 0A5.6 5.6 0 0 1 9 17.6H7A5.6 5.6 0 1 1 7 6.4h.5a.6.6 0 0 1 0 1.2H7Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M3 4.29C3 3.576 3.592 3 4.322 3h15.356C20.408 3 21 3.577 21 4.29v15.42c0 .713-.592 1.29-1.322 1.29H4.322C3.592 21 3 20.423 3 19.71V4.29Zm5.56 13.778V9.94h-2.7v8.128h2.7ZM7.21 8.83c.942 0 1.529-.623 1.529-1.404-.017-.798-.585-1.404-1.51-1.404S5.7 6.629 5.7 7.426c0 .78.586 1.404 1.493 1.404h.018Zm5.522 9.238v-4.54c0-.242.018-.485.09-.658.195-.485.64-.988 1.386-.988.978 0 1.368.745 1.368 1.838v4.348h2.701v-4.662c0-2.497-1.332-3.658-3.109-3.658-1.433 0-2.076.787-2.436 1.342v.028h-.018l.018-.028V9.94h-2.7c.034.763 0 8.128 0 8.128h2.7Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M4 4.375a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7 10h-.5A2.5 2.5 0 0 0 4 12.5v7A2.5 2.5 0 0 0 6.5 22h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H17V7A5 5 0 0 0 7 7v3Zm2 0h6V7a3 3 0 1 0-6 0v3Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7 10V7a5 5 0 0 1 10 0v3h.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19.5v-7A2.5 2.5 0 0 1 6.5 10H7Zm8.8-3v3H8.2V7a3.8 3.8 0 0 1 7.6 0Zm-9.3 4.2a1.3 1.3 0 0 0-1.3 1.3v7a1.3 1.3 0 0 0 1.3 1.3h11a1.3 1.3 0 0 0 1.3-1.3v-7a1.3 1.3 0 0 0-1.3-1.3h-11Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17.777 4.162c-.441-.037-1.007-.037-1.81-.037h-1.134a.625.625 0 0 1 0-1.25h1.16c.771 0 1.388 0 1.885.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041h-1.16a.625.625 0 0 1 0-1.25h1.133c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M9.67 6.836a.625.625 0 0 1 .883 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H3.5a.625.625 0 1 1 0-1.25h9.824L9.67 7.72a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.006 2.875h1.16a.625.625 0 1 1 0 1.25H8.034c-.803 0-1.369 0-1.81.037-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h1.134a.625.625 0 1 1 0 1.25h-1.16c-.771 0-1.387 0-1.885-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.336 6.836a.625.625 0 0 1 .884 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H9.167a.625.625 0 1 1 0-1.25h9.824L15.336 7.72a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.742 12.75h4.69c.118 0 .24 0 .346.009.118.01.268.033.421.11a1.1 1.1 0 0 1 .481.482c.078.153.102.303.111.421.009.105.009.228.009.345v2.316c0 .117 0 .24-.009.345a1.11 1.11 0 0 1-.11.421 1.1 1.1 0 0 1-.482.481 1.108 1.108 0 0 1-.421.111 4.412 4.412 0 0 1-.345.009h-4.69c-.118 0-.24 0-.346-.009a1.108 1.108 0 0 1-.421-.11 1.1 1.1 0 0 1-.481-.482 1.11 1.11 0 0 1-.111-.421c-.009-.105-.009-.228-.009-.345v-2.316c0-.117 0-.24.008-.345a1.11 1.11 0 0 1 .112-.421 1.1 1.1 0 0 1 .48-.481 1.11 1.11 0 0 1 .422-.111c.105-.009.228-.009.345-.009ZM12.625 14v2.55h4.925V14h-4.925Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.9 2.875h.2c.787 0 1.306 0 1.75.118a3.475 3.475 0 0 1 2.457 2.458c.088.332.11.652.116 1.124h.544c.775 0 1.395 0 1.896.04.514.043.957.131 1.365.339a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v4.234c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.475 3.475 0 0 1-1.518 1.518c-.408.208-.851.296-1.365.338-.501.041-1.12.041-1.896.041H7.033c-.775 0-1.395 0-1.896-.04-.514-.043-.957-.131-1.365-.339a3.475 3.475 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.501-.041-1.12-.041-1.896v-4.234c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.041 1.12-.041 1.896-.041h.544c.005-.472.027-.792.116-1.124a3.475 3.475 0 0 1 2.458-2.458c.443-.118.962-.118 1.748-.118Zm-4.84 4.95c-.808 0-1.377 0-1.821.037-.437.035-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.462-.206.9-.037.443-.037 1.012-.037 1.82v4.18c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.971.202.103.462.17.899.206.444.037 1.013.037 1.821.037h9.88c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.206a2.22 2.22 0 0 0 .971-.972c.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.821v-4.18c0-.808 0-1.377-.037-1.82-.035-.438-.103-.698-.206-.9a2.225 2.225 0 0 0-.972-.972c-.202-.103-.462-.17-.899-.206-.444-.036-1.013-.037-1.821-.037H7.06Zm8.113-1.25H8.826c.006-.43.023-.61.074-.8A2.225 2.225 0 0 1 10.474 4.2c.263-.07.602-.076 1.526-.076s1.263.005 1.526.076a2.225 2.225 0 0 1 1.573 1.573c.051.19.068.371.073.801Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.4 1.33a2.625 2.625 0 0 1 1.2 0c.354.083.68.264 1.07.512l.415.268 7.527 4.893c.233.151.464.294.635.498.139.166.243.358.307.564.078.255.07.526.07.804V16.2c0 .83.001 1.49-.042 2.022-.044.538-.137 1-.353 1.424a3.626 3.626 0 0 1-1.584 1.584c-.423.216-.885.308-1.423.352-.532.043-1.192.043-2.022.043H6.8c-.83 0-1.49 0-2.022-.043-.538-.044-1-.136-1.424-.352a3.626 3.626 0 0 1-1.584-1.584c-.215-.423-.308-.886-.352-1.424-.044-.532-.043-1.192-.043-2.022V8.87c0-.279-.007-.55.071-.805.064-.206.168-.398.307-.564.17-.204.402-.347.635-.498L9.915 2.11c.591-.384 1.014-.67 1.485-.78Zm9.908 7.865-7.223 4.696c-.591.384-1.014.67-1.486.78a2.626 2.626 0 0 1-1.199 0c-.472-.11-.894-.396-1.485-.78L2.69 9.195l-.066-.044v7.05c0 .85 0 1.45.039 1.92.038.46.109.74.22.957.227.447.591.81 1.038 1.038.218.111.497.183.959.22.469.04 1.069.039 1.919.039h10.4c.85 0 1.45 0 1.92-.038.46-.038.74-.11.958-.22.447-.229.81-.592 1.038-1.039.111-.218.182-.497.22-.958.038-.469.039-1.07.039-1.92V9.151l-.067.044Zm-8.994-6.648a1.377 1.377 0 0 0-.629 0c-.208.049-.417.175-1.088.611L3.37 7.852l.001.001L3.15 8c.057.038.128.087.222.147l7.225 4.696c.67.436.88.562 1.088.611.207.048.423.048.63 0 .208-.049.417-.175 1.088-.611l7.225-4.696c.093-.06.164-.109.22-.147a14.556 14.556 0 0 0-.22-.147l-7.225-4.695c-.67-.436-.88-.562-1.089-.611Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2.004 7.735c.004-.291.012-.55.028-.78.013-.202.032-.383.059-.548a2.56 2.56 0 0 1 .236-.769 3 3 0 0 1 1.311-1.311C4.28 4 5.12 4 6.8 4h10.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.114.223.188.47.236.769.027.165.046.346.06.548.015.23.022.489.027.78C22 8.05 22 8.401 22 8.8v6.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C19.72 20 18.88 20 17.2 20H6.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C2 17.72 2 16.88 2 15.2V8.8c0-.4 0-.751.004-1.065Zm18.796.837V15.2c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H6.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V8.572l6.62 4.635.09.062c.574.403.992.695 1.461.813.413.102.845.102 1.258 0 .47-.118.887-.41 1.461-.813l.09-.062 6.62-4.635Zm-.024-1.448-7.285 5.1c-.702.491-.927.637-1.152.693a1.4 1.4 0 0 1-.678 0c-.225-.056-.45-.202-1.152-.693l-7.285-5.1c.003-.068.008-.134.013-.197.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C5.367 5.202 5.94 5.2 6.8 5.2h10.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.004.063.009.129.012.197Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M21.283 2.471A.6.6 0 0 1 21.6 3v14.4a.6.6 0 0 1-.267.5l-5.4 3.6a.6.6 0 0 1-.63.021L9.3 18.091l-6.002 3.43A.6.6 0 0 1 2.4 21V6.6a.6.6 0 0 1 .302-.52l6.3-3.6a.6.6 0 0 1 .596 0l5.978 3.415 5.091-3.394a.6.6 0 0 1 .616-.03ZM15 6.948 9.9 4.034v13.018l5.1 2.914V6.948Zm1.2 12.93 4.2-2.8V4.122l-4.2 2.8V19.88Zm-7.5-2.826V4.034L3.6 6.948v13.018l5.1-2.914Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.498 5.01c2.62-1.106 7.426-2.376 10.817-1.389 1.744.508 3.326 2.43 3.63 4.476.251 1.696-.391 3.635-1.279 4.616a.36.36 0 0 0-.07.368c1.226 3.229-.699 4.789-2.892 5.227-2.245.448-4.438 1.218-6.547 2.118-2.161.923-5.258-.03-6.304-2.402-.59-1.341-.173-3.292.304-4.674a.538.538 0 0 0-.081-.496 5.5 5.5 0 0 1-.893-1.851c-.755-2.764.922-4.983 3.315-5.993Zm7.711 3.664c-.62-.703-1.719-.815-2.55-.028-.161.153-.457.118-.611-.042-.497-.514-1.406-.621-2.17-.307-.632.259-1.139.853-1.444 1.765 0 0-.554 2.183-1.028 3.511-.75 2.275 2.527 2.93 3.172.798l.93-3.34c.147-.484.37-.9.816-.785.446.117.47.586.294 1.09l-.435 1.844c-.398 1.472 1.623 1.869 2.051.52l.698-2.669c.14-.513.389-.814.75-.736.362.077.472.395.33.907l-.386 1.555c-.252.894-.024 1.637.856 1.782.96.157 1.562-.256 1.768-.43a.297.297 0 0 0 .096-.182.231.231 0 0 0-.22-.27c-.364-.01-.586-.066-.667-.306-.061-.184-.083-.382.028-.78a457.2 457.2 0 0 0 .521-1.91c.2-.739.48-1.582-.188-2.166-.56-.49-1.43-.35-2.112.226a.364.364 0 0 1-.499-.047Zm1.11 12.318c2.722-.072 3.46-1.777 2.826-1.905-1.73-.347-8.968 2.068-2.826 1.905ZM5.956 3.031c-1.874.15-2.453 2.048-2 2.048 1.2 0 6.095-2.375 2-2.048Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M2.375 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 6Zm0 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 12Zm0 6c0-.345.28-.625.625-.625h12a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 18Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.525 5.35a3.475 3.475 0 1 1 6.95 0V12a3.475 3.475 0 1 1-6.95 0V5.35ZM12 3.125A2.225 2.225 0 0 0 9.775 5.35V12a2.225 2.225 0 0 0 4.45 0V5.35A2.225 2.225 0 0 0 12 3.125Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M5.35 9.475c.345 0 .625.28.625.625V12a6.025 6.025 0 0 0 12.05 0v-1.9a.625.625 0 1 1 1.25 0V12a7.276 7.276 0 0 1-6.65 7.248v1.627H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-1.627A7.276 7.276 0 0 1 4.725 12v-1.9c0-.345.28-.625.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.033 3.975h9.934c.775 0 1.395 0 1.896.041.514.042.957.13 1.365.338a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v2.034c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.474 3.474 0 0 1-1.518 1.518c-.408.208-.851.296-1.365.338-.501.041-1.12.041-1.896.041h-4.342v2.55H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-2.55H7.033c-.775 0-1.395 0-1.896-.04-.514-.043-.957-.131-1.365-.339a3.474 3.474 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.5-.041-1.12-.041-1.896V9.133c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.04 1.12-.04 1.896-.04Zm9.907 11.1c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.205.418-.214.758-.554.971-.973.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.82V9.16c0-.81 0-1.378-.037-1.822-.035-.436-.103-.697-.206-.899a2.225 2.225 0 0 0-.972-.972c-.202-.103-.462-.17-.899-.206-.444-.036-1.013-.037-1.821-.037H7.06c-.808 0-1.377 0-1.821.037-.437.036-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.463-.206.9-.037.443-.037 1.012-.037 1.82v1.98c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.972.202.102.462.17.899.205.444.037 1.013.037 1.821.037h9.88Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.924 6.641c0-.961.129-1.894.373-2.779a9.259 9.259 0 1 0 12.84 12.84c-.885.244-1.817.374-2.779.374-5.763 0-10.434-4.671-10.434-10.434Zm1.176 0a9.258 9.258 0 0 0 9.258 9.259c1.36 0 2.65-.293 3.811-.818a.59.59 0 0 1 .779.778A10.438 10.438 0 0 1 12.435 22C6.672 22 2 17.328 2 11.565 2 7.332 4.52 3.69 8.14 2.052a.588.588 0 0 1 .778.779A9.223 9.223 0 0 0 8.1 6.64Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.125 19a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.4 3.6a2.7 2.7 0 0 0-2.7 2.7v9.75a4.35 4.35 0 1 0 8.7 0V5.93a.6.6 0 1 1 1.2 0v10.12a5.55 5.55 0 1 1-11.1 0V6.3a3.9 3.9 0 0 1 7.8 0v9.701a2.25 2.25 0 0 1-4.5 0V7.186a.6.6 0 1 1 1.2 0v8.815a1.05 1.05 0 1 0 2.1 0V6.3a2.7 2.7 0 0 0-2.7-2.7Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7 11.125a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75Zm5 0a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75Zm5 0a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18.8 6.375c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v3.6c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029H5.2c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 1.66 16.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-3.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 2.81 6.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h13.6ZM5.2 7.625c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562a17.25 17.25 0 0 0-.025 1.262v3.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h13.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.562.024-.302.025-.692.025-1.262v-3.6c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025H5.2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.525 9.15a3.475 3.475 0 1 1 6.95 0 3.475 3.475 0 0 1-6.95 0ZM12 6.925a2.225 2.225 0 1 0 0 4.45 2.225 2.225 0 0 0 0-4.45Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M9.475 15.8c0-.345.28-.625.625-.625h3.8a.625.625 0 1 1 0 1.25h-3.8a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.033 1.875h5.934c.775 0 1.395 0 1.896.04.514.043.957.131 1.365.339a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v9.934c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.474 3.474 0 0 1-1.518 1.518c-.408.208-.851.296-1.365.338-.501.041-1.12.041-1.896.041H9.033c-.775 0-1.395 0-1.896-.04-.514-.043-.957-.131-1.365-.339a3.474 3.474 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.501-.041-1.12-.041-1.896V7.033c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.041 1.12-.041 1.896-.041ZM7.239 3.162c-.437.035-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.462-.206.899-.037.444-.037 1.013-.037 1.821v9.88c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.971.202.103.462.17.899.206.444.037 1.013.037 1.821.037h5.88c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.206a2.22 2.22 0 0 0 .971-.972c.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.821V7.06c0-.808 0-1.377-.037-1.821-.035-.437-.103-.697-.206-.9a2.225 2.225 0 0 0-.972-.971c-.202-.103-.462-.17-.899-.206-.444-.037-1.013-.037-1.821-.037H9.06c-.808 0-1.377 0-1.821.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.4 4c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C10 4.76 10 5.04 10 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C9.24 20 8.96 20 8.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C6 19.24 6 18.96 6 18.4V5.6c0-.56 0-.84.11-1.054a1 1 0 0 1 .436-.437C6.76 4 7.04 4 7.6 4h.8Zm8 0c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C18 4.76 18 5.04 18 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C17.24 20 16.96 20 16.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C14 19.24 14 18.96 14 18.4V5.6c0-.56 0-.84.11-1.054a.999.999 0 0 1 .436-.437C14.76 4 15.04 4 15.6 4h.8Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.576 2.576a3.428 3.428 0 1 1 4.848 4.848L10.118 18.73a6.38 6.38 0 0 1-.582.542 3.595 3.595 0 0 1-.504.328c-.2.107-.41.188-.732.312l-.155.06-.057.021-5.373 2.067a.6.6 0 0 1-.775-.776L4.088 15.7c.123-.321.204-.532.312-.732a3.6 3.6 0 0 1 .327-.504 6.39 6.39 0 0 1 .543-.582L16.576 2.576ZM5.229 16.08c-.028.069-.063.16-.11.283l-1.574 4.091 4.09-1.573.04-.015c.104-.04.182-.071.244-.097a13.1 13.1 0 0 0-.214-.216l-2.259-2.26a13.142 13.142 0 0 0-.217-.213Zm3.752 2.085a1.846 1.846 0 0 0-.06-.075c-.094-.113-.22-.239-.351-.37l-2.291-2.29a5.982 5.982 0 0 0-.37-.35 1.805 1.805 0 0 0-.076-.06c.072-.077.169-.174.312-.316l11.28-11.28a2.228 2.228 0 0 1 3.15 3.152L9.297 17.856c-.143.142-.24.238-.315.31Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18.209 4.942a9.364 9.364 0 0 0-6.21-2.342A9.4 9.4 0 0 0 2.6 12c0 2.38.885 4.553 2.343 6.21L18.21 4.941Zm.849.849L5.79 19.058A9.364 9.364 0 0 0 12 21.4a9.4 9.4 0 0 0 9.4-9.4c0-2.38-.884-4.553-2.342-6.21ZM12 1.4c5.854 0 10.6 4.746 10.6 10.6 0 5.854-4.746 10.6-10.6 10.6-5.854 0-10.6-4.746-10.6-10.6C1.4 6.146 6.146 1.4 12 1.4Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM4.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0Zm2.479 7.4h4.62a.6.6 0 1 1 0 1.2H7.5c-1.438 0-2.025.006-2.486.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067C5.32 14.9 6.1 14.9 7.38 14.9Zm8.02 3.1a.6.6 0 0 1 .6-.6h6a.6.6 0 1 1 0 1.2h-6a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM4.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0ZM19 14.4a.6.6 0 0 1 .6.6v2.4H22a.6.6 0 1 1 0 1.2h-2.4V21a.6.6 0 1 1-1.2 0v-2.4H16a.6.6 0 0 1 0-1.2h2.4V15a.6.6 0 0 1 .6-.6Zm-11.621.5h4.62a.6.6 0 1 1 0 1.2H7.5c-1.438 0-2.025.006-2.486.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067C5.32 14.9 6.1 14.9 7.38 14.9Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM4.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0Zm2.479 7.4h4.62a.6.6 0 1 1 0 1.2H7.5c-1.438 0-2.025.006-2.486.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067C5.32 14.9 6.1 14.9 7.38 14.9Zm8.697.676a.6.6 0 0 1 .848 0L19 17.65l2.076-2.075a.6.6 0 1 1 .848.848L19.85 18.5l2.075 2.076a.6.6 0 0 1-.848.848L19 19.35l-2.076 2.075a.6.6 0 1 1-.848-.848L18.15 18.5l-2.075-2.076a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM6.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0Zm2.479 7.4h5.242c1.28 0 2.06 0 2.714.198a4.6 4.6 0 0 1 3.067 3.067c.198.654.198 1.434.198 2.714V21a.6.6 0 1 1-1.2 0c0-1.44-.007-2.026-.146-2.487a3.4 3.4 0 0 0-2.267-2.267c-.461-.14-1.048-.146-2.487-.146h-5c-1.44 0-2.026.006-2.487.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067c.654-.198 1.434-.198 2.714-.198Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.875 17.5c0-.345.28-.625.625-.625h3a.625.625 0 1 1 0 1.25h-3a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.674 1.875h6.652c.538 0 .98 0 1.338.03.373.03.711.095 1.028.256.494.252.895.653 1.147 1.147.161.317.226.655.257 1.028.029.359.029.8.029 1.338v12.652c0 .538 0 .98-.03 1.338-.03.373-.095.711-.256 1.028a2.625 2.625 0 0 1-1.147 1.147c-.317.161-.655.226-1.027.257-.36.029-.801.029-1.339.029H8.674c-.538 0-.98 0-1.338-.03-.373-.03-.711-.095-1.028-.256a2.625 2.625 0 0 1-1.147-1.147c-.161-.317-.226-.655-.257-1.027-.029-.36-.029-.801-.029-1.339V5.674c0-.538 0-.98.03-1.338.03-.373.095-.711.256-1.028a2.625 2.625 0 0 1 1.147-1.147c.317-.161.655-.226 1.028-.257.359-.029.8-.029 1.338-.029ZM7.437 3.15c-.295.024-.45.068-.561.125-.259.132-.47.342-.601.6-.057.112-.1.267-.125.562-.025.302-.025.693-.025 1.263v12.6c0 .57 0 .96.025 1.263.024.295.068.45.125.561.132.259.342.47.6.601.112.057.267.1.562.125.302.024.693.025 1.263.025h6.6c.57 0 .96 0 1.263-.025.295-.024.45-.068.561-.125.259-.132.47-.342.601-.6.057-.112.1-.267.125-.562.024-.302.025-.693.025-1.263V5.7c0-.57 0-.96-.025-1.263-.024-.295-.068-.45-.125-.561a1.374 1.374 0 0 0-.6-.601c-.112-.057-.267-.1-.562-.125-.302-.025-.693-.025-1.263-.025H8.7c-.57 0-.96 0-1.263.025Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.4 8a6.6 6.6 0 1 1 13.2 0c0 2.278-1.271 3.926-2.605 5.314-.321.335-.653.661-.975.978l-.042.041c-.338.332-.664.655-.973.98-.619.652-1.133 1.284-1.468 1.955a.6.6 0 0 1-1.074 0c-.335-.67-.85-1.303-1.469-1.956a40.359 40.359 0 0 0-.972-.979l-.042-.04a47.782 47.782 0 0 1-.975-.979C6.67 11.926 5.4 10.278 5.4 8Zm5 0a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm-4.851 6.044a.6.6 0 0 1-.307.791c-.88.388-1.555.837-2.002 1.306-.445.467-.64.925-.64 1.359 0 .86.803 1.837 2.575 2.635C6.891 20.907 9.303 21.4 12 21.4s5.109-.493 6.825-1.265c1.772-.798 2.575-1.776 2.575-2.635 0-.434-.196-.892-.64-1.359-.448-.469-1.123-.918-2.002-1.306a.6.6 0 0 1 .484-1.098c.972.43 1.797.958 2.386 1.576.593.622.972 1.362.972 2.187 0 1.626-1.436 2.898-3.283 3.729-1.903.857-4.49 1.37-7.317 1.37-2.826 0-5.414-.513-7.317-1.37-1.848-.831-3.283-2.103-3.283-3.73 0-.824.379-1.564.971-2.186.59-.618 1.415-1.147 2.387-1.576a.6.6 0 0 1 .79.307Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.337 1.4h7.327c.373 0 .693 0 .95.023.264.024.544.078.793.243a1.6 1.6 0 0 1 .683 1.008c.06.293.007.573-.07.828-.073.247-.192.544-.33.89l-1.018 2.545a1.812 1.812 0 0 0-.058.15.404.404 0 0 0-.011.06 1.774 1.774 0 0 0-.003.161v2.13c0 .233.003.266.008.292.008.035.02.07.036.101.012.024.03.051.176.232l1.588 1.986c.317.396.58.726.762 1 .18.271.35.588.35.95a1.6 1.6 0 0 1-.602 1.252c-.282.225-.636.29-.96.32-.327.029-.75.029-1.257.029h-4.1V22a.6.6 0 1 1-1.2 0v-6.4H7.3c-.508 0-.93 0-1.258-.03-.323-.03-.677-.095-.96-.32a1.6 1.6 0 0 1-.601-1.252c0-.36.17-.678.35-.948.181-.275.445-.605.762-1.001l1.588-1.986c.145-.18.163-.208.176-.232a.4.4 0 0 0 .035-.101 1.83 1.83 0 0 0 .008-.291v-2.13c0-.129 0-.147-.002-.162a.4.4 0 0 0-.012-.06 1.77 1.77 0 0 0-.057-.15L6.31 4.392a11.29 11.29 0 0 1-.331-.89c-.076-.255-.13-.535-.07-.828a1.6 1.6 0 0 1 .683-1.008c.25-.165.53-.219.794-.243.257-.023.577-.023.95-.023Zm8.334 13c.545 0 .912 0 1.18-.025.259-.023.319-.063.32-.063a.4.4 0 0 0 .149-.311s-.007-.072-.15-.29c-.149-.223-.378-.51-.718-.936l-1.57-1.962-.023-.03a2.427 2.427 0 0 1-.284-.406 1.599 1.599 0 0 1-.142-.406 2.43 2.43 0 0 1-.033-.494v-2.19c0-.094 0-.185.01-.277.01-.08.025-.16.047-.239.024-.089.058-.173.093-.26l.008-.02 1.008-2.52c.15-.378.249-.624.305-.812.055-.186.045-.238.044-.24a.4.4 0 0 0-.17-.252c-.003-.002-.047-.031-.24-.049-.196-.017-.46-.018-.868-.018H8.364c-.408 0-.672 0-.868.018-.193.018-.237.047-.24.049a.4.4 0 0 0-.17.252c0 .002-.012.054.044.24.056.188.154.434.305.812l1.008 2.52.008.02c.035.087.069.171.093.26a1.6 1.6 0 0 1 .046.24c.01.091.01.182.01.276v2.19c0 .17 0 .333-.032.494a1.599 1.599 0 0 1-.143.406 2.429 2.429 0 0 1-.283.406l-.024.03-1.57 1.962c-.34.426-.569.713-.717.936-.143.218-.15.29-.15.29a.4.4 0 0 0 .15.311s.06.04.32.063c.266.024.634.025 1.178.025h9.342Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.855 20.676A8.81 8.81 0 0 0 12 20.75V22c-.443 0-.878-.032-1.306-.088l.161-1.236Zm2.29 0 .16 1.236c-.428.056-.863.088-1.305.088v-1.25c.389 0 .77-.025 1.145-.074Zm-6.471-1.734c.602.463 1.267.85 1.977 1.145l-.48 1.152a9.987 9.987 0 0 1-2.259-1.307l.762-.99Zm11.413.99a9.986 9.986 0 0 1-2.26 1.307l-.478-1.152a8.745 8.745 0 0 0 1.977-1.145l.76.99ZM3.913 15.349c.295.71.682 1.375 1.145 1.977l-.99.76a9.984 9.984 0 0 1-1.308-2.259l1.153-.478Zm17.326.478a9.986 9.986 0 0 1-1.307 2.26l-.99-.76a8.745 8.745 0 0 0 1.145-1.978l1.152.478ZM2 12c0-.443.031-.878.087-1.306l.617.08.62.082a8.844 8.844 0 0 0 0 2.289l-.62.08-.617.08A10.089 10.089 0 0 1 2 12Zm20 0c0 .442-.032.877-.088 1.305l-.616-.08-.62-.08a8.842 8.842 0 0 0 0-2.29l1.236-.16c.056.427.088.862.088 1.305ZM5.058 6.674A8.745 8.745 0 0 0 3.913 8.65L2.76 8.17a9.987 9.987 0 0 1 1.307-2.259l.99.762Zm14.874-.762c.529.688.97 1.447 1.307 2.26l-1.152.48a8.745 8.745 0 0 0-1.145-1.978l.99-.762ZM8.652 3.913a8.745 8.745 0 0 0-1.978 1.145l-.762-.99a9.987 9.987 0 0 1 2.26-1.308l.48 1.153Zm7.175-1.153a9.984 9.984 0 0 1 2.26 1.307l-.76.99a8.745 8.745 0 0 0-1.978-1.144l.478-1.153ZM12 2c.442 0 .878.031 1.305.087l-.075.583-.085.654a8.844 8.844 0 0 0-2.29 0l-.085-.654-.076-.583A10.09 10.09 0 0 1 12 2Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.91 2.787a2.997 2.997 0 0 1 4.321 4.155l-2.654 2.78c-.235.245-.258.278-.27.303a.33.33 0 0 0-.034.125c-.002.027 0 .066.077.398L20 17.701l.014.057c.056.243.113.485.094.729a1.58 1.58 0 0 1-.175.61c-.114.218-.29.393-.466.57l-.042.04-.374.375c-.272.272-.507.507-.71.676-.209.174-.458.344-.768.398a1.58 1.58 0 0 1-1.217-.287c-.253-.188-.4-.451-.509-.7-.106-.242-.21-.556-.333-.922l-1.609-4.827-2.48 2.48c-.216.216-.237.244-.249.266a.332.332 0 0 0-.039.11c-.004.025-.005.06.028.363l.176 1.58.006.05c.024.217.049.433.014.647a1.58 1.58 0 0 1-.186.531c-.107.189-.261.342-.415.496l-.037.036-.206.207c-.21.21-.397.396-.562.535a1.621 1.621 0 0 1-.633.353 1.58 1.58 0 0 1-1.09-.108 1.623 1.623 0 0 1-.551-.47 9.556 9.556 0 0 1-.447-.635l-1.512-2.269a1.687 1.687 0 0 0-.087-.126.326.326 0 0 0-.037-.037 1.72 1.72 0 0 0-.126-.087L3.203 16.83a9.606 9.606 0 0 1-.635-.446 1.623 1.623 0 0 1-.47-.552 1.58 1.58 0 0 1-.108-1.09c.067-.255.207-.459.353-.633.139-.165.325-.351.535-.562l.207-.207.036-.036c.154-.154.307-.308.496-.415a1.58 1.58 0 0 1 .531-.186c.214-.034.43-.01.647.014l.05.006 1.58.175c.302.034.338.033.362.029a.33.33 0 0 0 .111-.04c.022-.011.05-.032.265-.248l2.481-2.48-4.827-1.61a11.71 11.71 0 0 1-.923-.332c-.248-.11-.511-.256-.699-.509a1.58 1.58 0 0 1-.287-1.217c.054-.31.224-.56.398-.767.17-.204.404-.439.676-.71l.374-.375.042-.042c.176-.176.35-.352.568-.466a1.58 1.58 0 0 1 .61-.175c.245-.019.487.038.73.094l.057.013 7.126 1.645c.334.077.375.08.402.078a.33.33 0 0 0 .136-.04c.024-.014.056-.038.295-.285l2.589-2.674Zm3.39.85a1.747 1.747 0 0 0-2.491.02L15.22 6.33a14.22 14.22 0 0 0-.04.041c-.17.177-.34.352-.55.468-.2.11-.422.176-.65.192-.24.017-.478-.038-.716-.093l-.056-.013L6.081 5.28c-.34-.078-.381-.08-.41-.079a.33.33 0 0 0-.127.037c-.024.013-.058.037-.305.284l-.354.354c-.298.298-.49.492-.62.646a.713.713 0 0 0-.128.187.33.33 0 0 0 .06.252.713.713 0 0 0 .198.11c.184.08.443.167.843.3L11 9.293a.625.625 0 0 1 .244 1.036l-3.196 3.195-.036.036c-.154.155-.307.309-.495.416a1.58 1.58 0 0 1-.532.186c-.214.034-.43.01-.646-.014l-.051-.006-1.58-.176c-.302-.033-.337-.032-.362-.028a.33.33 0 0 0-.111.039c-.022.012-.05.033-.265.248l-.189.189a9.07 9.07 0 0 0-.48.5.55.55 0 0 0-.1.145.33.33 0 0 0 .022.227.55.55 0 0 0 .127.123c.121.097.294.212.569.396l2.247 1.498.018.012a1.579 1.579 0 0 1 .403.34c.061.073.113.15.164.227l.012.018 1.498 2.247c.184.276.3.448.396.569a.55.55 0 0 0 .123.127.33.33 0 0 0 .227.022.544.544 0 0 0 .145-.1c.119-.1.266-.246.5-.48l.189-.189c.215-.215.236-.243.248-.265a.328.328 0 0 0 .039-.111c.004-.025.005-.06-.028-.362l-.176-1.58a29.217 29.217 0 0 0-.006-.05c-.024-.217-.048-.433-.014-.647a1.58 1.58 0 0 1 .186-.532c.107-.188.261-.341.415-.495l.037-.036 3.195-3.196a.625.625 0 0 1 1.035.244l1.92 5.76c.134.4.22.659.301.843a.71.71 0 0 0 .11.198.33.33 0 0 0 .253.06c-.014.002.03 0 .186-.128.154-.13.348-.322.646-.62l.354-.354c.247-.247.271-.28.284-.305a.33.33 0 0 0 .037-.128c.002-.028 0-.068-.08-.41l-1.65-7.152-.013-.056c-.055-.236-.11-.472-.093-.71a1.58 1.58 0 0 1 .164-.6c.108-.214.275-.388.443-.564l.04-.041 2.654-2.78a1.747 1.747 0 0 0-.028-2.441Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17.518 10.57c.703.467 1.055.7 1.178.996.107.257.108.547.002.805-.122.296-.473.53-1.174 1l-7.905 5.294c-.85.57-1.276.855-1.628.834a1.052 1.052 0 0 1-.778-.415C7 18.802 7 18.291 7 17.267V6.727c0-1.02 0-1.529.213-1.81.185-.245.468-.397.775-.416.352-.021.776.26 1.625.824l7.905 5.246Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 7.4a.6.6 0 0 1 .6.6v3.4H16a.6.6 0 1 1 0 1.2h-3.4V16a.6.6 0 1 1-1.2 0v-3.4H8a.6.6 0 1 1 0-1.2h3.4V8a.6.6 0 0 1 .6-.6Zm0 13.4a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 7.4a.6.6 0 0 1 .6.6v3.4H16a.6.6 0 1 1 0 1.2h-3.4V16a.6.6 0 1 1-1.2 0v-3.4H8a.6.6 0 1 1 0-1.2h3.4V8a.6.6 0 0 1 .6-.6Zm4.2-3.2H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036Zm-12.873.438C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 4.4a.6.6 0 0 1 .6.6v6.4H19a.6.6 0 1 1 0 1.2h-6.4V19a.6.6 0 1 1-1.2 0v-6.4H5a.6.6 0 1 1 0-1.2h6.4V5a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.175 1.4h5.65c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.017.029.359.029.8.029 1.338V6.41c.224.006.43.016.62.032.537.044.995.136 1.414.35a3.6 3.6 0 0 1 1.574 1.573c.213.42.305.877.35 1.415.042.524.042 1.175.042 1.993V14.1c0 .834 0 1.373-.123 1.832a3.6 3.6 0 0 1-2.545 2.545c-.36.097-.77.117-1.332.122v.226c0 .539 0 .98-.03 1.337-.03.371-.094.706-.253 1.018a2.6 2.6 0 0 1-1.137 1.137c-.312.159-.647.223-1.018.254-.358.029-.798.029-1.337.029h-5.65c-.539 0-.98 0-1.338-.03-.37-.03-.705-.094-1.017-.253a2.6 2.6 0 0 1-1.137-1.137c-.159-.312-.224-.647-.254-1.018a17.79 17.79 0 0 1-.03-1.337v-.226c-.561-.005-.97-.025-1.33-.122a3.6 3.6 0 0 1-2.546-2.545c-.123-.46-.123-.998-.123-1.832v-2.326c0-.818 0-1.469.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35.19-.015.395-.025.619-.03V5.174c0-.539 0-.98.03-1.338.03-.37.094-.705.253-1.017A2.6 2.6 0 0 1 6.82 1.683c.312-.159.647-.224 1.017-.254.359-.03.8-.03 1.338-.03ZM6.6 6.4h10.8V5.2c0-.57 0-.961-.025-1.265-.024-.296-.069-.455-.128-.57a1.4 1.4 0 0 0-.611-.613c-.116-.058-.275-.103-.571-.127C15.76 2.6 15.37 2.6 14.8 2.6H9.2c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.127a1.4 1.4 0 0 0-.612.612c-.06.116-.104.275-.128.571C6.6 4.24 6.6 4.63 6.6 5.2v1.2Zm0 12.4c0 .57 0 .961.025 1.265.024.296.069.455.128.57a1.4 1.4 0 0 0 .611.612c.116.059.275.103.571.128.304.024.695.025 1.265.025h5.6c.57 0 .961 0 1.265-.025.296-.025.455-.069.57-.128a1.4 1.4 0 0 0 .612-.611c.06-.116.104-.275.128-.571.024-.304.025-.695.025-1.265v-1.6c0-.57 0-.961-.025-1.265-.024-.296-.069-.456-.128-.57a1.4 1.4 0 0 0-.611-.613c-.116-.058-.275-.103-.571-.127-.304-.025-.695-.025-1.265-.025H9.2c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.127a1.4 1.4 0 0 0-.612.612c-.06.115-.104.275-.128.571-.025.304-.025.695-.025 1.265v1.6Zm12-1.402v-.223c0-.539 0-.98-.03-1.338-.03-.37-.094-.705-.253-1.018a2.6 2.6 0 0 0-1.137-1.136c-.312-.159-.647-.224-1.018-.254-.358-.03-.798-.03-1.337-.03h-5.65c-.539 0-.98 0-1.338.03-.37.03-.705.095-1.017.254a2.6 2.6 0 0 0-1.137 1.136c-.159.313-.224.648-.254 1.018-.03.358-.03.8-.03 1.338v.223c-.539-.005-.803-.022-1.02-.08a2.4 2.4 0 0 1-1.697-1.697C2.605 15.335 2.6 14.97 2.6 14v-2.2c0-.85 0-1.452.039-1.922.038-.463.11-.745.223-.968A2.4 2.4 0 0 1 3.91 7.861c.223-.113.505-.184.968-.222.47-.039 1.072-.04 1.922-.04h10.4c.85 0 1.451.001 1.922.04.463.038.745.11.968.222a2.4 2.4 0 0 1 1.048 1.05c.114.222.185.504.223.967.038.47.039 1.072.039 1.922V14c0 .969-.005 1.335-.082 1.621a2.4 2.4 0 0 1-1.697 1.697c-.217.058-.481.075-1.021.08ZM14.4 10.5a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.777 8.157a2.264 2.264 0 0 1 3.412 1.956c0 .643-.49 1.203-1.163 1.652a6.093 6.093 0 0 1-1.26.634l-.018.006-.003.002a.566.566 0 0 0-.386.536v.944a.566.566 0 1 0 1.132 0v-.557l.106-.046a7.21 7.21 0 0 0 1.057-.577c.741-.495 1.667-1.35 1.667-2.594a3.396 3.396 0 0 0-6.6-1.131.566.566 0 0 0 1.068.376 2.26 2.26 0 0 1 .988-1.201Zm.421 8.56c0-.443.36-.802.802-.802h.01a.802.802 0 1 1 0 1.604H12a.802.802 0 0 1-.802-.802Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM3.132 12a8.868 8.868 0 1 1 17.736 0 8.868 8.868 0 0 1-17.736 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.868 20.653a.625.625 0 0 1-.737-.614v-4.614L8.574 12.87H3.961a.625.625 0 0 1-.615-.737v-.002l.001-.002.002-.008.005-.03.022-.104a11.948 11.948 0 0 1 .443-1.55c.314-.866.856-2.016 1.744-2.61.513-.342 1.13-.492 1.716-.546a8.03 8.03 0 0 1 1.739.052 12.509 12.509 0 0 1 1.519.296 13.175 13.175 0 0 1 10.967-5.753.625.625 0 0 1 .62.625c0 2.707-.764 7.437-5.748 10.979l.032.129c.087.349.19.834.26 1.374a8.03 8.03 0 0 1 .052 1.738c-.054.587-.204 1.203-.546 1.716-.594.888-1.744 1.431-2.61 1.745a11.957 11.957 0 0 1-1.655.464l-.029.006-.008.002h-.004Zm3.808-16.052a11.925 11.925 0 0 1 5.184-1.463c-.125 2.584-1.087 6.562-5.547 9.556a21.152 21.152 0 0 1-3.404 1.742l-2.343-2.344a20.805 20.805 0 0 1 1.743-3.36l.003-.006a11.925 11.925 0 0 1 4.364-4.125Zm-3.294 10.992c.992-.4 1.954-.87 2.879-1.406.06.275.123.603.168.955.062.483.09.993.047 1.463-.045.474-.158.862-.342 1.138-.351.525-1.15.957-1.996 1.263a9.84 9.84 0 0 1-.756.241v-3.654ZM9.834 8.744c-.28-.062-.615-.126-.976-.173a6.795 6.795 0 0 0-1.463-.046c-.474.044-.862.157-1.137.34-.525.352-.957 1.151-1.264 1.997-.099.272-.178.531-.241.757h3.656c.405-.992.881-1.953 1.425-2.875Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.046 16.15a2.75 2.75 0 0 1 3.67.114l.007.007c1.019 1.006 1.013 2.633.127 3.683-.387.46-.932.81-1.483 1.08a10.57 10.57 0 0 1-1.72.64 16.562 16.562 0 0 1-2.016.439l-.034.005h-.01l-.003.001h-.001a.626.626 0 0 1-.702-.702v-.004l.001-.01.005-.034c.005-.03.01-.072.02-.126a16.55 16.55 0 0 1 .419-1.89 10.57 10.57 0 0 1 .64-1.72c.27-.551.62-1.096 1.08-1.483Zm.258 4.323c-.375.107-.73.19-1.03.254.063-.3.146-.656.253-1.03a9.424 9.424 0 0 1 .562-1.515c.234-.478.492-.848.762-1.075a1.499 1.499 0 0 1 1.998.057c.517.515.541 1.397.046 1.984l-.002.001c-.227.27-.597.529-1.074.762a9.42 9.42 0 0 1-1.515.562Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.498 3.639c-.145-.035-.306-.039-.824-.039H7.6v2.8c0 .29 0 .471.012.608.01.13.027.165.032.174a.4.4 0 0 0 .174.174.493.493 0 0 0 .174.032c.137.012.318.012.608.012h6.8c.29 0 .471 0 .608-.012a.494.494 0 0 0 .174-.032.4.4 0 0 0 .174-.174.493.493 0 0 0 .032-.174c.011-.137.012-.318.012-.608V4.249c-.28-.278-.384-.373-.497-.443a1.401 1.401 0 0 0-.405-.167Zm1.926-.064-.063-.062-.045-.045c-.302-.303-.522-.523-.786-.685a2.601 2.601 0 0 0-.752-.311c-.3-.072-.612-.072-1.04-.072H7.774a122.278 122.278 0 0 0-.824.002 16.38 16.38 0 0 0-1.17.04c-.537.045-.995.137-1.414.35a3.6 3.6 0 0 0-1.574 1.574c-.213.42-.305.877-.35 1.415C2.4 6.306 2.4 6.956 2.4 7.774v8.452c0 .818 0 1.469.043 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.877.305 1.415.35a16.376 16.376 0 0 0 1.26.04c.228.002.472.002.733.002h8.452l.733-.001a.622.622 0 0 0 .09-.001c.449-.004.835-.014 1.17-.04.537-.045.996-.137 1.415-.35a3.6 3.6 0 0 0 1.573-1.574c.214-.42.306-.877.35-1.415.043-.524.043-1.175.043-1.993V9.262c0-.428 0-.74-.072-1.04a2.602 2.602 0 0 0-.311-.752c-.162-.264-.383-.484-.685-.786l-.045-.046-3.063-3.063ZM17.6 5.45v.973c0 .261 0 .492-.016.684a1.626 1.626 0 0 1-.159.62 1.6 1.6 0 0 1-.699.7 1.626 1.626 0 0 1-.62.158c-.192.016-.423.016-.684.016H8.578c-.261 0-.492 0-.684-.016a1.626 1.626 0 0 1-.62-.158 1.6 1.6 0 0 1-.7-.7 1.626 1.626 0 0 1-.158-.62C6.4 6.914 6.4 6.683 6.4 6.422v-2.81a9.325 9.325 0 0 0-.522.027c-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 3.861 4.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v8.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.158.013.33.022.522.027v-5.81c0-.261 0-.492.016-.684a1.62 1.62 0 0 1 .158-.62 1.6 1.6 0 0 1 .7-.7 1.62 1.62 0 0 1 .62-.158c.192-.016.423-.016.684-.016h6.844c.261 0 .492 0 .684.016.203.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.417.158.62.016.192.016.423.016.684v5.81c.191-.005.364-.014.521-.027.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V9.325c0-.517-.004-.678-.039-.823a1.399 1.399 0 0 0-.167-.405c-.078-.127-.19-.244-.556-.61L17.6 5.449ZM16.4 20.4v-5.8c0-.29 0-.471-.012-.608a.494.494 0 0 0-.032-.174.4.4 0 0 0-.175-.174.494.494 0 0 0-.173-.032 8.477 8.477 0 0 0-.608-.012H8.6c-.29 0-.471 0-.608.012a.493.493 0 0 0-.174.032.4.4 0 0 0-.174.174.494.494 0 0 0-.032.174 8.437 8.437 0 0 0-.012.608v5.8h8.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.2 3.8a6.4 6.4 0 1 0 0 12.8 6.4 6.4 0 0 0 0-12.8Zm-7.6 6.4a7.6 7.6 0 1 1 13.382 4.933l4.842 4.843a.6.6 0 1 1-.848.848l-4.843-4.842A7.6 7.6 0 0 1 2.6 10.2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.686 2.941c.163-.047.428-.11.702-.02.326.11.581.365.69.691.092.274.028.539-.019.702-.05.173-.133.383-.222.614l-6.188 15.855c-.1.257-.19.487-.276.662-.078.157-.218.416-.49.557a1.093 1.093 0 0 1-1.01 0c-.271-.142-.411-.401-.489-.559-.086-.174-.175-.405-.276-.662l-2.469-6.35-.02-.05a6.937 6.937 0 0 0-.05-.02l-6.35-2.47c-.258-.1-.488-.19-.662-.275-.158-.078-.417-.218-.558-.49a1.093 1.093 0 0 1 0-1.009c.14-.272.4-.412.557-.49a8.91 8.91 0 0 1 .661-.276l15.855-6.188c.23-.09.441-.172.614-.222ZM19.2 5.684l-5.705 14.62-.116.293-.115-.294-2.431-6.252L19.2 5.684Zm-9.251 7.484L18.316 4.8l-14.62 5.704-.293.116.294.115 6.252 2.431Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"#DB0000\"\n d=\"M5.174 8.413s-.632.925.196 2.12c0 0 .13-.609 1.437-.609h1.569c1.481 0 2.591-1.465 1.895-2.977 0 0 1.045.113 1.394-.564.349-.676-.022-.947-.544-.947H8.485c0 .485-.893.552-.893 0H6.111s-1.111 0-1.133.97c0 0 .251-.158.5-.18v.258s-.304.057-.446.136c-.141.079-.348.293-.152.846.196.552.273.744.273.744s.316-.283.828-.283h.6c1.066 0 .87 1.071-.197 1.071-1.068 0-1.209-.586-1.209-.586l-.001.001Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M10.74 7.297s.359.023.62-.214c0 0 2.363 1.906-1.143 5.74-3.508 3.834-.796 6.316-.796 6.316S8.79 19.77 9.149 21c0 0-1.46-.853-2.575-2.301-1.612-2.093-2.598-5.295 1.83-7.85 0 0 2.923-1.522 2.335-3.552ZM7.127 5.075s.472-.872 1.568-.872c.864 0 1.06-.46 1.06-.46S10.134 3 12.036 3c1.744 0 2.92.602 3.87 1.406 0 0-2.563-1.647-5.09.67H7.127Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M17.786 10.594c-.073-2.722-2.106-5.639-6.477-5.473 4.27-3.745 11.676 4.615 5.576 9.007 0 0 1.02-1.508.9-3.534Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M11.963 5.421c5.33-.165 7.232 6.45 3.79 9.428l-3.456 1.73s-.45-1.504 1.22-3.264c1.671-1.758 3.282-5.051-1.335-7.217 0 0 .087-.45-.218-.676h-.001Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M11.687 6.91s.261-.256.349-.466c3.964 1.713 3.34 4.616.972 7.052-1.452 1.548-1.002 3.218-1.002 3.218s-1.77 1.142-2.381 2.135c0 0-2.565-2.261.987-6.014 3.485-3.684 1.075-5.925 1.075-5.925Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18 2.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8Zm-2.764 4.706a3.6 3.6 0 1 0-.605-1.036L8.763 9.694a3.6 3.6 0 1 0 0 4.612l5.868 3.42a3.6 3.6 0 1 0 .607-1.035l-5.87-3.421c.15-.395.23-.823.23-1.27 0-.447-.08-.875-.23-1.27l5.867-3.424ZM8.049 10.75a.6.6 0 0 0 .049.083c.192.345.302.743.302 1.167a2.389 2.389 0 0 1-.35 1.25 2.4 2.4 0 1 1 0-2.5Zm7.829 7.128a.607.607 0 0 0 .104-.178 2.4 2.4 0 1 1-.104.178Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.097 8.612a.626.626 0 0 1 .884.883l-4.32 4.32a.625.625 0 0 1-.884 0l-1.92-1.92a.625.625 0 0 1 .884-.883l1.478 1.477 3.878-3.877Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.952 1.791a1.59 1.59 0 0 1 .454 0c.185.027.357.095.532.16l5.147 1.93c.67.252 1.165.427 1.536.754.31.273.55.619.697 1.005.175.463.165.987.165 1.703v4.59c0 2.59-1.409 4.772-2.977 6.406-1.575 1.641-3.383 2.804-4.342 3.363-.193.113-.387.233-.652.29a1.71 1.71 0 0 1-.665 0c-.266-.056-.46-.177-.653-.29-.958-.559-2.766-1.722-4.341-3.363-1.569-1.634-2.978-3.817-2.978-6.405v-4.59c0-.717-.01-1.241.166-1.704a2.55 2.55 0 0 1 .696-1.005c.372-.327.866-.502 1.537-.754l5.147-1.93c.174-.065.347-.133.531-.16Zm.179 1.238a1.67 1.67 0 0 0-.271.092L6.713 5.052c-.766.287-.992.383-1.15.522a1.296 1.296 0 0 0-.353.51c-.075.197-.085.44-.085 1.26v4.59c0 2.123 1.16 4.009 2.629 5.539 1.462 1.523 3.16 2.619 4.07 3.15.232.136.251.14.286.147l.021.003a.583.583 0 0 0 .097 0l.021-.003c.034-.008.053-.011.285-.147.911-.531 2.609-1.627 4.07-3.15 1.47-1.53 2.63-3.416 2.63-5.54v-4.59c0-.818-.01-1.062-.086-1.259a1.295 1.295 0 0 0-.353-.51c-.158-.14-.383-.235-1.15-.522L12.5 3.122a1.726 1.726 0 0 0-.271-.093.342.342 0 0 0-.097 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.4 19.8V4.2h-.6c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h.6Zm1.2 0h6.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H9.6v15.6Zm6.6 1.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.5 9.058a.626.626 0 0 1 .885.884L14.327 12l2.058 2.058a.626.626 0 0 1-.885.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.4 19.8V4.2h-.6c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h.6Zm1.2 0h6.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H9.6v15.6Zm6.6 1.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M13.116 9.058a.626.626 0 0 1 .884 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.884-.884L15.174 12l-2.058-2.058a.626.626 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.342 6.142a8.868 8.868 0 0 0 12.516 12.516L5.342 6.142Zm.8-.8 12.516 12.516A8.868 8.868 0 0 0 6.142 5.342ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.441 1.72a.624.624 0 1 1 1.118.56l-10 20a.624.624 0 1 1-1.118-.56l10-20Z\" />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M5.5 2.875c.345 0 .625.28.625.625v4a.625.625 0 1 1-1.25 0v-4c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.875c.345 0 .625.28.625.625v3.45a2.626 2.626 0 1 1-1.25 0V3.5c0-.345.28-.625.625-.625Zm0 5.25a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.5 2.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2.875 12.5a2.625 2.625 0 1 1 3.25 2.55v5.45a.625.625 0 1 1-1.25 0v-5.45a2.626 2.626 0 0 1-2-2.55ZM5.5 11.125a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75ZM15.875 14.5a2.625 2.625 0 1 1 3.25 2.55v3.45a.625.625 0 1 1-1.25 0v-3.45a2.626 2.626 0 0 1-2-2.55Zm2.625-1.375a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17 17.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Zm-5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm4.064-7.823a.625.625 0 0 1 .872 0l3.5 3.405a.625.625 0 1 1-.872.896L17.125 5.48V12a.625.625 0 1 1-1.25 0V5.48l-2.44 2.373a.625.625 0 1 1-.87-.896l3.5-3.405ZM8 5.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M16.5 11.375c.345 0 .625.28.625.625v6.52l2.44-2.372a.625.625 0 1 1 .87.895l-3.5 3.405a.625.625 0 0 1-.87 0l-3.5-3.405a.625.625 0 1 1 .87-.895l2.44 2.372V12c0-.345.28-.625.625-.625Zm-8.5 6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Zm4-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3.15 11.434h1.775a.566.566 0 1 1 0 1.132H3.15a8.831 8.831 0 0 0 2.192 5.292l1.255-1.256a.566.566 0 1 1 .8.801l-1.255 1.255a8.831 8.831 0 0 0 5.292 2.192v-1.774a.566.566 0 1 1 1.132 0v1.774a8.831 8.831 0 0 0 5.292-2.192l-1.254-1.253a.566.566 0 1 1 .8-.8l1.254 1.253a8.831 8.831 0 0 0 2.192-5.292h-1.774a.566.566 0 1 1 0-1.132h1.774a8.83 8.83 0 0 0-2.16-5.255l-4.6 4.536a2.453 2.453 0 1 1-.8-.801l4.604-4.54a8.832 8.832 0 0 0-5.328-2.224v1.775a.566.566 0 1 1-1.132 0V3.15a8.832 8.832 0 0 0-5.33 2.227L7.36 6.634a.566.566 0 0 1-.8.8L5.306 6.183a8.83 8.83 0 0 0-2.157 5.252Zm15.997 7.56A9.968 9.968 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.968 9.968 0 0 0 2.853 6.994.57.57 0 0 0 .153.153A9.967 9.967 0 0 0 12 22a9.968 9.968 0 0 0 6.994-2.853.56.56 0 0 0 .153-.153ZM12 10.679a1.32 1.32 0 1 0 0 2.642 1.32 1.32 0 0 0 0-2.642Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.495 12.87c.259 0 .49.16.583.4l.772 2.004c.136.356.17.43.21.489a.71.71 0 0 0 .168.167c.057.04.132.074.488.21l2.004.772a.625.625 0 0 1 0 1.166l-2.004.771c-.356.137-.43.17-.488.211a.71.71 0 0 0-.167.167c-.042.058-.075.133-.211.489l-.772 2.004a.625.625 0 0 1-1.166 0l-.771-2.004c-.137-.356-.17-.43-.211-.489a.711.711 0 0 0-.167-.167c-.058-.04-.133-.074-.489-.21l-2.003-.772a.625.625 0 0 1 0-1.166l2.003-.771c.356-.137.43-.17.489-.211a.711.711 0 0 0 .167-.167c.04-.058.074-.133.21-.489l.772-2.004.041-.085a.625.625 0 0 1 .542-.315Zm-.187 2.854c-.114.295-.206.547-.36.763a1.958 1.958 0 0 1-.46.461c-.217.154-.468.246-.764.36l-.489.187.489.188c.296.113.547.205.763.359.179.127.334.282.461.46.154.217.246.469.36.765l.187.487.188-.488c.113-.295.205-.547.359-.763.127-.178.283-.334.46-.461.217-.154.469-.246.765-.36l.487-.187-.487-.188c-.296-.113-.548-.205-.764-.359a1.958 1.958 0 0 1-.461-.46c-.154-.217-.246-.469-.36-.764l-.187-.489-.187.489ZM13.495 1.87c.259 0 .49.16.583.4l1.542 4.008c.262.682.359.92.497 1.114.132.186.295.349.48.48.195.14.433.236 1.115.498l4.008 1.542a.625.625 0 0 1 0 1.166l-4.008 1.542c-.682.262-.92.359-1.114.497a2.04 2.04 0 0 0-.48.48c-.14.195-.236.433-.498 1.115l-1.542 4.008a.625.625 0 0 1-1.166 0l-1.542-4.008c-.262-.682-.358-.92-.497-1.114a2.04 2.04 0 0 0-.48-.48c-.195-.14-.433-.236-1.115-.498l-4.007-1.542a.625.625 0 0 1 0-1.166L9.278 8.37c.682-.262.92-.358 1.115-.497a2.04 2.04 0 0 0 .48-.48c.139-.195.235-.433.497-1.115l1.542-4.008.041-.086a.625.625 0 0 1 .542-.314Zm-.958 4.857c-.239.622-.394 1.037-.645 1.39-.213.3-.475.561-.775.774-.353.252-.768.407-1.39.646l-2.492.958 2.493.958c.621.24 1.036.394 1.39.646.299.213.56.474.774.774.25.353.406.768.645 1.39l.958 2.49.958-2.49c.24-.622.394-1.037.646-1.39.213-.3.474-.561.774-.774.353-.252.768-.407 1.39-.646l2.49-.958-2.49-.958c-.622-.24-1.037-.394-1.39-.646a3.293 3.293 0 0 1-.774-.774c-.252-.353-.407-.768-.646-1.39l-.958-2.492-.958 2.492Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.527 2.137a1.1 1.1 0 0 1 .946 0c.243.116.387.322.477.469.092.15.189.345.294.56l2.198 4.452c.017.035.03.062.043.085l.004.009.009.001.094.014 4.917.719c.236.034.452.066.622.107.168.04.408.113.593.309a1.1 1.1 0 0 1 .292.9c-.035.267-.187.468-.298.598a7.53 7.53 0 0 1-.442.453l-3.556 3.463-.068.067-.007.007.002.01.015.094.84 4.892c.04.235.077.45.09.625.014.172.019.423-.11.66a1.1 1.1 0 0 1-.766.557c-.265.049-.502-.034-.661-.1a7.468 7.468 0 0 1-.567-.28l-4.395-2.311-.085-.044-.008-.005a14.009 14.009 0 0 0-.093.049l-4.395 2.311a7.468 7.468 0 0 1-.567.28c-.159.066-.397.149-.661.1a1.1 1.1 0 0 1-.767-.557c-.128-.237-.123-.488-.11-.66.014-.174.051-.39.091-.625l.84-4.893.015-.094.002-.01-.007-.006-.068-.067-3.556-3.463c-.171-.167-.328-.32-.442-.453-.112-.13-.263-.33-.298-.598a1.1 1.1 0 0 1 .292-.9c.185-.196.425-.269.592-.31.17-.04.387-.072.623-.106l4.916-.719.095-.014.01-.001.003-.009.043-.085 2.198-4.453c.105-.214.202-.41.294-.56.09-.146.233-.352.476-.468Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.527 2.137a1.1 1.1 0 0 1 .946 0c.243.116.387.322.477.468.092.15.189.346.294.56l2.198 4.453c.017.035.03.062.043.085l.004.009.009.001.094.014 4.917.719c.236.034.452.066.622.107.168.04.408.113.593.309a1.1 1.1 0 0 1 .292.9c-.035.267-.187.468-.298.598-.114.134-.271.286-.442.453l-3.556 3.463-.068.067-.007.007.002.01.015.093.84 4.893c.04.235.077.45.09.625.014.172.019.423-.11.66a1.1 1.1 0 0 1-.766.556c-.265.05-.502-.033-.661-.099a7.468 7.468 0 0 1-.567-.28l-4.395-2.311a6.864 6.864 0 0 0-.085-.044L12 18.448l-.008.005-.085.044-4.395 2.311a7.571 7.571 0 0 1-.567.28c-.159.066-.397.148-.661.1a1.1 1.1 0 0 1-.767-.557c-.128-.237-.123-.488-.11-.66.014-.175.051-.39.091-.625l.84-4.893a9.161 9.161 0 0 0 .017-.103l-.007-.007-.068-.067-3.556-3.463c-.171-.167-.328-.32-.442-.453-.112-.13-.263-.33-.298-.598a1.1 1.1 0 0 1 .292-.9c.185-.196.425-.269.592-.31.17-.04.387-.072.623-.106l4.916-.719a9.093 9.093 0 0 0 .104-.015l.004-.009.043-.085 2.198-4.453c.105-.214.202-.41.294-.56.09-.146.233-.352.476-.468ZM12 3.362a16.06 16.06 0 0 0-.18.357l-2.186 4.43c-.005.01-.01.019-.014.03a1.507 1.507 0 0 1-.236.373 1.1 1.1 0 0 1-.342.249c-.15.07-.313.092-.429.109l-.032.004-4.891.715c-.17.025-.296.044-.395.061.07.072.161.16.284.28l3.538 3.447.024.022c.084.082.202.196.283.34a1.1 1.1 0 0 1 .13.403c.02.165-.008.327-.028.442l-.006.032-.835 4.867c-.029.17-.05.296-.064.395.09-.044.203-.104.355-.184l4.372-2.3.03-.015c.102-.054.248-.132.41-.163a1.1 1.1 0 0 1 .424 0c.162.031.308.109.41.163l.03.016 4.372 2.3c.152.08.266.139.355.183a15.737 15.737 0 0 0-.065-.395l-.834-4.867-.006-.032a1.505 1.505 0 0 1-.029-.442 1.1 1.1 0 0 1 .131-.402c.08-.145.2-.26.283-.34l.024-.023L20.42 9.97c.123-.12.214-.21.283-.28a15.706 15.706 0 0 0-.394-.062l-4.891-.715-.033-.004a1.507 1.507 0 0 1-.428-.11 1.1 1.1 0 0 1-.342-.248c-.112-.121-.184-.269-.236-.374l-.014-.03-2.187-4.43a15.985 15.985 0 0 0-.18-.356Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.4 8a2.6 2.6 0 1 1 5.2 0 2.6 2.6 0 0 1-5.2 0ZM12 6.6a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Zm0 6.8a2.6 2.6 0 1 0 0 5.2 2.6 2.6 0 0 0 0-5.2ZM10.6 16a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 0 1-2.8 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.774 1.4h4.452c.818 0 1.468 0 1.993.043.537.044.996.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.043.525.043 1.175.043 1.993v10.452c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V6.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 1.4 8.956 1.4 9.774 1.4ZM7.878 2.639c-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 3.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v10.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.039 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V6.8c0-.85 0-1.451-.039-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.504-.185-.968-.223C15.651 2.6 15.05 2.6 14.2 2.6H9.8c-.85 0-1.451 0-1.922.039Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.412 21.412v-1.883a.588.588 0 1 1 1.176 0v1.883a.588.588 0 0 1-1.176 0Zm-5.18-4.473a.588.588 0 0 1 .832.832l-1.33 1.331a.588.588 0 1 1-.832-.832l1.33-1.33Zm10.704 0c.23-.23.602-.23.831 0l1.331 1.331a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.833ZM16.118 12a4.118 4.118 0 1 0-8.236 0 4.118 4.118 0 0 0 8.236 0ZM4.47 11.412a.588.588 0 1 1 0 1.176H2.588a.588.588 0 1 1 0-1.176h1.883Zm16.94 0a.588.588 0 0 1 0 1.176h-1.88a.588.588 0 1 1 0-1.176h1.883ZM4.9 4.902c.23-.23.603-.23.832 0l1.331 1.33a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.832Zm13.366 0a.588.588 0 1 1 .831.831l-1.33 1.331a.588.588 0 1 1-.832-.831l1.33-1.331Zm-6.855-.431V2.588a.588.588 0 1 1 1.176 0v1.883a.588.588 0 1 1-1.176 0ZM17.294 12a5.294 5.294 0 1 1-10.588 0 5.294 5.294 0 0 1 10.588 0Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M16.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 0 1 0 .884l-4 4a.625.625 0 1 1-.884-.884l2.933-2.933H3.5a.625.625 0 1 1 0-1.25h15.491l-2.933-2.933a.625.625 0 0 1 0-.884Zm-8.116 9a.625.625 0 0 1 0 .884l-2.933 2.933H20.5a.625.625 0 1 1 0 1.25H5.009l2.933 2.933a.625.625 0 1 1-.884.884l-4-4a.625.625 0 0 1 0-.884l4-4a.625.625 0 0 1 .884 0Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 1 1-.884.884L8.125 5.009V20.5a.625.625 0 1 1-1.25 0V5.009L3.942 7.942a.625.625 0 1 1-.884-.884l4-4Zm8.817.442a.625.625 0 1 1 1.25 0v15.491l2.933-2.933a.625.625 0 1 1 .884.884l-4 4a.625.625 0 0 1-.884 0l-4-4a.625.625 0 1 1 .884-.884l2.933 2.933V3.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.5 16.875a.625.625 0 1 0 0 1.25h3a.625.625 0 1 0 0-1.25h-3Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.526 1.875H7.474c-.503 0-.918 0-1.257.028-.352.03-.676.092-.98.249-.471.243-.852.63-1.091 1.105-.154.305-.215.63-.243.985-.028.342-.028.762-.028 1.272v12.972c0 .51 0 .93.028 1.272.028.355.09.68.243.985.239.475.62.862 1.091 1.105.304.157.628.22.98.249a16.5 16.5 0 0 0 1.257.028h9.052c.503 0 .919 0 1.257-.028.352-.03.676-.092.98-.249.471-.243.852-.63 1.091-1.105.154-.305.215-.63.243-.985.028-.342.028-.762.028-1.272V5.514c0-.51 0-.93-.028-1.272-.028-.355-.09-.68-.243-.985a2.513 2.513 0 0 0-1.091-1.105c-.304-.157-.628-.22-.98-.249a16.473 16.473 0 0 0-1.257-.028ZM5.811 3.262c.097-.05.236-.09.51-.113.28-.023.644-.024 1.179-.024h9c.535 0 .899 0 1.18.024.273.022.413.063.51.113.234.122.426.316.547.556.051.101.092.245.115.524.023.286.023.656.023 1.198v12.92c0 .542 0 .912-.023 1.198-.023.278-.064.423-.115.524-.12.24-.313.434-.547.556-.098.05-.237.09-.51.113-.281.024-.645.024-1.18.024h-9c-.535 0-.899 0-1.18-.024-.273-.022-.412-.063-.51-.113a1.263 1.263 0 0 1-.547-.556c-.051-.101-.092-.245-.114-.524a16.605 16.605 0 0 1-.024-1.198V5.54c0-.542 0-.912.024-1.198.022-.279.063-.423.114-.524.12-.24.313-.434.548-.556Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm3.68 5.418c-.339.006-.858.187-3.358 1.227-.875.364-2.624 1.117-5.248 2.26-.426.17-.65.335-.67.497-.039.311.41.408.973.591.46.15 1.077.324 1.398.331.292.007.618-.114.977-.36 2.448-1.653 3.714-2.489 3.796-2.509.056-.013.134-.029.186.018.053.046.048.135.042.159-.044.19-2.347 2.285-2.48 2.423-.505.526-1.082.847-.194 1.432.77.507 1.217.83 2.01 1.35.505.332.903.725 1.425.677.24-.023.488-.25.614-.923.299-1.594.885-5.047 1.02-6.47a1.587 1.587 0 0 0-.015-.354.379.379 0 0 0-.128-.245.592.592 0 0 0-.348-.104Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.012 3.744a1.335 1.335 0 0 0-1.205 0c-.17.085-.347.252-.894.8l-.153.152c-.53.53-.718.725-.865.986A2.68 2.68 0 0 0 3.6 6.817c0 .304.053.5.21 1.057a17.818 17.818 0 0 0 4.563 7.753 17.818 17.818 0 0 0 7.753 4.562c.557.158.753.21 1.057.211a2.68 2.68 0 0 0 1.134-.295c.262-.147.456-.335.987-.865l.152-.153c.548-.547.715-.725.8-.894a1.335 1.335 0 0 0 0-1.205c-.085-.169-.252-.346-.8-.894l-.188-.188c-.36-.36-.476-.472-.58-.54a1.335 1.335 0 0 0-1.455 0c-.105.068-.22.18-.58.54l-.02.02a2.3 2.3 0 0 1-.286.256c-.38.271-.903.36-1.351.23a2.07 2.07 0 0 1-.33-.135l-.02-.01a14.729 14.729 0 0 1-4.043-2.87 14.726 14.726 0 0 1-2.87-4.044l-.01-.02a1.946 1.946 0 0 1-.135-.329 1.611 1.611 0 0 1 .23-1.35c.076-.107.165-.196.256-.286l.02-.02c.36-.36.472-.476.54-.58a1.335 1.335 0 0 0 0-1.456c-.068-.104-.18-.22-.54-.58l-.188-.189c-.548-.547-.725-.714-.894-.8ZM5.265 2.673a2.535 2.535 0 0 1 2.288 0c.364.184.686.506 1.128.949l.073.073.189.188.048.048c.291.292.503.503.648.727.547.84.547 1.923 0 2.764-.145.224-.357.435-.648.726l-.048.048c-.124.124-.138.14-.149.156a.416.416 0 0 0-.054.317c.006.02.01.033.074.165a13.527 13.527 0 0 0 2.637 3.715 13.529 13.529 0 0 0 3.715 2.637c.132.063.146.068.165.074a.416.416 0 0 0 .317-.054c.016-.011.032-.025.156-.149l.048-.048c.291-.291.502-.503.726-.648a2.535 2.535 0 0 1 2.764 0c.224.145.435.357.726.648l.048.048.189.189.073.073c.443.442.765.764.949 1.128a2.533 2.533 0 0 1 0 2.288c-.184.364-.506.685-.949 1.128a49.66 49.66 0 0 0-.073.073l-.152.152-.048.048c-.468.467-.779.779-1.2 1.015a3.86 3.86 0 0 1-1.726.449c-.482-.001-.828-.1-1.341-.245l-.04-.012a19.019 19.019 0 0 1-8.274-4.867A19.02 19.02 0 0 1 2.656 8.2l-.01-.039C2.498 7.648 2.4 7.303 2.4 6.82a3.86 3.86 0 0 1 .449-1.725c.236-.421.548-.733 1.015-1.2l.048-.048.152-.152.073-.073c.443-.443.764-.765 1.128-.95Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.4 5a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm0 7a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm0 7a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3.4 12a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm7 0a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm7 0a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.1 6.925c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0v-.95c0-.345.28-.625.625-.625Zm0 3.975c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0v-.95c0-.345.28-.625.625-.625Zm0 3.975c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0v-.95c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.514 3.975h12.972c.51 0 .93 0 1.273.028.355.029.681.091.987.247.475.242.862.629 1.104 1.104.156.306.218.632.247.987.028.343.028.763.028 1.273v1.161c0 .345-.28.625-.625.625a2.7 2.7 0 1 0 0 5.4c.345 0 .625.28.625.625v1.16c0 .51 0 .931-.028 1.274-.029.355-.091.681-.247.987a2.525 2.525 0 0 1-1.104 1.104c-.306.156-.632.218-.987.247-.343.028-.763.028-1.273.028H5.514c-.51 0-.93 0-1.273-.028-.355-.029-.681-.091-.987-.247a2.525 2.525 0 0 1-1.104-1.104c-.156-.306-.218-.632-.247-.987a16.913 16.913 0 0 1-.028-1.273v-1.161c0-.345.28-.625.625-.625a2.7 2.7 0 0 0 0-5.4.625.625 0 0 1-.625-.625v-1.16c0-.511 0-.931.028-1.274.029-.355.091-.681.247-.987A2.525 2.525 0 0 1 3.254 4.25c.306-.156.632-.218.987-.247.343-.028.763-.028 1.273-.028ZM4.343 5.249c-.278.023-.421.064-.522.115a1.27 1.27 0 0 0-.557.557c-.051.1-.092.244-.115.522-.024.285-.024.655-.024 1.197v.56a3.951 3.951 0 0 1 0 7.8v.56c0 .542 0 .912.024 1.197.023.278.064.421.115.522.122.24.317.435.557.557.1.051.244.092.522.115.285.023.655.024 1.197.024h12.92c.542 0 .912 0 1.197-.024.278-.023.421-.064.522-.115a1.27 1.27 0 0 0 .557-.557c.051-.1.092-.244.115-.522.024-.286.024-.655.024-1.197V16a3.951 3.951 0 0 1 0-7.8v-.56c0-.542 0-.912-.024-1.197-.023-.278-.064-.421-.115-.522a1.275 1.275 0 0 0-.557-.557c-.1-.051-.244-.092-.522-.115a16.375 16.375 0 0 0-1.197-.024H5.54c-.542 0-.912 0-1.197.024Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.4 12A5.6 5.6 0 0 1 7 6.4h10a5.6 5.6 0 1 1 0 11.2H7A5.6 5.6 0 0 1 1.4 12Zm9.064 4.4H17a4.4 4.4 0 1 0 0-8.8h-6.536A5.59 5.59 0 0 1 12.6 12a5.59 5.59 0 0 1-2.136 4.4ZM7 7.6a4.4 4.4 0 1 0 0 8.8 4.4 4.4 0 0 0 0-8.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.4 12A5.6 5.6 0 0 1 7 6.4h10a5.6 5.6 0 1 1 0 11.2H7A5.6 5.6 0 0 1 1.4 12ZM17 16.4a4.4 4.4 0 1 0 0-8.8 4.4 4.4 0 0 0 0 8.8Zm-3.465-8.8A5.59 5.59 0 0 0 11.4 12a5.59 5.59 0 0 0 2.135 4.4H7a4.4 4.4 0 1 1 0-8.8h6.535Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7.125 14.616a1.155 1.155 0 1 1 2.31.002 1.155 1.155 0 0 1-2.31-.002Zm7.438 0a1.155 1.155 0 1 1 2.31.002 1.155 1.155 0 0 1-2.31-.002Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.573 1.875h6.854c.87 0 1.56 0 2.117.045.57.047 1.055.144 1.499.369a3.81 3.81 0 0 1 1.666 1.661c.226.443.324.927.37 1.496.046.555.046 1.243.046 2.11v5.711c0 .867 0 1.555-.046 2.11-.046.569-.144 1.053-.37 1.496a3.807 3.807 0 0 1-1.666 1.66 3.16 3.16 0 0 1-.79.272l1.212 2.415a.625.625 0 1 1-1.117.56l-1.428-2.845c-.429.013-.922.013-1.493.013H8.573c-.57 0-1.064 0-1.493-.013L5.652 21.78a.625.625 0 1 1-1.117-.56l1.212-2.415a3.16 3.16 0 0 1-.79-.271 3.807 3.807 0 0 1-1.666-1.661c-.226-.443-.324-.927-.37-1.496-.046-.555-.046-1.244-.046-2.11V7.556c0-.867 0-1.555.046-2.11.046-.569.144-1.053.37-1.496a3.807 3.807 0 0 1 1.666-1.66c.444-.225.929-.322 1.499-.369.557-.045 1.247-.045 2.117-.045Zm-4.448 8.663v2.702c0 .9 0 1.537.041 2.035.04.491.117.792.238 1.029.245.48.637.87 1.12 1.115.238.121.54.198 1.033.238.5.04 1.14.041 2.043.041h6.8c.903 0 1.542 0 2.043-.041.493-.04.795-.117 1.034-.238a2.557 2.557 0 0 0 1.12-1.115c.12-.237.196-.538.237-1.029.04-.498.041-1.135.041-2.035v-2.702H4.125Zm15.75-1.25H4.125V7.583c0-.9 0-1.537.041-2.035.04-.491.117-.792.238-1.029.245-.48.637-.87 1.12-1.115.238-.121.54-.198 1.033-.238.5-.04 1.14-.041 2.043-.041h6.8c.903 0 1.542 0 2.043.041.493.04.795.117 1.034.238.482.244.874.635 1.12 1.115.12.237.196.538.237 1.029.04.498.041 1.135.041 2.035v1.705Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M8.719 21.5c0-.345.28-.625.625-.625h5.312a.625.625 0 1 1 0 1.25H9.344a.625.625 0 0 1-.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.2 2.875c.345 0 .625.28.625.625v1.275H13.9a.625.625 0 1 1 0 1.25h-1.854c-.487 2.48-1.45 4.753-2.816 6.723.377.253.757.466 1.126.632a.625.625 0 1 1-.512 1.14 9.047 9.047 0 0 1-1.364-.77 17.074 17.074 0 0 1-5.702 4.56.625.625 0 1 1-.556-1.12 15.824 15.824 0 0 0 5.265-4.201C6.337 12 5.322 10.74 4.774 9.443a.625.625 0 0 1 1.152-.486c.448 1.06 1.303 2.149 2.312 3.028a16.49 16.49 0 0 0 2.533-5.96H2.5a.625.625 0 0 1 0-1.25h5.075V3.5c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"m13.261 17.325-1.647 3.445a.625.625 0 1 1-1.128-.54l4.55-9.514a7.1 7.1 0 0 1 .282-.552c.085-.144.229-.358.479-.479a1.1 1.1 0 0 1 .956 0c.25.121.394.335.48.479.087.149.18.342.28.552l4.55 9.514a.625.625 0 0 1-1.127.54l-1.647-3.445H13.26Zm3.014-6.3.122.253 2.294 4.797h-4.832l2.294-4.797.122-.252Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.175 1.4h1.65c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.018.029.358.029.798.029 1.337V5.4H21a.6.6 0 1 1 0 1.2h-1.4v10.626c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V6.6H3a.6.6 0 0 1 0-1.2h4.4v-.225c0-.539 0-.98.03-1.337.03-.371.094-.706.253-1.018A2.6 2.6 0 0 1 8.82 1.683c.312-.159.647-.223 1.017-.254.358-.029.8-.029 1.338-.029ZM5.6 6.6v10.6c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V6.6H5.6Zm9.8-1.2H8.6v-.2c0-.57 0-.961.025-1.265.024-.296.069-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.116-.06.275-.104.571-.128.304-.025.695-.025 1.265-.025h1.6c.57 0 .961 0 1.265.025.296.024.455.069.57.128a1.4 1.4 0 0 1 .612.611c.059.116.103.275.128.571.024.304.025.695.025 1.265v.2ZM10 10.9a.6.6 0 0 1 .6.6v5a.6.6 0 1 1-1.2 0v-5a.6.6 0 0 1 .6-.6Zm4 0a.6.6 0 0 1 .6.6v5a.6.6 0 1 1-1.2 0v-5a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M1.558 6.558a.626.626 0 0 1 .884 0l4.868 4.869c.206.205.334.332.437.42a.498.498 0 0 0 .137.095.377.377 0 0 0 .232 0 .498.498 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l2.738-2.738c.19-.19.36-.36.511-.489.157-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l6.802 6.8V10a.625.625 0 1 1 1.25 0v7c0 .345-.28.625-.625.625h-7a.625.625 0 1 1 0-1.25h5.49l-6.8-6.802a8.424 8.424 0 0 0-.437-.42.498.498 0 0 0-.137-.095.377.377 0 0 0-.232 0 .498.498 0 0 0-.137.095 8.424 8.424 0 0 0-.437.42L9.573 12.31c-.19.191-.36.361-.512.49a1.652 1.652 0 0 1-.56.33 1.624 1.624 0 0 1-1.003 0 1.652 1.652 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-4.87-4.868a.626.626 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M22.625 14a.625.625 0 0 1-1.25 0V8.509l-6.802 6.801c-.19.191-.36.361-.511.49a1.653 1.653 0 0 1-.56.33 1.624 1.624 0 0 1-1.004 0 1.653 1.653 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-2.738-2.737a8.411 8.411 0 0 0-.436-.42.495.495 0 0 0-.137-.095.377.377 0 0 0-.232 0 .495.495 0 0 0-.137.095 8.416 8.416 0 0 0-.436.42l-4.869 4.87a.626.626 0 0 1-.884-.885l4.869-4.868c.19-.191.36-.361.511-.49.158-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l2.737 2.737c.206.205.333.332.437.42a.497.497 0 0 0 .137.095.377.377 0 0 0 .232 0 .5.5 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l6.801-6.802H15a.625.625 0 1 1 0-1.25h7c.345 0 .625.28.625.625v7Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.514 2.875h7.272c.51 0 .93 0 1.273.028.355.029.681.091.987.247.475.242.862.629 1.104 1.104.156.306.218.632.247.987.028.343.028.763.028 1.273v1.011h1.639c.188 0 .377 0 .56.044.16.038.315.102.455.188.162.099.294.232.427.365l.031.031 1.96 1.96.03.03c.134.134.267.266.366.428.086.14.15.294.188.455.045.184.044.372.044.56v2.667c0 .246 0 .468-.015.652a1.598 1.598 0 0 1-.157.61 1.575 1.575 0 0 1-.688.688c-.204.105-.413.14-.61.157-.184.015-.406.015-.652.015h-.341a3 3 0 1 1-4.874 0H9.212a3 3 0 1 1-4.86-.02 5.726 5.726 0 0 1-.11-.008c-.356-.029-.682-.091-.988-.247a2.525 2.525 0 0 1-1.104-1.104c-.156-.306-.218-.632-.247-.987a16.912 16.912 0 0 1-.028-1.273V6.514c0-.51 0-.93.028-1.273.029-.355.091-.681.247-.987A2.525 2.525 0 0 1 3.254 3.15c.306-.156.632-.218.987-.247.343-.028.763-.028 1.273-.028Zm1.261 13.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm8.4-1.25V6.54c0-.542 0-.912-.024-1.197-.022-.278-.064-.421-.115-.522a1.275 1.275 0 0 0-.557-.557c-.1-.051-.244-.092-.522-.115a16.381 16.381 0 0 0-1.197-.024H5.54c-.542 0-.912 0-1.197.024-.278.023-.421.064-.522.115a1.27 1.27 0 0 0-.557.557c-.051.1-.092.244-.115.522-.024.285-.024.655-.024 1.197v6.17c0 .542 0 .911.024 1.197.023.278.064.421.115.522.122.24.317.435.557.557.1.051.244.092.522.115.285.023.655.024 1.197.024h9.635Zm1.25-6.35v6.35h3.555c.276 0 .446 0 .573-.01a.822.822 0 0 0 .145-.025.325.325 0 0 0 .142-.143s.003-.006.008-.026a.822.822 0 0 0 .016-.118c.01-.127.011-.297.011-.573v-2.6c0-.263-.004-.292-.009-.312a.325.325 0 0 0-.039-.094c-.011-.018-.029-.042-.214-.227l-1.96-1.96c-.185-.185-.209-.203-.227-.214a.326.326 0 0 0-.094-.039c-.02-.005-.05-.009-.312-.009h-1.595Zm.8 7.6a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17.176 3.844h2.76l-6.03 6.91L21 20.156h-5.554l-4.35-5.702-4.979 5.702H3.355l6.45-7.39L3 3.843h5.695l3.933 5.212 4.548-5.212ZM16.207 18.5h1.53L7.864 5.413h-1.64L16.206 18.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7 7v3h-.5A2.5 2.5 0 0 0 4 12.5v7A2.5 2.5 0 0 0 6.5 22h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H8.2V7a3.8 3.8 0 0 1 7.553-.598c.052.328.316.598.647.598s.604-.27.565-.599A5 5 0 0 0 7 7Zm-1.8 5.5a1.3 1.3 0 0 1 1.3-1.3h11a1.3 1.3 0 0 1 1.3 1.3v7a1.3 1.3 0 0 1-1.3 1.3h-11a1.3 1.3 0 0 1-1.3-1.3v-7Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 2.576a.6.6 0 0 1 .848 0l5 5a.6.6 0 0 1-.848.848L12.6 4.45V15a.6.6 0 1 1-1.2 0V4.449L7.424 8.424a.6.6 0 0 1-.848-.848l5-5ZM3 14.4a.6.6 0 0 1 .6.6v1.2c0 .85 0 1.451.039 1.922.038.463.11.745.223.968a2.4 2.4 0 0 0 1.048 1.048c.223.114.505.185.968.223.47.038 1.072.039 1.922.039h8.4c.85 0 1.451 0 1.922-.039.463-.038.745-.11.968-.223a2.4 2.4 0 0 0 1.048-1.048c.114-.223.185-.505.223-.968.039-.47.039-1.072.039-1.922V15a.6.6 0 0 1 1.2 0v1.226c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.877.305-1.415.35-.524.042-1.175.042-1.993.042H7.774c-.818 0-1.468 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V15a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 14.875a.625.625 0 1 1 0 1.25H7.5c-1.44 0-2.023.007-2.48.145a3.375 3.375 0 0 0-2.25 2.25c-.138.457-.145 1.04-.145 2.48a.625.625 0 1 1-1.25 0c0-1.35-.007-2.164.2-2.843a4.625 4.625 0 0 1 3.082-3.083c.68-.206 1.493-.199 2.843-.199H12Zm9.558.683a.626.626 0 0 1 .884.884l-4 4a.626.626 0 0 1-.884 0l-2-2a.626.626 0 0 1 .884-.884L18 19.115l3.558-3.557Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 2.375a5.125 5.125 0 1 1 0 10.25 5.125 5.125 0 0 1 0-10.25Zm0 1.25a3.875 3.875 0 1 0 0 7.75 3.875 3.875 0 0 0 0-7.75Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.025 9.901a3.975 3.975 0 1 1 7.95 0 3.975 3.975 0 0 1-7.95 0ZM12 7.161a2.74 2.74 0 1 0 0 5.48 2.74 2.74 0 0 0 0-5.48Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 0 0-6.788 14.311 3.976 3.976 0 0 1 2.654-1.89c.385-.076.832-.076 1.537-.076h5.194c.705 0 1.152 0 1.537.077a3.975 3.975 0 0 1 2.654 1.889A8.765 8.765 0 0 0 12 3.235Zm5.886 15.26a2.741 2.741 0 0 0-1.993-1.628c-.25-.05-.565-.052-1.374-.052H9.482c-.81 0-1.125.003-1.375.052a2.741 2.741 0 0 0-1.993 1.629A8.734 8.734 0 0 0 12 20.766c2.265 0 4.33-.86 5.886-2.27Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 14.875a.625.625 0 1 1 0 1.25H7.5c-1.44 0-2.023.007-2.48.145a3.375 3.375 0 0 0-2.25 2.25c-.138.457-.145 1.04-.145 2.48a.625.625 0 1 1-1.25 0c0-1.35-.007-2.164.2-2.843a4.625 4.625 0 0 1 3.082-3.083c.68-.206 1.493-.199 2.843-.199H12Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18.5 13.375a4.125 4.125 0 1 1 0 8.25 4.125 4.125 0 0 1 0-8.25Zm-2.425 2.584a2.875 2.875 0 0 0 2.425 4.416c.567 0 1.095-.168 1.54-.451l-3.965-3.965Zm2.425-1.334a2.86 2.86 0 0 0-1.541.45l3.965 3.965c.284-.446.451-.973.451-1.54a2.875 2.875 0 0 0-2.875-2.875ZM10 2.375a5.125 5.125 0 1 1 0 10.25 5.125 5.125 0 0 1 0-10.25Zm0 1.25a3.875 3.875 0 1 0 0 7.75 3.875 3.875 0 0 0 0-7.75Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.975 9.875a4.025 4.025 0 1 1 8.05 0 4.025 4.025 0 0 1-8.05 0ZM12 7.1a2.775 2.775 0 1 0 0 5.55 2.775 2.775 0 0 0 0-5.55Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.553 2.875h8.894c.691 0 1.248 0 1.699.037.464.038.87.118 1.245.31.598.303 1.084.79 1.388 1.387.191.375.271.781.31 1.245.036.451.036 1.008.036 1.7v8.893c0 .691 0 1.248-.037 1.699-.038.464-.118.87-.31 1.245a3.175 3.175 0 0 1-1.387 1.388c-.131.067-.267.12-.41.164-.602.182-1.377.182-2.447.182H7.466c-1.07 0-1.845 0-2.447-.182a2.49 2.49 0 0 1-.41-.164A3.175 3.175 0 0 1 3.22 19.39c-.191-.375-.271-.781-.31-1.245-.036-.451-.036-1.008-.036-1.7V7.554c0-.691 0-1.248.037-1.699.038-.464.118-.87.31-1.245a3.175 3.175 0 0 1 1.387-1.39c.375-.191.781-.271 1.245-.31.451-.036 1.008-.036 1.7-.036ZM5.956 4.158c-.387.031-.61.09-.78.177a1.925 1.925 0 0 0-.841.841c-.087.17-.146.393-.177.78-.033.394-.033.9-.033 1.624v8.84c0 .724 0 1.23.033 1.624.031.386.09.61.177.78.073.143.163.276.268.395a3.33 3.33 0 0 1 .05-.354 4.025 4.025 0 0 1 3.162-3.163c.39-.077.842-.077 1.555-.077h5.26c.713 0 1.165 0 1.555.077a4.025 4.025 0 0 1 3.163 3.163c.022.112.038.229.05.355.104-.12.194-.253.267-.396.087-.17.146-.394.177-.78.033-.394.033-.9.033-1.624V7.58c0-.724 0-1.23-.033-1.624-.031-.387-.09-.61-.177-.78a1.925 1.925 0 0 0-.841-.841c-.17-.087-.394-.146-.78-.177-.394-.033-.9-.033-1.624-.033H7.58c-.724 0-1.23 0-1.624.033ZM18.172 19.83c-.004-.359-.017-.556-.05-.722a2.775 2.775 0 0 0-2.18-2.18c-.254-.051-.572-.054-1.392-.054h-5.1c-.82 0-1.139.003-1.391.053a2.775 2.775 0 0 0-2.18 2.18c-.034.167-.047.364-.051.723.382.04.915.044 1.752.044h8.84c.837 0 1.37-.003 1.752-.044Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.875 7a4.625 4.625 0 1 1 9.25 0 4.625 4.625 0 0 1-9.25 0ZM9.5 3.625a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M14.92 3.056a.625.625 0 0 1 .815-.345 4.626 4.626 0 0 1 0 8.578.625.625 0 0 1-.47-1.16 3.376 3.376 0 0 0 0-6.259.625.625 0 0 1-.344-.814ZM7.977 14.375h3.046c.912 0 1.629 0 2.208.04.59.04 1.082.123 1.539.312a4.625 4.625 0 0 1 2.503 2.503c.189.456.272.95.313 1.539.039.579.039 1.296.039 2.208V21a.625.625 0 1 1-1.25 0c0-.94 0-1.614-.037-2.146-.036-.526-.105-.867-.22-1.146a3.375 3.375 0 0 0-1.826-1.826c-.28-.115-.62-.184-1.146-.22-.532-.037-1.206-.037-2.146-.037H8c-.94 0-1.614 0-2.146.037-.526.035-.867.104-1.146.22-.827.342-1.484 1-1.826 1.826-.116.28-.185.62-.22 1.146-.037.532-.037 1.206-.037 2.146a.625.625 0 1 1-1.25 0v-.023c0-.912 0-1.629.04-2.208.04-.59.123-1.082.312-1.539a4.625 4.625 0 0 1 2.503-2.503c.456-.189.95-.272 1.539-.313.579-.039 1.296-.039 2.208-.039Zm10.418.595a.625.625 0 0 1 .76-.45 4.627 4.627 0 0 1 3.47 4.48v2a.625.625 0 1 1-1.25 0v-2a3.377 3.377 0 0 0-2.53-3.269.625.625 0 0 1-.45-.76Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.273 3.875h4.454c.817 0 1.468 0 1.994.043.54.044 1.001.136 1.425.352a3.625 3.625 0 0 1 1.584 1.584c.216.424.308.886.352 1.425.042.517.043 1.157.043 1.956l2.578-1.45a1.625 1.625 0 0 1 2.422 1.416v5.58a1.625 1.625 0 0 1-2.422 1.417l-2.578-1.45c0 .807 0 1.452-.043 1.973-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043ZM15.875 9.3c0-.85 0-1.45-.039-1.92-.037-.461-.109-.74-.22-.958a2.375 2.375 0 0 0-1.038-1.038c-.218-.111-.497-.182-.958-.22-.47-.039-1.07-.039-1.92-.039H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v5.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h4.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.038-.468.039-1.069.039-1.919V9.3Zm1.25 4.014 3.191 1.795c.25.14.559-.04.559-.327v-5.58a.375.375 0 0 0-.559-.327l-3.191 1.795v2.644Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.912 3.086c.359-.029.71.117.943.39.197.231.236.518.253.701.017.197.017.448.017.727v14.192c0 .28 0 .53-.017.727-.017.183-.056.47-.253.7a1.12 1.12 0 0 1-.943.391c-.303-.023-.533-.2-.674-.317a8.979 8.979 0 0 1-.527-.502l-3.184-3.184c-.194-.195-.222-.217-.245-.23a.374.374 0 0 0-.109-.046c-.026-.006-.061-.01-.336-.01h-1.76c-.26 0-.492 0-.685-.016a1.649 1.649 0 0 1-.63-.161 1.625 1.625 0 0 1-.71-.71 1.65 1.65 0 0 1-.161-.63c-.016-.193-.016-.425-.016-.685V9.577c0-.26 0-.492.016-.685a1.65 1.65 0 0 1 .161-.63 1.63 1.63 0 0 1 .71-.71 1.65 1.65 0 0 1 .63-.161c.193-.016.425-.016.685-.016h1.76c.275 0 .31-.004.336-.01a.375.375 0 0 0 .109-.045c.023-.015.05-.037.245-.23l3.184-3.185a8.99 8.99 0 0 1 .527-.502c.14-.118.371-.294.674-.317Zm-.04 1.428c-.078.076-.174.172-.296.294L8.411 7.973l-.033.032c-.14.141-.277.279-.443.38-.146.09-.304.155-.47.195-.19.045-.383.045-.582.045H5.1c-.29 0-.47 0-.606.011-.127.01-.16.027-.164.03a.375.375 0 0 0-.164.164c-.002.004-.02.037-.03.164a8.42 8.42 0 0 0-.011.606v4.8c0 .29 0 .47.012.606.01.127.027.16.029.164.036.07.093.128.164.164a.483.483 0 0 0 .164.03c.136.01.316.01.606.01h1.783c.199 0 .393 0 .582.046.166.04.324.105.47.194.166.102.303.24.443.38l.033.033 3.165 3.165c.122.122.218.218.297.294.002-.11.002-.246.002-.417V4.93c0-.171 0-.307-.002-.417Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.366 5.993a.625.625 0 0 1 .872.142A10.011 10.011 0 0 1 21.125 12c0 2.188-.7 4.214-1.887 5.865a.625.625 0 0 1-1.014-.73A8.761 8.761 0 0 0 19.875 12a8.76 8.76 0 0 0-1.651-5.135.625.625 0 0 1 .142-.872Zm-3.138 2.351a.625.625 0 0 1 .87.156 6.1 6.1 0 0 1 1.099 3.5 6.1 6.1 0 0 1-1.098 3.5.625.625 0 1 1-1.026-.715A4.85 4.85 0 0 0 15.947 12a4.85 4.85 0 0 0-.874-2.785.625.625 0 0 1 .155-.87Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.912 3.086c.359-.029.71.117.943.39.197.231.236.518.253.701.017.197.017.448.017.727v14.192c0 .28 0 .53-.017.727-.017.183-.056.47-.253.7a1.12 1.12 0 0 1-.943.391c-.303-.023-.533-.2-.674-.317a8.979 8.979 0 0 1-.527-.502l-3.184-3.184c-.194-.195-.222-.217-.245-.23a.374.374 0 0 0-.109-.046c-.026-.006-.061-.01-.336-.01h-1.76c-.26 0-.492 0-.685-.016a1.649 1.649 0 0 1-.63-.161 1.625 1.625 0 0 1-.71-.71 1.65 1.65 0 0 1-.161-.63c-.016-.193-.016-.425-.016-.685V9.577c0-.26 0-.492.016-.685a1.65 1.65 0 0 1 .161-.63 1.63 1.63 0 0 1 .71-.71 1.65 1.65 0 0 1 .63-.161c.193-.016.425-.016.685-.016h1.76c.275 0 .31-.004.336-.01a.375.375 0 0 0 .109-.045c.023-.015.05-.037.245-.23l3.184-3.185a8.99 8.99 0 0 1 .527-.502c.14-.118.371-.294.674-.317Zm-.04 1.428c-.078.076-.174.172-.296.294L8.411 7.973l-.033.032c-.14.141-.277.279-.443.38-.146.09-.304.155-.47.195-.19.045-.383.045-.582.045H5.1c-.29 0-.47 0-.606.011-.127.01-.16.027-.164.03a.375.375 0 0 0-.164.164c-.002.004-.02.037-.03.164a8.42 8.42 0 0 0-.011.606v4.8c0 .29 0 .47.012.606.01.127.027.16.029.164.036.07.093.128.164.164a.483.483 0 0 0 .164.03c.136.01.316.01.606.01h1.783c.199 0 .393 0 .582.046.166.04.324.105.47.194.166.102.303.24.443.38l.033.033 3.165 3.165c.122.122.218.218.297.294.002-.11.002-.246.002-.417V4.93c0-.171 0-.307-.002-.417Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.058 9.058a.625.625 0 0 1 .884 0L18 11.116l2.058-2.058a.625.625 0 1 1 .884.884L18.884 12l2.058 2.058a.625.625 0 0 1-.884.884L18 12.884l-2.058 2.058a.625.625 0 1 1-.884-.884L17.116 12l-2.058-2.058a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7.5 14h1a.6.6 0 1 1 0 1.2h-1a.6.6 0 1 1 0-1.2Zm4 0h1a.6.6 0 1 1 0 1.2h-1a.6.6 0 1 1 0-1.2Zm5 0h-1a.6.6 0 1 0 0 1.2h1a.6.6 0 1 0 0-1.2Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.273 2.88H8.5a.62.62 0 1 1 0 1.24h-.2c-.85 0-1.45 0-1.92.039-.462.038-.742.109-.96.22a2.38 2.38 0 0 0-1.04 1.04c-.112.22-.184.5-.221.961-.039.47-.04 1.07-.04 1.92v.2a.62.62 0 1 1-1.24 0v-.227c0-.817 0-1.468.044-1.994.044-.538.136-1 .351-1.422a3.62 3.62 0 0 1 1.582-1.582c.423-.216.884-.308 1.423-.352.526-.043 1.177-.043 1.994-.043Zm9.347 1.279c-.47-.039-1.07-.039-1.92-.039h-.2a.62.62 0 0 1 0-1.24h.227c.817 0 1.468 0 1.994.043.538.044 1 .136 1.422.352a3.62 3.62 0 0 1 1.582 1.582c.216.422.308.884.352 1.422.043.526.043 1.177.043 1.994V8.5a.62.62 0 0 1-1.24 0v-.2c0-.85 0-1.45-.039-1.92-.038-.462-.109-.742-.22-.96a2.38 2.38 0 0 0-1.04-1.04c-.22-.112-.5-.183-.961-.221ZM3.5 14.88a.62.62 0 0 1 .62.62v.2c0 .85 0 1.45.039 1.92.037.462.109.742.22.96a2.38 2.38 0 0 0 1.04 1.04c.22.112.5.183.961.221.47.038 1.07.039 1.92.039h.2a.62.62 0 0 1 0 1.24h-.227c-.817 0-1.468 0-1.994-.043-.539-.044-1-.136-1.423-.352a3.62 3.62 0 0 1-1.582-1.582c-.215-.422-.307-.884-.351-1.422-.043-.526-.043-1.177-.043-1.994V15.5a.62.62 0 0 1 .62-.62Zm17 0a.62.62 0 0 1 .62.62v.227c0 .817 0 1.468-.043 1.994-.044.538-.136 1-.352 1.422a3.619 3.619 0 0 1-1.582 1.582c-.422.216-.884.308-1.422.352-.526.043-1.177.043-1.994.043H15.5a.62.62 0 0 1 0-1.24h.2c.85 0 1.45 0 1.92-.039.462-.038.741-.109.96-.22a2.38 2.38 0 0 0 1.04-1.04c.112-.22.183-.5.221-.961.038-.47.039-1.07.039-1.92v-.2a.62.62 0 0 1 .62-.62Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 11a.6.6 0 0 1 .6.6V14H15a.6.6 0 1 1 0 1.2h-2.4v2.4a.6.6 0 1 1-1.2 0v-2.4H9A.6.6 0 1 1 9 14h2.4v-2.4a.6.6 0 0 1 .6-.6Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.8 8.4v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6h15.6ZM4.2 9.6h4.2v10.2h-.6c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm5.4 10.2V9.6h10.2v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H9.6ZM7.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.8 8.4v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6h15.6ZM4.2 9.6h7.2v10.2H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm8.4 10.2V9.6h7.2v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036h-3.6ZM7.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.973 17.973c.603-.035 1.027-.116 1.39-.3a3 3 0 0 0 1.31-1.311C21 15.72 21 14.88 21 13.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.31-1.311C18.72 3 17.88 3 16.2 3h-5.4c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.31 1.311c-.185.362-.265.786-.3 1.39-.603.034-1.028.115-1.39.299a3 3 0 0 0-1.311 1.311C3 8.28 3 9.12 3 10.8v5.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h5.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.184-.362.265-.786.3-1.39ZM17.538 7.4a3 3 0 0 0-1.176-1.073C15.72 6 14.88 6 13.2 6H7.232l.005-.073c.035-.426.097-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.124-.063.319-.124.745-.16.44-.035 1.012-.036 1.872-.036h5.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.125.318.16.744.03.368.035.83.036 1.473h-2.262Zm.398 1.2C18 9.134 18 9.826 18 10.8v5.969l.073-.006c.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.125-.318.16-.744.035-.44.036-1.013.036-1.873V8.6h-1.864ZM4.2 11.6h12.6v4.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873v-4.6Zm0-1.2h12.6a19.706 19.706 0 0 0-.037-1.473c-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744-.03.368-.035.83-.036 1.473Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M14.546 12.054a.6.6 0 0 1 0 .849L12.849 14.6l1.697 1.697a.6.6 0 0 1-.849.848L12 15.448l-1.697 1.697a.6.6 0 1 1-.849-.848l1.697-1.697-1.697-1.697a.6.6 0 1 1 .849-.849L12 13.751l1.697-1.697a.6.6 0 0 1 .849 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.8 9.6H4.2v6.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V9.6Zm0-1.2H4.2v-.6c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C6.367 4.202 6.94 4.2 7.8 4.2h8.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v.6Zm1.2-.6c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm3.62 6.38a.876.876 0 0 0-1.24 0L12 10.763 9.62 8.38a.876.876 0 0 0-1.24 1.238L10.763 12 8.38 14.38a.876.876 0 0 0 1.238 1.24L12 13.237l2.38 2.381a.876.876 0 0 0 1.24-1.238L13.237 12l2.381-2.38a.876.876 0 0 0 0-1.24Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.424 8.576a.6.6 0 0 1 0 .848L12.85 12l2.575 2.576a.6.6 0 0 1-.848.848L12 12.85l-2.576 2.575a.6.6 0 1 1-.848-.848L11.15 12 8.576 9.424a.6.6 0 1 1 .848-.848L12 11.15l2.576-2.575a.6.6 0 0 1 .848 0ZM12 20.8a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.058 5.678h.1c.925.003 5.61.037 6.874.377a2.261 2.261 0 0 1 1.592 1.597c.114.428.194.994.248 1.578l.011.117.025.292.009.117c.073 1.028.082 1.992.083 2.202v.084a36.093 36.093 0 0 1-.092 2.318l-.01.118-.01.117c-.056.644-.139 1.283-.264 1.753a2.258 2.258 0 0 1-1.592 1.598c-1.305.35-6.265.375-6.953.376h-.16c-.347 0-1.785-.006-3.293-.058l-.19-.007-.099-.004-.384-.016c-1.25-.055-2.438-.144-2.986-.293a2.258 2.258 0 0 1-1.592-1.596c-.125-.47-.208-1.11-.265-1.753l-.018-.235A35.32 35.32 0 0 1 3 12.07v-.14c.002-.241.011-1.077.072-2l.008-.115.003-.059.01-.117.024-.292.011-.117c.054-.584.134-1.151.248-1.578a2.258 2.258 0 0 1 1.592-1.597c.548-.147 1.737-.237 2.986-.293l.19-.008.291-.01.193-.008c1.07-.034 2.142-.053 3.213-.057h.217v-.001ZM10.2 9.289v5.42l4.676-2.708L10.2 9.289Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11 3.6a7.4 7.4 0 1 0 5.159 12.706.607.607 0 0 1 .146-.147A7.4 7.4 0 0 0 11 3.6Zm6.49 13.042a8.6 8.6 0 1 0-.849.849l3.935 3.933a.6.6 0 0 0 .848-.848l-3.933-3.934ZM11 7.4a.6.6 0 0 1 .6.6v2.4H14a.6.6 0 1 1 0 1.2h-2.4V14a.6.6 0 1 1-1.2 0v-2.4H8a.6.6 0 1 1 0-1.2h2.4V8a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11 3.6a7.4 7.4 0 1 0 5.159 12.706.607.607 0 0 1 .146-.147A7.4 7.4 0 0 0 11 3.6Zm6.49 13.042a8.6 8.6 0 1 0-.849.849l3.935 3.933a.6.6 0 0 0 .848-.848l-3.933-3.934ZM7.4 11a.6.6 0 0 1 .6-.6h6a.6.6 0 1 1 0 1.2H8a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n"],"names":["__decorate","decorators","target","key","desc","d","c","arguments","length","r","Object","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","SuppressedError","t","globalThis","s","trustedTypes","e","createPolicy","createHTML","h","o","Math","random","toFixed","slice","n","l","document","createComment","a","u","Array","isArray","Symbol","iterator","f","v","_","m","p","RegExp","g","$","y","b","_$litType$","strings","values","x","E","for","A","C","WeakMap","P","createTreeWalker","V","hasOwnProperty","Error","N","lastIndex","exec","test","startsWith","push","S","constructor","this","parts","el","createElement","currentNode","content","firstChild","replaceWith","childNodes","nextNode","nodeType","hasAttributes","getAttributeNames","endsWith","getAttribute","split","type","index","name","ctor","I","L","z","H","removeAttribute","tagName","textContent","emptyScript","append","data","indexOf","innerHTML","M","_$Co","_$Cl","_$litDirective$","_$AO","_$AT","_$AS","R","_$AV","_$AN","_$AD","_$AM","parentNode","_$AU","creationScope","importNode","k","nextSibling","Z","_$AI","_$Cv","_$AH","_$AA","_$AB","options","isConnected","startNode","endNode","_$AR","T","O","insertBefore","createTextNode","_$AC","get","set","_$AP","remove","setConnected","element","fill","String","j","setAttribute","super","toggleAttribute","capture","once","passive","removeEventListener","addEventListener","handleEvent","call","host","D","U","B","F","litHtmlPolyfillSupport","litHtmlVersions","_$Ct","_$Ci","update","render","_$AQ","hasAttribute","ShadowRoot","ShadyCSS","nativeShadow","Document","prototype","CSSStyleSheet","_$cssResult$","cssText","styleSheet","replaceSync","toString","reduce","adoptedStyleSheets","map","litNonce","appendChild","cssRules","is","getOwnPropertyNames","getOwnPropertySymbols","getPrototypeOf","reactiveElementPolyfillSupport","toAttribute","Boolean","JSON","stringify","fromAttribute","Number","parse","attribute","converter","reflect","useDefault","hasChanged","metadata","litPropertyMetadata","HTMLElement","addInitializer","_$Ei","observedAttributes","finalize","_$Eh","keys","createProperty","state","create","wrapped","elementProperties","noAccessor","getPropertyDescriptor","requestUpdate","configurable","enumerable","getPropertyOptions","Map","finalized","properties","_$Eu","elementStyles","finalizeStyles","styles","Set","flat","reverse","unshift","toLowerCase","_$Ep","isUpdatePending","hasUpdated","_$Em","_$Ev","_$ES","Promise","enableUpdating","_$AL","_$E_","forEach","addController","_$EO","add","renderRoot","hostConnected","removeController","delete","size","createRenderRoot","shadowRoot","attachShadow","shadowRootOptions","connectedCallback","disconnectedCallback","hostDisconnected","attributeChangedCallback","_$AK","_$ET","_$Ej","_$EP","has","_$Eq","reject","scheduleUpdate","performUpdate","shouldUpdate","willUpdate","hostUpdate","_$EM","_$AE","hostUpdated","firstUpdated","updated","updateComplete","getUpdateComplete","mode","ReactiveElement","reactiveElementVersions","renderOptions","_$Do","renderBefore","_$litPart$","_$litElement$","litElementHydrateSupport","LitElement","litElementPolyfillSupport","litElementVersions","kind","init","querySelector","slot","selector","assignedElements","filter","matches","join","st","nt","classList","reconnected","disconnected","setValue","G","rt","lt","ct","ht","value","sides","min","max","round","floor","createCoords","oppositeSideMap","left","right","bottom","top","oppositeAlignmentMap","start","end","clamp","evaluate","param","getSide","placement","getAlignment","getOppositeAxis","axis","getAxisLength","yAxisSides","getSideAxis","getAlignmentAxis","getAlignmentSides","rects","rtl","alignment","alignmentAxis","mainAlignmentSide","reference","floating","getOppositePlacement","getOppositeAlignmentPlacement","replace","lrPlacement","rlPlacement","tbPlacement","btPlacement","getOppositeAxisPlacements","flipAlignment","direction","list","side","isStart","getSideList","concat","getPaddingObject","padding","expandPaddingObject","rectToClientRect","rect","width","height","computeCoordsFromPlacement","_ref","sideAxis","alignLength","isVertical","commonX","commonY","commonAlign","coords","async","detectOverflow","_await$platform$isEle","platform","elements","strategy","boundary","rootBoundary","elementContext","altBoundary","paddingObject","clippingClientRect","getClippingRect","isElement","contextElement","getDocumentElement","offsetParent","getOffsetParent","offsetScale","getScale","elementClientRect","convertOffsetParentRelativeRectToViewportRelativeRect","getSideOffsets","overflow","isAnySideFullyClipped","some","originSides","hasWindow","window","getNodeName","node","isNode","nodeName","getWindow","_node$ownerDocument","ownerDocument","defaultView","documentElement","Node","Element","isHTMLElement","isShadowRoot","invalidOverflowDisplayValues","isOverflowElement","overflowX","overflowY","display","getComputedStyle","tableElements","isTableElement","topLayerSelectors","isTopLayer","_e","transformProperties","willChangeValues","containValues","isContainingBlock","elementOrCss","webkit","isWebKit","css","containerType","backdropFilter","willChange","includes","contain","CSS","supports","lastTraversableNodeNames","isLastTraversableNode","getNodeScroll","scrollLeft","scrollTop","scrollX","scrollY","getParentNode","result","assignedSlot","getNearestOverflowAncestor","body","getOverflowAncestors","traverseIframes","_node$ownerDocument2","scrollableAncestor","isBody","win","frameElement","getFrameElement","visualViewport","parent","getCssDimensions","getComputedStyle$1","parseFloat","hasOffset","offsetWidth","offsetHeight","shouldFallback","unwrapElement","domElement","getBoundingClientRect","isFinite","noOffsets","getVisualOffsets","offsetLeft","offsetTop","includeScale","isFixedStrategy","clientRect","scale","visualOffsets","isFixed","floatingOffsetParent","shouldAddVisualOffsets","offsetWin","currentWin","currentIFrame","iframeScale","iframeRect","clientLeft","paddingLeft","clientTop","paddingTop","getWindowScrollBarX","leftScroll","getHTMLOffset","scroll","htmlRect","absoluteOrFixed","getClientRectFromClippingAncestor","clippingAncestor","html","clientWidth","clientHeight","visualViewportBased","windowScrollbarX","doc","bodyStyles","bodyMarginInline","compatMode","marginLeft","marginRight","clippingStableScrollbarWidth","abs","getViewportRect","scrollWidth","scrollHeight","getDocumentRect","getInnerBoundingClientRect","hasFixedPositionAncestor","stopNode","position","getRectRelativeToOffsetParent","isOffsetParentAnElement","offsets","setLeftRTLScrollbarOffset","offsetRect","htmlOffset","isStaticPositioned","getTrueOffsetParent","polyfill","rawOffsetParent","svgOffsetParent","getContainingBlock","topLayer","clippingAncestors","cache","cachedResult","currentContainingBlockComputedStyle","elementIsFixed","computedStyle","currentNodeIsContaining","ancestor","getClippingElementAncestors","_c","firstClippingAncestor","clippingRect","accRect","getElementRects","getOffsetParentFn","getDimensionsFn","getDimensions","floatingDimensions","getClientRects","from","isRTL","rectsAreEqual","autoUpdate","ancestorScroll","ancestorResize","elementResize","ResizeObserver","layoutShift","IntersectionObserver","animationFrame","referenceEl","ancestors","cleanupIo","onMove","timeoutId","io","root","cleanup","_io","clearTimeout","disconnect","refresh","skip","threshold","elementRectForRootMargin","rootMargin","isFirstUpdate","handleObserve","entries","ratio","intersectionRatio","setTimeout","observe","observeMove","frameId","reobserveFrame","resizeObserver","firstEntry","unobserve","cancelAnimationFrame","requestAnimationFrame","_resizeObserver","prevRefRect","frameLoop","nextRefRect","_resizeObserver2","offset","fn","_middlewareData$offse","_middlewareData$arrow","middlewareData","diffCoords","mainAxisMulti","crossAxisMulti","rawValue","mainAxis","crossAxis","convertValueToCoords","arrow","alignmentOffset","shift","checkMainAxis","checkCrossAxis","limiter","detectOverflowOptions","mainAxisCoord","crossAxisCoord","maxSide","limitedCoords","enabled","flip","_middlewareData$flip","initialPlacement","fallbackPlacements","specifiedFallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","initialSideAxis","isBasePlacement","oppositePlacement","getExpandedPlacements","hasFallbackAxisSideDirection","placements","overflows","overflowsData","every","_middlewareData$flip2","_overflowsData$filter","nextIndex","nextPlacement","reset","resetPlacement","sort","_overflowsData$filter2","currentSideAxis","acc","_state$middlewareData","_state$middlewareData2","apply","isYAxis","heightSide","widthSide","maximumClippingHeight","maximumClippingWidth","overflowAvailableHeight","overflowAvailableWidth","noShift","availableHeight","availableWidth","xMin","xMax","yMin","yMax","nextDimensions","hide","referenceHiddenOffsets","referenceHidden","escapedOffsets","escaped","computePosition","mergedOptions","platformWithCache","config","middleware","validMiddleware","statefulPlacement","resetCount","nextX","nextY","computePosition$1","defaultValue","propertyName","proto","old","defaultConverter","newValue","_a","generateId","componentName","elementName","substring","InputValidationController","_internals","attachInternals","assign","setInvalid","invalid","input","handleInvalid","preventDefault","handleInput","validateInput","handleChange","checkValidity","form","validity","validationMessage","willValidate","updateInvalidState","resetValidity","setValidity","reportValidity","flags","message","anchor","setFormValue","disabled","validState","valid","validationError","SgdsFormValidatorMixin","superClass","ToBeValidatedElement","args","_isTouched","inputValidationController","changedProperties","sgdsInput","sgdsDatepickerInput","_mixinSetFormValue","_mixinShouldSkipSgdsValidation","_mixinValidate","formResetCallback","_mixinResetFormControl","_mixinResetValidity","_mixinHandleChange","_mixinHandleInputChange","_mixinCheckValidity","_mixinReportValidity","_mixinGetValidity","_mixinGetValidationMessage","_mixinSetValidity","closest","noValidate","formAssociated","queryAsync","SgdsElement","emit","event","CustomEvent","bubbles","cancelable","composed","detail","dispatchEvent","define","elementConstructor","customElements","_err","ssr","dependencies","component","querySelectorAll","slotElement","Event","animateTo","keyframes","resolve","duration","Infinity","animation","animate","prefersReducedMotion","matchMedia","style","property","defaultAnimationRegistry","customAnimationRegistry","getAnimation","animationName","customAnimation","defaultAnimation","setDefaultAnimation","ensureAnimation","DropdownElement","myDropdown","createRef","dropdownMenuId","noFlip","menuAlignRight","drop","floatingOpts","menuIsOpen","close","readonly","menuRef","_handleClickOutOfElement","composedPath","hideMenu","_handleKeyboardMenuEvent","_cleanupAutoUpdate","undefined","updateFloatingPosition","_startAutoUpdate","showMenu","translateOffset","opacity","transform","isOutside","toggleMenu","mergeMiddleware","defaults","custom","getType","mw","customTypes","merged","def","customIdx","defaultMiddleware","opts","computedPlacement","easing","DropdownListElement","nextDropdownItemNo","prevDropdownItemNo","hidden","_resetMenu","_handleKeyboardMenuItemsEvent","handleSelectSlot","items","_getActiveMenuItems","selectedItem","find","item","currentItemNo","_getMenuItems","dropdownItem","menuItems","_setMenuItem","shiftKey","flatten","contains","_b","menu","hasChildNodes","children","currentItemIdx","idx","activeItem","option","focus","query","SelectElement","bool","label","hintText","autofocus","required","loading","displayValue","hasFeedback","invalidFeedback","autocomplete","menuList","selectedItems","filteredList","_controlId","_labelId","childName","isSelf","relatedTarget","_renderFeedback","_renderHintText","hintTextTemplate","_renderLabel","labelTemplate","classMap","_handleClick","_getMenuListFromOptions","readyOptions","all","trim","_renderEmptyMenu","_renderLoadingMenu","watch","propName","resolvedOptions","waitUntilFirstUpdate","decoratedFnName","propNameKey","changedProps","oldValue","dropdownMenuStyle","hintTextStyles","feedbackStyles","formControlStyles","selectStyles","SgdsTooltip","_myTooltip","_tooltipBubble","trigger","open","_tooltipTargetElements","show","toggle","_handleSlotChange","visibility","ref","tooltipStyle","queryAssignedElements","register","warnUnregisteredElements","isRegistered","console","error","SgdsCloseButton","tone","_clickHandler","stopPropagation","closeButtonStyles","HasSlotController","slotNames","handleSlotChange","bind","hasDefaultSlot","TEXT_NODE","ELEMENT_NODE","hasNamedSlot","slotName","SgdsBadge","variant","outlined","dismissible","fullWidth","truncated","text","_handleShowChange","defaultPrevented","_handleTruncation","badgeLabel","_handleLabelSlotChange","nodes","assignedNodes","getTextContent","_renderBadge","isDarkCloseButton","badge","nothing","badgeStyle","iconRegistry","announcement","then","announcement$1","archive","archive$1","arrowBarDown$1","arrowBarLeft$1","arrowBarRight$1","arrowBarUp$1","arrowCircleDown$1","arrowCircleLeft$1","arrowCircleRight$1","arrowCircleUp$1","arrowClockwise$1","arrowDown$1","arrowLeft$1","arrowRepeat$1","arrowRight$1","arrowSquareDown$1","arrowSquareLeft$1","arrowSquareRight$1","arrowSquareUp$1","arrowUp$1","bankFill$1","bellSlash$1","bell","bell$1","biFunnel$1","bookmarkFill$1","bookmark","bookmark$1","boxArrowUpRight$1","boxSeam$1","building","building$1","bus","bus$1","calculator","calculator$1","calendarCheck$1","calendarHeart$1","calendarX$1","calendar","calendar$1","camera","camera$1","car","car$1","chatDots$1","chatLeftText$1","chat","chat$1","checkCircleFill$1","checkCircle$1","check","check$1","chevronDown$1","chevronLeft$1","chevronRight$1","chevronSelectorVertical$1","chevronUp$1","clock","clock$1","cloudCheck$1","cloudDownload$1","cloudUpload$1","cloud","cloud$1","codeSquare$1","coinsHand$1","compass","compass$1","copy","copy$1","cpuChipAi$1","cross","cross$1","cursorFill$1","cursor","cursor$1","dashCircle$1","dashSquare$1","dash","dash$1","database","database$1","dataflow","dataflow$1","download","download$1","edit","edit$1","exclamationCircleFill$1","exclamationCircle$1","exclamationTriangleFill$1","exclamationTriangle$1","exclamation","exclamation$1","eyeFill$1","eyeSlashFill$1","eyeSlash$1","eye","eye$1","faceSmileFill$1","faceSmile$1","facebook","facebook$1","fileEarmarkText$1","filePdf$1","filePlus$1","fileText$1","file","file$1","files","files$1","fingerprint","fingerprint$1","flash","flash$1","folderCheck$1","folderMinus$1","folderPlus$1","folder","folder$1","gear","gear$1","geoAlt$1","geoFill$1","geo","geo$1","globeAlt$1","globe","globe$1","google","google$1","gridAlt$1","gridFill$1","handThumbsDown$1","handThumbsUp$1","hardDrive$1","heart","heart$1","houseDoor$1","house","house$1","image","image$1","inBox$1","infoCircleFill$1","infoCircle$1","instagram","instagram$1","key$1","laptopGear$1","laptop","laptop$1","layers","layers$1","layoutTextWindowReverse$1","layoutTextWindow$1","layout","layout$1","lifeBuoy$1","lightbulb","lightbulb$1","link","link$1","linkedin","linkedin$1","list$1","lockFill$1","lock","lock$1","login","login$1","logout","logout$1","luggage","luggage$1","mailOpen$1","mail","mail$1","map$1","meetup","meetup$1","menu$1","microphone","microphone$1","monitor","monitor$1","moon","moon$1","move","move$1","paperclip","paperclip$1","passcode","passcode$1","passport","passport$1","pause","pause$1","pencil","pencil$1","pendingCircle$1","personDash$1","personPlus$1","personX$1","person","person$1","phone","phone$1","pinMapFill$1","pin","pin$1","placeholder","placeholder$1","plane","plane$1","play","play$1","plusCircle$1","plusSquare$1","plus","plus$1","printer","printer$1","questionCircle$1","rocket","rocket$1","save","save$1","search","search$1","send","send$1","sgCrest$1","share","share$1","shieldTick$1","sidebarCollapse$1","sidebarExpand$1","slashCircle$1","slashDivider$1","sliders","sliders$1","sortAscending$1","sortDescending$1","speedometer","speedometer$1","starAi$1","starFill$1","star","star$1","stoplights","stoplights$1","sun","sun$1","switchHorizontal$1","switchVertical$1","tablet","tablet$1","telegram","telegram$1","telephone","telephone$1","threeDotsVertical$1","threeDots$1","ticket","ticket$1","toggleOff$1","toggleOn$1","train","train$1","translate","translate$1","trash","trash$1","trendDown$1","trendUp$1","truck","truck$1","twitterX$1","unlock","unlock$1","upload","upload$1","userCheck$1","userCircle$1","userPause$1","userSquare$1","users","users$1","videoRecorder$1","volumeMax$1","volumeX$1","windowDash$1","windowDesktop$1","windowDock$1","windowFullscreen$1","windowPlus$1","windowSidebar$1","windowSplit$1","windowStack$1","windowX$1","window$2","xcircleFill$1","xcircle","xcircle$1","youtube","youtube$1","zoomIn$1","zoomOut$1","iconCache","SgdsIcon","_loadIcon","_icon","loader","warn","module","default","svg","ariaLabel","iconStyles","OptionElement","active","_updateAriaLabel","classes","_renderItemContent","optionStyles","FormControlElement","formHintStyles","formLabelStyles","formPlaceholderStyles","SgdsCheckbox","hasSlotController","checked","defaultChecked","indeterminate","_handleHostClick","click","blur","_handleChange","_handleKeyDown","hasModifier","metaKey","ctrlKey","altKey","_handleBlur","_handleFocus","_handleInvalid","_handleDisabledChange","_handleIsTouched","InputEvent","_changedProperties","displayFeedbackStyle","displayFeedbackText","ifDefined","live","formCheckStyles","checkboxStyle","SgdsComboBoxOption","checkbox","parentElement","multiSelect","dt","ut","w","_$litStatic$","raw","SgdsSpinner","orientation","horizontal","textStyles","spinnerStyle","SgdsComboBox","badgeFullWidth","clearable","emptyMenuAsync","scrollBottomOffset","filterFunction","inputValue","optionList","emptyMenuAfterFiltering","isFocused","isScrollEnd","suffixIconTemplate","prefixIconTemplate","_handleClear","_input","comboBoxOption","innerText","_setupValidation","_handleDefaultSlotChange","clickEventAdded","evt","optionTarget","_handleItemUnselect","_handleItemSelected","valueArray","initialSelectedItem","_multiSelectInput","_handleValueChange","val","_updateValueAndDisplayValue","_emitChangeEvents","_handleOptionListChange","_handleMenuListChange","newMenu","replaceChildren","updatedValue","_handleInputChange","filteredValues","itemEl","itemLabel","itemValueAttr","foundItem","_handleBadgeDismissed","removedValue","_handleMultiSelectKeyDown","_handleInputBlur","initialOption","_handleScroll","ele","endOfScroll","_renderInput","showClearButton","wantFeedbackStyle","showButton","repeat","_renderFeedbackMenu","combobox","formTextControlStyle","comboBoxStyle"],"mappings":"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;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;"}
1
+ {"version":3,"file":"index.umd.min.js","sources":["../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.mjs","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directive.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directive-helpers.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/live.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/css-tag.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/reactive-element.js","../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/property.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/state.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/base.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/query-async.js","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/query-assigned-elements.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/class-map.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/if-defined.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/async-directive.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/ref.js","../../../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","../../../node_modules/.pnpm/@floating-ui+core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","../../../node_modules/.pnpm/@floating-ui+utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","../../../node_modules/.pnpm/@floating-ui+dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","../../../src/utils/defaultvalue.ts","../../../src/utils/generateId.ts","../../../src/utils/inputValidationController.ts","../../../src/utils/validatorMixin.ts","../../../src/base/sgds-element.ts","../../../src/utils/animate.ts","../../../src/utils/animation-registry.ts","../../../src/base/dropdown-element.ts","../../../src/base/dropdown-list-element.ts","../../../node_modules/.pnpm/@lit+reactive-element@2.1.2/node_modules/@lit/reactive-element/decorators/query.js","../../../src/base/select-element.ts","../../../src/utils/watch.ts","../../../src/components/Tooltip/sgds-tooltip.ts","../../../src/utils/ce-registry.ts","../../../src/components/CloseButton/sgds-close-button.ts","../../../src/utils/slot.ts","../../../src/components/Badge/sgds-badge.ts","../../../src/components/Icon/icon-registry.ts","../../../src/components/Icon/sgds-icon.ts","../../../src/base/option-element.ts","../../../src/base/form-control-element.ts","../../../src/components/Checkbox/sgds-checkbox.ts","../../../src/components/ComboBox/sgds-combo-box-option.ts","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/repeat.js","../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/static.js","../../../src/components/Spinner/sgds-spinner.ts","../../../src/components/ComboBox/sgds-combo-box.ts","../../../src/components/ComboBox/index.ts","../../../src/components/Icon/icons/announcement.ts","../../../src/components/Icon/icons/archive.ts","../../../src/components/Icon/icons/arrow-bar-down.ts","../../../src/components/Icon/icons/arrow-bar-left.ts","../../../src/components/Icon/icons/arrow-bar-right.ts","../../../src/components/Icon/icons/arrow-bar-up.ts","../../../src/components/Icon/icons/arrow-circle-down.ts","../../../src/components/Icon/icons/arrow-circle-left.ts","../../../src/components/Icon/icons/arrow-circle-right.ts","../../../src/components/Icon/icons/arrow-circle-up.ts","../../../src/components/Icon/icons/arrow-clockwise.ts","../../../src/components/Icon/icons/arrow-down.ts","../../../src/components/Icon/icons/arrow-left.ts","../../../src/components/Icon/icons/arrow-repeat.ts","../../../src/components/Icon/icons/arrow-right.ts","../../../src/components/Icon/icons/arrow-square-down.ts","../../../src/components/Icon/icons/arrow-square-left.ts","../../../src/components/Icon/icons/arrow-square-right.ts","../../../src/components/Icon/icons/arrow-square-up.ts","../../../src/components/Icon/icons/arrow-up.ts","../../../src/components/Icon/icons/bank-fill.ts","../../../src/components/Icon/icons/bell-slash.ts","../../../src/components/Icon/icons/bell.ts","../../../src/components/Icon/icons/bi-funnel.ts","../../../src/components/Icon/icons/bookmark-fill.ts","../../../src/components/Icon/icons/bookmark.ts","../../../src/components/Icon/icons/box-arrow-up-right.ts","../../../src/components/Icon/icons/box-seam.ts","../../../src/components/Icon/icons/building.ts","../../../src/components/Icon/icons/bus.ts","../../../src/components/Icon/icons/calculator.ts","../../../src/components/Icon/icons/calendar-check.ts","../../../src/components/Icon/icons/calendar-heart.ts","../../../src/components/Icon/icons/calendar-x.ts","../../../src/components/Icon/icons/calendar.ts","../../../src/components/Icon/icons/camera.ts","../../../src/components/Icon/icons/car.ts","../../../src/components/Icon/icons/chat-dots.ts","../../../src/components/Icon/icons/chat-left-text.ts","../../../src/components/Icon/icons/chat.ts","../../../src/components/Icon/icons/check-circle-fill.ts","../../../src/components/Icon/icons/check-circle.ts","../../../src/components/Icon/icons/check.ts","../../../src/components/Icon/icons/chevron-down.ts","../../../src/components/Icon/icons/chevron-left.ts","../../../src/components/Icon/icons/chevron-right.ts","../../../src/components/Icon/icons/chevron-selector-vertical.ts","../../../src/components/Icon/icons/chevron-up.ts","../../../src/components/Icon/icons/clock.ts","../../../src/components/Icon/icons/cloud-check.ts","../../../src/components/Icon/icons/cloud-download.ts","../../../src/components/Icon/icons/cloud-upload.ts","../../../src/components/Icon/icons/cloud.ts","../../../src/components/Icon/icons/code-square.ts","../../../src/components/Icon/icons/coins-hand.ts","../../../src/components/Icon/icons/compass.ts","../../../src/components/Icon/icons/copy.ts","../../../src/components/Icon/icons/cpu-chip-ai.ts","../../../src/components/Icon/icons/cross.ts","../../../src/components/Icon/icons/cursor-fill.ts","../../../src/components/Icon/icons/cursor.ts","../../../src/components/Icon/icons/dash-circle.ts","../../../src/components/Icon/icons/dash-square.ts","../../../src/components/Icon/icons/dash.ts","../../../src/components/Icon/icons/database.ts","../../../src/components/Icon/icons/dataflow.ts","../../../src/components/Icon/icons/download.ts","../../../src/components/Icon/icons/edit.ts","../../../src/components/Icon/icons/exclamation-circle-fill.ts","../../../src/components/Icon/icons/exclamation-circle.ts","../../../src/components/Icon/icons/exclamation-triangle-fill.ts","../../../src/components/Icon/icons/exclamation-triangle.ts","../../../src/components/Icon/icons/exclamation.ts","../../../src/components/Icon/icons/eye-fill.ts","../../../src/components/Icon/icons/eye-slash-fill.ts","../../../src/components/Icon/icons/eye-slash.ts","../../../src/components/Icon/icons/eye.ts","../../../src/components/Icon/icons/face-smile-fill.ts","../../../src/components/Icon/icons/face-smile.ts","../../../src/components/Icon/icons/facebook.ts","../../../src/components/Icon/icons/file-earmark-text.ts","../../../src/components/Icon/icons/file-pdf.ts","../../../src/components/Icon/icons/file-plus.ts","../../../src/components/Icon/icons/file-text.ts","../../../src/components/Icon/icons/file.ts","../../../src/components/Icon/icons/files.ts","../../../src/components/Icon/icons/fingerprint.ts","../../../src/components/Icon/icons/flash.ts","../../../src/components/Icon/icons/folder-check.ts","../../../src/components/Icon/icons/folder-minus.ts","../../../src/components/Icon/icons/folder-plus.ts","../../../src/components/Icon/icons/folder.ts","../../../src/components/Icon/icons/gear.ts","../../../src/components/Icon/icons/geo-alt.ts","../../../src/components/Icon/icons/geo-fill.ts","../../../src/components/Icon/icons/geo.ts","../../../src/components/Icon/icons/globe-alt.ts","../../../src/components/Icon/icons/globe.ts","../../../src/components/Icon/icons/google.ts","../../../src/components/Icon/icons/grid-alt.ts","../../../src/components/Icon/icons/grid-fill.ts","../../../src/components/Icon/icons/hand-thumbs-down.ts","../../../src/components/Icon/icons/hand-thumbs-up.ts","../../../src/components/Icon/icons/hard-drive.ts","../../../src/components/Icon/icons/heart.ts","../../../src/components/Icon/icons/house-door.ts","../../../src/components/Icon/icons/house.ts","../../../src/components/Icon/icons/image.ts","../../../src/components/Icon/icons/in-box.ts","../../../src/components/Icon/icons/info-circle-fill.ts","../../../src/components/Icon/icons/info-circle.ts","../../../src/components/Icon/icons/instagram.ts","../../../src/components/Icon/icons/key.ts","../../../src/components/Icon/icons/laptop-gear.ts","../../../src/components/Icon/icons/laptop.ts","../../../src/components/Icon/icons/layers.ts","../../../src/components/Icon/icons/layout-text-window-reverse.ts","../../../src/components/Icon/icons/layout-text-window.ts","../../../src/components/Icon/icons/layout.ts","../../../src/components/Icon/icons/life-buoy.ts","../../../src/components/Icon/icons/lightbulb.ts","../../../src/components/Icon/icons/link.ts","../../../src/components/Icon/icons/linkedin.ts","../../../src/components/Icon/icons/list.ts","../../../src/components/Icon/icons/lock-fill.ts","../../../src/components/Icon/icons/lock.ts","../../../src/components/Icon/icons/login.ts","../../../src/components/Icon/icons/logout.ts","../../../src/components/Icon/icons/luggage.ts","../../../src/components/Icon/icons/mail-open.ts","../../../src/components/Icon/icons/mail.ts","../../../src/components/Icon/icons/map.ts","../../../src/components/Icon/icons/meetup.ts","../../../src/components/Icon/icons/menu.ts","../../../src/components/Icon/icons/microphone.ts","../../../src/components/Icon/icons/monitor.ts","../../../src/components/Icon/icons/moon.ts","../../../src/components/Icon/icons/move.ts","../../../src/components/Icon/icons/paperclip.ts","../../../src/components/Icon/icons/passcode.ts","../../../src/components/Icon/icons/passport.ts","../../../src/components/Icon/icons/pause.ts","../../../src/components/Icon/icons/pencil.ts","../../../src/components/Icon/icons/pending-circle.ts","../../../src/components/Icon/icons/person-dash.ts","../../../src/components/Icon/icons/person-plus.ts","../../../src/components/Icon/icons/person-x.ts","../../../src/components/Icon/icons/person.ts","../../../src/components/Icon/icons/phone.ts","../../../src/components/Icon/icons/pin-map-fill.ts","../../../src/components/Icon/icons/pin.ts","../../../src/components/Icon/icons/placeholder.ts","../../../src/components/Icon/icons/plane.ts","../../../src/components/Icon/icons/play.ts","../../../src/components/Icon/icons/plus-circle.ts","../../../src/components/Icon/icons/plus-square.ts","../../../src/components/Icon/icons/plus.ts","../../../src/components/Icon/icons/printer.ts","../../../src/components/Icon/icons/question-circle.ts","../../../src/components/Icon/icons/rocket.ts","../../../src/components/Icon/icons/save.ts","../../../src/components/Icon/icons/search.ts","../../../src/components/Icon/icons/send.ts","../../../src/components/Icon/icons/sg-crest.ts","../../../src/components/Icon/icons/share.ts","../../../src/components/Icon/icons/shield-tick.ts","../../../src/components/Icon/icons/sidebar-collapse.ts","../../../src/components/Icon/icons/sidebar-expand.ts","../../../src/components/Icon/icons/slash-circle.ts","../../../src/components/Icon/icons/slash-divider.ts","../../../src/components/Icon/icons/sliders.ts","../../../src/components/Icon/icons/sort-ascending.ts","../../../src/components/Icon/icons/sort-descending.ts","../../../src/components/Icon/icons/speedometer.ts","../../../src/components/Icon/icons/star-ai.ts","../../../src/components/Icon/icons/star-fill.ts","../../../src/components/Icon/icons/star.ts","../../../src/components/Icon/icons/stoplights.ts","../../../src/components/Icon/icons/sun.ts","../../../src/components/Icon/icons/switch-horizontal.ts","../../../src/components/Icon/icons/switch-vertical.ts","../../../src/components/Icon/icons/tablet.ts","../../../src/components/Icon/icons/telegram.ts","../../../src/components/Icon/icons/telephone.ts","../../../src/components/Icon/icons/three-dots-vertical.ts","../../../src/components/Icon/icons/three-dots.ts","../../../src/components/Icon/icons/ticket.ts","../../../src/components/Icon/icons/toggle-off.ts","../../../src/components/Icon/icons/toggle-on.ts","../../../src/components/Icon/icons/train.ts","../../../src/components/Icon/icons/translate.ts","../../../src/components/Icon/icons/trash.ts","../../../src/components/Icon/icons/trend-down.ts","../../../src/components/Icon/icons/trend-up.ts","../../../src/components/Icon/icons/truck.ts","../../../src/components/Icon/icons/twitter-x.ts","../../../src/components/Icon/icons/unlock.ts","../../../src/components/Icon/icons/upload.ts","../../../src/components/Icon/icons/user-check.ts","../../../src/components/Icon/icons/user-circle.ts","../../../src/components/Icon/icons/user-pause.ts","../../../src/components/Icon/icons/user-square.ts","../../../src/components/Icon/icons/users.ts","../../../src/components/Icon/icons/video-recorder.ts","../../../src/components/Icon/icons/volume-max.ts","../../../src/components/Icon/icons/volume-x.ts","../../../src/components/Icon/icons/window-dash.ts","../../../src/components/Icon/icons/window-desktop.ts","../../../src/components/Icon/icons/window-dock.ts","../../../src/components/Icon/icons/window-fullscreen.ts","../../../src/components/Icon/icons/window-plus.ts","../../../src/components/Icon/icons/window-sidebar.ts","../../../src/components/Icon/icons/window-split.ts","../../../src/components/Icon/icons/window-stack.ts","../../../src/components/Icon/icons/window-x.ts","../../../src/components/Icon/icons/window.ts","../../../src/components/Icon/icons/xcircle-fill.ts","../../../src/components/Icon/icons/xcircle.ts","../../../src/components/Icon/icons/youtube.ts","../../../src/components/Icon/icons/zoom-in.ts","../../../src/components/Icon/icons/zoom-out.ts"],"sourcesContent":["/******************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\n\nvar extendStatics = function(d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n};\n\nexport function __extends(d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nexport var __assign = function() {\n __assign = Object.assign || function __assign(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n }\n return t;\n }\n return __assign.apply(this, arguments);\n}\n\nexport function __rest(s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n}\n\nexport function __decorate(decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n}\n\nexport function __param(paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n}\n\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\n var _, done = false;\n for (var i = decorators.length - 1; i >= 0; i--) {\n var context = {};\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\n if (kind === \"accessor\") {\n if (result === void 0) continue;\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\n if (_ = accept(result.get)) descriptor.get = _;\n if (_ = accept(result.set)) descriptor.set = _;\n if (_ = accept(result.init)) initializers.unshift(_);\n }\n else if (_ = accept(result)) {\n if (kind === \"field\") initializers.unshift(_);\n else descriptor[key] = _;\n }\n }\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\n done = true;\n};\n\nexport function __runInitializers(thisArg, initializers, value) {\n var useValue = arguments.length > 2;\n for (var i = 0; i < initializers.length; i++) {\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\n }\n return useValue ? value : void 0;\n};\n\nexport function __propKey(x) {\n return typeof x === \"symbol\" ? x : \"\".concat(x);\n};\n\nexport function __setFunctionName(f, name, prefix) {\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\n};\n\nexport function __metadata(metadataKey, metadataValue) {\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\n}\n\nexport function __awaiter(thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n}\n\nexport function __generator(thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n}\n\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n});\n\nexport function __exportStar(m, o) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\n}\n\nexport function __values(o) {\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\n if (m) return m.call(o);\n if (o && typeof o.length === \"number\") return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\n}\n\nexport function __read(o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n}\n\n/** @deprecated */\nexport function __spread() {\n for (var ar = [], i = 0; i < arguments.length; i++)\n ar = ar.concat(__read(arguments[i]));\n return ar;\n}\n\n/** @deprecated */\nexport function __spreadArrays() {\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\n r[k] = a[j];\n return r;\n}\n\nexport function __spreadArray(to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n}\n\nexport function __await(v) {\n return this instanceof __await ? (this.v = v, this) : new __await(v);\n}\n\nexport function __asyncGenerator(thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume(\"next\", value); }\n function reject(value) { resume(\"throw\", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\n}\n\nexport function __asyncDelegator(o) {\n var i, p;\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\n}\n\nexport function __asyncValues(o) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var m = o[Symbol.asyncIterator], i;\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\n}\n\nexport function __makeTemplateObject(cooked, raw) {\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\n return cooked;\n};\n\nvar __setModuleDefault = Object.create ? (function(o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n}) : function(o, v) {\n o[\"default\"] = v;\n};\n\nvar ownKeys = function(o) {\n ownKeys = Object.getOwnPropertyNames || function (o) {\n var ar = [];\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\n return ar;\n };\n return ownKeys(o);\n};\n\nexport function __importStar(mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\n __setModuleDefault(result, mod);\n return result;\n}\n\nexport function __importDefault(mod) {\n return (mod && mod.__esModule) ? mod : { default: mod };\n}\n\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n}\n\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n}\n\nexport function __classPrivateFieldIn(state, receiver) {\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\n}\n\nexport function __addDisposableResource(env, value, async) {\n if (value !== null && value !== void 0) {\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\n var dispose, inner;\n if (async) {\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\n dispose = value[Symbol.asyncDispose];\n }\n if (dispose === void 0) {\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\n dispose = value[Symbol.dispose];\n if (async) inner = dispose;\n }\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\n env.stack.push({ value: value, dispose: dispose, async: async });\n }\n else if (async) {\n env.stack.push({ async: true });\n }\n return value;\n}\n\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\n var e = new Error(message);\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\n};\n\nexport function __disposeResources(env) {\n function fail(e) {\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\n env.hasError = true;\n }\n var r, s = 0;\n function next() {\n while (r = env.stack.pop()) {\n try {\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\n if (r.dispose) {\n var result = r.dispose.call(r.value);\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\n }\n else s |= 1;\n }\n catch (e) {\n fail(e);\n }\n }\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\n if (env.hasError) throw env.error;\n }\n return next();\n}\n\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\n });\n }\n return path;\n}\n\nexport default {\n __extends,\n __assign,\n __rest,\n __decorate,\n __param,\n __esDecorate,\n __runInitializers,\n __propKey,\n __setFunctionName,\n __metadata,\n __awaiter,\n __generator,\n __createBinding,\n __exportStar,\n __values,\n __read,\n __spread,\n __spreadArrays,\n __spreadArray,\n __await,\n __asyncGenerator,\n __asyncDelegator,\n __asyncValues,\n __makeTemplateObject,\n __importStar,\n __importDefault,\n __classPrivateFieldGet,\n __classPrivateFieldSet,\n __classPrivateFieldIn,\n __addDisposableResource,\n __disposeResources,\n __rewriteRelativeImportExtension,\n};\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,i=t=>t,s=t.trustedTypes,e=s?s.createPolicy(\"lit-html\",{createHTML:t=>t}):void 0,h=\"$lit$\",o=`lit$${Math.random().toFixed(9).slice(2)}$`,n=\"?\"+o,r=`<${n}>`,l=document,c=()=>l.createComment(\"\"),a=t=>null===t||\"object\"!=typeof t&&\"function\"!=typeof t,u=Array.isArray,d=t=>u(t)||\"function\"==typeof t?.[Symbol.iterator],f=\"[ \\t\\n\\f\\r]\",v=/<(?:(!--|\\/[^a-zA-Z])|(\\/?[a-zA-Z][^>\\s]*)|(\\/?$))/g,_=/-->/g,m=/>/g,p=RegExp(`>|${f}(?:([^\\\\s\"'>=/]+)(${f}*=${f}*(?:[^ \\t\\n\\f\\r\"'\\`<>=]|(\"|')|))|$)`,\"g\"),g=/'/g,$=/\"/g,y=/^(?:script|style|textarea|title)$/i,x=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),b=x(1),w=x(2),T=x(3),E=Symbol.for(\"lit-noChange\"),A=Symbol.for(\"lit-nothing\"),C=new WeakMap,P=l.createTreeWalker(l,129);function V(t,i){if(!u(t)||!t.hasOwnProperty(\"raw\"))throw Error(\"invalid template strings array\");return void 0!==e?e.createHTML(i):i}const N=(t,i)=>{const s=t.length-1,e=[];let n,l=2===i?\"<svg>\":3===i?\"<math>\":\"\",c=v;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,f=0;for(;f<s.length&&(c.lastIndex=f,u=c.exec(s),null!==u);)f=c.lastIndex,c===v?\"!--\"===u[1]?c=_:void 0!==u[1]?c=m:void 0!==u[2]?(y.test(u[2])&&(n=RegExp(\"</\"+u[2],\"g\")),c=p):void 0!==u[3]&&(c=p):c===p?\">\"===u[0]?(c=n??v,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?p:'\"'===u[3]?$:g):c===$||c===g?c=p:c===_||c===m?c=v:(c=p,n=void 0);const x=c===p&&t[i+1].startsWith(\"/>\")?\" \":\"\";l+=c===v?s+r:d>=0?(e.push(a),s.slice(0,d)+h+s.slice(d)+o+x):s+o+(-2===d?i:x)}return[V(t,l+(t[s]||\"<?>\")+(2===i?\"</svg>\":3===i?\"</math>\":\"\")),e]};class S{constructor({strings:t,_$litType$:i},e){let r;this.parts=[];let l=0,a=0;const u=t.length-1,d=this.parts,[f,v]=N(t,i);if(this.el=S.createElement(f,e),P.currentNode=this.el.content,2===i||3===i){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=P.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(h)){const i=v[a++],s=r.getAttribute(t).split(o),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:l,name:e[2],strings:s,ctor:\".\"===e[1]?I:\"?\"===e[1]?L:\"@\"===e[1]?z:H}),r.removeAttribute(t)}else t.startsWith(o)&&(d.push({type:6,index:l}),r.removeAttribute(t));if(y.test(r.tagName)){const t=r.textContent.split(o),i=t.length-1;if(i>0){r.textContent=s?s.emptyScript:\"\";for(let s=0;s<i;s++)r.append(t[s],c()),P.nextNode(),d.push({type:2,index:++l});r.append(t[i],c())}}}else if(8===r.nodeType)if(r.data===n)d.push({type:2,index:l});else{let t=-1;for(;-1!==(t=r.data.indexOf(o,t+1));)d.push({type:7,index:l}),t+=o.length-1}l++}}static createElement(t,i){const s=l.createElement(\"template\");return s.innerHTML=t,s}}function M(t,i,s=t,e){if(i===E)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=a(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(!1),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=M(t,h._$AS(t,i.values),h,e)),i}class R{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??l).importNode(i,!0);P.currentNode=e;let h=P.nextNode(),o=0,n=0,r=s[0];for(;void 0!==r;){if(o===r.index){let i;2===r.type?i=new k(h,h.nextSibling,this,t):1===r.type?i=new r.ctor(h,r.name,r.strings,this,t):6===r.type&&(i=new Z(h,this,t)),this._$AV.push(i),r=s[++n]}o!==r?.index&&(h=P.nextNode(),o++)}return P.currentNode=l,e}p(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++}}class k{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=M(this,t,i),a(t)?t===A||null==t||\"\"===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==E&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):d(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!==A&&a(this._$AH)?this._$AA.nextSibling.data=t:this.T(l.createTextNode(t)),this._$AH=t}$(t){const{values:i,_$litType$:s}=t,e=\"number\"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=S.createElement(V(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else{const t=new R(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t}}_$AC(t){let i=C.get(t.strings);return void 0===i&&C.set(t.strings,i=new S(t)),i}k(t){u(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new k(this.O(c()),this.O(c()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,s){for(this._$AP?.(!1,!0,s);t!==this._$AB;){const s=i(t).nextSibling;i(t).remove(),t=s}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class H{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||\"\"!==s[0]||\"\"!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A}_$AI(t,i=this,s,e){const h=this.strings;let o=!1;if(void 0===h)t=M(this,t,i,0),o=!a(t)||t!==this._$AH&&t!==E,o&&(this._$AH=t);else{const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=M(this,e[s+n],i,n),r===E&&(r=this._$AH[n]),o||=!a(r)||r!==this._$AH[n],r===A?t=A:t!==A&&(t+=(r??\"\")+h[n+1]),this._$AH[n]=r}o&&!e&&this.j(t)}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??\"\")}}class I extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===A?void 0:t}}class L extends H{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==A)}}class z extends H{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5}_$AI(t,i=this){if((t=M(this,t,i,0)??A)===E)return;const s=this._$AH,e=t===A&&s!==A||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==A&&(s===A||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){\"function\"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s}get _$AU(){return this._$AM._$AU}_$AI(t){M(this,t)}}const j={M:h,P:o,A:n,C:1,L:N,R,D:d,V:M,I:k,H,N:L,U:z,B:I,F:Z},B=t.litHtmlPolyfillSupport;B?.(S,k),(t.litHtmlVersions??=[]).push(\"3.3.2\");const D=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new k(i.insertBefore(c(),t),t,void 0,s??{})}return h._$AI(t),h};export{j as _$LH,b as html,T as mathml,E as noChange,A as nothing,D as render,w as svg};\n//# sourceMappingURL=lit-html.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},e=t=>(...e)=>({_$litDirective$:t,values:e});class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}export{i as Directive,t as PartType,e as directive};\n//# sourceMappingURL=directive.js.map\n","import{_$LH as o}from\"./lit-html.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{I:t}=o,i=o=>o,n=o=>null===o||\"object\"!=typeof o&&\"function\"!=typeof o,e={HTML:1,SVG:2,MATHML:3},l=(o,t)=>void 0===t?void 0!==o?._$litType$:o?._$litType$===t,d=o=>null!=o?._$litType$?.h,c=o=>void 0!==o?._$litDirective$,f=o=>o?._$litDirective$,r=o=>void 0===o.strings,s=()=>document.createComment(\"\"),v=(o,n,e)=>{const l=o._$AA.parentNode,d=void 0===n?o._$AB:n._$AA;if(void 0===e){const i=l.insertBefore(s(),d),n=l.insertBefore(s(),d);e=new t(i,n,o,o.options)}else{const t=e._$AB.nextSibling,n=e._$AM,c=n!==o;if(c){let t;e._$AQ?.(o),e._$AM=o,void 0!==e._$AP&&(t=o._$AU)!==n._$AU&&e._$AP(t)}if(t!==d||c){let o=e._$AA;for(;o!==t;){const t=i(o).nextSibling;i(l).insertBefore(o,d),o=t}}}return e},u=(o,t,i=o)=>(o._$AI(t,i),o),m={},p=(o,t=m)=>o._$AH=t,M=o=>o._$AH,h=o=>{o._$AR(),o._$AA.remove()},j=o=>{o._$AR()};export{e as TemplateResultType,j as clearPart,M as getCommittedValue,f as getDirectiveClass,v as insertPart,d as isCompiledTemplateResult,c as isDirectiveResult,n as isPrimitive,r as isSingleExpression,l as isTemplateResult,h as removePart,u as setChildPartValue,p as setCommittedValue};\n//# sourceMappingURL=directive-helpers.js.map\n","import{noChange as r,nothing as e}from\"../lit-html.js\";import{directive as i,Directive as t,PartType as n}from\"../directive.js\";import{isSingleExpression as o,setCommittedValue as s}from\"../directive-helpers.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const l=i(class extends t{constructor(r){if(super(r),r.type!==n.PROPERTY&&r.type!==n.ATTRIBUTE&&r.type!==n.BOOLEAN_ATTRIBUTE)throw Error(\"The `live` directive is not allowed on child or event bindings\");if(!o(r))throw Error(\"`live` bindings can only contain a single expression\")}render(r){return r}update(i,[t]){if(t===r||t===e)return t;const o=i.element,l=i.name;if(i.type===n.PROPERTY){if(t===o[l])return r}else if(i.type===n.BOOLEAN_ATTRIBUTE){if(!!t===o.hasAttribute(l))return r}else if(i.type===n.ATTRIBUTE&&o.getAttribute(l)===t+\"\")return r;return s(i),t}});export{l as live};\n//# sourceMappingURL=live.js.map\n","/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),o=new WeakMap;class n{constructor(t,e,o){if(this._$cssResult$=!0,o!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new n(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const o=1===t.length?t[0]:e.reduce((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[o+1],t[0]);return new n(o,t,s)},S=(s,o)=>{if(e)s.adoptedStyleSheets=o.map(t=>t instanceof CSSStyleSheet?t:t.styleSheet);else for(const e of o){const o=document.createElement(\"style\"),n=t.litNonce;void 0!==n&&o.setAttribute(\"nonce\",n),o.textContent=e.cssText,s.appendChild(o)}},c=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{n as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n","import{getCompatibleStyle as t,adoptStyles as s}from\"./css-tag.js\";export{CSSResult,css,supportsAdoptingStyleSheets,unsafeCSS}from\"./css-tag.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{is:i,defineProperty:e,getOwnPropertyDescriptor:h,getOwnPropertyNames:r,getOwnPropertySymbols:o,getPrototypeOf:n}=Object,a=globalThis,c=a.trustedTypes,l=c?c.emptyScript:\"\",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},f=(t,s)=>!i(t,s),b={attribute:!0,type:String,converter:u,reflect:!1,useDefault:!1,hasChanged:f};Symbol.metadata??=Symbol(\"metadata\"),a.litPropertyMetadata??=new WeakMap;class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=b){if(s.state&&(s.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((s=Object.create(s)).wrapped=!0),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),h=this.getPropertyDescriptor(t,i,s);void 0!==h&&e(this.prototype,t,h)}}static getPropertyDescriptor(t,s,i){const{get:e,set:r}=h(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t}};return{get:e,set(s){const h=e?.call(this);r?.call(this,s),this.requestUpdate(t,h,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(d(\"elementProperties\")))return;const t=n(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(d(\"finalized\")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d(\"properties\"))){const t=this.properties,s=[...r(t),...o(t)];for(const i of s)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(t(s))}else void 0!==s&&i.push(t(s));return i}static _$Eu(t,s){const i=s.attribute;return!1===i?void 0:\"string\"==typeof i?i:\"string\"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(t=>this.enableUpdating=t),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(t=>t(this))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return s(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(t=>t.hostConnected?.())}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach(t=>t.hostDisconnected?.())}attributeChangedCallback(t,s,i){this._$AK(t,i)}_$ET(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const h=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==h?this.removeAttribute(e):this.setAttribute(e,h),this._$Em=null}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),h=\"function\"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e;const r=h.fromAttribute(s,t.type);this[e]=r??this._$Ej?.get(e)??r,this._$Em=null}}requestUpdate(t,s,i,e=!1,h){if(void 0!==t){const r=this.constructor;if(!1===e&&(h=this[t]),i??=r.getPropertyOptions(t),!((i.hasChanged??f)(h,s)||i.useDefault&&i.reflect&&h===this._$Ej?.get(t)&&!this.hasAttribute(r._$Eu(t,i))))return;this.C(t,s,i)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,s,{useDefault:i,reflect:e,wrapped:h},r){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,r??s??this[t]),!0!==h||void 0!==r)||(this._$AL.has(t)||(this.hasUpdated||i||(s=void 0),this._$AL.set(t,s)),!0===e&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t){const{wrapped:t}=i,e=this[s];!0!==t||this._$AL.has(s)||void 0===e||this.C(s,void 0,i,e)}}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach(t=>t.hostUpdate?.()),this.update(s)):this._$EM()}catch(s){throw t=!1,this._$EM(),s}t&&this._$AE(s)}willUpdate(t){}_$AE(t){this._$EO?.forEach(t=>t.hostUpdated?.()),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.forEach(t=>this._$ET(t,this[t])),this._$EM()}updated(t){}firstUpdated(t){}}y.elementStyles=[],y.shadowRootOptions={mode:\"open\"},y[d(\"elementProperties\")]=new Map,y[d(\"finalized\")]=new Map,p?.({ReactiveElement:y}),(a.reactiveElementVersions??=[]).push(\"2.1.2\");export{y as ReactiveElement,s as adoptStyles,u as defaultConverter,t as getCompatibleStyle,f as notEqual};\n//# sourceMappingURL=reactive-element.js.map\n","import{ReactiveElement as t}from\"@lit/reactive-element\";export*from\"@lit/reactive-element\";import{render as e,noChange as r}from\"lit-html\";export*from\"lit-html\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const s=globalThis;class i extends t{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=e(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return r}}i._$litElement$=!0,i[\"finalized\"]=!0,s.litElementHydrateSupport?.({LitElement:i});const o=s.litElementPolyfillSupport;o?.({LitElement:i});const n={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(s.litElementVersions??=[]).push(\"4.2.2\");export{i as LitElement,n as _$LE};\n//# sourceMappingURL=lit-element.js.map\n","import{notEqual as t,defaultConverter as e}from\"../reactive-element.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o={attribute:!0,type:String,converter:e,reflect:!1,hasChanged:t},r=(t=o,e,r)=>{const{kind:n,metadata:i}=r;let s=globalThis.litPropertyMetadata.get(i);if(void 0===s&&globalThis.litPropertyMetadata.set(i,s=new Map),\"setter\"===n&&((t=Object.create(t)).wrapped=!0),s.set(r.name,t),\"accessor\"===n){const{name:o}=r;return{set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t,!0,r)},init(e){return void 0!==e&&this.C(o,void 0,t,e),e}}}if(\"setter\"===n){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t,!0,r)}}throw Error(\"Unsupported decorator location: \"+n)};function n(t){return(e,o)=>\"object\"==typeof o?r(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)}export{n as property,r as standardProperty};\n//# sourceMappingURL=property.js.map\n","import{property as t}from\"./property.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function r(r){return t({...r,state:!0,attribute:!1})}export{r as state};\n//# sourceMappingURL=state.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst e=(e,t,c)=>(c.configurable=!0,c.enumerable=!0,Reflect.decorate&&\"object\"!=typeof t&&Object.defineProperty(e,t,c),c);export{e as desc};\n//# sourceMappingURL=base.js.map\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nfunction r(r){return(n,e)=>t(n,e,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(r)??null}})}export{r as queryAsync};\n//# sourceMappingURL=query-async.js.map\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2021 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function o(o){return(e,n)=>{const{slot:r,selector:s}=o??{},c=\"slot\"+(r?`[name=${r}]`:\":not([name])\");return t(e,n,{get(){const t=this.renderRoot?.querySelector(c),e=t?.assignedElements(o)??[];return void 0===s?e:e.filter(t=>t.matches(s))}})}}export{o as queryAssignedElements};\n//# sourceMappingURL=query-assigned-elements.js.map\n","import{noChange as t}from\"../lit-html.js\";import{directive as s,Directive as i,PartType as r}from\"../directive.js\";\n/**\n * @license\n * Copyright 2018 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const e=s(class extends i{constructor(t){if(super(t),t.type!==r.ATTRIBUTE||\"class\"!==t.name||t.strings?.length>2)throw Error(\"`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.\")}render(t){return\" \"+Object.keys(t).filter(s=>t[s]).join(\" \")+\" \"}update(s,[i]){if(void 0===this.st){this.st=new Set,void 0!==s.strings&&(this.nt=new Set(s.strings.join(\" \").split(/\\s/).filter(t=>\"\"!==t)));for(const t in i)i[t]&&!this.nt?.has(t)&&this.st.add(t);return this.render(i)}const r=s.element.classList;for(const t of this.st)t in i||(r.remove(t),this.st.delete(t));for(const t in i){const s=!!i[t];s===this.st.has(t)||this.nt?.has(t)||(s?(r.add(t),this.st.add(t)):(r.remove(t),this.st.delete(t)))}return t}});export{e as classMap};\n//# sourceMappingURL=class-map.js.map\n","import{nothing as t}from\"../lit-html.js\";\n/**\n * @license\n * Copyright 2018 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o=o=>o??t;export{o as ifDefined};\n//# sourceMappingURL=if-defined.js.map\n","import{isSingleExpression as i}from\"./directive-helpers.js\";import{Directive as t,PartType as e}from\"./directive.js\";export{directive}from\"./directive.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const s=(i,t)=>{const e=i._$AN;if(void 0===e)return!1;for(const i of e)i._$AO?.(t,!1),s(i,t);return!0},o=i=>{let t,e;do{if(void 0===(t=i._$AM))break;e=t._$AN,e.delete(i),i=t}while(0===e?.size)},r=i=>{for(let t;t=i._$AM;i=t){let e=t._$AN;if(void 0===e)t._$AN=e=new Set;else if(e.has(i))break;e.add(i),c(t)}};function h(i){void 0!==this._$AN?(o(this),this._$AM=i,r(this)):this._$AM=i}function n(i,t=!1,e=0){const r=this._$AH,h=this._$AN;if(void 0!==h&&0!==h.size)if(t)if(Array.isArray(r))for(let i=e;i<r.length;i++)s(r[i],!1),o(r[i]);else null!=r&&(s(r,!1),o(r));else s(this,i)}const c=i=>{i.type==e.CHILD&&(i._$AP??=n,i._$AQ??=h)};class f extends t{constructor(){super(...arguments),this._$AN=void 0}_$AT(i,t,e){super._$AT(i,t,e),r(this),this.isConnected=i._$AU}_$AO(i,t=!0){i!==this.isConnected&&(this.isConnected=i,i?this.reconnected?.():this.disconnected?.()),t&&(s(this,i),o(this))}setValue(t){if(i(this._$Ct))this._$Ct._$AI(t,this);else{const i=[...this._$Ct._$AH];i[this._$Ci]=t,this._$Ct._$AI(i,this,0)}}disconnected(){}reconnected(){}}export{f as AsyncDirective,t as Directive,e as PartType};\n//# sourceMappingURL=async-directive.js.map\n","import{nothing as t}from\"../lit-html.js\";import{AsyncDirective as i}from\"../async-directive.js\";import{directive as s}from\"../directive.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const e=()=>new h;class h{}const o=new WeakMap,n=s(class extends i{render(i){return t}update(i,[s]){const e=s!==this.G;return e&&void 0!==this.G&&this.rt(void 0),(e||this.lt!==this.ct)&&(this.G=s,this.ht=i.options?.host,this.rt(this.ct=i.element)),t}rt(t){if(this.isConnected||(t=void 0),\"function\"==typeof this.G){const i=this.ht??globalThis;let s=o.get(i);void 0===s&&(s=new WeakMap,o.set(i,s)),void 0!==s.get(this.G)&&this.G.call(this.ht,void 0),s.set(this.G,t),void 0!==t&&this.G.call(this.ht,t)}else this.G.value=t}get lt(){return\"function\"==typeof this.G?o.get(this.ht??globalThis)?.get(this.G):this.G?.value}disconnected(){this.lt===this.ct&&this.rt(void 0)}reconnected(){this.rt(this.ct)}});export{e as createRef,n as ref};\n//# sourceMappingURL=ref.js.map\n","/**\n * Custom positioning reference element.\n * @see https://floating-ui.com/docs/virtual-elements\n */\n\nconst sides = ['top', 'right', 'bottom', 'left'];\nconst alignments = ['start', 'end'];\nconst placements = /*#__PURE__*/sides.reduce((acc, side) => acc.concat(side, side + \"-\" + alignments[0], side + \"-\" + alignments[1]), []);\nconst min = Math.min;\nconst max = Math.max;\nconst round = Math.round;\nconst floor = Math.floor;\nconst createCoords = v => ({\n x: v,\n y: v\n});\nconst oppositeSideMap = {\n left: 'right',\n right: 'left',\n bottom: 'top',\n top: 'bottom'\n};\nconst oppositeAlignmentMap = {\n start: 'end',\n end: 'start'\n};\nfunction clamp(start, value, end) {\n return max(start, min(value, end));\n}\nfunction evaluate(value, param) {\n return typeof value === 'function' ? value(param) : value;\n}\nfunction getSide(placement) {\n return placement.split('-')[0];\n}\nfunction getAlignment(placement) {\n return placement.split('-')[1];\n}\nfunction getOppositeAxis(axis) {\n return axis === 'x' ? 'y' : 'x';\n}\nfunction getAxisLength(axis) {\n return axis === 'y' ? 'height' : 'width';\n}\nconst yAxisSides = /*#__PURE__*/new Set(['top', 'bottom']);\nfunction getSideAxis(placement) {\n return yAxisSides.has(getSide(placement)) ? 'y' : 'x';\n}\nfunction getAlignmentAxis(placement) {\n return getOppositeAxis(getSideAxis(placement));\n}\nfunction getAlignmentSides(placement, rects, rtl) {\n if (rtl === void 0) {\n rtl = false;\n }\n const alignment = getAlignment(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const length = getAxisLength(alignmentAxis);\n let mainAlignmentSide = alignmentAxis === 'x' ? alignment === (rtl ? 'end' : 'start') ? 'right' : 'left' : alignment === 'start' ? 'bottom' : 'top';\n if (rects.reference[length] > rects.floating[length]) {\n mainAlignmentSide = getOppositePlacement(mainAlignmentSide);\n }\n return [mainAlignmentSide, getOppositePlacement(mainAlignmentSide)];\n}\nfunction getExpandedPlacements(placement) {\n const oppositePlacement = getOppositePlacement(placement);\n return [getOppositeAlignmentPlacement(placement), oppositePlacement, getOppositeAlignmentPlacement(oppositePlacement)];\n}\nfunction getOppositeAlignmentPlacement(placement) {\n return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);\n}\nconst lrPlacement = ['left', 'right'];\nconst rlPlacement = ['right', 'left'];\nconst tbPlacement = ['top', 'bottom'];\nconst btPlacement = ['bottom', 'top'];\nfunction getSideList(side, isStart, rtl) {\n switch (side) {\n case 'top':\n case 'bottom':\n if (rtl) return isStart ? rlPlacement : lrPlacement;\n return isStart ? lrPlacement : rlPlacement;\n case 'left':\n case 'right':\n return isStart ? tbPlacement : btPlacement;\n default:\n return [];\n }\n}\nfunction getOppositeAxisPlacements(placement, flipAlignment, direction, rtl) {\n const alignment = getAlignment(placement);\n let list = getSideList(getSide(placement), direction === 'start', rtl);\n if (alignment) {\n list = list.map(side => side + \"-\" + alignment);\n if (flipAlignment) {\n list = list.concat(list.map(getOppositeAlignmentPlacement));\n }\n }\n return list;\n}\nfunction getOppositePlacement(placement) {\n return placement.replace(/left|right|bottom|top/g, side => oppositeSideMap[side]);\n}\nfunction expandPaddingObject(padding) {\n return {\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n ...padding\n };\n}\nfunction getPaddingObject(padding) {\n return typeof padding !== 'number' ? expandPaddingObject(padding) : {\n top: padding,\n right: padding,\n bottom: padding,\n left: padding\n };\n}\nfunction rectToClientRect(rect) {\n const {\n x,\n y,\n width,\n height\n } = rect;\n return {\n width,\n height,\n top: y,\n left: x,\n right: x + width,\n bottom: y + height,\n x,\n y\n };\n}\n\nexport { alignments, clamp, createCoords, evaluate, expandPaddingObject, floor, getAlignment, getAlignmentAxis, getAlignmentSides, getAxisLength, getExpandedPlacements, getOppositeAlignmentPlacement, getOppositeAxis, getOppositeAxisPlacements, getOppositePlacement, getPaddingObject, getSide, getSideAxis, max, min, placements, rectToClientRect, round, sides };\n","import { getSideAxis, getAlignmentAxis, getAxisLength, getSide, getAlignment, evaluate, getPaddingObject, rectToClientRect, min, clamp, placements, getAlignmentSides, getOppositeAlignmentPlacement, getOppositePlacement, getExpandedPlacements, getOppositeAxisPlacements, sides, max, getOppositeAxis } from '@floating-ui/utils';\nexport { rectToClientRect } from '@floating-ui/utils';\n\nfunction computeCoordsFromPlacement(_ref, placement, rtl) {\n let {\n reference,\n floating\n } = _ref;\n const sideAxis = getSideAxis(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const alignLength = getAxisLength(alignmentAxis);\n const side = getSide(placement);\n const isVertical = sideAxis === 'y';\n const commonX = reference.x + reference.width / 2 - floating.width / 2;\n const commonY = reference.y + reference.height / 2 - floating.height / 2;\n const commonAlign = reference[alignLength] / 2 - floating[alignLength] / 2;\n let coords;\n switch (side) {\n case 'top':\n coords = {\n x: commonX,\n y: reference.y - floating.height\n };\n break;\n case 'bottom':\n coords = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n case 'right':\n coords = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n case 'left':\n coords = {\n x: reference.x - floating.width,\n y: commonY\n };\n break;\n default:\n coords = {\n x: reference.x,\n y: reference.y\n };\n }\n switch (getAlignment(placement)) {\n case 'start':\n coords[alignmentAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n case 'end':\n coords[alignmentAxis] += commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n }\n return coords;\n}\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n *\n * This export does not have any `platform` interface logic. You will need to\n * write one for the platform you are using Floating UI with.\n */\nconst computePosition = async (reference, floating, config) => {\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform\n } = config;\n const validMiddleware = middleware.filter(Boolean);\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));\n let rects = await platform.getElementRects({\n reference,\n floating,\n strategy\n });\n let {\n x,\n y\n } = computeCoordsFromPlacement(rects, placement, rtl);\n let statefulPlacement = placement;\n let middlewareData = {};\n let resetCount = 0;\n for (let i = 0; i < validMiddleware.length; i++) {\n const {\n name,\n fn\n } = validMiddleware[i];\n const {\n x: nextX,\n y: nextY,\n data,\n reset\n } = await fn({\n x,\n y,\n initialPlacement: placement,\n placement: statefulPlacement,\n strategy,\n middlewareData,\n rects,\n platform,\n elements: {\n reference,\n floating\n }\n });\n x = nextX != null ? nextX : x;\n y = nextY != null ? nextY : y;\n middlewareData = {\n ...middlewareData,\n [name]: {\n ...middlewareData[name],\n ...data\n }\n };\n if (reset && resetCount <= 50) {\n resetCount++;\n if (typeof reset === 'object') {\n if (reset.placement) {\n statefulPlacement = reset.placement;\n }\n if (reset.rects) {\n rects = reset.rects === true ? await platform.getElementRects({\n reference,\n floating,\n strategy\n }) : reset.rects;\n }\n ({\n x,\n y\n } = computeCoordsFromPlacement(rects, statefulPlacement, rtl));\n }\n i = -1;\n }\n }\n return {\n x,\n y,\n placement: statefulPlacement,\n strategy,\n middlewareData\n };\n};\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nasync function detectOverflow(state, options) {\n var _await$platform$isEle;\n if (options === void 0) {\n options = {};\n }\n const {\n x,\n y,\n platform,\n rects,\n elements,\n strategy\n } = state;\n const {\n boundary = 'clippingAncestors',\n rootBoundary = 'viewport',\n elementContext = 'floating',\n altBoundary = false,\n padding = 0\n } = evaluate(options, state);\n const paddingObject = getPaddingObject(padding);\n const altContext = elementContext === 'floating' ? 'reference' : 'floating';\n const element = elements[altBoundary ? altContext : elementContext];\n const clippingClientRect = rectToClientRect(await platform.getClippingRect({\n element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),\n boundary,\n rootBoundary,\n strategy\n }));\n const rect = elementContext === 'floating' ? {\n x,\n y,\n width: rects.floating.width,\n height: rects.floating.height\n } : rects.reference;\n const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));\n const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {\n x: 1,\n y: 1\n } : {\n x: 1,\n y: 1\n };\n const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({\n elements,\n rect,\n offsetParent,\n strategy\n }) : rect);\n return {\n top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,\n bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,\n left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,\n right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x\n };\n}\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = options => ({\n name: 'arrow',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n platform,\n elements,\n middlewareData\n } = state;\n // Since `element` is required, we don't Partial<> the type.\n const {\n element,\n padding = 0\n } = evaluate(options, state) || {};\n if (element == null) {\n return {};\n }\n const paddingObject = getPaddingObject(padding);\n const coords = {\n x,\n y\n };\n const axis = getAlignmentAxis(placement);\n const length = getAxisLength(axis);\n const arrowDimensions = await platform.getDimensions(element);\n const isYAxis = axis === 'y';\n const minProp = isYAxis ? 'top' : 'left';\n const maxProp = isYAxis ? 'bottom' : 'right';\n const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';\n const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];\n const startDiff = coords[axis] - rects.reference[axis];\n const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));\n let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;\n\n // DOM platform can return `window` as the `offsetParent`.\n if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {\n clientSize = elements.floating[clientProp] || rects.floating[length];\n }\n const centerToReference = endDiff / 2 - startDiff / 2;\n\n // If the padding is large enough that it causes the arrow to no longer be\n // centered, modify the padding so that it is centered.\n const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;\n const minPadding = min(paddingObject[minProp], largestPossiblePadding);\n const maxPadding = min(paddingObject[maxProp], largestPossiblePadding);\n\n // Make sure the arrow doesn't overflow the floating element if the center\n // point is outside the floating element's bounds.\n const min$1 = minPadding;\n const max = clientSize - arrowDimensions[length] - maxPadding;\n const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;\n const offset = clamp(min$1, center, max);\n\n // If the reference is small enough that the arrow's padding causes it to\n // to point to nothing for an aligned placement, adjust the offset of the\n // floating element itself. To ensure `shift()` continues to take action,\n // a single reset is performed when this is true.\n const shouldAddOffset = !middlewareData.arrow && getAlignment(placement) != null && center !== offset && rects.reference[length] / 2 - (center < min$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;\n const alignmentOffset = shouldAddOffset ? center < min$1 ? center - min$1 : center - max : 0;\n return {\n [axis]: coords[axis] + alignmentOffset,\n data: {\n [axis]: offset,\n centerOffset: center - offset - alignmentOffset,\n ...(shouldAddOffset && {\n alignmentOffset\n })\n },\n reset: shouldAddOffset\n };\n }\n});\n\nfunction getPlacementList(alignment, autoAlignment, allowedPlacements) {\n const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);\n return allowedPlacementsSortedByAlignment.filter(placement => {\n if (alignment) {\n return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);\n }\n return true;\n });\n}\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'autoPlacement',\n options,\n async fn(state) {\n var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;\n const {\n rects,\n middlewareData,\n placement,\n platform,\n elements\n } = state;\n const {\n crossAxis = false,\n alignment,\n allowedPlacements = placements,\n autoAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n const placements$1 = alignment !== undefined || allowedPlacements === placements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;\n const currentPlacement = placements$1[currentIndex];\n if (currentPlacement == null) {\n return {};\n }\n const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));\n\n // Make `computeCoords` start from the right place.\n if (placement !== currentPlacement) {\n return {\n reset: {\n placement: placements$1[0]\n }\n };\n }\n const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];\n const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {\n placement: currentPlacement,\n overflows: currentOverflows\n }];\n const nextPlacement = placements$1[currentIndex + 1];\n\n // There are more placements to check.\n if (nextPlacement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n const placementsSortedByMostSpace = allOverflows.map(d => {\n const alignment = getAlignment(d.placement);\n return [d.placement, alignment && crossAxis ?\n // Check along the mainAxis and main crossAxis side.\n d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :\n // Check only the mainAxis.\n d.overflows[0], d.overflows];\n }).sort((a, b) => a[1] - b[1]);\n const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,\n // Aligned placements should not check their opposite crossAxis\n // side.\n getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));\n const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];\n if (resetPlacement !== placement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: resetPlacement\n }\n };\n }\n return {};\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'flip',\n options,\n async fn(state) {\n var _middlewareData$arrow, _middlewareData$flip;\n const {\n placement,\n middlewareData,\n rects,\n initialPlacement,\n platform,\n elements\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true,\n fallbackPlacements: specifiedFallbackPlacements,\n fallbackStrategy = 'bestFit',\n fallbackAxisSideDirection = 'none',\n flipAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n\n // If a reset by the arrow was caused due to an alignment offset being\n // added, we should skip any logic now since `flip()` has already done its\n // work.\n // https://github.com/floating-ui/floating-ui/issues/2549#issuecomment-1719601643\n if ((_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n const side = getSide(placement);\n const initialSideAxis = getSideAxis(initialPlacement);\n const isBasePlacement = getSide(initialPlacement) === initialPlacement;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));\n const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== 'none';\n if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {\n fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));\n }\n const placements = [initialPlacement, ...fallbackPlacements];\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const overflows = [];\n let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];\n if (checkMainAxis) {\n overflows.push(overflow[side]);\n }\n if (checkCrossAxis) {\n const sides = getAlignmentSides(placement, rects, rtl);\n overflows.push(overflow[sides[0]], overflow[sides[1]]);\n }\n overflowsData = [...overflowsData, {\n placement,\n overflows\n }];\n\n // One or more sides is overflowing.\n if (!overflows.every(side => side <= 0)) {\n var _middlewareData$flip2, _overflowsData$filter;\n const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;\n const nextPlacement = placements[nextIndex];\n if (nextPlacement) {\n const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;\n if (!ignoreCrossAxisOverflow ||\n // We leave the current main axis only if every placement on that axis\n // overflows the main axis.\n overflowsData.every(d => getSideAxis(d.placement) === initialSideAxis ? d.overflows[0] > 0 : true)) {\n // Try next placement and re-run the lifecycle.\n return {\n data: {\n index: nextIndex,\n overflows: overflowsData\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n }\n\n // First, find the candidates that fit on the mainAxis side of overflow,\n // then find the placement that fits the best on the main crossAxis side.\n let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;\n\n // Otherwise fallback.\n if (!resetPlacement) {\n switch (fallbackStrategy) {\n case 'bestFit':\n {\n var _overflowsData$filter2;\n const placement = (_overflowsData$filter2 = overflowsData.filter(d => {\n if (hasFallbackAxisSideDirection) {\n const currentSideAxis = getSideAxis(d.placement);\n return currentSideAxis === initialSideAxis ||\n // Create a bias to the `y` side axis due to horizontal\n // reading directions favoring greater width.\n currentSideAxis === 'y';\n }\n return true;\n }).map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$filter2[0];\n if (placement) {\n resetPlacement = placement;\n }\n break;\n }\n case 'initialPlacement':\n resetPlacement = initialPlacement;\n break;\n }\n }\n if (placement !== resetPlacement) {\n return {\n reset: {\n placement: resetPlacement\n }\n };\n }\n }\n return {};\n }\n };\n};\n\nfunction getSideOffsets(overflow, rect) {\n return {\n top: overflow.top - rect.height,\n right: overflow.right - rect.width,\n bottom: overflow.bottom - rect.height,\n left: overflow.left - rect.width\n };\n}\nfunction isAnySideFullyClipped(overflow) {\n return sides.some(side => overflow[side] >= 0);\n}\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'hide',\n options,\n async fn(state) {\n const {\n rects\n } = state;\n const {\n strategy = 'referenceHidden',\n ...detectOverflowOptions\n } = evaluate(options, state);\n switch (strategy) {\n case 'referenceHidden':\n {\n const overflow = await detectOverflow(state, {\n ...detectOverflowOptions,\n elementContext: 'reference'\n });\n const offsets = getSideOffsets(overflow, rects.reference);\n return {\n data: {\n referenceHiddenOffsets: offsets,\n referenceHidden: isAnySideFullyClipped(offsets)\n }\n };\n }\n case 'escaped':\n {\n const overflow = await detectOverflow(state, {\n ...detectOverflowOptions,\n altBoundary: true\n });\n const offsets = getSideOffsets(overflow, rects.floating);\n return {\n data: {\n escapedOffsets: offsets,\n escaped: isAnySideFullyClipped(offsets)\n }\n };\n }\n default:\n {\n return {};\n }\n }\n }\n };\n};\n\nfunction getBoundingRect(rects) {\n const minX = min(...rects.map(rect => rect.left));\n const minY = min(...rects.map(rect => rect.top));\n const maxX = max(...rects.map(rect => rect.right));\n const maxY = max(...rects.map(rect => rect.bottom));\n return {\n x: minX,\n y: minY,\n width: maxX - minX,\n height: maxY - minY\n };\n}\nfunction getRectsByLine(rects) {\n const sortedRects = rects.slice().sort((a, b) => a.y - b.y);\n const groups = [];\n let prevRect = null;\n for (let i = 0; i < sortedRects.length; i++) {\n const rect = sortedRects[i];\n if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {\n groups.push([rect]);\n } else {\n groups[groups.length - 1].push(rect);\n }\n prevRect = rect;\n }\n return groups.map(rect => rectToClientRect(getBoundingRect(rect)));\n}\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'inline',\n options,\n async fn(state) {\n const {\n placement,\n elements,\n rects,\n platform,\n strategy\n } = state;\n // A MouseEvent's client{X,Y} coords can be up to 2 pixels off a\n // ClientRect's bounds, despite the event listener being triggered. A\n // padding of 2 seems to handle this issue.\n const {\n padding = 2,\n x,\n y\n } = evaluate(options, state);\n const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);\n const clientRects = getRectsByLine(nativeClientRects);\n const fallback = rectToClientRect(getBoundingRect(nativeClientRects));\n const paddingObject = getPaddingObject(padding);\n function getBoundingClientRect() {\n // There are two rects and they are disjoined.\n if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {\n // Find the first rect in which the point is fully inside.\n return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;\n }\n\n // There are 2 or more connected rects.\n if (clientRects.length >= 2) {\n if (getSideAxis(placement) === 'y') {\n const firstRect = clientRects[0];\n const lastRect = clientRects[clientRects.length - 1];\n const isTop = getSide(placement) === 'top';\n const top = firstRect.top;\n const bottom = lastRect.bottom;\n const left = isTop ? firstRect.left : lastRect.left;\n const right = isTop ? firstRect.right : lastRect.right;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n const isLeftSide = getSide(placement) === 'left';\n const maxRight = max(...clientRects.map(rect => rect.right));\n const minLeft = min(...clientRects.map(rect => rect.left));\n const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);\n const top = measureRects[0].top;\n const bottom = measureRects[measureRects.length - 1].bottom;\n const left = minLeft;\n const right = maxRight;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n return fallback;\n }\n const resetRects = await platform.getElementRects({\n reference: {\n getBoundingClientRect\n },\n floating: elements.floating,\n strategy\n });\n if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {\n return {\n reset: {\n rects: resetRects\n }\n };\n }\n return {};\n }\n };\n};\n\nconst originSides = /*#__PURE__*/new Set(['left', 'top']);\n\n// For type backwards-compatibility, the `OffsetOptions` type was also\n// Derivable.\n\nasync function convertValueToCoords(state, options) {\n const {\n placement,\n platform,\n elements\n } = state;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isVertical = getSideAxis(placement) === 'y';\n const mainAxisMulti = originSides.has(side) ? -1 : 1;\n const crossAxisMulti = rtl && isVertical ? -1 : 1;\n const rawValue = evaluate(options, state);\n\n // eslint-disable-next-line prefer-const\n let {\n mainAxis,\n crossAxis,\n alignmentAxis\n } = typeof rawValue === 'number' ? {\n mainAxis: rawValue,\n crossAxis: 0,\n alignmentAxis: null\n } : {\n mainAxis: rawValue.mainAxis || 0,\n crossAxis: rawValue.crossAxis || 0,\n alignmentAxis: rawValue.alignmentAxis\n };\n if (alignment && typeof alignmentAxis === 'number') {\n crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;\n }\n return isVertical ? {\n x: crossAxis * crossAxisMulti,\n y: mainAxis * mainAxisMulti\n } : {\n x: mainAxis * mainAxisMulti,\n y: crossAxis * crossAxisMulti\n };\n}\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = function (options) {\n if (options === void 0) {\n options = 0;\n }\n return {\n name: 'offset',\n options,\n async fn(state) {\n var _middlewareData$offse, _middlewareData$arrow;\n const {\n x,\n y,\n placement,\n middlewareData\n } = state;\n const diffCoords = await convertValueToCoords(state, options);\n\n // If the placement is the same and the arrow caused an alignment offset\n // then we don't need to change the positioning coordinates.\n if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n return {\n x: x + diffCoords.x,\n y: y + diffCoords.y,\n data: {\n ...diffCoords,\n placement\n }\n };\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'shift',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = false,\n limiter = {\n fn: _ref => {\n let {\n x,\n y\n } = _ref;\n return {\n x,\n y\n };\n }\n },\n ...detectOverflowOptions\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const crossAxis = getSideAxis(getSide(placement));\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n if (checkMainAxis) {\n const minSide = mainAxis === 'y' ? 'top' : 'left';\n const maxSide = mainAxis === 'y' ? 'bottom' : 'right';\n const min = mainAxisCoord + overflow[minSide];\n const max = mainAxisCoord - overflow[maxSide];\n mainAxisCoord = clamp(min, mainAxisCoord, max);\n }\n if (checkCrossAxis) {\n const minSide = crossAxis === 'y' ? 'top' : 'left';\n const maxSide = crossAxis === 'y' ? 'bottom' : 'right';\n const min = crossAxisCoord + overflow[minSide];\n const max = crossAxisCoord - overflow[maxSide];\n crossAxisCoord = clamp(min, crossAxisCoord, max);\n }\n const limitedCoords = limiter.fn({\n ...state,\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n });\n return {\n ...limitedCoords,\n data: {\n x: limitedCoords.x - x,\n y: limitedCoords.y - y,\n enabled: {\n [mainAxis]: checkMainAxis,\n [crossAxis]: checkCrossAxis\n }\n }\n };\n }\n };\n};\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n options,\n fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n middlewareData\n } = state;\n const {\n offset = 0,\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const crossAxis = getSideAxis(placement);\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n const rawOffset = evaluate(offset, state);\n const computedOffset = typeof rawOffset === 'number' ? {\n mainAxis: rawOffset,\n crossAxis: 0\n } : {\n mainAxis: 0,\n crossAxis: 0,\n ...rawOffset\n };\n if (checkMainAxis) {\n const len = mainAxis === 'y' ? 'height' : 'width';\n const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;\n const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;\n if (mainAxisCoord < limitMin) {\n mainAxisCoord = limitMin;\n } else if (mainAxisCoord > limitMax) {\n mainAxisCoord = limitMax;\n }\n }\n if (checkCrossAxis) {\n var _middlewareData$offse, _middlewareData$offse2;\n const len = mainAxis === 'y' ? 'width' : 'height';\n const isOriginSide = originSides.has(getSide(placement));\n const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);\n const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);\n if (crossAxisCoord < limitMin) {\n crossAxisCoord = limitMin;\n } else if (crossAxisCoord > limitMax) {\n crossAxisCoord = limitMax;\n }\n }\n return {\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n };\n }\n };\n};\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'size',\n options,\n async fn(state) {\n var _state$middlewareData, _state$middlewareData2;\n const {\n placement,\n rects,\n platform,\n elements\n } = state;\n const {\n apply = () => {},\n ...detectOverflowOptions\n } = evaluate(options, state);\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isYAxis = getSideAxis(placement) === 'y';\n const {\n width,\n height\n } = rects.floating;\n let heightSide;\n let widthSide;\n if (side === 'top' || side === 'bottom') {\n heightSide = side;\n widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';\n } else {\n widthSide = side;\n heightSide = alignment === 'end' ? 'top' : 'bottom';\n }\n const maximumClippingHeight = height - overflow.top - overflow.bottom;\n const maximumClippingWidth = width - overflow.left - overflow.right;\n const overflowAvailableHeight = min(height - overflow[heightSide], maximumClippingHeight);\n const overflowAvailableWidth = min(width - overflow[widthSide], maximumClippingWidth);\n const noShift = !state.middlewareData.shift;\n let availableHeight = overflowAvailableHeight;\n let availableWidth = overflowAvailableWidth;\n if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {\n availableWidth = maximumClippingWidth;\n }\n if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {\n availableHeight = maximumClippingHeight;\n }\n if (noShift && !alignment) {\n const xMin = max(overflow.left, 0);\n const xMax = max(overflow.right, 0);\n const yMin = max(overflow.top, 0);\n const yMax = max(overflow.bottom, 0);\n if (isYAxis) {\n availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max(overflow.left, overflow.right));\n } else {\n availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max(overflow.top, overflow.bottom));\n }\n }\n await apply({\n ...state,\n availableWidth,\n availableHeight\n });\n const nextDimensions = await platform.getDimensions(elements.floating);\n if (width !== nextDimensions.width || height !== nextDimensions.height) {\n return {\n reset: {\n rects: true\n }\n };\n }\n return {};\n }\n };\n};\n\nexport { arrow, autoPlacement, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, shift, size };\n","function hasWindow() {\n return typeof window !== 'undefined';\n}\nfunction getNodeName(node) {\n if (isNode(node)) {\n return (node.nodeName || '').toLowerCase();\n }\n // Mocked nodes in testing environments may not be instances of Node. By\n // returning `#document` an infinite loop won't occur.\n // https://github.com/floating-ui/floating-ui/issues/2317\n return '#document';\n}\nfunction getWindow(node) {\n var _node$ownerDocument;\n return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;\n}\nfunction getDocumentElement(node) {\n var _ref;\n return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;\n}\nfunction isNode(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof Node || value instanceof getWindow(value).Node;\n}\nfunction isElement(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof Element || value instanceof getWindow(value).Element;\n}\nfunction isHTMLElement(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof HTMLElement || value instanceof getWindow(value).HTMLElement;\n}\nfunction isShadowRoot(value) {\n if (!hasWindow() || typeof ShadowRoot === 'undefined') {\n return false;\n }\n return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;\n}\nconst invalidOverflowDisplayValues = /*#__PURE__*/new Set(['inline', 'contents']);\nfunction isOverflowElement(element) {\n const {\n overflow,\n overflowX,\n overflowY,\n display\n } = getComputedStyle(element);\n return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !invalidOverflowDisplayValues.has(display);\n}\nconst tableElements = /*#__PURE__*/new Set(['table', 'td', 'th']);\nfunction isTableElement(element) {\n return tableElements.has(getNodeName(element));\n}\nconst topLayerSelectors = [':popover-open', ':modal'];\nfunction isTopLayer(element) {\n return topLayerSelectors.some(selector => {\n try {\n return element.matches(selector);\n } catch (_e) {\n return false;\n }\n });\n}\nconst transformProperties = ['transform', 'translate', 'scale', 'rotate', 'perspective'];\nconst willChangeValues = ['transform', 'translate', 'scale', 'rotate', 'perspective', 'filter'];\nconst containValues = ['paint', 'layout', 'strict', 'content'];\nfunction isContainingBlock(elementOrCss) {\n const webkit = isWebKit();\n const css = isElement(elementOrCss) ? getComputedStyle(elementOrCss) : elementOrCss;\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n // https://drafts.csswg.org/css-transforms-2/#individual-transforms\n return transformProperties.some(value => css[value] ? css[value] !== 'none' : false) || (css.containerType ? css.containerType !== 'normal' : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== 'none' : false) || !webkit && (css.filter ? css.filter !== 'none' : false) || willChangeValues.some(value => (css.willChange || '').includes(value)) || containValues.some(value => (css.contain || '').includes(value));\n}\nfunction getContainingBlock(element) {\n let currentNode = getParentNode(element);\n while (isHTMLElement(currentNode) && !isLastTraversableNode(currentNode)) {\n if (isContainingBlock(currentNode)) {\n return currentNode;\n } else if (isTopLayer(currentNode)) {\n return null;\n }\n currentNode = getParentNode(currentNode);\n }\n return null;\n}\nfunction isWebKit() {\n if (typeof CSS === 'undefined' || !CSS.supports) return false;\n return CSS.supports('-webkit-backdrop-filter', 'none');\n}\nconst lastTraversableNodeNames = /*#__PURE__*/new Set(['html', 'body', '#document']);\nfunction isLastTraversableNode(node) {\n return lastTraversableNodeNames.has(getNodeName(node));\n}\nfunction getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}\nfunction getNodeScroll(element) {\n if (isElement(element)) {\n return {\n scrollLeft: element.scrollLeft,\n scrollTop: element.scrollTop\n };\n }\n return {\n scrollLeft: element.scrollX,\n scrollTop: element.scrollY\n };\n}\nfunction getParentNode(node) {\n if (getNodeName(node) === 'html') {\n return node;\n }\n const result =\n // Step into the shadow DOM of the parent of a slotted node.\n node.assignedSlot ||\n // DOM Element detected.\n node.parentNode ||\n // ShadowRoot detected.\n isShadowRoot(node) && node.host ||\n // Fallback.\n getDocumentElement(node);\n return isShadowRoot(result) ? result.host : result;\n}\nfunction getNearestOverflowAncestor(node) {\n const parentNode = getParentNode(node);\n if (isLastTraversableNode(parentNode)) {\n return node.ownerDocument ? node.ownerDocument.body : node.body;\n }\n if (isHTMLElement(parentNode) && isOverflowElement(parentNode)) {\n return parentNode;\n }\n return getNearestOverflowAncestor(parentNode);\n}\nfunction getOverflowAncestors(node, list, traverseIframes) {\n var _node$ownerDocument2;\n if (list === void 0) {\n list = [];\n }\n if (traverseIframes === void 0) {\n traverseIframes = true;\n }\n const scrollableAncestor = getNearestOverflowAncestor(node);\n const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);\n const win = getWindow(scrollableAncestor);\n if (isBody) {\n const frameElement = getFrameElement(win);\n return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);\n }\n return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));\n}\nfunction getFrameElement(win) {\n return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;\n}\n\nexport { getComputedStyle, getContainingBlock, getDocumentElement, getFrameElement, getNearestOverflowAncestor, getNodeName, getNodeScroll, getOverflowAncestors, getParentNode, getWindow, isContainingBlock, isElement, isHTMLElement, isLastTraversableNode, isNode, isOverflowElement, isShadowRoot, isTableElement, isTopLayer, isWebKit };\n","import { rectToClientRect, arrow as arrow$1, autoPlacement as autoPlacement$1, detectOverflow as detectOverflow$1, flip as flip$1, hide as hide$1, inline as inline$1, limitShift as limitShift$1, offset as offset$1, shift as shift$1, size as size$1, computePosition as computePosition$1 } from '@floating-ui/core';\nimport { round, createCoords, max, min, floor } from '@floating-ui/utils';\nimport { getComputedStyle as getComputedStyle$1, isHTMLElement, isElement, getWindow, isWebKit, getFrameElement, getNodeScroll, getDocumentElement, isTopLayer, getNodeName, isOverflowElement, getOverflowAncestors, getParentNode, isLastTraversableNode, isContainingBlock, isTableElement, getContainingBlock } from '@floating-ui/utils/dom';\nexport { getOverflowAncestors } from '@floating-ui/utils/dom';\n\nfunction getCssDimensions(element) {\n const css = getComputedStyle$1(element);\n // In testing environments, the `width` and `height` properties are empty\n // strings for SVG elements, returning NaN. Fallback to `0` in this case.\n let width = parseFloat(css.width) || 0;\n let height = parseFloat(css.height) || 0;\n const hasOffset = isHTMLElement(element);\n const offsetWidth = hasOffset ? element.offsetWidth : width;\n const offsetHeight = hasOffset ? element.offsetHeight : height;\n const shouldFallback = round(width) !== offsetWidth || round(height) !== offsetHeight;\n if (shouldFallback) {\n width = offsetWidth;\n height = offsetHeight;\n }\n return {\n width,\n height,\n $: shouldFallback\n };\n}\n\nfunction unwrapElement(element) {\n return !isElement(element) ? element.contextElement : element;\n}\n\nfunction getScale(element) {\n const domElement = unwrapElement(element);\n if (!isHTMLElement(domElement)) {\n return createCoords(1);\n }\n const rect = domElement.getBoundingClientRect();\n const {\n width,\n height,\n $\n } = getCssDimensions(domElement);\n let x = ($ ? round(rect.width) : rect.width) / width;\n let y = ($ ? round(rect.height) : rect.height) / height;\n\n // 0, NaN, or Infinity should always fallback to 1.\n\n if (!x || !Number.isFinite(x)) {\n x = 1;\n }\n if (!y || !Number.isFinite(y)) {\n y = 1;\n }\n return {\n x,\n y\n };\n}\n\nconst noOffsets = /*#__PURE__*/createCoords(0);\nfunction getVisualOffsets(element) {\n const win = getWindow(element);\n if (!isWebKit() || !win.visualViewport) {\n return noOffsets;\n }\n return {\n x: win.visualViewport.offsetLeft,\n y: win.visualViewport.offsetTop\n };\n}\nfunction shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {\n if (isFixed === void 0) {\n isFixed = false;\n }\n if (!floatingOffsetParent || isFixed && floatingOffsetParent !== getWindow(element)) {\n return false;\n }\n return isFixed;\n}\n\nfunction getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {\n if (includeScale === void 0) {\n includeScale = false;\n }\n if (isFixedStrategy === void 0) {\n isFixedStrategy = false;\n }\n const clientRect = element.getBoundingClientRect();\n const domElement = unwrapElement(element);\n let scale = createCoords(1);\n if (includeScale) {\n if (offsetParent) {\n if (isElement(offsetParent)) {\n scale = getScale(offsetParent);\n }\n } else {\n scale = getScale(element);\n }\n }\n const visualOffsets = shouldAddVisualOffsets(domElement, isFixedStrategy, offsetParent) ? getVisualOffsets(domElement) : createCoords(0);\n let x = (clientRect.left + visualOffsets.x) / scale.x;\n let y = (clientRect.top + visualOffsets.y) / scale.y;\n let width = clientRect.width / scale.x;\n let height = clientRect.height / scale.y;\n if (domElement) {\n const win = getWindow(domElement);\n const offsetWin = offsetParent && isElement(offsetParent) ? getWindow(offsetParent) : offsetParent;\n let currentWin = win;\n let currentIFrame = getFrameElement(currentWin);\n while (currentIFrame && offsetParent && offsetWin !== currentWin) {\n const iframeScale = getScale(currentIFrame);\n const iframeRect = currentIFrame.getBoundingClientRect();\n const css = getComputedStyle$1(currentIFrame);\n const left = iframeRect.left + (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;\n const top = iframeRect.top + (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;\n x *= iframeScale.x;\n y *= iframeScale.y;\n width *= iframeScale.x;\n height *= iframeScale.y;\n x += left;\n y += top;\n currentWin = getWindow(currentIFrame);\n currentIFrame = getFrameElement(currentWin);\n }\n }\n return rectToClientRect({\n width,\n height,\n x,\n y\n });\n}\n\n// If <html> has a CSS width greater than the viewport, then this will be\n// incorrect for RTL.\nfunction getWindowScrollBarX(element, rect) {\n const leftScroll = getNodeScroll(element).scrollLeft;\n if (!rect) {\n return getBoundingClientRect(getDocumentElement(element)).left + leftScroll;\n }\n return rect.left + leftScroll;\n}\n\nfunction getHTMLOffset(documentElement, scroll) {\n const htmlRect = documentElement.getBoundingClientRect();\n const x = htmlRect.left + scroll.scrollLeft - getWindowScrollBarX(documentElement, htmlRect);\n const y = htmlRect.top + scroll.scrollTop;\n return {\n x,\n y\n };\n}\n\nfunction convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {\n let {\n elements,\n rect,\n offsetParent,\n strategy\n } = _ref;\n const isFixed = strategy === 'fixed';\n const documentElement = getDocumentElement(offsetParent);\n const topLayer = elements ? isTopLayer(elements.floating) : false;\n if (offsetParent === documentElement || topLayer && isFixed) {\n return rect;\n }\n let scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n let scale = createCoords(1);\n const offsets = createCoords(0);\n const isOffsetParentAnElement = isHTMLElement(offsetParent);\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n if (isHTMLElement(offsetParent)) {\n const offsetRect = getBoundingClientRect(offsetParent);\n scale = getScale(offsetParent);\n offsets.x = offsetRect.x + offsetParent.clientLeft;\n offsets.y = offsetRect.y + offsetParent.clientTop;\n }\n }\n const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);\n return {\n width: rect.width * scale.x,\n height: rect.height * scale.y,\n x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,\n y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y\n };\n}\n\nfunction getClientRects(element) {\n return Array.from(element.getClientRects());\n}\n\n// Gets the entire size of the scrollable document area, even extending outside\n// of the `<html>` and `<body>` rect bounds if horizontally scrollable.\nfunction getDocumentRect(element) {\n const html = getDocumentElement(element);\n const scroll = getNodeScroll(element);\n const body = element.ownerDocument.body;\n const width = max(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);\n const height = max(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);\n let x = -scroll.scrollLeft + getWindowScrollBarX(element);\n const y = -scroll.scrollTop;\n if (getComputedStyle$1(body).direction === 'rtl') {\n x += max(html.clientWidth, body.clientWidth) - width;\n }\n return {\n width,\n height,\n x,\n y\n };\n}\n\n// Safety check: ensure the scrollbar space is reasonable in case this\n// calculation is affected by unusual styles.\n// Most scrollbars leave 15-18px of space.\nconst SCROLLBAR_MAX = 25;\nfunction getViewportRect(element, strategy) {\n const win = getWindow(element);\n const html = getDocumentElement(element);\n const visualViewport = win.visualViewport;\n let width = html.clientWidth;\n let height = html.clientHeight;\n let x = 0;\n let y = 0;\n if (visualViewport) {\n width = visualViewport.width;\n height = visualViewport.height;\n const visualViewportBased = isWebKit();\n if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {\n x = visualViewport.offsetLeft;\n y = visualViewport.offsetTop;\n }\n }\n const windowScrollbarX = getWindowScrollBarX(html);\n // <html> `overflow: hidden` + `scrollbar-gutter: stable` reduces the\n // visual width of the <html> but this is not considered in the size\n // of `html.clientWidth`.\n if (windowScrollbarX <= 0) {\n const doc = html.ownerDocument;\n const body = doc.body;\n const bodyStyles = getComputedStyle(body);\n const bodyMarginInline = doc.compatMode === 'CSS1Compat' ? parseFloat(bodyStyles.marginLeft) + parseFloat(bodyStyles.marginRight) || 0 : 0;\n const clippingStableScrollbarWidth = Math.abs(html.clientWidth - body.clientWidth - bodyMarginInline);\n if (clippingStableScrollbarWidth <= SCROLLBAR_MAX) {\n width -= clippingStableScrollbarWidth;\n }\n } else if (windowScrollbarX <= SCROLLBAR_MAX) {\n // If the <body> scrollbar is on the left, the width needs to be extended\n // by the scrollbar amount so there isn't extra space on the right.\n width += windowScrollbarX;\n }\n return {\n width,\n height,\n x,\n y\n };\n}\n\nconst absoluteOrFixed = /*#__PURE__*/new Set(['absolute', 'fixed']);\n// Returns the inner client rect, subtracting scrollbars if present.\nfunction getInnerBoundingClientRect(element, strategy) {\n const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');\n const top = clientRect.top + element.clientTop;\n const left = clientRect.left + element.clientLeft;\n const scale = isHTMLElement(element) ? getScale(element) : createCoords(1);\n const width = element.clientWidth * scale.x;\n const height = element.clientHeight * scale.y;\n const x = left * scale.x;\n const y = top * scale.y;\n return {\n width,\n height,\n x,\n y\n };\n}\nfunction getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {\n let rect;\n if (clippingAncestor === 'viewport') {\n rect = getViewportRect(element, strategy);\n } else if (clippingAncestor === 'document') {\n rect = getDocumentRect(getDocumentElement(element));\n } else if (isElement(clippingAncestor)) {\n rect = getInnerBoundingClientRect(clippingAncestor, strategy);\n } else {\n const visualOffsets = getVisualOffsets(element);\n rect = {\n x: clippingAncestor.x - visualOffsets.x,\n y: clippingAncestor.y - visualOffsets.y,\n width: clippingAncestor.width,\n height: clippingAncestor.height\n };\n }\n return rectToClientRect(rect);\n}\nfunction hasFixedPositionAncestor(element, stopNode) {\n const parentNode = getParentNode(element);\n if (parentNode === stopNode || !isElement(parentNode) || isLastTraversableNode(parentNode)) {\n return false;\n }\n return getComputedStyle$1(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);\n}\n\n// A \"clipping ancestor\" is an `overflow` element with the characteristic of\n// clipping (or hiding) child elements. This returns all clipping ancestors\n// of the given element up the tree.\nfunction getClippingElementAncestors(element, cache) {\n const cachedResult = cache.get(element);\n if (cachedResult) {\n return cachedResult;\n }\n let result = getOverflowAncestors(element, [], false).filter(el => isElement(el) && getNodeName(el) !== 'body');\n let currentContainingBlockComputedStyle = null;\n const elementIsFixed = getComputedStyle$1(element).position === 'fixed';\n let currentNode = elementIsFixed ? getParentNode(element) : element;\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n while (isElement(currentNode) && !isLastTraversableNode(currentNode)) {\n const computedStyle = getComputedStyle$1(currentNode);\n const currentNodeIsContaining = isContainingBlock(currentNode);\n if (!currentNodeIsContaining && computedStyle.position === 'fixed') {\n currentContainingBlockComputedStyle = null;\n }\n const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && absoluteOrFixed.has(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);\n if (shouldDropCurrentNode) {\n // Drop non-containing blocks.\n result = result.filter(ancestor => ancestor !== currentNode);\n } else {\n // Record last containing block for next iteration.\n currentContainingBlockComputedStyle = computedStyle;\n }\n currentNode = getParentNode(currentNode);\n }\n cache.set(element, result);\n return result;\n}\n\n// Gets the maximum area that the element is visible in due to any number of\n// clipping ancestors.\nfunction getClippingRect(_ref) {\n let {\n element,\n boundary,\n rootBoundary,\n strategy\n } = _ref;\n const elementClippingAncestors = boundary === 'clippingAncestors' ? isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);\n const clippingAncestors = [...elementClippingAncestors, rootBoundary];\n const firstClippingAncestor = clippingAncestors[0];\n const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {\n const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);\n accRect.top = max(rect.top, accRect.top);\n accRect.right = min(rect.right, accRect.right);\n accRect.bottom = min(rect.bottom, accRect.bottom);\n accRect.left = max(rect.left, accRect.left);\n return accRect;\n }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));\n return {\n width: clippingRect.right - clippingRect.left,\n height: clippingRect.bottom - clippingRect.top,\n x: clippingRect.left,\n y: clippingRect.top\n };\n}\n\nfunction getDimensions(element) {\n const {\n width,\n height\n } = getCssDimensions(element);\n return {\n width,\n height\n };\n}\n\nfunction getRectRelativeToOffsetParent(element, offsetParent, strategy) {\n const isOffsetParentAnElement = isHTMLElement(offsetParent);\n const documentElement = getDocumentElement(offsetParent);\n const isFixed = strategy === 'fixed';\n const rect = getBoundingClientRect(element, true, isFixed, offsetParent);\n let scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n const offsets = createCoords(0);\n\n // If the <body> scrollbar appears on the left (e.g. RTL systems). Use\n // Firefox with layout.scrollbar.side = 3 in about:config to test this.\n function setLeftRTLScrollbarOffset() {\n offsets.x = getWindowScrollBarX(documentElement);\n }\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n if (isOffsetParentAnElement) {\n const offsetRect = getBoundingClientRect(offsetParent, true, isFixed, offsetParent);\n offsets.x = offsetRect.x + offsetParent.clientLeft;\n offsets.y = offsetRect.y + offsetParent.clientTop;\n } else if (documentElement) {\n setLeftRTLScrollbarOffset();\n }\n }\n if (isFixed && !isOffsetParentAnElement && documentElement) {\n setLeftRTLScrollbarOffset();\n }\n const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);\n const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;\n const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;\n return {\n x,\n y,\n width: rect.width,\n height: rect.height\n };\n}\n\nfunction isStaticPositioned(element) {\n return getComputedStyle$1(element).position === 'static';\n}\n\nfunction getTrueOffsetParent(element, polyfill) {\n if (!isHTMLElement(element) || getComputedStyle$1(element).position === 'fixed') {\n return null;\n }\n if (polyfill) {\n return polyfill(element);\n }\n let rawOffsetParent = element.offsetParent;\n\n // Firefox returns the <html> element as the offsetParent if it's non-static,\n // while Chrome and Safari return the <body> element. The <body> element must\n // be used to perform the correct calculations even if the <html> element is\n // non-static.\n if (getDocumentElement(element) === rawOffsetParent) {\n rawOffsetParent = rawOffsetParent.ownerDocument.body;\n }\n return rawOffsetParent;\n}\n\n// Gets the closest ancestor positioned element. Handles some edge cases,\n// such as table ancestors and cross browser bugs.\nfunction getOffsetParent(element, polyfill) {\n const win = getWindow(element);\n if (isTopLayer(element)) {\n return win;\n }\n if (!isHTMLElement(element)) {\n let svgOffsetParent = getParentNode(element);\n while (svgOffsetParent && !isLastTraversableNode(svgOffsetParent)) {\n if (isElement(svgOffsetParent) && !isStaticPositioned(svgOffsetParent)) {\n return svgOffsetParent;\n }\n svgOffsetParent = getParentNode(svgOffsetParent);\n }\n return win;\n }\n let offsetParent = getTrueOffsetParent(element, polyfill);\n while (offsetParent && isTableElement(offsetParent) && isStaticPositioned(offsetParent)) {\n offsetParent = getTrueOffsetParent(offsetParent, polyfill);\n }\n if (offsetParent && isLastTraversableNode(offsetParent) && isStaticPositioned(offsetParent) && !isContainingBlock(offsetParent)) {\n return win;\n }\n return offsetParent || getContainingBlock(element) || win;\n}\n\nconst getElementRects = async function (data) {\n const getOffsetParentFn = this.getOffsetParent || getOffsetParent;\n const getDimensionsFn = this.getDimensions;\n const floatingDimensions = await getDimensionsFn(data.floating);\n return {\n reference: getRectRelativeToOffsetParent(data.reference, await getOffsetParentFn(data.floating), data.strategy),\n floating: {\n x: 0,\n y: 0,\n width: floatingDimensions.width,\n height: floatingDimensions.height\n }\n };\n};\n\nfunction isRTL(element) {\n return getComputedStyle$1(element).direction === 'rtl';\n}\n\nconst platform = {\n convertOffsetParentRelativeRectToViewportRelativeRect,\n getDocumentElement,\n getClippingRect,\n getOffsetParent,\n getElementRects,\n getClientRects,\n getDimensions,\n getScale,\n isElement,\n isRTL\n};\n\nfunction rectsAreEqual(a, b) {\n return a.x === b.x && a.y === b.y && a.width === b.width && a.height === b.height;\n}\n\n// https://samthor.au/2021/observing-dom/\nfunction observeMove(element, onMove) {\n let io = null;\n let timeoutId;\n const root = getDocumentElement(element);\n function cleanup() {\n var _io;\n clearTimeout(timeoutId);\n (_io = io) == null || _io.disconnect();\n io = null;\n }\n function refresh(skip, threshold) {\n if (skip === void 0) {\n skip = false;\n }\n if (threshold === void 0) {\n threshold = 1;\n }\n cleanup();\n const elementRectForRootMargin = element.getBoundingClientRect();\n const {\n left,\n top,\n width,\n height\n } = elementRectForRootMargin;\n if (!skip) {\n onMove();\n }\n if (!width || !height) {\n return;\n }\n const insetTop = floor(top);\n const insetRight = floor(root.clientWidth - (left + width));\n const insetBottom = floor(root.clientHeight - (top + height));\n const insetLeft = floor(left);\n const rootMargin = -insetTop + \"px \" + -insetRight + \"px \" + -insetBottom + \"px \" + -insetLeft + \"px\";\n const options = {\n rootMargin,\n threshold: max(0, min(1, threshold)) || 1\n };\n let isFirstUpdate = true;\n function handleObserve(entries) {\n const ratio = entries[0].intersectionRatio;\n if (ratio !== threshold) {\n if (!isFirstUpdate) {\n return refresh();\n }\n if (!ratio) {\n // If the reference is clipped, the ratio is 0. Throttle the refresh\n // to prevent an infinite loop of updates.\n timeoutId = setTimeout(() => {\n refresh(false, 1e-7);\n }, 1000);\n } else {\n refresh(false, ratio);\n }\n }\n if (ratio === 1 && !rectsAreEqual(elementRectForRootMargin, element.getBoundingClientRect())) {\n // It's possible that even though the ratio is reported as 1, the\n // element is not actually fully within the IntersectionObserver's root\n // area anymore. This can happen under performance constraints. This may\n // be a bug in the browser's IntersectionObserver implementation. To\n // work around this, we compare the element's bounding rect now with\n // what it was at the time we created the IntersectionObserver. If they\n // are not equal then the element moved, so we refresh.\n refresh();\n }\n isFirstUpdate = false;\n }\n\n // Older browsers don't support a `document` as the root and will throw an\n // error.\n try {\n io = new IntersectionObserver(handleObserve, {\n ...options,\n // Handle <iframe>s\n root: root.ownerDocument\n });\n } catch (_e) {\n io = new IntersectionObserver(handleObserve, options);\n }\n io.observe(element);\n }\n refresh(true);\n return cleanup;\n}\n\n/**\n * Automatically updates the position of the floating element when necessary.\n * Should only be called when the floating element is mounted on the DOM or\n * visible on the screen.\n * @returns cleanup function that should be invoked when the floating element is\n * removed from the DOM or hidden from the screen.\n * @see https://floating-ui.com/docs/autoUpdate\n */\nfunction autoUpdate(reference, floating, update, options) {\n if (options === void 0) {\n options = {};\n }\n const {\n ancestorScroll = true,\n ancestorResize = true,\n elementResize = typeof ResizeObserver === 'function',\n layoutShift = typeof IntersectionObserver === 'function',\n animationFrame = false\n } = options;\n const referenceEl = unwrapElement(reference);\n const ancestors = ancestorScroll || ancestorResize ? [...(referenceEl ? getOverflowAncestors(referenceEl) : []), ...getOverflowAncestors(floating)] : [];\n ancestors.forEach(ancestor => {\n ancestorScroll && ancestor.addEventListener('scroll', update, {\n passive: true\n });\n ancestorResize && ancestor.addEventListener('resize', update);\n });\n const cleanupIo = referenceEl && layoutShift ? observeMove(referenceEl, update) : null;\n let reobserveFrame = -1;\n let resizeObserver = null;\n if (elementResize) {\n resizeObserver = new ResizeObserver(_ref => {\n let [firstEntry] = _ref;\n if (firstEntry && firstEntry.target === referenceEl && resizeObserver) {\n // Prevent update loops when using the `size` middleware.\n // https://github.com/floating-ui/floating-ui/issues/1740\n resizeObserver.unobserve(floating);\n cancelAnimationFrame(reobserveFrame);\n reobserveFrame = requestAnimationFrame(() => {\n var _resizeObserver;\n (_resizeObserver = resizeObserver) == null || _resizeObserver.observe(floating);\n });\n }\n update();\n });\n if (referenceEl && !animationFrame) {\n resizeObserver.observe(referenceEl);\n }\n resizeObserver.observe(floating);\n }\n let frameId;\n let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;\n if (animationFrame) {\n frameLoop();\n }\n function frameLoop() {\n const nextRefRect = getBoundingClientRect(reference);\n if (prevRefRect && !rectsAreEqual(prevRefRect, nextRefRect)) {\n update();\n }\n prevRefRect = nextRefRect;\n frameId = requestAnimationFrame(frameLoop);\n }\n update();\n return () => {\n var _resizeObserver2;\n ancestors.forEach(ancestor => {\n ancestorScroll && ancestor.removeEventListener('scroll', update);\n ancestorResize && ancestor.removeEventListener('resize', update);\n });\n cleanupIo == null || cleanupIo();\n (_resizeObserver2 = resizeObserver) == null || _resizeObserver2.disconnect();\n resizeObserver = null;\n if (animationFrame) {\n cancelAnimationFrame(frameId);\n }\n };\n}\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nconst detectOverflow = detectOverflow$1;\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = offset$1;\n\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = autoPlacement$1;\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = shift$1;\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = flip$1;\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = size$1;\n\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = hide$1;\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = arrow$1;\n\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = inline$1;\n\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = limitShift$1;\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n */\nconst computePosition = (reference, floating, options) => {\n // This caches the expensive `getClippingElementAncestors` function so that\n // multiple lifecycle resets re-use the same result. It only lives for a\n // single call. If other functions become expensive, we can add them as well.\n const cache = new Map();\n const mergedOptions = {\n platform,\n ...options\n };\n const platformWithCache = {\n ...mergedOptions.platform,\n _c: cache\n };\n return computePosition$1(reference, floating, {\n ...mergedOptions,\n platform: platformWithCache\n });\n};\n\nexport { arrow, autoPlacement, autoUpdate, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, platform, shift, size };\n","// @defaultValue decorator\n//\n// Runs when the corresponding attribute of the observed property changes, e.g. after calling Element.setAttribute or after updating\n// the observed property.\n//\n// The decorator checks whether the value of the attribute is different from the value of the property and in that case\n// it saves the new value.\n//\n//\n// Usage:\n//\n// @property({ type: Boolean, reflect: true })\n// checked = false;\n//\n// @defaultValue('checked')\n// defaultChecked = false;\n//\n\nimport { defaultConverter } from \"lit\";\nimport type { ReactiveElement } from \"lit\";\n\nexport const defaultValue =\n (propertyName = \"value\") =>\n (proto: ReactiveElement, key: string) => {\n const ctor = proto.constructor as typeof ReactiveElement;\n\n const attributeChangedCallback = ctor.prototype.attributeChangedCallback;\n ctor.prototype.attributeChangedCallback = function (\n this: ReactiveElement & { [name: string]: unknown },\n name,\n old,\n value\n ) {\n const options = ctor.getPropertyOptions(propertyName);\n const attributeName = (typeof options.attribute === \"string\" ? options.attribute : propertyName).toLowerCase();\n if (name === attributeName) {\n const converter = options.converter || defaultConverter;\n const fromAttribute =\n typeof converter === \"function\" ? converter : converter?.fromAttribute ?? defaultConverter.fromAttribute;\n\n const newValue: unknown = fromAttribute(value, options.type);\n if (this[propertyName] !== newValue) {\n this[key] = newValue;\n }\n }\n attributeChangedCallback.call(this, name, old, value);\n };\n };\n","export default function (componentName = \"\", elementName = \"\"): string {\n return `id-${Math.random().toString().substring(2, 6)}-sgds-${componentName}-${elementName}`;\n}\n","import { ReactiveController, ReactiveControllerHost } from \"lit\";\nimport { SgdsFormControl } from \"./formSubmitController\";\nimport { SgdsCheckbox, SgdsInput } from \"../components\";\n\ninterface HostWithInternals extends ReactiveControllerHost, HTMLElement {\n _internals?: ElementInternals;\n}\n\n/**\n * SGDS custom form validation methods and behaviours\n */\nexport class InputValidationController implements ReactiveController {\n host: ReactiveControllerHost & HTMLElement;\n _internals: ElementInternals;\n validationError: keyof ValidityState;\n options: InputValidationControllerOptions;\n\n constructor(host: ReactiveControllerHost & HTMLElement, options?: Partial<InputValidationControllerOptions>) {\n (this.host = host).addController(this);\n // Use the internals from the host if it implements the mixin\n this._internals = (host as HostWithInternals)._internals || this.host.attachInternals();\n this.options = {\n setInvalid: (host: SgdsFormControl, value: boolean) => {\n host.invalid = value;\n },\n value: (host: SgdsFormControl) => {\n return host.value;\n },\n input: (host: SgdsFormControl) => host.input,\n ...options\n };\n }\n\n hostConnected(): void {\n this.host.addEventListener(\"invalid\", e => this.handleInvalid(e));\n }\n\n hostDisconnected(): void {\n this.host.removeEventListener(\"invalid\", e => this.handleInvalid(e));\n }\n /**\n * Prevents the native browser error message pop up when reportValidity() called by\n * associated form or the component's reportValidity during constraint validation\n * Sets invalid reactive prop to true\n */\n handleInvalid(e: Event) {\n e.preventDefault();\n this.options.setInvalid(this.host, true);\n }\n\n /**\n * Sets invalid to false when invoked and\n * Updates the ValidityState based on new value, but\n * does not update invalid reactive prop\n * @param e\n */\n handleInput(e: Event) {\n const input = e.target as HTMLInputElement;\n this.options.setInvalid(this.host, false);\n this.validateInput(input);\n }\n /**\n * Validate the input's new value after onChange and\n * update invalid reactive prop\n * @param e\n */\n handleChange(e: Event) {\n const input = e.target as HTMLInputElement;\n this.validateInput(input);\n this.options.setInvalid(this.host, !this.checkValidity());\n }\n\n get form() {\n return this._internals.form;\n }\n\n get validity() {\n return this._internals.validity;\n }\n\n get validationMessage() {\n return this._internals.validationMessage;\n }\n\n get willValidate() {\n return this._internals.willValidate;\n }\n /**\n * Checks the validity and updates the invalid reactive prop of form components\n */\n updateInvalidState() {\n this.options.setInvalid(this.host, !this.checkValidity());\n }\n /**\n * Resets the ValidityState of the control\n */\n resetValidity() {\n return this._internals.setValidity({});\n }\n /**\n * Reports the validity\n */\n checkValidity(): boolean {\n return this._internals.checkValidity();\n }\n /**\n * Reports the validity with a error popup message\n */\n reportValidity(): boolean {\n return this._internals.reportValidity();\n }\n setValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void {\n return this._internals.setValidity(flags, message, anchor);\n }\n /**\n * Sets the form control value into FormData,\n * making the value of control accessible via FormData\n */\n setFormValue() {\n const value = this.options.value(this.host) as string | FormData | File;\n this._internals.setFormValue(value);\n }\n /**\n * Updates the ValidityState of the input in form component at current state\n */\n validateInput(input) {\n /** When the form control is disabled, its always valid */\n if (this.options.input(this.host).disabled) {\n return this._internals.setValidity({});\n }\n // get the validity of the internal <input>\n const validState = input.validity;\n // if the input is invalid, show the correct error\n if (!validState.valid) {\n // loop through the error reasons\n for (const state in validState) {\n // if there is an error and corresponding attribute holding\n // the message\n if (validState[state]) {\n this.validationError = state.toString() as keyof ValidityState;\n // set the validity error reason and the corresponding\n // message\n this._internals.setValidity({ [this.validationError]: true }, input.validationMessage, input);\n }\n }\n } else {\n this._internals.setValidity({});\n }\n }\n}\n\nexport interface InputValidationControllerOptions {\n /** A function that sets the value of host invalid reactive prop */\n setInvalid: (host: ReactiveControllerHost & HTMLElement, value: boolean) => void;\n /** A function that gets the value of host value reactive prop */\n value: (host: ReactiveControllerHost & HTMLElement) => unknown;\n /** A function that gets the input control of host value reactive prop */\n input: (host: ReactiveController & HTMLElement) => HTMLInputElement | SgdsInput | SgdsCheckbox;\n}\n","import { LitElement, PropertyValueMap } from \"lit\";\nimport { queryAsync } from \"lit/decorators.js\";\nimport { SgdsInput } from \"../components\";\nimport { InputValidationController } from \"./inputValidationController\";\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: any[]) => T;\n\n/**\n * @summary The FormValidationMixin used by the form components\n * @param superClass\n * @returns\n */\nexport const SgdsFormValidatorMixin = <T extends Constructor<LitElement>>(superClass: T) => {\n class ToBeValidatedElement extends superClass {\n static formAssociated = true;\n inputValidationController: InputValidationController;\n input: HTMLInputElement | SgdsInput | HTMLTextAreaElement;\n private _isTouched = false;\n private _internals: ElementInternals;\n @queryAsync(\"sgds-input\") sgdsInput: Promise<SgdsInput>;\n @queryAsync(\"sgds-datepicker-input\") sgdsDatepickerInput: Promise<SgdsInput>;\n\n // TypeScript requires mixin constructors to have rest parameter of type any[]\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n constructor(...args: any[]) {\n super(...args);\n this._internals = this.attachInternals();\n }\n\n connectedCallback(): void {\n super.connectedCallback();\n\n /** Idempotency guarantee — always create so reset can clear validity even with noValidate */\n this.inputValidationController ??= new InputValidationController(this);\n }\n async firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n\n /* Either input or sgds-input. For example, quantity-toggle uses sgds-input */\n this.input =\n this.shadowRoot.querySelector(\"input\") ||\n (await this.sgdsInput) ||\n this.shadowRoot.querySelector(\"textarea\") ||\n (await this.sgdsDatepickerInput);\n\n this._mixinSetFormValue();\n\n if (this._mixinShouldSkipSgdsValidation()) return;\n\n this._mixinValidate(this.input);\n }\n\n /**\n * Native lifecycle of Form-Associated Custom Element Callbacks\n */\n formResetCallback() {\n if (this._mixinResetFormControl) {\n this._mixinResetFormControl();\n } else {\n this.value = this.defaultValue;\n this._mixinResetValidity(this.input);\n }\n this._mixinSetFormValue();\n }\n /**\n *\n * Methods use by classes using this mixin\n */\n\n /**\n * OnChange of form component\n * 1. Make value of control accessible via FormData\n * 2. Run change handler\n */\n _mixinHandleChange(e: Event): void {\n this._mixinSetFormValue();\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.handleChange(e);\n }\n /**\n * OnChange of form component\n * 1. Make value of control accessible via FormData\n * 2. Run input handler\n */\n _mixinHandleInputChange(e: Event): void {\n this._mixinSetFormValue();\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.handleInput(e);\n }\n /**\n * During form resetting,\n * 1. ValidityState is reset (always, regardless of noValidate)\n * 2. invalid reactive prop is updated after the reset (always)\n * 3. Reset touched state to false for a pristine form (always)\n * 4. Revalidates the ValidityState (but do not update invalid prop)\n * to prepare for the next validity check (skipped when noValidate)\n */\n _mixinResetValidity(input: HTMLInputElement | SgdsInput | HTMLTextAreaElement) {\n this.inputValidationController.resetValidity();\n this.inputValidationController.updateInvalidState();\n this._isTouched ? (this._isTouched = false) : null;\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.validateInput(input);\n }\n\n _mixinValidate(input: HTMLInputElement | SgdsInput | HTMLTextAreaElement) {\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.inputValidationController.validateInput(input);\n }\n _mixinSetFormValue() {\n const value = this.value as string | FormData | File;\n this._internals.setFormValue(value);\n }\n _mixinCheckValidity(): boolean {\n if (this._mixinShouldSkipSgdsValidation()) return true;\n return this.inputValidationController.checkValidity();\n }\n _mixinReportValidity(): boolean {\n if (this._mixinShouldSkipSgdsValidation()) return true;\n return this.inputValidationController.reportValidity();\n }\n _mixinGetValidity(): ValidityState {\n return this._internals.validity;\n }\n _mixinGetValidationMessage(): string {\n return this._internals.validationMessage;\n }\n _mixinSetValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void {\n if (this._mixinShouldSkipSgdsValidation()) return;\n return this.inputValidationController.setValidity(flags, message, anchor);\n }\n // Only check for noValidate prop\n _mixinShouldSkipSgdsValidation() {\n const form = this.closest(\"form\");\n\n return form?.noValidate || this.noValidate;\n }\n\n /** DECLARED INSTANCE METHODS AND PROPERTIES*/\n\n /**\n * Resets a form control to its initial state\n */\n declare _mixinResetFormControl: () => void;\n declare value: string;\n declare defaultValue: string;\n declare defaultChecked: boolean;\n declare noValidate: boolean;\n }\n\n return ToBeValidatedElement as Constructor<ToBeValidatedElementInterface> & T;\n};\n\nexport declare class ToBeValidatedElementInterface {\n inputValidationController: InputValidationController;\n input: HTMLInputElement;\n _mixinHandleChange(e: Event): void;\n _mixinHandleInputChange(e: Event): void;\n _mixinResetValidity(input: HTMLInputElement | SgdsInput): void;\n _mixinValidate(input: HTMLInputElement | SgdsInput): void;\n _mixinSetFormValue(): void;\n _mixinCheckValidity(): boolean;\n _mixinReportValidity(): boolean;\n _mixinSetValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void;\n _mixinGetValidity(): ValidityState;\n _mixinGetValidationMessage(): string;\n _mixinShouldSkipSgdsValidation(): boolean;\n}\n","import { isServer, LitElement, type CSSResult } from \"lit\";\nimport style from \"./sgds-element.css\";\nimport { property } from \"lit/decorators.js\";\n\nexport default class SgdsElement extends LitElement {\n static styles: CSSResult[] = [style];\n /**@internal Set to true in SSR environment */\n @property({ type: Boolean, reflect: true }) ssr = isServer || Boolean(this.shadowRoot);\n\n /** Emits a custom event with more convenient defaults. */\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n emit<T = any>(name: string, options?: CustomEventInit<T>) {\n const event = new CustomEvent(name, {\n bubbles: true,\n cancelable: false,\n composed: true,\n detail: {},\n ...options\n });\n\n this.dispatchEvent(event);\n\n return event;\n }\n static define(name: string, elementConstructor = this, options: ElementDefinitionOptions = {}) {\n const currentlyRegisteredConstructor = customElements.get(name) as CustomElementConstructor | typeof SgdsElement;\n\n if (!currentlyRegisteredConstructor) {\n // We try to register as the actual class first. If for some reason that fails, we fall back to anonymous classes.\n // customElements can only have 1 class of the same \"object id\" per registry, so that is why the try {} catch {} exists.\n // Some tools like Jest Snapshots and if you import the constructor and call `new SgdsButton()` they will fail with\n // the anonymous class version.\n try {\n customElements.define(name, elementConstructor, options);\n } catch (_err) {\n customElements.define(name, class extends elementConstructor {}, options);\n }\n return;\n }\n }\n /** @internal */\n static dependencies: Record<string, typeof SgdsElement> = {};\n\n constructor() {\n super();\n Object.entries((this.constructor as typeof SgdsElement).dependencies).forEach(([name, component]) => {\n (this.constructor as typeof SgdsElement).define(name, component);\n });\n }\n\n protected firstUpdated(changedProperties: Parameters<LitElement[\"firstUpdated\"]>[0]): void {\n super.firstUpdated(changedProperties);\n // This is a fix to workaround SSR not being able to catch slotchange events.\n // https://github.com/lit/lit/discussions/4697\n if (this.ssr) {\n this.shadowRoot?.querySelectorAll(\"slot\").forEach(slotElement => {\n slotElement.dispatchEvent(new Event(\"slotchange\", { bubbles: true, composed: false, cancelable: false }));\n });\n }\n }\n}\n","//\n// Animates an element using keyframes. Returns a promise that resolves after the animation completes or gets canceled.\n//\nexport function animateTo(el: HTMLElement, keyframes: Keyframe[], options?: KeyframeAnimationOptions) {\n return new Promise(resolve => {\n if (options?.duration === Infinity) {\n throw new Error(\"Promise-based animations must be finite.\");\n }\n\n const animation = el.animate(keyframes, {\n ...options,\n duration: prefersReducedMotion() ? 0 : options?.duration\n });\n\n animation.addEventListener(\"cancel\", resolve, { once: true });\n animation.addEventListener(\"finish\", resolve, { once: true });\n });\n}\n\n//\n// Parses a CSS duration and returns the number of milliseconds.\n//\nexport function parseDuration(delay: number | string) {\n delay = delay.toString().toLowerCase();\n\n if (delay.indexOf(\"ms\") > -1) {\n return parseFloat(delay);\n }\n\n if (delay.indexOf(\"s\") > -1) {\n return parseFloat(delay) * 1000;\n }\n\n return parseFloat(delay);\n}\n\n//\n// Tells if the user has enabled the \"reduced motion\" setting in their browser or OS.\n//\nexport function prefersReducedMotion() {\n const query = window.matchMedia(\"(prefers-reduced-motion: reduce)\");\n return query.matches;\n}\n\n// We can't animate `height: auto`, but we can calculate the height and shim keyframes by replacing it with the\n// element's scrollHeight before the animation.\nexport function shimKeyframesHeightAuto(keyframes: Keyframe[], calculatedHeight: number) {\n return keyframes.map(keyframe => ({\n ...keyframe,\n height: keyframe.height === \"auto\" ? `${calculatedHeight}px` : keyframe.height\n }));\n}\n\n//\n// Stops all active animations on the target element. Returns a promise that resolves after all animations are canceled.\n//\nexport function stopAnimations(el: HTMLElement) {\n return Promise.all(\n el.getAnimations().map(animation => {\n return new Promise(resolve => {\n const handleAnimationEvent = requestAnimationFrame(resolve);\n\n animation.addEventListener(\"cancel\", () => handleAnimationEvent, { once: true });\n animation.addEventListener(\"finish\", () => handleAnimationEvent, { once: true });\n animation.cancel();\n });\n })\n );\n}\n","export interface ElementAnimation {\n keyframes: Keyframe[];\n rtlKeyframes?: Keyframe[];\n options?: KeyframeAnimationOptions;\n}\n\nexport interface ElementAnimationMap {\n [animationName: string]: ElementAnimation;\n}\n\nexport interface GetAnimationOptions {\n /**\n * The component's directionality. When set to \"rtl\", `rtlKeyframes` will be preferred over `keyframes` where\n * available using getAnimation().\n */\n dir: string;\n}\n\nconst defaultAnimationRegistry = new Map<string, ElementAnimation>();\nconst customAnimationRegistry = new WeakMap<Element, ElementAnimationMap>();\n\nfunction ensureAnimation(animation: ElementAnimation | null) {\n return animation ?? { keyframes: [], options: { duration: 0 } };\n}\n\n//\n// Given an ElementAnimation, this function returns a new ElementAnimation where the keyframes property reflects either\n// keyframes or rtlKeyframes depending on the specified directionality.\n//\nfunction getLogicalAnimation(animation: ElementAnimation) {\n return animation;\n}\n\n//\n// Gets an element's animation. Falls back to the default if no animation is found.\n//\nexport function getAnimation(el: Element, animationName: string) {\n const customAnimation = customAnimationRegistry.get(el);\n\n // Check for a custom animation\n if (customAnimation?.[animationName]) {\n return getLogicalAnimation(customAnimation[animationName]);\n }\n\n // Check for a default animation\n const defaultAnimation = defaultAnimationRegistry.get(animationName);\n if (defaultAnimation) {\n return getLogicalAnimation(defaultAnimation);\n }\n\n // Fall back to an empty animation\n return {\n keyframes: [],\n options: { duration: 0 }\n };\n}\n\n//\n// Sets a custom animation for the specified element.\n//\nexport function setAnimation(el: Element, animationName: string, animation: ElementAnimation | null) {\n customAnimationRegistry.set(el, { ...customAnimationRegistry.get(el), [animationName]: ensureAnimation(animation) });\n}\n\n//\n// Sets a default animation. Components should use the `name.animation` for primary animations and `name.part.animation`\n// for secondary animations, e.g. `dialog.show` and `dialog.overlay.show`. For modifiers, use `drawer.showTop`.\n//\nexport function setDefaultAnimation(animationName: string, animation: ElementAnimation | null) {\n defaultAnimationRegistry.set(animationName, ensureAnimation(animation));\n}\n","import { property } from \"lit/decorators.js\";\nimport { Ref, createRef } from \"lit/directives/ref.js\";\nimport { computePosition, flip, shift, offset, Placement, Middleware, autoUpdate, Strategy } from \"@floating-ui/dom\";\nimport SgdsElement from \"./sgds-element\";\nimport generateId from \"../utils/generateId\";\nimport { PropertyValueMap } from \"lit\";\nimport { animateTo } from \"../utils/animate\";\nimport { getAnimation, setDefaultAnimation } from \"../utils/animation-registry\";\n\nconst ARROW_DOWN = \"ArrowDown\";\nconst ARROW_UP = \"ArrowUp\";\nconst ESC = \"Escape\";\n\nexport type DropDirection = \"left\" | \"right\" | \"up\" | \"down\";\n\n/**\n * @event sgds-show - Emitted event when show instance is called\n * @event sgds-after-show - Emitted event when dropdown has been made visible to the user and CSS transitions have completed\n * @event sgds-hide - Emitted event when hide instance is called\n * @event sgds-after-hide - Emitted event when dropdown has hidden to the user and CSS transitions have completed\n */\n\nexport class DropdownElement extends SgdsElement {\n // static styles = SgdsElement.styles;\n\n /** @internal */\n protected myDropdown: Ref<HTMLElement> = createRef();\n\n /** @internal Unique id generated for the dropdown menu */\n protected dropdownMenuId: string = generateId(\"dropdown-menu\", \"div\");\n\n /** @internal Controls auto-flipping of menu */\n @property({ type: Boolean, state: true })\n protected noFlip = false;\n\n /** @internal When true, aligns right edge of menu with right edge of button */\n @property({ type: Boolean, reflect: true, state: true })\n protected menuAlignRight = false;\n\n /** @internal The drop position of menu relative to the toggle button */\n @property({ type: String, reflect: true, state: true })\n protected drop: DropDirection = \"down\";\n\n /** Additional configuration to pass to Floating UI. */\n @property({ type: Object })\n floatingOpts: { placement?: Placement; middleware?: Array<Middleware> } = {};\n\n /** When true, dropdown menu shows on first load */\n @property({ type: Boolean, reflect: true })\n menuIsOpen = false;\n\n /** Controls the close behaviour of dropdown menu. By default menu auto-closes when SgdsDropdownItem or area outside dropdown is clicked */\n protected close: \"outside\" | \"default\" | \"inside\" = \"default\";\n\n /** Disables the dropdown toggle */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /** Makes the input readonly. */\n @property({ type: Boolean, reflect: true }) readonly = false;\n\n private _cleanupAutoUpdate?: () => void;\n\n /** @internal Reference to the floating menu element */\n protected menuRef: Ref<HTMLElement> = createRef();\n\n connectedCallback() {\n super.connectedCallback();\n\n if (this.close !== \"inside\") {\n document.addEventListener(\"click\", this._handleClickOutOfElement);\n }\n this.addEventListener(\"keydown\", this._handleKeyboardMenuEvent);\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n document.removeEventListener(\"click\", this._handleClickOutOfElement);\n this.removeEventListener(\"keydown\", this._handleKeyboardMenuEvent);\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n if (this.menuIsOpen) {\n requestAnimationFrame(async () => {\n await this.updateFloatingPosition();\n this._startAutoUpdate();\n });\n }\n }\n\n /** When invoked, opens the dropdown menu */\n public async showMenu() {\n if (this.disabled || this.menuIsOpen) return;\n this.menuIsOpen = true;\n this.emit(\"sgds-show\");\n await this.updateFloatingPosition();\n this._startAutoUpdate();\n\n if (this.menuRef.value) {\n const placement = this.menuRef.value.getAttribute(\"data-placement\") || \"\";\n const translateOffset = placement.startsWith(\"top\") ? \"4px\" : \"-4px\";\n const { options } = getAnimation(this, \"dropdown.show\");\n await animateTo(\n this.menuRef.value,\n [\n { opacity: 0, transform: `translateY(${translateOffset})` },\n { opacity: 1, transform: \"translateY(0)\" }\n ],\n options\n );\n }\n\n this.emit(\"sgds-after-show\");\n }\n\n /** Starts Floating UI's autoUpdate loop, recomputing menu position on scroll, resize, or ancestor layout changes. Stores the cleanup function to stop tracking when the menu closes. */\n private _startAutoUpdate() {\n if (this.myDropdown.value && this.menuRef.value) {\n this._cleanupAutoUpdate = autoUpdate(this.myDropdown.value, this.menuRef.value, () =>\n this.updateFloatingPosition()\n );\n }\n }\n\n /** When invoked, hides the dropdown menu */\n public async hideMenu(isOutside?: boolean) {\n if (!this.menuIsOpen) return;\n this.emit(\"sgds-hide\", { detail: { isOutside } });\n\n if (this.menuRef.value) {\n const placement = this.menuRef.value.getAttribute(\"data-placement\") || \"\";\n const translateOffset = placement.startsWith(\"top\") ? \"4px\" : \"-4px\";\n const { options } = getAnimation(this, \"dropdown.hide\");\n await animateTo(\n this.menuRef.value,\n [\n { opacity: 1, transform: \"translateY(0)\" },\n { opacity: 0, transform: `translateY(${translateOffset})` }\n ],\n options\n );\n }\n\n this.menuIsOpen = false;\n this.emit(\"sgds-after-hide\");\n\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n }\n\n toggleMenu() {\n if (this.menuIsOpen) {\n this.hideMenu();\n } else {\n this.showMenu();\n }\n }\n\n protected _handleKeyboardMenuEvent(e: KeyboardEvent) {\n if (this.readonly) return;\n switch (e.key) {\n case ARROW_DOWN:\n case ARROW_UP:\n e.preventDefault();\n if (!this.menuIsOpen) this.showMenu();\n break;\n case ESC:\n this.hideMenu();\n break;\n default:\n break;\n }\n }\n\n private _handleClickOutOfElement = (e: MouseEvent) => {\n if (!this.menuIsOpen) return;\n if (!e.composedPath().includes(this)) {\n this.hideMenu(true);\n }\n };\n\n protected mergeMiddleware(defaults: Middleware[], custom: Middleware[]): Middleware[] {\n const getType = (mw: Middleware) => mw?.name || mw?.constructor?.name;\n const customTypes = custom.map(getType);\n\n const merged = defaults\n .map(def => {\n const type = getType(def);\n const customIdx = customTypes.indexOf(type);\n return customIdx !== -1 ? custom[customIdx] : def;\n })\n\n .concat(custom.filter(c => !defaults.some(def => getType(def) === getType(c))));\n return merged;\n }\n\n protected async updateFloatingPosition() {\n if (!this.myDropdown.value || !this.menuRef.value) return;\n\n let placement: Placement = \"bottom-start\";\n switch (this.drop) {\n case \"up\":\n placement = this.menuAlignRight ? \"top-end\" : \"top-start\";\n break;\n case \"right\":\n placement = \"right-start\";\n break;\n case \"left\":\n placement = \"left-start\";\n break;\n case \"down\":\n placement = this.menuAlignRight ? \"bottom-end\" : \"bottom-start\";\n break;\n default:\n placement = \"bottom-start\";\n break;\n }\n\n const defaultMiddleware = [offset(8), !this.noFlip ? flip() : undefined, shift()].filter(Boolean);\n\n let middleware = defaultMiddleware;\n if (Array.isArray(this.floatingOpts.middleware) && this.floatingOpts.middleware.length > 0) {\n middleware = this.mergeMiddleware(defaultMiddleware, this.floatingOpts.middleware.filter(Boolean));\n }\n\n const opts = {\n strategy: \"fixed\" as Strategy,\n placement,\n ...this.floatingOpts,\n middleware\n };\n\n const {\n x,\n y,\n strategy,\n placement: computedPlacement\n } = await computePosition(this.myDropdown.value, this.menuRef.value, opts);\n\n this.menuRef.value.setAttribute(\"data-placement\", computedPlacement);\n\n Object.assign(this.menuRef.value.style, {\n position: strategy,\n left: `${x}px`,\n top: `${y}px`\n });\n }\n}\n\nsetDefaultAnimation(\"dropdown.show\", {\n keyframes: [],\n options: { duration: 200, easing: \"cubic-bezier(0.1, 0, 0.5, 0)\" }\n});\n\nsetDefaultAnimation(\"dropdown.hide\", {\n keyframes: [],\n options: { duration: 200, easing: \"cubic-bezier(0.15, 0.6, 0.6, 1)\" }\n});\n","import { property, query, state } from \"lit/decorators.js\";\nimport { DropdownElement } from \"./dropdown-element\";\nimport { SgdsDropdownItem } from \"../components\";\nimport { PropertyValueMap } from \"lit\";\n\nconst TAB = \"Tab\";\nconst ARROW_DOWN = \"ArrowDown\";\nconst ARROW_UP = \"ArrowUp\";\nconst ENTER = \"Enter\";\n\n/**\n * @event sgds-select - Emitted when a dropdown item is selected. `event.detail.item` is the clicked `SgdsDropdownItem` element.\n */\nexport class DropdownListElement extends DropdownElement {\n static styles = DropdownElement.styles;\n\n /**@internal */\n @query(\"ul.dropdown-menu\")\n private menu: HTMLUListElement;\n\n /** @internal */\n @state()\n nextDropdownItemNo = 0;\n\n /** @internal */\n @state()\n prevDropdownItemNo = -1;\n\n @property({ type: Boolean, reflect: true })\n hidden = false;\n\n connectedCallback() {\n super.connectedCallback();\n this.addEventListener(\"sgds-hide\", this._resetMenu);\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n this.removeEventListener(\"sgds-hide\", this._resetMenu);\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n this.addEventListener(\"keydown\", this._handleKeyboardMenuItemsEvent);\n }\n\n protected handleSelectSlot(e: KeyboardEvent | MouseEvent) {\n const items = this._getActiveMenuItems();\n\n const selectedItem = items.find(item => e.composedPath().includes(item));\n if (!selectedItem) return;\n\n const currentItemNo = items.indexOf(selectedItem);\n this.nextDropdownItemNo = currentItemNo + 1;\n this.prevDropdownItemNo = currentItemNo <= 0 ? items.length - 1 : currentItemNo - 1;\n\n /** Emitted event from SgdsDropdown element when a slot item is selected */\n if (!selectedItem.disabled) {\n this.emit(\"sgds-select\", { detail: { item: selectedItem } });\n if (this.close !== \"outside\") {\n this.hideMenu(); // <-- Use new API\n }\n }\n }\n\n private _resetMenu() {\n this.nextDropdownItemNo = 0;\n this.prevDropdownItemNo = -1;\n // reset the tabindex\n const items = this._getMenuItems();\n items.forEach(item => {\n const dropdownItem = item?.shadowRoot?.querySelector(\".dropdown-item\") as HTMLAnchorElement;\n dropdownItem && dropdownItem.removeAttribute(\"tabindex\");\n });\n }\n protected _handleKeyboardMenuItemsEvent(e: KeyboardEvent) {\n if (this.readonly) return;\n const menuItems = this._getActiveMenuItems();\n if (menuItems.length === 0) return;\n\n switch (e.key) {\n case ARROW_DOWN:\n e.preventDefault();\n this._setMenuItem(this.nextDropdownItemNo);\n break;\n case ARROW_UP:\n e.preventDefault();\n this._setMenuItem(this.prevDropdownItemNo);\n break;\n case TAB:\n if (!this.menuIsOpen) return;\n e.preventDefault();\n if (e.shiftKey) {\n this._setMenuItem(this.prevDropdownItemNo);\n } else {\n this._setMenuItem(this.nextDropdownItemNo);\n }\n break;\n case ENTER: {\n const target = menuItems.find(item => e.composedPath().includes(item));\n if (target) {\n this.handleSelectSlot(e);\n }\n break;\n }\n default:\n break;\n }\n }\n\n private _getMenuItems(): SgdsDropdownItem[] {\n const defaultSlot = this.shadowRoot.querySelector(\"slot#default\");\n // for case when default slot is used e.g. dropdown, mainnavdropdown\n if (defaultSlot) {\n const defaultSlotItems = (this.shadowRoot.querySelector(\"slot#default\") as HTMLSlotElement)\n ?.assignedElements({\n flatten: true\n })\n .filter(el => !el.classList.contains(\"empty-menu\") && !el.hasAttribute(\"hidden\")) as SgdsDropdownItem[];\n return defaultSlotItems;\n }\n // for case when there is no slot e.g. combobox\n if (this.menu?.hasChildNodes()) {\n const menuItems = Array.from(this.menu.children);\n return [...menuItems] as SgdsDropdownItem[];\n }\n\n return [];\n }\n\n private _getActiveMenuItems(): SgdsDropdownItem[] {\n return this._getMenuItems().filter(item => !item.disabled && !item.hidden);\n }\n private _setMenuItem(currentItemIdx: number) {\n const items = this._getActiveMenuItems();\n if (items.length === 0) return;\n\n // Use modulo for looping\n const idx = ((currentItemIdx % items.length) + items.length) % items.length;\n const activeItem = items[idx];\n this.emit(\"i-sgds-option-focus\", { detail: { option: activeItem } });\n this.nextDropdownItemNo = (idx + 1) % items.length;\n this.prevDropdownItemNo = (idx - 1 + items.length) % items.length;\n\n items.forEach(item => {\n const dropdownItem = item.shadowRoot.querySelector(\".dropdown-item\") as HTMLAnchorElement;\n dropdownItem.setAttribute(\"tabindex\", item === activeItem ? \"0\" : \"-1\");\n if (item === activeItem) dropdownItem.focus();\n });\n }\n}\n\nexport interface IDropdownListElement {\n item: SgdsDropdownItem;\n}\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function e(e,r){return(n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;if(r){const{get:e,set:r}=\"object\"==typeof s?n:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return t(n,s,{get(){let t=e.call(this);return void 0===t&&(t=o(this),(null!==t||this.hasUpdated)&&r.call(this,t)),t}})}return t(n,s,{get(){return o(this)}})}}export{e as query};\n//# sourceMappingURL=query.js.map\n","import { html } from \"lit\";\nimport { property, queryAsync, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport { size } from \"@floating-ui/dom\";\nimport dropdownMenuStyle from \"../components/Dropdown/dropdown-menu.css\";\nimport feedbackStyles from \"../styles/feedback.css\";\nimport hintTextStyles from \"../styles/form-hint.css\";\nimport formControlStyles from \"../styles/form-text-control.css\";\nimport { defaultValue } from \"../utils/defaultvalue\";\nimport { SgdsFormControl } from \"../utils/formSubmitController\";\nimport generateId from \"../utils/generateId\";\nimport { SgdsFormValidatorMixin } from \"../utils/validatorMixin\";\nimport { DropdownListElement } from \"./dropdown-list-element\";\nimport { OptionElement } from \"./option-element\";\nimport selectStyles from \"./select.css\";\n\n// Abstract base class to enforce static abstract childName\nabstract class AbstractSelectBase {\n static childName: string;\n}\n\nexport class SelectElement\n extends SgdsFormValidatorMixin(DropdownListElement)\n implements SgdsFormControl, AbstractSelectBase\n{\n static styles = [\n ...DropdownListElement.styles,\n dropdownMenuStyle,\n hintTextStyles,\n feedbackStyles,\n formControlStyles,\n selectStyles\n ];\n /** The input's label */\n @property({ reflect: true }) label = \"\";\n\n /** The input's hint text below the label */\n @property({ reflect: true }) hintText = \"\";\n\n /** The input's name attribute */\n @property({ reflect: true }) name: string;\n\n /** The input's placeholder text. */\n @property({ type: String, reflect: true }) placeholder: string;\n\n /** Autofocus the input */\n @property({ type: Boolean, reflect: true }) autofocus = false;\n\n /** Disables the input. */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n /** Makes the input a required field. */\n @property({ type: Boolean, reflect: true }) required = false;\n\n /** Sets the loading state of the component */\n @property({ type: Boolean, reflect: true }) loading = false;\n\n /**\n * IMPORTANT:\n * We still expose `.value` externally, but this is now the underlying ID or data\n * (e.g. 1, 2, 'abc', ...), not the label that appears in the input box.\n */\n @property({ type: String, reflect: true })\n value = \"\";\n\n @state()\n displayValue = \"\";\n\n /** @internal Gets or sets the default value used to reset this element. */\n @defaultValue()\n defaultValue = \"\";\n\n /** Allows invalidFeedback, invalid and valid styles to be visible with the input */\n @property({ type: Boolean, reflect: true }) hasFeedback = false;\n\n /** Feedback text for error state when validated */\n @property({ type: String, reflect: true }) invalidFeedback = \"\";\n\n /** Marks the component as invalid. Replace the pseudo :invalid selector. */\n @property({ type: Boolean, reflect: true }) invalid = false;\n\n /** Controlling of autocomplete behaviour */\n @property({ type: String, reflect: true }) autocomplete = \"on\";\n\n /** Programatically sets the invalid state of the component. Pass in boolean value in the argument */\n public setInvalid(bool: boolean) {\n this.invalid = bool;\n if (bool) {\n this.emit(\"sgds-invalid\");\n } else {\n this.emit(\"sgds-valid\");\n }\n }\n\n /** The list of items to display in the dropdown.\n * `interface SgdsComboBoxItemData {\n * label: string;\n * value: string;\n * }`\n * @deprecated\n * Deprecated in favour of slots\n */\n @property({ type: Array }) menuList: SgdsOptionData[] = [];\n /** Track selected items (even for single-select, but it will have at most one). */\n @state()\n protected selectedItems: SgdsOptionData[] = [];\n /** @internal Managed filtered menu on the fly with input change*/\n @state()\n protected filteredList: SgdsOptionData[] = [];\n\n protected _isTouched = false;\n\n constructor() {\n super();\n\n this.floatingOpts = {\n middleware: [\n size({\n apply({ rects, elements }) {\n elements.floating.style.width = `${rects.reference.width}px`;\n }\n })\n ]\n };\n }\n\n @queryAsync(\"input.form-control\") protected _input: Promise<HTMLInputElement>;\n\n connectedCallback(): void {\n super.connectedCallback();\n this.addEventListener(\"blur\", async e => {\n if (this._mixinShouldSkipSgdsValidation()) return;\n const childName = (this.constructor as typeof SelectElement).childName;\n /** If user clicks the menu, we want to keep the input valid */\n const isSelf = (e.relatedTarget as HTMLElement)?.tagName.toLowerCase() === childName;\n this.invalid = isSelf ? false : !this._mixinReportValidity();\n });\n }\n\n /**\n * Checks for validity. Under the hood, HTMLFormElement's reportValidity method calls this method to check for component's validity state\n * Note that the native error popup is prevented for SGDS form components by default. Instead the validation message shows up in the feedback container of SgdsInput\n */\n public reportValidity(): boolean {\n return this._mixinReportValidity();\n }\n /**\n * Sets the validity state of the element\n */\n public setValidity(flags?: ValidityStateFlags, message?: string, anchor?: HTMLElement): void {\n return this._mixinSetValidity(flags, message, anchor);\n }\n /**\n * Checks for validity without any native error popup message\n */\n public checkValidity(): boolean {\n return this._mixinCheckValidity();\n }\n /**\n * Returns the ValidityState object\n */\n public get validity(): ValidityState {\n return this._mixinGetValidity();\n }\n /**\n * Returns the validation message based on the ValidityState\n */\n public get validationMessage(): string {\n return this._mixinGetValidationMessage();\n }\n protected _controlId = generateId(\"input\");\n protected _renderFeedback() {\n return this.invalid && this.hasFeedback\n ? html` <div class=\"invalid-feedback-container\">\n <slot name=\"invalidIcon\">\n <sgds-icon name=\"exclamation-circle-fill\" size=\"md\"></sgds-icon>\n </slot>\n <div id=\"${this._controlId}-invalid\" class=\"invalid-feedback\">\n ${this.invalidFeedback ? this.invalidFeedback : this.validationMessage}\n </div>\n </div>`\n : html`${this._renderHintText()}`;\n }\n\n protected _renderHintText() {\n const hintTextTemplate = html` <div id=\"${this._controlId}Help\" class=\"form-text\">${this.hintText}</div> `;\n return this.hintText && hintTextTemplate;\n }\n protected _labelId = generateId(\"label\");\n protected _renderLabel() {\n const labelTemplate = html`\n <label\n for=${this._controlId}\n id=${this._labelId}\n class=${classMap({\n \"form-label\": true,\n required: this.required\n })}\n >${this.label}</label\n >\n `;\n return this.label && labelTemplate;\n }\n\n protected _handleClick() {\n if (this.readonly) {\n return null;\n }\n if (!this.menuIsOpen) {\n this.showMenu();\n } else {\n this.hideMenu();\n }\n }\n protected async _getMenuListFromOptions(assignedElements: Element[]): Promise<SgdsOptionData[]> {\n const readyOptions = assignedElements.map(async (e: OptionElement) => {\n await e.updateComplete;\n return e;\n });\n const options = await Promise.all(readyOptions);\n return options?.map((el: OptionElement) => ({\n label: el.textContent?.trim() ?? \"\",\n value: el.getAttribute(\"value\"),\n disabled: el.disabled ?? undefined\n }));\n }\n protected _renderEmptyMenu() {\n return html` <div class=\"empty-menu\">No options</div> `;\n }\n protected _renderLoadingMenu() {\n return html`<div class=\"loading-menu\"><sgds-spinner size=\"xs\" tone=\"brand\"></sgds-spinner>Loading...</div>`;\n }\n protected declare options: OptionElement[];\n declare static childName: string;\n}\n\nexport interface SgdsOptionData {\n label: string;\n value: string;\n disabled?: boolean;\n}\n","// @watch decorator\n//\n// Runs when an observed property changes, e.g. @property or @state, but before the component updates.\n//\n// To wait for an update to complete after a change occurs, use `await this.updateComplete` in the handler. To start\n// watching after the initial update/render, use `{ waitUntilFirstUpdate: true }` or `this.hasUpdated` in the handler.\n//\n// Usage:\n//\n// @watch('propName')\n// handlePropChange(oldValue, newValue) {\n// ...\n// }\n\nimport type { LitElement } from \"lit\";\n\ntype UpdateHandler = (prev?: unknown, next?: unknown) => void;\n\ntype NonUndefined<A> = A extends undefined ? never : A;\n\ntype UpdateHandlerFunctionKeys<T extends object> = {\n [K in keyof T]-?: NonUndefined<T[K]> extends UpdateHandler ? K : never;\n}[keyof T];\n\ninterface WatchOptions {\n /**\n * If true, will only start watching after the initial update/render\n */\n waitUntilFirstUpdate?: boolean;\n}\n\nexport function watch(propName: string, options?: WatchOptions) {\n const resolvedOptions: Required<WatchOptions> = {\n waitUntilFirstUpdate: false,\n ...options\n };\n return <ElemClass extends LitElement>(\n proto: ElemClass,\n decoratedFnName: UpdateHandlerFunctionKeys<ElemClass>\n ): void => {\n // @ts-expect-error -- update is a protected property\n const { update } = proto;\n if (propName in proto) {\n const propNameKey = propName as keyof ElemClass;\n // @ts-expect-error -- update is a protected property\n proto.update = function (this: ElemClass, changedProps: Map<keyof ElemClass, ElemClass[keyof ElemClass]>) {\n if (changedProps.has(propNameKey)) {\n const oldValue = changedProps.get(propNameKey);\n const newValue = this[propNameKey];\n\n if (oldValue !== newValue) {\n if (!resolvedOptions.waitUntilFirstUpdate || this.hasUpdated) {\n (this[decoratedFnName] as unknown as UpdateHandler)(oldValue, newValue);\n }\n }\n }\n\n update.call(this, changedProps);\n };\n }\n };\n}\n","import { html, PropertyValueMap } from \"lit\";\nimport { property, queryAssignedElements, state } from \"lit/decorators.js\";\nimport { Ref, createRef, ref } from \"lit/directives/ref.js\";\nimport { computePosition, offset, flip, shift, hide, autoUpdate, Strategy } from \"@floating-ui/dom\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport tooltipStyle from \"./tooltip.css\";\n\n/**\n * @summary Tooltips display more information when users hover over, focus on, or interact with an element.\n * @slot default - The element to target the tooltip to.\n *\n * @event sgds-show - Emitted event when show instance is called\n * @event sgds-after-show - Emitted event when tooltip has been made visible to the user and CSS transitions have completed\n * @event sgds-hide - Emitted event when hide instance is called\n * @event sgds-after-hide - Emitted event when tooltip has hidden to the user and CSS transitions have completed\n *\n */\nexport class SgdsTooltip extends SgdsElement {\n static styles = [...SgdsElement.styles, tooltipStyle];\n\n /** Internal ref to the tooltip container */\n private _myTooltip: Ref<HTMLElement> = createRef();\n\n /** Internal ref to the actual tooltip bubble */\n private _tooltipBubble: Ref<HTMLElement> = createRef();\n\n /** The tooltip's content. Must be text */\n @property({ type: String }) content = \"\";\n\n /** The placement of tooltip relative to its target */\n @property({ type: String }) placement: \"top\" | \"bottom\" | \"left\" | \"right\" = \"top\";\n\n /** The method to invoke the tooltip. `hover focus` is the default value which allows tooltip to be triggered via mouse hover and keyboard focus. Add `tabindex=0` for HTMLelements that are not tabbable. */\n @property({ type: String }) trigger: \"click\" | \"hover\" | \"focus\" | \"hover focus\" = \"hover focus\";\n\n /** Is tooltip currently open */\n @state() private open = false;\n\n @queryAssignedElements()\n private _tooltipTargetElements: Array<HTMLElement>;\n\n private _cleanupAutoUpdate?: () => void;\n\n connectedCallback() {\n super.connectedCallback();\n\n if (this.trigger.includes(\"click\")) {\n document.addEventListener(\"click\", this._handleClickOutOfElement);\n }\n }\n\n disconnectedCallback() {\n super.disconnectedCallback();\n document.removeEventListener(\"click\", this._handleClickOutOfElement);\n\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n\n this._tooltipTargetElements.forEach(el => {\n el.setAttribute(\"data-sgds-tooltip\", this.content);\n\n if (this.trigger.includes(\"hover\")) {\n el.addEventListener(\"mouseenter\", () => this.show());\n el.addEventListener(\"mouseleave\", () => this.hide());\n }\n if (this.trigger.includes(\"focus\")) {\n el.addEventListener(\"focus\", () => this.show());\n el.addEventListener(\"blur\", () => this.hide());\n }\n if (this.trigger === \"click\") {\n el.addEventListener(\"click\", () => this.toggle());\n }\n });\n }\n\n private _handleClickOutOfElement = (e: MouseEvent) => {\n if (!this.open) return;\n if (!e.composedPath().includes(this)) {\n this.hide();\n }\n };\n\n private _handleSlotChange(): void {\n this._tooltipTargetElements.forEach(el => el.setAttribute(\"data-sgds-tooltip\", this.content));\n }\n\n private async updateFloatingPosition() {\n if (!this._myTooltip.value || !this._tooltipBubble.value) return;\n\n const { x, y, placement, strategy, middlewareData } = await computePosition(\n this._tooltipTargetElements[0],\n this._tooltipBubble.value,\n {\n strategy: \"fixed\" as Strategy,\n placement: this.placement,\n middleware: [offset(8), flip(), shift(), hide()]\n }\n );\n\n this._tooltipBubble.value.setAttribute(\"data-placement\", placement);\n\n Object.assign(this._tooltipBubble.value.style, {\n position: strategy,\n left: `${x}px`,\n top: `${y}px`\n });\n\n const { referenceHidden, escaped } = middlewareData.hide || {};\n if (referenceHidden || escaped) {\n this._tooltipBubble.value.style.visibility = \"hidden\";\n } else {\n this._tooltipBubble.value.style.visibility = \"visible\";\n }\n }\n\n /** Show tooltip */\n public async show() {\n if (this.open) return;\n this.open = true;\n this.emit(\"sgds-show\");\n\n await this.updateComplete;\n await this.updateFloatingPosition();\n\n if (this._myTooltip.value && this._tooltipBubble.value) {\n this._cleanupAutoUpdate = autoUpdate(this._tooltipTargetElements[0], this._tooltipBubble.value, () =>\n this.updateFloatingPosition()\n );\n }\n\n this.emit(\"sgds-after-show\");\n }\n\n /** Hide tooltip */\n public hide() {\n if (!this.open) return;\n this.emit(\"sgds-hide\");\n this.open = false;\n\n if (this._cleanupAutoUpdate) {\n this._cleanupAutoUpdate();\n this._cleanupAutoUpdate = undefined;\n }\n\n setTimeout(() => this.emit(\"sgds-after-hide\"), 0);\n }\n\n /** Toggle tooltip */\n public toggle() {\n this.open ? this.hide() : this.show();\n }\n\n render() {\n return html`\n <div ${ref(this._myTooltip)} class=\"tooltip-placeholder\">\n <slot @slotchange=${() => this._handleSlotChange()}></slot>\n ${this.open\n ? html`<div ${ref(this._tooltipBubble)} class=\"tooltip\" role=\"tooltip\">${this.content}</div>`\n : null}\n </div>\n `;\n }\n}\n\nexport default SgdsTooltip;\n","import SgdsElement from \"../base/sgds-element\";\n\n/**\n *\n * @param name tagname of custom element\n * @returns boolean\n */\nexport function isRegistered(name: string): boolean {\n return !!customElements.get(name);\n}\n\nexport function register(name: string, constructor: typeof SgdsElement) {\n if (!customElements.get(name)) {\n customElements.define(name, constructor);\n }\n}\nexport function warnUnregisteredElements(name: string): boolean {\n if (isRegistered(name)) {\n return true;\n } else {\n console.error(\n `Custom element of name : ${name} is not registered. Remember to import the component file for custom element registration`\n );\n return false;\n }\n}\n","import { html, PropertyValueMap } from \"lit\";\nimport { property } from \"lit/decorators.js\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport closeButtonStyles from \"./close-button.css\";\nimport { warnUnregisteredElements } from \"../../utils/ce-registry\";\n/**\n * @summary Close button for closing actions. Used in Modal, Drawer, Alert and Toast.\n *\n */\nexport class SgdsCloseButton extends SgdsElement {\n static styles = [...SgdsElement.styles, closeButtonStyles];\n\n /** Specifies a large or small button */\n @property({ type: String, reflect: true }) size: \"sm\" | \"md\" = \"md\";\n /** The tone of the close button */\n @property({ type: String, reflect: true }) tone: \"default\" | \"fixed-dark\" | \"fixed-light\" = \"default\";\n /** Disables the close button, preventing click events */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n private _handleClick(e: Event) {\n if (this.disabled) {\n e.preventDefault();\n e.stopPropagation();\n return;\n }\n this.removeEventListener(\"click\", this._clickHandler);\n this.addEventListener(\"click\", this._clickHandler);\n }\n\n private _clickHandler = () => {\n return;\n };\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n\n /** Cannot register sgds-icon as dependency due to some circular dependencies, so we check and warn instead */\n warnUnregisteredElements(\"sgds-icon\");\n }\n render() {\n return html`\n <button class=\"btn-close\" aria-label=\"Close button\" ?disabled=${this.disabled} @click=${this._handleClick}>\n <sgds-icon name=\"cross\" size=\"sm\"></sgds-icon>\n </button>\n `;\n }\n}\n\nexport default SgdsCloseButton;\n","import type { ReactiveController, ReactiveControllerHost } from \"lit\";\n\nexport class HasSlotController implements ReactiveController {\n host: ReactiveControllerHost & Element;\n slotNames: string[] = [];\n\n constructor(host: ReactiveControllerHost & Element, ...slotNames: string[]) {\n (this.host = host).addController(this);\n this.slotNames = slotNames;\n this.handleSlotChange = this.handleSlotChange.bind(this);\n }\n\n private hasDefaultSlot() {\n return [...this.host.childNodes].some(node => {\n if (node.nodeType === node.TEXT_NODE && node.textContent?.trim() !== \"\") {\n return true;\n }\n\n if (node.nodeType === node.ELEMENT_NODE) {\n const el = node as HTMLElement;\n const tagName = el.tagName.toLowerCase();\n\n // Ignore visually hidden elements since they aren't rendered\n if (tagName === \"sl-visually-hidden\") {\n return false;\n }\n\n // If it doesn't have a slot attribute, it's part of the default slot\n if (!el.hasAttribute(\"slot\")) {\n return true;\n }\n }\n\n return false;\n });\n }\n\n private hasNamedSlot(name: string) {\n return this.host.querySelector(`:scope > [slot=\"${name}\"]`) !== null;\n }\n\n test(slotName: string) {\n return slotName === \"[default]\" ? this.hasDefaultSlot() : this.hasNamedSlot(slotName);\n }\n\n hostConnected() {\n this.host.shadowRoot?.addEventListener(\"slotchange\", this.handleSlotChange);\n }\n\n hostDisconnected() {\n this.host.shadowRoot?.removeEventListener(\"slotchange\", this.handleSlotChange);\n }\n\n handleSlotChange(event: Event) {\n const slot = event.target as HTMLSlotElement;\n\n if ((this.slotNames.includes(\"[default]\") && !slot.name) || (slot.name && this.slotNames.includes(slot.name))) {\n this.host.requestUpdate();\n }\n }\n}\n\n/**\n * Given a slot, this function iterates over all of its assigned element and text nodes and returns the concatenated\n * HTML as a string. This is useful because we can't use slot.innerHTML as an alternative.\n */\nexport function getInnerHTML(slot: HTMLSlotElement): string {\n const nodes = slot.assignedNodes({ flatten: true });\n let html = \"\";\n\n [...nodes].forEach(node => {\n if (node.nodeType === Node.ELEMENT_NODE) {\n html += (node as HTMLElement).outerHTML;\n }\n\n if (node.nodeType === Node.TEXT_NODE) {\n html += node.textContent;\n }\n });\n\n return html;\n}\n\n/**\n * Given a slot, this function iterates over all of its assigned text nodes and returns the concatenated text as a\n * string. This is useful because we can't use slot.textContent as an alternative.\n */\nexport function getTextContent(slot: HTMLSlotElement | undefined | null): string {\n if (!slot) {\n return \"\";\n }\n const nodes = slot.assignedNodes({ flatten: true });\n let text = \"\";\n\n [...nodes].forEach(node => {\n if (node.nodeType === Node.TEXT_NODE) {\n text += node.textContent.trim();\n }\n });\n\n return text;\n}\n","import { html, nothing } from \"lit\";\nimport { property, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\n\nimport { watch } from \"../../utils/watch\";\nimport badgeStyle from \"./badge.css\";\n\nimport SgdsElement from \"../../base/sgds-element\";\nimport SgdsTooltip from \"../Tooltip/sgds-tooltip\";\nimport SgdsCloseButton from \"../CloseButton/sgds-close-button\";\n\nimport { getTextContent } from \"../../utils/slot\";\n\nexport type BadgeVariant =\n | \"primary\"\n | \"accent\"\n | \"success\"\n | \"danger\"\n | \"warning\"\n | \"cyan\"\n | \"purple\"\n | \"neutral\"\n | \"white\"\n | \"info\";\n\n/**\n * @summary Badges can be used to highlight important bits of information such as labels, notifications & status.\n * When the text exceeds the width, it will be truncated with a tooltip that will be displayed on hover.\n *\n * @slot default - slot for badge\n * @slot icon - The slot for icon to the left of the badge text\n *\n * @event sgds-show - Emitted when the badge appears.\n * @event sgds-hide - Emitted when the badge is starting to close but has not closed.\n * @event sgds-after-show - Emitted after the badge has appeared\n * @event sgds-after-hide - Emitted after the badge has closed\n */\nexport class SgdsBadge extends SgdsElement {\n static styles = [...SgdsElement.styles, badgeStyle];\n\n /**@internal */\n static dependencies = {\n \"sgds-close-button\": SgdsCloseButton,\n \"sgds-tooltip\": SgdsTooltip\n };\n\n /** Controls the appearance of the dismissible badge. This prop only applies when dismissible is true */\n @property({ type: Boolean, reflect: true }) show = false;\n\n /**\n * One or more badge variant combinations.\n * Variants include: `primary`, `accent`, `success`, `danger`, `warning`, `cyan`, `purple`, `neutral`, `white`, `info`.\n *\n * (@deprecated) The `info` variant is deprecated. Use `primary` instead.\n */\n @property({ reflect: true }) variant: BadgeVariant = \"primary\";\n\n /** Manually set the outlined state to false */\n @property({ type: Boolean, reflect: true }) outlined = false;\n\n /** Manually set the dismissible state of the button to `false` */\n @property({ type: Boolean, reflect: true }) dismissible = false;\n\n /** Manually enable full width */\n @property({ type: Boolean, reflect: true }) fullWidth = false;\n\n @state() private truncated = false;\n @state() private text = \"\";\n\n /** Closes the badge */\n public close() {\n this.show = false;\n }\n\n /**@internal */\n @watch(\"show\")\n _handleShowChange() {\n if (this.show) {\n const sgdsShow = this.emit(\"sgds-show\", { cancelable: true });\n if (sgdsShow.defaultPrevented) {\n this.show = false;\n return;\n }\n // animations if any go here\n\n this.emit(\"sgds-after-show\");\n } else {\n const sgdsHide = this.emit(\"sgds-hide\", { cancelable: true });\n if (sgdsHide.defaultPrevented) {\n this.show = true;\n return;\n }\n // animations if any go here\n\n this.emit(\"sgds-after-hide\");\n }\n }\n\n /**@internal */\n @watch(\"text\", { waitUntilFirstUpdate: true })\n _handleTruncation() {\n // check scroll width if its exceeding parent, it reflects truncation has happened\n const badgeLabel = this.shadowRoot?.querySelector(\".badge-label\");\n if (badgeLabel) {\n this.truncated = badgeLabel.scrollWidth > badgeLabel.clientWidth;\n }\n }\n\n private _handleLabelSlotChange(e: Event) {\n this.text = getTextContent(e.target as HTMLSlotElement);\n return;\n }\n\n private _renderBadge() {\n const isDarkCloseButton = this.outlined || this.variant === \"warning\" || this.variant === \"white\";\n\n return html`<div\n class=\" \n ${classMap({\n [`badge-dismissible`]: this.dismissible,\n badge: true,\n outlined: this.outlined,\n \"full-width\": this.fullWidth\n })}\"\n aria-hidden=${this.show ? \"false\" : \"true\"}\n >\n ${!this.dismissible ? html`<slot name=\"icon\"></slot>` : nothing}\n\n <span class=\"badge-label\">\n <slot @slotchange=${this._handleLabelSlotChange}></slot>\n </span>\n\n ${this.dismissible\n ? html`<sgds-close-button\n size=\"sm\"\n aria-label=\"close the badge\"\n @click=${this.close}\n tone=${isDarkCloseButton ? \"fixed-dark\" : \"fixed-light\"}\n ></sgds-close-button>`\n : nothing}\n </div>`;\n }\n\n render() {\n return (this.dismissible && this.show) || !this.dismissible\n ? this.truncated\n ? html`<sgds-tooltip content=${this.text} @sgds-hide=${e => e.stopPropagation()}\n >${this._renderBadge()}</sgds-tooltip\n >`\n : this._renderBadge()\n : nothing;\n }\n}\n\nexport default SgdsBadge;\n","// Auto-generated icon registry. Do not edit manually.\n\nimport type { TemplateResult } from \"lit\";\n\nexport const iconRegistry: Record<string, () => Promise<{ default: TemplateResult }>> = {\n announcement: () => import(\"./icons/announcement\"),\n archive: () => import(\"./icons/archive\"),\n \"arrow-bar-down\": () => import(\"./icons/arrow-bar-down\"),\n \"arrow-bar-left\": () => import(\"./icons/arrow-bar-left\"),\n \"arrow-bar-right\": () => import(\"./icons/arrow-bar-right\"),\n \"arrow-bar-up\": () => import(\"./icons/arrow-bar-up\"),\n \"arrow-circle-down\": () => import(\"./icons/arrow-circle-down\"),\n \"arrow-circle-left\": () => import(\"./icons/arrow-circle-left\"),\n \"arrow-circle-right\": () => import(\"./icons/arrow-circle-right\"),\n \"arrow-circle-up\": () => import(\"./icons/arrow-circle-up\"),\n \"arrow-clockwise\": () => import(\"./icons/arrow-clockwise\"),\n \"arrow-down\": () => import(\"./icons/arrow-down\"),\n \"arrow-left\": () => import(\"./icons/arrow-left\"),\n \"arrow-repeat\": () => import(\"./icons/arrow-repeat\"),\n \"arrow-right\": () => import(\"./icons/arrow-right\"),\n \"arrow-square-down\": () => import(\"./icons/arrow-square-down\"),\n \"arrow-square-left\": () => import(\"./icons/arrow-square-left\"),\n \"arrow-square-right\": () => import(\"./icons/arrow-square-right\"),\n \"arrow-square-up\": () => import(\"./icons/arrow-square-up\"),\n \"arrow-up\": () => import(\"./icons/arrow-up\"),\n \"bank-fill\": () => import(\"./icons/bank-fill\"),\n \"bell-slash\": () => import(\"./icons/bell-slash\"),\n bell: () => import(\"./icons/bell\"),\n \"bi-funnel\": () => import(\"./icons/bi-funnel\"),\n \"bookmark-fill\": () => import(\"./icons/bookmark-fill\"),\n bookmark: () => import(\"./icons/bookmark\"),\n \"box-arrow-up-right\": () => import(\"./icons/box-arrow-up-right\"),\n \"box-seam\": () => import(\"./icons/box-seam\"),\n building: () => import(\"./icons/building\"),\n bus: () => import(\"./icons/bus\"),\n calculator: () => import(\"./icons/calculator\"),\n \"calendar-check\": () => import(\"./icons/calendar-check\"),\n \"calendar-heart\": () => import(\"./icons/calendar-heart\"),\n \"calendar-x\": () => import(\"./icons/calendar-x\"),\n calendar: () => import(\"./icons/calendar\"),\n camera: () => import(\"./icons/camera\"),\n car: () => import(\"./icons/car\"),\n \"chat-dots\": () => import(\"./icons/chat-dots\"),\n \"chat-left-text\": () => import(\"./icons/chat-left-text\"),\n chat: () => import(\"./icons/chat\"),\n \"check-circle-fill\": () => import(\"./icons/check-circle-fill\"),\n \"check-circle\": () => import(\"./icons/check-circle\"),\n check: () => import(\"./icons/check\"),\n \"chevron-down\": () => import(\"./icons/chevron-down\"),\n \"chevron-left\": () => import(\"./icons/chevron-left\"),\n \"chevron-right\": () => import(\"./icons/chevron-right\"),\n \"chevron-selector-vertical\": () => import(\"./icons/chevron-selector-vertical\"),\n \"chevron-up\": () => import(\"./icons/chevron-up\"),\n clock: () => import(\"./icons/clock\"),\n \"cloud-check\": () => import(\"./icons/cloud-check\"),\n \"cloud-download\": () => import(\"./icons/cloud-download\"),\n \"cloud-upload\": () => import(\"./icons/cloud-upload\"),\n cloud: () => import(\"./icons/cloud\"),\n \"code-square\": () => import(\"./icons/code-square\"),\n \"coins-hand\": () => import(\"./icons/coins-hand\"),\n compass: () => import(\"./icons/compass\"),\n copy: () => import(\"./icons/copy\"),\n \"cpu-chip-ai\": () => import(\"./icons/cpu-chip-ai\"),\n cross: () => import(\"./icons/cross\"),\n \"cursor-fill\": () => import(\"./icons/cursor-fill\"),\n cursor: () => import(\"./icons/cursor\"),\n \"dash-circle\": () => import(\"./icons/dash-circle\"),\n \"dash-square\": () => import(\"./icons/dash-square\"),\n dash: () => import(\"./icons/dash\"),\n database: () => import(\"./icons/database\"),\n dataflow: () => import(\"./icons/dataflow\"),\n download: () => import(\"./icons/download\"),\n edit: () => import(\"./icons/edit\"),\n \"exclamation-circle-fill\": () => import(\"./icons/exclamation-circle-fill\"),\n \"exclamation-circle\": () => import(\"./icons/exclamation-circle\"),\n \"exclamation-triangle-fill\": () => import(\"./icons/exclamation-triangle-fill\"),\n \"exclamation-triangle\": () => import(\"./icons/exclamation-triangle\"),\n exclamation: () => import(\"./icons/exclamation\"),\n \"eye-fill\": () => import(\"./icons/eye-fill\"),\n \"eye-slash-fill\": () => import(\"./icons/eye-slash-fill\"),\n \"eye-slash\": () => import(\"./icons/eye-slash\"),\n eye: () => import(\"./icons/eye\"),\n \"face-smile-fill\": () => import(\"./icons/face-smile-fill\"),\n \"face-smile\": () => import(\"./icons/face-smile\"),\n facebook: () => import(\"./icons/facebook\"),\n \"file-earmark-text\": () => import(\"./icons/file-earmark-text\"),\n \"file-pdf\": () => import(\"./icons/file-pdf\"),\n \"file-plus\": () => import(\"./icons/file-plus\"),\n \"file-text\": () => import(\"./icons/file-text\"),\n file: () => import(\"./icons/file\"),\n files: () => import(\"./icons/files\"),\n fingerprint: () => import(\"./icons/fingerprint\"),\n flash: () => import(\"./icons/flash\"),\n \"folder-check\": () => import(\"./icons/folder-check\"),\n \"folder-minus\": () => import(\"./icons/folder-minus\"),\n \"folder-plus\": () => import(\"./icons/folder-plus\"),\n folder: () => import(\"./icons/folder\"),\n gear: () => import(\"./icons/gear\"),\n \"geo-alt\": () => import(\"./icons/geo-alt\"),\n \"geo-fill\": () => import(\"./icons/geo-fill\"),\n geo: () => import(\"./icons/geo\"),\n \"globe-alt\": () => import(\"./icons/globe-alt\"),\n globe: () => import(\"./icons/globe\"),\n google: () => import(\"./icons/google\"),\n \"grid-alt\": () => import(\"./icons/grid-alt\"),\n \"grid-fill\": () => import(\"./icons/grid-fill\"),\n \"hand-thumbs-down\": () => import(\"./icons/hand-thumbs-down\"),\n \"hand-thumbs-up\": () => import(\"./icons/hand-thumbs-up\"),\n \"hard-drive\": () => import(\"./icons/hard-drive\"),\n heart: () => import(\"./icons/heart\"),\n \"house-door\": () => import(\"./icons/house-door\"),\n house: () => import(\"./icons/house\"),\n image: () => import(\"./icons/image\"),\n \"in-box\": () => import(\"./icons/in-box\"),\n \"info-circle-fill\": () => import(\"./icons/info-circle-fill\"),\n \"info-circle\": () => import(\"./icons/info-circle\"),\n instagram: () => import(\"./icons/instagram\"),\n key: () => import(\"./icons/key\"),\n \"laptop-gear\": () => import(\"./icons/laptop-gear\"),\n laptop: () => import(\"./icons/laptop\"),\n layers: () => import(\"./icons/layers\"),\n \"layout-text-window-reverse\": () => import(\"./icons/layout-text-window-reverse\"),\n \"layout-text-window\": () => import(\"./icons/layout-text-window\"),\n layout: () => import(\"./icons/layout\"),\n \"life-buoy\": () => import(\"./icons/life-buoy\"),\n lightbulb: () => import(\"./icons/lightbulb\"),\n link: () => import(\"./icons/link\"),\n linkedin: () => import(\"./icons/linkedin\"),\n list: () => import(\"./icons/list\"),\n \"lock-fill\": () => import(\"./icons/lock-fill\"),\n lock: () => import(\"./icons/lock\"),\n login: () => import(\"./icons/login\"),\n logout: () => import(\"./icons/logout\"),\n luggage: () => import(\"./icons/luggage\"),\n \"mail-open\": () => import(\"./icons/mail-open\"),\n mail: () => import(\"./icons/mail\"),\n map: () => import(\"./icons/map\"),\n meetup: () => import(\"./icons/meetup\"),\n menu: () => import(\"./icons/menu\"),\n microphone: () => import(\"./icons/microphone\"),\n monitor: () => import(\"./icons/monitor\"),\n moon: () => import(\"./icons/moon\"),\n move: () => import(\"./icons/move\"),\n paperclip: () => import(\"./icons/paperclip\"),\n passcode: () => import(\"./icons/passcode\"),\n passport: () => import(\"./icons/passport\"),\n pause: () => import(\"./icons/pause\"),\n pencil: () => import(\"./icons/pencil\"),\n \"pending-circle\": () => import(\"./icons/pending-circle\"),\n \"person-dash\": () => import(\"./icons/person-dash\"),\n \"person-plus\": () => import(\"./icons/person-plus\"),\n \"person-x\": () => import(\"./icons/person-x\"),\n person: () => import(\"./icons/person\"),\n phone: () => import(\"./icons/phone\"),\n \"pin-map-fill\": () => import(\"./icons/pin-map-fill\"),\n pin: () => import(\"./icons/pin\"),\n placeholder: () => import(\"./icons/placeholder\"),\n plane: () => import(\"./icons/plane\"),\n play: () => import(\"./icons/play\"),\n \"plus-circle\": () => import(\"./icons/plus-circle\"),\n \"plus-square\": () => import(\"./icons/plus-square\"),\n plus: () => import(\"./icons/plus\"),\n printer: () => import(\"./icons/printer\"),\n \"question-circle\": () => import(\"./icons/question-circle\"),\n rocket: () => import(\"./icons/rocket\"),\n save: () => import(\"./icons/save\"),\n search: () => import(\"./icons/search\"),\n send: () => import(\"./icons/send\"),\n \"sg-crest\": () => import(\"./icons/sg-crest\"),\n share: () => import(\"./icons/share\"),\n \"shield-tick\": () => import(\"./icons/shield-tick\"),\n \"sidebar-collapse\": () => import(\"./icons/sidebar-collapse\"),\n \"sidebar-expand\": () => import(\"./icons/sidebar-expand\"),\n \"slash-circle\": () => import(\"./icons/slash-circle\"),\n \"slash-divider\": () => import(\"./icons/slash-divider\"),\n sliders: () => import(\"./icons/sliders\"),\n \"sort-ascending\": () => import(\"./icons/sort-ascending\"),\n \"sort-descending\": () => import(\"./icons/sort-descending\"),\n speedometer: () => import(\"./icons/speedometer\"),\n \"star-ai\": () => import(\"./icons/star-ai\"),\n \"star-fill\": () => import(\"./icons/star-fill\"),\n star: () => import(\"./icons/star\"),\n stoplights: () => import(\"./icons/stoplights\"),\n sun: () => import(\"./icons/sun\"),\n \"switch-horizontal\": () => import(\"./icons/switch-horizontal\"),\n \"switch-vertical\": () => import(\"./icons/switch-vertical\"),\n tablet: () => import(\"./icons/tablet\"),\n telegram: () => import(\"./icons/telegram\"),\n telephone: () => import(\"./icons/telephone\"),\n \"three-dots-vertical\": () => import(\"./icons/three-dots-vertical\"),\n \"three-dots\": () => import(\"./icons/three-dots\"),\n ticket: () => import(\"./icons/ticket\"),\n \"toggle-off\": () => import(\"./icons/toggle-off\"),\n \"toggle-on\": () => import(\"./icons/toggle-on\"),\n train: () => import(\"./icons/train\"),\n translate: () => import(\"./icons/translate\"),\n trash: () => import(\"./icons/trash\"),\n \"trend-down\": () => import(\"./icons/trend-down\"),\n \"trend-up\": () => import(\"./icons/trend-up\"),\n truck: () => import(\"./icons/truck\"),\n \"twitter-x\": () => import(\"./icons/twitter-x\"),\n unlock: () => import(\"./icons/unlock\"),\n upload: () => import(\"./icons/upload\"),\n \"user-check\": () => import(\"./icons/user-check\"),\n \"user-circle\": () => import(\"./icons/user-circle\"),\n \"user-pause\": () => import(\"./icons/user-pause\"),\n \"user-square\": () => import(\"./icons/user-square\"),\n users: () => import(\"./icons/users\"),\n \"video-recorder\": () => import(\"./icons/video-recorder\"),\n \"volume-max\": () => import(\"./icons/volume-max\"),\n \"volume-x\": () => import(\"./icons/volume-x\"),\n \"window-dash\": () => import(\"./icons/window-dash\"),\n \"window-desktop\": () => import(\"./icons/window-desktop\"),\n \"window-dock\": () => import(\"./icons/window-dock\"),\n \"window-fullscreen\": () => import(\"./icons/window-fullscreen\"),\n \"window-plus\": () => import(\"./icons/window-plus\"),\n \"window-sidebar\": () => import(\"./icons/window-sidebar\"),\n \"window-split\": () => import(\"./icons/window-split\"),\n \"window-stack\": () => import(\"./icons/window-stack\"),\n \"window-x\": () => import(\"./icons/window-x\"),\n window: () => import(\"./icons/window\"),\n \"xcircle-fill\": () => import(\"./icons/xcircle-fill\"),\n xcircle: () => import(\"./icons/xcircle\"),\n youtube: () => import(\"./icons/youtube\"),\n \"zoom-in\": () => import(\"./icons/zoom-in\"),\n \"zoom-out\": () => import(\"./icons/zoom-out\")\n};\n","import { nothing } from \"lit\";\nimport { property, state } from \"lit/decorators.js\";\nimport type { TemplateResult } from \"lit\";\nimport { iconRegistry } from \"./icon-registry\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport iconStyles from \"./icon.css\";\n\nconst iconCache = new Map<string, TemplateResult>();\n\n/**\n * @summary Icons offer a form of visual shorthand that we are all familiar with. They can label, inform and aid navigation quickly and effectively in minimal space. Icons must first and foremost communicate meaning. By default, the icon component renders icons from `SgdsIcon` library set\n */\nexport class SgdsIcon extends SgdsElement {\n static styles = [...SgdsElement.styles, iconStyles];\n\n /** The name of the icon from sgds icon library */\n @property({ type: String, reflect: true }) name: string;\n\n /** Specifies a small, medium or large icon, the size is medium by default. */\n @property({ type: String, reflect: true }) size: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" | \"2-xl\" | \"3-xl\" = \"lg\";\n\n /** An accessible label for the icon. When set, the SVG is treated as informative. When omitted, the SVG is marked as decorative with aria-hidden=\"true\". */\n @property({ type: String }) ariaLabel: string;\n\n @state() private _icon: TemplateResult | undefined;\n\n willUpdate(changedProperties: Map<string, unknown>) {\n if (changedProperties.has(\"name\")) {\n this._loadIcon(this.name);\n }\n }\n\n private async _loadIcon(name: string) {\n if (!name) {\n this._icon = undefined;\n return;\n }\n\n if (iconCache.has(name)) {\n this._icon = iconCache.get(name);\n return;\n }\n\n const loader = iconRegistry[name];\n if (!loader) {\n console.warn(`Icon not found: ${name}`);\n this._icon = undefined;\n return;\n }\n\n try {\n const module = await loader();\n iconCache.set(name, module.default);\n this._icon = module.default;\n } catch {\n console.warn(`Failed to load icon: ${name}`);\n this._icon = undefined;\n }\n }\n\n updated() {\n const svg = this.shadowRoot?.querySelector(\"svg\");\n if (!svg) return;\n\n if (this.ariaLabel) {\n svg.removeAttribute(\"aria-hidden\");\n svg.setAttribute(\"aria-label\", this.ariaLabel);\n } else {\n svg.removeAttribute(\"aria-label\");\n svg.setAttribute(\"aria-hidden\", \"true\");\n }\n }\n\n render() {\n return this._icon ?? nothing;\n }\n}\n\nexport default SgdsIcon;\n","import { html, TemplateResult } from \"lit\";\nimport { property } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport optionStyles from \"./option.css\";\nimport SgdsElement from \"./sgds-element\";\n\nexport class OptionElement extends SgdsElement {\n static styles = [optionStyles];\n /**\n * @internal when true, sets the active stylings.\n * This property is controlled by its nearest parent e.g. Select or Combo box\n */\n @property({ type: Boolean, reflect: true }) active = false;\n\n /** Disables the Item */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n /** The value of the option item */\n @property({ type: String, reflect: true }) value: string;\n\n connectedCallback(): void {\n super.connectedCallback();\n this.setAttribute(\"role\", \"menuitem\");\n this.setAttribute(\"aria-disabled\", `${this.disabled}`);\n this._updateAriaLabel();\n }\n\n private _updateAriaLabel() {\n const label = this.textContent?.trim();\n if (label) {\n this.setAttribute(\"aria-label\", label);\n }\n }\n render() {\n const classes = {\n disabled: this.disabled,\n active: this.active\n };\n return html`\n <div class=\"dropdown-item ${classMap(classes)}\" tabindex=${this.disabled ? \"-1\" : \"0\"}>\n ${this._renderItemContent()}\n </div>\n `;\n }\n\n protected declare _renderItemContent: () => TemplateResult<1>;\n}\n","import { property } from \"lit/decorators.js\";\nimport feedbackStyles from \"../styles/feedback.css\";\nimport formHintStyles from \"../styles/form-hint.css\";\nimport formLabelStyles from \"../styles/form-label.css\";\nimport formPlaceholderStyles from \"../styles/form-placeholder.css\";\nimport SgdsElement from \"./sgds-element\";\nimport generateId from \"../utils/generateId\";\n\nexport default class FormControlElement extends SgdsElement {\n static styles = [...SgdsElement.styles, feedbackStyles, formHintStyles, formLabelStyles, formPlaceholderStyles];\n\n /** The input's label */\n @property({ reflect: true }) label = \"\";\n\n /** The input's hint text */\n @property({ reflect: true }) hintText = \"\";\n\n /** The input's name attribute */\n @property({ reflect: true }) name: string;\n\n /** Disables the input. */\n @property({ type: Boolean, reflect: true }) disabled = false;\n\n /** Marks the component as invalid. Replace the pseudo :invalid selector for absent in custom elements */\n @property({ type: Boolean, reflect: true }) invalid = false;\n\n protected _controlId = generateId(\"input\");\n protected _labelId = generateId(\"label\");\n\n /** Programatically sets the invalid state of the input. Pass in boolean value in the argument */\n public setInvalid(bool: boolean) {\n this.invalid = bool;\n if (bool) {\n this.emit(\"sgds-invalid\");\n } else {\n this.emit(\"sgds-valid\");\n }\n }\n}\n","import { html, nothing } from \"lit\";\nimport { property, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport { ifDefined } from \"lit/directives/if-defined.js\";\nimport { live } from \"lit/directives/live.js\";\nimport SgdsIcon from \"../Icon/sgds-icon\";\nimport FormControlElement from \"../../base/form-control-element\";\nimport { defaultValue } from \"../../utils/defaultvalue\";\nimport { SgdsFormControl } from \"../../utils/formSubmitController\";\nimport { SgdsFormValidatorMixin } from \"../../utils/validatorMixin\";\nimport { watch } from \"../../utils/watch\";\nimport { HasSlotController } from \"../../utils/slot\";\nimport checkboxStyle from \"./checkbox.css\";\nimport formCheckStyles from \"../../styles/form-check.css\";\n\n/**\n * @summary Checkbox component is used when you require users to select multiple items from a list.\n *\n * @slot default - The label of checkbox.\n *\n * @event sgds-change - Emitted when the checked state changes.\n * @event sgds-blur - Emitted when input is not in focus.\n * @event sgds-focus - Emitted when input is in focus.\n * @event sgds-check - Emitted when checkbox is checked\n * @event sgds-uncheck - Emitted when checkbox is unchecked\n * @event sgds-invalid - Emitted when the checkbox's invalid state is set to true.\n * @event sgds-valid - Emitted when the checkbox's invalid state is set to false.\n */\nexport class SgdsCheckbox extends SgdsFormValidatorMixin(FormControlElement) implements SgdsFormControl {\n static styles = [...FormControlElement.styles, formCheckStyles, checkboxStyle];\n\n private readonly hasSlotController = new HasSlotController(this, \"[default]\");\n\n /**@internal */\n static dependencies = {\n \"sgds-icon\": SgdsIcon\n };\n\n /** Value of the HTML form control. Primarily used to differentiate a list of related checkboxes that have the same name. */\n @property({ type: String, reflect: true }) value: string;\n\n /** Draws the checkbox in a checked state. */\n @property({ type: Boolean, reflect: true }) checked = false;\n\n /** Allows invalidFeedback, invalid and valid styles to be visible with the input */\n @property({ type: String, reflect: true }) hasFeedback: \"style\" | \"text\" | \"both\";\n\n /** @internal Gets or sets the default value used to reset this element. The initial value corresponds to the one originally specified in the HTML that created this element. */\n @defaultValue(\"checked\")\n defaultChecked = false;\n\n /** Marks the checkbox input as indeterminate , with indeterminate logo */\n @property({ type: Boolean, reflect: true }) indeterminate = false;\n\n /** Makes the checkbox a required field. */\n @property({ type: Boolean, reflect: true }) required = false;\n\n /** Disables native and sgds validation for the checkbox. */\n @property({ type: Boolean, reflect: true }) noValidate = false;\n\n /**Feedback text for error state when validated */\n @property({ type: String, reflect: true }) invalidFeedback = \"\";\n\n @state() private _isTouched = false;\n\n /** Simulates a click on the checkbox. */\n public click() {\n this.input.click();\n }\n /** Sets focus on the checkbox. */\n public focus(options?: FocusOptions) {\n this.input.focus(options);\n }\n\n /** Removes focus from the checkbox. */\n public blur() {\n this.input.blur();\n }\n\n private _handleChange(e: Event) {\n if (this.indeterminate) {\n this.indeterminate = !this.indeterminate;\n }\n\n this.checked = !this.checked;\n super._mixinHandleChange(e);\n this.emit(\"sgds-change\", { detail: { checked: this.checked, value: this.value } });\n\n this.checked\n ? this.emit(\"sgds-check\", { detail: { value: this.value } })\n : this.emit(\"sgds-uncheck\", { detail: { value: this.value } });\n }\n\n private _handleKeyDown(event: KeyboardEvent) {\n const hasModifier = event.metaKey || event.ctrlKey || event.shiftKey || event.altKey;\n if (event.key === \"Enter\" && !hasModifier) {\n this.click();\n }\n }\n\n private _handleBlur() {\n this._isTouched = true;\n this.emit(\"sgds-blur\");\n }\n\n private _handleFocus() {\n this.emit(\"sgds-focus\");\n }\n\n private _handleInvalid(e: Event) {\n e.preventDefault();\n this.invalid = true;\n }\n\n /** @internal */\n @watch(\"disabled\", { waitUntilFirstUpdate: true })\n _handleDisabledChange() {\n // Disabled form controls are always valid, so we need to recheck validity when the state changes\n this.setInvalid(false);\n }\n\n @watch(\"_isTouched\", { waitUntilFirstUpdate: true })\n _handleIsTouched() {\n if (this._mixinShouldSkipSgdsValidation()) return;\n if (this._isTouched) {\n this.invalid = !this.input.checkValidity();\n }\n }\n\n private _mixinResetFormControl() {\n this._isTouched = false;\n this.checked = this.input.checked = this.defaultChecked;\n this.input.dispatchEvent(new InputEvent(\"reset\"));\n this._mixinResetValidity(this.input);\n }\n /**\n * Checks for validity. Under the hood, HTMLFormElement's reportValidity method calls this method to check for component's validity state\n * Note that the native error popup is prevented for SGDS form components by default. Instead the validation message shows up in the feedback container of SgdsInput\n */\n public reportValidity(): boolean {\n return this._mixinReportValidity();\n }\n /**\n * Checks for validity without any native error popup message\n */\n public checkValidity(): boolean {\n return this._mixinCheckValidity();\n }\n /**\n * Returns the ValidityState object\n */\n public get validity(): ValidityState {\n return this._mixinGetValidity();\n }\n /**\n * Returns the validation message based on the ValidityState\n */\n public get validationMessage() {\n return this._mixinGetValidationMessage();\n }\n\n firstUpdated(_changedProperties) {\n super.firstUpdated(_changedProperties);\n this.checked && this.emit(\"sgds-check\", { detail: { value: this.value } });\n }\n\n connectedCallback(): void {\n super.connectedCallback();\n this.addEventListener(\"click\", this._handleHostClick);\n }\n\n disconnectedCallback(): void {\n super.disconnectedCallback();\n this.removeEventListener(\"click\", this._handleHostClick);\n }\n\n // Delegates host-targeted clicks to the internal input so that clicking anywhere\n // on the sgds-checkbox element (e.g. expanded padding inside sgds-dropdown-item) toggles\n // the checkbox. Clicks already originating from inside the shadow DOM are left alone.\n private _handleHostClick = (e: Event) => {\n if (e.composedPath()[0] === this) {\n e.stopPropagation();\n this.input.click();\n }\n };\n render() {\n const displayFeedbackStyle = this.hasFeedback === \"both\" || this.hasFeedback === \"style\";\n const displayFeedbackText = this.hasFeedback === \"both\" || this.hasFeedback === \"text\";\n const hasDefaultSlot = this.hasSlotController.test(\"[default]\");\n\n return html`\n <div class=\"form-check\">\n <input\n class=${classMap({\n \"form-check-input\": true,\n \"is-invalid\": displayFeedbackStyle && this.invalid\n })}\n type=\"checkbox\"\n id=${this._controlId}\n aria-invalid=${this.invalid ? \"true\" : \"false\"}\n name=${ifDefined(this.name)}\n ?indeterminate=${this.indeterminate}\n ?required=${this.required}\n aria-disabled=${this.disabled ? \"true\" : \"false\"}\n aria-checked=${this.checked ? \"true\" : \"false\"}\n @change=${(e: Event) => this._handleChange(e)}\n @keydown=${this._handleKeyDown}\n @invalid=${(e: Event) => this._handleInvalid(e)}\n ?checked=${live(this.checked)}\n .disabled=${this.disabled}\n .required=${this.required}\n @blur=${this._handleBlur}\n @focus=${this._handleFocus}\n />\n ${hasDefaultSlot\n ? html`<label for=\"${this._controlId}\" class=\"form-check-label\" id=\"${this._labelId}\"><slot></slot></label>`\n : nothing}\n </div>\n ${displayFeedbackText && this.invalid\n ? html`\n <div class=\"invalid-feedback-container\">\n <slot name=\"invalidIcon\">\n <sgds-icon name=\"exclamation-circle-fill\" size=\"md\"></sgds-icon>\n </slot>\n <div id=\"checkbox-feedback\" tabindex=\"0\" class=\"invalid-feedback\">\n ${this.invalidFeedback ? this.invalidFeedback : this.input.validationMessage}\n </div>\n </div>\n `\n : nothing}\n `;\n }\n}\n\nexport default SgdsCheckbox;\n","import { html, nothing, PropertyValueMap } from \"lit\";\nimport { property } from \"lit/decorators.js\";\nimport { OptionElement } from \"../../base/option-element\";\nimport SgdsCheckbox from \"../Checkbox/sgds-checkbox\";\nimport SgdsIcon from \"../Icon/sgds-icon\";\nimport SgdsComboBox from \"./sgds-combo-box\";\n\n/**\n * @summary ComboBoxOption is the option of the Combobox\n *\n * @slot default - The label of the option\n */\nexport class SgdsComboBoxOption extends OptionElement {\n /** @internal */\n static override dependencies = {\n \"sgds-icon\": SgdsIcon,\n \"sgds-checkbox\": SgdsCheckbox\n };\n\n /**\n * @internal If true, this item is rendered as a checkbox item.\n * This property is controlled by its combo box parent\n */\n @property({ type: Boolean, reflect: true }) checkbox = false;\n\n connectedCallback(): void {\n super.connectedCallback();\n }\n\n firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n const parent = this.parentElement as SgdsComboBox;\n if (parent?.multiSelect) {\n this.checkbox = true;\n }\n }\n\n protected _renderItemContent = () => {\n return this.checkbox\n ? html`\n <sgds-checkbox .checked=${this.active} .disabled=${this.disabled}>\n <slot></slot>\n </sgds-checkbox>\n `\n : html`\n <div class=\"normal-item-content\" role=\"presentation\">\n <slot></slot>\n ${this.active ? html` <sgds-icon name=\"check\"></sgds-icon> ` : nothing}\n </div>\n `;\n };\n}\n\nexport default SgdsComboBoxOption;\n","import{noChange as e}from\"../lit-html.js\";import{directive as s,Directive as t,PartType as r}from\"../directive.js\";import{getCommittedValue as l,setChildPartValue as o,insertPart as i,removePart as n,setCommittedValue as f}from\"../directive-helpers.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst u=(e,s,t)=>{const r=new Map;for(let l=s;l<=t;l++)r.set(e[l],l);return r},c=s(class extends t{constructor(e){if(super(e),e.type!==r.CHILD)throw Error(\"repeat() can only be used in text expressions\")}dt(e,s,t){let r;void 0===t?t=s:void 0!==s&&(r=s);const l=[],o=[];let i=0;for(const s of e)l[i]=r?r(s,i):i,o[i]=t(s,i),i++;return{values:o,keys:l}}render(e,s,t){return this.dt(e,s,t).values}update(s,[t,r,c]){const d=l(s),{values:p,keys:a}=this.dt(t,r,c);if(!Array.isArray(d))return this.ut=a,p;const h=this.ut??=[],v=[];let m,y,x=0,j=d.length-1,k=0,w=p.length-1;for(;x<=j&&k<=w;)if(null===d[x])x++;else if(null===d[j])j--;else if(h[x]===a[k])v[k]=o(d[x],p[k]),x++,k++;else if(h[j]===a[w])v[w]=o(d[j],p[w]),j--,w--;else if(h[x]===a[w])v[w]=o(d[x],p[w]),i(s,v[w+1],d[x]),x++,w--;else if(h[j]===a[k])v[k]=o(d[j],p[k]),i(s,d[x],d[j]),j--,k++;else if(void 0===m&&(m=u(a,k,w),y=u(h,x,j)),m.has(h[x]))if(m.has(h[j])){const e=y.get(a[k]),t=void 0!==e?d[e]:null;if(null===t){const e=i(s,d[x]);o(e,p[k]),v[k]=e}else v[k]=o(t,p[k]),i(s,d[x],t),d[e]=null;k++}else n(d[j]),j--;else n(d[x]),x++;for(;k<=w;){const e=i(s,v[w+1]);o(e,p[k]),v[k++]=e}for(;x<=j;){const e=d[x++];null!==e&&n(e)}return this.ut=a,f(s,v),e}});export{c as repeat};\n//# sourceMappingURL=repeat.js.map\n","import{html as t,svg as r,mathml as e}from\"./lit-html.js\";\n/**\n * @license\n * Copyright 2020 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst a=Symbol.for(\"\"),o=t=>{if(t?.r===a)return t?._$litStatic$},s=t=>({_$litStatic$:t,r:a}),i=(t,...r)=>({_$litStatic$:r.reduce((r,e,a)=>r+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\\n take care to ensure page security.`)})(e)+t[a+1],t[0]),r:a}),l=new Map,n=t=>(r,...e)=>{const a=e.length;let s,i;const n=[],u=[];let c,$=0,f=!1;for(;$<a;){for(c=r[$];$<a&&void 0!==(i=e[$],s=o(i));)c+=s+r[++$],f=!0;$!==a&&u.push(i),n.push(c),$++}if($===a&&n.push(r[a]),f){const t=n.join(\"$$lit$$\");void 0===(r=l.get(t))&&(n.raw=n,l.set(t,r=n)),e=u}return t(r,...e)},u=n(t),c=n(r),$=n(e);export{u as html,i as literal,$ as mathml,c as svg,s as unsafeStatic,n as withStatic};\n//# sourceMappingURL=static.js.map\n","import { property } from \"lit/decorators.js\";\nimport { html } from \"lit/static-html.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport SgdsElement from \"../../base/sgds-element\";\nimport spinnerStyle from \"./spinner.css\";\nimport textStyles from \"../../styles/text-variants.css\";\nimport { nothing } from \"lit\";\n/**\n * @summary Spinners notify the users that their request is being processed.\n *\n */\nexport class SgdsSpinner extends SgdsElement {\n static styles = [...SgdsElement.styles, textStyles, spinnerStyle];\n /** The variant of spinner. Deprecated in favor of `tone` @deprecated */\n @property({ type: String, reflect: true }) variant: SpinnerVariant = \"primary\";\n /** The color tones of spinner, replaces variant prop */\n @property({ type: String, reflect: true }) tone: SpinnerTone = \"brand\";\n /** Specifies a small, medium or large button, the size is medium by default. */\n @property({ type: String, reflect: true }) size: \"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\" = \"md\";\n /** Text label of the spinner */\n @property({ reflect: true, type: String }) label: string;\n /** Orientation of label relative to the spinner */\n @property({ type: String, reflect: true }) orientation: \"horizontal\" | \"vertical\" = \"vertical\";\n\n render() {\n return html`\n <div\n class=\"spinner-wrapper ${classMap({\n horizontal: this.orientation === \"horizontal\"\n })}\"\n >\n <div\n class=\"spinner ${classMap({\n [`spinner-${this.size}`]: this.size\n })}\"\n role=\"status\"\n >\n ${this.label ? nothing : html`<span class=\"sr-only\">Loading...</span>`}\n </div>\n ${this.label ? html`<span class=\"spinner-label\">${this.label}</span>` : nothing}\n </div>\n `;\n }\n}\nexport type SpinnerTone = \"brand\" | \"neutral\" | \"inverse\" | \"fixed-light\" | \"fixed-dark\";\nexport type SpinnerVariant = \"primary\" | \"neutral\";\n\nexport default SgdsSpinner;\n","import { live } from \"lit/directives/live.js\";\nimport { html, nothing, PropertyValueMap, TemplateResult } from \"lit\";\nimport { property, queryAssignedElements, queryAsync, state } from \"lit/decorators.js\";\nimport { classMap } from \"lit/directives/class-map.js\";\nimport { ifDefined } from \"lit/directives/if-defined.js\";\n\nimport { ref } from \"lit/directives/ref.js\";\nimport { SelectElement, SgdsOptionData } from \"../../base/select-element\";\nimport { watch } from \"../../utils/watch\";\nimport { SgdsBadge } from \"../Badge/sgds-badge\";\nimport SgdsIcon from \"../Icon/sgds-icon\";\nimport comboBoxStyle from \"./combo-box.css\";\nimport formTextControlStyle from \"../../styles/form-text-control.css\";\nimport { SgdsComboBoxOption } from \"./sgds-combo-box-option\";\n\nimport { repeat } from \"lit/directives/repeat.js\";\nimport SgdsSpinner from \"../Spinner/sgds-spinner\";\nimport { ISgdsComboBoxInputEventDetail } from \"./types\";\n\n/**\n * Each item in the ComboBox has a label to display\n * and a value (the actual data / ID).\n */\ntype SgdsComboBoxOptionData = SgdsOptionData;\n\nexport type { ISgdsComboBoxInputEventDetail };\n\n/**\n * @summary ComboBox component is used for users to make one or more selections from a list through user input, keyboard or mouse actions\n *\n * @slot default - default slot to pass in sgds-combo-box-option\n *\n * @event sgds-select - Emitted when the combo box's selected value changes.\n * @event sgds-change - Emitted when the combo box's value changes.\n * @event sgds-input - Emitted when user input is received and its value changes. `event.detail = { displayValue }`\n * @eventDetail {ISgdsComboBoxInputEventDetail} sgds-input\n * @event sgds-focus - Emitted when user input is focused.\n * @event sgds-blur - Emitted when user input is blurred.\n * @event sgds-invalid - Emitted when the combo box's invalid state is set to true.\n * @event sgds-valid - Emitted when the combo box's invalid state is set to false.\n * @event sgds-scroll-end - Emitted once when the menu is scrolled to within `scrollBottomOffset` pixels of the bottom. Resets when the user scrolls back up.\n */\nexport class SgdsComboBox extends SelectElement {\n static styles = [...SelectElement.styles, formTextControlStyle, comboBoxStyle];\n static childName = \"sgds-combo-box-option\";\n /** @internal */\n static dependencies = {\n [SgdsComboBox.childName]: SgdsComboBoxOption,\n \"sgds-icon\": SgdsIcon,\n \"sgds-badge\": SgdsBadge,\n \"sgds-spinner\": SgdsSpinner\n };\n\n /** If true, renders multiple checkbox selection items. If false, single-select. */\n @property({ type: Boolean, reflect: true }) multiSelect = false;\n\n /** If true, renders badge that fills width of combobox */\n @property({ type: Boolean, reflect: true }) badgeFullWidth = false;\n\n /** If true, a clear button will be enabled on focus */\n @property({ type: Boolean, reflect: true }) clearable = false;\n\n /** Disables native and sgds validation for the combo box. */\n @property({ type: Boolean, reflect: true }) noValidate = false;\n\n /** Enables the asynchronous behaviour of a combo box. When true, filterFunction is ignored and filtering is done remotely. */\n @property({ type: Boolean, reflect: true }) async = false;\n\n /** When filtering remotely and there are no results, set this to true to enable no options feedback on the menu. Applicable for async combo box only. */\n @property({ type: Boolean, reflect: true }) emptyMenuAsync = false;\n\n /** Number of pixels from the bottom of the menu at which the sgds-scroll-end event fires. */\n @property({ type: Number, reflect: true }) scrollBottomOffset = 0;\n\n /** The function used to filter the menu list, given the user's input value. */\n @property()\n filterFunction: (inputValue: string, item: SgdsComboBoxOptionData) => boolean = (inputValue, item) => {\n return item.label.toLowerCase().startsWith(inputValue.toLowerCase());\n };\n\n @queryAsync(\"input#multi-select-input-tracker\") private _multiSelectInput: Promise<HTMLInputElement>;\n\n @queryAssignedElements({ flatten: true, selector: \"sgds-combo-box-option\" })\n protected options: SgdsComboBoxOption[];\n\n @state() private optionList: SgdsComboBoxOptionData[] = [];\n @state() private emptyMenuAfterFiltering = false;\n\n // Used to show and hide the clear button\n @state() protected isFocused = false;\n\n // Used to determine if the scroll reached the end with offset\n @state() protected isScrollEnd = false;\n\n connectedCallback(): void {\n super.connectedCallback();\n\n this.addEventListener(\"focus\", async () => {\n this.isFocused = true;\n });\n\n this.addEventListener(\"blur\", async () => {\n this.isFocused = false;\n });\n\n this.addEventListener(\"keydown\", (e: KeyboardEvent) => {\n if (\n e.key === \"Enter\" &&\n (e.target as HTMLElement).shadowRoot?.querySelector(\".form-clearable\")?.matches(\":focus\")\n ) {\n this._handleClear();\n }\n });\n\n this.addEventListener(\"sgds-hide\", async (e: CustomEvent) => {\n if (!e.detail.isOutside) {\n const sgdsInput = await this._input;\n sgdsInput.focus();\n }\n\n this.options.forEach(o => o.removeAttribute(\"hidden\"));\n // reset emptyMenu state\n this.emptyMenuAfterFiltering = false;\n });\n }\n\n async firstUpdated(changedProperties: PropertyValueMap<this>) {\n super.firstUpdated(changedProperties);\n if (this.async) this.filterFunction = () => true;\n this.menuList.forEach(o => {\n const comboBoxOption = document.createElement(\"sgds-combo-box-option\") as SgdsComboBoxOption;\n comboBoxOption.innerText = o.label;\n comboBoxOption.value = o.value;\n comboBoxOption.checkbox = this.multiSelect;\n comboBoxOption.active = this.value.includes(o.value);\n this.appendChild(comboBoxOption);\n });\n this._setupValidation(this.menuList);\n if (this.menuIsOpen) {\n await this.updateFloatingPosition();\n }\n }\n\n protected async _handleDefaultSlotChange(e: Event) {\n const assignedElements = (e.target as HTMLSlotElement).assignedElements({\n flatten: true\n }) as ComboBoxOptionWithFlag[];\n\n assignedElements.forEach(option => {\n // Handling of click events\n if (option.hasAttribute(\"disabled\")) return false;\n if (option.clickEventAdded) return false;\n option.addEventListener(\"click\", (evt: PointerEvent) => {\n evt.preventDefault();\n const optionTarget = evt.target as SgdsComboBoxOption;\n\n if (this.multiSelect) {\n optionTarget.active ? this._handleItemUnselect(evt) : this._handleItemSelected(evt);\n } else {\n this._handleItemSelected(evt);\n }\n\n return false;\n });\n option.clickEventAdded = true;\n option.addEventListener(\"keydown\", (evt: KeyboardEvent) => {\n if (evt.key === \"Enter\") {\n this.close = \"outside\";\n const optionTarget = evt.target as SgdsComboBoxOption;\n optionTarget.click();\n }\n });\n });\n\n /** this will trigger _updateValueAndDisplayValue */\n await this.updateComplete;\n this.optionList = await this._getMenuListFromOptions(assignedElements);\n this._setupValidation(this.optionList);\n }\n\n private async _setupValidation(list: SgdsComboBoxOptionData[]) {\n if (this.value && list.length > 0) {\n const valueArray = this.value.split(\";\");\n const initialSelectedItem = list.filter(({ value }) => valueArray.includes(value));\n this.selectedItems = [...initialSelectedItem, ...this.selectedItems];\n\n if (!this.multiSelect) {\n this.displayValue = initialSelectedItem[0]?.label;\n }\n }\n /** We want to run validation regardless of value or list present */\n this.multiSelect ? (this.input = await this._multiSelectInput) : (this.input = await this._input);\n this._mixinValidate(this.input);\n }\n\n @watch(\"value\", { waitUntilFirstUpdate: true })\n async _handleValueChange() {\n this.options.forEach(o => o.removeAttribute(\"hidden\"));\n\n const sgdsInput = await this._input;\n this._mixinSetFormValue();\n\n if (this.multiSelect) {\n this._mixinValidate(this.input);\n } else {\n this._mixinValidate(sgdsInput);\n }\n\n // When value is updated by user and it doesn't map to selectedItems, we should re-map selectedItems\n const selectedItemVal = this.selectedItems.map(val => val.value).join(\";\");\n if (selectedItemVal !== this.value) {\n this._updateValueAndDisplayValue(this.optionList);\n }\n\n if (!this._isTouched && this.value === \"\") return;\n if (this._mixinShouldSkipSgdsValidation()) return;\n this.invalid = !this._mixinReportValidity();\n }\n\n /** Emits sgds-change and sgds-select events. Call after setting this.value from user interaction. */\n private _emitChangeEvents() {\n this._mixinSetFormValue();\n this.emit(\"sgds-change\");\n if (this.value) {\n this.emit(\"sgds-select\");\n }\n }\n\n @watch(\"optionList\", { waitUntilFirstUpdate: true })\n _handleOptionListChange() {\n this._updateValueAndDisplayValue(this.optionList);\n }\n\n @watch(\"menuList\", { waitUntilFirstUpdate: true })\n _handleMenuListChange() {\n const newMenu = this.menuList.map(o => {\n const comboBoxOption = document.createElement(\"sgds-combo-box-option\") as SgdsComboBoxOption;\n comboBoxOption.innerText = o.label;\n comboBoxOption.value = o.value;\n comboBoxOption.checkbox = this.multiSelect;\n comboBoxOption.active = this.value.includes(o.value);\n return comboBoxOption;\n });\n\n this.replaceChildren(...newMenu);\n }\n\n private _updateValueAndDisplayValue(list: SgdsComboBoxOptionData[]) {\n const valueArray = this.value.split(\";\");\n const initialSelectedItem = list.filter(({ value }) => valueArray.includes(value));\n this.selectedItems = [...initialSelectedItem];\n // When the new filtered items don't match value we update it\n const updatedValue = initialSelectedItem.map(item => item.value).join(\";\");\n if (updatedValue !== this.value) {\n this.value = updatedValue;\n }\n // Disabling this condition for async combobox so that the display value in the input will not clear when menu options changes\n if (!this.multiSelect && !this.async) {\n this.displayValue = initialSelectedItem[0]?.label || \"\";\n }\n\n this.options.forEach(o => (o.active = valueArray.includes(o.value)));\n }\n\n // Called each time the user types in the <sgds-input>, we set .value and show the menu\n protected async _handleInputChange(e: CustomEvent) {\n const input = e.target as HTMLInputElement;\n this.displayValue = input.value;\n this.emit<ISgdsComboBoxInputEventDetail>(\"sgds-input\", { detail: { displayValue: this.displayValue } });\n this.invalid = false;\n this.showMenu();\n // reset menu list when displayValue is cleared\n if (this.displayValue === \"\" && !this.multiSelect) {\n this.selectedItems = [];\n this.value = this.selectedItems.join(\";\");\n this.options.forEach(o => (o.active = false));\n this._emitChangeEvents();\n }\n // There is a race condition in certain situations where this.optionList is not fully updated during slotchange\n // Hence instead of using this.optionList, we have to perform a query on the <sgds-combo-box-option> elements\n const optionList = this.options.map(o => ({ value: o.value, label: o.textContent.trim() }));\n this.filteredList = optionList.filter(item => this.filterFunction(this.displayValue, item));\n\n // Filtering for slots\n this.emptyMenuAfterFiltering = this.filteredList.length === 0;\n const filteredValues = this.filteredList.map(l => l.value);\n\n this.options.forEach(o => {\n if (!filteredValues.includes(o.value)) {\n o.hidden = true;\n } else {\n o.hidden = false;\n }\n });\n }\n\n /**\n * Called whenever an <sgds-combo-box-option> dispatches sgds-select\"\n */\n protected async _handleItemSelected(e: Event) {\n const itemEl = e.target as SgdsComboBoxOption;\n if (itemEl.disabled) return;\n\n const itemLabel = itemEl.textContent?.trim() ?? \"\";\n const itemValueAttr = itemEl.getAttribute(\"value\") ?? itemLabel;\n const foundItem = this.filteredList.find(i => i.value.toString() === itemValueAttr) || {\n label: itemLabel,\n value: itemValueAttr\n };\n\n if (this.multiSelect) {\n if (!this.selectedItems.some(i => i.value === foundItem.value)) {\n this.selectedItems = [...this.selectedItems, foundItem];\n }\n\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n itemEl.active = true;\n } else {\n // Single-select\n // Only update active states if a new item is selected\n if (this.selectedItems.length === 0 || this.selectedItems[0].value !== foundItem.value) {\n // Remove active from all options\n this.options.forEach(o => (o.active = false));\n itemEl.active = true;\n\n this.selectedItems = [foundItem];\n this.value = foundItem.value.toString();\n this.displayValue = foundItem.label;\n this.hideMenu();\n }\n }\n this._emitChangeEvents();\n }\n\n private _handleItemUnselect(e: Event) {\n const itemEl = e.target as SgdsComboBoxOption;\n if (itemEl.disabled) return;\n\n itemEl.removeAttribute(\"active\");\n const itemLabel = itemEl.textContent?.trim() ?? \"\";\n const itemValueAttr = itemEl.getAttribute(\"value\") ?? itemLabel;\n const foundItem = this.filteredList.find(i => i.value.toString() === itemValueAttr) || {\n label: itemLabel,\n value: itemValueAttr\n };\n\n this.selectedItems = this.selectedItems.filter(i => i.value !== foundItem.value);\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n this._emitChangeEvents();\n }\n\n private async _handleBadgeDismissed(e: CustomEvent, item: SgdsComboBoxOptionData) {\n e.preventDefault();\n const removedValue = item.value;\n this.options?.forEach(o => (o.value === removedValue ? (o.active = false) : null));\n this.selectedItems = this.selectedItems.filter(i => i.value !== item.value);\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n this._emitChangeEvents();\n }\n\n private async _handleMultiSelectKeyDown(e: KeyboardEvent) {\n // Only do this in multi-select mode\n if (!this.multiSelect) {\n return;\n }\n\n if (e.key === \"Backspace\" && this.multiSelect) {\n if (this.displayValue.trim() === \"\" && this.selectedItems.length > 0) {\n const removedValue = this.selectedItems[this.selectedItems.length - 1].value;\n this.options?.forEach(o => (o.value === removedValue ? (o.active = false) : null));\n this.selectedItems = this.selectedItems.slice(0, -1);\n this.value = this.selectedItems.map(i => i.value).join(\";\");\n this._emitChangeEvents();\n }\n }\n }\n\n protected _handleFocus() {\n this.emit(\"sgds-focus\");\n }\n\n protected async _handleInputBlur(e: Event) {\n e.preventDefault();\n\n this.emit(\"sgds-blur\");\n\n if (this.multiSelect) {\n const displayValueMatchedSelectedItems = this.selectedItems.filter(({ label }) => this.displayValue === label);\n if (displayValueMatchedSelectedItems.length <= 0) {\n this.displayValue = \"\";\n }\n } else {\n // Single select\n if (this.selectedItems.length > 0) {\n this.displayValue = this.selectedItems[0].label;\n } else {\n this.displayValue = \"\";\n }\n }\n }\n\n // For clearing the value\n protected async _handleClear() {\n this.value = this.displayValue = \"\";\n this.options?.forEach(o => (o.active = false));\n this._emitChangeEvents();\n\n const sgdsInput = await this._input;\n sgdsInput.focus();\n this.showMenu();\n }\n\n /** For form reset */\n protected async _mixinResetFormControl() {\n this.value = this.defaultValue;\n if (!this.multiSelect) {\n //reset menu\n this.options.forEach(o => {\n o.active = o.value === this.value;\n });\n const initialOption = this.options.filter(o => o.value === this.value);\n if (initialOption.length <= 0) {\n this.displayValue = \"\";\n } else {\n this.displayValue = initialOption[0].textContent.trim();\n }\n this._mixinResetValidity(await this._input);\n } else {\n const valueArray = this.value.split(\";\");\n // reset menu\n this.options.forEach(o => {\n o.active = valueArray.includes(o.value);\n });\n const initialOption = this.options.filter(o => valueArray.includes(o.value));\n this.selectedItems = initialOption.map(o => ({ value: o.value, label: o.textContent.trim() }));\n this._mixinResetValidity(await this._multiSelectInput);\n }\n }\n\n /**\n * Handles scroll events on the menu. Emits `sgds-scroll-end` once when the\n * scroll position reaches within `scrollBottomOffset` pixels of the bottom.\n * The event is suppressed until the user scrolls back up, preventing repeated\n * emissions while the menu stays at the bottom.\n */\n private async _handleScroll(e: MouseEvent) {\n const ele = e.target as HTMLElement;\n if (ele) {\n const endOfScroll = ele.scrollHeight - ele.clientHeight;\n const offset = Math.max(0, this.scrollBottomOffset);\n\n if (ele.scrollTop >= endOfScroll - offset) {\n if (!this.isScrollEnd) {\n this.emit(\"sgds-scroll-end\");\n }\n this.isScrollEnd = true;\n } else {\n this.isScrollEnd = false;\n }\n }\n }\n\n /** Template for the suffix icon */\n protected suffixIconTemplate: TemplateResult = html`<sgds-icon\n name=${this.menuIsOpen ? \"chevron-up\" : \"chevron-down\"}\n size=\"md\"\n ></sgds-icon>`;\n\n protected prefixIconTemplate: TemplateResult = html`${nothing}`;\n /**\n * Used `repeat` helper from Lit to render instead of .map:\n * The reassigning of value is affecting the truncation on badge as it is not triggering the slot change event.\n *\n * To compare this to lit-html's default handling for lists, consider reversing a large list of names:\n * For a list created using Array.map, lit-html maintains the DOM nodes for the list items, but reassigns the values\n * For a list created using repeat, the repeat directive reorders the existing DOM nodes, so the nodes representing the first list item move to the last position.\n */\n protected _renderInput(showClearButton: boolean): TemplateResult {\n const wantFeedbackStyle = this.hasFeedback;\n const showButton = showClearButton;\n\n return html`\n <div\n ${ref(this.myDropdown)}\n class=\"form-control-group ${classMap({\n disabled: this.disabled,\n readonly: this.readonly,\n \"is-invalid\": this.invalid && wantFeedbackStyle\n })}\"\n @click=${this._handleClick}\n >\n ${this.prefixIconTemplate}\n <div class=\"combobox-input-container\">\n ${this.multiSelect\n ? html`\n ${repeat(\n this.selectedItems,\n item => item.value,\n item =>\n html`<sgds-badge\n outlined\n variant=\"neutral\"\n show\n ?dismissible=${!(this.readonly || this.disabled)}\n ?fullwidth=${this.badgeFullWidth}\n @sgds-hide=${e => this._handleBadgeDismissed(e, item)}\n >${item.label}</sgds-badge\n >`\n )}\n `\n : nothing}\n <input\n class=\"form-control\"\n type=\"text\"\n id=${this._controlId}\n name=${ifDefined(this.name)}\n placeholder=${ifDefined(this.placeholder)}\n aria-invalid=${this.invalid ? \"true\" : \"false\"}\n ?autofocus=${this.autofocus}\n ?disabled=${this.disabled}\n ?readonly=${this.readonly}\n ?required=${this.required}\n .value=${this.displayValue ? this.displayValue.trim() : \"\"}\n @input=${this._handleInputChange}\n @blur=${this._handleInputBlur}\n @focus=${this._handleFocus}\n aria-describedby=${ifDefined(this.invalid && this.hasFeedback ? `${this._controlId}-invalid` : undefined)}\n aria-labelledby=\"${this._labelId} ${this._controlId}Help ${this.invalid && this.hasFeedback\n ? `${this._controlId}-invalid`\n : \"\"}\"\n .autocomplete=${this.autocomplete}\n />\n </div>\n\n ${showButton\n ? html`\n <sgds-icon\n id=${`${this._controlId}-combobox-clear-button`}\n tabindex=\"0\"\n class=\"form-clearable\"\n name=\"xcircle-fill\"\n size=\"md\"\n @click=${this._handleClear}\n aria-label=\"Clear selections\"\n role=\"button\"\n ></sgds-icon>\n `\n : nothing}\n ${this.suffixIconTemplate}\n </div>\n `;\n }\n\n protected _renderFeedbackMenu() {\n if (this.loading) {\n return this._renderLoadingMenu();\n }\n // When async, the filtering is done by remote server, so we do not check for emptyMenu of combobox filterFunction\n if (this.async) {\n return this.emptyMenuAsync || this.optionList.length === 0 ? this._renderEmptyMenu() : nothing;\n } else {\n return this.optionList.length === 0 || // no options at all\n (this.emptyMenuAfterFiltering && this.optionList.length > 0) // check if filtering results in empty menu\n ? this._renderEmptyMenu()\n : nothing;\n }\n }\n\n render() {\n const showClearButton =\n (this.isFocused || this.menuIsOpen) && this.value !== \"\" && this.clearable && !this.readonly;\n return html`\n <div\n class=${classMap({\n \"form-control-container\": true,\n \"m-width-256\": true,\n disabled: this.disabled,\n combobox: true\n })}\n @keydown=${this._handleMultiSelectKeyDown}\n >\n ${this._renderLabel()}\n <!-- The input -->\n ${this._renderInput(showClearButton)} ${this._renderFeedback()}\n\n <div\n id=${this.dropdownMenuId}\n class=\"dropdown-menu\"\n tabindex=\"-1\"\n role=\"menu\"\n aria-label=${this.label || \"Options\"}\n ${ref(this.menuRef)}\n @scroll=${this._handleScroll}\n >\n <slot\n id=\"default\"\n class=${classMap({ \"d-none\": this.loading || this.emptyMenuAsync || this.optionList.length === 0 })}\n @slotchange=${this._handleDefaultSlotChange}\n ></slot>\n ${this._renderFeedbackMenu()}\n </div>\n </div>\n\n <!-- Required an input element for constraint validation -->\n ${this.multiSelect\n ? html`<input\n .value=${live(this.value)}\n id=\"multi-select-input-tracker\"\n class=\"visually-hidden\"\n ?required=${this.required}\n tabindex=\"-1\"\n aria-hidden=\"true\"\n .autocomplete=${this.autocomplete}\n />`\n : nothing}\n `;\n }\n}\n\ninterface ComboBoxOptionWithFlag extends SgdsComboBoxOption {\n clickEventAdded?: boolean;\n}\n\nexport default SgdsComboBox;\n\n//TODO:\n// Replace this.optionList ?\n// During slotchange event _handleDefaultSlotChange, we try to populate this.optionList to obtain value attribute and textContent as label from <sgds-combo-box-option>\n// However, it has race conditions in certain situation like nextjs, where the last option's label (essentially the slot of <sgds-combo-box-option>) may not be available immediately.\n// To circumvent this, I avoid relying on this.optionList to perform filterFunction onInput handler and query this.options directly at the point of user typing.\n// To prevent confusion, this.optionList should ideally be removed in future iterations\n","import { SgdsComboBox } from \"./sgds-combo-box\";\nimport { SgdsComboBoxOption } from \"./sgds-combo-box-option\";\nimport { register } from \"../../utils/ce-registry\";\n\nregister(\"sgds-combo-box\", SgdsComboBox);\nregister(\"sgds-combo-box-option\", SgdsComboBoxOption);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"sgds-combo-box\": SgdsComboBox;\n }\n}\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.375 15.125H6.5a5.116 5.116 0 0 1-1.643-.27l1.324 5.292c.047.188.062.247.078.294.176.52.644.885 1.19.93.05.004.11.004.305.004.243 0 .32 0 .379-.006a1.375 1.375 0 0 0 1.235-1.237c.006-.058.007-.136.007-.379v-4.628Zm12-5.125c0-1.373-.963-2.52-2.25-2.805v5.61A2.874 2.874 0 0 0 21.375 10Zm-18.75 0A3.875 3.875 0 0 0 6.5 13.875h2.875v-7.75H6.5A3.875 3.875 0 0 0 2.625 10Zm15.25-4.873c0-.534 0-.896-.021-1.159-.023-.28-.063-.324-.05-.305a.326.326 0 0 0-.258-.155c.027.004-.035-.01-.31.115-.257.115-.597.3-1.092.57-1.565.853-3.667 1.801-5.519 1.919v7.774c1.852.118 3.954 1.068 5.519 1.921.495.27.835.455 1.091.57.276.125.338.111.31.115a.326.326 0 0 0 .26-.155c-.013.019.026-.026.049-.305.02-.263.021-.625.021-1.158V5.127Zm1.25.794a4.127 4.127 0 0 1 0 8.157v.796c0 .51 0 .932-.025 1.257-.025.307-.079.654-.279.934a1.57 1.57 0 0 1-1.124.667c-.346.042-.688-.084-.976-.215-.31-.14-.7-.352-1.176-.612-1.535-.837-3.39-1.645-4.92-1.764v4.612c0 .215 0 .366-.013.5a2.625 2.625 0 0 1-2.36 2.36c-.133.013-.284.012-.498.012-.171 0-.293 0-.406-.01a2.625 2.625 0 0 1-2.273-1.773c-.036-.107-.065-.226-.106-.392l-1.575-6.298a.632.632 0 0 1-.014-.087 5.125 5.125 0 0 1 3.12-9.19h3.75c1.594 0 3.632-.873 5.295-1.78.477-.26.866-.472 1.176-.612.288-.13.63-.257.976-.215.47.058.85.283 1.124.667.2.28.254.627.279.935.025.324.025.746.025 1.257v.794Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.375 12.5c0-.345.28-.625.625-.625h4a.625.625 0 1 1 0 1.25h-4a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.934 2.875h14.132c.4 0 .691 0 .946.05a2.625 2.625 0 0 1 2.063 2.063c.05.255.05.546.05.946v.132c0 .4 0 .691-.05.946a2.625 2.625 0 0 1-1.95 2.038v6.677c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H9.273c-.817 0-1.468 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.05a2.625 2.625 0 0 1-1.95-2.038c-.05-.255-.05-.546-.05-.946v-.132c0-.4 0-.691.05-.946a2.625 2.625 0 0 1 2.063-2.063c.255-.05.546-.05.946-.05Zm.191 6.25V15.7c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.959.22.468.039 1.069.039 1.919.039h5.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919V9.125H5.125Zm14.31-1.25H4.565a.636.636 0 0 0-.049-.003 1.712 1.712 0 0 1-.284-.023 1.375 1.375 0 0 1-1.08-1.08c-.024-.118-.027-.274-.027-.769s.003-.65.026-.768a1.375 1.375 0 0 1 1.08-1.08c.118-.024.274-.027.769-.027h14c.495 0 .65.003.768.026.546.109.972.535 1.08 1.08.024.118.027.274.027.769s-.003.65-.026.768a1.375 1.375 0 0 1-1.08 1.08 1.61 1.61 0 0 1-.285.024.634.634 0 0 0-.05.003Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M2.5 3.9a.6.6 0 0 0 0 1.2h19a.6.6 0 1 0 0-1.2h-19Zm10.1 5.6a.6.6 0 1 0-1.2 0v8.552l-3.976-3.976a.6.6 0 1 0-.848.848l5 5a.6.6 0 0 0 .848 0l5-5a.6.6 0 1 0-.848-.848L12.6 18.052V9.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M20.1 2.5a.6.6 0 1 0-1.2 0v19a.6.6 0 1 0 1.2 0v-19Zm-5.6 10.1a.6.6 0 1 0 0-1.2H5.948l3.976-3.976a.6.6 0 1 0-.848-.848l-5 5a.6.6 0 0 0 0 .848l5 5a.6.6 0 0 0 .848-.848L5.948 12.6H14.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M3.9 21.5a.6.6 0 1 0 1.2 0v-19a.6.6 0 1 0-1.2 0v19Zm5.6-10.1a.6.6 0 0 0 0 1.2h8.551l-3.975 3.976a.6.6 0 1 0 .848.848l5-5a.6.6 0 0 0 0-.848l-5-5a.6.6 0 0 0-.848.848L18.05 11.4H9.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M21.5 20.1a.6.6 0 1 0 0-1.2h-19a.6.6 0 0 0 0 1.2h19Zm-10.1-5.6a.6.6 0 1 0 1.2 0V5.949l3.976 3.975a.6.6 0 0 0 .848-.848l-5-5a.6.6 0 0 0-.848 0l-5 5a.6.6 0 1 0 .848.848L11.4 5.95v8.55Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 7.63c.34 0 .617.276.617.617v6.016l2.7-2.7a.617.617 0 1 1 .873.873l-3.754 3.754a.617.617 0 0 1-.873 0L7.81 12.436a.617.617 0 0 1 .873-.873l2.7 2.7V8.247c0-.341.276-.617.617-.617Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.437 7.81a.617.617 0 0 1 0 .873l-2.7 2.7h6.016a.617.617 0 0 1 0 1.234H9.737l2.7 2.7a.617.617 0 0 1-.873.873L7.81 12.436a.617.617 0 0 1 0-.873l3.753-3.753a.617.617 0 0 1 .873 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.563 8.683a.617.617 0 1 1 .873-.873l3.754 3.753a.617.617 0 0 1 0 .873l-3.754 3.754a.617.617 0 0 1-.873-.873l2.7-2.7H8.247a.617.617 0 0 1 0-1.234h6.016l-2.7-2.7Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"m7.81 11.563 3.753-3.753a.617.617 0 0 1 .873 0l3.754 3.753a.617.617 0 0 1-.873.873l-2.7-2.699v6.016a.617.617 0 0 1-1.234 0V9.737l-2.7 2.7a.617.617 0 0 1-.873-.873Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 1 0 0 17.53 8.765 8.765 0 0 0 0-17.53Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.695 2.396a.6.6 0 0 1 .848 0l1.765 1.765a.6.6 0 0 1 0 .848l-1.765 1.765a.6.6 0 1 1-.848-.848l.811-.812a6.902 6.902 0 1 0 4.555 1.302.6.6 0 1 1 .706-.97 8.102 8.102 0 1 1-5.396-1.525l-.676-.677a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 5.4a.6.6 0 0 1 .6.6v10.552l4.976-4.976a.6.6 0 0 1 .848.848l-6 6a.6.6 0 0 1-.848 0l-6-6a.6.6 0 0 1 .848-.848l4.976 4.976V6a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.424 5.576a.6.6 0 0 1 0 .848L7.448 11.4H18a.6.6 0 1 1 0 1.2H7.448l4.976 4.976a.6.6 0 0 1-.848.848l-6-6a.6.6 0 0 1 0-.848l6-6a.6.6 0 0 1 .848 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.708 8.13a6.891 6.891 0 0 0-9.155-2.106 6.89 6.89 0 0 0-3.41 5.251.6.6 0 1 1-1.193-.127 8.09 8.09 0 0 1 4.003-6.163 8.091 8.091 0 0 1 10.72 2.43l.248-.923a.6.6 0 1 1 1.159.31l-.646 2.411a.6.6 0 0 1-.735.425l-2.409-.646a.6.6 0 1 1 .311-1.16l1.107.297Zm1.808 4.061a.6.6 0 0 1 .534.66 8.09 8.09 0 0 1-4.003 6.164 8.091 8.091 0 0 1-10.72-2.43l-.247.922a.6.6 0 1 1-1.16-.31l.646-2.41a.6.6 0 0 1 .735-.425l2.409.646a.6.6 0 1 1-.311 1.159l-1.107-.297a6.891 6.891 0 0 0 9.155 2.106 6.89 6.89 0 0 0 3.41-5.252.6.6 0 0 1 .66-.533Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 5.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1 0 .848l-6 6a.6.6 0 0 1-.848-.848L16.55 12.6H6a.6.6 0 1 1 0-1.2h10.55l-4.975-4.976a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 7.597c.345 0 .625.28.625.625v6.047l2.71-2.71a.625.625 0 0 1 .885.883l-3.778 3.778a.625.625 0 0 1-.884 0L7.78 12.442a.625.625 0 1 1 .884-.884l2.711 2.71V8.223c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.442 7.78a.625.625 0 0 1 0 .884l-2.71 2.711h6.046a.625.625 0 1 1 0 1.25H9.73l2.71 2.71a.625.625 0 0 1-.883.885L7.78 12.442a.625.625 0 0 1 0-.884l3.778-3.778a.625.625 0 0 1 .884 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.558 7.78a.625.625 0 0 1 .884 0l3.778 3.778a.625.625 0 0 1 0 .884l-3.778 3.778a.625.625 0 1 1-.884-.884l2.71-2.711H8.223a.625.625 0 1 1 0-1.25h6.047l-2.71-2.71a.625.625 0 0 1 0-.885Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.558 7.78a.625.625 0 0 1 .884 0l3.778 3.778a.625.625 0 1 1-.884.884l-2.711-2.71v6.046a.625.625 0 1 1-1.25 0V9.73l-2.71 2.71a.625.625 0 1 1-.885-.883l3.778-3.778Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041H8.006c-.77 0-1.386 0-1.884-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h7.934c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 5.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1-.848.848L12.6 7.45V18a.6.6 0 1 1-1.2 0V7.449l-4.976 4.975a.6.6 0 0 1-.848-.848l6-6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3 8.777a1 1 0 0 1 .5-.866l8-4.622a1 1 0 0 1 1 0l8 4.622a1 1 0 0 1 .5.866V10a1 1 0 0 1-1 1h-1v7h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1v-7H4a1 1 0 0 1-1-1V8.777ZM8 11v7h2.5v-7H8Zm5.5 0v7H16v-7h-2.5Zm0-3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.465 2.985A6.3 6.3 0 0 1 18.3 8.2c0 1.944.25 3.454.591 4.61a.6.6 0 1 1-1.15.34c-.378-1.277-.64-2.902-.64-4.95a5.1 5.1 0 0 0-7.963-4.221.6.6 0 0 1-.673-.994Zm-5.44.04a.6.6 0 0 1 .85 0l3.069 3.07a.598.598 0 0 1 .05.05l13.98 13.98a.6.6 0 0 1-.848.85l-3.624-3.625H5.704c-.555 0-.99 0-1.302-.012a4.076 4.076 0 0 1-.422-.034.996.996 0 0 1-.758-.501 1.06 1.06 0 0 1-.122-.44.815.815 0 0 1 .035-.299c.02-.068.048-.134.075-.194.054-.119.13-.259.219-.413.178-.309.444-.736.787-1.287l.007-.012C4.988 12.928 5.7 11.03 5.7 8.2c0-.501.06-.997.175-1.476l-2.85-2.85a.6.6 0 0 1 0-.848Zm3.893 4.742A5.103 5.103 0 0 0 6.9 8.2c0 3.042-.769 5.163-1.658 6.592a51.676 51.676 0 0 0-.82 1.346h.027c.285.012.697.012 1.27.012h9.583L6.919 7.767Zm-2.801 8.342.01.003-.01-.003Zm4.92 4.044a.6.6 0 0 1 .847-.053c.564.498 1.304.8 2.116.8s1.552-.302 2.117-.8a.6.6 0 1 1 .794.9A4.386 4.386 0 0 1 12 22.1 4.386 4.386 0 0 1 9.09 21a.6.6 0 0 1-.053-.847Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.547 3.745A6.3 6.3 0 0 1 18.302 8.2c0 2.83.712 4.728 1.477 5.958l.008.012c.342.55.608.978.786 1.287.09.154.165.294.22.413.026.06.053.126.074.194a.815.815 0 0 1 .035.299 1.06 1.06 0 0 1-.122.44.996.996 0 0 1-.758.501 4.077 4.077 0 0 1-.422.034c-.311.012-.747.012-1.302.012H5.706c-.555 0-.99 0-1.302-.012a4.076 4.076 0 0 1-.422-.034.996.996 0 0 1-.758-.501 1.06 1.06 0 0 1-.122-.44.814.814 0 0 1 .036-.299c.02-.068.047-.134.074-.194a4.74 4.74 0 0 1 .22-.413c.177-.309.443-.736.786-1.287l.007-.012c.765-1.23 1.477-3.129 1.477-5.958a6.3 6.3 0 0 1 1.845-4.455Zm4.455-.645a5.1 5.1 0 0 0-5.1 5.1c0 3.042-.769 5.163-1.658 6.592a51.644 51.644 0 0 0-.82 1.346h.027c.285.012.697.012 1.27.012h12.562c.574 0 .985 0 1.27-.011l.027-.001a51.44 51.44 0 0 0-.82-1.346c-.889-1.43-1.658-3.55-1.658-6.592a5.1 5.1 0 0 0-5.1-5.1Zm7.873 13.012a.074.074 0 0 1 .01-.003l-.01.003ZM4.119 16.11Zm4.92 4.044a.6.6 0 0 1 .847-.053c.564.498 1.304.8 2.116.8s1.552-.302 2.117-.8a.6.6 0 1 1 .794.9 4.386 4.386 0 0 1-2.91 1.1A4.386 4.386 0 0 1 9.091 21a.6.6 0 0 1-.053-.847Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.076 2.835h13.848c.26 0 .493 0 .687.016.208.017.429.055.645.165.313.16.568.415.728.728.11.216.148.437.165.645a9 9 0 0 1 .016.687v.808c0 .197 0 .396-.046.59a1.63 1.63 0 0 1-.2.482c-.104.17-.245.31-.384.45l-.033.033-5.063 5.063c-.195.195-.213.219-.225.237a.334.334 0 0 0-.04.097c-.005.02-.009.05-.009.327v4.994c0 .266.001.533-.079.783-.07.219-.184.42-.336.593-.173.198-.402.335-.63.47a.616.616 0 0 1-.055.033l-1.826 1.096c-.374.225-.693.416-.96.545-.27.13-.586.247-.934.215a1.665 1.665 0 0 1-1.187-.673c-.207-.281-.269-.613-.296-.91-.027-.295-.027-.668-.027-1.104v-6.042c0-.277-.004-.306-.01-.327a.335.335 0 0 0-.04-.097c-.01-.018-.028-.042-.224-.237L3.498 7.439l-.032-.033c-.14-.14-.281-.28-.386-.45a1.665 1.665 0 0 1-.199-.482 2.497 2.497 0 0 1-.046-.637v-.761c0-.26 0-.493.016-.687a1.69 1.69 0 0 1 .166-.645c.16-.313.414-.568.727-.728a1.69 1.69 0 0 1 .645-.165c.194-.016.428-.016.687-.016Zm-.723 1.364-.005.003a.335.335 0 0 0-.146.146l-.003.005a.856.856 0 0 0-.023.144 8.39 8.39 0 0 0-.01.603v.737c-.001.277.003.306.008.327a.335.335 0 0 0 .04.097c.012.018.03.042.225.237l5.063 5.063.032.033c.14.14.281.28.386.45a1.7 1.7 0 0 1 .199.481c.047.195.046.394.046.591v6.058c0 .476 0 .786.022 1.013.016.182.042.24.045.248.056.075.14.122.233.132a.835.835 0 0 0 .237-.088c.205-.1.471-.258.88-.503l1.8-1.08c.32-.193.351-.22.37-.241a.336.336 0 0 0 .067-.12c.009-.026.016-.067.016-.44v-4.979c0-.197 0-.396.046-.59.04-.17.108-.333.2-.482a2.5 2.5 0 0 1 .418-.483l5.062-5.063c.195-.195.213-.219.225-.237a.334.334 0 0 0 .04-.097c.005-.02.01-.05.01-.327V5.1c0-.291-.002-.47-.012-.603a.847.847 0 0 0-.026-.15.335.335 0 0 0-.146-.145l-.005-.003a.852.852 0 0 0-.144-.023 8.39 8.39 0 0 0-.603-.011H5.1c-.29 0-.47 0-.603.011a.854.854 0 0 0-.144.023Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.078 2.1h11.844c.261 0 .492 0 .684.016.203.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.417.158.62.016.192.016.423.016.684v16.06c0 .206 0 .4-.014.559-.015.16-.051.384-.196.583a1.1 1.1 0 0 1-.775.448 1.146 1.146 0 0 1-.603-.123c-.145-.067-.313-.164-.492-.267l-5.52-3.19c-.326-.19-.377-.21-.417-.22a.4.4 0 0 0-.166 0c-.04.01-.09.03-.417.22l-5.52 3.19c-.18.103-.347.2-.491.267a1.146 1.146 0 0 1-.604.123 1.1 1.1 0 0 1-.775-.448 1.147 1.147 0 0 1-.196-.583 6.579 6.579 0 0 1-.014-.56V4.279c0-.261 0-.492.016-.684.016-.203.054-.415.158-.62a1.6 1.6 0 0 1 .7-.7c.205-.104.417-.142.62-.158.192-.016.423-.016.684-.016Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.078 2.1h11.844c.261 0 .492 0 .684.016.203.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.416.158.62.016.192.016.423.016.684v16.06c0 .206 0 .4-.015.559-.014.16-.05.384-.195.583a1.1 1.1 0 0 1-.776.447 1.146 1.146 0 0 1-.603-.122 6.561 6.561 0 0 1-.49-.267l-5.52-3.19c-.327-.19-.378-.21-.418-.22a.399.399 0 0 0-.166 0c-.04.01-.09.03-.418.22l-5.52 3.19a6.74 6.74 0 0 1-.49.267 1.146 1.146 0 0 1-.604.122 1.1 1.1 0 0 1-.775-.447 1.147 1.147 0 0 1-.196-.583c-.014-.158-.014-.353-.014-.56V4.279c0-.261 0-.492.016-.684a1.62 1.62 0 0 1 .158-.62 1.6 1.6 0 0 1 .7-.7 1.62 1.62 0 0 1 .62-.158c.192-.016.423-.016.684-.016Zm-.586 1.212a.493.493 0 0 0-.174.032.4.4 0 0 0-.174.174.494.494 0 0 0-.032.174A8.432 8.432 0 0 0 5.1 4.3v16.014c0 .148 0 .257.002.342.075-.04.17-.095.298-.17l5.499-3.178.054-.031c.237-.137.463-.268.714-.322a1.6 1.6 0 0 1 .666 0c.251.054.477.185.714.322l.054.031 5.499 3.179c.128.074.223.129.297.169.003-.085.003-.194.003-.342V4.3c0-.29 0-.471-.012-.608a.493.493 0 0 0-.032-.174.4.4 0 0 0-.175-.174.494.494 0 0 0-.173-.032A8.437 8.437 0 0 0 17.9 3.3H6.1c-.29 0-.471 0-.608.012Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.774 4.4H9.8a.6.6 0 1 1 0 1.2c-.85 0-1.451 0-1.922.039-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 6.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v4.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922a.6.6 0 1 1 1.2 0v.026c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993V9.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 4.4 8.956 4.4 9.774 4.4ZM12.4 5a.6.6 0 0 1 .6-.6h6a.6.6 0 0 1 .6.6v6a.6.6 0 1 1-1.2 0V6.449l-5.976 5.975a.6.6 0 0 1-.848-.848L17.55 5.6H13a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.314 1.933a1.526 1.526 0 0 0-.627 0c-.237.05-.45.17-.666.293l-.05.03-3.506 1.987a.597.597 0 0 0-.023.013l-3.46 1.962-.054.03c-.229.13-.453.256-.623.444-.149.165-.26.358-.328.569-.078.24-.077.498-.077.765v7.948c0 .267 0 .525.077.765.068.21.18.404.328.569.17.188.394.315.623.444l.053.03 6.99 3.963.05.029c.216.122.43.244.665.293.207.044.42.044.628 0 .236-.05.45-.17.665-.293l.05-.03 6.99-3.962.053-.03c.229-.13.453-.256.623-.444.149-.165.26-.358.328-.569.078-.24.078-.498.077-.765V8.026c0-.267.001-.525-.077-.765a1.567 1.567 0 0 0-.328-.569c-.17-.188-.394-.315-.623-.444l-.053-.03-6.99-3.963-.05-.029c-.216-.122-.43-.244-.665-.293ZM7.75 5.46 4.717 7.18 12 11.31l3.034-1.72L7.75 5.46Zm8.788 4.656a.559.559 0 0 0 .017-.01L19.9 8.211v7.701c0 .37-.007.422-.018.458a.367.367 0 0 1-.077.133c-.023.025-.06.055-.378.235l-6.827 3.87V12.35l3.938-2.233ZM16.25 8.9 8.967 4.77l2.595-1.472c.303-.171.342-.186.371-.192.044-.01.09-.01.134 0 .029.006.069.02.371.192l6.845 3.882L16.25 8.9Zm-4.85 3.45v8.259l-6.827-3.87c-.318-.181-.355-.21-.378-.236a.367.367 0 0 1-.076-.133c-.012-.036-.019-.087-.019-.458V8.211l7.3 4.139Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.175 2.4h3.65c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.018.029.358.029.798.029 1.337V20.4h.4a.6.6 0 1 1 0 1.2H2a.6.6 0 1 1 0-1.2h.4v-6.225c0-.539 0-.98.03-1.338.03-.37.094-.705.253-1.017a2.6 2.6 0 0 1 1.137-1.137c.312-.159.647-.223 1.017-.254.359-.029.8-.029 1.338-.029H10.4V6.175c0-.539 0-.98.03-1.337.03-.371.094-.706.253-1.018a2.6 2.6 0 0 1 1.136-1.137c.313-.159.648-.223 1.018-.254.358-.029.8-.029 1.338-.029ZM10.4 11.6H6.2c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.128a1.4 1.4 0 0 0-.613.611c-.058.116-.103.275-.127.571-.025.304-.025.695-.025 1.265v6.2h6.8v-8.8Zm1.2 8.8V6.2c0-.57 0-.961.025-1.265.024-.296.069-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.115-.06.275-.104.571-.128.304-.025.695-.025 1.265-.025h3.6c.57 0 .961 0 1.265.025.296.024.455.069.57.128a1.4 1.4 0 0 1 .612.611c.059.116.103.275.128.571.024.304.025.695.025 1.265v14.2h-8.8ZM13.9 7a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Zm0 4a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Zm0 4a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.2 15.325c0-.345.28-.625.625-.625H8.25a.625.625 0 1 1 0 1.25H6.825a.625.625 0 0 1-.625-.625Zm8.925 0c0-.345.28-.625.625-.625h1.425a.625.625 0 1 1 0 1.25H15.75a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.033 1.875h7.934c.775 0 1.395 0 1.896.04.514.043.957.131 1.365.339a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.014.175.024.364.03.57a.63.63 0 0 1 .005.207c.006.332.006.703.006 1.119v7.084c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.474 3.474 0 0 1-1.518 1.518l-.003.002v1.86c0 .117 0 .24-.009.345a1.11 1.11 0 0 1-.11.421 1.1 1.1 0 0 1-.482.481 1.11 1.11 0 0 1-.421.111 4.263 4.263 0 0 1-.345.009h-1.84c-.118 0-.24 0-.346-.009a1.11 1.11 0 0 1-.421-.11 1.1 1.1 0 0 1-.481-.482 1.11 1.11 0 0 1-.111-.421c-.009-.105-.009-.228-.009-.345v-1.483h-5.3v1.483c0 .117 0 .24-.009.345a1.11 1.11 0 0 1-.11.421 1.1 1.1 0 0 1-.482.481 1.11 1.11 0 0 1-.421.111 4.263 4.263 0 0 1-.345.009h-1.84c-.118 0-.24 0-.346-.009a1.11 1.11 0 0 1-.421-.11 1.1 1.1 0 0 1-.481-.482 1.11 1.11 0 0 1-.111-.421c-.01-.105-.009-.228-.009-.345v-1.86l-.003-.002a3.474 3.474 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.501-.041-1.12-.041-1.896V7.033c0-.416 0-.787.006-1.119a.63.63 0 0 1 .005-.208c.006-.205.016-.394.03-.569.042-.514.13-.957.338-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.041 1.12-.041 1.896-.041ZM4.126 6.45l-.001.61v4.315h15.75V6.45H4.124ZM19.835 5.2H4.165c.037-.413.103-.664.203-.86.213-.419.553-.76.972-.972.202-.103.462-.17.899-.206.444-.037 1.013-.037 1.821-.037h7.88c.808 0 1.377 0 1.821.037.437.035.697.103.9.206.418.213.758.553.971.972.1.196.166.447.203.86Zm.04 7.425H4.125v1.465c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.971.202.103.462.17.899.206.444.037 1.013.037 1.821.037h7.88c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.206a2.22 2.22 0 0 0 .971-.972c.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.821v-1.465Zm-3.975 6.65v1.6h2.075v-1.651a7.433 7.433 0 0 1-.112.01c-.501.041-1.12.041-1.896.041H15.9Zm-7.8 0h-.067c-.775 0-1.395 0-1.896-.04a7.495 7.495 0 0 1-.112-.01v1.65H8.1v-1.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.774 2.4h8.452c.818 0 1.468 0 1.993.043.537.044.996.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.043.525.043 1.175.043 1.993v8.452c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H7.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V7.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C6.305 2.4 6.956 2.4 7.774 2.4ZM5.878 3.639c-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 3.861 4.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v8.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h8.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V7.8c0-.85 0-1.451-.039-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.504-.185-.968-.223C17.651 3.6 17.05 3.6 16.2 3.6H7.8c-.85 0-1.451 0-1.922.039ZM8.5 5.9a.6.6 0 0 1 .6.6v1.4h1.4a.6.6 0 1 1 0 1.2H9.1v1.4a.6.6 0 1 1-1.2 0V9.1H6.5a.6.6 0 0 1 0-1.2h1.4V6.5a.6.6 0 0 1 .6-.6Zm8.576.176a.6.6 0 0 1 .848.848l-11 11a.6.6 0 0 1-.848-.848l11-11ZM12.9 15.5a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.424 15.576a.6.6 0 1 0-.848.848l2 2a.6.6 0 0 0 .848 0l4.5-4.5a.6.6 0 0 0-.848-.848L11 17.15l-1.576-1.575Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8 2c.332 0 .6.32.6.714V4h6.8V2.714c0-.394.269-.714.6-.714.332 0 .6.32.6.714V4c1.418.002 2.173.027 2.762.327a3 3 0 0 1 1.311 1.311C21 6.28 21 7.12 21 8.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 22 17.88 22 16.2 22H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 19.72 3 18.88 3 17.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311c.589-.3 1.344-.325 2.762-.327V2.714C7.4 2.32 7.67 2 8 2Zm-.6 3.2a19.76 19.76 0 0 0-1.473.037c-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 7.367 4.2 7.94 4.2 8.8v.6h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16A19.86 19.86 0 0 0 16.6 5.2v1.086c0 .394-.268.714-.6.714-.331 0-.6-.32-.6-.714V5.2H8.6v1.086C8.6 6.68 8.332 7 8 7c-.331 0-.6-.32-.6-.714V5.2Zm12.4 5.4H4.2v6.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873v-6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.463 11.528c1.116-.926 2.53-.8 3.533-.044 1.002-.757 2.404-.87 3.53.04a2.881 2.881 0 0 1 .45 4.084c-.615.77-2.249 2.22-3.054 2.92-.082.072-.17.15-.253.21a1.096 1.096 0 0 1-.989.183 1.128 1.128 0 0 1-.355-.183c-.082-.06-.17-.138-.252-.21-.805-.7-2.44-2.15-3.055-2.92-1.004-1.256-.814-3.034.445-4.08Zm3.065 1.215c-.614-.697-1.566-.834-2.266-.253-.746.62-.838 1.625-.268 2.338.528.66 2.057 2.025 2.9 2.758l.103.089.104-.09c.842-.732 2.372-2.097 2.9-2.757.576-.72.487-1.729-.26-2.333-.724-.585-1.665-.444-2.274.248a.627.627 0 0 1-.939 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16 1.375c.345 0 .625.28.625.625v1.376c.634.001 1.16.006 1.597.042.538.044 1 .137 1.423.353a3.624 3.624 0 0 1 1.585 1.583c.215.424.308.886.352 1.424.028.34.036.731.04 1.186l.003.036c0 .01-.003.021-.004.032.002.239.004.494.004.768v8.4c0 .83 0 1.49-.043 2.022-.044.538-.137 1-.352 1.423a3.624 3.624 0 0 1-1.585 1.585c-.423.215-.885.308-1.423.352-.532.043-1.192.043-2.022.043H7.8c-.83 0-1.49 0-2.022-.043-.538-.044-1-.137-1.424-.352a3.624 3.624 0 0 1-1.583-1.585c-.216-.423-.309-.885-.353-1.423-.043-.532-.043-1.192-.043-2.022V8.8c0-.274.002-.53.004-.768 0-.01-.004-.021-.004-.032 0-.012.003-.024.004-.036.003-.455.011-.846.039-1.186.044-.538.137-1 .353-1.424a3.624 3.624 0 0 1 1.583-1.583c.424-.216.886-.309 1.424-.353.438-.036.963-.041 1.597-.042V2a.625.625 0 1 1 1.25 0v1.375h6.75V2c0-.345.28-.625.625-.625ZM3.625 8.8v8.4c0 .85 0 1.45.04 1.92.037.46.108.74.219.958.227.447.591.81 1.038 1.038.218.111.497.182.959.22.469.038 1.069.039 1.919.039h8.4c.85 0 1.45 0 1.92-.04.46-.037.74-.108.958-.219.447-.227.81-.591 1.038-1.038.111-.218.182-.497.22-.959.038-.469.039-1.069.039-1.919V8.8l-.001-.175H3.626l-.001.175Zm5-3.8a.625.625 0 1 1-1.25 0v-.374c-.632.001-1.108.006-1.494.038-.462.038-.741.109-.96.22a2.37 2.37 0 0 0-1.037 1.038c-.111.218-.182.497-.22.959a9.51 9.51 0 0 0-.025.494H20.36a9.97 9.97 0 0 0-.025-.494c-.038-.462-.109-.741-.22-.96a2.376 2.376 0 0 0-1.038-1.037c-.218-.111-.497-.182-.959-.22a19.977 19.977 0 0 0-1.494-.038V5a.625.625 0 1 1-1.25 0v-.375h-6.75V5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.304 13.176a.6.6 0 0 0-.849.848l1.697 1.697-1.697 1.697a.6.6 0 1 0 .849.849L12 16.57l1.697 1.697a.6.6 0 0 0 .848-.849l-1.697-1.697 1.697-1.697a.6.6 0 0 0-.848-.848L12 14.873l-1.697-1.697Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.6 2.714C8.6 2.32 8.332 2 8 2c-.331 0-.6.32-.6.714V4c-1.418.002-2.173.027-2.762.327a3 3 0 0 0-1.311 1.311C3 6.28 3 7.12 3 8.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 22 6.12 22 7.8 22h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 19.72 21 18.88 21 17.2V8.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311c-.589-.3-1.344-.325-2.762-.327V2.714C16.6 2.32 16.332 2 16 2c-.331 0-.6.32-.6.714V4H8.6V2.714ZM5.927 5.237c.368-.03.83-.036 1.473-.037v1.086c0 .394.27.714.6.714.332 0 .6-.32.6-.714V5.2h6.8v1.086c0 .394.269.714.6.714.332 0 .6-.32.6-.714V5.2c.644.001 1.105.007 1.473.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v.6H4.2v-.6c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16ZM4.2 10.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873v-6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8 2c.332 0 .6.32.6.714V4h6.8V2.714c0-.394.269-.714.6-.714.332 0 .6.32.6.714V4c1.418.002 2.173.027 2.762.327a3 3 0 0 1 1.311 1.311C21 6.28 21 7.12 21 8.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 22 17.88 22 16.2 22H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 19.72 3 18.88 3 17.2V8.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311c.589-.3 1.344-.325 2.762-.327V2.714C7.4 2.32 7.67 2 8 2Zm-.6 3.2a19.76 19.76 0 0 0-1.473.037c-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 7.367 4.2 7.94 4.2 8.8v.6h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16A19.86 19.86 0 0 0 16.6 5.2v1.086c0 .394-.268.714-.6.714-.331 0-.6-.32-.6-.714V5.2H8.6v1.086C8.6 6.68 8.332 7 8 7c-.331 0-.6-.32-.6-.714V5.2Zm12.4 5.4H4.2v6.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873v-6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.563 1.4h4.874c.116 0 .2 0 .279.005A2.6 2.6 0 0 1 16.97 3.03c.03.074.056.153.092.263l.006.017c.045.134.06.177.073.212a1.4 1.4 0 0 0 1.215.875c.038.003.086.003.237.003h.04c.331 0 .543 0 .72.018a3.6 3.6 0 0 1 3.228 3.227c.018.178.018.38.018.695v7.886c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H6.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V8.34c0-.315 0-.517.017-.695a3.6 3.6 0 0 1 3.228-3.227c.177-.018.39-.018.72-.018h.04c.151 0 .2 0 .238-.003a1.4 1.4 0 0 0 1.214-.875c.015-.035.029-.078.074-.212l.005-.017c.037-.11.064-.19.093-.263a2.6 2.6 0 0 1 2.255-1.625c.08-.005.163-.005.279-.005Zm.018 1.2c-.141 0-.186 0-.224.003a1.4 1.4 0 0 0-1.215.875 4.244 4.244 0 0 0-.073.212l-.006.017a2.6 2.6 0 0 1-2.348 1.888c-.078.005-.167.005-.29.005h-.02c-.384 0-.531 0-.642.012a2.4 2.4 0 0 0-2.151 2.151c-.011.111-.012.25-.012.614V16.2c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h10.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V8.377c0-.364 0-.503-.012-.614a2.4 2.4 0 0 0-2.152-2.151 7.757 7.757 0 0 0-.642-.012h-.02c-.123 0-.21 0-.29-.005A2.6 2.6 0 0 1 16.03 3.97c-.03-.074-.056-.153-.093-.263l-.005-.017a4.328 4.328 0 0 0-.074-.212 1.4 1.4 0 0 0-1.214-.875 4.25 4.25 0 0 0-.224-.003H9.58ZM12 9.1a3.4 3.4 0 1 0 0 6.8 3.4 3.4 0 0 0 0-6.8Zm-4.6 3.4a4.6 4.6 0 1 1 9.2 0 4.6 4.6 0 0 1-9.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M4.725 13.05c0-.345.28-.625.625-.625H8.2a.625.625 0 1 1 0 1.25H5.35a.625.625 0 0 1-.625-.625Zm10.45 0c0-.345.28-.625.625-.625h2.85a.625.625 0 1 1 0 1.25H15.8a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.38 3.875h7.241c.678 0 1.186-.001 1.634.175a2.54 2.54 0 0 1 1.013.73c.308.37.469.851.683 1.495l.035.106 1.064 3.194h1.45a.625.625 0 1 1 0 1.25h-.18c.164.198.308.415.426.647.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v2.457c0 .378 0 .657-.049.903a2.525 2.525 0 0 1-1.983 1.983c-.246.05-.525.05-.903.049h-.54a2.525 2.525 0 0 1-2.52-2.375H7.87a2.525 2.525 0 0 1-2.52 2.375h-.54c-.378 0-.657 0-.903-.049a2.525 2.525 0 0 1-1.983-1.983c-.05-.246-.05-.525-.049-.903v-2.457c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365.118-.232.262-.449.427-.647H2.5a.625.625 0 1 1 0-1.25h1.45l1.064-3.194.036-.106c.213-.644.374-1.126.683-1.495.27-.324.619-.575 1.012-.73.448-.176.956-.176 1.634-.175ZM5.255 9.607c.48-.032 1.062-.032 1.777-.032h9.934c.715 0 1.298 0 1.777.032l-.944-2.83c-.266-.799-.355-1.032-.491-1.195a1.275 1.275 0 0 0-.512-.369c-.198-.078-.447-.088-1.288-.088H8.49c-.841 0-1.09.01-1.288.088a1.275 1.275 0 0 0-.512.37c-.136.162-.225.395-.49 1.193l-.945 2.831Zm-.017 1.255c-.437.035-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.462-.206.899-.036.444-.037 1.013-.037 1.821v2.365c0 .471.003.616.025.724.1.506.496.9 1.001 1.002.108.021.253.024.724.024h.475c.704 0 1.275-.57 1.275-1.275a1.1 1.1 0 0 1 1.1-1.1h8.55a1.1 1.1 0 0 1 1.1 1.1c0 .704.57 1.275 1.275 1.275h.475c.471 0 .616-.003.724-.024.506-.101.9-.496 1.002-1.002.021-.108.024-.253.024-.724V14.76c0-.808 0-1.377-.037-1.821-.035-.437-.103-.697-.206-.9a2.225 2.225 0 0 0-.972-.971c-.202-.103-.462-.17-.899-.206-.444-.037-1.013-.037-1.821-.037H7.06c-.808 0-1.377 0-1.82.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.653 10.583a1.097 1.097 0 1 1 2.194 0 1.097 1.097 0 0 1-2.194 0Zm4.25 0a1.097 1.097 0 1 1 2.194 0 1.097 1.097 0 0 1-2.194 0Zm4.25 0a1.097 1.097 0 1 1 2.194 0 1.097 1.097 0 0 1-2.194 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v5.154c0 .77 0 1.387-.04 1.885-.042.511-.13.953-.337 1.358a3.46 3.46 0 0 1-1.511 1.512c-.406.207-.847.294-1.358.336-.498.04-1.115.04-1.885.04H13.59c-.614 0-.835.004-1.04.046a2.21 2.21 0 0 0-.56.196c-.187.096-.361.231-.841.615l-2.273 1.819a7.34 7.34 0 0 1-.489.37c-.138.092-.36.222-.636.222-.334 0-.65-.151-.858-.413-.173-.215-.21-.47-.225-.635-.015-.17-.015-.383-.015-.613V18.29c-.503-.005-.88-.027-1.215-.116a3.458 3.458 0 0 1-2.445-2.446c-.118-.44-.118-.957-.118-1.738V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.433.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.036.441-.037 1.007-.037 1.81v5.856c0 .918.005 1.255.075 1.516.204.762.8 1.357 1.562 1.561.26.07.597.076 1.516.076.345 0 .625.28.625.625v2.475c.06-.046.129-.101.212-.168l2.253-1.802.049-.04c.413-.33.69-.552 1.004-.712.277-.142.572-.245.878-.308.345-.07.7-.07 1.228-.07h2.44c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204.416-.212.754-.55.965-.965.102-.2.17-.459.204-.893.037-.44.037-1.006.037-1.81v-5.1c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037ZM7.922 20.46v.002-.002Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.653 8.694c0-.345.28-.625.625-.625H12a.625.625 0 1 1 0 1.25H7.278a.625.625 0 0 1-.625-.625Zm0 3.306c0-.345.28-.625.625-.625h7.555a.625.625 0 0 1 0 1.25H7.278A.625.625 0 0 1 6.653 12Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v5.154c0 .77 0 1.387-.04 1.885-.042.511-.13.953-.337 1.358a3.46 3.46 0 0 1-1.511 1.512c-.406.207-.847.294-1.358.336-.498.04-1.115.04-1.885.04H13.59c-.614 0-.835.004-1.04.046a2.21 2.21 0 0 0-.56.196c-.187.096-.361.231-.841.615l-2.273 1.819c-.18.143-.346.276-.489.37-.138.092-.36.222-.636.222-.334 0-.65-.151-.858-.413-.173-.215-.21-.47-.225-.635-.015-.17-.015-.383-.015-.613V18.29c-.503-.005-.88-.027-1.215-.116a3.458 3.458 0 0 1-2.445-2.446c-.118-.44-.118-.957-.118-1.738V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.433.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.036.441-.037 1.007-.037 1.81v5.856c0 .918.005 1.255.075 1.516.204.762.8 1.357 1.562 1.561.26.07.597.076 1.516.076.345 0 .625.28.625.625v2.475c.06-.046.129-.101.212-.168l2.253-1.802.049-.04c.413-.33.69-.552 1.004-.712.277-.142.572-.245.878-.308.345-.07.7-.07 1.228-.07h2.44c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204.416-.212.754-.55.965-.965.102-.2.17-.459.204-.893.037-.44.037-1.006.037-1.81v-5.1c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037ZM7.922 20.46v.002-.002Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.006 2.875h7.988c.77 0 1.387 0 1.884.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v5.154c0 .77 0 1.387-.04 1.885-.042.511-.13.953-.337 1.358a3.46 3.46 0 0 1-1.511 1.512c-.406.207-.847.294-1.358.336-.498.04-1.115.04-1.885.04H13.59c-.614 0-.835.004-1.04.046a2.21 2.21 0 0 0-.56.196c-.187.096-.361.231-.841.615l-2.273 1.819a7.34 7.34 0 0 1-.489.37c-.138.092-.36.222-.636.222-.334 0-.65-.151-.858-.413-.173-.215-.21-.47-.225-.635-.015-.17-.015-.383-.015-.613V18.29c-.503-.005-.88-.027-1.215-.116a3.458 3.458 0 0 1-2.445-2.446c-.118-.44-.118-.957-.118-1.738V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041ZM6.223 4.162c-.433.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.036.441-.037 1.007-.037 1.81v5.856c0 .918.005 1.255.075 1.516.204.762.8 1.357 1.562 1.561.26.07.597.076 1.516.076.345 0 .625.28.625.625v2.475c.06-.046.129-.101.212-.168l2.253-1.802.049-.04c.413-.33.69-.552 1.004-.712.277-.142.572-.245.878-.308.345-.07.7-.07 1.228-.07h2.44c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204.416-.212.754-.55.965-.965.102-.2.17-.459.204-.893.037-.44.037-1.006.037-1.81v-5.1c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204-.441-.037-1.007-.037-1.81-.037H8.033c-.803 0-1.369 0-1.81.037ZM7.922 20.46v.002-.002Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm4.907 6.593a.875.875 0 0 0-1.237 0l-5.17 5.17-2.182-2.183a.876.876 0 0 0-1.238 1.238l2.802 2.801a.875.875 0 0 0 1.237 0l5.788-5.788a.876.876 0 0 0 0-1.238Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.076 11.576a.6.6 0 0 1 .848 0L10.5 14.15l5.576-5.575a.6.6 0 0 1 .848.848l-6 6a.6.6 0 0 1-.848 0l-3-3a.6.6 0 0 1 0-.848ZM12 20.8a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.424 5.576a.6.6 0 0 1 0 .848l-11 11a.6.6 0 0 1-.848 0l-5-5a.6.6 0 0 1 .848-.848L9 16.15 19.576 5.576a.6.6 0 0 1 .848 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.576 8.576a.6.6 0 0 1 .848 0L12 14.15l5.576-5.575a.6.6 0 0 1 .848.848l-6 6a.6.6 0 0 1-.848 0l-6-6a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.424 5.576a.6.6 0 0 1 0 .848L9.848 12l5.576 5.576a.6.6 0 0 1-.848.848l-6-6a.6.6 0 0 1 0-.848l6-6a.6.6 0 0 1 .848 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.576 5.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1 0 .848l-6 6a.6.6 0 0 1-.848-.848L14.15 12 8.576 6.424a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.558 3.558a.625.625 0 0 1 .884 0l5 5a.625.625 0 1 1-.884.884L12 4.884 7.442 9.442a.625.625 0 1 1-.884-.884l5-5Zm-5 11a.625.625 0 0 1 .884 0L12 19.116l4.558-4.558a.625.625 0 1 1 .884.884l-5 5a.625.625 0 0 1-.884 0l-5-5a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 8.576a.6.6 0 0 1 .848 0l6 6a.6.6 0 0 1-.848.848L12 9.85l-5.576 5.575a.6.6 0 0 1-.848-.848l6-6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 6a.6.6 0 1 0-1.2 0v6a.6.6 0 0 0 .332.537l4 2a.6.6 0 1 0 .537-1.074L12.6 11.63V6Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8.8-10a8.8 8.8 0 1 1-17.6 0 8.8 8.8 0 0 1 17.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.925 11.076a.6.6 0 0 1 0 .848l-4.5 4.5a.6.6 0 0 1-.849 0l-2-2a.6.6 0 1 1 .849-.848L11 15.15l4.076-4.075a.6.6 0 0 1 .849 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 4.4a6.602 6.602 0 0 0-6.425 5.084A5.101 5.101 0 0 0 6.5 19.6h11a5.1 5.1 0 0 0 .925-10.116A6.602 6.602 0 0 0 12 4.4Zm-5.328 5.717a5.402 5.402 0 0 1 10.656 0 .6.6 0 0 0 .537.5A3.9 3.9 0 0 1 17.5 18.4h-11a3.9 3.9 0 0 1-.365-7.783.6.6 0 0 0 .537-.5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.575 7.484a6.602 6.602 0 0 1 12.85 0 5.101 5.101 0 0 1 1.909 9.257.6.6 0 1 1-.668-.997 3.9 3.9 0 0 0-1.801-7.127.6.6 0 0 1-.537-.5 5.402 5.402 0 0 0-10.656 0 .6.6 0 0 1-.537.5 3.9 3.9 0 0 0-1.801 7.127.6.6 0 0 1-.668.997 5.101 5.101 0 0 1 1.909-9.257ZM12 11.4a.6.6 0 0 1 .6.6v7.552l2.976-2.976a.6.6 0 0 1 .848.848l-4 4a.6.6 0 0 1-.848 0l-4-4a.6.6 0 0 1 .848-.848l2.976 2.976V12a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.575 7.484a6.602 6.602 0 0 1 12.85 0 5.101 5.101 0 0 1 1.909 9.257.6.6 0 1 1-.668-.997 3.9 3.9 0 0 0-1.801-7.127.6.6 0 0 1-.537-.5 5.402 5.402 0 0 0-10.656 0 .6.6 0 0 1-.537.5 3.9 3.9 0 0 0-1.801 7.127.6.6 0 0 1-.668.997 5.101 5.101 0 0 1 1.909-9.257Zm5.825 5.964-2.976 2.976a.6.6 0 0 1-.848-.848l4-4a.6.6 0 0 1 .848 0l4 4a.6.6 0 0 1-.848.848L12.6 13.448V21a.6.6 0 1 1-1.2 0v-7.552Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.575 9.484a6.602 6.602 0 0 1 12.85 0A5.101 5.101 0 0 1 17.5 19.6h-11a5.1 5.1 0 0 1-.925-10.116ZM12 5.6a5.402 5.402 0 0 0-5.328 4.517.6.6 0 0 1-.537.5A3.9 3.9 0 0 0 6.5 18.4h11a3.9 3.9 0 0 0 .365-7.783.6.6 0 0 1-.537-.5A5.402 5.402 0 0 0 12 5.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.558 9.058a.626.626 0 0 1 .884.884L8.385 12l2.057 2.058a.626.626 0 0 1-.884.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Zm4.167 0a.626.626 0 0 1 .883 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.883-.884L15.782 12l-2.057-2.058a.626.626 0 0 1 0-.884Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.2 3c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.31 1.31C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.31 1.31C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.31-1.31C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.31-1.31C5.28 3 6.12 3 7.8 3h8.4ZM7.8 4.2c-.86 0-1.432.001-1.872.037-.426.035-.622.097-.745.16a1.8 1.8 0 0 0-.787.786c-.062.123-.124.319-.159.745C4.201 6.368 4.2 6.94 4.2 7.8v8.4c0 .86.001 1.432.037 1.872.035.426.097.622.16.745a1.8 1.8 0 0 0 .786.787c.123.062.319.124.745.159.44.036 1.012.037 1.872.037h8.4c.86 0 1.432-.001 1.872-.037.426-.035.622-.097.745-.16.339-.172.614-.447.787-.786.062-.123.124-.319.159-.745.036-.44.037-1.012.037-1.872V7.8c0-.86-.001-1.432-.037-1.872-.035-.426-.097-.622-.16-.745a1.8 1.8 0 0 0-.786-.787c-.123-.062-.319-.124-.745-.159-.44-.036-1.012-.037-1.872-.037H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.783 15.209a.908.908 0 0 0-.561-.828l-.156-.052-2.385-.58a4.403 4.403 0 0 0-1.037-.124c-.362 0-.947.162-1.507.362-.266.095-.504.191-.676.263a6.794 6.794 0 0 0-.253.11l-.013.006-.003.001-.02.008-2.547 1.065v4.022H8.61c.39 0 .778.047 1.158.14l2.756.67c.51.124 1.044.136 1.56.036l3.05-.593a3.579 3.579 0 0 0 1.81-.942l2.159-2.1.063-.068a.877.877 0 0 0-.064-1.204.985.985 0 0 0-1.256-.086L17.33 17.15a2.741 2.741 0 0 1-1.617.526h-2.429a.625.625 0 0 1 0-1.25h1.546c.542 0 .952-.423.952-.91v-.306ZM19.375 6.5a2.875 2.875 0 1 0-5.75 0 2.875 2.875 0 0 0 5.75 0Zm-2.342 9.016c0 .11-.012.217-.028.323l2.103-1.533a2.236 2.236 0 0 1 2.866.199 2.128 2.128 0 0 1 0 3.065h-.001l-2.157 2.099a4.83 4.83 0 0 1-2.444 1.272l-3.049.594a4.908 4.908 0 0 1-2.095-.049l-2.756-.67H9.47a3.606 3.606 0 0 0-.86-.104H6.623a5.716 5.716 0 0 1-.014.395c-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016h-.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-5.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h.8c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.005.061.006.127.008.196l2.06-.862.08-.035.222-.094c.185-.078.444-.182.736-.287.554-.198 1.325-.436 1.929-.436.449 0 .895.053 1.332.16l2.385.58a2.167 2.167 0 0 1 1.672 2.094v.307ZM2.625 20.4c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-5.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011h-.8c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v5.8Zm18-13.9a4.125 4.125 0 0 1-7.26 2.68 4.125 4.125 0 1 1 1.27-6.358 4.125 4.125 0 0 1 5.99 3.679Zm-12-1a2.875 2.875 0 0 0 4.076 2.61 4.112 4.112 0 0 1-.326-1.61c0-1.155.474-2.2 1.24-2.948A2.875 2.875 0 0 0 8.624 5.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.819 7.514c-.252-.09-.498-.047-.664-.008-.17.04-.375.108-.599.183L10.07 9.184l-.03.01c-.106.035-.255.084-.386.173a1.1 1.1 0 0 0-.287.287c-.09.13-.138.28-.173.386l-.01.03-1.495 4.486c-.075.224-.143.43-.183.599-.04.166-.081.412.008.664a1.1 1.1 0 0 0 .667.666c.252.09.498.048.664.01.17-.04.375-.11.599-.184l4.486-1.495.03-.01a1.5 1.5 0 0 0 .386-.173 1.1 1.1 0 0 0 .287-.287c.089-.13.138-.28.173-.386l.01-.03 1.495-4.486c.075-.224.143-.43.183-.599.04-.166.081-.412-.009-.664a1.1 1.1 0 0 0-.666-.667Zm-.907 1.321c.16-.053.28-.093.374-.122-.028.094-.068.214-.121.375l-1.488 4.463a9.04 9.04 0 0 1-.029.086l-.003.008-.008.003-.086.03-4.463 1.487c-.16.053-.28.093-.375.122.029-.094.068-.214.122-.375l1.488-4.463c.011-.035.02-.063.029-.086l.002-.008.009-.003a9.04 9.04 0 0 1 .086-.03l4.463-1.487Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8.8-10a8.8 8.8 0 1 1-17.6 0 8.8 8.8 0 0 1 17.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M19.375 12.2c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025h-4.6c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562-.024.302-.025.692-.025 1.262v4.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h4.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.561.024-.303.025-.693.025-1.263v-4.6Zm-16-.2V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 4.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H12c.457 0 .832 0 1.137.02.31.022.595.067.868.18a2.625 2.625 0 0 1 1.42 1.42c.125.302.167.62.185.973a.625.625 0 0 1-1.248.064c-.015-.301-.047-.452-.091-.558a1.375 1.375 0 0 0-.745-.745c-.095-.039-.227-.07-.474-.086A17.177 17.177 0 0 0 12 4.625H7.2c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.561A17.25 17.25 0 0 0 4.625 7.2V12c0 .475 0 .8.018 1.052.016.247.047.38.086.474.14.337.408.605.745.745.106.043.257.076.558.091a.625.625 0 0 1-.064 1.248c-.353-.018-.671-.06-.973-.185a2.625 2.625 0 0 1-1.42-1.42 2.703 2.703 0 0 1-.18-.868c-.02-.305-.02-.68-.02-1.137Zm17.25 4.8c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029h-4.6c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 8.66 19.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-4.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 9.81 8.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h4.6c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v4.6Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.191 9.182a.5.5 0 0 1 .472.334l1.698 4.818a.5.5 0 0 1-.47.666h-.06a.5.5 0 0 1-.474-.34l-.367-1.095H9.803l-.367 1.094A.5.5 0 0 1 8.96 15h-.059a.5.5 0 0 1-.471-.666l1.696-4.818a.5.5 0 0 1 .472-.334h.592Zm-.296 1.193a.032.032 0 0 0-.03.021l-.78 2.323h1.62l-.78-2.322a.032.032 0 0 0-.03-.022Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M14.917 9.182a.5.5 0 0 1 .5.5V14.5a.5.5 0 0 1-.5.5h-.054a.5.5 0 0 1-.5-.5V9.682a.5.5 0 0 1 .5-.5h.054Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15 1.375c.345 0 .625.28.625.625v2.388c.215.006.414.015.597.03.538.044 1 .137 1.423.353a3.624 3.624 0 0 1 1.585 1.583c.215.424.308.886.352 1.424.015.183.024.382.03.597H22a.625.625 0 1 1 0 1.25h-2.376l.001.175v3.575H22a.625.625 0 1 1 0 1.25h-2.377a21.17 21.17 0 0 1-.041 1.597c-.044.538-.137 1-.352 1.423a3.624 3.624 0 0 1-1.585 1.585c-.423.215-.885.308-1.423.352-.183.015-.382.023-.597.03V22a.625.625 0 1 1-1.25 0v-2.376l-.175.001H9.8l-.175-.001V22a.625.625 0 1 1-1.25 0v-2.389a11.574 11.574 0 0 1-.597-.029c-.538-.044-1-.137-1.424-.352a3.624 3.624 0 0 1-1.583-1.585c-.216-.423-.309-.885-.353-1.423a21.2 21.2 0 0 1-.041-1.597H2a.625.625 0 1 1 0-1.25h2.375V9.8l.001-.175H2a.625.625 0 1 1 0-1.25h2.388c.006-.215.015-.414.03-.597.044-.538.137-1 .353-1.424a3.624 3.624 0 0 1 1.583-1.583c.424-.216.886-.309 1.424-.353.183-.015.382-.024.597-.03V2a.625.625 0 1 1 1.25 0v2.375h4.75V2c0-.345.28-.625.625-.625Zm-5.2 4.25c-.85 0-1.45 0-1.92.04-.46.037-.74.108-.958.219-.447.227-.81.591-1.038 1.038-.111.218-.182.497-.22.959-.038.469-.039 1.069-.039 1.919v4.4c0 .85 0 1.45.04 1.92.037.46.108.74.219.958.227.447.591.81 1.038 1.038.218.111.497.182.959.22.469.038 1.069.039 1.919.039h4.4c.85 0 1.45 0 1.92-.04.46-.037.74-.108.958-.219.447-.227.81-.591 1.038-1.038.111-.218.182-.497.22-.959.038-.469.039-1.069.039-1.919V9.8c0-.85 0-1.45-.04-1.92-.037-.46-.108-.74-.219-.958a2.376 2.376 0 0 0-1.038-1.038c-.218-.111-.497-.182-.959-.22-.469-.038-1.069-.039-1.919-.039H9.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.576 6.576a.6.6 0 0 1 .848 0L12 11.152l4.576-4.576a.6.6 0 0 1 .848.848L12.848 12l4.576 4.576a.6.6 0 0 1-.848.848L12 12.85l-4.576 4.575a.6.6 0 0 1-.848-.848L11.15 12 6.576 7.424a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"m5.207 3.488.024.009 15.04 5.399c.273.098.514.184.696.268.163.074.427.208.573.476.169.31.174.685.013 1-.139.271-.4.412-.56.49-.18.09-.419.182-.69.287l-6.334 2.464-.064.025-.025.063-2.463 6.335c-.105.27-.198.51-.287.69-.079.16-.22.42-.49.559-.316.16-.69.156-1-.013-.268-.146-.402-.41-.477-.573a9.65 9.65 0 0 1-.268-.696L3.496 5.231l-.008-.024a7.47 7.47 0 0 1-.195-.59c-.042-.16-.093-.409-.004-.665.108-.31.352-.555.663-.663.256-.088.504-.038.665.004.167.043.37.116.59.195Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"m5.207 3.488.024.008 15.04 5.4c.273.097.514.184.696.268.163.074.427.208.573.476.169.31.174.685.013 1-.139.271-.4.412-.56.49-.18.089-.419.182-.69.287L13.97 13.88l-.064.025a7.215 7.215 0 0 0-.025.064l-2.463 6.335c-.105.27-.198.51-.287.689-.079.16-.22.421-.49.56-.316.16-.69.156-1-.013-.268-.146-.402-.41-.477-.573a9.836 9.836 0 0 1-.268-.696L3.496 5.23l-.008-.024a7.47 7.47 0 0 1-.195-.59c-.042-.16-.093-.41-.004-.665.108-.311.352-.555.663-.663.256-.088.504-.038.665.004.167.043.37.116.59.195Zm-.69 1.029.109.308 5.39 15.016.14.387c.043-.103.092-.228.152-.383l2.454-6.31.01-.025c.033-.086.082-.214.162-.326a1.07 1.07 0 0 1 .25-.25 1.446 1.446 0 0 1 .35-.172l6.31-2.454c.156-.06.281-.11.384-.151a18 18 0 0 0-.387-.141L4.825 4.626a21.865 21.865 0 0 0-.308-.11Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.4 12a.6.6 0 0 1 .6-.6h8a.6.6 0 1 1 0 1.2H8a.6.6 0 0 1-.6-.6Zm4.6 8.8a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.4 12a.6.6 0 0 1 .6-.6h8a.6.6 0 1 1 0 1.2H8a.6.6 0 0 1-.6-.6Zm8.8-7.8H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036Zm-12.873.438C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.4 12a.6.6 0 0 1 .6-.6h14a.6.6 0 1 1 0 1.2H5a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 1.375c2.534 0 4.854.342 6.561.911.851.284 1.585.635 2.119 1.056.526.415.945.97.945 1.658v14c0 .686-.415 1.243-.94 1.66-.532.42-1.263.772-2.112 1.056-1.705.569-4.025.909-6.573.909s-4.868-.34-6.573-.91c-.85-.283-1.58-.635-2.112-1.056-.525-.416-.94-.973-.94-1.659V5c0-.688.419-1.243.945-1.658.534-.42 1.268-.772 2.118-1.056 1.708-.57 4.028-.911 6.562-.911Zm8.375 14.945c-.492.324-1.107.603-1.802.835-1.705.57-4.025.91-6.573.91s-4.868-.34-6.573-.91c-.695-.232-1.31-.51-1.802-.835V19c0 .143.085.378.466.68.374.297.956.59 1.732.85 1.545.515 3.725.845 6.177.845 2.452 0 4.632-.33 6.177-.846.776-.259 1.358-.552 1.732-.85.38-.301.466-.535.466-.679v-2.68Zm0-4.72c-.492.324-1.107.604-1.802.835-1.705.57-4.025.91-6.573.91s-4.868-.34-6.573-.91c-.695-.232-1.31-.511-1.802-.835v2.84l.005.058c.021.145.128.357.46.621.375.297.957.592 1.733.85 1.545.516 3.725.846 6.177.846 2.452 0 4.632-.33 6.177-.845.776-.26 1.358-.554 1.732-.85.333-.265.44-.477.461-.622l.005-.058V11.6Zm0-4.725c-.495.326-1.114.606-1.814.839-1.707.57-4.027.911-6.561.911s-4.854-.342-6.562-.911C4.74 7.48 4.12 7.2 3.625 6.875v2.846l.005.057c.022.145.128.358.46.621.375.297.957.592 1.733.851 1.545.516 3.725.846 6.177.846 2.452 0 4.632-.33 6.177-.846.776-.259 1.358-.554 1.732-.85.333-.264.44-.477.461-.622l.005-.057V6.875ZM12 2.625c-2.437 0-4.617.33-6.166.847-.778.259-1.363.554-1.74.851-.384.303-.469.536-.469.677 0 .14.085.374.469.677.377.297.962.592 1.74.851 1.55.517 3.73.847 6.166.847 2.437 0 4.617-.33 6.166-.847.778-.259 1.363-.554 1.74-.851.384-.303.469-.536.469-.677 0-.14-.085-.374-.469-.677-.377-.297-.962-.592-1.74-.851-1.55-.517-3.73-.847-6.166-.847Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M21.58 16.384c.09.007.2.023.315.063l.116.051.151.092a1.106 1.106 0 0 1 .454.83c.01.115.009.25.009.38v3.4c0 .13 0 .265-.009.38-.01.121-.034.275-.114.43-.108.212-.28.384-.491.492a1.13 1.13 0 0 1-.432.114c-.114.01-.25.009-.379.009h-3.4c-.13 0-.265 0-.38-.009a1.136 1.136 0 0 1-.43-.114 1.123 1.123 0 0 1-.492-.491 1.136 1.136 0 0 1-.114-.432c-.01-.114-.009-.25-.009-.379v-3.4c0-.13 0-.265.009-.38.01-.121.034-.275.114-.43l.092-.152c.104-.143.24-.26.4-.34l.116-.05a1.19 1.19 0 0 1 .315-.064c.114-.01.25-.009.379-.009h3.4c.13 0 .265 0 .38.009Zm-3.955 4.99.175.001h3.4l.174-.001.001-.174v-3.4l-.001-.175h-3.749v3.749Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M5.5 11.375a.625.625 0 1 1 0 1.25c-.474 0-.8 0-1.052.018-.247.016-.38.047-.474.086a1.38 1.38 0 0 0-.745.745c-.039.095-.07.227-.086.474-.018.253-.018.577-.018 1.052v1.3c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025H13a.625.625 0 1 1 0 1.25H5.7c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 2.16 18.69c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364V15c0-.457 0-.832.02-1.137.022-.31.067-.595.18-.868a2.625 2.625 0 0 1 1.42-1.42c.273-.113.558-.158.868-.18.305-.02.68-.02 1.137-.02Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.08 8.884c.09.007.2.022.315.063l.116.051.151.092a1.106 1.106 0 0 1 .454.83c.01.116.009.25.009.38v3.4c0 .13 0 .264-.009.38-.01.121-.034.274-.114.43-.108.212-.28.384-.491.492a1.13 1.13 0 0 1-.432.114c-.115.01-.25.009-.379.009h-3.4c-.13 0-.264 0-.38-.009a1.137 1.137 0 0 1-.43-.114 1.124 1.124 0 0 1-.492-.491 1.137 1.137 0 0 1-.114-.432c-.01-.115-.009-.25-.009-.379v-3.4c0-.13 0-.264.009-.38.01-.121.034-.274.114-.43l.092-.152c.104-.143.24-.26.4-.34l.115-.05c.115-.042.224-.057.316-.064.115-.01.25-.009.379-.009h3.4c.13 0 .264 0 .38.009Zm-3.955 4.99.175.001h3.4l.174-.001.001-.174v-3.4l-.001-.175h-3.749v3.749Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.3 3.875c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364V9c0 .457 0 .832-.02 1.137-.022.31-.067.595-.18.868a2.625 2.625 0 0 1-1.42 1.42 2.704 2.704 0 0 1-.868.18c-.305.02-.68.02-1.137.02a.625.625 0 1 1 0-1.25c.474 0 .8 0 1.052-.018.247-.016.38-.047.474-.086.337-.14.605-.408.744-.745.04-.095.07-.227.087-.474.018-.253.018-.578.018-1.052V7.7c0-.57 0-.96-.025-1.263-.024-.294-.068-.45-.124-.561a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025H11a.625.625 0 1 1 0-1.25h7.3Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.58 1.384c.09.007.2.022.315.063l.116.051.151.092c.095.069.179.153.248.248l.092.151.05.116c.042.115.057.224.064.316.01.115.009.25.009.379v3.4c0 .13 0 .264-.009.38-.01.121-.034.274-.114.43-.108.212-.28.384-.491.492-.157.08-.31.104-.432.114-.115.01-.25.009-.379.009H2.8c-.13 0-.264 0-.38-.009a1.138 1.138 0 0 1-.43-.114 1.124 1.124 0 0 1-.492-.491 1.138 1.138 0 0 1-.114-.432c-.01-.115-.009-.25-.009-.379V2.8c0-.13 0-.264.009-.38.01-.121.034-.274.114-.43l.092-.152c.104-.143.24-.26.4-.34l.115-.05c.115-.042.224-.057.316-.064.115-.01.25-.009.379-.009h3.4c.13 0 .264 0 .38.009Zm-3.955 4.99.175.001h3.4l.174-.001.001-.174V2.8l-.001-.175H2.625v3.749Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.4a.6.6 0 0 1 .6.6v10.552l3.976-3.976a.6.6 0 0 1 .848.848l-5 5a.6.6 0 0 1-.848 0l-5-5a.6.6 0 0 1 .848-.848l3.976 3.976V3a.6.6 0 0 1 .6-.6Zm-9 12a.6.6 0 0 1 .6.6v1.2c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h8.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V15a.6.6 0 1 1 1.2 0v1.226c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H7.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V15a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.458 2.658a2.746 2.746 0 1 1 3.884 3.884l-8.963 8.963-.046.046c-.301.301-.524.524-.79.687-.235.144-.49.25-.759.314-.303.073-.618.073-1.044.073H8A.625.625 0 0 1 7.375 16v-1.74c0-.426 0-.74.072-1.044.065-.268.17-.524.315-.76.163-.265.386-.488.687-.789l.046-.046 8.963-8.963Zm3 .884a1.496 1.496 0 0 0-2.116 0l-8.963 8.963c-.367.367-.475.48-.551.605a1.368 1.368 0 0 0-.165.397c-.034.142-.038.3-.038.819v1.049h1.05c.518 0 .676-.004.818-.038.14-.034.274-.09.397-.165.124-.076.238-.184.605-.551l8.963-8.963a1.496 1.496 0 0 0 0-2.116Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M7.273 3.875H10.5a.625.625 0 1 1 0 1.25H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v7.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h7.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.039-.468.039-1.069.039-1.919v-3.2a.625.625 0 1 1 1.25 0v3.227c0 .817 0 1.468-.043 1.994-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.976a.876.876 0 0 0-.875.876V13a.875.875 0 0 0 1.75 0V7.9A.876.876 0 0 0 12 7.024Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 8a.6.6 0 1 0-1.2 0v5a.6.6 0 1 0 1.2 0V8Zm-1.45 8c0-.47.38-.85.85-.85h.01a.85.85 0 0 1 0 1.7H12a.85.85 0 0 1-.85-.85Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8.8-10a8.8 8.8 0 1 1-17.6 0 8.8 8.8 0 0 1 17.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.36 2.286a1.574 1.574 0 0 1 1.279 0c.295.13.5.368.665.6.163.23.34.537.55.899l8.043 13.891c.21.363.388.67.507.927.12.26.223.556.19.878a1.575 1.575 0 0 1-.64 1.11c-.262.19-.571.249-.856.275-.281.025-.637.026-1.056.026H3.957c-.419 0-.775 0-1.056-.026-.285-.026-.593-.085-.855-.275a1.575 1.575 0 0 1-.64-1.11c-.033-.322.07-.619.19-.878.119-.256.297-.564.507-.927l8.043-13.891c.209-.362.387-.669.55-.899.164-.232.369-.47.664-.6ZM12 15.75a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-7.975a.875.875 0 0 0-.875.875v5.1a.875.875 0 0 0 1.75 0v-5.1A.875.875 0 0 0 12 7.775Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 8.487a.6.6 0 0 1 .6.6v4.872a.6.6 0 0 1-1.2 0V9.087a.6.6 0 0 1 .6-.6Zm-.85 8.395c0-.47.38-.85.85-.85h.01a.85.85 0 1 1 0 1.7H12a.85.85 0 0 1-.85-.85Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.64 2.286a1.574 1.574 0 0 0-1.28 0c-.295.131-.5.368-.665.6-.162.23-.34.537-.549.898L2.103 17.677c-.21.362-.388.67-.507.926-.12.26-.223.556-.19.878.047.444.28.847.64 1.11.262.19.57.25.855.275.282.026.637.026 1.056.026h16.086c.419 0 .774 0 1.056-.026.284-.026.593-.084.854-.275.361-.263.594-.666.64-1.11.034-.322-.07-.618-.19-.878a12.493 12.493 0 0 0-.506-.927L13.854 3.784c-.21-.361-.387-.668-.55-.897-.165-.233-.37-.47-.665-.601Zm-.792 1.096a.374.374 0 0 1 .304 0c.003.002.055.032.173.198.127.18.277.438.505.83l8.014 13.843c.228.394.377.654.47.854.086.186.086.246.086.25a.374.374 0 0 1-.152.263c-.003.002-.056.033-.26.051-.219.02-.519.021-.974.021H3.986c-.455 0-.755 0-.975-.02-.21-.02-.259-.052-.259-.052a.374.374 0 0 1-.152-.263c0-.004 0-.065.086-.25.092-.2.242-.46.47-.854L11.17 4.41c.227-.393.378-.651.505-.83.122-.173.173-.199.173-.199Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 8a.6.6 0 1 0-1.2 0v5a.6.6 0 1 0 1.2 0V8Zm-1.45 8c0-.47.38-.85.85-.85h.01a.85.85 0 0 1 0 1.7H12a.85.85 0 0 1-.85-.85Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Zm4.8-3.6h8.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v8.4c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V7.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C6.367 4.202 6.94 4.2 7.8 4.2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.333 7.014C7.017 5.61 9.263 4.4 12 4.4c2.738 0 4.984 1.21 6.667 2.614 1.682 1.404 2.84 3.033 3.42 3.952.008.01.014.021.02.032.12.19.24.377.3.644a1.76 1.76 0 0 1 0 .715c-.06.268-.18.456-.3.645l-.02.031c-.58.92-1.738 2.548-3.42 3.952C16.984 18.391 14.738 19.6 12 19.6s-4.983-1.21-6.667-2.615c-1.682-1.404-2.84-3.032-3.42-3.951l-.02-.032c-.12-.19-.239-.377-.3-.645a1.763 1.763 0 0 1 0-.715c.061-.267.18-.455.3-.644l.02-.032c.58-.92 1.738-2.548 3.42-3.952ZM12 9.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8ZM8.4 12a3.6 3.6 0 1 1 7.2 0 3.6 3.6 0 0 1-7.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3.425 2.576a.6.6 0 1 0-.849.848l3.22 3.22c-.158.122-.313.245-.463.37-1.682 1.404-2.84 3.033-3.42 3.952l-.02.032c-.12.19-.239.377-.3.645a1.762 1.762 0 0 0 0 .714c.061.268.18.456.3.645l.02.031c.58.92 1.738 2.548 3.42 3.952C7.017 18.391 9.263 19.6 12 19.6c2.008 0 3.75-.65 5.201-1.55l3.375 3.374a.6.6 0 0 0 .849-.848l-3.22-3.22v-.002l-3.27-3.27v.002l-.867-.867.001-.002-3.286-3.286-.002.001-.867-.867h.002L6.8 5.95 3.425 2.577Zm5.64 7.338a3.6 3.6 0 0 0 5.02 5.02l-.866-.866a2.4 2.4 0 0 1-3.287-3.287l-.866-.867Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12.08 8.4a3.6 3.6 0 0 1 3.52 3.52l4.108 4.108a17.903 17.903 0 0 0 2.38-2.994l.02-.032c.12-.19.238-.377.3-.645a1.76 1.76 0 0 0 0-.714c-.062-.268-.18-.456-.3-.645l-.02-.032c-.58-.92-1.739-2.548-3.42-3.952C16.983 5.61 14.737 4.4 12 4.4c-1.2 0-2.304.232-3.309.611l3.39 3.39Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2.576 2.576a.6.6 0 0 1 .849 0l3.657 3.657a.598.598 0 0 1 .123.123l10.43 10.431a.6.6 0 0 1 .143.142l3.647 3.647a.6.6 0 0 1-.849.848l-3.375-3.375c-1.45.9-3.194 1.551-5.2 1.551-2.739 0-4.984-1.21-6.668-2.615-1.682-1.404-2.84-3.032-3.42-3.951a8.717 8.717 0 0 0-.02-.032c-.12-.19-.239-.377-.3-.645a1.762 1.762 0 0 1 0-.715c.061-.268.18-.455.3-.645l.02-.032c.63-.998 1.947-2.841 3.883-4.32l-3.22-3.22a.6.6 0 0 1 0-.85ZM6.653 7.5c-1.842 1.37-3.114 3.139-3.725 4.105-.146.232-.154.255-.166.305l-.003.027a.674.674 0 0 0 0 .124l.003.027c.012.05.02.073.165.304.545.862 1.625 2.377 3.175 3.671C7.652 17.357 9.633 18.4 12 18.4c1.63 0 3.078-.494 4.327-1.225l-2.24-2.24a3.6 3.6 0 0 1-5.02-5.02L6.652 7.5Zm3.28 3.28a2.4 2.4 0 0 0 3.287 3.287L9.933 10.78ZM12 5.6c-.402 0-.791.03-1.17.086a.6.6 0 0 1-.175-1.187A9.187 9.187 0 0 1 12 4.4c2.738 0 4.984 1.21 6.667 2.615 1.682 1.404 2.84 3.032 3.42 3.951l.02.032c.12.19.24.377.3.645.05.213.05.502 0 .715-.06.268-.18.456-.3.646l-.02.032a18.08 18.08 0 0 1-1.41 1.93.6.6 0 1 1-.92-.77 16.91 16.91 0 0 0 1.315-1.8c.147-.234.155-.257.166-.307l.004-.027a.706.706 0 0 0 0-.124l-.004-.027c-.011-.05-.019-.073-.165-.304-.544-.862-1.624-2.377-3.175-3.671C16.35 6.643 14.368 5.6 12 5.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.102 7.936c-1.55 1.294-2.63 2.809-3.175 3.671-.146.231-.153.254-.165.304l-.003.027a.676.676 0 0 0 0 .124l.003.027c.012.05.02.073.165.304.545.862 1.625 2.377 3.175 3.671C7.652 17.357 9.633 18.4 12 18.4c2.367 0 4.35-1.043 5.898-2.336 1.55-1.294 2.63-2.809 3.175-3.671.146-.231.154-.254.165-.304l.004-.027a.667.667 0 0 0 0-.124l-.004-.027c-.011-.05-.019-.073-.165-.304-.544-.862-1.624-2.377-3.175-3.671C16.35 6.643 14.368 5.6 12 5.6c-2.367 0-4.349 1.043-5.898 2.336Zm-.769-.921C7.017 5.609 9.263 4.4 12 4.4c2.738 0 4.984 1.21 6.667 2.615 1.682 1.404 2.84 3.032 3.42 3.951l.02.032c.12.19.24.377.3.645a1.76 1.76 0 0 1 0 .714c-.06.268-.18.456-.3.645l-.02.032c-.58.92-1.738 2.547-3.42 3.951C16.984 18.391 14.738 19.6 12 19.6s-4.983-1.21-6.667-2.615c-1.682-1.404-2.84-3.032-3.42-3.951l-.02-.032c-.12-.19-.239-.377-.3-.645a1.763 1.763 0 0 1 0-.714c.061-.268.18-.456.3-.645l.02-.032c.58-.92 1.738-2.547 3.42-3.951ZM12 9.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8ZM8.4 12a3.6 3.6 0 1 1 7.2 0 3.6 3.6 0 0 1-7.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm4.375 12.5a.625.625 0 0 0-.79.032l-.084.091-.001.001-.008.01a4.12 4.12 0 0 1-.217.245 5.24 5.24 0 0 1-.705.615c-.618.45-1.492.881-2.57.881-1.078 0-1.952-.431-2.57-.88a5.32 5.32 0 0 1-.882-.81l-.04-.05-.008-.011-.001-.001-.085-.09a.625.625 0 0 0-.914.842l.001.002.003.003.005.007.018.023c.015.02.037.045.064.077.054.065.131.154.231.258.2.209.494.485.873.76.757.55 1.883 1.12 3.305 1.12 1.422 0 2.548-.57 3.305-1.12.379-.275.673-.551.873-.76a5.228 5.228 0 0 0 .295-.335l.018-.023.005-.007.003-.003.001-.002a.625.625 0 0 0-.125-.875ZM9 8.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Zm6 0a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.586 14.532a.625.625 0 0 1 .914.843l-.001.002-.003.003-.005.007-.018.023a5.228 5.228 0 0 1-.295.335c-.2.209-.494.485-.873.76-.757.55-1.883 1.12-3.305 1.12-1.422 0-2.548-.57-3.305-1.12a6.58 6.58 0 0 1-.873-.76 5.197 5.197 0 0 1-.295-.335l-.018-.023-.005-.007-.003-.003-.001-.002a.625.625 0 0 1 .914-.843l.085.091.001.001.008.01a4.185 4.185 0 0 0 .217.245c.159.167.397.391.705.615.618.45 1.492.881 2.57.881 1.078 0 1.952-.431 2.57-.88a5.326 5.326 0 0 0 .882-.81l.04-.05.008-.011.001-.001.085-.09ZM9 8.875a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25Zm6 0a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 1.25a8.75 8.75 0 1 0 0 17.5 8.75 8.75 0 0 0 0-17.5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M21 12.055C21 7.054 16.97 3 12.001 3 7.03 3.001 3 7.054 3 12.056c0 4.519 3.291 8.265 7.593 8.944v-6.327H8.309v-2.617h2.286V10.06c0-2.27 1.344-3.522 3.4-3.522.985 0 2.014.176 2.014.176v2.228h-1.135c-1.117 0-1.466.698-1.466 1.415v1.698h2.495l-.398 2.617h-2.098v6.327C17.71 20.319 21 16.574 21 12.055Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.6 2.639a2.503 2.503 0 0 0-.275-.197 3.003 3.003 0 0 0-.893-.365C13.094 2 12.727 2 12.012 2H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C4 4.28 4 5.12 4 6.8v10.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C6.28 22 7.12 22 8.8 22h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.72 20 18.88 20 17.2V9.988c0-.715 0-1.082-.077-1.42a2.997 2.997 0 0 0-.365-.893 2.485 2.485 0 0 0-.197-.275c-.172-.211-.407-.446-.767-.806l-3.188-3.188c-.36-.36-.595-.595-.806-.767Zm-1.2.68a1.805 1.805 0 0 0-.222-.07c-.176-.041-.375-.049-1.166-.049H8.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C5.202 5.367 5.2 5.94 5.2 6.8v10.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h6.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V9.988c0-.79-.008-.99-.05-1.166a1.805 1.805 0 0 0-.069-.222h-3.103c-.261 0-.492 0-.684-.016a1.626 1.626 0 0 1-.62-.158 1.6 1.6 0 0 1-.7-.7 1.626 1.626 0 0 1-.158-.62c-.016-.192-.016-.423-.016-.684V3.32ZM17.703 7.4H15.6c-.29 0-.471 0-.608-.012a.493.493 0 0 1-.174-.032.4.4 0 0 1-.174-.174.494.494 0 0 1-.032-.174A8.479 8.479 0 0 1 14.6 6.4V4.297L17.703 7.4ZM14.6 17a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h6a.6.6 0 0 1 .6.6Zm2-4a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h8a.6.6 0 0 1 .6.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.686 16.125a.911.911 0 0 0 .493.473c.213.072.447.06.652-.033.358-.148.716-.491 1.042-.885a12.82 12.82 0 0 0 1.149-1.699c.734-.217 1.485-.37 2.246-.457.3.395.643.754 1.025 1.07.314.248.677.453 1.05.468a.963.963 0 0 0 .573-.155c.172-.118.31-.28.399-.468a1.31 1.31 0 0 0 .155-.633.952.952 0 0 0-.225-.583c-.254-.304-.67-.45-1.08-.523a6.47 6.47 0 0 0-1.5-.056 12.32 12.32 0 0 1-1.103-1.897c.28-.743.49-1.445.585-2.019.04-.246.06-.48.053-.69a1.399 1.399 0 0 0-.143-.606.787.787 0 0 0-.537-.41c-.227-.049-.461 0-.677.086-.423.17-.647.528-.731.926-.083.383-.045.828.051 1.278.115.5.277.988.484 1.457-.345.86-.745 1.696-1.195 2.506A8.645 8.645 0 0 0 8.785 14c-.417.247-.786.54-1.01.886-.235.366-.308.803-.09 1.24Zm1.528-1.398c.156-.092.33-.182.516-.268a9.2 9.2 0 0 1-.506.682c-.315.38-.56.58-.715.643a.304.304 0 0 1-.039.014.257.257 0 0 1-.03-.05c-.062-.124-.06-.242.046-.406.12-.184.359-.397.728-.615Zm3.497-1.981c-.381.057-.76.13-1.136.217v-.001c.199-.389.386-.782.563-1.181.177.33.368.651.573.965Zm1.617.724c.168.182.332.337.488.46.27.214.458.285.56.289a.12.12 0 0 0 .08-.017.345.345 0 0 0 .105-.141.49.49 0 0 0 .066-.225.107.107 0 0 0-.029-.07c-.058-.07-.225-.172-.583-.236a4.363 4.363 0 0 0-.687-.06Zm-2.24-3.947a7.41 7.41 0 0 0 .225-.93c.035-.211.048-.385.043-.523a.689.689 0 0 0-.036-.222.581.581 0 0 0-.163.045c-.098.039-.178.119-.22.318-.046.216-.035.528.05.925.028.124.061.254.102.387Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4 6.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C6.28 2 7.12 2 8.8 2h6.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C20 4.28 20 5.12 20 6.8v10.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C17.72 22 16.88 22 15.2 22H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C4 19.72 4 18.88 4 17.2V6.8Zm11.2 14H8.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V6.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C7.367 3.202 7.94 3.2 8.8 3.2h6.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v10.4c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M14.727 1.9H9.274c-.818 0-1.468 0-1.993.043-.537.044-.995.136-1.415.35a3.6 3.6 0 0 0-1.573 1.573c-.214.42-.306.877-.35 1.415C3.9 5.806 3.9 6.456 3.9 7.274v9.452c0 .818 0 1.469.043 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.878.305 1.415.35.525.042 1.175.042 1.993.042H12.5a.6.6 0 1 0 0-1.2H9.3c-.85 0-1.451 0-1.921-.039-.463-.038-.746-.11-.968-.223a2.4 2.4 0 0 1-1.049-1.048c-.113-.223-.185-.505-.223-.968-.038-.47-.039-1.072-.039-1.922V7.3c0-.85 0-1.451.04-1.922.037-.463.109-.745.222-.968a2.4 2.4 0 0 1 1.049-1.048c.222-.114.505-.185.968-.223C7.849 3.1 8.45 3.1 9.3 3.1h5.4c.85 0 1.452 0 1.922.039.463.038.746.11.968.223a2.4 2.4 0 0 1 1.049 1.048c.113.223.185.505.223.968.038.47.038 1.072.038 1.922V11a.6.6 0 1 0 1.2 0V7.274c0-.818 0-1.468-.043-1.993-.043-.538-.135-.996-.349-1.415a3.6 3.6 0 0 0-1.573-1.574c-.42-.213-.878-.305-1.415-.35-.525-.042-1.175-.042-1.993-.042Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.6 15a.6.6 0 0 0-1.2 0v2.4H15a.6.6 0 0 0 0 1.2h2.4V21a.6.6 0 1 0 1.2 0v-2.4H21a.6.6 0 1 0 0-1.2h-2.4V15Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M14.6 11a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h6a.6.6 0 0 1 .6.6Zm-4 4a.6.6 0 0 1-.6.6H8a.6.6 0 1 1 0-1.2h2a.6.6 0 0 1 .6.6Zm6-8a.6.6 0 0 1-.6.6H8a.6.6 0 0 1 0-1.2h8a.6.6 0 0 1 .6.6ZM8.8 20.8h6.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V6.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H8.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C5.202 5.367 5.2 5.94 5.2 6.8v10.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036ZM4.327 3.638C4 4.28 4 5.12 4 6.8v10.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C6.28 22 7.12 22 8.8 22h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.72 20 18.88 20 17.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 2 16.88 2 15.2 2H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.8 20.8h6.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V6.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H8.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C5.202 5.367 5.2 5.94 5.2 6.8v10.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036ZM4.327 3.638C4 4.28 4 5.12 4 6.8v10.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C6.28 22 7.12 22 8.8 22h6.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C20 19.72 20 18.88 20 17.2V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 2 16.88 2 15.2 2H8.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M18.8 6.8v9.8a.6.6 0 1 0 1.2 0V6.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C17.72 2 16.88 2 15.2 2H9.4a.6.6 0 1 0 0 1.2h5.8c.86 0 1.432 0 1.873.037.425.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.159.744.036.44.037 1.013.037 1.873Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4 9.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C6.28 5 7.12 5 8.8 5h3.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C17 7.28 17 8.12 17 9.8v7.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C14.72 22 13.88 22 12.2 22H8.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C4 19.72 4 18.88 4 17.2V9.8Zm8.2 11H8.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C7.367 6.202 7.94 6.2 8.8 6.2h3.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v7.4c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.34 16.398c.332.094.526.44.432.772a22.513 22.513 0 0 1-1.534 3.954.625.625 0 0 1-1.118-.56 21.26 21.26 0 0 0 1.449-3.734.626.626 0 0 1 .771-.432ZM12 10.375c.345 0 .624.28.624.625a18.54 18.54 0 0 1-2.848 9.904.626.626 0 0 1-1.059-.666A17.29 17.29 0 0 0 11.374 11c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12 6.375A4.625 4.625 0 0 1 16.623 11c0 1.045-.07 2.076-.209 3.085a.625.625 0 0 1-1.238-.17c.13-.953.197-1.926.197-2.915a3.375 3.375 0 0 0-6.75 0 14.542 14.542 0 0 1-2.28 7.85.626.626 0 0 1-1.075-.64l.062-.102A13.29 13.29 0 0 0 7.374 11 4.625 4.625 0 0 1 12 6.375Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12 2.375A8.625 8.625 0 0 1 20.623 11a26.64 26.64 0 0 1-1.014 7.303.625.625 0 1 1-1.203-.342A25.39 25.39 0 0 0 19.374 11 7.375 7.375 0 0 0 8.312 4.611a.625.625 0 0 1-.625-1.082 8.59 8.59 0 0 1 4.312-1.154ZM4.529 6.688a.625.625 0 0 1 1.082.625A7.34 7.34 0 0 0 4.624 11a10.59 10.59 0 0 1-1.062 4.638.626.626 0 0 1-1.125-.547A9.34 9.34 0 0 0 3.374 11c0-1.57.42-3.043 1.155-4.313Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.509 2.6a.626.626 0 0 1 1.1.477l-.812 6.498h5.855c.233 0 .45 0 .623.015.14.013.353.042.547.165l.082.058.091.083c.2.204.313.481.309.77-.004.276-.14.494-.23.626-.1.143-.24.31-.389.49L11.67 21.4a.625.625 0 0 1-1.1-.477l.812-6.498H5.526c-.232 0-.45 0-.623-.015-.16-.014-.414-.05-.629-.223a1.076 1.076 0 0 1-.399-.853l.008-.1c.03-.229.143-.41.222-.526.1-.143.24-.31.388-.49L12.51 2.6ZM5.453 13.02l-.128.154h6.765a.626.626 0 0 1 .62.704l-.636 5.083 6.652-7.98.127-.156H12.09a.625.625 0 0 1-.62-.703l.636-5.084-6.652 7.982Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.925 11.924a.6.6 0 1 0-.849-.848L11 15.15l-1.575-1.575a.6.6 0 1 0-.849.848l2 2a.6.6 0 0 0 .849 0l4.5-4.5Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.871 6.9h3.856c.817 0 1.468 0 1.993.043.537.044.995.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.042.524.042 1.175.042 1.993v3.452c0 .818 0 1.469-.043 1.993-.043.538-.135.996-.349 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.176.042-1.993.042H7.274c-.818 0-1.468 0-1.993-.043-.537-.044-.995-.136-1.415-.35a3.6 3.6 0 0 1-1.573-1.573c-.214-.42-.306-.877-.35-1.415-.043-.524-.043-1.175-.043-1.993V6.675c0-.539 0-.98.03-1.337.03-.371.095-.706.254-1.018A2.6 2.6 0 0 1 3.32 3.183c.313-.159.647-.224 1.018-.254.358-.029.799-.029 1.337-.029h2.943c.625 0 1.08 0 1.494.142a2.6 2.6 0 0 1 .972.6c.312.307.516.714.795 1.273L12.87 6.9ZM8.523 4.1c.761 0 .999.008 1.198.076a1.4 1.4 0 0 1 .523.324c.15.147.264.356.604 1.037L11.53 6.9H3.1v-.2c0-.57 0-.961.026-1.265.024-.296.068-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.115-.06.274-.104.57-.128C4.74 4.1 5.13 4.1 5.7 4.1h2.823Zm3.99 4H3.1v7.6c0 .85 0 1.451.04 1.922.037.463.109.745.222.968a2.4 2.4 0 0 0 1.049 1.048c.222.114.505.185.968.223.47.038 1.071.039 1.921.039h9.4c.85 0 1.452 0 1.922-.039.463-.038.746-.11.968-.223a2.4 2.4 0 0 0 1.049-1.049c.113-.222.185-.504.223-.967.038-.47.038-1.072.038-1.922v-3.4c0-.85 0-1.451-.038-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.505-.185-.968-.223C18.152 8.1 17.55 8.1 16.7 8.1h-4.187Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M9 13.4h6a.6.6 0 0 1 0 1.2H9a.6.6 0 1 1 0-1.2Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.727 6.9H12.87l-.992-1.985c-.28-.559-.483-.966-.795-1.273a2.6 2.6 0 0 0-.972-.6C9.698 2.9 9.243 2.9 8.618 2.9H5.675c-.538 0-.979 0-1.337.03-.37.03-.705.094-1.018.253A2.6 2.6 0 0 0 2.184 4.32c-.16.312-.224.647-.254 1.018-.03.358-.03.798-.03 1.337v9.051c0 .818 0 1.469.043 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.878.305 1.415.35.525.042 1.175.042 1.993.042h9.453c.817 0 1.468 0 1.993-.043.537-.044.995-.136 1.415-.35a3.6 3.6 0 0 0 1.573-1.573c.214-.42.306-.877.35-1.415.042-.524.042-1.175.042-1.993v-3.452c0-.818 0-1.468-.043-1.993-.043-.538-.135-.996-.349-1.415a3.6 3.6 0 0 0-1.573-1.574c-.42-.213-.878-.305-1.415-.35-.525-.042-1.175-.042-1.993-.042ZM9.72 4.176c-.2-.068-.437-.076-1.198-.076H5.7c-.57 0-.96 0-1.264.025-.297.024-.456.069-.571.128a1.4 1.4 0 0 0-.612.611c-.059.116-.103.275-.127.571C3.1 5.74 3.1 6.13 3.1 6.7v.2h8.43l-.682-1.363c-.34-.68-.454-.89-.604-1.037a1.4 1.4 0 0 0-.523-.324ZM12.488 8.1H16.7c.85 0 1.452 0 1.922.039.463.038.746.11.968.223a2.4 2.4 0 0 1 1.049 1.048c.113.223.185.505.223.968.038.47.038 1.072.038 1.922v3.4c0 .85 0 1.451-.038 1.922-.038.463-.11.745-.223.968a2.4 2.4 0 0 1-1.049 1.048c-.222.114-.505.185-.968.223-.47.038-1.072.039-1.922.039H7.3c-.85 0-1.451 0-1.921-.039-.463-.038-.746-.11-.968-.223a2.4 2.4 0 0 1-1.049-1.049c-.113-.222-.185-.504-.223-.967-.038-.47-.039-1.072-.039-1.922V8.1h9.388Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.6 11a.6.6 0 0 0-1.2 0v2.4H9a.6.6 0 0 0 0 1.2h2.4V17a.6.6 0 1 0 1.2 0v-2.4H15a.6.6 0 1 0 0-1.2h-2.4V11Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.871 6.9h3.856c.817 0 1.468 0 1.993.043.537.044.995.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.042.524.042 1.175.042 1.993v3.452c0 .818 0 1.469-.043 1.993-.043.538-.135.996-.349 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.176.042-1.993.042H7.274c-.818 0-1.468 0-1.993-.043-.537-.044-.995-.136-1.415-.35a3.6 3.6 0 0 1-1.573-1.573c-.214-.42-.306-.877-.35-1.415-.043-.524-.043-1.175-.043-1.993V6.675c0-.539 0-.98.03-1.337.03-.371.095-.706.254-1.018A2.6 2.6 0 0 1 3.32 3.183c.313-.159.647-.224 1.018-.254.358-.029.799-.029 1.337-.029h2.943c.625 0 1.08 0 1.494.142a2.6 2.6 0 0 1 .972.6c.312.307.516.714.795 1.273L12.87 6.9ZM8.523 4.1c.761 0 .999.008 1.198.076a1.4 1.4 0 0 1 .523.324c.15.147.264.356.604 1.037L11.53 6.9H3.1v-.2c0-.57 0-.961.026-1.265.024-.296.068-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.115-.06.274-.104.57-.128C4.74 4.1 5.13 4.1 5.7 4.1h2.823Zm3.99 4H3.1v7.6c0 .85 0 1.451.04 1.922.037.463.109.745.222.968a2.4 2.4 0 0 0 1.049 1.048c.222.114.505.185.968.223.47.038 1.071.039 1.921.039h9.4c.85 0 1.452 0 1.922-.039.463-.038.746-.11.968-.223a2.4 2.4 0 0 0 1.049-1.049c.113-.222.185-.504.223-.967.038-.47.038-1.072.038-1.922v-3.4c0-.85 0-1.451-.038-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.505-.185-.968-.223C18.152 8.1 17.55 8.1 16.7 8.1h-4.187Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.72 4.176c-.199-.068-.436-.076-1.198-.076H5.7c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.128a1.4 1.4 0 0 0-.613.611c-.058.116-.103.275-.127.571C3.1 5.74 3.1 6.13 3.1 6.7v.2h8.43l-.682-1.363c-.34-.68-.454-.89-.605-1.037a1.4 1.4 0 0 0-.523-.324ZM12.87 6.9 11.922 5l-.043-.085c-.279-.559-.482-.966-.795-1.273a2.6 2.6 0 0 0-.971-.6C9.698 2.9 9.242 2.9 8.618 2.9H5.675c-.539 0-.98 0-1.338.03-.37.03-.705.094-1.017.253A2.6 2.6 0 0 0 2.183 4.32c-.159.312-.224.647-.254 1.018-.03.358-.03.798-.03 1.337v9.051c0 .818 0 1.469.044 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.877.305 1.415.35.524.042 1.175.042 1.993.042h9.452c.818 0 1.468 0 1.993-.043.537-.044.996-.136 1.415-.35a3.6 3.6 0 0 0 1.573-1.573c.214-.42.306-.877.35-1.415.043-.524.043-1.175.043-1.993v-3.452c0-.818 0-1.468-.043-1.993-.044-.538-.136-.996-.35-1.415a3.6 3.6 0 0 0-1.573-1.574c-.42-.213-.878-.305-1.415-.35-.525-.042-1.175-.042-1.993-.042h-3.855Zm-.382 1.2H16.7c.85 0 1.451 0 1.921.039.464.038.746.11.969.223a2.4 2.4 0 0 1 1.048 1.048c.113.223.185.505.223.968.038.47.039 1.072.039 1.922v3.4c0 .85 0 1.451-.039 1.922-.038.463-.11.745-.223.968a2.4 2.4 0 0 1-1.049 1.048c-.222.114-.504.185-.968.223-.47.038-1.071.039-1.921.039H7.3c-.85 0-1.451 0-1.922-.039-.463-.038-.745-.11-.968-.223a2.4 2.4 0 0 1-1.049-1.049c-.113-.222-.184-.504-.222-.967-.039-.47-.04-1.072-.04-1.922V8.1h9.389Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.6a1.218 1.218 0 0 0-1.218 1.218v.157a2.1 2.1 0 0 1-1.273 1.922.6.6 0 0 1-.188.047 2.1 2.1 0 0 1-2.2-.474l-.055-.055a1.218 1.218 0 1 0-1.724 1.724l.055.055a2.1 2.1 0 0 1 .432 2.304A2.1 2.1 0 0 1 3.9 10.855h-.082a1.218 1.218 0 1 0 0 2.436h.157a2.1 2.1 0 0 1 1.92 1.27 2.1 2.1 0 0 1-.42 2.313l-.005.005-.055.055a1.219 1.219 0 1 0 1.724 1.724l.055-.055.003-.003.002-.002a2.1 2.1 0 0 1 2.299-.427 2.1 2.1 0 0 1 1.357 1.929v.082a1.218 1.218 0 1 0 2.436 0v-.157a2.1 2.1 0 0 1 1.27-1.92 2.1 2.1 0 0 1 2.313.42l.005.005.054.055a1.22 1.22 0 1 0 1.725-1.724l-.055-.055-.005-.005a2.1 2.1 0 0 1-.421-2.313 2.1 2.1 0 0 1 1.92-1.27h.085a1.218 1.218 0 1 0 0-2.436h-.157a2.099 2.099 0 0 1-1.922-1.273.6.6 0 0 1-.047-.188 2.099 2.099 0 0 1 .472-2.198l.002-.002.055-.055a1.217 1.217 0 0 0-.396-1.988 1.218 1.218 0 0 0-1.328.264l-.055.055a2.1 2.1 0 0 1-2.318.426 2.1 2.1 0 0 1-1.27-1.92v-.085A1.218 1.218 0 0 0 12 2.6Zm-1.71-.492a2.418 2.418 0 0 1 4.128 1.71v.08a.9.9 0 0 0 .552.826.9.9 0 0 0 .99-.178l.052-.052a2.419 2.419 0 1 1 3.421 3.421l-.052.052a.9.9 0 0 0-.178.99c.024.054.04.11.047.168a.9.9 0 0 0 .779.457h.153a2.418 2.418 0 1 1 0 4.836h-.08a.9.9 0 0 0-.823.546l-.003.006a.9.9 0 0 0 .178.99l.052.052a2.421 2.421 0 0 1 0 3.421 2.417 2.417 0 0 1-3.421 0l-.052-.052a.9.9 0 0 0-.99-.178l-.007.003a.9.9 0 0 0-.545.823v.153a2.418 2.418 0 1 1-4.836 0v-.074a.9.9 0 0 0-.625-.832.9.9 0 0 0-.99.178l-.052.052a2.419 2.419 0 1 1-3.421-3.421l.052-.052a.9.9 0 0 0 .178-.99l-.002-.004-.001-.003a.9.9 0 0 0-.823-.545h-.153a2.418 2.418 0 1 1 0-4.836h.074a.9.9 0 0 0 .832-.625.9.9 0 0 0-.178-.99l-.052-.052a2.42 2.42 0 1 1 3.421-3.421l.052.052a.9.9 0 0 0 .99.178.6.6 0 0 1 .168-.047.9.9 0 0 0 .457-.779v-.153c0-.641.255-1.256.708-1.71ZM8.4 12a3.6 3.6 0 1 1 7.2 0 3.6 3.6 0 0 1-7.2 0ZM12 9.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm1.8-3a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.959 21.046c-.318.316-.639.634-.959.954l-.005-.005c-.319-.319-.637-.635-.954-.948C7.385 17.42 4 14.064 4 10a8 8 0 1 1 16 0c0 4.064-3.385 7.421-7.041 11.046ZM18.8 10c0 1.829-.824 3.572-2.25 5.425-1.207 1.566-2.75 3.098-4.42 4.754l-.13.128-.13-.128c-1.67-1.656-3.213-3.188-4.42-4.754C6.025 13.572 5.2 11.829 5.2 10a6.8 6.8 0 1 1 13.6 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.4a3.6 3.6 0 0 0-.6 7.15V17a.6.6 0 1 0 1.2 0V9.55A3.601 3.601 0 0 0 12 2.4Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.302-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.458.932.63 1.327 1.285 1.327 1.873 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.588.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.4a3.6 3.6 0 0 0-.6 7.15V17a.6.6 0 1 0 1.2 0V9.55A3.601 3.601 0 0 0 12 2.4ZM9.6 6a2.4 2.4 0 1 1 4.8 0 2.4 2.4 0 0 1-4.8 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M8.316 13.963a.6.6 0 1 0-.231-1.177c-1.729.34-3.236.904-4.328 1.64-1.08.728-1.857 1.702-1.857 2.868 0 1.563 1.38 2.78 3.137 3.57 1.813.816 4.275 1.305 6.963 1.305 2.688 0 5.151-.49 6.964-1.305 1.757-.79 3.136-2.007 3.136-3.57 0-1.166-.777-2.14-1.856-2.867-1.092-.737-2.6-1.301-4.328-1.641a.6.6 0 1 0-.231 1.177c1.627.32 2.97.839 3.888 1.459.932.628 1.327 1.285 1.327 1.872 0 .797-.747 1.719-2.428 2.475-1.626.732-3.913 1.2-6.472 1.2-2.558 0-4.846-.468-6.47-1.2-1.683-.756-2.43-1.678-2.43-2.475 0-.587.395-1.244 1.328-1.873.919-.62 2.261-1.138 3.888-1.458Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.75 5.2a.863.863 0 1 0 0 1.725.863.863 0 0 0 0-1.725Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.875 12c0-.387.022-.768.064-1.144l.002-.019C2.518 5.793 6.801 1.875 12 1.875c.999 0 1.964.145 2.877.415a4.425 4.425 0 0 1 6.298 4.01c0 .384-.054.752-.15 1.106a10.08 10.08 0 0 1 1.1 4.594c0 5.592-4.533 10.125-10.125 10.125S1.875 17.592 1.875 12ZM12 3.125a8.878 8.878 0 0 0-8.697 7.1l4.454-.398a1.1 1.1 0 0 1 1.053.55l1.748 3.065 2.678 1.53a1.1 1.1 0 0 1 .29 1.671L11.2 19.356v1.483A8.875 8.875 0 0 0 20.875 12a8.854 8.854 0 0 0-.544-3.066c-.146.23-.305.454-.473.673-.627.813-1.428 1.608-2.22 2.393-.15.148-.299.295-.446.443a.625.625 0 0 1-.884 0c-.147-.148-.296-.295-.446-.443-.792-.785-1.593-1.58-2.22-2.393-.75-.975-1.317-2.059-1.317-3.306 0-1.179.46-2.25 1.212-3.043A8.935 8.935 0 0 0 12 3.125ZM13.575 6.3a3.175 3.175 0 0 1 6.35 0c0 .851-.383 1.667-1.058 2.543-.57.741-1.3 1.465-2.094 2.252l-.023.023-.023-.023c-.794-.787-1.524-1.511-2.094-2.252-.675-.876-1.058-1.692-1.058-2.543ZM3.125 12c0-.17.005-.339.014-.506l4.633-.413 1.72 3.016a1.1 1.1 0 0 0 .41.41l2.556 1.46-2.243 2.618a1.1 1.1 0 0 0-.265.716v1.336A8.879 8.879 0 0 1 3.125 12Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.875 12C1.875 6.408 6.408 1.875 12 1.875S22.125 6.408 22.125 12 17.592 22.125 12 22.125 1.875 17.592 1.875 12Zm1.531-2.225A8.89 8.89 0 0 0 3.125 12c0 .768.098 1.514.281 2.225h4.378a15.16 15.16 0 0 1-.209-2.238 15.16 15.16 0 0 1 .209-2.212H3.406Zm.425-1.25h4.22a15.16 15.16 0 0 1 2.53-5.287 8.887 8.887 0 0 0-6.75 5.287ZM12 3.453a13.91 13.91 0 0 0-2.655 5.072h5.31A13.911 13.911 0 0 0 12 3.453Zm2.947 6.322H9.053c-.135.73-.212 1.474-.228 2.225.016.75.093 1.495.228 2.225h5.894c.135-.73.212-1.474.228-2.225a13.92 13.92 0 0 0-.228-2.225Zm1.269 4.45c.123-.727.193-1.466.209-2.212v-.026a15.169 15.169 0 0 0-.209-2.212h4.378a8.919 8.919 0 0 1 0 4.45h-4.378Zm-1.56 1.25H9.344A13.911 13.911 0 0 0 12 20.547a13.912 13.912 0 0 0 2.655-5.072Zm-4.075 5.287a15.161 15.161 0 0 1-2.53-5.287H3.83a8.887 8.887 0 0 0 6.75 5.287Zm2.838 0a15.16 15.16 0 0 0 2.53-5.287h4.22a8.887 8.887 0 0 1-6.75 5.287Zm6.75-12.237h-4.22a15.16 15.16 0 0 0-2.53-5.287 8.887 8.887 0 0 1 6.75 5.287Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M20.666 10.378a10.6 10.6 0 0 1 .156 1.83c0 2.737-.979 5.053-2.682 6.62h.002C16.653 20.203 14.606 21 12.178 21a9 9 0 0 1 0-18 8.65 8.65 0 0 1 6.02 2.343l-2.569 2.57a4.89 4.89 0 0 0-3.451-1.35c-2.348 0-4.342 1.583-5.053 3.716a5.39 5.39 0 0 0 0 3.446h.003c.714 2.13 2.706 3.713 5.053 3.713 1.213 0 2.255-.31 3.063-.86h-.004a4.163 4.163 0 0 0 1.799-2.734h-4.861V10.38h8.488Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.4 13.375c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.017.197.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.016-.437.016-.707.016H4.6c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.652 1.652 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-3.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.026.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.483.483 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-3.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.422 8.422 0 0 0-.606-.011H4.6Zm14.8-1.25c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.016.197.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.197.016-.437.016-.707.016h-3.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.017-.197-.016-.437-.016-.707v-3.8c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.197-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.482.482 0 0 0-.164.029.376.376 0 0 0-.164.164.482.482 0 0 0-.03.164 8.424 8.424 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.093.128.164.164a.482.482 0 0 0 .164.03c.136.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.482.482 0 0 0 .03-.164c.01-.136.011-.316.011-.606v-3.8c0-.29 0-.47-.012-.606a.482.482 0 0 0-.029-.164.376.376 0 0 0-.164-.164.482.482 0 0 0-.164-.03 8.424 8.424 0 0 0-.606-.011h-3.8ZM8.4 2.375c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.017.198.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.198.017-.437.016-.707.016H4.6c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.017-.198-.016-.437-.016-.707V4.6c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.198-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.483.483 0 0 0-.164.029.376.376 0 0 0-.164.164.483.483 0 0 0-.03.164 8.39 8.39 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.026.159.029.164.036.07.094.128.164.164a.483.483 0 0 0 .164.03c.135.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.483.483 0 0 0 .164-.029.376.376 0 0 0 .164-.164.483.483 0 0 0 .03-.164 9.21 9.21 0 0 0 .011-.606V4.6c0-.29 0-.47-.012-.606a.483.483 0 0 0-.029-.164.376.376 0 0 0-.164-.164.483.483 0 0 0-.164-.03 8.389 8.389 0 0 0-.606-.011H4.6Zm14.8-1.25c.27 0 .51 0 .707.016.206.016.42.054.63.16.306.157.555.406.711.712.107.21.145.424.161.63.016.198.016.437.016.707v3.8c0 .27 0 .51-.016.707-.016.206-.054.42-.16.63a1.628 1.628 0 0 1-.712.711c-.21.107-.424.145-.63.161-.197.017-.437.016-.707.016h-3.8c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.628 1.628 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.017-.198-.016-.437-.016-.707V4.6c0-.27 0-.51.016-.707.016-.206.054-.42.16-.63.157-.306.406-.555.712-.711.21-.107.424-.145.63-.161.197-.017.437-.016.707-.016h3.8Zm-3.8 1.25c-.29 0-.47 0-.606.012a.482.482 0 0 0-.164.029.376.376 0 0 0-.164.164.483.483 0 0 0-.03.164 8.422 8.422 0 0 0-.011.606v3.8c0 .29 0 .47.012.606.01.126.027.159.029.164.036.07.093.128.164.164a.482.482 0 0 0 .164.03c.136.01.316.011.606.011h3.8c.29 0 .47 0 .606-.012a.482.482 0 0 0 .164-.029.376.376 0 0 0 .164-.164.483.483 0 0 0 .03-.164 9.21 9.21 0 0 0 .011-.606V4.6c0-.29 0-.47-.012-.606a.483.483 0 0 0-.029-.164.376.376 0 0 0-.164-.164.482.482 0 0 0-.164-.03 8.39 8.39 0 0 0-.606-.011h-3.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M4.67 16.665c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182 0 .619 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 9.335c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.564.068 1.182s0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.068-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182s0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.067.564-.067 1.182-.067ZM4.67 2.005c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.067.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068-.619 0-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.068-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.563-.067 1.182-.067Zm7.33 0c.618 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2 2 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Zm7.33 0c.619 0 .928 0 1.182.067a2 2 0 0 1 1.415 1.416c.068.254.068.563.068 1.182 0 .618 0 .928-.068 1.182a2 2 0 0 1-1.415 1.415c-.254.067-.564.068-1.182.068s-.928 0-1.182-.068a2 2 0 0 1-1.416-1.415c-.067-.254-.067-.564-.067-1.182 0-.619 0-.928.067-1.182a2.001 2.001 0 0 1 1.416-1.416c.254-.068.564-.067 1.182-.067Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.404 3.124a16.396 16.396 0 0 0-1.199-.024h-1.11v9.254c.106-.004.212-.004.32-.004h.79c.542 0 .913 0 1.2-.024.28-.023.426-.064.53-.118a1.3 1.3 0 0 0 .569-.568c.053-.104.095-.251.117-.53.024-.288.024-.658.024-1.2V5.54c0-.542 0-.912-.023-1.2-.023-.279-.065-.426-.118-.53a1.3 1.3 0 0 0-.569-.568c-.104-.054-.25-.095-.53-.118Zm-3.509 9.82V3.1H8.057c-.703 0-1.197 0-1.586.03-.382.03-.618.084-.81.17a2.25 2.25 0 0 0-.955.82c-.115.176-.205.402-.292.774-.088.38-.164.869-.27 1.564l-.497 3.23c-.141.915-.24 1.564-.274 2.073-.034.503.002.805.092 1.04.186.489.536.897.99 1.155.22.125.513.206 1.015.25.508.043 1.164.044 2.09.044h.787c.248 0 .468 0 .651.015.196.016.4.052.601.154.292.149.529.386.677.677.103.2.138.406.154.601.015.183.015.404.015.651v2.81c0 .962.78 1.742 1.743 1.742a.181.181 0 0 0 .165-.107l3.193-7.184c.01-.02.018-.041.027-.062.095-.215.188-.426.322-.603ZM8.034 1.9c-.674 0-1.214 0-1.654.033-.453.035-.844.107-1.213.275A3.45 3.45 0 0 0 3.7 3.465c-.222.34-.352.715-.455 1.157-.1.43-.182.964-.285 1.63l-.505 3.281c-.135.882-.243 1.582-.28 2.148-.04.578-.01 1.08.168 1.549a3.45 3.45 0 0 0 1.518 1.769c.436.248.928.352 1.505.402.565.049 1.274.049 2.165.049h.793c.276 0 .447 0 .575.01.12.01.15.026.154.028a.35.35 0 0 1 .153.153c.002.004.018.034.027.154.01.128.011.3.011.575v2.787a2.943 2.943 0 0 0 2.943 2.943 1.38 1.38 0 0 0 1.262-.82l3.192-7.184c.164-.368.193-.412.218-.438a.35.35 0 0 1 .134-.087c.034-.012.086-.021.49-.021h.746c.511 0 .93 0 1.272-.028.354-.029.676-.09.978-.245a2.5 2.5 0 0 0 1.093-1.092c.154-.302.216-.624.244-.978.028-.342.028-.761.028-1.272v-4.42c0-.51 0-.93-.027-1.272-.03-.354-.091-.676-.245-.978a2.5 2.5 0 0 0-1.093-1.093c-.302-.153-.624-.215-.978-.244-.341-.028-.76-.028-1.272-.028H8.034Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.525 2.72a1.38 1.38 0 0 1 1.262-.82 2.943 2.943 0 0 1 2.943 2.943V8.2c0 .193.157.35.35.35h3.328a3.45 3.45 0 0 1 3.41 3.975l-1.023 6.65a3.45 3.45 0 0 1-3.41 2.925H4.63a2.5 2.5 0 0 1-2.5-2.5v-6.65a2.5 2.5 0 0 1 2.5-2.5h2.232a.35.35 0 0 0 .32-.208l3.343-7.522ZM8.08 20.9h9.305a2.25 2.25 0 0 0 2.224-1.908l1.023-6.65a2.25 2.25 0 0 0-2.224-2.592H15.08a1.55 1.55 0 0 1-1.55-1.55V4.843c0-.963-.78-1.743-1.743-1.743a.18.18 0 0 0-.165.107L8.28 10.73c-.053.12-.12.23-.2.33v9.84Zm-1.2-9.25v9.25H4.63a1.3 1.3 0 0 1-1.3-1.3v-6.65a1.3 1.3 0 0 1 1.3-1.3h2.25Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.856 3.4h6.287c.971 0 1.605 0 2.177.197a3.6 3.6 0 0 1 1.345.831c.432.423.715.99 1.149 1.858l.05.099 2.184 4.37c.172.343.284.567.364.805.071.211.122.428.153.649.035.249.035.5.035.882v2.135c0 .818 0 1.468-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H6.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.525-.042-1.175-.042-1.993v-2.135c0-.382 0-.633.035-.882.03-.22.082-.438.153-.649.08-.238.192-.462.363-.805l.019-.037 2.167-4.333.049-.099c.434-.868.717-1.435 1.149-1.858a3.6 3.6 0 0 1 1.345-.831c.572-.198 1.206-.197 2.176-.197Zm.11 1.2c-1.12 0-1.537.008-1.895.131a2.4 2.4 0 0 0-.896.554c-.27.265-.464.635-.965 1.637l-2.167 4.333-.072.145h18.058l-.073-.145-2.166-4.333c-.501-1.002-.695-1.372-.965-1.637a2.4 2.4 0 0 0-.897-.554c-.357-.123-.774-.131-1.895-.131H8.966Zm12.429 8H2.605c-.005.12-.005.282-.005.533V15.2c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h10.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.049c.113-.222.185-.504.223-.967.038-.47.039-1.072.039-1.922v-2.067c0-.251 0-.412-.005-.533ZM5.4 16a.6.6 0 0 1 .6-.6h4a.6.6 0 0 1 0 1.2H6a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.993 4.621C9.874 2.6 6.633 2.14 4.141 4.269c-2.63 2.248-3.01 6.025-.933 8.697.81 1.044 2.41 2.63 3.968 4.1a175.563 175.563 0 0 0 3.908 3.566l.012.01c.076.067.157.14.233.197.088.066.202.139.35.183.204.06.425.06.629 0a1.1 1.1 0 0 0 .35-.183c.076-.058.157-.13.233-.197l.012-.01a176.27 176.27 0 0 0 3.909-3.566c1.557-1.47 3.156-3.056 3.968-4.1 2.07-2.664 1.746-6.47-.94-8.702-2.525-2.098-5.73-1.665-7.847.357Zm-.474 1.314C9.803 3.93 7.026 3.45 4.953 5.22c-2.129 1.819-2.42 4.84-.758 6.979.742.956 2.271 2.478 3.839 3.958a174.322 174.322 0 0 0 3.96 3.61l.08-.071a174.3 174.3 0 0 0 3.88-3.54c1.567-1.48 3.096-3.001 3.839-3.957 1.667-2.146 1.402-5.183-.752-6.974-2.12-1.762-4.862-1.29-6.572.71a.625.625 0 0 1-.95 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.104 2.88a.4.4 0 0 0-.209 0c-.049.014-.114.05-.509.358L4.604 8.513c-.48.373-.627.494-.73.633a1.4 1.4 0 0 0-.222.455c-.047.166-.052.356-.052.964V17.8c0 .57 0 .961.025 1.265.024.296.069.455.128.57a1.4 1.4 0 0 0 .611.612c.116.06.275.104.571.128.304.024.695.025 1.265.025h2.2v-6.822c0-.261 0-.492.016-.684a1.62 1.62 0 0 1 .158-.62 1.6 1.6 0 0 1 .7-.7 1.62 1.62 0 0 1 .62-.158c.192-.016.423-.016.684-.016h2.844c.261 0 .492 0 .684.016.204.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.417.158.62.016.192.016.423.016.684V20.4h2.2c.57 0 .961 0 1.265-.025.296-.024.455-.069.57-.128a1.4 1.4 0 0 0 .612-.611c.06-.116.104-.275.128-.571.024-.304.025-.695.025-1.265v-7.235c0-.608-.005-.798-.052-.964a1.4 1.4 0 0 0-.223-.455c-.102-.14-.249-.26-.729-.633l-6.782-5.275c-.395-.308-.46-.344-.51-.357Zm5.721 18.72c.539 0 .98 0 1.337-.03.371-.03.706-.094 1.018-.253a2.6 2.6 0 0 0 1.137-1.137c.159-.312.223-.647.254-1.018.029-.358.029-.798.029-1.337V10.49c0-.502 0-.867-.096-1.213a2.598 2.598 0 0 0-.414-.845c-.213-.288-.502-.513-.898-.82l-.06-.046-6.781-5.276-.067-.051c-.283-.221-.552-.431-.866-.517a1.6 1.6 0 0 0-.836 0c-.315.086-.584.296-.867.517l-.066.051-6.782 5.276-.06.046c-.395.307-.684.532-.897.82a2.6 2.6 0 0 0-.414.845c-.096.346-.096.711-.096 1.213v7.335c0 .539 0 .98.03 1.337.03.371.094.706.253 1.018a2.6 2.6 0 0 0 1.137 1.137c.312.159.647.224 1.017.254.359.029.8.029 1.338.029h11.65ZM14.4 20.4v-6.8c0-.29 0-.471-.012-.608a.49.49 0 0 0-.032-.174.4.4 0 0 0-.175-.174.493.493 0 0 0-.173-.032 8.48 8.48 0 0 0-.608-.012h-2.8c-.29 0-.471 0-.608.012a.494.494 0 0 0-.174.032.4.4 0 0 0-.174.174.493.493 0 0 0-.032.174 8.435 8.435 0 0 0-.012.608v6.8h4.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.104 2.88a.4.4 0 0 0-.209 0c-.049.014-.114.05-.509.358L4.604 8.513c-.48.373-.627.494-.73.633a1.4 1.4 0 0 0-.222.455c-.047.166-.052.356-.052.964V17.8c0 .57 0 .961.025 1.265.024.296.069.455.128.57a1.4 1.4 0 0 0 .611.612c.116.06.275.104.571.128.304.024.695.025 1.265.025h11.6c.57 0 .961 0 1.265-.025.296-.024.455-.069.57-.128a1.4 1.4 0 0 0 .612-.611c.06-.116.104-.275.128-.571.024-.304.025-.695.025-1.265v-7.235c0-.608-.005-.798-.052-.964a1.4 1.4 0 0 0-.223-.455c-.102-.14-.249-.26-.729-.633l-6.782-5.275c-.395-.308-.46-.344-.51-.357Zm-.522-1.158a1.6 1.6 0 0 1 .836 0c.314.086.584.296.866.517l.067.051 6.782 5.276.06.046c.395.307.684.532.897.82.188.254.329.54.414.845.096.346.096.711.096 1.213v7.335c0 .539 0 .98-.03 1.337-.03.371-.094.706-.253 1.018a2.6 2.6 0 0 1-1.137 1.137c-.312.159-.647.224-1.018.254-.358.029-.798.029-1.337.029H6.175c-.539 0-.98 0-1.338-.03-.37-.03-.705-.094-1.017-.253a2.6 2.6 0 0 1-1.137-1.137c-.159-.312-.224-.647-.254-1.018-.03-.358-.03-.798-.029-1.337V10.49c0-.502 0-.867.096-1.213a2.6 2.6 0 0 1 .414-.845c.213-.288.502-.513.897-.82l.06-.046 6.782-5.276.067-.051c.282-.221.551-.431.866-.517Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.774 2.4h8.452c.818 0 1.468 0 1.993.043.537.044.996.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.043.525.043 1.175.043 1.993v8.452c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H6.905c-.28 0-.53 0-.726-.017l-.031-.003a10.076 10.076 0 0 1-.367-.023c-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V7.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C6.305 2.4 6.956 2.4 7.774 2.4Zm.026 18h8.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922v-.951l-3.693-3.693a8.424 8.424 0 0 0-.438-.422.495.495 0 0 0-.145-.1.4.4 0 0 0-.248 0 .495.495 0 0 0-.145.1 8.424 8.424 0 0 0-.438.422L6.79 20.059c-.14.139-.246.245-.327.331.367.01.803.01 1.337.01Zm12.6-6.848-2.86-2.86a8.963 8.963 0 0 0-.494-.473 1.625 1.625 0 0 0-.552-.326 1.6 1.6 0 0 0-.989 0 1.6 1.6 0 0 0-.55.326c-.147.125-.31.288-.495.472L5.923 19.23a8.558 8.558 0 0 0-.501.525c-.092.11-.217.273-.278.48a1.565 1.565 0 0 1-.234-.096 2.4 2.4 0 0 1-1.049-1.048c-.113-.223-.184-.505-.222-.968-.039-.47-.04-1.072-.04-1.922V7.8c0-.85.001-1.451.04-1.922.038-.463.11-.745.222-.968a2.4 2.4 0 0 1 1.05-1.048c.222-.114.504-.185.967-.223C6.348 3.6 6.95 3.6 7.8 3.6h8.4c.85 0 1.451 0 1.921.039.464.038.746.11.969.223a2.4 2.4 0 0 1 1.048 1.048c.113.223.185.505.223.968.038.47.039 1.072.039 1.922v5.752ZM8.5 7.1a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8ZM5.9 8.5a2.6 2.6 0 1 1 5.2 0 2.6 2.6 0 0 1-5.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.882 12.6H3.2v2.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h10.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873v-2.6h-2.682c-.458 0-.877.259-1.081.668a2.41 2.41 0 0 1-2.155 1.332H9.118a2.409 2.409 0 0 1-2.155-1.332 1.209 1.209 0 0 0-1.081-.668ZM20.8 11.4h-2.682a2.41 2.41 0 0 0-2.155 1.332c-.204.41-.623.668-1.081.668H9.118c-.458 0-.877-.259-1.081-.668A2.409 2.409 0 0 0 5.882 11.4H3.2V8.8c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C5.367 5.202 5.94 5.2 6.8 5.2h10.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v2.6ZM22 8.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 4 18.88 4 17.2 4H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 6.28 2 7.12 2 8.8v6.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 20 5.12 20 6.8 20h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 17.72 22 16.88 22 15.2V8.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm0 8.125a.875.875 0 0 0-.875.875v5.1a.875.875 0 1 0 1.75 0V11a.875.875 0 0 0-.875-.875ZM12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.6a9.4 9.4 0 1 0 0 18.8 9.4 9.4 0 0 0 0-18.8ZM1.4 12C1.4 6.146 6.146 1.4 12 1.4c5.854 0 10.6 4.746 10.6 10.6 0 5.854-4.746 10.6-10.6 10.6-5.854 0-10.6-4.746-10.6-10.6ZM12 10.4a.6.6 0 0 1 .6.6v5a.6.6 0 1 1-1.2 0v-5a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n <path fill=\"currentColor\" d=\"M12 7.15a.85.85 0 0 0 0 1.7h.01a.85.85 0 1 0 0-1.7H12Z\" />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 3c-2.442 0-2.75.011-3.71.054-.959.045-1.612.196-2.185.419-.6.225-1.145.58-1.594 1.038-.458.45-.812.994-1.038 1.594-.223.571-.375 1.226-.419 2.182C3.011 9.25 3 9.556 3 12.002c0 2.444.011 2.75.054 3.71.045.958.196 1.611.419 2.184a4.42 4.42 0 0 0 1.038 1.594c.5.5 1.001.809 1.593 1.038.574.223 1.226.375 2.185.419.96.043 1.266.054 3.711.054s2.75-.011 3.71-.054c.958-.045 1.613-.196 2.186-.419.6-.226 1.144-.58 1.593-1.038.5-.5.808-1.002 1.038-1.594.222-.573.374-1.226.419-2.185.043-.96.054-1.265.054-3.71 0-2.445-.011-2.75-.054-3.711-.045-.958-.197-1.612-.419-2.184a4.417 4.417 0 0 0-1.038-1.594 4.4 4.4 0 0 0-1.594-1.038c-.574-.223-1.229-.375-2.186-.419C14.75 3.011 14.444 3 11.998 3H12Zm-.807 1.622h.808c2.403 0 2.688.008 3.636.052.878.04 1.355.187 1.672.31.42.162.72.358 1.035.673.315.315.51.614.673 1.035.123.316.27.793.309 1.67.044.95.053 1.234.053 3.636s-.01 2.687-.053 3.636c-.04.877-.187 1.353-.31 1.67a2.77 2.77 0 0 1-.673 1.034c-.315.315-.614.51-1.035.673-.315.124-.792.27-1.67.31-.95.043-1.234.053-3.637.053s-2.689-.01-3.637-.052c-.878-.041-1.353-.187-1.67-.311a2.789 2.789 0 0 1-1.036-.673 2.79 2.79 0 0 1-.675-1.035c-.122-.316-.27-.793-.309-1.67-.043-.949-.052-1.233-.052-3.637s.01-2.687.052-3.635c.04-.878.187-1.355.31-1.672.164-.42.36-.72.674-1.035a2.78 2.78 0 0 1 1.035-.673c.318-.124.794-.27 1.671-.31.83-.039 1.152-.05 2.83-.051v.002Zm5.612 1.494a1.08 1.08 0 1 0 0 2.16 1.08 1.08 0 0 0 0-2.16ZM12 7.38a4.623 4.623 0 1 0-.144 9.244A4.623 4.623 0 0 0 12 7.379ZM12 9a3 3 0 1 1 0 6.001 3 3 0 0 1 0-6Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15.01 8.375a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1 0-1.25h.01Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15 2.375a6.625 6.625 0 1 1-.89 13.19c-.222-.03-.372-.05-.483-.06a1.16 1.16 0 0 0-.134-.008.457.457 0 0 0-.068.013.453.453 0 0 0-.062.031c-.026.015-.072.053-.341.322l-5.112 5.11c-.152.152-.297.303-.475.413a1.628 1.628 0 0 1-.47.194c-.204.049-.413.045-.628.045H4.6c-.27 0-.51 0-.707-.016a1.653 1.653 0 0 1-.63-.16 1.629 1.629 0 0 1-.711-.712 1.653 1.653 0 0 1-.161-.63c-.016-.197-.016-.437-.016-.707v-1.737c0-.215-.004-.424.045-.628.04-.166.105-.324.194-.47.11-.178.26-.323.412-.475l5.11-5.111c.27-.27.309-.316.323-.342a.468.468 0 0 0 .031-.062.455.455 0 0 0 .013-.068c0-.009 0-.045-.008-.134-.01-.111-.03-.26-.06-.482A6.625 6.625 0 0 1 15 2.375Zm0 1.25a5.375 5.375 0 0 0-5.327 6.099c.028.212.053.389.066.529.013.134.022.285.001.432a1.464 1.464 0 0 1-.19.562c-.121.216-.321.41-.528.616l-5.112 5.11c-.193.194-.215.223-.23.246a.376.376 0 0 0-.044.108c-.006.026-.01.063-.01.336V19.4c0 .29 0 .47.01.606a.475.475 0 0 0 .03.164c.036.07.094.128.164.164a.484.484 0 0 0 .164.03c.136.01.316.011.606.011h1.737c.273 0 .31-.005.336-.01a.378.378 0 0 0 .108-.046c.023-.014.052-.036.245-.23l5.11-5.11c.208-.208.401-.408.617-.529a1.47 1.47 0 0 1 .563-.19c.146-.021.297-.012.431 0 .14.014.317.039.53.067A5.375 5.375 0 1 0 15 3.625Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11 3.375a.625.625 0 1 1 0 1.25H6.2c-.57 0-.96 0-1.262.025-.295.024-.45.068-.562.124-.259.132-.47.343-.601.602-.057.111-.1.267-.125.561A17.25 17.25 0 0 0 3.625 7.2v8.175h17.042c.27 0 .527-.005.754.056.56.15.998.588 1.148 1.148.061.227.056.484.056.754 0 .58.005.993-.09 1.347a2.625 2.625 0 0 1-1.855 1.855c-.354.095-.767.09-1.347.09H4.667c-.58 0-.993.005-1.347-.09a2.625 2.625 0 0 1-1.855-1.855c-.095-.354-.09-.767-.09-1.347 0-.27-.005-.527.056-.754.131-.49.483-.887.944-1.079V7.2c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.627 2.627 0 0 1 3.81 3.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029H11Zm-7.667 13.25c-.348 0-.402.005-.43.013a.377.377 0 0 0-.265.265c-.008.028-.013.082-.013.43 0 .66.006.868.047 1.023.127.474.498.845.973.972.154.041.363.047 1.022.047h14.666c.66 0 .868-.006 1.023-.047.474-.127.845-.498.972-.973.042-.154.047-.362.047-1.022 0-.348-.005-.402-.013-.43a.376.376 0 0 0-.265-.265c-.028-.008-.082-.013-.43-.013H3.333Z\"\n clip-rule=\"evenodd\"\n />\n <path fill=\"currentColor\" d=\"M17.127 7.125a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.251 3.005a1.742 1.742 0 0 1 1.461 1.02l.296.658v.003a.591.591 0 0 0 .605.346l.718-.076a1.746 1.746 0 0 1 1.687.856l.058.11a1.728 1.728 0 0 1-.158 1.776l-.426.581a.586.586 0 0 0-.112.346v.003c0 .124.038.245.11.346l.425.58a1.729 1.729 0 0 1-.616 2.564 1.744 1.744 0 0 1-.97.179l-.719-.076a.592.592 0 0 0-.604.346l-.293.656a1.734 1.734 0 0 1-1.462 1.022l-.125.005a1.742 1.742 0 0 1-1.531-.915l-.056-.112-.293-.658a.594.594 0 0 0-.608-.348l-.717.077a1.747 1.747 0 0 1-1.686-.856 1.727 1.727 0 0 1 .1-1.886l.425-.581.049-.08a.587.587 0 0 0 .056-.174l.007-.092a.586.586 0 0 0-.063-.267l-.05-.079-.425-.58a1.729 1.729 0 0 1-.1-1.887l.067-.107a1.737 1.737 0 0 1 1.619-.749l.72.076.095.003a.591.591 0 0 0 .51-.35h.001l.293-.658.056-.112A1.733 1.733 0 0 1 17.126 3l.125.005Zm-.125 1.245a.492.492 0 0 0-.412.226l-.033.061-.294.655a1.842 1.842 0 0 1-.76.847l-.002.001a1.854 1.854 0 0 1-1.114.235l-.722-.076a.494.494 0 0 0-.434.182l-.04.057a.477.477 0 0 0 .028.522l.426.582c.23.314.353.694.353 1.083l-.006.146a1.836 1.836 0 0 1-.347.937l-.426.582a.478.478 0 0 0 .173.71c.084.042.18.06.273.05l.718-.075c.338-.036.681.023.987.168l.13.067.122.078c.28.191.502.457.64.768l.295.657.033.061a.484.484 0 0 0 .412.226l.07-.005a.492.492 0 0 0 .375-.282l.294-.657a1.846 1.846 0 0 1 1.876-1.079l.72.077a.49.49 0 0 0 .474-.24.478.478 0 0 0-.029-.521l-.424-.582-.002-.002a1.835 1.835 0 0 1-.35-1.087c0-.388.124-.766.354-1.08l.425-.582a.48.48 0 0 0 .058-.459l-.03-.063a.487.487 0 0 0-.404-.24l-.07.001-.718.076a1.858 1.858 0 0 1-1.116-.235h-.002a1.842 1.842 0 0 1-.76-.847l-.295-.654v-.002a.486.486 0 0 0-.376-.282l-.07-.005Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.564 3.875h10.872c.51 0 .93 0 1.273.028.355.029.681.091.987.247.476.242.862.629 1.104 1.104.156.306.218.632.247.987.028.343.028.763.028 1.273v7.651c.487.172.861.574.996 1.077.055.204.054.432.054.666v.145c0 .505 0 .878-.086 1.2a2.525 2.525 0 0 1-1.785 1.786c-.323.086-.696.086-1.2.086H4.946c-.505 0-.878 0-1.2-.086a2.525 2.525 0 0 1-1.786-1.786c-.086-.322-.086-.695-.086-1.2v-.403c0-.686.438-1.27 1.05-1.485v-7.65c0-.51 0-.931.028-1.274.03-.355.091-.681.247-.987A2.525 2.525 0 0 1 4.304 4.15c.306-.156.632-.218.987-.247.343-.028.763-.028 1.273-.028Zm-2.389 11.2h4.389c.188 0 .377 0 .56.043.16.04.315.103.455.19.162.098.294.231.427.364l.031.031.06.06c.185.185.209.203.227.214.029.018.06.031.094.039.02.005.05.009.312.009h2.54c.263 0 .292-.004.312-.009a.324.324 0 0 0 .094-.039c.018-.011.042-.029.227-.214l.06-.06.031-.03c.133-.134.266-.267.427-.366.14-.086.294-.15.455-.189.184-.044.372-.043.56-.043h4.389V7.54c0-.542 0-.912-.024-1.197-.022-.278-.064-.421-.115-.522a1.275 1.275 0 0 0-.557-.557c-.1-.051-.244-.092-.522-.115a16.383 16.383 0 0 0-1.197-.024H6.59c-.542 0-.911 0-1.197.024-.278.023-.421.064-.522.115a1.27 1.27 0 0 0-.557.557c-.051.1-.092.244-.115.522-.023.285-.024.655-.024 1.197v7.535Zm11.305 1.25c-.262 0-.292.004-.312.009a.324.324 0 0 0-.094.039c-.018.011-.042.029-.227.214l-.06.06-.03.03c-.134.134-.266.267-.428.366-.14.086-.294.15-.455.189a2.364 2.364 0 0 1-.56.043h-2.628c-.188 0-.376 0-.56-.043a1.574 1.574 0 0 1-.455-.19 2.364 2.364 0 0 1-.427-.364l-.031-.031-.06-.06c-.185-.185-.209-.203-.227-.214a.324.324 0 0 0-.094-.039c-.02-.005-.05-.009-.312-.009H3.44a.325.325 0 0 0-.314.325v.317c0 .629.005.82.043.963.118.44.462.784.902.902.142.038.334.043.963.043h13.934c.629 0 .821-.005.963-.043.44-.118.784-.462.902-.902.038-.142.043-.334.043-.963 0-.153 0-.247-.003-.318-.003-.068-.008-.083-.008-.083a.325.325 0 0 0-.23-.23s-.015-.005-.083-.008a7.964 7.964 0 0 0-.318-.003H15.48Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.802 4.348c.13-.024.265-.024.396 0 .152.029.29.098.384.146l.026.013 9.16 4.58a.6.6 0 0 1 0 1.074l-3.677 1.838 3.677 1.838a.6.6 0 0 1 0 1.074l-9.16 4.58-.026.013a1.454 1.454 0 0 1-.384.145 1.074 1.074 0 0 1-.396 0 1.454 1.454 0 0 1-.384-.145l-.026-.013-9.16-4.58a.6.6 0 0 1 0-1.074L5.908 12l-3.676-1.84a.6.6 0 0 1 0-1.074l9.16-4.58.026-.013c.094-.048.231-.117.384-.146Zm-4.278 7.117a.527.527 0 0 0-.011-.005L3.842 9.624l8.086-4.043.072-.036.072.036 8.086 4.043-3.671 1.836a.634.634 0 0 0-.012.005l-4.404 2.202-.071.036-.072-.036-4.404-2.202ZM7.25 12.67l-3.408 1.704 8.086 4.043.072.036.072-.036 8.086-4.043-3.408-1.704-4.142 2.07-.026.014a1.454 1.454 0 0 1-.384.145 1.074 1.074 0 0 1-.396 0 1.454 1.454 0 0 1-.384-.145l-.026-.013L7.25 12.67Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.1 12a.6.6 0 0 1-.6.6h-4a.6.6 0 1 1 0-1.2h4a.6.6 0 0 1 .6.6Zm0 4a.6.6 0 0 1-.6.6h-4a.6.6 0 1 1 0-1.2h4a.6.6 0 0 1 .6.6Zm0-8a.6.6 0 0 1-.6.6h-4a.6.6 0 1 1 0-1.2h4a.6.6 0 0 1 .6.6ZM8.4 19.8V4.2h-.6c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h.6Zm1.2 0h6.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H9.6v15.6Zm6.6 1.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.9 12a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Zm0-4a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Zm0 8a.6.6 0 0 1 .6-.6h4a.6.6 0 1 1 0 1.2h-4a.6.6 0 0 1-.6-.6Zm8.7-11.8v15.6h.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036h-.6Zm-1.2 0H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h6.6V4.2ZM7.8 3c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.4 12V4.2H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h3.6V12Zm1.2 7.8v-7.2h7.2v3.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036h-3.6ZM7.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8Zm12-9.6h-7.2V4.2h3.6c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v3.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2ZM6.255 18.617A8.73 8.73 0 0 0 12 20.766a8.729 8.729 0 0 0 5.743-2.148l-3.122-3.122A4.35 4.35 0 0 1 12 16.37a4.35 4.35 0 0 1-2.622-.875l-3.123 3.122Zm9.24-9.242c.55.73.875 1.64.875 2.625 0 .985-.326 1.892-.876 2.623l3.122 3.122A8.728 8.728 0 0 0 20.766 12a8.729 8.729 0 0 0-2.15-5.746l-3.122 3.121ZM5.381 6.255A8.73 8.73 0 0 0 3.234 12c0 2.198.811 4.206 2.148 5.744l3.122-3.123A4.35 4.35 0 0 1 7.63 12c0-.984.325-1.893.874-2.623L5.382 6.255ZM12 8.865a3.136 3.136 0 1 0 0 6.27 3.136 3.136 0 0 0 0-6.27Zm0-5.63a8.73 8.73 0 0 0-5.745 2.147l3.122 3.122A4.35 4.35 0 0 1 12 7.63c.983 0 1.89.325 2.62.873l3.123-3.122A8.73 8.73 0 0 0 12 3.234Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 1.875c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0V2.5c0-.345.28-.625.625-.625ZM4.813 4.813a.625.625 0 0 1 .884 0l.57.57a.625.625 0 1 1-.884.884l-.57-.57a.625.625 0 0 1 0-.884Zm14.374 0a.625.625 0 0 1 0 .884l-.57.57a.625.625 0 0 1-.884-.884l.57-.57a.625.625 0 0 1 .884 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.675 12a6.325 6.325 0 1 1 8.85 5.8v1.8a2.525 2.525 0 0 1-5.05 0v-1.8a6.327 6.327 0 0 1-3.8-5.8ZM12 6.925a5.075 5.075 0 1 0 0 10.15 5.075 5.075 0 0 0 0-10.15Zm-1.275 11.271V19.6a1.275 1.275 0 1 0 2.55 0v-1.404a6.352 6.352 0 0 1-2.55 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M1.875 12c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25H2.5A.625.625 0 0 1 1.875 12Zm18.05 0c0-.345.28-.625.625-.625h.95a.625.625 0 1 1 0 1.25h-.95a.625.625 0 0 1-.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.4 12A5.6 5.6 0 0 1 15 6.4h2a5.6 5.6 0 1 1 0 11.2h-.5a.6.6 0 1 1 0-1.2h.5a4.4 4.4 0 1 0 0-8.8h-2a4.4 4.4 0 0 0-4.4 4.4.6.6 0 1 1-1.2 0ZM7 7.6a4.4 4.4 0 0 0 0 8.8h2a4.4 4.4 0 0 0 4.4-4.4.6.6 0 1 1 1.2 0A5.6 5.6 0 0 1 9 17.6H7A5.6 5.6 0 1 1 7 6.4h.5a.6.6 0 0 1 0 1.2H7Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M3 4.29C3 3.576 3.592 3 4.322 3h15.356C20.408 3 21 3.577 21 4.29v15.42c0 .713-.592 1.29-1.322 1.29H4.322C3.592 21 3 20.423 3 19.71V4.29Zm5.56 13.778V9.94h-2.7v8.128h2.7ZM7.21 8.83c.942 0 1.529-.623 1.529-1.404-.017-.798-.585-1.404-1.51-1.404S5.7 6.629 5.7 7.426c0 .78.586 1.404 1.493 1.404h.018Zm5.522 9.238v-4.54c0-.242.018-.485.09-.658.195-.485.64-.988 1.386-.988.978 0 1.368.745 1.368 1.838v4.348h2.701v-4.662c0-2.497-1.332-3.658-3.109-3.658-1.433 0-2.076.787-2.436 1.342v.028h-.018l.018-.028V9.94h-2.7c.034.763 0 8.128 0 8.128h2.7Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M4 4.375a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Zm-5 5a1.625 1.625 0 1 0 0 3.25 1.625 1.625 0 0 0 0-3.25Zm5 1a.625.625 0 1 0 0 1.25h12a.625.625 0 1 0 0-1.25H9Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7 10h-.5A2.5 2.5 0 0 0 4 12.5v7A2.5 2.5 0 0 0 6.5 22h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H17V7A5 5 0 0 0 7 7v3Zm2 0h6V7a3 3 0 1 0-6 0v3Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7 10V7a5 5 0 0 1 10 0v3h.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 19.5v-7A2.5 2.5 0 0 1 6.5 10H7Zm8.8-3v3H8.2V7a3.8 3.8 0 0 1 7.6 0Zm-9.3 4.2a1.3 1.3 0 0 0-1.3 1.3v7a1.3 1.3 0 0 0 1.3 1.3h11a1.3 1.3 0 0 0 1.3-1.3v-7a1.3 1.3 0 0 0-1.3-1.3h-11Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17.777 4.162c-.441-.037-1.007-.037-1.81-.037h-1.134a.625.625 0 0 1 0-1.25h1.16c.771 0 1.388 0 1.885.04.512.042.953.13 1.359.337.65.332 1.18.86 1.511 1.511.207.406.295.847.336 1.359.041.498.041 1.114.041 1.884v7.988c0 .77 0 1.387-.04 1.884-.042.512-.13.953-.337 1.359a3.46 3.46 0 0 1-1.511 1.511c-.406.207-.847.295-1.358.336-.498.041-1.115.041-1.885.041h-1.16a.625.625 0 0 1 0-1.25h1.133c.803 0 1.369 0 1.81-.037.433-.035.692-.102.892-.204a2.2 2.2 0 0 0 .965-.965c.102-.2.169-.459.204-.892.037-.441.037-1.007.037-1.81V8.033c0-.803 0-1.369-.037-1.81-.035-.434-.102-.692-.204-.892a2.208 2.208 0 0 0-.965-.965c-.2-.102-.459-.169-.892-.204Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M9.67 6.836a.625.625 0 0 1 .883 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H3.5a.625.625 0 1 1 0-1.25h9.824L9.67 7.72a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.006 2.875h1.16a.625.625 0 1 1 0 1.25H8.034c-.803 0-1.369 0-1.81.037-.434.035-.692.102-.892.204a2.2 2.2 0 0 0-.965.965c-.102.2-.169.458-.204.892-.037.441-.037 1.007-.037 1.81v7.934c0 .803 0 1.369.037 1.81.035.433.102.692.204.892a2.2 2.2 0 0 0 .965.965c.2.102.458.169.892.204.441.037 1.007.037 1.81.037h1.134a.625.625 0 1 1 0 1.25h-1.16c-.771 0-1.387 0-1.885-.04-.512-.042-.953-.13-1.359-.337a3.459 3.459 0 0 1-1.511-1.511c-.207-.406-.295-.847-.336-1.358-.041-.498-.041-1.115-.041-1.885V8.006c0-.77 0-1.386.04-1.884.042-.512.13-.953.337-1.359.332-.65.86-1.18 1.511-1.511.406-.207.847-.295 1.359-.336.498-.041 1.114-.041 1.884-.041Z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.336 6.836a.625.625 0 0 1 .884 0l4.722 4.722a.625.625 0 0 1 0 .884l-4.722 4.722a.625.625 0 0 1-.884-.884l3.655-3.655H9.167a.625.625 0 1 1 0-1.25h9.824L15.336 7.72a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12.742 12.75h4.69c.118 0 .24 0 .346.009.118.01.268.033.421.11a1.1 1.1 0 0 1 .481.482c.078.153.102.303.111.421.009.105.009.228.009.345v2.316c0 .117 0 .24-.009.345a1.11 1.11 0 0 1-.11.421 1.1 1.1 0 0 1-.482.481 1.108 1.108 0 0 1-.421.111 4.412 4.412 0 0 1-.345.009h-4.69c-.118 0-.24 0-.346-.009a1.108 1.108 0 0 1-.421-.11 1.1 1.1 0 0 1-.481-.482 1.11 1.11 0 0 1-.111-.421c-.009-.105-.009-.228-.009-.345v-2.316c0-.117 0-.24.008-.345a1.11 1.11 0 0 1 .112-.421 1.1 1.1 0 0 1 .48-.481 1.11 1.11 0 0 1 .422-.111c.105-.009.228-.009.345-.009ZM12.625 14v2.55h4.925V14h-4.925Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.9 2.875h.2c.787 0 1.306 0 1.75.118a3.475 3.475 0 0 1 2.457 2.458c.088.332.11.652.116 1.124h.544c.775 0 1.395 0 1.896.04.514.043.957.131 1.365.339a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v4.234c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.475 3.475 0 0 1-1.518 1.518c-.408.208-.851.296-1.365.338-.501.041-1.12.041-1.896.041H7.033c-.775 0-1.395 0-1.896-.04-.514-.043-.957-.131-1.365-.339a3.475 3.475 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.501-.041-1.12-.041-1.896v-4.234c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.041 1.12-.041 1.896-.041h.544c.005-.472.027-.792.116-1.124a3.475 3.475 0 0 1 2.458-2.458c.443-.118.962-.118 1.748-.118Zm-4.84 4.95c-.808 0-1.377 0-1.821.037-.437.035-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.462-.206.9-.037.443-.037 1.012-.037 1.82v4.18c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.971.202.103.462.17.899.206.444.037 1.013.037 1.821.037h9.88c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.206a2.22 2.22 0 0 0 .971-.972c.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.821v-4.18c0-.808 0-1.377-.037-1.82-.035-.438-.103-.698-.206-.9a2.225 2.225 0 0 0-.972-.972c-.202-.103-.462-.17-.899-.206-.444-.036-1.013-.037-1.821-.037H7.06Zm8.113-1.25H8.826c.006-.43.023-.61.074-.8A2.225 2.225 0 0 1 10.474 4.2c.263-.07.602-.076 1.526-.076s1.263.005 1.526.076a2.225 2.225 0 0 1 1.573 1.573c.051.19.068.371.073.801Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.4 1.33a2.625 2.625 0 0 1 1.2 0c.354.083.68.264 1.07.512l.415.268 7.527 4.893c.233.151.464.294.635.498.139.166.243.358.307.564.078.255.07.526.07.804V16.2c0 .83.001 1.49-.042 2.022-.044.538-.137 1-.353 1.424a3.626 3.626 0 0 1-1.584 1.584c-.423.216-.885.308-1.423.352-.532.043-1.192.043-2.022.043H6.8c-.83 0-1.49 0-2.022-.043-.538-.044-1-.136-1.424-.352a3.626 3.626 0 0 1-1.584-1.584c-.215-.423-.308-.886-.352-1.424-.044-.532-.043-1.192-.043-2.022V8.87c0-.279-.007-.55.071-.805.064-.206.168-.398.307-.564.17-.204.402-.347.635-.498L9.915 2.11c.591-.384 1.014-.67 1.485-.78Zm9.908 7.865-7.223 4.696c-.591.384-1.014.67-1.486.78a2.626 2.626 0 0 1-1.199 0c-.472-.11-.894-.396-1.485-.78L2.69 9.195l-.066-.044v7.05c0 .85 0 1.45.039 1.92.038.46.109.74.22.957.227.447.591.81 1.038 1.038.218.111.497.183.959.22.469.04 1.069.039 1.919.039h10.4c.85 0 1.45 0 1.92-.038.46-.038.74-.11.958-.22.447-.229.81-.592 1.038-1.039.111-.218.182-.497.22-.958.038-.469.039-1.07.039-1.92V9.151l-.067.044Zm-8.994-6.648a1.377 1.377 0 0 0-.629 0c-.208.049-.417.175-1.088.611L3.37 7.852l.001.001L3.15 8c.057.038.128.087.222.147l7.225 4.696c.67.436.88.562 1.088.611.207.048.423.048.63 0 .208-.049.417-.175 1.088-.611l7.225-4.696c.093-.06.164-.109.22-.147a14.556 14.556 0 0 0-.22-.147l-7.225-4.695c-.67-.436-.88-.562-1.089-.611Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2.004 7.735c.004-.291.012-.55.028-.78.013-.202.032-.383.059-.548a2.56 2.56 0 0 1 .236-.769 3 3 0 0 1 1.311-1.311C4.28 4 5.12 4 6.8 4h10.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311c.114.223.188.47.236.769.027.165.046.346.06.548.015.23.022.489.027.78C22 8.05 22 8.401 22 8.8v6.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C19.72 20 18.88 20 17.2 20H6.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C2 17.72 2 16.88 2 15.2V8.8c0-.4 0-.751.004-1.065Zm18.796.837V15.2c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H6.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V8.572l6.62 4.635.09.062c.574.403.992.695 1.461.813.413.102.845.102 1.258 0 .47-.118.887-.41 1.461-.813l.09-.062 6.62-4.635Zm-.024-1.448-7.285 5.1c-.702.491-.927.637-1.152.693a1.4 1.4 0 0 1-.678 0c-.225-.056-.45-.202-1.152-.693l-7.285-5.1c.003-.068.008-.134.013-.197.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C5.367 5.202 5.94 5.2 6.8 5.2h10.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.004.063.009.129.012.197Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M21.283 2.471A.6.6 0 0 1 21.6 3v14.4a.6.6 0 0 1-.267.5l-5.4 3.6a.6.6 0 0 1-.63.021L9.3 18.091l-6.002 3.43A.6.6 0 0 1 2.4 21V6.6a.6.6 0 0 1 .302-.52l6.3-3.6a.6.6 0 0 1 .596 0l5.978 3.415 5.091-3.394a.6.6 0 0 1 .616-.03ZM15 6.948 9.9 4.034v13.018l5.1 2.914V6.948Zm1.2 12.93 4.2-2.8V4.122l-4.2 2.8V19.88Zm-7.5-2.826V4.034L3.6 6.948v13.018l5.1-2.914Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.498 5.01c2.62-1.106 7.426-2.376 10.817-1.389 1.744.508 3.326 2.43 3.63 4.476.251 1.696-.391 3.635-1.279 4.616a.36.36 0 0 0-.07.368c1.226 3.229-.699 4.789-2.892 5.227-2.245.448-4.438 1.218-6.547 2.118-2.161.923-5.258-.03-6.304-2.402-.59-1.341-.173-3.292.304-4.674a.538.538 0 0 0-.081-.496 5.5 5.5 0 0 1-.893-1.851c-.755-2.764.922-4.983 3.315-5.993Zm7.711 3.664c-.62-.703-1.719-.815-2.55-.028-.161.153-.457.118-.611-.042-.497-.514-1.406-.621-2.17-.307-.632.259-1.139.853-1.444 1.765 0 0-.554 2.183-1.028 3.511-.75 2.275 2.527 2.93 3.172.798l.93-3.34c.147-.484.37-.9.816-.785.446.117.47.586.294 1.09l-.435 1.844c-.398 1.472 1.623 1.869 2.051.52l.698-2.669c.14-.513.389-.814.75-.736.362.077.472.395.33.907l-.386 1.555c-.252.894-.024 1.637.856 1.782.96.157 1.562-.256 1.768-.43a.297.297 0 0 0 .096-.182.231.231 0 0 0-.22-.27c-.364-.01-.586-.066-.667-.306-.061-.184-.083-.382.028-.78a457.2 457.2 0 0 0 .521-1.91c.2-.739.48-1.582-.188-2.166-.56-.49-1.43-.35-2.112.226a.364.364 0 0 1-.499-.047Zm1.11 12.318c2.722-.072 3.46-1.777 2.826-1.905-1.73-.347-8.968 2.068-2.826 1.905ZM5.956 3.031c-1.874.15-2.453 2.048-2 2.048 1.2 0 6.095-2.375 2-2.048Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M2.375 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 6Zm0 6c0-.345.28-.625.625-.625h18a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 12Zm0 6c0-.345.28-.625.625-.625h12a.625.625 0 1 1 0 1.25H3A.625.625 0 0 1 2.375 18Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.525 5.35a3.475 3.475 0 1 1 6.95 0V12a3.475 3.475 0 1 1-6.95 0V5.35ZM12 3.125A2.225 2.225 0 0 0 9.775 5.35V12a2.225 2.225 0 0 0 4.45 0V5.35A2.225 2.225 0 0 0 12 3.125Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M5.35 9.475c.345 0 .625.28.625.625V12a6.025 6.025 0 0 0 12.05 0v-1.9a.625.625 0 1 1 1.25 0V12a7.276 7.276 0 0 1-6.65 7.248v1.627H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-1.627A7.276 7.276 0 0 1 4.725 12v-1.9c0-.345.28-.625.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.033 3.975h9.934c.775 0 1.395 0 1.896.041.514.042.957.13 1.365.338a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v2.034c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.474 3.474 0 0 1-1.518 1.518c-.408.208-.851.296-1.365.338-.501.041-1.12.041-1.896.041h-4.342v2.55H15.8a.625.625 0 1 1 0 1.25H8.2a.625.625 0 1 1 0-1.25h3.175v-2.55H7.033c-.775 0-1.395 0-1.896-.04-.514-.043-.957-.131-1.365-.339a3.474 3.474 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.5-.041-1.12-.041-1.896V9.133c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.04 1.12-.04 1.896-.04Zm9.907 11.1c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.205.418-.214.758-.554.971-.973.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.82V9.16c0-.81 0-1.378-.037-1.822-.035-.436-.103-.697-.206-.899a2.225 2.225 0 0 0-.972-.972c-.202-.103-.462-.17-.899-.206-.444-.036-1.013-.037-1.821-.037H7.06c-.808 0-1.377 0-1.821.037-.437.036-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.463-.206.9-.037.443-.037 1.012-.037 1.82v1.98c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.972.202.102.462.17.899.205.444.037 1.013.037 1.821.037h9.88Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M6.924 6.641c0-.961.129-1.894.373-2.779a9.259 9.259 0 1 0 12.84 12.84c-.885.244-1.817.374-2.779.374-5.763 0-10.434-4.671-10.434-10.434Zm1.176 0a9.258 9.258 0 0 0 9.258 9.259c1.36 0 2.65-.293 3.811-.818a.59.59 0 0 1 .779.778A10.438 10.438 0 0 1 12.435 22C6.672 22 2 17.328 2 11.565 2 7.332 4.52 3.69 8.14 2.052a.588.588 0 0 1 .778.779A9.223 9.223 0 0 0 8.1 6.64Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.125 19a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm-7-7a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Zm7 0a1.625 1.625 0 1 1-3.25 0 1.625 1.625 0 0 1 3.25 0Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.4 3.6a2.7 2.7 0 0 0-2.7 2.7v9.75a4.35 4.35 0 1 0 8.7 0V5.93a.6.6 0 1 1 1.2 0v10.12a5.55 5.55 0 1 1-11.1 0V6.3a3.9 3.9 0 0 1 7.8 0v9.701a2.25 2.25 0 0 1-4.5 0V7.186a.6.6 0 1 1 1.2 0v8.815a1.05 1.05 0 1 0 2.1 0V6.3a2.7 2.7 0 0 0-2.7-2.7Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7 11.125a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75Zm5 0a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75Zm5 0a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18.8 6.375c.55 0 1 0 1.364.03.372.03.71.095 1.027.256.494.252.896.654 1.148 1.148.161.316.226.655.257 1.027.03.365.029.815.029 1.364v3.6c0 .55 0 1-.03 1.364-.03.372-.095.71-.256 1.027a2.627 2.627 0 0 1-1.148 1.148c-.316.161-.655.226-1.027.257-.365.03-.815.029-1.364.029H5.2c-.55 0-1 0-1.364-.03-.372-.03-.71-.095-1.027-.256A2.627 2.627 0 0 1 1.66 16.19c-.161-.316-.226-.655-.257-1.027-.03-.365-.029-.815-.029-1.364v-3.6c0-.55 0-1 .03-1.364.03-.372.095-.71.256-1.027A2.626 2.626 0 0 1 2.81 6.66c.316-.161.655-.226 1.027-.257.365-.03.815-.029 1.364-.029h13.6ZM5.2 7.625c-.57 0-.96 0-1.263.025-.294.024-.45.068-.561.124-.259.132-.47.343-.602.602-.056.111-.1.267-.124.562a17.25 17.25 0 0 0-.025 1.262v3.6c0 .57 0 .96.025 1.262.024.295.068.45.124.562.132.259.343.47.602.602.111.056.267.1.562.124.302.024.692.025 1.262.025h13.6c.57 0 .96 0 1.262-.025.295-.024.45-.068.562-.124.259-.132.47-.343.602-.602.056-.111.1-.267.124-.562.024-.302.025-.692.025-1.262v-3.6c0-.57 0-.96-.025-1.262-.024-.295-.068-.45-.124-.562a1.378 1.378 0 0 0-.602-.602c-.111-.056-.267-.1-.561-.124a17.248 17.248 0 0 0-1.263-.025H5.2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.525 9.15a3.475 3.475 0 1 1 6.95 0 3.475 3.475 0 0 1-6.95 0ZM12 6.925a2.225 2.225 0 1 0 0 4.45 2.225 2.225 0 0 0 0-4.45Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M9.475 15.8c0-.345.28-.625.625-.625h3.8a.625.625 0 1 1 0 1.25h-3.8a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.033 1.875h5.934c.775 0 1.395 0 1.896.04.514.043.957.131 1.365.339a3.474 3.474 0 0 1 1.518 1.518c.208.408.296.851.338 1.365.041.501.041 1.12.041 1.896v9.934c0 .775 0 1.395-.04 1.896-.043.514-.131.957-.339 1.365a3.474 3.474 0 0 1-1.518 1.518c-.408.208-.851.296-1.365.338-.501.041-1.12.041-1.896.041H9.033c-.775 0-1.395 0-1.896-.04-.514-.043-.957-.131-1.365-.339a3.474 3.474 0 0 1-1.518-1.518c-.208-.408-.296-.851-.338-1.365-.041-.501-.041-1.12-.041-1.896V7.033c0-.775 0-1.395.04-1.896.043-.514.131-.957.339-1.365a3.475 3.475 0 0 1 1.518-1.518c.408-.208.851-.296 1.365-.338.501-.041 1.12-.041 1.896-.041ZM7.239 3.162c-.437.035-.697.103-.9.206a2.225 2.225 0 0 0-.971.972c-.103.202-.17.462-.206.899-.037.444-.037 1.013-.037 1.821v9.88c0 .808 0 1.377.037 1.821.035.437.103.697.206.9.213.418.553.758.972.971.202.103.462.17.899.206.444.037 1.013.037 1.821.037h5.88c.808 0 1.377 0 1.821-.037.437-.035.697-.103.9-.206a2.22 2.22 0 0 0 .971-.972c.103-.202.17-.462.206-.899.037-.444.037-1.013.037-1.821V7.06c0-.808 0-1.377-.037-1.821-.035-.437-.103-.697-.206-.9a2.225 2.225 0 0 0-.972-.971c-.202-.103-.462-.17-.899-.206-.444-.037-1.013-.037-1.821-.037H9.06c-.808 0-1.377 0-1.821.037Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.4 4c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C10 4.76 10 5.04 10 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C9.24 20 8.96 20 8.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C6 19.24 6 18.96 6 18.4V5.6c0-.56 0-.84.11-1.054a1 1 0 0 1 .436-.437C6.76 4 7.04 4 7.6 4h.8Zm8 0c.56 0 .84 0 1.054.11a1 1 0 0 1 .437.436C18 4.76 18 5.04 18 5.6v12.8c0 .56 0 .84-.11 1.054a.999.999 0 0 1-.436.437C17.24 20 16.96 20 16.4 20h-.8c-.56 0-.84 0-1.054-.11a.999.999 0 0 1-.437-.436C14 19.24 14 18.96 14 18.4V5.6c0-.56 0-.84.11-1.054a.999.999 0 0 1 .436-.437C14.76 4 15.04 4 15.6 4h.8Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.576 2.576a3.428 3.428 0 1 1 4.848 4.848L10.118 18.73a6.38 6.38 0 0 1-.582.542 3.595 3.595 0 0 1-.504.328c-.2.107-.41.188-.732.312l-.155.06-.057.021-5.373 2.067a.6.6 0 0 1-.775-.776L4.088 15.7c.123-.321.204-.532.312-.732a3.6 3.6 0 0 1 .327-.504 6.39 6.39 0 0 1 .543-.582L16.576 2.576ZM5.229 16.08c-.028.069-.063.16-.11.283l-1.574 4.091 4.09-1.573.04-.015c.104-.04.182-.071.244-.097a13.1 13.1 0 0 0-.214-.216l-2.259-2.26a13.142 13.142 0 0 0-.217-.213Zm3.752 2.085a1.846 1.846 0 0 0-.06-.075c-.094-.113-.22-.239-.351-.37l-2.291-2.29a5.982 5.982 0 0 0-.37-.35 1.805 1.805 0 0 0-.076-.06c.072-.077.169-.174.312-.316l11.28-11.28a2.228 2.228 0 0 1 3.15 3.152L9.297 17.856c-.143.142-.24.238-.315.31Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18.209 4.942a9.364 9.364 0 0 0-6.21-2.342A9.4 9.4 0 0 0 2.6 12c0 2.38.885 4.553 2.343 6.21L18.21 4.941Zm.849.849L5.79 19.058A9.364 9.364 0 0 0 12 21.4a9.4 9.4 0 0 0 9.4-9.4c0-2.38-.884-4.553-2.342-6.21ZM12 1.4c5.854 0 10.6 4.746 10.6 10.6 0 5.854-4.746 10.6-10.6 10.6-5.854 0-10.6-4.746-10.6-10.6C1.4 6.146 6.146 1.4 12 1.4Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM4.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0Zm2.479 7.4h4.62a.6.6 0 1 1 0 1.2H7.5c-1.438 0-2.025.006-2.486.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067C5.32 14.9 6.1 14.9 7.38 14.9Zm8.02 3.1a.6.6 0 0 1 .6-.6h6a.6.6 0 1 1 0 1.2h-6a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM4.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0ZM19 14.4a.6.6 0 0 1 .6.6v2.4H22a.6.6 0 1 1 0 1.2h-2.4V21a.6.6 0 1 1-1.2 0v-2.4H16a.6.6 0 0 1 0-1.2h2.4V15a.6.6 0 0 1 .6-.6Zm-11.621.5h4.62a.6.6 0 1 1 0 1.2H7.5c-1.438 0-2.025.006-2.486.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067C5.32 14.9 6.1 14.9 7.38 14.9Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM4.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0Zm2.479 7.4h4.62a.6.6 0 1 1 0 1.2H7.5c-1.438 0-2.025.006-2.486.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067C5.32 14.9 6.1 14.9 7.38 14.9Zm8.697.676a.6.6 0 0 1 .848 0L19 17.65l2.076-2.075a.6.6 0 1 1 .848.848L19.85 18.5l2.075 2.076a.6.6 0 0 1-.848.848L19 19.35l-2.076 2.075a.6.6 0 1 1-.848-.848L18.15 18.5l-2.075-2.076a.6.6 0 0 1 0-.848Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 3.6a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8ZM6.9 7.5a5.1 5.1 0 1 1 10.2 0 5.1 5.1 0 0 1-10.2 0Zm2.479 7.4h5.242c1.28 0 2.06 0 2.714.198a4.6 4.6 0 0 1 3.067 3.067c.198.654.198 1.434.198 2.714V21a.6.6 0 1 1-1.2 0c0-1.44-.007-2.026-.146-2.487a3.4 3.4 0 0 0-2.267-2.267c-.461-.14-1.048-.146-2.487-.146h-5c-1.44 0-2.026.006-2.487.146a3.4 3.4 0 0 0-2.267 2.267c-.14.461-.146 1.048-.146 2.487a.6.6 0 1 1-1.2 0v-.121c0-1.28 0-2.06.198-2.714a4.6 4.6 0 0 1 3.067-3.067c.654-.198 1.434-.198 2.714-.198Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M9.875 17.5c0-.345.28-.625.625-.625h3a.625.625 0 1 1 0 1.25h-3a.625.625 0 0 1-.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.674 1.875h6.652c.538 0 .98 0 1.338.03.373.03.711.095 1.028.256.494.252.895.653 1.147 1.147.161.317.226.655.257 1.028.029.359.029.8.029 1.338v12.652c0 .538 0 .98-.03 1.338-.03.373-.095.711-.256 1.028a2.625 2.625 0 0 1-1.147 1.147c-.317.161-.655.226-1.027.257-.36.029-.801.029-1.339.029H8.674c-.538 0-.98 0-1.338-.03-.373-.03-.711-.095-1.028-.256a2.625 2.625 0 0 1-1.147-1.147c-.161-.317-.226-.655-.257-1.027-.029-.36-.029-.801-.029-1.339V5.674c0-.538 0-.98.03-1.338.03-.373.095-.711.256-1.028a2.625 2.625 0 0 1 1.147-1.147c.317-.161.655-.226 1.028-.257.359-.029.8-.029 1.338-.029ZM7.437 3.15c-.295.024-.45.068-.561.125-.259.132-.47.342-.601.6-.057.112-.1.267-.125.562-.025.302-.025.693-.025 1.263v12.6c0 .57 0 .96.025 1.263.024.295.068.45.125.561.132.259.342.47.6.601.112.057.267.1.562.125.302.024.693.025 1.263.025h6.6c.57 0 .96 0 1.263-.025.295-.024.45-.068.561-.125.259-.132.47-.342.601-.6.057-.112.1-.267.125-.562.024-.302.025-.693.025-1.263V5.7c0-.57 0-.96-.025-1.263-.024-.295-.068-.45-.125-.561a1.374 1.374 0 0 0-.6-.601c-.112-.057-.267-.1-.562-.125-.302-.025-.693-.025-1.263-.025H8.7c-.57 0-.96 0-1.263.025Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.4 8a6.6 6.6 0 1 1 13.2 0c0 2.278-1.271 3.926-2.605 5.314-.321.335-.653.661-.975.978l-.042.041c-.338.332-.664.655-.973.98-.619.652-1.133 1.284-1.468 1.955a.6.6 0 0 1-1.074 0c-.335-.67-.85-1.303-1.469-1.956a40.359 40.359 0 0 0-.972-.979l-.042-.04a47.782 47.782 0 0 1-.975-.979C6.67 11.926 5.4 10.278 5.4 8Zm5 0a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm-4.851 6.044a.6.6 0 0 1-.307.791c-.88.388-1.555.837-2.002 1.306-.445.467-.64.925-.64 1.359 0 .86.803 1.837 2.575 2.635C6.891 20.907 9.303 21.4 12 21.4s5.109-.493 6.825-1.265c1.772-.798 2.575-1.776 2.575-2.635 0-.434-.196-.892-.64-1.359-.448-.469-1.123-.918-2.002-1.306a.6.6 0 0 1 .484-1.098c.972.43 1.797.958 2.386 1.576.593.622.972 1.362.972 2.187 0 1.626-1.436 2.898-3.283 3.729-1.903.857-4.49 1.37-7.317 1.37-2.826 0-5.414-.513-7.317-1.37-1.848-.831-3.283-2.103-3.283-3.73 0-.824.379-1.564.971-2.186.59-.618 1.415-1.147 2.387-1.576a.6.6 0 0 1 .79.307Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.337 1.4h7.327c.373 0 .693 0 .95.023.264.024.544.078.793.243a1.6 1.6 0 0 1 .683 1.008c.06.293.007.573-.07.828-.073.247-.192.544-.33.89l-1.018 2.545a1.812 1.812 0 0 0-.058.15.404.404 0 0 0-.011.06 1.774 1.774 0 0 0-.003.161v2.13c0 .233.003.266.008.292.008.035.02.07.036.101.012.024.03.051.176.232l1.588 1.986c.317.396.58.726.762 1 .18.271.35.588.35.95a1.6 1.6 0 0 1-.602 1.252c-.282.225-.636.29-.96.32-.327.029-.75.029-1.257.029h-4.1V22a.6.6 0 1 1-1.2 0v-6.4H7.3c-.508 0-.93 0-1.258-.03-.323-.03-.677-.095-.96-.32a1.6 1.6 0 0 1-.601-1.252c0-.36.17-.678.35-.948.181-.275.445-.605.762-1.001l1.588-1.986c.145-.18.163-.208.176-.232a.4.4 0 0 0 .035-.101 1.83 1.83 0 0 0 .008-.291v-2.13c0-.129 0-.147-.002-.162a.4.4 0 0 0-.012-.06 1.77 1.77 0 0 0-.057-.15L6.31 4.392a11.29 11.29 0 0 1-.331-.89c-.076-.255-.13-.535-.07-.828a1.6 1.6 0 0 1 .683-1.008c.25-.165.53-.219.794-.243.257-.023.577-.023.95-.023Zm8.334 13c.545 0 .912 0 1.18-.025.259-.023.319-.063.32-.063a.4.4 0 0 0 .149-.311s-.007-.072-.15-.29c-.149-.223-.378-.51-.718-.936l-1.57-1.962-.023-.03a2.427 2.427 0 0 1-.284-.406 1.599 1.599 0 0 1-.142-.406 2.43 2.43 0 0 1-.033-.494v-2.19c0-.094 0-.185.01-.277.01-.08.025-.16.047-.239.024-.089.058-.173.093-.26l.008-.02 1.008-2.52c.15-.378.249-.624.305-.812.055-.186.045-.238.044-.24a.4.4 0 0 0-.17-.252c-.003-.002-.047-.031-.24-.049-.196-.017-.46-.018-.868-.018H8.364c-.408 0-.672 0-.868.018-.193.018-.237.047-.24.049a.4.4 0 0 0-.17.252c0 .002-.012.054.044.24.056.188.154.434.305.812l1.008 2.52.008.02c.035.087.069.171.093.26a1.6 1.6 0 0 1 .046.24c.01.091.01.182.01.276v2.19c0 .17 0 .333-.032.494a1.599 1.599 0 0 1-.143.406 2.429 2.429 0 0 1-.283.406l-.024.03-1.57 1.962c-.34.426-.569.713-.717.936-.143.218-.15.29-.15.29a.4.4 0 0 0 .15.311s.06.04.32.063c.266.024.634.025 1.178.025h9.342Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.855 20.676A8.81 8.81 0 0 0 12 20.75V22c-.443 0-.878-.032-1.306-.088l.161-1.236Zm2.29 0 .16 1.236c-.428.056-.863.088-1.305.088v-1.25c.389 0 .77-.025 1.145-.074Zm-6.471-1.734c.602.463 1.267.85 1.977 1.145l-.48 1.152a9.987 9.987 0 0 1-2.259-1.307l.762-.99Zm11.413.99a9.986 9.986 0 0 1-2.26 1.307l-.478-1.152a8.745 8.745 0 0 0 1.977-1.145l.76.99ZM3.913 15.349c.295.71.682 1.375 1.145 1.977l-.99.76a9.984 9.984 0 0 1-1.308-2.259l1.153-.478Zm17.326.478a9.986 9.986 0 0 1-1.307 2.26l-.99-.76a8.745 8.745 0 0 0 1.145-1.978l1.152.478ZM2 12c0-.443.031-.878.087-1.306l.617.08.62.082a8.844 8.844 0 0 0 0 2.289l-.62.08-.617.08A10.089 10.089 0 0 1 2 12Zm20 0c0 .442-.032.877-.088 1.305l-.616-.08-.62-.08a8.842 8.842 0 0 0 0-2.29l1.236-.16c.056.427.088.862.088 1.305ZM5.058 6.674A8.745 8.745 0 0 0 3.913 8.65L2.76 8.17a9.987 9.987 0 0 1 1.307-2.259l.99.762Zm14.874-.762c.529.688.97 1.447 1.307 2.26l-1.152.48a8.745 8.745 0 0 0-1.145-1.978l.99-.762ZM8.652 3.913a8.745 8.745 0 0 0-1.978 1.145l-.762-.99a9.987 9.987 0 0 1 2.26-1.308l.48 1.153Zm7.175-1.153a9.984 9.984 0 0 1 2.26 1.307l-.76.99a8.745 8.745 0 0 0-1.978-1.144l.478-1.153ZM12 2c.442 0 .878.031 1.305.087l-.075.583-.085.654a8.844 8.844 0 0 0-2.29 0l-.085-.654-.076-.583A10.09 10.09 0 0 1 12 2Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.91 2.787a2.997 2.997 0 0 1 4.321 4.155l-2.654 2.78c-.235.245-.258.278-.27.303a.33.33 0 0 0-.034.125c-.002.027 0 .066.077.398L20 17.701l.014.057c.056.243.113.485.094.729a1.58 1.58 0 0 1-.175.61c-.114.218-.29.393-.466.57l-.042.04-.374.375c-.272.272-.507.507-.71.676-.209.174-.458.344-.768.398a1.58 1.58 0 0 1-1.217-.287c-.253-.188-.4-.451-.509-.7-.106-.242-.21-.556-.333-.922l-1.609-4.827-2.48 2.48c-.216.216-.237.244-.249.266a.332.332 0 0 0-.039.11c-.004.025-.005.06.028.363l.176 1.58.006.05c.024.217.049.433.014.647a1.58 1.58 0 0 1-.186.531c-.107.189-.261.342-.415.496l-.037.036-.206.207c-.21.21-.397.396-.562.535a1.621 1.621 0 0 1-.633.353 1.58 1.58 0 0 1-1.09-.108 1.623 1.623 0 0 1-.551-.47 9.556 9.556 0 0 1-.447-.635l-1.512-2.269a1.687 1.687 0 0 0-.087-.126.326.326 0 0 0-.037-.037 1.72 1.72 0 0 0-.126-.087L3.203 16.83a9.606 9.606 0 0 1-.635-.446 1.623 1.623 0 0 1-.47-.552 1.58 1.58 0 0 1-.108-1.09c.067-.255.207-.459.353-.633.139-.165.325-.351.535-.562l.207-.207.036-.036c.154-.154.307-.308.496-.415a1.58 1.58 0 0 1 .531-.186c.214-.034.43-.01.647.014l.05.006 1.58.175c.302.034.338.033.362.029a.33.33 0 0 0 .111-.04c.022-.011.05-.032.265-.248l2.481-2.48-4.827-1.61a11.71 11.71 0 0 1-.923-.332c-.248-.11-.511-.256-.699-.509a1.58 1.58 0 0 1-.287-1.217c.054-.31.224-.56.398-.767.17-.204.404-.439.676-.71l.374-.375.042-.042c.176-.176.35-.352.568-.466a1.58 1.58 0 0 1 .61-.175c.245-.019.487.038.73.094l.057.013 7.126 1.645c.334.077.375.08.402.078a.33.33 0 0 0 .136-.04c.024-.014.056-.038.295-.285l2.589-2.674Zm3.39.85a1.747 1.747 0 0 0-2.491.02L15.22 6.33a14.22 14.22 0 0 0-.04.041c-.17.177-.34.352-.55.468-.2.11-.422.176-.65.192-.24.017-.478-.038-.716-.093l-.056-.013L6.081 5.28c-.34-.078-.381-.08-.41-.079a.33.33 0 0 0-.127.037c-.024.013-.058.037-.305.284l-.354.354c-.298.298-.49.492-.62.646a.713.713 0 0 0-.128.187.33.33 0 0 0 .06.252.713.713 0 0 0 .198.11c.184.08.443.167.843.3L11 9.293a.625.625 0 0 1 .244 1.036l-3.196 3.195-.036.036c-.154.155-.307.309-.495.416a1.58 1.58 0 0 1-.532.186c-.214.034-.43.01-.646-.014l-.051-.006-1.58-.176c-.302-.033-.337-.032-.362-.028a.33.33 0 0 0-.111.039c-.022.012-.05.033-.265.248l-.189.189a9.07 9.07 0 0 0-.48.5.55.55 0 0 0-.1.145.33.33 0 0 0 .022.227.55.55 0 0 0 .127.123c.121.097.294.212.569.396l2.247 1.498.018.012a1.579 1.579 0 0 1 .403.34c.061.073.113.15.164.227l.012.018 1.498 2.247c.184.276.3.448.396.569a.55.55 0 0 0 .123.127.33.33 0 0 0 .227.022.544.544 0 0 0 .145-.1c.119-.1.266-.246.5-.48l.189-.189c.215-.215.236-.243.248-.265a.328.328 0 0 0 .039-.111c.004-.025.005-.06-.028-.362l-.176-1.58a29.217 29.217 0 0 0-.006-.05c-.024-.217-.048-.433-.014-.647a1.58 1.58 0 0 1 .186-.532c.107-.188.261-.341.415-.495l.037-.036 3.195-3.196a.625.625 0 0 1 1.035.244l1.92 5.76c.134.4.22.659.301.843a.71.71 0 0 0 .11.198.33.33 0 0 0 .253.06c-.014.002.03 0 .186-.128.154-.13.348-.322.646-.62l.354-.354c.247-.247.271-.28.284-.305a.33.33 0 0 0 .037-.128c.002-.028 0-.068-.08-.41l-1.65-7.152-.013-.056c-.055-.236-.11-.472-.093-.71a1.58 1.58 0 0 1 .164-.6c.108-.214.275-.388.443-.564l.04-.041 2.654-2.78a1.747 1.747 0 0 0-.028-2.441Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17.518 10.57c.703.467 1.055.7 1.178.996.107.257.108.547.002.805-.122.296-.473.53-1.174 1l-7.905 5.294c-.85.57-1.276.855-1.628.834a1.052 1.052 0 0 1-.778-.415C7 18.802 7 18.291 7 17.267V6.727c0-1.02 0-1.529.213-1.81.185-.245.468-.397.775-.416.352-.021.776.26 1.625.824l7.905 5.246Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 7.4a.6.6 0 0 1 .6.6v3.4H16a.6.6 0 1 1 0 1.2h-3.4V16a.6.6 0 1 1-1.2 0v-3.4H8a.6.6 0 1 1 0-1.2h3.4V8a.6.6 0 0 1 .6-.6Zm0 13.4a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 7.4a.6.6 0 0 1 .6.6v3.4H16a.6.6 0 1 1 0 1.2h-3.4V16a.6.6 0 1 1-1.2 0v-3.4H8a.6.6 0 1 1 0-1.2h3.4V8a.6.6 0 0 1 .6-.6Zm4.2-3.2H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036Zm-12.873.438C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 4.4a.6.6 0 0 1 .6.6v6.4H19a.6.6 0 1 1 0 1.2h-6.4V19a.6.6 0 1 1-1.2 0v-6.4H5a.6.6 0 1 1 0-1.2h6.4V5a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.175 1.4h5.65c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.017.029.359.029.8.029 1.338V6.41c.224.006.43.016.62.032.537.044.995.136 1.414.35a3.6 3.6 0 0 1 1.574 1.573c.213.42.305.877.35 1.415.042.524.042 1.175.042 1.993V14.1c0 .834 0 1.373-.123 1.832a3.6 3.6 0 0 1-2.545 2.545c-.36.097-.77.117-1.332.122v.226c0 .539 0 .98-.03 1.337-.03.371-.094.706-.253 1.018a2.6 2.6 0 0 1-1.137 1.137c-.312.159-.647.223-1.018.254-.358.029-.798.029-1.337.029h-5.65c-.539 0-.98 0-1.338-.03-.37-.03-.705-.094-1.017-.253a2.6 2.6 0 0 1-1.137-1.137c-.159-.312-.224-.647-.254-1.018a17.79 17.79 0 0 1-.03-1.337v-.226c-.561-.005-.97-.025-1.33-.122a3.6 3.6 0 0 1-2.546-2.545c-.123-.46-.123-.998-.123-1.832v-2.326c0-.818 0-1.469.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35.19-.015.395-.025.619-.03V5.174c0-.539 0-.98.03-1.338.03-.37.094-.705.253-1.017A2.6 2.6 0 0 1 6.82 1.683c.312-.159.647-.224 1.017-.254.359-.03.8-.03 1.338-.03ZM6.6 6.4h10.8V5.2c0-.57 0-.961-.025-1.265-.024-.296-.069-.455-.128-.57a1.4 1.4 0 0 0-.611-.613c-.116-.058-.275-.103-.571-.127C15.76 2.6 15.37 2.6 14.8 2.6H9.2c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.127a1.4 1.4 0 0 0-.612.612c-.06.116-.104.275-.128.571C6.6 4.24 6.6 4.63 6.6 5.2v1.2Zm0 12.4c0 .57 0 .961.025 1.265.024.296.069.455.128.57a1.4 1.4 0 0 0 .611.612c.116.059.275.103.571.128.304.024.695.025 1.265.025h5.6c.57 0 .961 0 1.265-.025.296-.025.455-.069.57-.128a1.4 1.4 0 0 0 .612-.611c.06-.116.104-.275.128-.571.024-.304.025-.695.025-1.265v-1.6c0-.57 0-.961-.025-1.265-.024-.296-.069-.456-.128-.57a1.4 1.4 0 0 0-.611-.613c-.116-.058-.275-.103-.571-.127-.304-.025-.695-.025-1.265-.025H9.2c-.57 0-.961 0-1.265.025-.296.024-.455.069-.57.127a1.4 1.4 0 0 0-.612.612c-.06.115-.104.275-.128.571-.025.304-.025.695-.025 1.265v1.6Zm12-1.402v-.223c0-.539 0-.98-.03-1.338-.03-.37-.094-.705-.253-1.018a2.6 2.6 0 0 0-1.137-1.136c-.312-.159-.647-.224-1.018-.254-.358-.03-.798-.03-1.337-.03h-5.65c-.539 0-.98 0-1.338.03-.37.03-.705.095-1.017.254a2.6 2.6 0 0 0-1.137 1.136c-.159.313-.224.648-.254 1.018-.03.358-.03.8-.03 1.338v.223c-.539-.005-.803-.022-1.02-.08a2.4 2.4 0 0 1-1.697-1.697C2.605 15.335 2.6 14.97 2.6 14v-2.2c0-.85 0-1.452.039-1.922.038-.463.11-.745.223-.968A2.4 2.4 0 0 1 3.91 7.861c.223-.113.505-.184.968-.222.47-.039 1.072-.04 1.922-.04h10.4c.85 0 1.451.001 1.922.04.463.038.745.11.968.222a2.4 2.4 0 0 1 1.048 1.05c.114.222.185.504.223.967.038.47.039 1.072.039 1.922V14c0 .969-.005 1.335-.082 1.621a2.4 2.4 0 0 1-1.697 1.697c-.217.058-.481.075-1.021.08ZM14.4 10.5a.6.6 0 0 1 .6-.6h3a.6.6 0 1 1 0 1.2h-3a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.777 8.157a2.264 2.264 0 0 1 3.412 1.956c0 .643-.49 1.203-1.163 1.652a6.093 6.093 0 0 1-1.26.634l-.018.006-.003.002a.566.566 0 0 0-.386.536v.944a.566.566 0 1 0 1.132 0v-.557l.106-.046a7.21 7.21 0 0 0 1.057-.577c.741-.495 1.667-1.35 1.667-2.594a3.396 3.396 0 0 0-6.6-1.131.566.566 0 0 0 1.068.376 2.26 2.26 0 0 1 .988-1.201Zm.421 8.56c0-.443.36-.802.802-.802h.01a.802.802 0 1 1 0 1.604H12a.802.802 0 0 1-.802-.802Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM3.132 12a8.868 8.868 0 1 1 17.736 0 8.868 8.868 0 0 1-17.736 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.868 20.653a.625.625 0 0 1-.737-.614v-4.614L8.574 12.87H3.961a.625.625 0 0 1-.615-.737v-.002l.001-.002.002-.008.005-.03.022-.104a11.948 11.948 0 0 1 .443-1.55c.314-.866.856-2.016 1.744-2.61.513-.342 1.13-.492 1.716-.546a8.03 8.03 0 0 1 1.739.052 12.509 12.509 0 0 1 1.519.296 13.175 13.175 0 0 1 10.967-5.753.625.625 0 0 1 .62.625c0 2.707-.764 7.437-5.748 10.979l.032.129c.087.349.19.834.26 1.374a8.03 8.03 0 0 1 .052 1.738c-.054.587-.204 1.203-.546 1.716-.594.888-1.744 1.431-2.61 1.745a11.957 11.957 0 0 1-1.655.464l-.029.006-.008.002h-.004Zm3.808-16.052a11.925 11.925 0 0 1 5.184-1.463c-.125 2.584-1.087 6.562-5.547 9.556a21.152 21.152 0 0 1-3.404 1.742l-2.343-2.344a20.805 20.805 0 0 1 1.743-3.36l.003-.006a11.925 11.925 0 0 1 4.364-4.125Zm-3.294 10.992c.992-.4 1.954-.87 2.879-1.406.06.275.123.603.168.955.062.483.09.993.047 1.463-.045.474-.158.862-.342 1.138-.351.525-1.15.957-1.996 1.263a9.84 9.84 0 0 1-.756.241v-3.654ZM9.834 8.744c-.28-.062-.615-.126-.976-.173a6.795 6.795 0 0 0-1.463-.046c-.474.044-.862.157-1.137.34-.525.352-.957 1.151-1.264 1.997-.099.272-.178.531-.241.757h3.656c.405-.992.881-1.953 1.425-2.875Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.046 16.15a2.75 2.75 0 0 1 3.67.114l.007.007c1.019 1.006 1.013 2.633.127 3.683-.387.46-.932.81-1.483 1.08a10.57 10.57 0 0 1-1.72.64 16.562 16.562 0 0 1-2.016.439l-.034.005h-.01l-.003.001h-.001a.626.626 0 0 1-.702-.702v-.004l.001-.01.005-.034c.005-.03.01-.072.02-.126a16.55 16.55 0 0 1 .419-1.89 10.57 10.57 0 0 1 .64-1.72c.27-.551.62-1.096 1.08-1.483Zm.258 4.323c-.375.107-.73.19-1.03.254.063-.3.146-.656.253-1.03a9.424 9.424 0 0 1 .562-1.515c.234-.478.492-.848.762-1.075a1.499 1.499 0 0 1 1.998.057c.517.515.541 1.397.046 1.984l-.002.001c-.227.27-.597.529-1.074.762a9.42 9.42 0 0 1-1.515.562Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.498 3.639c-.145-.035-.306-.039-.824-.039H7.6v2.8c0 .29 0 .471.012.608.01.13.027.165.032.174a.4.4 0 0 0 .174.174.493.493 0 0 0 .174.032c.137.012.318.012.608.012h6.8c.29 0 .471 0 .608-.012a.494.494 0 0 0 .174-.032.4.4 0 0 0 .174-.174.493.493 0 0 0 .032-.174c.011-.137.012-.318.012-.608V4.249c-.28-.278-.384-.373-.497-.443a1.401 1.401 0 0 0-.405-.167Zm1.926-.064-.063-.062-.045-.045c-.302-.303-.522-.523-.786-.685a2.601 2.601 0 0 0-.752-.311c-.3-.072-.612-.072-1.04-.072H7.774a122.278 122.278 0 0 0-.824.002 16.38 16.38 0 0 0-1.17.04c-.537.045-.995.137-1.414.35a3.6 3.6 0 0 0-1.574 1.574c-.213.42-.305.877-.35 1.415C2.4 6.306 2.4 6.956 2.4 7.774v8.452c0 .818 0 1.469.043 1.993.044.538.136.996.35 1.415a3.6 3.6 0 0 0 1.573 1.574c.42.213.877.305 1.415.35a16.376 16.376 0 0 0 1.26.04c.228.002.472.002.733.002h8.452l.733-.001a.622.622 0 0 0 .09-.001c.449-.004.835-.014 1.17-.04.537-.045.996-.137 1.415-.35a3.6 3.6 0 0 0 1.573-1.574c.214-.42.306-.877.35-1.415.043-.524.043-1.175.043-1.993V9.262c0-.428 0-.74-.072-1.04a2.602 2.602 0 0 0-.311-.752c-.162-.264-.383-.484-.685-.786l-.045-.046-3.063-3.063ZM17.6 5.45v.973c0 .261 0 .492-.016.684a1.626 1.626 0 0 1-.159.62 1.6 1.6 0 0 1-.699.7 1.626 1.626 0 0 1-.62.158c-.192.016-.423.016-.684.016H8.578c-.261 0-.492 0-.684-.016a1.626 1.626 0 0 1-.62-.158 1.6 1.6 0 0 1-.7-.7 1.626 1.626 0 0 1-.158-.62C6.4 6.914 6.4 6.683 6.4 6.422v-2.81a9.325 9.325 0 0 0-.522.027c-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 3.861 4.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v8.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.158.013.33.022.522.027v-5.81c0-.261 0-.492.016-.684a1.62 1.62 0 0 1 .158-.62 1.6 1.6 0 0 1 .7-.7 1.62 1.62 0 0 1 .62-.158c.192-.016.423-.016.684-.016h6.844c.261 0 .492 0 .684.016.203.016.415.054.62.158a1.6 1.6 0 0 1 .7.7c.104.205.142.417.158.62.016.192.016.423.016.684v5.81c.191-.005.364-.014.521-.027.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V9.325c0-.517-.004-.678-.039-.823a1.399 1.399 0 0 0-.167-.405c-.078-.127-.19-.244-.556-.61L17.6 5.449ZM16.4 20.4v-5.8c0-.29 0-.471-.012-.608a.494.494 0 0 0-.032-.174.4.4 0 0 0-.175-.174.494.494 0 0 0-.173-.032 8.477 8.477 0 0 0-.608-.012H8.6c-.29 0-.471 0-.608.012a.493.493 0 0 0-.174.032.4.4 0 0 0-.174.174.494.494 0 0 0-.032.174 8.437 8.437 0 0 0-.012.608v5.8h8.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.2 3.8a6.4 6.4 0 1 0 0 12.8 6.4 6.4 0 0 0 0-12.8Zm-7.6 6.4a7.6 7.6 0 1 1 13.382 4.933l4.842 4.843a.6.6 0 1 1-.848.848l-4.843-4.842A7.6 7.6 0 0 1 2.6 10.2Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.686 2.941c.163-.047.428-.11.702-.02.326.11.581.365.69.691.092.274.028.539-.019.702-.05.173-.133.383-.222.614l-6.188 15.855c-.1.257-.19.487-.276.662-.078.157-.218.416-.49.557a1.093 1.093 0 0 1-1.01 0c-.271-.142-.411-.401-.489-.559-.086-.174-.175-.405-.276-.662l-2.469-6.35-.02-.05a6.937 6.937 0 0 0-.05-.02l-6.35-2.47c-.258-.1-.488-.19-.662-.275-.158-.078-.417-.218-.558-.49a1.093 1.093 0 0 1 0-1.009c.14-.272.4-.412.557-.49a8.91 8.91 0 0 1 .661-.276l15.855-6.188c.23-.09.441-.172.614-.222ZM19.2 5.684l-5.705 14.62-.116.293-.115-.294-2.431-6.252L19.2 5.684Zm-9.251 7.484L18.316 4.8l-14.62 5.704-.293.116.294.115 6.252 2.431Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"#DB0000\"\n d=\"M5.174 8.413s-.632.925.196 2.12c0 0 .13-.609 1.437-.609h1.569c1.481 0 2.591-1.465 1.895-2.977 0 0 1.045.113 1.394-.564.349-.676-.022-.947-.544-.947H8.485c0 .485-.893.552-.893 0H6.111s-1.111 0-1.133.97c0 0 .251-.158.5-.18v.258s-.304.057-.446.136c-.141.079-.348.293-.152.846.196.552.273.744.273.744s.316-.283.828-.283h.6c1.066 0 .87 1.071-.197 1.071-1.068 0-1.209-.586-1.209-.586l-.001.001Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M10.74 7.297s.359.023.62-.214c0 0 2.363 1.906-1.143 5.74-3.508 3.834-.796 6.316-.796 6.316S8.79 19.77 9.149 21c0 0-1.46-.853-2.575-2.301-1.612-2.093-2.598-5.295 1.83-7.85 0 0 2.923-1.522 2.335-3.552ZM7.127 5.075s.472-.872 1.568-.872c.864 0 1.06-.46 1.06-.46S10.134 3 12.036 3c1.744 0 2.92.602 3.87 1.406 0 0-2.563-1.647-5.09.67H7.127Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M17.786 10.594c-.073-2.722-2.106-5.639-6.477-5.473 4.27-3.745 11.676 4.615 5.576 9.007 0 0 1.02-1.508.9-3.534Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M11.963 5.421c5.33-.165 7.232 6.45 3.79 9.428l-3.456 1.73s-.45-1.504 1.22-3.264c1.671-1.758 3.282-5.051-1.335-7.217 0 0 .087-.45-.218-.676h-.001Z\"\n />\n <path\n fill=\"#DB0000\"\n d=\"M11.687 6.91s.261-.256.349-.466c3.964 1.713 3.34 4.616.972 7.052-1.452 1.548-1.002 3.218-1.002 3.218s-1.77 1.142-2.381 2.135c0 0-2.565-2.261.987-6.014 3.485-3.684 1.075-5.925 1.075-5.925Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18 2.6a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8Zm-2.764 4.706a3.6 3.6 0 1 0-.605-1.036L8.763 9.694a3.6 3.6 0 1 0 0 4.612l5.868 3.42a3.6 3.6 0 1 0 .607-1.035l-5.87-3.421c.15-.395.23-.823.23-1.27 0-.447-.08-.875-.23-1.27l5.867-3.424ZM8.049 10.75a.6.6 0 0 0 .049.083c.192.345.302.743.302 1.167a2.389 2.389 0 0 1-.35 1.25 2.4 2.4 0 1 1 0-2.5Zm7.829 7.128a.607.607 0 0 0 .104-.178 2.4 2.4 0 1 1-.104.178Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M15.097 8.612a.626.626 0 0 1 .884.883l-4.32 4.32a.625.625 0 0 1-.884 0l-1.92-1.92a.625.625 0 0 1 .884-.883l1.478 1.477 3.878-3.877Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.952 1.791a1.59 1.59 0 0 1 .454 0c.185.027.357.095.532.16l5.147 1.93c.67.252 1.165.427 1.536.754.31.273.55.619.697 1.005.175.463.165.987.165 1.703v4.59c0 2.59-1.409 4.772-2.977 6.406-1.575 1.641-3.383 2.804-4.342 3.363-.193.113-.387.233-.652.29a1.71 1.71 0 0 1-.665 0c-.266-.056-.46-.177-.653-.29-.958-.559-2.766-1.722-4.341-3.363-1.569-1.634-2.978-3.817-2.978-6.405v-4.59c0-.717-.01-1.241.166-1.704a2.55 2.55 0 0 1 .696-1.005c.372-.327.866-.502 1.537-.754l5.147-1.93c.174-.065.347-.133.531-.16Zm.179 1.238a1.67 1.67 0 0 0-.271.092L6.713 5.052c-.766.287-.992.383-1.15.522a1.296 1.296 0 0 0-.353.51c-.075.197-.085.44-.085 1.26v4.59c0 2.123 1.16 4.009 2.629 5.539 1.462 1.523 3.16 2.619 4.07 3.15.232.136.251.14.286.147l.021.003a.583.583 0 0 0 .097 0l.021-.003c.034-.008.053-.011.285-.147.911-.531 2.609-1.627 4.07-3.15 1.47-1.53 2.63-3.416 2.63-5.54v-4.59c0-.818-.01-1.062-.086-1.259a1.295 1.295 0 0 0-.353-.51c-.158-.14-.383-.235-1.15-.522L12.5 3.122a1.726 1.726 0 0 0-.271-.093.342.342 0 0 0-.097 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.4 19.8V4.2h-.6c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h.6Zm1.2 0h6.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H9.6v15.6Zm6.6 1.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.5 9.058a.626.626 0 0 1 .885.884L14.327 12l2.058 2.058a.626.626 0 0 1-.885.884l-2.5-2.5a.626.626 0 0 1 0-.884l2.5-2.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.4 19.8V4.2h-.6c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v8.4c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h.6Zm1.2 0h6.6c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V7.8c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H9.6v15.6Zm6.6 1.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M13.116 9.058a.626.626 0 0 1 .884 0l2.5 2.5a.626.626 0 0 1 0 .884l-2.5 2.5a.625.625 0 0 1-.884-.884L15.174 12l-2.058-2.058a.626.626 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.342 6.142a8.868 8.868 0 0 0 12.516 12.516L5.342 6.142Zm.8-.8 12.516 12.516A8.868 8.868 0 0 0 6.142 5.342ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M16.441 1.72a.624.624 0 1 1 1.118.56l-10 20a.624.624 0 1 1-1.118-.56l10-20Z\" />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M5.5 2.875c.345 0 .625.28.625.625v4a.625.625 0 1 1-1.25 0v-4c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2.875c.345 0 .625.28.625.625v3.45a2.626 2.626 0 1 1-1.25 0V3.5c0-.345.28-.625.625-.625Zm0 5.25a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.5 2.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2.875 12.5a2.625 2.625 0 1 1 3.25 2.55v5.45a.625.625 0 1 1-1.25 0v-5.45a2.626 2.626 0 0 1-2-2.55ZM5.5 11.125a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75ZM15.875 14.5a2.625 2.625 0 1 1 3.25 2.55v3.45a.625.625 0 1 1-1.25 0v-3.45a2.626 2.626 0 0 1-2-2.55Zm2.625-1.375a1.375 1.375 0 1 0 0 2.75 1.375 1.375 0 0 0 0-2.75Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M12 13.875c.345 0 .625.28.625.625v6a.625.625 0 1 1-1.25 0v-6c0-.345.28-.625.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17 17.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Zm-5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm4.064-7.823a.625.625 0 0 1 .872 0l3.5 3.405a.625.625 0 1 1-.872.896L17.125 5.48V12a.625.625 0 1 1-1.25 0V5.48l-2.44 2.373a.625.625 0 1 1-.87-.896l3.5-3.405ZM8 5.375a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M16.5 11.375c.345 0 .625.28.625.625v6.52l2.44-2.372a.625.625 0 1 1 .87.895l-3.5 3.405a.625.625 0 0 1-.87 0l-3.5-3.405a.625.625 0 1 1 .87-.895l2.44 2.372V12c0-.345.28-.625.625-.625Zm-8.5 6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h4Zm4-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h8Zm5-6a.625.625 0 1 1 0 1.25H4a.625.625 0 1 1 0-1.25h13Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3.15 11.434h1.775a.566.566 0 1 1 0 1.132H3.15a8.831 8.831 0 0 0 2.192 5.292l1.255-1.256a.566.566 0 1 1 .8.801l-1.255 1.255a8.831 8.831 0 0 0 5.292 2.192v-1.774a.566.566 0 1 1 1.132 0v1.774a8.831 8.831 0 0 0 5.292-2.192l-1.254-1.253a.566.566 0 1 1 .8-.8l1.254 1.253a8.831 8.831 0 0 0 2.192-5.292h-1.774a.566.566 0 1 1 0-1.132h1.774a8.83 8.83 0 0 0-2.16-5.255l-4.6 4.536a2.453 2.453 0 1 1-.8-.801l4.604-4.54a8.832 8.832 0 0 0-5.328-2.224v1.775a.566.566 0 1 1-1.132 0V3.15a8.832 8.832 0 0 0-5.33 2.227L7.36 6.634a.566.566 0 0 1-.8.8L5.306 6.183a8.83 8.83 0 0 0-2.157 5.252Zm15.997 7.56A9.968 9.968 0 0 0 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.968 9.968 0 0 0 2.853 6.994.57.57 0 0 0 .153.153A9.967 9.967 0 0 0 12 22a9.968 9.968 0 0 0 6.994-2.853.56.56 0 0 0 .153-.153ZM12 10.679a1.32 1.32 0 1 0 0 2.642 1.32 1.32 0 0 0 0-2.642Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M6.495 12.87c.259 0 .49.16.583.4l.772 2.004c.136.356.17.43.21.489a.71.71 0 0 0 .168.167c.057.04.132.074.488.21l2.004.772a.625.625 0 0 1 0 1.166l-2.004.771c-.356.137-.43.17-.488.211a.71.71 0 0 0-.167.167c-.042.058-.075.133-.211.489l-.772 2.004a.625.625 0 0 1-1.166 0l-.771-2.004c-.137-.356-.17-.43-.211-.489a.711.711 0 0 0-.167-.167c-.058-.04-.133-.074-.489-.21l-2.003-.772a.625.625 0 0 1 0-1.166l2.003-.771c.356-.137.43-.17.489-.211a.711.711 0 0 0 .167-.167c.04-.058.074-.133.21-.489l.772-2.004.041-.085a.625.625 0 0 1 .542-.315Zm-.187 2.854c-.114.295-.206.547-.36.763a1.958 1.958 0 0 1-.46.461c-.217.154-.468.246-.764.36l-.489.187.489.188c.296.113.547.205.763.359.179.127.334.282.461.46.154.217.246.469.36.765l.187.487.188-.488c.113-.295.205-.547.359-.763.127-.178.283-.334.46-.461.217-.154.469-.246.765-.36l.487-.187-.487-.188c-.296-.113-.548-.205-.764-.359a1.958 1.958 0 0 1-.461-.46c-.154-.217-.246-.469-.36-.764l-.187-.489-.187.489ZM13.495 1.87c.259 0 .49.16.583.4l1.542 4.008c.262.682.359.92.497 1.114.132.186.295.349.48.48.195.14.433.236 1.115.498l4.008 1.542a.625.625 0 0 1 0 1.166l-4.008 1.542c-.682.262-.92.359-1.114.497a2.04 2.04 0 0 0-.48.48c-.14.195-.236.433-.498 1.115l-1.542 4.008a.625.625 0 0 1-1.166 0l-1.542-4.008c-.262-.682-.358-.92-.497-1.114a2.04 2.04 0 0 0-.48-.48c-.195-.14-.433-.236-1.115-.498l-4.007-1.542a.625.625 0 0 1 0-1.166L9.278 8.37c.682-.262.92-.358 1.115-.497a2.04 2.04 0 0 0 .48-.48c.139-.195.235-.433.497-1.115l1.542-4.008.041-.086a.625.625 0 0 1 .542-.314Zm-.958 4.857c-.239.622-.394 1.037-.645 1.39-.213.3-.475.561-.775.774-.353.252-.768.407-1.39.646l-2.492.958 2.493.958c.621.24 1.036.394 1.39.646.299.213.56.474.774.774.25.353.406.768.645 1.39l.958 2.49.958-2.49c.24-.622.394-1.037.646-1.39.213-.3.474-.561.774-.774.353-.252.768-.407 1.39-.646l2.49-.958-2.49-.958c-.622-.24-1.037-.394-1.39-.646a3.293 3.293 0 0 1-.774-.774c-.252-.353-.407-.768-.646-1.39l-.958-2.492-.958 2.492Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.527 2.137a1.1 1.1 0 0 1 .946 0c.243.116.387.322.477.469.092.15.189.345.294.56l2.198 4.452c.017.035.03.062.043.085l.004.009.009.001.094.014 4.917.719c.236.034.452.066.622.107.168.04.408.113.593.309a1.1 1.1 0 0 1 .292.9c-.035.267-.187.468-.298.598a7.53 7.53 0 0 1-.442.453l-3.556 3.463-.068.067-.007.007.002.01.015.094.84 4.892c.04.235.077.45.09.625.014.172.019.423-.11.66a1.1 1.1 0 0 1-.766.557c-.265.049-.502-.034-.661-.1a7.468 7.468 0 0 1-.567-.28l-4.395-2.311-.085-.044-.008-.005a14.009 14.009 0 0 0-.093.049l-4.395 2.311a7.468 7.468 0 0 1-.567.28c-.159.066-.397.149-.661.1a1.1 1.1 0 0 1-.767-.557c-.128-.237-.123-.488-.11-.66.014-.174.051-.39.091-.625l.84-4.893.015-.094.002-.01-.007-.006-.068-.067-3.556-3.463c-.171-.167-.328-.32-.442-.453-.112-.13-.263-.33-.298-.598a1.1 1.1 0 0 1 .292-.9c.185-.196.425-.269.592-.31.17-.04.387-.072.623-.106l4.916-.719.095-.014.01-.001.003-.009.043-.085 2.198-4.453c.105-.214.202-.41.294-.56.09-.146.233-.352.476-.468Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.527 2.137a1.1 1.1 0 0 1 .946 0c.243.116.387.322.477.468.092.15.189.346.294.56l2.198 4.453c.017.035.03.062.043.085l.004.009.009.001.094.014 4.917.719c.236.034.452.066.622.107.168.04.408.113.593.309a1.1 1.1 0 0 1 .292.9c-.035.267-.187.468-.298.598-.114.134-.271.286-.442.453l-3.556 3.463-.068.067-.007.007.002.01.015.093.84 4.893c.04.235.077.45.09.625.014.172.019.423-.11.66a1.1 1.1 0 0 1-.766.556c-.265.05-.502-.033-.661-.099a7.468 7.468 0 0 1-.567-.28l-4.395-2.311a6.864 6.864 0 0 0-.085-.044L12 18.448l-.008.005-.085.044-4.395 2.311a7.571 7.571 0 0 1-.567.28c-.159.066-.397.148-.661.1a1.1 1.1 0 0 1-.767-.557c-.128-.237-.123-.488-.11-.66.014-.175.051-.39.091-.625l.84-4.893a9.161 9.161 0 0 0 .017-.103l-.007-.007-.068-.067-3.556-3.463c-.171-.167-.328-.32-.442-.453-.112-.13-.263-.33-.298-.598a1.1 1.1 0 0 1 .292-.9c.185-.196.425-.269.592-.31.17-.04.387-.072.623-.106l4.916-.719a9.093 9.093 0 0 0 .104-.015l.004-.009.043-.085 2.198-4.453c.105-.214.202-.41.294-.56.09-.146.233-.352.476-.468ZM12 3.362a16.06 16.06 0 0 0-.18.357l-2.186 4.43c-.005.01-.01.019-.014.03a1.507 1.507 0 0 1-.236.373 1.1 1.1 0 0 1-.342.249c-.15.07-.313.092-.429.109l-.032.004-4.891.715c-.17.025-.296.044-.395.061.07.072.161.16.284.28l3.538 3.447.024.022c.084.082.202.196.283.34a1.1 1.1 0 0 1 .13.403c.02.165-.008.327-.028.442l-.006.032-.835 4.867c-.029.17-.05.296-.064.395.09-.044.203-.104.355-.184l4.372-2.3.03-.015c.102-.054.248-.132.41-.163a1.1 1.1 0 0 1 .424 0c.162.031.308.109.41.163l.03.016 4.372 2.3c.152.08.266.139.355.183a15.737 15.737 0 0 0-.065-.395l-.834-4.867-.006-.032a1.505 1.505 0 0 1-.029-.442 1.1 1.1 0 0 1 .131-.402c.08-.145.2-.26.283-.34l.024-.023L20.42 9.97c.123-.12.214-.21.283-.28a15.706 15.706 0 0 0-.394-.062l-4.891-.715-.033-.004a1.507 1.507 0 0 1-.428-.11 1.1 1.1 0 0 1-.342-.248c-.112-.121-.184-.269-.236-.374l-.014-.03-2.187-4.43a15.985 15.985 0 0 0-.18-.356Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.4 8a2.6 2.6 0 1 1 5.2 0 2.6 2.6 0 0 1-5.2 0ZM12 6.6a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Zm0 6.8a2.6 2.6 0 1 0 0 5.2 2.6 2.6 0 0 0 0-5.2ZM10.6 16a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 0 1-2.8 0Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M9.774 1.4h4.452c.818 0 1.468 0 1.993.043.537.044.996.136 1.415.35a3.6 3.6 0 0 1 1.573 1.573c.214.42.306.877.35 1.415.043.525.043 1.175.043 1.993v10.452c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V6.774c0-.818 0-1.468.043-1.993.044-.538.136-.996.35-1.415a3.6 3.6 0 0 1 1.573-1.574c.42-.213.877-.305 1.415-.35C8.305 1.4 8.956 1.4 9.774 1.4ZM7.878 2.639c-.463.038-.745.11-.968.223A2.4 2.4 0 0 0 5.861 3.91c-.113.223-.184.505-.222.968-.039.47-.04 1.072-.04 1.922v10.4c0 .85.001 1.451.04 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.039 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V6.8c0-.85 0-1.451-.039-1.922-.038-.463-.11-.745-.223-.968a2.4 2.4 0 0 0-1.049-1.048c-.222-.114-.504-.185-.968-.223C15.651 2.6 15.05 2.6 14.2 2.6H9.8c-.85 0-1.451 0-1.922.039Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M11.412 21.412v-1.883a.588.588 0 1 1 1.176 0v1.883a.588.588 0 0 1-1.176 0Zm-5.18-4.473a.588.588 0 0 1 .832.832l-1.33 1.331a.588.588 0 1 1-.832-.832l1.33-1.33Zm10.704 0c.23-.23.602-.23.831 0l1.331 1.331a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.833ZM16.118 12a4.118 4.118 0 1 0-8.236 0 4.118 4.118 0 0 0 8.236 0ZM4.47 11.412a.588.588 0 1 1 0 1.176H2.588a.588.588 0 1 1 0-1.176h1.883Zm16.94 0a.588.588 0 0 1 0 1.176h-1.88a.588.588 0 1 1 0-1.176h1.883ZM4.9 4.902c.23-.23.603-.23.832 0l1.331 1.33a.588.588 0 1 1-.831.832l-1.331-1.33a.588.588 0 0 1 0-.832Zm13.366 0a.588.588 0 1 1 .831.831l-1.33 1.331a.588.588 0 1 1-.832-.831l1.33-1.331Zm-6.855-.431V2.588a.588.588 0 1 1 1.176 0v1.883a.588.588 0 1 1-1.176 0ZM17.294 12a5.294 5.294 0 1 1-10.588 0 5.294 5.294 0 0 1 10.588 0Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M16.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 0 1 0 .884l-4 4a.625.625 0 1 1-.884-.884l2.933-2.933H3.5a.625.625 0 1 1 0-1.25h15.491l-2.933-2.933a.625.625 0 0 1 0-.884Zm-8.116 9a.625.625 0 0 1 0 .884l-2.933 2.933H20.5a.625.625 0 1 1 0 1.25H5.009l2.933 2.933a.625.625 0 1 1-.884.884l-4-4a.625.625 0 0 1 0-.884l4-4a.625.625 0 0 1 .884 0Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7.058 3.058a.625.625 0 0 1 .884 0l4 4a.625.625 0 1 1-.884.884L8.125 5.009V20.5a.625.625 0 1 1-1.25 0V5.009L3.942 7.942a.625.625 0 1 1-.884-.884l4-4Zm8.817.442a.625.625 0 1 1 1.25 0v15.491l2.933-2.933a.625.625 0 1 1 .884.884l-4 4a.625.625 0 0 1-.884 0l-4-4a.625.625 0 1 1 .884-.884l2.933 2.933V3.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M10.5 16.875a.625.625 0 1 0 0 1.25h3a.625.625 0 1 0 0-1.25h-3Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M16.526 1.875H7.474c-.503 0-.918 0-1.257.028-.352.03-.676.092-.98.249-.471.243-.852.63-1.091 1.105-.154.305-.215.63-.243.985-.028.342-.028.762-.028 1.272v12.972c0 .51 0 .93.028 1.272.028.355.09.68.243.985.239.475.62.862 1.091 1.105.304.157.628.22.98.249a16.5 16.5 0 0 0 1.257.028h9.052c.503 0 .919 0 1.257-.028.352-.03.676-.092.98-.249.471-.243.852-.63 1.091-1.105.154-.305.215-.63.243-.985.028-.342.028-.762.028-1.272V5.514c0-.51 0-.93-.028-1.272-.028-.355-.09-.68-.243-.985a2.513 2.513 0 0 0-1.091-1.105c-.304-.157-.628-.22-.98-.249a16.473 16.473 0 0 0-1.257-.028ZM5.811 3.262c.097-.05.236-.09.51-.113.28-.023.644-.024 1.179-.024h9c.535 0 .899 0 1.18.024.273.022.413.063.51.113.234.122.426.316.547.556.051.101.092.245.115.524.023.286.023.656.023 1.198v12.92c0 .542 0 .912-.023 1.198-.023.278-.064.423-.115.524-.12.24-.313.434-.547.556-.098.05-.237.09-.51.113-.281.024-.645.024-1.18.024h-9c-.535 0-.899 0-1.18-.024-.273-.022-.412-.063-.51-.113a1.263 1.263 0 0 1-.547-.556c-.051-.101-.092-.245-.114-.524a16.605 16.605 0 0 1-.024-1.198V5.54c0-.542 0-.912.024-1.198.022-.279.063-.423.114-.524.12-.24.313-.434.548-.556Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Zm3.68 5.418c-.339.006-.858.187-3.358 1.227-.875.364-2.624 1.117-5.248 2.26-.426.17-.65.335-.67.497-.039.311.41.408.973.591.46.15 1.077.324 1.398.331.292.007.618-.114.977-.36 2.448-1.653 3.714-2.489 3.796-2.509.056-.013.134-.029.186.018.053.046.048.135.042.159-.044.19-2.347 2.285-2.48 2.423-.505.526-1.082.847-.194 1.432.77.507 1.217.83 2.01 1.35.505.332.903.725 1.425.677.24-.023.488-.25.614-.923.299-1.594.885-5.047 1.02-6.47a1.587 1.587 0 0 0-.015-.354.379.379 0 0 0-.128-.245.592.592 0 0 0-.348-.104Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.012 3.744a1.335 1.335 0 0 0-1.205 0c-.17.085-.347.252-.894.8l-.153.152c-.53.53-.718.725-.865.986A2.68 2.68 0 0 0 3.6 6.817c0 .304.053.5.21 1.057a17.818 17.818 0 0 0 4.563 7.753 17.818 17.818 0 0 0 7.753 4.562c.557.158.753.21 1.057.211a2.68 2.68 0 0 0 1.134-.295c.262-.147.456-.335.987-.865l.152-.153c.548-.547.715-.725.8-.894a1.335 1.335 0 0 0 0-1.205c-.085-.169-.252-.346-.8-.894l-.188-.188c-.36-.36-.476-.472-.58-.54a1.335 1.335 0 0 0-1.455 0c-.105.068-.22.18-.58.54l-.02.02a2.3 2.3 0 0 1-.286.256c-.38.271-.903.36-1.351.23a2.07 2.07 0 0 1-.33-.135l-.02-.01a14.729 14.729 0 0 1-4.043-2.87 14.726 14.726 0 0 1-2.87-4.044l-.01-.02a1.946 1.946 0 0 1-.135-.329 1.611 1.611 0 0 1 .23-1.35c.076-.107.165-.196.256-.286l.02-.02c.36-.36.472-.476.54-.58a1.335 1.335 0 0 0 0-1.456c-.068-.104-.18-.22-.54-.58l-.188-.189c-.548-.547-.725-.714-.894-.8ZM5.265 2.673a2.535 2.535 0 0 1 2.288 0c.364.184.686.506 1.128.949l.073.073.189.188.048.048c.291.292.503.503.648.727.547.84.547 1.923 0 2.764-.145.224-.357.435-.648.726l-.048.048c-.124.124-.138.14-.149.156a.416.416 0 0 0-.054.317c.006.02.01.033.074.165a13.527 13.527 0 0 0 2.637 3.715 13.529 13.529 0 0 0 3.715 2.637c.132.063.146.068.165.074a.416.416 0 0 0 .317-.054c.016-.011.032-.025.156-.149l.048-.048c.291-.291.502-.503.726-.648a2.535 2.535 0 0 1 2.764 0c.224.145.435.357.726.648l.048.048.189.189.073.073c.443.442.765.764.949 1.128a2.533 2.533 0 0 1 0 2.288c-.184.364-.506.685-.949 1.128a49.66 49.66 0 0 0-.073.073l-.152.152-.048.048c-.468.467-.779.779-1.2 1.015a3.86 3.86 0 0 1-1.726.449c-.482-.001-.828-.1-1.341-.245l-.04-.012a19.019 19.019 0 0 1-8.274-4.867A19.02 19.02 0 0 1 2.656 8.2l-.01-.039C2.498 7.648 2.4 7.303 2.4 6.82a3.86 3.86 0 0 1 .449-1.725c.236-.421.548-.733 1.015-1.2l.048-.048.152-.152.073-.073c.443-.443.764-.765 1.128-.95Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10.4 5a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm0 7a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm0 7a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M3.4 12a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm7 0a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Zm7 0a1.6 1.6 0 1 1 3.2 0 1.6 1.6 0 0 1-3.2 0Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M10.1 6.925c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0v-.95c0-.345.28-.625.625-.625Zm0 3.975c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0v-.95c0-.345.28-.625.625-.625Zm0 3.975c.345 0 .625.28.625.625v.95a.625.625 0 1 1-1.25 0v-.95c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.514 3.975h12.972c.51 0 .93 0 1.273.028.355.029.681.091.987.247.475.242.862.629 1.104 1.104.156.306.218.632.247.987.028.343.028.763.028 1.273v1.161c0 .345-.28.625-.625.625a2.7 2.7 0 1 0 0 5.4c.345 0 .625.28.625.625v1.16c0 .51 0 .931-.028 1.274-.029.355-.091.681-.247.987a2.525 2.525 0 0 1-1.104 1.104c-.306.156-.632.218-.987.247-.343.028-.763.028-1.273.028H5.514c-.51 0-.93 0-1.273-.028-.355-.029-.681-.091-.987-.247a2.525 2.525 0 0 1-1.104-1.104c-.156-.306-.218-.632-.247-.987a16.913 16.913 0 0 1-.028-1.273v-1.161c0-.345.28-.625.625-.625a2.7 2.7 0 0 0 0-5.4.625.625 0 0 1-.625-.625v-1.16c0-.511 0-.931.028-1.274.029-.355.091-.681.247-.987A2.525 2.525 0 0 1 3.254 4.25c.306-.156.632-.218.987-.247.343-.028.763-.028 1.273-.028ZM4.343 5.249c-.278.023-.421.064-.522.115a1.27 1.27 0 0 0-.557.557c-.051.1-.092.244-.115.522-.024.285-.024.655-.024 1.197v.56a3.951 3.951 0 0 1 0 7.8v.56c0 .542 0 .912.024 1.197.023.278.064.421.115.522.122.24.317.435.557.557.1.051.244.092.522.115.285.023.655.024 1.197.024h12.92c.542 0 .912 0 1.197-.024.278-.023.421-.064.522-.115a1.27 1.27 0 0 0 .557-.557c.051-.1.092-.244.115-.522.024-.286.024-.655.024-1.197V16a3.951 3.951 0 0 1 0-7.8v-.56c0-.542 0-.912-.024-1.197-.023-.278-.064-.421-.115-.522a1.275 1.275 0 0 0-.557-.557c-.1-.051-.244-.092-.522-.115a16.375 16.375 0 0 0-1.197-.024H5.54c-.542 0-.912 0-1.197.024Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.4 12A5.6 5.6 0 0 1 7 6.4h10a5.6 5.6 0 1 1 0 11.2H7A5.6 5.6 0 0 1 1.4 12Zm9.064 4.4H17a4.4 4.4 0 1 0 0-8.8h-6.536A5.59 5.59 0 0 1 12.6 12a5.59 5.59 0 0 1-2.136 4.4ZM7 7.6a4.4 4.4 0 1 0 0 8.8 4.4 4.4 0 0 0 0-8.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M1.4 12A5.6 5.6 0 0 1 7 6.4h10a5.6 5.6 0 1 1 0 11.2H7A5.6 5.6 0 0 1 1.4 12ZM17 16.4a4.4 4.4 0 1 0 0-8.8 4.4 4.4 0 0 0 0 8.8Zm-3.465-8.8A5.59 5.59 0 0 0 11.4 12a5.59 5.59 0 0 0 2.135 4.4H7a4.4 4.4 0 1 1 0-8.8h6.535Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7.125 14.616a1.155 1.155 0 1 1 2.31.002 1.155 1.155 0 0 1-2.31-.002Zm7.438 0a1.155 1.155 0 1 1 2.31.002 1.155 1.155 0 0 1-2.31-.002Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.573 1.875h6.854c.87 0 1.56 0 2.117.045.57.047 1.055.144 1.499.369a3.81 3.81 0 0 1 1.666 1.661c.226.443.324.927.37 1.496.046.555.046 1.243.046 2.11v5.711c0 .867 0 1.555-.046 2.11-.046.569-.144 1.053-.37 1.496a3.807 3.807 0 0 1-1.666 1.66 3.16 3.16 0 0 1-.79.272l1.212 2.415a.625.625 0 1 1-1.117.56l-1.428-2.845c-.429.013-.922.013-1.493.013H8.573c-.57 0-1.064 0-1.493-.013L5.652 21.78a.625.625 0 1 1-1.117-.56l1.212-2.415a3.16 3.16 0 0 1-.79-.271 3.807 3.807 0 0 1-1.666-1.661c-.226-.443-.324-.927-.37-1.496-.046-.555-.046-1.244-.046-2.11V7.556c0-.867 0-1.555.046-2.11.046-.569.144-1.053.37-1.496a3.807 3.807 0 0 1 1.666-1.66c.444-.225.929-.322 1.499-.369.557-.045 1.247-.045 2.117-.045Zm-4.448 8.663v2.702c0 .9 0 1.537.041 2.035.04.491.117.792.238 1.029.245.48.637.87 1.12 1.115.238.121.54.198 1.033.238.5.04 1.14.041 2.043.041h6.8c.903 0 1.542 0 2.043-.041.493-.04.795-.117 1.034-.238a2.557 2.557 0 0 0 1.12-1.115c.12-.237.196-.538.237-1.029.04-.498.041-1.135.041-2.035v-2.702H4.125Zm15.75-1.25H4.125V7.583c0-.9 0-1.537.041-2.035.04-.491.117-.792.238-1.029.245-.48.637-.87 1.12-1.115.238-.121.54-.198 1.033-.238.5-.04 1.14-.041 2.043-.041h6.8c.903 0 1.542 0 2.043.041.493.04.795.117 1.034.238.482.244.874.635 1.12 1.115.12.237.196.538.237 1.029.04.498.041 1.135.041 2.035v1.705Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M8.719 21.5c0-.345.28-.625.625-.625h5.312a.625.625 0 1 1 0 1.25H9.344a.625.625 0 0 1-.625-.625Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.2 2.875c.345 0 .625.28.625.625v1.275H13.9a.625.625 0 1 1 0 1.25h-1.854c-.487 2.48-1.45 4.753-2.816 6.723.377.253.757.466 1.126.632a.625.625 0 1 1-.512 1.14 9.047 9.047 0 0 1-1.364-.77 17.074 17.074 0 0 1-5.702 4.56.625.625 0 1 1-.556-1.12 15.824 15.824 0 0 0 5.265-4.201C6.337 12 5.322 10.74 4.774 9.443a.625.625 0 0 1 1.152-.486c.448 1.06 1.303 2.149 2.312 3.028a16.49 16.49 0 0 0 2.533-5.96H2.5a.625.625 0 0 1 0-1.25h5.075V3.5c0-.345.28-.625.625-.625Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"m13.261 17.325-1.647 3.445a.625.625 0 1 1-1.128-.54l4.55-9.514a7.1 7.1 0 0 1 .282-.552c.085-.144.229-.358.479-.479a1.1 1.1 0 0 1 .956 0c.25.121.394.335.48.479.087.149.18.342.28.552l4.55 9.514a.625.625 0 0 1-1.127.54l-1.647-3.445H13.26Zm3.014-6.3.122.253 2.294 4.797h-4.832l2.294-4.797.122-.252Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.175 1.4h1.65c.539 0 .98 0 1.337.03.371.03.706.094 1.018.253a2.6 2.6 0 0 1 1.137 1.137c.159.312.223.647.254 1.018.029.358.029.798.029 1.337V5.4H21a.6.6 0 1 1 0 1.2h-1.4v10.626c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.878.305-1.415.35-.525.042-1.175.042-1.993.042H9.774c-.818 0-1.469 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V6.6H3a.6.6 0 0 1 0-1.2h4.4v-.225c0-.539 0-.98.03-1.337.03-.371.094-.706.253-1.018A2.6 2.6 0 0 1 8.82 1.683c.312-.159.647-.223 1.017-.254.358-.029.8-.029 1.338-.029ZM5.6 6.6v10.6c0 .85 0 1.451.039 1.922.038.463.11.745.222.968a2.4 2.4 0 0 0 1.05 1.048c.222.114.504.185.967.223.47.038 1.072.039 1.922.039h4.4c.85 0 1.451 0 1.921-.039.464-.038.746-.11.969-.223a2.4 2.4 0 0 0 1.048-1.048c.113-.223.185-.505.223-.968.038-.47.039-1.072.039-1.922V6.6H5.6Zm9.8-1.2H8.6v-.2c0-.57 0-.961.025-1.265.024-.296.069-.455.127-.57a1.4 1.4 0 0 1 .612-.612c.116-.06.275-.104.571-.128.304-.025.695-.025 1.265-.025h1.6c.57 0 .961 0 1.265.025.296.024.455.069.57.128a1.4 1.4 0 0 1 .612.611c.059.116.103.275.128.571.024.304.025.695.025 1.265v.2ZM10 10.9a.6.6 0 0 1 .6.6v5a.6.6 0 1 1-1.2 0v-5a.6.6 0 0 1 .6-.6Zm4 0a.6.6 0 0 1 .6.6v5a.6.6 0 1 1-1.2 0v-5a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M1.558 6.558a.626.626 0 0 1 .884 0l4.868 4.869c.206.205.334.332.437.42a.498.498 0 0 0 .137.095.377.377 0 0 0 .232 0 .498.498 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l2.738-2.738c.19-.19.36-.36.511-.489.157-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l6.802 6.8V10a.625.625 0 1 1 1.25 0v7c0 .345-.28.625-.625.625h-7a.625.625 0 1 1 0-1.25h5.49l-6.8-6.802a8.424 8.424 0 0 0-.437-.42.498.498 0 0 0-.137-.095.377.377 0 0 0-.232 0 .498.498 0 0 0-.137.095 8.424 8.424 0 0 0-.437.42L9.573 12.31c-.19.191-.36.361-.512.49a1.652 1.652 0 0 1-.56.33 1.624 1.624 0 0 1-1.003 0 1.652 1.652 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-4.87-4.868a.626.626 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M22.625 14a.625.625 0 0 1-1.25 0V8.509l-6.802 6.801c-.19.191-.36.361-.511.49a1.653 1.653 0 0 1-.56.33 1.624 1.624 0 0 1-1.004 0 1.653 1.653 0 0 1-.56-.33c-.151-.129-.32-.299-.511-.49l-2.738-2.737a8.411 8.411 0 0 0-.436-.42.495.495 0 0 0-.137-.095.377.377 0 0 0-.232 0 .495.495 0 0 0-.137.095 8.416 8.416 0 0 0-.436.42l-4.869 4.87a.626.626 0 0 1-.884-.885l4.869-4.868c.19-.191.36-.361.511-.49.158-.133.336-.258.56-.33a1.624 1.624 0 0 1 1.004 0c.224.072.402.197.56.33.151.129.32.299.511.49l2.737 2.737c.206.205.333.332.437.42a.497.497 0 0 0 .137.095.377.377 0 0 0 .232 0 .5.5 0 0 0 .137-.095 8.72 8.72 0 0 0 .436-.42l6.801-6.802H15a.625.625 0 1 1 0-1.25h7c.345 0 .625.28.625.625v7Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M5.514 2.875h7.272c.51 0 .93 0 1.273.028.355.029.681.091.987.247.475.242.862.629 1.104 1.104.156.306.218.632.247.987.028.343.028.763.028 1.273v1.011h1.639c.188 0 .377 0 .56.044.16.038.315.102.455.188.162.099.294.232.427.365l.031.031 1.96 1.96.03.03c.134.134.267.266.366.428.086.14.15.294.188.455.045.184.044.372.044.56v2.667c0 .246 0 .468-.015.652a1.598 1.598 0 0 1-.157.61 1.575 1.575 0 0 1-.688.688c-.204.105-.413.14-.61.157-.184.015-.406.015-.652.015h-.341a3 3 0 1 1-4.874 0H9.212a3 3 0 1 1-4.86-.02 5.726 5.726 0 0 1-.11-.008c-.356-.029-.682-.091-.988-.247a2.525 2.525 0 0 1-1.104-1.104c-.156-.306-.218-.632-.247-.987a16.912 16.912 0 0 1-.028-1.273V6.514c0-.51 0-.93.028-1.273.029-.355.091-.681.247-.987A2.525 2.525 0 0 1 3.254 3.15c.306-.156.632-.218.987-.247.343-.028.763-.028 1.273-.028Zm1.261 13.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm8.4-1.25V6.54c0-.542 0-.912-.024-1.197-.022-.278-.064-.421-.115-.522a1.275 1.275 0 0 0-.557-.557c-.1-.051-.244-.092-.522-.115a16.381 16.381 0 0 0-1.197-.024H5.54c-.542 0-.912 0-1.197.024-.278.023-.421.064-.522.115a1.27 1.27 0 0 0-.557.557c-.051.1-.092.244-.115.522-.024.285-.024.655-.024 1.197v6.17c0 .542 0 .911.024 1.197.023.278.064.421.115.522.122.24.317.435.557.557.1.051.244.092.522.115.285.023.655.024 1.197.024h9.635Zm1.25-6.35v6.35h3.555c.276 0 .446 0 .573-.01a.822.822 0 0 0 .145-.025.325.325 0 0 0 .142-.143s.003-.006.008-.026a.822.822 0 0 0 .016-.118c.01-.127.011-.297.011-.573v-2.6c0-.263-.004-.292-.009-.312a.325.325 0 0 0-.039-.094c-.011-.018-.029-.042-.214-.227l-1.96-1.96c-.185-.185-.209-.203-.227-.214a.326.326 0 0 0-.094-.039c-.02-.005-.05-.009-.312-.009h-1.595Zm.8 7.6a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M17.176 3.844h2.76l-6.03 6.91L21 20.156h-5.554l-4.35-5.702-4.979 5.702H3.355l6.45-7.39L3 3.843h5.695l3.933 5.212 4.548-5.212ZM16.207 18.5h1.53L7.864 5.413h-1.64L16.206 18.5Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7 7v3h-.5A2.5 2.5 0 0 0 4 12.5v7A2.5 2.5 0 0 0 6.5 22h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H8.2V7a3.8 3.8 0 0 1 7.553-.598c.052.328.316.598.647.598s.604-.27.565-.599A5 5 0 0 0 7 7Zm-1.8 5.5a1.3 1.3 0 0 1 1.3-1.3h11a1.3 1.3 0 0 1 1.3 1.3v7a1.3 1.3 0 0 1-1.3 1.3h-11a1.3 1.3 0 0 1-1.3-1.3v-7Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.576 2.576a.6.6 0 0 1 .848 0l5 5a.6.6 0 0 1-.848.848L12.6 4.45V15a.6.6 0 1 1-1.2 0V4.449L7.424 8.424a.6.6 0 0 1-.848-.848l5-5ZM3 14.4a.6.6 0 0 1 .6.6v1.2c0 .85 0 1.451.039 1.922.038.463.11.745.223.968a2.4 2.4 0 0 0 1.048 1.048c.223.114.505.185.968.223.47.038 1.072.039 1.922.039h8.4c.85 0 1.451 0 1.922-.039.463-.038.745-.11.968-.223a2.4 2.4 0 0 0 1.048-1.048c.114-.223.185-.505.223-.968.039-.47.039-1.072.039-1.922V15a.6.6 0 0 1 1.2 0v1.226c0 .818 0 1.469-.043 1.993-.044.538-.136.996-.35 1.415a3.6 3.6 0 0 1-1.573 1.574c-.42.213-.877.305-1.415.35-.524.042-1.175.042-1.993.042H7.774c-.818 0-1.468 0-1.993-.043-.538-.044-.996-.136-1.415-.35a3.6 3.6 0 0 1-1.574-1.573c-.213-.42-.305-.877-.35-1.415-.042-.524-.042-1.175-.042-1.993V15a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 14.875a.625.625 0 1 1 0 1.25H7.5c-1.44 0-2.023.007-2.48.145a3.375 3.375 0 0 0-2.25 2.25c-.138.457-.145 1.04-.145 2.48a.625.625 0 1 1-1.25 0c0-1.35-.007-2.164.2-2.843a4.625 4.625 0 0 1 3.082-3.083c.68-.206 1.493-.199 2.843-.199H12Zm9.558.683a.626.626 0 0 1 .884.884l-4 4a.626.626 0 0 1-.884 0l-2-2a.626.626 0 0 1 .884-.884L18 19.115l3.558-3.557Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M10 2.375a5.125 5.125 0 1 1 0 10.25 5.125 5.125 0 0 1 0-10.25Zm0 1.25a3.875 3.875 0 1 0 0 7.75 3.875 3.875 0 0 0 0-7.75Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M8.025 9.901a3.975 3.975 0 1 1 7.95 0 3.975 3.975 0 0 1-7.95 0ZM12 7.161a2.74 2.74 0 1 0 0 5.48 2.74 2.74 0 0 0 0-5.48Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm10-8.765a8.765 8.765 0 0 0-6.788 14.311 3.976 3.976 0 0 1 2.654-1.89c.385-.076.832-.076 1.537-.076h5.194c.705 0 1.152 0 1.537.077a3.975 3.975 0 0 1 2.654 1.889A8.765 8.765 0 0 0 12 3.235Zm5.886 15.26a2.741 2.741 0 0 0-1.993-1.628c-.25-.05-.565-.052-1.374-.052H9.482c-.81 0-1.125.003-1.375.052a2.741 2.741 0 0 0-1.993 1.629A8.734 8.734 0 0 0 12 20.766c2.265 0 4.33-.86 5.886-2.27Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 14.875a.625.625 0 1 1 0 1.25H7.5c-1.44 0-2.023.007-2.48.145a3.375 3.375 0 0 0-2.25 2.25c-.138.457-.145 1.04-.145 2.48a.625.625 0 1 1-1.25 0c0-1.35-.007-2.164.2-2.843a4.625 4.625 0 0 1 3.082-3.083c.68-.206 1.493-.199 2.843-.199H12Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M18.5 13.375a4.125 4.125 0 1 1 0 8.25 4.125 4.125 0 0 1 0-8.25Zm-2.425 2.584a2.875 2.875 0 0 0 2.425 4.416c.567 0 1.095-.168 1.54-.451l-3.965-3.965Zm2.425-1.334a2.86 2.86 0 0 0-1.541.45l3.965 3.965c.284-.446.451-.973.451-1.54a2.875 2.875 0 0 0-2.875-2.875ZM10 2.375a5.125 5.125 0 1 1 0 10.25 5.125 5.125 0 0 1 0-10.25Zm0 1.25a3.875 3.875 0 1 0 0 7.75 3.875 3.875 0 0 0 0-7.75Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.975 9.875a4.025 4.025 0 1 1 8.05 0 4.025 4.025 0 0 1-8.05 0ZM12 7.1a2.775 2.775 0 1 0 0 5.55 2.775 2.775 0 0 0 0-5.55Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.553 2.875h8.894c.691 0 1.248 0 1.699.037.464.038.87.118 1.245.31.598.303 1.084.79 1.388 1.387.191.375.271.781.31 1.245.036.451.036 1.008.036 1.7v8.893c0 .691 0 1.248-.037 1.699-.038.464-.118.87-.31 1.245a3.175 3.175 0 0 1-1.387 1.388c-.131.067-.267.12-.41.164-.602.182-1.377.182-2.447.182H7.466c-1.07 0-1.845 0-2.447-.182a2.49 2.49 0 0 1-.41-.164A3.175 3.175 0 0 1 3.22 19.39c-.191-.375-.271-.781-.31-1.245-.036-.451-.036-1.008-.036-1.7V7.554c0-.691 0-1.248.037-1.699.038-.464.118-.87.31-1.245a3.175 3.175 0 0 1 1.387-1.39c.375-.191.781-.271 1.245-.31.451-.036 1.008-.036 1.7-.036ZM5.956 4.158c-.387.031-.61.09-.78.177a1.925 1.925 0 0 0-.841.841c-.087.17-.146.393-.177.78-.033.394-.033.9-.033 1.624v8.84c0 .724 0 1.23.033 1.624.031.386.09.61.177.78.073.143.163.276.268.395a3.33 3.33 0 0 1 .05-.354 4.025 4.025 0 0 1 3.162-3.163c.39-.077.842-.077 1.555-.077h5.26c.713 0 1.165 0 1.555.077a4.025 4.025 0 0 1 3.163 3.163c.022.112.038.229.05.355.104-.12.194-.253.267-.396.087-.17.146-.394.177-.78.033-.394.033-.9.033-1.624V7.58c0-.724 0-1.23-.033-1.624-.031-.387-.09-.61-.177-.78a1.925 1.925 0 0 0-.841-.841c-.17-.087-.394-.146-.78-.177-.394-.033-.9-.033-1.624-.033H7.58c-.724 0-1.23 0-1.624.033ZM18.172 19.83c-.004-.359-.017-.556-.05-.722a2.775 2.775 0 0 0-2.18-2.18c-.254-.051-.572-.054-1.392-.054h-5.1c-.82 0-1.139.003-1.391.053a2.775 2.775 0 0 0-2.18 2.18c-.034.167-.047.364-.051.723.382.04.915.044 1.752.044h8.84c.837 0 1.37-.003 1.752-.044Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M4.875 7a4.625 4.625 0 1 1 9.25 0 4.625 4.625 0 0 1-9.25 0ZM9.5 3.625a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M14.92 3.056a.625.625 0 0 1 .815-.345 4.626 4.626 0 0 1 0 8.578.625.625 0 0 1-.47-1.16 3.376 3.376 0 0 0 0-6.259.625.625 0 0 1-.344-.814ZM7.977 14.375h3.046c.912 0 1.629 0 2.208.04.59.04 1.082.123 1.539.312a4.625 4.625 0 0 1 2.503 2.503c.189.456.272.95.313 1.539.039.579.039 1.296.039 2.208V21a.625.625 0 1 1-1.25 0c0-.94 0-1.614-.037-2.146-.036-.526-.105-.867-.22-1.146a3.375 3.375 0 0 0-1.826-1.826c-.28-.115-.62-.184-1.146-.22-.532-.037-1.206-.037-2.146-.037H8c-.94 0-1.614 0-2.146.037-.526.035-.867.104-1.146.22-.827.342-1.484 1-1.826 1.826-.116.28-.185.62-.22 1.146-.037.532-.037 1.206-.037 2.146a.625.625 0 1 1-1.25 0v-.023c0-.912 0-1.629.04-2.208.04-.59.123-1.082.312-1.539a4.625 4.625 0 0 1 2.503-2.503c.456-.189.95-.272 1.539-.313.579-.039 1.296-.039 2.208-.039Zm10.418.595a.625.625 0 0 1 .76-.45 4.627 4.627 0 0 1 3.47 4.48v2a.625.625 0 1 1-1.25 0v-2a3.377 3.377 0 0 0-2.53-3.269.625.625 0 0 1-.45-.76Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M7.273 3.875h4.454c.817 0 1.468 0 1.994.043.54.044 1.001.136 1.425.352a3.625 3.625 0 0 1 1.584 1.584c.216.424.308.886.352 1.425.042.517.043 1.157.043 1.956l2.578-1.45a1.625 1.625 0 0 1 2.422 1.416v5.58a1.625 1.625 0 0 1-2.422 1.417l-2.578-1.45c0 .807 0 1.452-.043 1.973-.044.54-.136 1.001-.352 1.425a3.625 3.625 0 0 1-1.584 1.584c-.424.216-.886.308-1.425.352-.526.043-1.177.043-1.994.043H7.273c-.817 0-1.469 0-1.994-.043-.54-.044-1.001-.136-1.425-.352a3.625 3.625 0 0 1-1.584-1.584c-.216-.424-.308-.886-.352-1.425-.043-.526-.043-1.177-.043-1.994V9.273c0-.817 0-1.469.043-1.994.044-.54.136-1.001.352-1.425A3.625 3.625 0 0 1 3.854 4.27c.424-.216.886-.308 1.425-.352.525-.043 1.177-.043 1.994-.043ZM15.875 9.3c0-.85 0-1.45-.039-1.92-.037-.461-.109-.74-.22-.958a2.375 2.375 0 0 0-1.038-1.038c-.218-.111-.497-.182-.958-.22-.47-.039-1.07-.039-1.92-.039H7.3c-.85 0-1.45 0-1.92.039-.461.038-.74.109-.958.22-.447.228-.81.59-1.038 1.038-.111.218-.182.497-.22.958-.039.47-.039 1.07-.039 1.92v5.4c0 .85 0 1.45.039 1.92.038.461.109.74.22.958.228.447.59.81 1.038 1.038.218.111.497.183.958.22.47.039 1.07.039 1.92.039h4.4c.85 0 1.45 0 1.92-.039.461-.037.74-.109.958-.22.447-.228.81-.59 1.038-1.038.111-.218.183-.497.22-.959.038-.468.039-1.069.039-1.919V9.3Zm1.25 4.014 3.191 1.795c.25.14.559-.04.559-.327v-5.58a.375.375 0 0 0-.559-.327l-3.191 1.795v2.644Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.912 3.086c.359-.029.71.117.943.39.197.231.236.518.253.701.017.197.017.448.017.727v14.192c0 .28 0 .53-.017.727-.017.183-.056.47-.253.7a1.12 1.12 0 0 1-.943.391c-.303-.023-.533-.2-.674-.317a8.979 8.979 0 0 1-.527-.502l-3.184-3.184c-.194-.195-.222-.217-.245-.23a.374.374 0 0 0-.109-.046c-.026-.006-.061-.01-.336-.01h-1.76c-.26 0-.492 0-.685-.016a1.649 1.649 0 0 1-.63-.161 1.625 1.625 0 0 1-.71-.71 1.65 1.65 0 0 1-.161-.63c-.016-.193-.016-.425-.016-.685V9.577c0-.26 0-.492.016-.685a1.65 1.65 0 0 1 .161-.63 1.63 1.63 0 0 1 .71-.71 1.65 1.65 0 0 1 .63-.161c.193-.016.425-.016.685-.016h1.76c.275 0 .31-.004.336-.01a.375.375 0 0 0 .109-.045c.023-.015.05-.037.245-.23l3.184-3.185a8.99 8.99 0 0 1 .527-.502c.14-.118.371-.294.674-.317Zm-.04 1.428c-.078.076-.174.172-.296.294L8.411 7.973l-.033.032c-.14.141-.277.279-.443.38-.146.09-.304.155-.47.195-.19.045-.383.045-.582.045H5.1c-.29 0-.47 0-.606.011-.127.01-.16.027-.164.03a.375.375 0 0 0-.164.164c-.002.004-.02.037-.03.164a8.42 8.42 0 0 0-.011.606v4.8c0 .29 0 .47.012.606.01.127.027.16.029.164.036.07.093.128.164.164a.483.483 0 0 0 .164.03c.136.01.316.01.606.01h1.783c.199 0 .393 0 .582.046.166.04.324.105.47.194.166.102.303.24.443.38l.033.033 3.165 3.165c.122.122.218.218.297.294.002-.11.002-.246.002-.417V4.93c0-.171 0-.307-.002-.417Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M18.366 5.993a.625.625 0 0 1 .872.142A10.011 10.011 0 0 1 21.125 12c0 2.188-.7 4.214-1.887 5.865a.625.625 0 0 1-1.014-.73A8.761 8.761 0 0 0 19.875 12a8.76 8.76 0 0 0-1.651-5.135.625.625 0 0 1 .142-.872Zm-3.138 2.351a.625.625 0 0 1 .87.156 6.1 6.1 0 0 1 1.099 3.5 6.1 6.1 0 0 1-1.098 3.5.625.625 0 1 1-1.026-.715A4.85 4.85 0 0 0 15.947 12a4.85 4.85 0 0 0-.874-2.785.625.625 0 0 1 .155-.87Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11.912 3.086c.359-.029.71.117.943.39.197.231.236.518.253.701.017.197.017.448.017.727v14.192c0 .28 0 .53-.017.727-.017.183-.056.47-.253.7a1.12 1.12 0 0 1-.943.391c-.303-.023-.533-.2-.674-.317a8.979 8.979 0 0 1-.527-.502l-3.184-3.184c-.194-.195-.222-.217-.245-.23a.374.374 0 0 0-.109-.046c-.026-.006-.061-.01-.336-.01h-1.76c-.26 0-.492 0-.685-.016a1.649 1.649 0 0 1-.63-.161 1.625 1.625 0 0 1-.71-.71 1.65 1.65 0 0 1-.161-.63c-.016-.193-.016-.425-.016-.685V9.577c0-.26 0-.492.016-.685a1.65 1.65 0 0 1 .161-.63 1.63 1.63 0 0 1 .71-.71 1.65 1.65 0 0 1 .63-.161c.193-.016.425-.016.685-.016h1.76c.275 0 .31-.004.336-.01a.375.375 0 0 0 .109-.045c.023-.015.05-.037.245-.23l3.184-3.185a8.99 8.99 0 0 1 .527-.502c.14-.118.371-.294.674-.317Zm-.04 1.428c-.078.076-.174.172-.296.294L8.411 7.973l-.033.032c-.14.141-.277.279-.443.38-.146.09-.304.155-.47.195-.19.045-.383.045-.582.045H5.1c-.29 0-.47 0-.606.011-.127.01-.16.027-.164.03a.375.375 0 0 0-.164.164c-.002.004-.02.037-.03.164a8.42 8.42 0 0 0-.011.606v4.8c0 .29 0 .47.012.606.01.127.027.16.029.164.036.07.093.128.164.164a.483.483 0 0 0 .164.03c.136.01.316.01.606.01h1.783c.199 0 .393 0 .582.046.166.04.324.105.47.194.166.102.303.24.443.38l.033.033 3.165 3.165c.122.122.218.218.297.294.002-.11.002-.246.002-.417V4.93c0-.171 0-.307-.002-.417Z\"\n clip-rule=\"evenodd\"\n />\n <path\n fill=\"currentColor\"\n d=\"M15.058 9.058a.625.625 0 0 1 .884 0L18 11.116l2.058-2.058a.625.625 0 1 1 .884.884L18.884 12l2.058 2.058a.625.625 0 0 1-.884.884L18 12.884l-2.058 2.058a.625.625 0 1 1-.884-.884L17.116 12l-2.058-2.058a.625.625 0 0 1 0-.884Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 14H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M15 17H9a.6.6 0 1 0 0 1.2h6a.6.6 0 1 0 0-1.2Z\" />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M7.5 14h1a.6.6 0 1 1 0 1.2h-1a.6.6 0 1 1 0-1.2Zm4 0h1a.6.6 0 1 1 0 1.2h-1a.6.6 0 1 1 0-1.2Zm5 0h-1a.6.6 0 1 0 0 1.2h1a.6.6 0 1 0 0-1.2Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M8.273 2.88H8.5a.62.62 0 1 1 0 1.24h-.2c-.85 0-1.45 0-1.92.039-.462.038-.742.109-.96.22a2.38 2.38 0 0 0-1.04 1.04c-.112.22-.184.5-.221.961-.039.47-.04 1.07-.04 1.92v.2a.62.62 0 1 1-1.24 0v-.227c0-.817 0-1.468.044-1.994.044-.538.136-1 .351-1.422a3.62 3.62 0 0 1 1.582-1.582c.423-.216.884-.308 1.423-.352.526-.043 1.177-.043 1.994-.043Zm9.347 1.279c-.47-.039-1.07-.039-1.92-.039h-.2a.62.62 0 0 1 0-1.24h.227c.817 0 1.468 0 1.994.043.538.044 1 .136 1.422.352a3.62 3.62 0 0 1 1.582 1.582c.216.422.308.884.352 1.422.043.526.043 1.177.043 1.994V8.5a.62.62 0 0 1-1.24 0v-.2c0-.85 0-1.45-.039-1.92-.038-.462-.109-.742-.22-.96a2.38 2.38 0 0 0-1.04-1.04c-.22-.112-.5-.183-.961-.221ZM3.5 14.88a.62.62 0 0 1 .62.62v.2c0 .85 0 1.45.039 1.92.037.462.109.742.22.96a2.38 2.38 0 0 0 1.04 1.04c.22.112.5.183.961.221.47.038 1.07.039 1.92.039h.2a.62.62 0 0 1 0 1.24h-.227c-.817 0-1.468 0-1.994-.043-.539-.044-1-.136-1.423-.352a3.62 3.62 0 0 1-1.582-1.582c-.215-.422-.307-.884-.351-1.422-.043-.526-.043-1.177-.043-1.994V15.5a.62.62 0 0 1 .62-.62Zm17 0a.62.62 0 0 1 .62.62v.227c0 .817 0 1.468-.043 1.994-.044.538-.136 1-.352 1.422a3.619 3.619 0 0 1-1.582 1.582c-.422.216-.884.308-1.422.352-.526.043-1.177.043-1.994.043H15.5a.62.62 0 0 1 0-1.24h.2c.85 0 1.45 0 1.92-.039.462-.038.741-.109.96-.22a2.38 2.38 0 0 0 1.04-1.04c.112-.22.183-.5.221-.961.038-.47.039-1.07.039-1.92v-.2a.62.62 0 0 1 .62-.62Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12 11a.6.6 0 0 1 .6.6V14H15a.6.6 0 1 1 0 1.2h-2.4v2.4a.6.6 0 1 1-1.2 0v-2.4H9A.6.6 0 1 1 9 14h2.4v-2.4a.6.6 0 0 1 .6-.6Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.8 8.4v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6h15.6ZM4.2 9.6h4.2v10.2h-.6c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm5.4 10.2V9.6h10.2v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H9.6ZM7.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.8 8.4v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6h15.6ZM4.2 9.6h7.2v10.2H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm8.4 10.2V9.6h7.2v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036h-3.6ZM7.8 21c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M17.973 17.973c.603-.035 1.027-.116 1.39-.3a3 3 0 0 0 1.31-1.311C21 15.72 21 14.88 21 13.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.31-1.311C18.72 3 17.88 3 16.2 3h-5.4c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.31 1.311c-.185.362-.265.786-.3 1.39-.603.034-1.028.115-1.39.299a3 3 0 0 0-1.311 1.311C3 8.28 3 9.12 3 10.8v5.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h5.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311c.184-.362.265-.786.3-1.39ZM17.538 7.4a3 3 0 0 0-1.176-1.073C15.72 6 14.88 6 13.2 6H7.232l.005-.073c.035-.426.097-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.124-.063.319-.124.745-.16.44-.035 1.012-.036 1.872-.036h5.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.125.318.16.744.03.368.035.83.036 1.473h-2.262Zm.398 1.2C18 9.134 18 9.826 18 10.8v5.969l.073-.006c.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.125-.318.16-.744.035-.44.036-1.013.036-1.873V8.6h-1.864ZM4.2 11.6h12.6v4.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873v-4.6Zm0-1.2h12.6a19.706 19.706 0 0 0-.037-1.473c-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744-.03.368-.035.83-.036 1.473Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M14.546 12.054a.6.6 0 0 1 0 .849L12.849 14.6l1.697 1.697a.6.6 0 0 1-.849.848L12 15.448l-1.697 1.697a.6.6 0 1 1-.849-.848l1.697-1.697-1.697-1.697a.6.6 0 1 1 .849-.849L12 13.751l1.697-1.697a.6.6 0 0 1 .849 0Z\"\n />\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M20.673 4.638C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311ZM4.2 9.6h15.6v6.6c0 .86 0 1.433-.037 1.873-.035.426-.096.62-.16.744a1.8 1.8 0 0 1-.786.787c-.123.063-.318.124-.744.16-.44.035-1.013.036-1.873.036H7.8c-.86 0-1.433 0-1.873-.037-.426-.035-.62-.096-.744-.16a1.8 1.8 0 0 1-.787-.786c-.063-.123-.124-.318-.16-.744-.035-.44-.036-1.013-.036-1.873V9.6Zm0-1.2h15.6v-.6c0-.86 0-1.433-.037-1.873-.035-.426-.096-.62-.16-.744a1.8 1.8 0 0 0-.786-.787c-.123-.063-.318-.124-.744-.16-.44-.035-1.013-.036-1.873-.036H7.8c-.86 0-1.433 0-1.873.037-.426.035-.62.096-.744.16a1.8 1.8 0 0 0-.787.786c-.063.123-.124.318-.16.744C4.202 6.367 4.2 6.94 4.2 7.8v.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M19.8 9.6H4.2v6.6c0 .86 0 1.433.037 1.873.035.426.096.62.16.744a1.8 1.8 0 0 0 .786.787c.123.063.318.124.744.16.44.035 1.013.036 1.873.036h8.4c.86 0 1.433 0 1.873-.037.426-.035.62-.096.744-.16a1.8 1.8 0 0 0 .787-.786c.063-.123.124-.318.16-.744.035-.44.036-1.013.036-1.873V9.6Zm0-1.2H4.2v-.6c0-.86 0-1.433.037-1.873.035-.426.096-.62.16-.744a1.8 1.8 0 0 1 .786-.787c.123-.063.318-.124.744-.16C6.367 4.202 6.94 4.2 7.8 4.2h8.4c.86 0 1.433 0 1.873.037.426.035.62.096.744.16a1.8 1.8 0 0 1 .787.786c.063.123.124.318.16.744.035.44.036 1.013.036 1.873v.6Zm1.2-.6c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2Zm3.62 6.38a.876.876 0 0 0-1.24 0L12 10.763 9.62 8.38a.876.876 0 0 0-1.24 1.238L10.763 12 8.38 14.38a.876.876 0 0 0 1.238 1.24L12 13.237l2.38 2.381a.876.876 0 0 0 1.24-1.238L13.237 12l2.381-2.38a.876.876 0 0 0 0-1.24Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M15.424 8.576a.6.6 0 0 1 0 .848L12.85 12l2.575 2.576a.6.6 0 0 1-.848.848L12 12.85l-2.576 2.575a.6.6 0 1 1-.848-.848L11.15 12 8.576 9.424a.6.6 0 1 1 .848-.848L12 11.15l2.576-2.575a.6.6 0 0 1 .848 0ZM12 20.8a8.8 8.8 0 1 0 0-17.6 8.8 8.8 0 0 0 0 17.6ZM22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n d=\"M12.058 5.678h.1c.925.003 5.61.037 6.874.377a2.261 2.261 0 0 1 1.592 1.597c.114.428.194.994.248 1.578l.011.117.025.292.009.117c.073 1.028.082 1.992.083 2.202v.084a36.093 36.093 0 0 1-.092 2.318l-.01.118-.01.117c-.056.644-.139 1.283-.264 1.753a2.258 2.258 0 0 1-1.592 1.598c-1.305.35-6.265.375-6.953.376h-.16c-.347 0-1.785-.006-3.293-.058l-.19-.007-.099-.004-.384-.016c-1.25-.055-2.438-.144-2.986-.293a2.258 2.258 0 0 1-1.592-1.596c-.125-.47-.208-1.11-.265-1.753l-.018-.235A35.32 35.32 0 0 1 3 12.07v-.14c.002-.241.011-1.077.072-2l.008-.115.003-.059.01-.117.024-.292.011-.117c.054-.584.134-1.151.248-1.578a2.258 2.258 0 0 1 1.592-1.597c.548-.147 1.737-.237 2.986-.293l.19-.008.291-.01.193-.008c1.07-.034 2.142-.053 3.213-.057h.217v-.001ZM10.2 9.289v5.42l4.676-2.708L10.2 9.289Z\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11 3.6a7.4 7.4 0 1 0 5.159 12.706.607.607 0 0 1 .146-.147A7.4 7.4 0 0 0 11 3.6Zm6.49 13.042a8.6 8.6 0 1 0-.849.849l3.935 3.933a.6.6 0 0 0 .848-.848l-3.933-3.934ZM11 7.4a.6.6 0 0 1 .6.6v2.4H14a.6.6 0 1 1 0 1.2h-2.4V14a.6.6 0 1 1-1.2 0v-2.4H8a.6.6 0 1 1 0-1.2h2.4V8a.6.6 0 0 1 .6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n","import { html } from \"lit\";\n\nexport default html`\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n d=\"M11 3.6a7.4 7.4 0 1 0 5.159 12.706.607.607 0 0 1 .146-.147A7.4 7.4 0 0 0 11 3.6Zm6.49 13.042a8.6 8.6 0 1 0-.849.849l3.935 3.933a.6.6 0 0 0 .848-.848l-3.933-3.934ZM7.4 11a.6.6 0 0 1 .6-.6h6a.6.6 0 1 1 0 1.2H8a.6.6 0 0 1-.6-.6Z\"\n clip-rule=\"evenodd\"\n />\n </svg>\n`;\n"],"names":["__decorate","decorators","target","key","desc","d","c","arguments","length","r","Object","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","SuppressedError","t","globalThis","s","trustedTypes","e","createPolicy","createHTML","h","o","Math","random","toFixed","slice","n","l","document","createComment","a","u","Array","isArray","Symbol","iterator","f","v","_","m","p","RegExp","g","$","y","b","_$litType$","strings","values","x","E","for","A","C","WeakMap","P","createTreeWalker","V","hasOwnProperty","Error","N","lastIndex","exec","test","startsWith","push","S","constructor","this","parts","el","createElement","currentNode","content","firstChild","replaceWith","childNodes","nextNode","nodeType","hasAttributes","getAttributeNames","endsWith","getAttribute","split","type","index","name","ctor","I","L","z","H","removeAttribute","tagName","textContent","emptyScript","append","data","indexOf","innerHTML","M","_$Co","_$Cl","_$litDirective$","_$AO","_$AT","_$AS","R","_$AV","_$AN","_$AD","_$AM","parentNode","_$AU","creationScope","importNode","k","nextSibling","Z","_$AI","_$Cv","_$AH","_$AA","_$AB","options","isConnected","startNode","endNode","_$AR","T","O","insertBefore","createTextNode","_$AC","get","set","_$AP","remove","setConnected","element","fill","String","j","setAttribute","super","toggleAttribute","capture","once","passive","removeEventListener","addEventListener","handleEvent","call","host","D","U","B","F","litHtmlPolyfillSupport","litHtmlVersions","_$Ct","_$Ci","update","render","_$AQ","hasAttribute","ShadowRoot","ShadyCSS","nativeShadow","Document","prototype","CSSStyleSheet","_$cssResult$","cssText","styleSheet","replaceSync","toString","reduce","adoptedStyleSheets","map","litNonce","appendChild","cssRules","is","getOwnPropertyNames","getOwnPropertySymbols","getPrototypeOf","reactiveElementPolyfillSupport","toAttribute","Boolean","JSON","stringify","fromAttribute","Number","parse","attribute","converter","reflect","useDefault","hasChanged","metadata","litPropertyMetadata","HTMLElement","addInitializer","_$Ei","observedAttributes","finalize","_$Eh","keys","createProperty","state","create","wrapped","elementProperties","noAccessor","getPropertyDescriptor","requestUpdate","configurable","enumerable","getPropertyOptions","Map","finalized","properties","_$Eu","elementStyles","finalizeStyles","styles","Set","flat","reverse","unshift","toLowerCase","_$Ep","isUpdatePending","hasUpdated","_$Em","_$Ev","_$ES","Promise","enableUpdating","_$AL","_$E_","forEach","addController","_$EO","add","renderRoot","hostConnected","removeController","delete","size","createRenderRoot","shadowRoot","attachShadow","shadowRootOptions","connectedCallback","disconnectedCallback","hostDisconnected","attributeChangedCallback","_$AK","_$ET","_$Ej","_$EP","has","_$Eq","reject","scheduleUpdate","performUpdate","shouldUpdate","willUpdate","hostUpdate","_$EM","_$AE","hostUpdated","firstUpdated","updated","updateComplete","getUpdateComplete","mode","ReactiveElement","reactiveElementVersions","renderOptions","_$Do","renderBefore","_$litPart$","_$litElement$","litElementHydrateSupport","LitElement","litElementPolyfillSupport","litElementVersions","kind","init","querySelector","slot","selector","assignedElements","filter","matches","join","st","nt","classList","reconnected","disconnected","setValue","G","rt","lt","ct","ht","value","sides","min","max","round","floor","createCoords","oppositeSideMap","left","right","bottom","top","oppositeAlignmentMap","start","end","clamp","evaluate","param","getSide","placement","getAlignment","getOppositeAxis","axis","getAxisLength","yAxisSides","getSideAxis","getAlignmentAxis","getAlignmentSides","rects","rtl","alignment","alignmentAxis","mainAlignmentSide","reference","floating","getOppositePlacement","getOppositeAlignmentPlacement","replace","lrPlacement","rlPlacement","tbPlacement","btPlacement","getOppositeAxisPlacements","flipAlignment","direction","list","side","isStart","getSideList","concat","getPaddingObject","padding","expandPaddingObject","rectToClientRect","rect","width","height","computeCoordsFromPlacement","_ref","sideAxis","alignLength","isVertical","commonX","commonY","commonAlign","coords","async","detectOverflow","_await$platform$isEle","platform","elements","strategy","boundary","rootBoundary","elementContext","altBoundary","paddingObject","clippingClientRect","getClippingRect","isElement","contextElement","getDocumentElement","offsetParent","getOffsetParent","offsetScale","getScale","elementClientRect","convertOffsetParentRelativeRectToViewportRelativeRect","getSideOffsets","overflow","isAnySideFullyClipped","some","originSides","hasWindow","window","getNodeName","node","isNode","nodeName","getWindow","_node$ownerDocument","ownerDocument","defaultView","documentElement","Node","Element","isHTMLElement","isShadowRoot","invalidOverflowDisplayValues","isOverflowElement","overflowX","overflowY","display","getComputedStyle","tableElements","isTableElement","topLayerSelectors","isTopLayer","_e","transformProperties","willChangeValues","containValues","isContainingBlock","elementOrCss","webkit","isWebKit","css","containerType","backdropFilter","willChange","includes","contain","CSS","supports","lastTraversableNodeNames","isLastTraversableNode","getNodeScroll","scrollLeft","scrollTop","scrollX","scrollY","getParentNode","result","assignedSlot","getNearestOverflowAncestor","body","getOverflowAncestors","traverseIframes","_node$ownerDocument2","scrollableAncestor","isBody","win","frameElement","getFrameElement","visualViewport","parent","getCssDimensions","getComputedStyle$1","parseFloat","hasOffset","offsetWidth","offsetHeight","shouldFallback","unwrapElement","domElement","getBoundingClientRect","isFinite","noOffsets","getVisualOffsets","offsetLeft","offsetTop","includeScale","isFixedStrategy","clientRect","scale","visualOffsets","isFixed","floatingOffsetParent","shouldAddVisualOffsets","offsetWin","currentWin","currentIFrame","iframeScale","iframeRect","clientLeft","paddingLeft","clientTop","paddingTop","getWindowScrollBarX","leftScroll","getHTMLOffset","scroll","htmlRect","absoluteOrFixed","getClientRectFromClippingAncestor","clippingAncestor","html","clientWidth","clientHeight","visualViewportBased","windowScrollbarX","doc","bodyStyles","bodyMarginInline","compatMode","marginLeft","marginRight","clippingStableScrollbarWidth","abs","getViewportRect","scrollWidth","scrollHeight","getDocumentRect","getInnerBoundingClientRect","hasFixedPositionAncestor","stopNode","position","getRectRelativeToOffsetParent","isOffsetParentAnElement","offsets","setLeftRTLScrollbarOffset","offsetRect","htmlOffset","isStaticPositioned","getTrueOffsetParent","polyfill","rawOffsetParent","svgOffsetParent","getContainingBlock","topLayer","clippingAncestors","cache","cachedResult","currentContainingBlockComputedStyle","elementIsFixed","computedStyle","currentNodeIsContaining","ancestor","getClippingElementAncestors","_c","firstClippingAncestor","clippingRect","accRect","getElementRects","getOffsetParentFn","getDimensionsFn","getDimensions","floatingDimensions","getClientRects","from","isRTL","rectsAreEqual","autoUpdate","ancestorScroll","ancestorResize","elementResize","ResizeObserver","layoutShift","IntersectionObserver","animationFrame","referenceEl","ancestors","cleanupIo","onMove","timeoutId","io","root","cleanup","_io","clearTimeout","disconnect","refresh","skip","threshold","elementRectForRootMargin","rootMargin","isFirstUpdate","handleObserve","entries","ratio","intersectionRatio","setTimeout","observe","observeMove","frameId","reobserveFrame","resizeObserver","firstEntry","unobserve","cancelAnimationFrame","requestAnimationFrame","_resizeObserver","prevRefRect","frameLoop","nextRefRect","_resizeObserver2","offset","fn","_middlewareData$offse","_middlewareData$arrow","middlewareData","diffCoords","mainAxisMulti","crossAxisMulti","rawValue","mainAxis","crossAxis","convertValueToCoords","arrow","alignmentOffset","shift","checkMainAxis","checkCrossAxis","limiter","detectOverflowOptions","mainAxisCoord","crossAxisCoord","maxSide","limitedCoords","enabled","flip","_middlewareData$flip","initialPlacement","fallbackPlacements","specifiedFallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","initialSideAxis","isBasePlacement","oppositePlacement","getExpandedPlacements","hasFallbackAxisSideDirection","placements","overflows","overflowsData","every","_middlewareData$flip2","_overflowsData$filter","nextIndex","nextPlacement","reset","resetPlacement","sort","_overflowsData$filter2","currentSideAxis","acc","_state$middlewareData","_state$middlewareData2","apply","isYAxis","heightSide","widthSide","maximumClippingHeight","maximumClippingWidth","overflowAvailableHeight","overflowAvailableWidth","noShift","availableHeight","availableWidth","xMin","xMax","yMin","yMax","nextDimensions","hide","referenceHiddenOffsets","referenceHidden","escapedOffsets","escaped","computePosition","mergedOptions","platformWithCache","config","middleware","validMiddleware","statefulPlacement","resetCount","nextX","nextY","computePosition$1","defaultValue","propertyName","proto","old","defaultConverter","newValue","_a","generateId","componentName","elementName","substring","InputValidationController","_internals","attachInternals","assign","setInvalid","invalid","input","handleInvalid","preventDefault","handleInput","validateInput","handleChange","checkValidity","form","validity","validationMessage","willValidate","updateInvalidState","resetValidity","setValidity","reportValidity","flags","message","anchor","setFormValue","disabled","validState","valid","validationError","SgdsFormValidatorMixin","superClass","ToBeValidatedElement","args","_isTouched","inputValidationController","changedProperties","sgdsInput","sgdsDatepickerInput","_mixinSetFormValue","_mixinShouldSkipSgdsValidation","_mixinValidate","formResetCallback","_mixinResetFormControl","_mixinResetValidity","_mixinHandleChange","_mixinHandleInputChange","_mixinCheckValidity","_mixinReportValidity","_mixinGetValidity","_mixinGetValidationMessage","_mixinSetValidity","closest","noValidate","formAssociated","queryAsync","SgdsElement","emit","event","CustomEvent","bubbles","cancelable","composed","detail","dispatchEvent","define","elementConstructor","customElements","_err","ssr","dependencies","component","querySelectorAll","slotElement","Event","animateTo","keyframes","resolve","duration","Infinity","animation","animate","prefersReducedMotion","matchMedia","style","property","defaultAnimationRegistry","customAnimationRegistry","getAnimation","animationName","customAnimation","defaultAnimation","setDefaultAnimation","ensureAnimation","DropdownElement","myDropdown","createRef","dropdownMenuId","noFlip","menuAlignRight","drop","floatingOpts","menuIsOpen","close","readonly","menuRef","_handleClickOutOfElement","composedPath","hideMenu","_handleKeyboardMenuEvent","_cleanupAutoUpdate","undefined","updateFloatingPosition","_startAutoUpdate","showMenu","translateOffset","opacity","transform","isOutside","toggleMenu","mergeMiddleware","defaults","custom","getType","mw","customTypes","merged","def","customIdx","defaultMiddleware","opts","computedPlacement","easing","DropdownListElement","nextDropdownItemNo","prevDropdownItemNo","hidden","_resetMenu","_handleKeyboardMenuItemsEvent","handleSelectSlot","items","_getActiveMenuItems","selectedItem","find","item","currentItemNo","_getMenuItems","dropdownItem","menuItems","_setMenuItem","shiftKey","flatten","contains","_b","menu","hasChildNodes","children","currentItemIdx","idx","activeItem","option","focus","query","SelectElement","bool","label","hintText","autofocus","required","loading","displayValue","hasFeedback","invalidFeedback","autocomplete","menuList","selectedItems","filteredList","_controlId","_labelId","childName","isSelf","relatedTarget","_renderFeedback","_renderHintText","hintTextTemplate","_renderLabel","labelTemplate","classMap","_handleClick","_getMenuListFromOptions","readyOptions","all","trim","_renderEmptyMenu","_renderLoadingMenu","watch","propName","resolvedOptions","waitUntilFirstUpdate","decoratedFnName","propNameKey","changedProps","oldValue","dropdownMenuStyle","hintTextStyles","feedbackStyles","formControlStyles","selectStyles","SgdsTooltip","_myTooltip","_tooltipBubble","trigger","open","_tooltipTargetElements","show","toggle","_handleSlotChange","visibility","ref","tooltipStyle","queryAssignedElements","register","warnUnregisteredElements","isRegistered","console","error","SgdsCloseButton","tone","_clickHandler","stopPropagation","closeButtonStyles","HasSlotController","slotNames","handleSlotChange","bind","hasDefaultSlot","TEXT_NODE","ELEMENT_NODE","hasNamedSlot","slotName","SgdsBadge","variant","outlined","dismissible","fullWidth","truncated","text","_handleShowChange","defaultPrevented","_handleTruncation","badgeLabel","_handleLabelSlotChange","nodes","assignedNodes","getTextContent","_renderBadge","isDarkCloseButton","badge","nothing","badgeStyle","iconRegistry","announcement","then","announcement$1","archive","archive$1","arrowBarDown$1","arrowBarLeft$1","arrowBarRight$1","arrowBarUp$1","arrowCircleDown$1","arrowCircleLeft$1","arrowCircleRight$1","arrowCircleUp$1","arrowClockwise$1","arrowDown$1","arrowLeft$1","arrowRepeat$1","arrowRight$1","arrowSquareDown$1","arrowSquareLeft$1","arrowSquareRight$1","arrowSquareUp$1","arrowUp$1","bankFill$1","bellSlash$1","bell","bell$1","biFunnel$1","bookmarkFill$1","bookmark","bookmark$1","boxArrowUpRight$1","boxSeam$1","building","building$1","bus","bus$1","calculator","calculator$1","calendarCheck$1","calendarHeart$1","calendarX$1","calendar","calendar$1","camera","camera$1","car","car$1","chatDots$1","chatLeftText$1","chat","chat$1","checkCircleFill$1","checkCircle$1","check","check$1","chevronDown$1","chevronLeft$1","chevronRight$1","chevronSelectorVertical$1","chevronUp$1","clock","clock$1","cloudCheck$1","cloudDownload$1","cloudUpload$1","cloud","cloud$1","codeSquare$1","coinsHand$1","compass","compass$1","copy","copy$1","cpuChipAi$1","cross","cross$1","cursorFill$1","cursor","cursor$1","dashCircle$1","dashSquare$1","dash","dash$1","database","database$1","dataflow","dataflow$1","download","download$1","edit","edit$1","exclamationCircleFill$1","exclamationCircle$1","exclamationTriangleFill$1","exclamationTriangle$1","exclamation","exclamation$1","eyeFill$1","eyeSlashFill$1","eyeSlash$1","eye","eye$1","faceSmileFill$1","faceSmile$1","facebook","facebook$1","fileEarmarkText$1","filePdf$1","filePlus$1","fileText$1","file","file$1","files","files$1","fingerprint","fingerprint$1","flash","flash$1","folderCheck$1","folderMinus$1","folderPlus$1","folder","folder$1","gear","gear$1","geoAlt$1","geoFill$1","geo","geo$1","globeAlt$1","globe","globe$1","google","google$1","gridAlt$1","gridFill$1","handThumbsDown$1","handThumbsUp$1","hardDrive$1","heart","heart$1","houseDoor$1","house","house$1","image","image$1","inBox$1","infoCircleFill$1","infoCircle$1","instagram","instagram$1","key$1","laptopGear$1","laptop","laptop$1","layers","layers$1","layoutTextWindowReverse$1","layoutTextWindow$1","layout","layout$1","lifeBuoy$1","lightbulb","lightbulb$1","link","link$1","linkedin","linkedin$1","list$1","lockFill$1","lock","lock$1","login","login$1","logout","logout$1","luggage","luggage$1","mailOpen$1","mail","mail$1","map$1","meetup","meetup$1","menu$1","microphone","microphone$1","monitor","monitor$1","moon","moon$1","move","move$1","paperclip","paperclip$1","passcode","passcode$1","passport","passport$1","pause","pause$1","pencil","pencil$1","pendingCircle$1","personDash$1","personPlus$1","personX$1","person","person$1","phone","phone$1","pinMapFill$1","pin","pin$1","placeholder","placeholder$1","plane","plane$1","play","play$1","plusCircle$1","plusSquare$1","plus","plus$1","printer","printer$1","questionCircle$1","rocket","rocket$1","save","save$1","search","search$1","send","send$1","sgCrest$1","share","share$1","shieldTick$1","sidebarCollapse$1","sidebarExpand$1","slashCircle$1","slashDivider$1","sliders","sliders$1","sortAscending$1","sortDescending$1","speedometer","speedometer$1","starAi$1","starFill$1","star","star$1","stoplights","stoplights$1","sun","sun$1","switchHorizontal$1","switchVertical$1","tablet","tablet$1","telegram","telegram$1","telephone","telephone$1","threeDotsVertical$1","threeDots$1","ticket","ticket$1","toggleOff$1","toggleOn$1","train","train$1","translate","translate$1","trash","trash$1","trendDown$1","trendUp$1","truck","truck$1","twitterX$1","unlock","unlock$1","upload","upload$1","userCheck$1","userCircle$1","userPause$1","userSquare$1","users","users$1","videoRecorder$1","volumeMax$1","volumeX$1","windowDash$1","windowDesktop$1","windowDock$1","windowFullscreen$1","windowPlus$1","windowSidebar$1","windowSplit$1","windowStack$1","windowX$1","window$2","xcircleFill$1","xcircle","xcircle$1","youtube","youtube$1","zoomIn$1","zoomOut$1","iconCache","SgdsIcon","_loadIcon","_icon","loader","warn","module","default","svg","ariaLabel","iconStyles","OptionElement","active","_updateAriaLabel","classes","_renderItemContent","optionStyles","FormControlElement","formHintStyles","formLabelStyles","formPlaceholderStyles","SgdsCheckbox","hasSlotController","checked","defaultChecked","indeterminate","_handleHostClick","click","blur","_handleChange","_handleKeyDown","hasModifier","metaKey","ctrlKey","altKey","_handleBlur","_handleFocus","_handleInvalid","_handleDisabledChange","_handleIsTouched","InputEvent","_changedProperties","displayFeedbackStyle","displayFeedbackText","ifDefined","live","formCheckStyles","checkboxStyle","SgdsComboBoxOption","checkbox","parentElement","multiSelect","dt","ut","w","_$litStatic$","raw","SgdsSpinner","orientation","horizontal","textStyles","spinnerStyle","SgdsComboBox","badgeFullWidth","clearable","emptyMenuAsync","scrollBottomOffset","filterFunction","inputValue","optionList","emptyMenuAfterFiltering","isFocused","isScrollEnd","suffixIconTemplate","prefixIconTemplate","_handleClear","_input","comboBoxOption","innerText","_setupValidation","_handleDefaultSlotChange","clickEventAdded","evt","optionTarget","_handleItemUnselect","_handleItemSelected","valueArray","initialSelectedItem","_multiSelectInput","_handleValueChange","val","_updateValueAndDisplayValue","_emitChangeEvents","_handleOptionListChange","_handleMenuListChange","newMenu","replaceChildren","updatedValue","_handleInputChange","filteredValues","itemEl","itemLabel","itemValueAttr","foundItem","_handleBadgeDismissed","removedValue","_handleMultiSelectKeyDown","_handleInputBlur","initialOption","_handleScroll","ele","endOfScroll","_renderInput","showClearButton","wantFeedbackStyle","showButton","repeat","_renderFeedbackMenu","combobox","formTextControlStyle","comboBoxStyle"],"mappings":"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I;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;gDCAJA,GAAAA,CAAI;;;;;;;;;"}