survey-react-ui 2.0.0-rc.4 → 2.0.0-rc.6

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 (253) hide show
  1. package/fesm/survey-react-ui.js +644 -649
  2. package/package.json +2 -2
  3. package/survey-react-ui.js +642 -647
  4. package/survey-react-ui.js.map +1 -1
  5. package/survey-react-ui.min.js +1 -1
  6. package/survey-react-ui.min.js.LICENSE.txt +1 -1
  7. package/typings/src/components/action-bar/action-bar-item-dropdown.d.ts +1 -1
  8. package/typings/src/components/action-bar/action-bar-item.d.ts +1 -1
  9. package/typings/src/components/action-bar/action-bar-separator.d.ts +1 -1
  10. package/typings/src/components/action-bar/action-bar.d.ts +1 -1
  11. package/typings/src/components/brand-info.d.ts +1 -1
  12. package/typings/src/components/character-counter.d.ts +1 -1
  13. package/typings/src/components/components-container.d.ts +1 -1
  14. package/typings/src/components/file/file-choose-button.d.ts +1 -1
  15. package/typings/src/components/file/file-item.d.ts +1 -1
  16. package/typings/src/components/file/file-page.d.ts +1 -1
  17. package/typings/src/components/file/file-preview.d.ts +1 -1
  18. package/typings/src/components/header.d.ts +1 -1
  19. package/typings/src/components/list/list-item-content.d.ts +1 -1
  20. package/typings/src/components/list/list-item-group.d.ts +1 -1
  21. package/typings/src/components/list/list-item.d.ts +1 -1
  22. package/typings/src/components/list/list.d.ts +1 -1
  23. package/typings/src/components/matrix/row.d.ts +1 -1
  24. package/typings/src/components/matrix-actions/detail-button/detail-button.d.ts +1 -1
  25. package/typings/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +1 -1
  26. package/typings/src/components/matrix-actions/remove-button/remove-button.d.ts +1 -1
  27. package/typings/src/components/notifier.d.ts +1 -1
  28. package/typings/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +1 -1
  29. package/typings/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +1 -1
  30. package/typings/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +1 -1
  31. package/typings/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +1 -1
  32. package/typings/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +1 -1
  33. package/typings/src/components/popup/popup-modal.d.ts +1 -1
  34. package/typings/src/components/popup/popup.d.ts +1 -1
  35. package/typings/src/components/question-error.d.ts +1 -1
  36. package/typings/src/components/rating/rating-dropdown-item.d.ts +1 -1
  37. package/typings/src/components/rating/rating-item-smiley.d.ts +1 -1
  38. package/typings/src/components/rating/rating-item-star.d.ts +1 -1
  39. package/typings/src/components/rating/rating-item.d.ts +1 -1
  40. package/typings/src/components/skeleton.d.ts +1 -1
  41. package/typings/src/components/survey-actions/survey-nav-button.d.ts +1 -1
  42. package/typings/src/components/survey-header/logo-image.d.ts +1 -1
  43. package/typings/src/components/survey-header/survey-header.d.ts +1 -1
  44. package/typings/src/components/svg-icon/svg-icon.d.ts +1 -1
  45. package/typings/src/components/text-area.d.ts +1 -1
  46. package/typings/src/components/title/title-actions.d.ts +1 -1
  47. package/typings/src/components/title/title-content.d.ts +1 -1
  48. package/typings/src/components/title/title-element.d.ts +1 -1
  49. package/typings/src/element-header.d.ts +1 -1
  50. package/typings/src/reactquestion_buttongroup.d.ts +1 -1
  51. package/typings/src/string-editor.d.ts +1 -1
  52. package/typings/src/string-viewer.d.ts +1 -1
  53. package/typings/src/svgbundle.d.ts +1 -1
  54. package/survey-react-ui.d.ts +0 -2
  55. package/typings/packages/survey-react-ui/entries/react-ui-model.d.ts +0 -86
  56. package/typings/packages/survey-react-ui/src/boolean-checkbox.d.ts +0 -6
  57. package/typings/packages/survey-react-ui/src/boolean-radio.d.ts +0 -8
  58. package/typings/packages/survey-react-ui/src/boolean.d.ts +0 -17
  59. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item-dropdown.d.ts +0 -9
  60. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-item.d.ts +0 -20
  61. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar-separator.d.ts +0 -5
  62. package/typings/packages/survey-react-ui/src/components/action-bar/action-bar.d.ts +0 -21
  63. package/typings/packages/survey-react-ui/src/components/brand-info.d.ts +0 -4
  64. package/typings/packages/survey-react-ui/src/components/character-counter.d.ts +0 -11
  65. package/typings/packages/survey-react-ui/src/components/components-container.d.ts +0 -4
  66. package/typings/packages/survey-react-ui/src/components/file/file-choose-button.d.ts +0 -8
  67. package/typings/packages/survey-react-ui/src/components/file/file-item.d.ts +0 -13
  68. package/typings/packages/survey-react-ui/src/components/file/file-page.d.ts +0 -11
  69. package/typings/packages/survey-react-ui/src/components/file/file-preview.d.ts +0 -11
  70. package/typings/packages/survey-react-ui/src/components/header.d.ts +0 -22
  71. package/typings/packages/survey-react-ui/src/components/list/list-item-content.d.ts +0 -14
  72. package/typings/packages/survey-react-ui/src/components/list/list-item-group.d.ts +0 -14
  73. package/typings/packages/survey-react-ui/src/components/list/list-item.d.ts +0 -16
  74. package/typings/packages/survey-react-ui/src/components/list/list.d.ts +0 -23
  75. package/typings/packages/survey-react-ui/src/components/loading-indicator.d.ts +0 -4
  76. package/typings/packages/survey-react-ui/src/components/matrix/row.d.ts +0 -20
  77. package/typings/packages/survey-react-ui/src/components/matrix-actions/detail-button/detail-button.d.ts +0 -12
  78. package/typings/packages/survey-react-ui/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +0 -7
  79. package/typings/packages/survey-react-ui/src/components/matrix-actions/remove-button/remove-button.d.ts +0 -9
  80. package/typings/packages/survey-react-ui/src/components/notifier.d.ts +0 -11
  81. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +0 -12
  82. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +0 -6
  83. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +0 -6
  84. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +0 -5
  85. package/typings/packages/survey-react-ui/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +0 -6
  86. package/typings/packages/survey-react-ui/src/components/popup/popup-modal.d.ts +0 -23
  87. package/typings/packages/survey-react-ui/src/components/popup/popup.d.ts +0 -39
  88. package/typings/packages/survey-react-ui/src/components/question-error.d.ts +0 -10
  89. package/typings/packages/survey-react-ui/src/components/rating/rating-dropdown-item.d.ts +0 -12
  90. package/typings/packages/survey-react-ui/src/components/rating/rating-item-smiley.d.ts +0 -5
  91. package/typings/packages/survey-react-ui/src/components/rating/rating-item-star.d.ts +0 -5
  92. package/typings/packages/survey-react-ui/src/components/rating/rating-item.d.ts +0 -22
  93. package/typings/packages/survey-react-ui/src/components/skeleton.d.ts +0 -4
  94. package/typings/packages/survey-react-ui/src/components/survey-actions/survey-nav-button.d.ts +0 -8
  95. package/typings/packages/survey-react-ui/src/components/survey-header/logo-image.d.ts +0 -11
  96. package/typings/packages/survey-react-ui/src/components/survey-header/survey-header.d.ts +0 -17
  97. package/typings/packages/survey-react-ui/src/components/svg-icon/svg-icon.d.ts +0 -9
  98. package/typings/packages/survey-react-ui/src/components/text-area.d.ts +0 -17
  99. package/typings/packages/survey-react-ui/src/components/title/title-actions.d.ts +0 -7
  100. package/typings/packages/survey-react-ui/src/components/title/title-content.d.ts +0 -10
  101. package/typings/packages/survey-react-ui/src/components/title/title-element.d.ts +0 -7
  102. package/typings/packages/survey-react-ui/src/custom-widget.d.ts +0 -12
  103. package/typings/packages/survey-react-ui/src/dropdown-base.d.ts +0 -26
  104. package/typings/packages/survey-react-ui/src/dropdown-item.d.ts +0 -14
  105. package/typings/packages/survey-react-ui/src/dropdown-select.d.ts +0 -6
  106. package/typings/packages/survey-react-ui/src/element-factory.d.ts +0 -9
  107. package/typings/packages/survey-react-ui/src/element-header.d.ts +0 -5
  108. package/typings/packages/survey-react-ui/src/element.d.ts +0 -19
  109. package/typings/packages/survey-react-ui/src/flow-panel.d.ts +0 -22
  110. package/typings/packages/survey-react-ui/src/image.d.ts +0 -10
  111. package/typings/packages/survey-react-ui/src/imagepicker.d.ts +0 -25
  112. package/typings/packages/survey-react-ui/src/page.d.ts +0 -11
  113. package/typings/packages/survey-react-ui/src/panel-base.d.ts +0 -25
  114. package/typings/packages/survey-react-ui/src/panel.d.ts +0 -16
  115. package/typings/packages/survey-react-ui/src/progress.d.ts +0 -9
  116. package/typings/packages/survey-react-ui/src/progressButtons.d.ts +0 -19
  117. package/typings/packages/survey-react-ui/src/progressToc.d.ts +0 -5
  118. package/typings/packages/survey-react-ui/src/rating-dropdown.d.ts +0 -8
  119. package/typings/packages/survey-react-ui/src/react-popup-survey.d.ts +0 -24
  120. package/typings/packages/survey-react-ui/src/reactSurvey.d.ts +0 -41
  121. package/typings/packages/survey-react-ui/src/reactSurveyNavigationBase.d.ts +0 -10
  122. package/typings/packages/survey-react-ui/src/reactquestion.d.ts +0 -82
  123. package/typings/packages/survey-react-ui/src/reactquestion_buttongroup.d.ts +0 -23
  124. package/typings/packages/survey-react-ui/src/reactquestion_checkbox.d.ts +0 -37
  125. package/typings/packages/survey-react-ui/src/reactquestion_comment.d.ts +0 -18
  126. package/typings/packages/survey-react-ui/src/reactquestion_custom.d.ts +0 -13
  127. package/typings/packages/survey-react-ui/src/reactquestion_dropdown.d.ts +0 -7
  128. package/typings/packages/survey-react-ui/src/reactquestion_element.d.ts +0 -67
  129. package/typings/packages/survey-react-ui/src/reactquestion_empty.d.ts +0 -8
  130. package/typings/packages/survey-react-ui/src/reactquestion_expression.d.ts +0 -8
  131. package/typings/packages/survey-react-ui/src/reactquestion_factory.d.ts +0 -8
  132. package/typings/packages/survey-react-ui/src/reactquestion_file.d.ts +0 -14
  133. package/typings/packages/survey-react-ui/src/reactquestion_html.d.ts +0 -13
  134. package/typings/packages/survey-react-ui/src/reactquestion_matrix.d.ts +0 -33
  135. package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdown.d.ts +0 -4
  136. package/typings/packages/survey-react-ui/src/reactquestion_matrixdropdownbase.d.ts +0 -30
  137. package/typings/packages/survey-react-ui/src/reactquestion_matrixdynamic.d.ts +0 -20
  138. package/typings/packages/survey-react-ui/src/reactquestion_multipletext.d.ts +0 -22
  139. package/typings/packages/survey-react-ui/src/reactquestion_paneldynamic.d.ts +0 -28
  140. package/typings/packages/survey-react-ui/src/reactquestion_radiogroup.d.ts +0 -36
  141. package/typings/packages/survey-react-ui/src/reactquestion_ranking.d.ts +0 -30
  142. package/typings/packages/survey-react-ui/src/reactquestion_rating.d.ts +0 -10
  143. package/typings/packages/survey-react-ui/src/reactquestion_tagbox.d.ts +0 -10
  144. package/typings/packages/survey-react-ui/src/reactquestion_text.d.ts +0 -11
  145. package/typings/packages/survey-react-ui/src/reactsurveymodel.d.ts +0 -9
  146. package/typings/packages/survey-react-ui/src/reacttimerpanel.d.ts +0 -11
  147. package/typings/packages/survey-react-ui/src/row.d.ts +0 -21
  148. package/typings/packages/survey-react-ui/src/signaturepad.d.ts +0 -11
  149. package/typings/packages/survey-react-ui/src/string-editor.d.ts +0 -11
  150. package/typings/packages/survey-react-ui/src/string-viewer.d.ts +0 -15
  151. package/typings/packages/survey-react-ui/src/svgbundle.d.ts +0 -9
  152. package/typings/packages/survey-react-ui/src/tagbox-filter.d.ts +0 -23
  153. package/typings/packages/survey-react-ui/src/tagbox-item.d.ts +0 -10
  154. package/typings/react/boolean-checkbox.d.ts +0 -6
  155. package/typings/react/boolean-radio.d.ts +0 -8
  156. package/typings/react/boolean.d.ts +0 -17
  157. package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +0 -8
  158. package/typings/react/components/action-bar/action-bar-item.d.ts +0 -20
  159. package/typings/react/components/action-bar/action-bar-separator.d.ts +0 -5
  160. package/typings/react/components/action-bar/action-bar.d.ts +0 -21
  161. package/typings/react/components/brand-info.d.ts +0 -4
  162. package/typings/react/components/character-counter.d.ts +0 -11
  163. package/typings/react/components/components-container.d.ts +0 -4
  164. package/typings/react/components/cover.d.ts +0 -17
  165. package/typings/react/components/file/file-choose-button.d.ts +0 -8
  166. package/typings/react/components/file/file-preview.d.ts +0 -11
  167. package/typings/react/components/file-actions/file-choose-button.d.ts +0 -8
  168. package/typings/react/components/header.d.ts +0 -22
  169. package/typings/react/components/list/list-item-content.d.ts +0 -14
  170. package/typings/react/components/list/list-item-group.d.ts +0 -14
  171. package/typings/react/components/list/list-item.d.ts +0 -16
  172. package/typings/react/components/list/list.d.ts +0 -23
  173. package/typings/react/components/loading-indicator.d.ts +0 -4
  174. package/typings/react/components/matrix/row.d.ts +0 -20
  175. package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +0 -12
  176. package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +0 -6
  177. package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +0 -9
  178. package/typings/react/components/notifier.d.ts +0 -11
  179. package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +0 -12
  180. package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +0 -6
  181. package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +0 -6
  182. package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +0 -5
  183. package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +0 -6
  184. package/typings/react/components/popup/popup.d.ts +0 -42
  185. package/typings/react/components/question-error.d.ts +0 -10
  186. package/typings/react/components/rating/rating-dropdown-item.d.ts +0 -12
  187. package/typings/react/components/rating/rating-item-smiley.d.ts +0 -5
  188. package/typings/react/components/rating/rating-item-star.d.ts +0 -5
  189. package/typings/react/components/rating/rating-item.d.ts +0 -22
  190. package/typings/react/components/skeleton.d.ts +0 -4
  191. package/typings/react/components/survey-actions/survey-nav-button.d.ts +0 -8
  192. package/typings/react/components/survey-header/logo-image.d.ts +0 -11
  193. package/typings/react/components/survey-header/survey-header.d.ts +0 -17
  194. package/typings/react/components/svg-icon/svg-icon.d.ts +0 -9
  195. package/typings/react/components/title/title-actions.d.ts +0 -7
  196. package/typings/react/components/title/title-content.d.ts +0 -10
  197. package/typings/react/components/title/title-element.d.ts +0 -6
  198. package/typings/react/custom-widget.d.ts +0 -12
  199. package/typings/react/dropdown-base.d.ts +0 -25
  200. package/typings/react/dropdown-item.d.ts +0 -13
  201. package/typings/react/dropdown-select.d.ts +0 -6
  202. package/typings/react/element-factory.d.ts +0 -9
  203. package/typings/react/element-header.d.ts +0 -5
  204. package/typings/react/element.d.ts +0 -19
  205. package/typings/react/flow-panel.d.ts +0 -22
  206. package/typings/react/image.d.ts +0 -10
  207. package/typings/react/imagepicker.d.ts +0 -25
  208. package/typings/react/page.d.ts +0 -11
  209. package/typings/react/panel-base.d.ts +0 -25
  210. package/typings/react/panel.d.ts +0 -16
  211. package/typings/react/progress.d.ts +0 -9
  212. package/typings/react/progressButtons.d.ts +0 -19
  213. package/typings/react/progressToc.d.ts +0 -5
  214. package/typings/react/rating-dropdown.d.ts +0 -8
  215. package/typings/react/react-popup-survey.d.ts +0 -24
  216. package/typings/react/reactSurvey.d.ts +0 -41
  217. package/typings/react/reactSurveyNavigationBase.d.ts +0 -10
  218. package/typings/react/reactSurveyProgress.d.ts +0 -9
  219. package/typings/react/reactSurveyProgressButtons.d.ts +0 -19
  220. package/typings/react/reactSurveyProgressToc.d.ts +0 -5
  221. package/typings/react/reactquestion.d.ts +0 -81
  222. package/typings/react/reactquestion_buttongroup.d.ts +0 -23
  223. package/typings/react/reactquestion_checkbox.d.ts +0 -33
  224. package/typings/react/reactquestion_comment.d.ts +0 -31
  225. package/typings/react/reactquestion_custom.d.ts +0 -13
  226. package/typings/react/reactquestion_dropdown.d.ts +0 -7
  227. package/typings/react/reactquestion_element.d.ts +0 -65
  228. package/typings/react/reactquestion_empty.d.ts +0 -8
  229. package/typings/react/reactquestion_expression.d.ts +0 -8
  230. package/typings/react/reactquestion_factory.d.ts +0 -8
  231. package/typings/react/reactquestion_file.d.ts +0 -14
  232. package/typings/react/reactquestion_html.d.ts +0 -13
  233. package/typings/react/reactquestion_matrix.d.ts +0 -33
  234. package/typings/react/reactquestion_matrixdropdown.d.ts +0 -4
  235. package/typings/react/reactquestion_matrixdropdownbase.d.ts +0 -29
  236. package/typings/react/reactquestion_matrixdynamic.d.ts +0 -20
  237. package/typings/react/reactquestion_multipletext.d.ts +0 -22
  238. package/typings/react/reactquestion_paneldynamic.d.ts +0 -28
  239. package/typings/react/reactquestion_radiogroup.d.ts +0 -32
  240. package/typings/react/reactquestion_ranking.d.ts +0 -30
  241. package/typings/react/reactquestion_rating.d.ts +0 -10
  242. package/typings/react/reactquestion_tagbox.d.ts +0 -10
  243. package/typings/react/reactquestion_text.d.ts +0 -11
  244. package/typings/react/reactsurveymodel.d.ts +0 -9
  245. package/typings/react/reacttimerpanel.d.ts +0 -11
  246. package/typings/react/row.d.ts +0 -21
  247. package/typings/react/signaturepad.d.ts +0 -11
  248. package/typings/react/string-editor.d.ts +0 -11
  249. package/typings/react/string-viewer.d.ts +0 -15
  250. package/typings/react/svgbundle.d.ts +0 -7
  251. package/typings/react/tagbox-filter.d.ts +0 -23
  252. package/typings/react/tagbox-item.d.ts +0 -10
  253. package/typings/src/entries/react-ui.d.ts +0 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.0.0-rc.4
2
+ * surveyjs - Survey JavaScript library v2.0.0-rc.6
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -40,7 +40,7 @@ var external_react_x = (y) => {
40
40
  var x = {}; __webpack_require__.d(x, y); return x
41
41
  }
42
42
  var external_react_y = (x) => (() => (x))
43
- const external_react_namespaceObject = external_react_x({ ["Component"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Component), ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Fragment), ["cloneElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.cloneElement), ["createElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createElement), ["createRef"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createRef), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_react__["default"]) });
43
+ const external_react_namespaceObject = external_react_x({ ["Component"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Component), ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.Fragment), ["cloneElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.cloneElement), ["createElement"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createElement), ["createRef"]: () => (__WEBPACK_EXTERNAL_MODULE_react__.createRef) });
44
44
  ;// ./src/element-factory.tsx
45
45
  class ReactElementFactory {
46
46
  constructor() {
@@ -495,19 +495,17 @@ class SurveyRowElement extends SurveyElementBase {
495
495
  el.focusIn();
496
496
  }
497
497
  };
498
- return (external_react_namespaceObject.createElement("div", { className: css.questionWrapper, style: element.rootStyle, "data-key": innerElement.key, key: innerElement.key, onFocus: focusIn, ref: this.rootRef }, innerElement));
498
+ return (external_react_namespaceObject.createElement("div", { className: css.questionWrapper, style: element.rootStyle, "data-key": element.name + this.index, onFocus: focusIn, ref: this.rootRef }, innerElement));
499
499
  }
500
500
  createElement(element, elementIndex) {
501
- const index = elementIndex ? "-" + elementIndex : 0;
502
501
  if (!this.row.isNeedRender) {
503
- return ReactElementFactory.Instance.createElement(element.skeletonComponentName, { key: element.name + index, element: element, css: this.css, });
502
+ return ReactElementFactory.Instance.createElement(element.skeletonComponentName, { element: element, css: this.css, });
504
503
  }
505
504
  let elementType = element.getTemplate();
506
505
  if (!ReactElementFactory.Instance.isElementRegistered(elementType)) {
507
506
  elementType = "question";
508
507
  }
509
508
  return ReactElementFactory.Instance.createElement(elementType, {
510
- key: element.name + index,
511
509
  element: element,
512
510
  creator: this.creator,
513
511
  survey: this.survey,
@@ -551,9 +549,7 @@ class SurveyRow extends SurveyElementBase {
551
549
  }
552
550
  renderElementContent() {
553
551
  const elements = this.row.visibleElements.map((element, elementIndex) => {
554
- const index = elementIndex ? "-" + elementIndex : 0;
555
- const key = element.name + index;
556
- return (external_react_namespaceObject.createElement(SurveyRowElement, { element: element, index: elementIndex, row: this.row, survey: this.survey, creator: this.creator, css: this.css, key: key }));
552
+ return (external_react_namespaceObject.createElement(SurveyRowElement, { element: element, index: elementIndex, row: this.row, survey: this.survey, creator: this.creator, css: this.css, key: element.id }));
557
553
  });
558
554
  return (external_react_namespaceObject.createElement("div", { ref: this.rootRef, className: this.row.getRowCss() }, elements));
559
555
  }
@@ -699,15 +695,15 @@ var external_react_dom_x = (y) => {
699
695
  var x = {}; __webpack_require__.d(x, y); return x
700
696
  }
701
697
  var external_react_dom_y = (x) => (() => (x))
702
- const external_react_dom_namespaceObject = external_react_dom_x({ ["createPortal"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__.createPortal), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__["default"]) });
698
+ const external_react_dom_namespaceObject = external_react_dom_x({ ["createPortal"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__.createPortal), ["flushSync"]: () => (__WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee__.flushSync) });
703
699
  ;// ./src/components/svg-icon/svg-icon.tsx
704
700
 
705
701
 
706
702
 
707
- class SvgIcon extends external_react_namespaceObject["default"].Component {
703
+ class SvgIcon extends external_react_namespaceObject.Component {
708
704
  constructor(props) {
709
705
  super(props);
710
- this.svgIconRef = external_react_namespaceObject["default"].createRef();
706
+ this.svgIconRef = external_react_namespaceObject.createRef();
711
707
  }
712
708
  updateSvg() {
713
709
  if (this.props.iconName)
@@ -722,8 +718,8 @@ class SvgIcon extends external_react_namespaceObject["default"].Component {
722
718
  className += " " + this.props.className;
723
719
  }
724
720
  return (this.props.iconName ?
725
- external_react_namespaceObject["default"].createElement("svg", { className: className, style: this.props.style, onClick: this.props.onClick, ref: this.svgIconRef, role: "img" },
726
- external_react_namespaceObject["default"].createElement("use", null))
721
+ external_react_namespaceObject.createElement("svg", { className: className, style: this.props.style, onClick: this.props.onClick, ref: this.svgIconRef, role: "img" },
722
+ external_react_namespaceObject.createElement("use", null))
727
723
  : null);
728
724
  }
729
725
  componentDidMount() {
@@ -731,23 +727,23 @@ class SvgIcon extends external_react_namespaceObject["default"].Component {
731
727
  }
732
728
  }
733
729
  ReactElementFactory.Instance.registerElement("sv-svg-icon", (props) => {
734
- return external_react_namespaceObject["default"].createElement(SvgIcon, props);
730
+ return external_react_namespaceObject.createElement(SvgIcon, props);
735
731
  });
736
732
 
737
733
  ;// ./src/components/action-bar/action-bar-separator.tsx
738
734
 
739
735
 
740
- class SurveyActionBarSeparator extends external_react_namespaceObject["default"].Component {
736
+ class SurveyActionBarSeparator extends external_react_namespaceObject.Component {
741
737
  constructor(props) {
742
738
  super(props);
743
739
  }
744
740
  render() {
745
741
  var className = `sv-action-bar-separator ${this.props.cssClasses}`;
746
- return external_react_namespaceObject["default"].createElement("div", { className: className });
742
+ return external_react_namespaceObject.createElement("div", { className: className });
747
743
  }
748
744
  }
749
745
  ReactElementFactory.Instance.registerElement("sv-action-bar-separator", (props) => {
750
- return external_react_namespaceObject["default"].createElement(SurveyActionBarSeparator, props);
746
+ return external_react_namespaceObject.createElement(SurveyActionBarSeparator, props);
751
747
  });
752
748
 
753
749
  ;// ./src/components/action-bar/action-bar-item.tsx
@@ -761,7 +757,7 @@ ReactElementFactory.Instance.registerElement("sv-action-bar-separator", (props)
761
757
  class SurveyAction extends SurveyElementBase {
762
758
  constructor(props) {
763
759
  super(props);
764
- this.ref = external_react_namespaceObject["default"].createRef();
760
+ this.ref = external_react_namespaceObject.createRef();
765
761
  }
766
762
  get item() {
767
763
  return this.props.item;
@@ -775,12 +771,12 @@ class SurveyAction extends SurveyElementBase {
775
771
  renderElement() {
776
772
  //refactor
777
773
  const itemClass = this.item.getActionRootCss();
778
- const separator = this.item.needSeparator ? (external_react_namespaceObject["default"].createElement(SurveyActionBarSeparator, null)) : null;
774
+ const separator = this.item.needSeparator ? (external_react_namespaceObject.createElement(SurveyActionBarSeparator, null)) : null;
779
775
  const itemComponent = ReactElementFactory.Instance.createElement(this.item.component || "sv-action-bar-item", {
780
776
  item: this.item,
781
777
  });
782
- return (external_react_namespaceObject["default"].createElement("div", { className: itemClass, id: this.item.id, ref: this.ref },
783
- external_react_namespaceObject["default"].createElement("div", { className: "sv-action__content" },
778
+ return (external_react_namespaceObject.createElement("div", { className: itemClass, id: this.item.id, ref: this.ref },
779
+ external_react_namespaceObject.createElement("div", { className: "sv-action__content" },
784
780
  separator,
785
781
  itemComponent)));
786
782
  }
@@ -792,8 +788,8 @@ class SurveyAction extends SurveyElementBase {
792
788
  super.componentDidMount();
793
789
  this.item.updateModeCallback = (mode, callback) => {
794
790
  queueMicrotask(() => {
795
- if (external_react_dom_namespaceObject["default"].flushSync) {
796
- external_react_dom_namespaceObject["default"].flushSync(() => {
791
+ if (external_react_dom_namespaceObject.flushSync) {
792
+ external_react_dom_namespaceObject.flushSync(() => {
797
793
  this.item.mode = mode;
798
794
  });
799
795
  }
@@ -816,18 +812,18 @@ class SurveyActionBarItem extends SurveyElementBase {
816
812
  return this.item;
817
813
  }
818
814
  renderElement() {
819
- return external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null, this.renderInnerButton());
815
+ return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, this.renderInnerButton());
820
816
  }
821
817
  renderText() {
822
818
  if (!this.item.hasTitle)
823
819
  return null;
824
820
  const titleClass = this.item.getActionBarItemTitleCss();
825
- return external_react_namespaceObject["default"].createElement("span", { className: titleClass }, this.item.title);
821
+ return external_react_namespaceObject.createElement("span", { className: titleClass }, this.item.title);
826
822
  }
827
823
  renderButtonContent() {
828
824
  const text = this.renderText();
829
- const svgIcon = !!this.item.iconName ? (external_react_namespaceObject["default"].createElement(SvgIcon, { className: this.item.cssClasses.itemIcon, size: this.item.iconSize, iconName: this.item.iconName, title: this.item.tooltip || this.item.title })) : null;
830
- return (external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null,
825
+ const svgIcon = !!this.item.iconName ? (external_react_namespaceObject.createElement(SvgIcon, { className: this.item.cssClasses.itemIcon, size: this.item.iconSize, iconName: this.item.iconName, title: this.item.tooltip || this.item.title })) : null;
826
+ return (external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
831
827
  svgIcon,
832
828
  text));
833
829
  }
@@ -836,12 +832,12 @@ class SurveyActionBarItem extends SurveyElementBase {
836
832
  const title = this.item.tooltip || this.item.title;
837
833
  const buttonContent = this.renderButtonContent();
838
834
  const tabIndex = this.item.disableTabStop ? -1 : undefined;
839
- const button = attachKey2click(external_react_namespaceObject["default"].createElement("button", { className: className, type: "button", disabled: this.item.disabled, onMouseDown: (args) => this.item.doMouseDown(args), onFocus: (args) => this.item.doFocus(args), onClick: (args) => this.item.doAction(args), title: title, tabIndex: tabIndex, "aria-checked": this.item.ariaChecked, "aria-expanded": this.item.ariaExpanded, role: this.item.ariaRole }, buttonContent), this.item, { processEsc: false });
835
+ const button = attachKey2click(external_react_namespaceObject.createElement("button", { className: className, type: "button", disabled: this.item.disabled, onMouseDown: (args) => this.item.doMouseDown(args), onFocus: (args) => this.item.doFocus(args), onClick: (args) => this.item.doAction(args), title: title, tabIndex: tabIndex, "aria-checked": this.item.ariaChecked, "aria-expanded": this.item.ariaExpanded, role: this.item.ariaRole }, buttonContent), this.item, { processEsc: false });
840
836
  return button;
841
837
  }
842
838
  }
843
839
  ReactElementFactory.Instance.registerElement("sv-action-bar-item", (props) => {
844
- return external_react_namespaceObject["default"].createElement(SurveyActionBarItem, props);
840
+ return external_react_namespaceObject.createElement(SurveyActionBarItem, props);
845
841
  });
846
842
 
847
843
  ;// ./src/components/popup/popup.tsx
@@ -853,7 +849,7 @@ ReactElementFactory.Instance.registerElement("sv-action-bar-item", (props) => {
853
849
  class Popup extends SurveyElementBase {
854
850
  constructor(props) {
855
851
  super(props);
856
- this.containerRef = external_react_namespaceObject["default"].createRef();
852
+ this.containerRef = external_react_namespaceObject.createRef();
857
853
  this.createModel();
858
854
  }
859
855
  get model() {
@@ -896,16 +892,16 @@ class Popup extends SurveyElementBase {
896
892
  this.popup.model = this.model;
897
893
  let popupContainer;
898
894
  if (this.model.isModal) {
899
- popupContainer = external_react_namespaceObject["default"].createElement(PopupContainer, { model: this.popup });
895
+ popupContainer = external_react_namespaceObject.createElement(PopupContainer, { model: this.popup });
900
896
  }
901
897
  else {
902
- popupContainer = external_react_namespaceObject["default"].createElement(PopupDropdownContainer, { model: this.popup });
898
+ popupContainer = external_react_namespaceObject.createElement(PopupDropdownContainer, { model: this.popup });
903
899
  }
904
- return external_react_namespaceObject["default"].createElement("div", { ref: this.containerRef }, popupContainer);
900
+ return external_react_namespaceObject.createElement("div", { ref: this.containerRef }, popupContainer);
905
901
  }
906
902
  }
907
903
  ReactElementFactory.Instance.registerElement("sv-popup", (props) => {
908
- return external_react_namespaceObject["default"].createElement(Popup, props);
904
+ return external_react_namespaceObject.createElement(Popup, props);
909
905
  });
910
906
  class PopupContainer extends SurveyElementBase {
911
907
  constructor(props) {
@@ -934,7 +930,7 @@ class PopupContainer extends SurveyElementBase {
934
930
  const headerContent = !!popupBaseViewModel.title ? this.renderHeaderContent() : null;
935
931
  const content = this.renderContent();
936
932
  const footerContent = popupBaseViewModel.showFooter ? this.renderFooter(this.model) : null;
937
- return (external_react_namespaceObject["default"].createElement("div", { className: "sv-popup__container", style: {
933
+ return (external_react_namespaceObject.createElement("div", { className: "sv-popup__container", style: {
938
934
  left: popupBaseViewModel.left,
939
935
  top: popupBaseViewModel.top,
940
936
  height: popupBaseViewModel.height,
@@ -944,24 +940,24 @@ class PopupContainer extends SurveyElementBase {
944
940
  this.clickInside(ev);
945
941
  } },
946
942
  headerPopup,
947
- external_react_namespaceObject["default"].createElement("div", { className: "sv-popup__body-content" },
943
+ external_react_namespaceObject.createElement("div", { className: "sv-popup__body-content" },
948
944
  headerContent,
949
- external_react_namespaceObject["default"].createElement("div", { className: "sv-popup__scrolling-content" }, content),
945
+ external_react_namespaceObject.createElement("div", { className: "sv-popup__scrolling-content" }, content),
950
946
  footerContent)));
951
947
  }
952
948
  renderHeaderContent() {
953
- return external_react_namespaceObject["default"].createElement("div", { className: "sv-popup__body-header" }, this.model.title);
949
+ return external_react_namespaceObject.createElement("div", { className: "sv-popup__body-header" }, this.model.title);
954
950
  }
955
951
  renderContent() {
956
952
  const contentComponent = ReactElementFactory.Instance.createElement(this.model.contentComponentName, this.model.contentComponentData);
957
- return external_react_namespaceObject["default"].createElement("div", { className: "sv-popup__content" }, contentComponent);
953
+ return external_react_namespaceObject.createElement("div", { className: "sv-popup__content" }, contentComponent);
958
954
  }
959
955
  renderHeaderPopup(popupModel) {
960
956
  return null;
961
957
  }
962
958
  renderFooter(popuModel) {
963
- return (external_react_namespaceObject["default"].createElement("div", { className: "sv-popup__body-footer" },
964
- external_react_namespaceObject["default"].createElement(SurveyActionBar, { model: popuModel.footerToolbar })));
959
+ return (external_react_namespaceObject.createElement("div", { className: "sv-popup__body-footer" },
960
+ external_react_namespaceObject.createElement(SurveyActionBar, { model: popuModel.footerToolbar })));
965
961
  }
966
962
  render() {
967
963
  const container = this.renderContainer(this.model);
@@ -970,7 +966,7 @@ class PopupContainer extends SurveyElementBase {
970
966
  .append(this.model.styleClass)
971
967
  .toString();
972
968
  const style = { display: this.model.isVisible ? "" : "none", };
973
- return (external_react_namespaceObject["default"].createElement("div", { tabIndex: -1, className: className, style: style, onClick: (e) => {
969
+ return (external_react_namespaceObject.createElement("div", { tabIndex: -1, className: className, style: style, onClick: (e) => {
974
970
  this.model.clickOutside(e);
975
971
  }, onKeyDown: this.handleKeydown }, container));
976
972
  }
@@ -986,7 +982,7 @@ class PopupDropdownContainer extends PopupContainer {
986
982
  const popupDropdownModel = popupModel;
987
983
  if (!popupDropdownModel)
988
984
  return null;
989
- return (external_react_namespaceObject["default"].createElement("span", { style: {
985
+ return (external_react_namespaceObject.createElement("span", { style: {
990
986
  left: popupDropdownModel.pointerTarget.left,
991
987
  top: popupDropdownModel.pointerTarget.top,
992
988
  }, className: "sv-popup__pointer" }));
@@ -1005,9 +1001,9 @@ class SurveyActionBarItemDropdown extends SurveyActionBarItem {
1005
1001
  }
1006
1002
  renderInnerButton() {
1007
1003
  const button = super.renderInnerButton();
1008
- return (external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null,
1004
+ return (external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
1009
1005
  button,
1010
- external_react_namespaceObject["default"].createElement(Popup, { model: this.item.popupModel })));
1006
+ external_react_namespaceObject.createElement(Popup, { model: this.item.popupModel })));
1011
1007
  }
1012
1008
  componentDidMount() {
1013
1009
  this.viewModel = new external_survey_core_namespaceObject.ActionDropdownViewModel(this.item);
@@ -1018,7 +1014,7 @@ class SurveyActionBarItemDropdown extends SurveyActionBarItem {
1018
1014
  }
1019
1015
  }
1020
1016
  ReactElementFactory.Instance.registerElement("sv-action-bar-item-dropdown", (props) => {
1021
- return external_react_namespaceObject["default"].createElement(SurveyActionBarItemDropdown, props);
1017
+ return external_react_namespaceObject.createElement(SurveyActionBarItemDropdown, props);
1022
1018
  });
1023
1019
 
1024
1020
  ;// ./src/components/action-bar/action-bar.tsx
@@ -1031,7 +1027,7 @@ ReactElementFactory.Instance.registerElement("sv-action-bar-item-dropdown", (pro
1031
1027
  class SurveyActionBar extends SurveyElementBase {
1032
1028
  constructor(props) {
1033
1029
  super(props);
1034
- this.rootRef = external_react_namespaceObject["default"].createRef();
1030
+ this.rootRef = external_react_namespaceObject.createRef();
1035
1031
  }
1036
1032
  get handleClick() {
1037
1033
  return this.props.handleClick !== undefined ? this.props.handleClick : true;
@@ -1071,24 +1067,24 @@ class SurveyActionBar extends SurveyElementBase {
1071
1067
  if (!this.model.hasActions)
1072
1068
  return null;
1073
1069
  const items = this.renderItems();
1074
- return (external_react_namespaceObject["default"].createElement("div", { ref: this.rootRef, className: this.model.getRootCss(), onClick: this.handleClick ? function (event) {
1070
+ return (external_react_namespaceObject.createElement("div", { ref: this.rootRef, className: this.model.getRootCss(), onClick: this.handleClick ? function (event) {
1075
1071
  event.stopPropagation();
1076
1072
  } : undefined }, items));
1077
1073
  }
1078
1074
  renderItems() {
1079
1075
  return this.model.renderedActions.concat([]).map((item, itemIndex) => {
1080
- return (external_react_namespaceObject["default"].createElement(SurveyAction, { item: item, key: item.renderedId }));
1076
+ return (external_react_namespaceObject.createElement(SurveyAction, { item: item, key: item.renderedId }));
1081
1077
  });
1082
1078
  }
1083
1079
  }
1084
1080
  ReactElementFactory.Instance.registerElement("sv-action-bar", (props) => {
1085
- return external_react_namespaceObject["default"].createElement(SurveyActionBar, props);
1081
+ return external_react_namespaceObject.createElement(SurveyActionBar, props);
1086
1082
  });
1087
1083
 
1088
1084
  ;// ./src/components/title/title-content.tsx
1089
1085
 
1090
1086
 
1091
- class TitleContent extends external_react_namespaceObject["default"].Component {
1087
+ class TitleContent extends external_react_namespaceObject.Component {
1092
1088
  constructor(props) {
1093
1089
  super(props);
1094
1090
  }
@@ -1102,11 +1098,11 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
1102
1098
  if (this.element.isTitleRenderedAsString)
1103
1099
  return SurveyElementBase.renderLocString(this.element.locTitle);
1104
1100
  var spans = this.renderTitleSpans(this.element.getTitleOwner(), this.cssClasses);
1105
- return external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null, spans);
1101
+ return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, spans);
1106
1102
  }
1107
1103
  renderTitleSpans(element, cssClasses) {
1108
1104
  var getSpaceSpan = (key) => {
1109
- return (external_react_namespaceObject["default"].createElement("span", { "data-key": key, key: key }, "\u00A0"));
1105
+ return (external_react_namespaceObject.createElement("span", { "data-key": key, key: key }, "\u00A0"));
1110
1106
  };
1111
1107
  var spans = [];
1112
1108
  if (element.isRequireTextOnStart) {
@@ -1115,7 +1111,7 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
1115
1111
  }
1116
1112
  var questionNumber = element.no;
1117
1113
  if (questionNumber) {
1118
- spans.push(external_react_namespaceObject["default"].createElement("span", { "data-key": "q_num", key: "q_num", className: element.cssTitleNumber, style: { position: "static" }, "aria-hidden": true }, questionNumber));
1114
+ spans.push(external_react_namespaceObject.createElement("span", { "data-key": "q_num", key: "q_num", className: element.cssTitleNumber, style: { position: "static" }, "aria-hidden": true }, questionNumber));
1119
1115
  spans.push(getSpaceSpan("num-sp"));
1120
1116
  }
1121
1117
  if (element.isRequireTextBeforeTitle) {
@@ -1130,7 +1126,7 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
1130
1126
  return spans;
1131
1127
  }
1132
1128
  renderRequireText(element) {
1133
- return (external_react_namespaceObject["default"].createElement("span", { "data-key": "req-text", key: "req-text", className: element.cssRequiredMark, "aria-hidden": true }, element.requiredMark));
1129
+ return (external_react_namespaceObject.createElement("span", { "data-key": "req-text", key: "req-text", className: element.cssRequiredMark, "aria-hidden": true }, element.requiredMark));
1134
1130
  }
1135
1131
  }
1136
1132
 
@@ -1140,7 +1136,7 @@ class TitleContent extends external_react_namespaceObject["default"].Component {
1140
1136
 
1141
1137
 
1142
1138
 
1143
- class TitleActions extends external_react_namespaceObject["default"].Component {
1139
+ class TitleActions extends external_react_namespaceObject.Component {
1144
1140
  get cssClasses() {
1145
1141
  return this.props.cssClasses;
1146
1142
  }
@@ -1148,17 +1144,17 @@ class TitleActions extends external_react_namespaceObject["default"].Component {
1148
1144
  return this.props.element;
1149
1145
  }
1150
1146
  render() {
1151
- const titleContent = external_react_namespaceObject["default"].createElement(TitleContent, { element: this.element, cssClasses: this.cssClasses });
1147
+ const titleContent = external_react_namespaceObject.createElement(TitleContent, { element: this.element, cssClasses: this.cssClasses });
1152
1148
  if (!this.element.hasTitleActions)
1153
1149
  return titleContent;
1154
- return (external_react_namespaceObject["default"].createElement("div", { className: "sv-title-actions" },
1155
- external_react_namespaceObject["default"].createElement("span", { className: "sv-title-actions__title" }, titleContent),
1156
- external_react_namespaceObject["default"].createElement(SurveyActionBar, { model: this.element.getTitleToolbar() })));
1150
+ return (external_react_namespaceObject.createElement("div", { className: "sv-title-actions" },
1151
+ external_react_namespaceObject.createElement("span", { className: "sv-title-actions__title" }, titleContent),
1152
+ external_react_namespaceObject.createElement(SurveyActionBar, { model: this.element.getTitleToolbar() })));
1157
1153
  }
1158
1154
  }
1159
1155
  external_survey_core_namespaceObject.RendererFactory.Instance.registerRenderer("element", "title-actions", "sv-title-actions");
1160
1156
  ReactElementFactory.Instance.registerElement("sv-title-actions", (props) => {
1161
- return external_react_namespaceObject["default"].createElement(TitleActions, props);
1157
+ return external_react_namespaceObject.createElement(TitleActions, props);
1162
1158
  });
1163
1159
 
1164
1160
  ;// ./src/components/title/title-element.tsx
@@ -1166,7 +1162,7 @@ ReactElementFactory.Instance.registerElement("sv-title-actions", (props) => {
1166
1162
 
1167
1163
 
1168
1164
 
1169
- class TitleElement extends external_react_namespaceObject["default"].Component {
1165
+ class TitleElement extends external_react_namespaceObject.Component {
1170
1166
  constructor(props) {
1171
1167
  super(props);
1172
1168
  }
@@ -1177,7 +1173,7 @@ class TitleElement extends external_react_namespaceObject["default"].Component {
1177
1173
  if (!this.element.getCssTitleExpandableSvg())
1178
1174
  return null;
1179
1175
  let iconName = this.element.isExpanded ? "icon-collapse-16x16" : "icon-expand-16x16";
1180
- return external_react_namespaceObject["default"].createElement(SvgIcon, { className: this.element.getCssTitleExpandableSvg(), iconName: iconName, size: "auto" });
1176
+ return external_react_namespaceObject.createElement(SvgIcon, { className: this.element.getCssTitleExpandableSvg(), iconName: iconName, size: "auto" });
1181
1177
  }
1182
1178
  render() {
1183
1179
  const element = this.element;
@@ -1185,7 +1181,7 @@ class TitleElement extends external_react_namespaceObject["default"].Component {
1185
1181
  return null;
1186
1182
  const ariaLabel = element.titleAriaLabel || undefined;
1187
1183
  const titleExpandableSvg = this.renderTitleExpandableSvg();
1188
- const titleContent = (external_react_namespaceObject["default"].createElement(TitleActions, { element: element, cssClasses: element.cssClasses }));
1184
+ const titleContent = (external_react_namespaceObject.createElement(TitleActions, { element: element, cssClasses: element.cssClasses }));
1189
1185
  let onClick = undefined;
1190
1186
  let onKeyUp = undefined;
1191
1187
  if (element.hasTitleEvents) {
@@ -1194,7 +1190,7 @@ class TitleElement extends external_react_namespaceObject["default"].Component {
1194
1190
  };
1195
1191
  }
1196
1192
  const CustomTag = element.titleTagName;
1197
- return (external_react_namespaceObject["default"].createElement(CustomTag, { className: element.cssTitle, id: element.ariaTitleId, "aria-label": ariaLabel, tabIndex: element.titleTabIndex, "aria-expanded": element.titleAriaExpanded, role: element.titleAriaRole, onClick: onClick, onKeyUp: onKeyUp },
1193
+ return (external_react_namespaceObject.createElement(CustomTag, { className: element.cssTitle, id: element.ariaTitleId, "aria-label": ariaLabel, tabIndex: element.titleTabIndex, "aria-expanded": element.titleAriaExpanded, role: element.titleAriaRole, onClick: onClick, onKeyUp: onKeyUp },
1198
1194
  titleExpandableSvg,
1199
1195
  titleContent));
1200
1196
  }
@@ -1233,11 +1229,11 @@ class CharacterCounterComponent extends SurveyElementBase {
1233
1229
  return this.props.counter;
1234
1230
  }
1235
1231
  renderElement() {
1236
- return (external_react_namespaceObject["default"].createElement("div", { className: this.props.remainingCharacterCounter }, this.props.counter.remainingCharacterCounter));
1232
+ return (external_react_namespaceObject.createElement("div", { className: this.props.remainingCharacterCounter }, this.props.counter.remainingCharacterCounter));
1237
1233
  }
1238
1234
  }
1239
1235
  ReactElementFactory.Instance.registerElement("sv-character-counter", (props) => {
1240
- return external_react_namespaceObject["default"].createElement(CharacterCounterComponent, props);
1236
+ return external_react_namespaceObject.createElement(CharacterCounterComponent, props);
1241
1237
  });
1242
1238
 
1243
1239
  ;// ./src/components/text-area.tsx
@@ -1248,7 +1244,7 @@ class TextAreaComponent extends SurveyElementBase {
1248
1244
  constructor(props) {
1249
1245
  super(props);
1250
1246
  this.initialValue = this.viewModel.getTextValue() || "";
1251
- this.textareaRef = external_react_namespaceObject["default"].createRef();
1247
+ this.textareaRef = external_react_namespaceObject.createRef();
1252
1248
  }
1253
1249
  get viewModel() {
1254
1250
  return this.props.viewModel;
@@ -1268,11 +1264,11 @@ class TextAreaComponent extends SurveyElementBase {
1268
1264
  this.viewModel.resetElement();
1269
1265
  }
1270
1266
  renderElement() {
1271
- return (external_react_namespaceObject["default"].createElement("textarea", { id: this.viewModel.id, className: this.viewModel.className, ref: this.textareaRef, disabled: this.viewModel.isDisabledAttr, readOnly: this.viewModel.isReadOnlyAttr, rows: this.viewModel.rows, cols: this.viewModel.cols, placeholder: this.viewModel.placeholder, maxLength: this.viewModel.maxLength, defaultValue: this.initialValue, onChange: (event) => { this.viewModel.onTextAreaInput(event); }, onFocus: (event) => { this.viewModel.onTextAreaFocus(event); }, onBlur: (event) => { this.viewModel.onTextAreaBlur(event); }, onKeyDown: (event) => { this.viewModel.onTextAreaKeyDown(event); }, "aria-required": this.viewModel.ariaRequired, "aria-label": this.viewModel.ariaLabel, "aria-labelledby": this.viewModel.ariaLabelledBy, "aria-describedby": this.viewModel.ariaDescribedBy, "aria-invalid": this.viewModel.ariaInvalid, "aria-errormessage": this.viewModel.ariaErrormessage, style: { resize: this.viewModel.question.resizeStyle } }));
1267
+ return (external_react_namespaceObject.createElement("textarea", { id: this.viewModel.id, className: this.viewModel.className, ref: this.textareaRef, disabled: this.viewModel.isDisabledAttr, readOnly: this.viewModel.isReadOnlyAttr, rows: this.viewModel.rows, cols: this.viewModel.cols, placeholder: this.viewModel.placeholder, maxLength: this.viewModel.maxLength, defaultValue: this.initialValue, onChange: (event) => { this.viewModel.onTextAreaInput(event); }, onFocus: (event) => { this.viewModel.onTextAreaFocus(event); }, onBlur: (event) => { this.viewModel.onTextAreaBlur(event); }, onKeyDown: (event) => { this.viewModel.onTextAreaKeyDown(event); }, "aria-required": this.viewModel.ariaRequired, "aria-label": this.viewModel.ariaLabel, "aria-labelledby": this.viewModel.ariaLabelledBy, "aria-describedby": this.viewModel.ariaDescribedBy, "aria-invalid": this.viewModel.ariaInvalid, "aria-errormessage": this.viewModel.ariaErrormessage, style: { resize: this.viewModel.question.resizeStyle } }));
1272
1268
  }
1273
1269
  }
1274
1270
  ReactElementFactory.Instance.registerElement("sv-text-area", (props) => {
1275
- return external_react_namespaceObject["default"].createElement(TextAreaComponent, props);
1271
+ return external_react_namespaceObject.createElement(TextAreaComponent, props);
1276
1272
  });
1277
1273
 
1278
1274
  ;// ./src/reactquestion_comment.tsx
@@ -1409,16 +1405,16 @@ class SurveyElementHeader extends SurveyElementBase {
1409
1405
  }
1410
1406
  renderElement() {
1411
1407
  const element = this.element;
1412
- const title = element.hasTitle ? (external_react_namespaceObject["default"].createElement(TitleElement, { element: element })) : null;
1408
+ const title = element.hasTitle ? (external_react_namespaceObject.createElement(TitleElement, { element: element })) : null;
1413
1409
  const description = element.hasDescriptionUnderTitle
1414
1410
  ? SurveyElementBase.renderQuestionDescription(this.element)
1415
1411
  : null;
1416
- const additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? external_react_namespaceObject["default"].createElement(SurveyActionBar, { model: element.additionalTitleToolbar }) : null;
1412
+ const additionalTitleToolbarElement = element.hasAdditionalTitleToolbar ? external_react_namespaceObject.createElement(SurveyActionBar, { model: element.additionalTitleToolbar }) : null;
1417
1413
  const headerStyle = { width: undefined };
1418
1414
  if (element instanceof external_survey_core_namespaceObject.Question) {
1419
1415
  headerStyle.width = element.titleWidth;
1420
1416
  }
1421
- return (external_react_namespaceObject["default"].createElement("div", { className: element.cssHeader, onClick: (e) => element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent), style: headerStyle },
1417
+ return (external_react_namespaceObject.createElement("div", { className: element.cssHeader, onClick: (e) => element.clickTitleFunction && element.clickTitleFunction(e.nativeEvent), style: headerStyle },
1422
1418
  title,
1423
1419
  description,
1424
1420
  additionalTitleToolbarElement));
@@ -1488,7 +1484,6 @@ class SurveyQuestion extends SurveyElementBase {
1488
1484
  var el = this.rootRef.current;
1489
1485
  if (el && el.getAttribute("data-rendered") !== "r") {
1490
1486
  el.setAttribute("data-rendered", "r");
1491
- el.setAttribute("data-name", this.question.name);
1492
1487
  if (this.question.afterRender) {
1493
1488
  this.question.afterRender(el);
1494
1489
  }
@@ -1539,7 +1534,7 @@ class SurveyQuestion extends SurveyElementBase {
1539
1534
  let rootStyle = question.getRootStyle();
1540
1535
  let questionContent = this.wrapQuestionContent(this.renderQuestionContent());
1541
1536
  return (external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
1542
- external_react_namespaceObject.createElement("div", { ref: this.rootRef, id: question.id, className: question.getRootCss(), style: rootStyle, role: question.ariaRole, "aria-required": this.question.ariaRequired, "aria-invalid": this.question.ariaInvalid, "aria-labelledby": question.ariaLabelledBy, "aria-describedby": question.ariaDescribedBy, "aria-expanded": question.ariaExpanded },
1537
+ external_react_namespaceObject.createElement("div", { ref: this.rootRef, id: question.id, className: question.getRootCss(), style: rootStyle, role: question.ariaRole, "aria-required": this.question.ariaRequired, "aria-invalid": this.question.ariaInvalid, "aria-labelledby": question.ariaLabelledBy, "aria-describedby": question.ariaDescribedBy, "aria-expanded": question.ariaExpanded, "data-name": question.name },
1543
1538
  errorsAboveQuestion,
1544
1539
  headerTop,
1545
1540
  questionContent,
@@ -1793,11 +1788,11 @@ class SurveyPage extends SurveyPanelBase {
1793
1788
 
1794
1789
 
1795
1790
 
1796
- class SurveyHeader extends external_react_namespaceObject["default"].Component {
1791
+ class SurveyHeader extends external_react_namespaceObject.Component {
1797
1792
  constructor(props) {
1798
1793
  super(props);
1799
1794
  this.state = { changed: 0 };
1800
- this.rootRef = external_react_namespaceObject["default"].createRef();
1795
+ this.rootRef = external_react_namespaceObject.createRef();
1801
1796
  }
1802
1797
  get survey() {
1803
1798
  return this.props.survey;
@@ -1819,9 +1814,9 @@ class SurveyHeader extends external_react_namespaceObject["default"].Component {
1819
1814
  if (!this.survey.renderedHasTitle)
1820
1815
  return null;
1821
1816
  const description = SurveyElementBase.renderLocString(this.survey.locDescription);
1822
- return (external_react_namespaceObject["default"].createElement("div", { className: this.css.headerText, style: { maxWidth: this.survey.titleMaxWidth } },
1823
- external_react_namespaceObject["default"].createElement(TitleElement, { element: this.survey }),
1824
- this.survey.renderedHasDescription ? external_react_namespaceObject["default"].createElement("div", { className: this.css.description }, description) : null));
1817
+ return (external_react_namespaceObject.createElement("div", { className: this.css.headerText, style: { maxWidth: this.survey.titleMaxWidth } },
1818
+ external_react_namespaceObject.createElement(TitleElement, { element: this.survey }),
1819
+ this.survey.renderedHasDescription ? external_react_namespaceObject.createElement("div", { className: this.css.description }, description) : null));
1825
1820
  }
1826
1821
  renderLogoImage(isRender) {
1827
1822
  if (!isRender)
@@ -1835,29 +1830,29 @@ class SurveyHeader extends external_react_namespaceObject["default"].Component {
1835
1830
  render() {
1836
1831
  if (!this.survey.renderedHasHeader)
1837
1832
  return null;
1838
- return (external_react_namespaceObject["default"].createElement("div", { className: this.css.header, ref: this.rootRef },
1833
+ return (external_react_namespaceObject.createElement("div", { className: this.css.header, ref: this.rootRef },
1839
1834
  this.renderLogoImage(this.survey.isLogoBefore),
1840
1835
  this.renderTitle(),
1841
1836
  this.renderLogoImage(this.survey.isLogoAfter),
1842
- external_react_namespaceObject["default"].createElement("div", { className: this.css.headerClose })));
1837
+ external_react_namespaceObject.createElement("div", { className: this.css.headerClose })));
1843
1838
  }
1844
1839
  }
1845
1840
  ReactElementFactory.Instance.registerElement("survey-header", (props) => {
1846
- return external_react_namespaceObject["default"].createElement(SurveyHeader, props);
1841
+ return external_react_namespaceObject.createElement(SurveyHeader, props);
1847
1842
  });
1848
1843
 
1849
1844
  ;// ./src/components/brand-info.tsx
1850
1845
 
1851
- class BrandInfo extends external_react_namespaceObject["default"].Component {
1846
+ class BrandInfo extends external_react_namespaceObject.Component {
1852
1847
  render() {
1853
- return (external_react_namespaceObject["default"].createElement("div", { className: "sv-brand-info" },
1854
- external_react_namespaceObject["default"].createElement("a", { className: "sv-brand-info__logo", href: "https://surveyjs.io/?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=landing_page" },
1855
- external_react_namespaceObject["default"].createElement("img", { src: "https://surveyjs.io/Content/Images/poweredby.svg" })),
1856
- external_react_namespaceObject["default"].createElement("div", { className: "sv-brand-info__text" },
1848
+ return (external_react_namespaceObject.createElement("div", { className: "sv-brand-info" },
1849
+ external_react_namespaceObject.createElement("a", { className: "sv-brand-info__logo", href: "https://surveyjs.io/?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=landing_page" },
1850
+ external_react_namespaceObject.createElement("img", { src: "https://surveyjs.io/Content/Images/poweredby.svg" })),
1851
+ external_react_namespaceObject.createElement("div", { className: "sv-brand-info__text" },
1857
1852
  "Try and see how easy it is to ",
1858
- external_react_namespaceObject["default"].createElement("a", { href: "https://surveyjs.io/create-survey?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=create_survey" }, "create a survey")),
1859
- external_react_namespaceObject["default"].createElement("div", { className: "sv-brand-info__terms" },
1860
- external_react_namespaceObject["default"].createElement("a", { href: "https://surveyjs.io/TermsOfUse" }, "Terms of Use & Privacy Statement"))));
1853
+ external_react_namespaceObject.createElement("a", { href: "https://surveyjs.io/create-survey?utm_source=built-in_links&utm_medium=online_survey_tool&utm_campaign=create_survey" }, "create a survey")),
1854
+ external_react_namespaceObject.createElement("div", { className: "sv-brand-info__terms" },
1855
+ external_react_namespaceObject.createElement("a", { href: "https://surveyjs.io/TermsOfUse" }, "Terms of Use & Privacy Statement"))));
1861
1856
  }
1862
1857
  }
1863
1858
 
@@ -1877,19 +1872,19 @@ class NotifierComponent extends SurveyElementBase {
1877
1872
  if (!this.notifier.isDisplayed)
1878
1873
  return null;
1879
1874
  const style = { visibility: this.notifier.active ? "visible" : "hidden" };
1880
- return (external_react_namespaceObject["default"].createElement("div", { className: this.notifier.css, style: style, role: "alert", "aria-live": "polite" },
1881
- external_react_namespaceObject["default"].createElement("span", null, this.notifier.message),
1882
- external_react_namespaceObject["default"].createElement(SurveyActionBar, { model: this.notifier.actionBar })));
1875
+ return (external_react_namespaceObject.createElement("div", { className: this.notifier.css, style: style, role: "alert", "aria-live": "polite" },
1876
+ external_react_namespaceObject.createElement("span", null, this.notifier.message),
1877
+ external_react_namespaceObject.createElement(SurveyActionBar, { model: this.notifier.actionBar })));
1883
1878
  }
1884
1879
  }
1885
1880
  ReactElementFactory.Instance.registerElement("sv-notifier", (props) => {
1886
- return external_react_namespaceObject["default"].createElement(NotifierComponent, props);
1881
+ return external_react_namespaceObject.createElement(NotifierComponent, props);
1887
1882
  });
1888
1883
 
1889
1884
  ;// ./src/components/components-container.tsx
1890
1885
 
1891
1886
 
1892
- class ComponentsContainer extends external_react_namespaceObject["default"].Component {
1887
+ class ComponentsContainer extends external_react_namespaceObject.Component {
1893
1888
  render() {
1894
1889
  const components = this.props.survey.getContainerContent(this.props.container);
1895
1890
  const needRenderWrapper = this.props.needRenderWrapper === false ? false : true;
@@ -1897,23 +1892,23 @@ class ComponentsContainer extends external_react_namespaceObject["default"].Comp
1897
1892
  return null;
1898
1893
  }
1899
1894
  if (!needRenderWrapper) {
1900
- return external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null, components.map(component => {
1895
+ return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, components.map(component => {
1901
1896
  return ReactElementFactory.Instance.createElement(component.component, { survey: this.props.survey, model: component.data, container: this.props.container, key: component.id });
1902
1897
  }));
1903
1898
  }
1904
- return external_react_namespaceObject["default"].createElement("div", { className: "sv-components-column" + " sv-components-container-" + this.props.container }, components.map(component => {
1899
+ return external_react_namespaceObject.createElement("div", { className: "sv-components-column" + " sv-components-container-" + this.props.container }, components.map(component => {
1905
1900
  return ReactElementFactory.Instance.createElement(component.component, { survey: this.props.survey, model: component.data, container: this.props.container, key: component.id });
1906
1901
  }));
1907
1902
  }
1908
1903
  }
1909
1904
  ReactElementFactory.Instance.registerElement("sv-components-container", (props) => {
1910
- return external_react_namespaceObject["default"].createElement(ComponentsContainer, props);
1905
+ return external_react_namespaceObject.createElement(ComponentsContainer, props);
1911
1906
  });
1912
1907
 
1913
1908
  ;// ./src/svgbundle.tsx
1914
1909
 
1915
1910
 
1916
- class SvgBundleComponent extends external_react_namespaceObject["default"].Component {
1911
+ class SvgBundleComponent extends external_react_namespaceObject.Component {
1917
1912
  constructor(props) {
1918
1913
  super(props);
1919
1914
  this.onIconsChanged = () => {
@@ -1921,7 +1916,7 @@ class SvgBundleComponent extends external_react_namespaceObject["default"].Compo
1921
1916
  this.containerRef.current.innerHTML = external_survey_core_namespaceObject.SvgRegistry.iconsRenderedHtml();
1922
1917
  }
1923
1918
  };
1924
- this.containerRef = external_react_namespaceObject["default"].createRef();
1919
+ this.containerRef = external_react_namespaceObject.createRef();
1925
1920
  }
1926
1921
  componentDidMount() {
1927
1922
  this.onIconsChanged();
@@ -1934,7 +1929,7 @@ class SvgBundleComponent extends external_react_namespaceObject["default"].Compo
1934
1929
  const svgStyle = {
1935
1930
  display: "none"
1936
1931
  };
1937
- return external_react_namespaceObject["default"].createElement("svg", { style: svgStyle, id: "sv-icon-holder-global-container", ref: this.containerRef });
1932
+ return external_react_namespaceObject.createElement("svg", { style: svgStyle, id: "sv-icon-holder-global-container", ref: this.containerRef });
1938
1933
  }
1939
1934
  }
1940
1935
 
@@ -1984,7 +1979,7 @@ class PopupModal extends SurveyElementBase {
1984
1979
  renderElement() {
1985
1980
  if (!this.model)
1986
1981
  return null;
1987
- return (0,external_react_dom_namespaceObject.createPortal)(external_react_namespaceObject["default"].createElement(PopupContainer, { model: this.model }), this.model.container);
1982
+ return (0,external_react_dom_namespaceObject.createPortal)(external_react_namespaceObject.createElement(PopupContainer, { model: this.model }), this.model.container);
1988
1983
  }
1989
1984
  showDialog(dialogOptions, rootElement) {
1990
1985
  this.model = (0,external_survey_core_namespaceObject.createPopupModalViewModel)(dialogOptions, rootElement);
@@ -2015,156 +2010,236 @@ PopupModal.modalDescriptors = [];
2015
2010
 
2016
2011
  ;// ../survey-core/build/fesm/icons/iconsV1.js
2017
2012
  /*!
2018
- * surveyjs - Survey JavaScript library v2.0.0-rc.4
2013
+ * surveyjs - Survey JavaScript library v2.0.0-rc.6
2019
2014
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
2020
2015
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
2021
2016
  */
2022
2017
  /******/ var __webpack_modules__ = ({
2023
2018
 
2024
- /***/ 861:
2019
+ /***/ 412:
2025
2020
  /***/ ((module) => {
2026
2021
 
2027
- module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><polygon points=\"19,10 14,10 14,5 10,5 10,10 5,10 5,14 10,14 10,19 14,19 14,14 19,14 \"></polygon></svg>"
2022
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>"
2028
2023
 
2029
2024
  /***/ }),
2030
2025
 
2031
- /***/ 8877:
2026
+ /***/ 547:
2032
2027
  /***/ ((module) => {
2033
2028
 
2034
- module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M22,0H2C0.9,0,0,0.9,0,2v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V2C24,0.9,23.1,0,22,0z M21,18L6,3h15V18z M3,6l15,15H3V6z\"></path></svg>"
2029
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.35 3.34999L12.65 2.64999L8.05002 7.24999L3.35002 2.64999L2.65002 3.34999L7.25002 8.04999L2.65002 12.65L3.35002 13.35L8.05002 8.74999L12.65 13.35L13.35 12.65L8.75002 8.04999L13.35 3.34999Z\"></path></svg>"
2035
2030
 
2036
2031
  /***/ }),
2037
2032
 
2038
- /***/ 1914:
2033
+ /***/ 685:
2039
2034
  /***/ ((module) => {
2040
2035
 
2041
- module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"4\"></rect></svg>"
2036
+ module.exports = "<svg viewBox=\"0 0 16 16\"><path d=\"M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z M11,10l-1,1L8,9l-2,2l-1-1l2-2L5,6l1-1l2,2l2-2l1,1L9,8 L11,10z\"></path></svg>"
2042
2037
 
2043
2038
  /***/ }),
2044
2039
 
2045
- /***/ 5826:
2040
+ /***/ 694:
2046
2041
  /***/ ((module) => {
2047
2042
 
2048
- module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>"
2043
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 13H4C2.9 13 2 12.1 2 11V5C2 3.9 2.9 3 4 3H12C13.1 3 14 3.9 14 5V11C14 12.1 13.1 13 12 13ZM4 5V11H12V5H4Z\"></path></svg>"
2049
2044
 
2050
2045
  /***/ }),
2051
2046
 
2052
- /***/ 3623:
2047
+ /***/ 730:
2053
2048
  /***/ ((module) => {
2054
2049
 
2055
- module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>"
2050
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 7C6.45 7 6 6.55 6 6V2C6 1.45 6.45 1 7 1C7.55 1 8 1.45 8 2V6C8 6.55 7.55 7 7 7ZM18 6V2C18 1.45 17.55 1 17 1C16.45 1 16 1.45 16 2V6C16 6.55 16.45 7 17 7C17.55 7 18 6.55 18 6ZM21 21C21 20.45 20.55 20 20 20H4C3.45 20 3 20.45 3 21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21Z\"></path></svg>"
2056
2051
 
2057
2052
  /***/ }),
2058
2053
 
2059
- /***/ 8918:
2054
+ /***/ 783:
2060
2055
  /***/ ((module) => {
2061
2056
 
2062
- module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>"
2057
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 15L17 10H7L12 15Z\"></path></svg>"
2063
2058
 
2064
2059
  /***/ }),
2065
2060
 
2066
- /***/ 685:
2061
+ /***/ 829:
2067
2062
  /***/ ((module) => {
2068
2063
 
2069
- module.exports = "<svg viewBox=\"0 0 16 16\"><path d=\"M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z M11,10l-1,1L8,9l-2,2l-1-1l2-2L5,6l1-1l2,2l2-2l1,1L9,8 L11,10z\"></path></svg>"
2064
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.01 4H18.4C18.2 4 18.01 3.9 17.9 3.73L16.97 2.34C16.41 1.5 15.48 1 14.47 1H9.54C8.53 1 7.6 1.5 7.04 2.34L6.11 3.73C6 3.9 5.81 4 5.61 4H4C2.35 4 1 5.35 1 7V19C1 20.65 2.35 22 4 22H20C21.65 22 23 20.65 23 19V7C23 5.35 21.65 4 20 4H20.01ZM21.01 19C21.01 19.55 20.56 20 20.01 20H4.01C3.46 20 3.01 19.55 3.01 19V7C3.01 6.45 3.46 6 4.01 6H5.62C6.49 6 7.3 5.56 7.79 4.84L8.72 3.45C8.91 3.17 9.22 3 9.55 3H14.48C14.81 3 15.13 3.17 15.31 3.45L16.24 4.84C16.72 5.56 17.54 6 18.41 6H20.02C20.57 6 21.02 6.45 21.02 7V19H21.01ZM12.01 6C8.7 6 6.01 8.69 6.01 12C6.01 15.31 8.7 18 12.01 18C15.32 18 18.01 15.31 18.01 12C18.01 8.69 15.32 6 12.01 6ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16ZM13.01 10C13.01 10.55 12.56 11 12.01 11C11.46 11 11.01 11.45 11.01 12C11.01 12.55 10.56 13 10.01 13C9.46 13 9.01 12.55 9.01 12C9.01 10.35 10.36 9 12.01 9C12.56 9 13.01 9.45 13.01 10Z\"></path></svg>"
2070
2065
 
2071
2066
  /***/ }),
2072
2067
 
2073
- /***/ 9274:
2068
+ /***/ 861:
2074
2069
  /***/ ((module) => {
2075
2070
 
2076
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 160 160\"><circle cx=\"80\" cy=\"80\" r=\"70\" style=\"stroke: var(--sd-timer-stroke-background-color); stroke-width: var(--sd-timer-stroke-background-width)\" stroke-dasharray=\"none\" stroke-dashoffset=\"none\"></circle><circle cx=\"80\" cy=\"80\" r=\"70\"></circle></svg>"
2071
+ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><polygon points=\"19,10 14,10 14,5 10,5 10,10 5,10 5,14 10,14 10,19 14,19 14,14 19,14 \"></polygon></svg>"
2077
2072
 
2078
2073
  /***/ }),
2079
2074
 
2080
- /***/ 8119:
2075
+ /***/ 1498:
2081
2076
  /***/ ((module) => {
2082
2077
 
2083
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 11H17V13H13V17H11V13H7V11H11V7H13V11ZM23 12C23 18.1 18.1 23 12 23C5.9 23 1 18.1 1 12C1 5.9 5.9 1 12 1C18.1 1 23 5.9 23 12ZM21 12C21 7 17 3 12 3C7 3 3 7 3 12C3 17 7 21 12 21C17 21 21 17 21 12Z\"></path></svg>"
2078
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
2084
2079
 
2085
2080
  /***/ }),
2086
2081
 
2087
- /***/ 7808:
2082
+ /***/ 1519:
2088
2083
  /***/ ((module) => {
2089
2084
 
2090
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 8.99999H4.4L8.7 13.3L7.3 14.7L0.599998 7.99999L7.3 1.29999L8.7 2.69999L4.4 6.99999H15V8.99999Z\"></path></svg>"
2085
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\"></path></g></svg>"
2091
2086
 
2092
2087
  /***/ }),
2093
2088
 
2094
- /***/ 8081:
2089
+ /***/ 1590:
2095
2090
  /***/ ((module) => {
2096
2091
 
2097
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 6.99999H11.6L7.3 2.69999L8.7 1.29999L15.4 7.99999L8.7 14.7L7.3 13.3L11.6 8.99999H1V6.99999Z\"></path></svg>"
2092
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_15894_140103)\"><path d=\"M4.88291 4.51001C4.47291 4.51001 4.08291 4.25001 3.94291 3.84001C3.76291 3.32001 4.03291 2.75001 4.55291 2.57001L8.32291 1.25001C8.84291 1.06001 9.41291 1.34001 9.59291 1.86001C9.77291 2.38001 9.50291 2.95001 8.98291 3.13001L5.20291 4.45001C5.09291 4.49001 4.98291 4.51001 4.87291 4.51001H4.88291ZM19.8129 3.89001C20.0229 3.38001 19.7729 2.79001 19.2629 2.59001L15.5529 1.07001C15.0429 0.860007 14.4529 1.11001 14.2529 1.62001C14.0429 2.13001 14.2929 2.72001 14.8029 2.92001L18.5029 4.43001C18.6229 4.48001 18.7529 4.50001 18.8829 4.50001C19.2729 4.50001 19.6529 4.27001 19.8129 3.88001V3.89001ZM3.50291 6.00001C2.64291 6.37001 1.79291 6.88001 1.00291 7.48001C0.79291 7.64001 0.64291 7.87001 0.59291 8.14001C0.48291 8.73001 0.87291 9.29001 1.45291 9.40001C2.04291 9.51001 2.60291 9.12001 2.71291 8.54001C2.87291 7.69001 3.12291 6.83001 3.50291 5.99001V6.00001ZM21.0429 8.55001C21.6029 10.48 24.2429 8.84001 22.7529 7.48001C21.9629 6.88001 21.1129 6.37001 20.2529 6.00001C20.6329 6.84001 20.8829 7.70001 21.0429 8.55001ZM21.5729 13.2C21.2529 14.2 22.5429 15.09 23.3629 14.39C23.8529 14 23.9229 13.29 23.5429 12.81C21.7429 10.67 22.1329 10.55 21.5829 13.2H21.5729ZM1.75291 11C1.22291 11.79 -0.14709 12.64 0.0129102 13.75C0.15291 14.36 0.75291 14.74 1.35291 14.6C2.98291 14.1 1.80291 12.22 1.75291 11ZM19.8829 17C19.8829 13.14 16.2929 10 11.8829 10C7.47291 10 3.88291 13.14 3.88291 17C3.88291 20.86 7.47291 24 11.8829 24C16.2929 24 19.8829 20.86 19.8829 17ZM17.8829 17C17.8829 19.76 15.1929 22 11.8829 22C8.57291 22 5.88291 19.76 5.88291 17C5.88291 14.24 8.57291 12 11.8829 12C15.1929 12 17.8829 14.24 17.8829 17Z\"></path></g><defs><clipPath id=\"clip0_15894_140103\"><rect width=\"24\" height=\"24\" fill=\"white\"></rect></clipPath></defs></svg>"
2098
2093
 
2099
2094
  /***/ }),
2100
2095
 
2101
- /***/ 829:
2096
+ /***/ 1736:
2102
2097
  /***/ ((module) => {
2103
2098
 
2104
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.01 4H18.4C18.2 4 18.01 3.9 17.9 3.73L16.97 2.34C16.41 1.5 15.48 1 14.47 1H9.54C8.53 1 7.6 1.5 7.04 2.34L6.11 3.73C6 3.9 5.81 4 5.61 4H4C2.35 4 1 5.35 1 7V19C1 20.65 2.35 22 4 22H20C21.65 22 23 20.65 23 19V7C23 5.35 21.65 4 20 4H20.01ZM21.01 19C21.01 19.55 20.56 20 20.01 20H4.01C3.46 20 3.01 19.55 3.01 19V7C3.01 6.45 3.46 6 4.01 6H5.62C6.49 6 7.3 5.56 7.79 4.84L8.72 3.45C8.91 3.17 9.22 3 9.55 3H14.48C14.81 3 15.13 3.17 15.31 3.45L16.24 4.84C16.72 5.56 17.54 6 18.41 6H20.02C20.57 6 21.02 6.45 21.02 7V19H21.01ZM12.01 6C8.7 6 6.01 8.69 6.01 12C6.01 15.31 8.7 18 12.01 18C15.32 18 18.01 15.31 18.01 12C18.01 8.69 15.32 6 12.01 6ZM12.01 16C9.8 16 8.01 14.21 8.01 12C8.01 9.79 9.8 8 12.01 8C14.22 8 16.01 9.79 16.01 12C16.01 14.21 14.22 16 12.01 16ZM13.01 10C13.01 10.55 12.56 11 12.01 11C11.46 11 11.01 11.45 11.01 12C11.01 12.55 10.56 13 10.01 13C9.46 13 9.01 12.55 9.01 12C9.01 10.35 10.36 9 12.01 9C12.56 9 13.01 9.45 13.01 10Z\"></path></svg>"
2099
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.93 9H21V7C21 6.46957 20.7893 5.96086 20.4142 5.58579C20.0391 5.21071 19.5304 5 19 5H10L8 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5L2 21H21L23.89 11.63C23.9916 11.3244 24.0179 10.9988 23.9667 10.6809C23.9155 10.363 23.7882 10.0621 23.5958 9.80392C23.4034 9.54571 23.1514 9.33779 22.8614 9.19782C22.5714 9.05786 22.2519 8.99 21.93 9ZM4 5H7.17L8.59 6.41L9.17 7H19V9H6L4 15V5ZM22 11L19.54 19H4.77L7.44 11H22Z\"></path></svg>"
2105
2100
 
2106
2101
  /***/ }),
2107
2102
 
2108
- /***/ 4939:
2103
+ /***/ 1754:
2109
2104
  /***/ ((module) => {
2110
2105
 
2111
- module.exports = "<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27 6H23.8C23.34 6 22.92 5.77 22.66 5.39L22.25 4.78C21.51 3.66 20.26 3 18.92 3H13.06C11.72 3 10.48 3.67 9.73 4.78L9.32 5.39C9.07 5.77 8.64 6 8.18 6H4.98C2.79 6 1 7.79 1 10V24C1 26.21 2.79 28 5 28H27C29.21 28 31 26.21 31 24V10C31 7.79 29.21 6 27 6ZM29 24C29 25.1 28.1 26 27 26H5C3.9 26 3 25.1 3 24V10C3 8.9 3.9 8 5 8H8.2C9.33 8 10.38 7.44 11 6.5L11.41 5.89C11.78 5.33 12.41 5 13.07 5H18.93C19.6 5 20.22 5.33 20.59 5.89L21 6.5C21.62 7.44 22.68 8 23.8 8H27C28.1 8 29 8.9 29 10V24ZM16 9C12.13 9 9 12.13 9 16C9 19.87 12.13 23 16 23C19.87 23 23 19.87 23 16C23 12.13 19.87 9 16 9ZM16 21C13.24 21 11 18.76 11 16C11 13.24 13.24 11 16 11C18.76 11 21 13.24 21 16C21 18.76 18.76 21 16 21ZM17 13C17 13.55 16.55 14 16 14C14.9 14 14 14.9 14 16C14 16.55 13.55 17 13 17C12.45 17 12 16.55 12 16C12 13.79 13.79 12 16 12C16.55 12 17 12.45 17 13Z\"></path></svg>"
2106
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H9V3H7V7H3V9H7V13H9V9H13V7Z\"></path></svg>"
2112
2107
 
2113
2108
  /***/ }),
2114
2109
 
2115
- /***/ 4906:
2110
+ /***/ 1914:
2116
2111
  /***/ ((module) => {
2117
2112
 
2118
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.6 8.6L16.4 2.4C16 2 15.5 1.8 15 1.8C14.5 1.8 14 2 13.6 2.4L1.40005 14.6C0.600049 15.4 0.600049 16.6 1.40005 17.4L6.00005 22H12L22.6 11.4C23.3 10.6 23.3 9.3 22.6 8.6ZM11.1 20H6.80005L2.80005 16L6.20005 12.6L12.4 18.8L11.1 20ZM13.8 17.4L7.60005 11.2L15 3.8L21.2 10L13.8 17.4ZM16 20H23V22H14L16 20Z\"></path></svg>"
2113
+ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"4\"></rect></svg>"
2119
2114
 
2120
2115
  /***/ }),
2121
2116
 
2122
- /***/ 9636:
2117
+ /***/ 2012:
2123
2118
  /***/ ((module) => {
2124
2119
 
2125
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.003 14.413L0.292999 9.70303L1.703 8.29303L5.003 11.583L14.293 2.29303L15.703 3.70303L5.003 14.413Z\"></path></svg>"
2120
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M24.3981 33.1305L24 32.9206L23.6019 33.1305L15.8715 37.2059L17.3542 28.5663L17.43 28.1246L17.1095 27.8113L10.83 21.6746L19.4965 20.4049L19.9405 20.3399L20.1387 19.9373L24 12.0936L27.8613 19.9373L28.0595 20.3399L28.5035 20.4049L37.17 21.6746L30.8905 27.8113L30.57 28.1246L30.6458 28.5663L32.1285 37.2059L24.3981 33.1305Z\" stroke-width=\"1.70746\"></path></svg>"
2126
2121
 
2127
2122
  /***/ }),
2128
2123
 
2129
- /***/ 8726:
2124
+ /***/ 2819:
2130
2125
  /***/ ((module) => {
2131
2126
 
2132
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 20.1L1 12L3.1 9.9L9 15.9L20.9 4L23 6.1L9 20.1Z\"></path></svg>"
2127
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17 5L12 0L7 5H11V9H13V5H17Z\"></path><path d=\"M13 19V15H11V19H7L12 24L17 19H13Z\"></path></svg>"
2133
2128
 
2134
2129
  /***/ }),
2135
2130
 
2136
- /***/ 783:
2137
- /***/ ((module) => {
2131
+ /***/ 2892:
2132
+ /***/ ((module, __unused_webpack_exports, __nested_webpack_require_8754__) => {
2138
2133
 
2139
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 15L17 10H7L12 15Z\"></path></svg>"
2134
+ var map = {
2135
+ "./ModernBooleanCheckChecked.svg": 861,
2136
+ "./ModernBooleanCheckInd.svg": 8877,
2137
+ "./ModernBooleanCheckUnchecked.svg": 1914,
2138
+ "./ModernCheck.svg": 5826,
2139
+ "./ModernRadio.svg": 3623,
2140
+ "./ProgressButton.svg": 8918,
2141
+ "./RemoveFile.svg": 685,
2142
+ "./TimerCircle.svg": 9274,
2143
+ "./add-24x24.svg": 8119,
2144
+ "./arrowleft-16x16.svg": 7808,
2145
+ "./arrowright-16x16.svg": 8081,
2146
+ "./camera-24x24.svg": 829,
2147
+ "./camera-32x32.svg": 4939,
2148
+ "./cancel-24x24.svg": 4906,
2149
+ "./check-16x16.svg": 9636,
2150
+ "./check-24x24.svg": 8726,
2151
+ "./chevrondown-24x24.svg": 783,
2152
+ "./chevronright-16x16.svg": 5339,
2153
+ "./clear-16x16.svg": 547,
2154
+ "./clear-24x24.svg": 6625,
2155
+ "./close-16x16.svg": 7432,
2156
+ "./close-24x24.svg": 3850,
2157
+ "./collapse-16x16.svg": 8671,
2158
+ "./collapsedetails-16x16.svg": 9697,
2159
+ "./delete-24x24.svg": 7281,
2160
+ "./drag-24x24.svg": 6826,
2161
+ "./draghorizontal-24x16.svg": 7589,
2162
+ "./expand-16x16.svg": 9018,
2163
+ "./expanddetails-16x16.svg": 1754,
2164
+ "./file-72x72.svg": 5664,
2165
+ "./flip-24x24.svg": 4309,
2166
+ "./folder-24x24.svg": 1736,
2167
+ "./fullsize-16x16.svg": 694,
2168
+ "./image-48x48.svg": 4089,
2169
+ "./loading-48x48.svg": 1498,
2170
+ "./maximize-16x16.svg": 9492,
2171
+ "./minimize-16x16.svg": 4326,
2172
+ "./more-24x24.svg": 7755,
2173
+ "./navmenu-24x24.svg": 4016,
2174
+ "./noimage-48x48.svg": 5282,
2175
+ "./ranking-arrows.svg": 4450,
2176
+ "./rankingundefined-16x16.svg": 412,
2177
+ "./rating-star-2.svg": 2012,
2178
+ "./rating-star-small-2.svg": 4170,
2179
+ "./rating-star-small.svg": 1519,
2180
+ "./rating-star.svg": 4957,
2181
+ "./reorder-24x24.svg": 2819,
2182
+ "./restoredown-16x16.svg": 3386,
2183
+ "./search-24x24.svg": 9964,
2184
+ "./smiley-rate1-24x24.svg": 5793,
2185
+ "./smiley-rate10-24x24.svg": 9621,
2186
+ "./smiley-rate2-24x24.svg": 1590,
2187
+ "./smiley-rate3-24x24.svg": 3119,
2188
+ "./smiley-rate4-24x24.svg": 5636,
2189
+ "./smiley-rate5-24x24.svg": 7893,
2190
+ "./smiley-rate6-24x24.svg": 730,
2191
+ "./smiley-rate7-24x24.svg": 3155,
2192
+ "./smiley-rate8-24x24.svg": 3880,
2193
+ "./smiley-rate9-24x24.svg": 8409
2194
+ };
2195
+
2196
+
2197
+ function webpackContext(req) {
2198
+ var id = webpackContextResolve(req);
2199
+ return __nested_webpack_require_8754__(id);
2200
+ }
2201
+ function webpackContextResolve(req) {
2202
+ if(!__nested_webpack_require_8754__.o(map, req)) {
2203
+ var e = new Error("Cannot find module '" + req + "'");
2204
+ e.code = 'MODULE_NOT_FOUND';
2205
+ throw e;
2206
+ }
2207
+ return map[req];
2208
+ }
2209
+ webpackContext.keys = function webpackContextKeys() {
2210
+ return Object.keys(map);
2211
+ };
2212
+ webpackContext.resolve = webpackContextResolve;
2213
+ module.exports = webpackContext;
2214
+ webpackContext.id = 2892;
2140
2215
 
2141
2216
  /***/ }),
2142
2217
 
2143
- /***/ 5339:
2218
+ /***/ 3119:
2144
2219
  /***/ ((module) => {
2145
2220
 
2146
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.64648 12.6465L6.34648 13.3465L11.7465 8.04648L6.34648 2.64648L5.64648 3.34648L10.2465 8.04648L5.64648 12.6465Z\"></path></svg>"
2221
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.01915 7C6.46961 7 6.01998 6.55 6.01998 6V2C6.01998 1.45 6.46961 1 7.01915 1C7.56869 1 8.01832 1.45 8.01832 2V6C8.01832 6.55 7.56869 7 7.01915 7ZM18.01 6V2C18.01 1.45 17.5604 1 17.0108 1C16.4613 1 16.0117 1.45 16.0117 2V6C16.0117 6.55 16.4613 7 17.0108 7C17.5604 7 18.01 6.55 18.01 6ZM16.4213 21.58L18.01 19.99L19.2989 21.28C19.6886 21.67 20.3181 21.67 20.7077 21.28C21.0974 20.89 21.0974 20.26 20.7077 19.87L19.4188 18.58C18.6395 17.8 17.3705 17.8 16.5912 18.58L15.0025 20.17L13.4138 18.58C12.6345 17.8 11.3655 17.8 10.5862 18.58L8.9975 20.17L7.40883 18.58C6.62948 17.8 5.36053 17.8 4.58118 18.58L3.29226 19.87C2.90258 20.26 2.90258 20.89 3.29226 21.28C3.68193 21.67 4.31141 21.67 4.70108 21.28L5.99001 19.99L7.57868 21.58C8.35803 22.36 9.62698 22.36 10.4063 21.58L11.995 19.99L13.5837 21.58C13.9734 21.97 14.4829 22.16 14.9925 22.16C15.5021 22.16 16.0117 21.97 16.4013 21.58H16.4213Z\"></path></svg>"
2147
2222
 
2148
2223
  /***/ }),
2149
2224
 
2150
- /***/ 547:
2225
+ /***/ 3155:
2151
2226
  /***/ ((module) => {
2152
2227
 
2153
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.35 3.34999L12.65 2.64999L8.05002 7.24999L3.35002 2.64999L2.65002 3.34999L7.25002 8.04999L2.65002 12.65L3.35002 13.35L8.05002 8.74999L12.65 13.35L13.35 12.65L8.75002 8.04999L13.35 3.34999Z\"></path></svg>"
2228
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0022 23.99C11.452 23.99 11.0018 23.5402 11.0018 22.9904C11.0018 22.4407 11.452 21.9909 12.0022 21.9909C16.3137 21.9909 21.0755 19.472 22.0158 13.8344C22.1058 13.2947 22.616 12.9248 23.1662 13.0148C23.7064 13.1047 24.0765 13.6245 23.9865 14.1643C22.8561 20.9513 17.144 24 11.9922 24L12.0022 23.99ZM8.00072 5.99783V1.99957C8.00072 1.4498 7.55056 1 7.00036 1C6.45016 1 6 1.4498 6 1.99957V5.99783C6 6.54759 6.45016 6.99739 7.00036 6.99739C7.55056 6.99739 8.00072 6.54759 8.00072 5.99783ZM18.0043 5.99783V1.99957C18.0043 1.4498 17.5542 1 17.004 1C16.4538 1 16.0036 1.4498 16.0036 1.99957V5.99783C16.0036 6.54759 16.4538 6.99739 17.004 6.99739C17.5542 6.99739 18.0043 6.54759 18.0043 5.99783Z\"></path></svg>"
2154
2229
 
2155
2230
  /***/ }),
2156
2231
 
2157
- /***/ 6625:
2232
+ /***/ 3386:
2158
2233
  /***/ ((module) => {
2159
2234
 
2160
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.6 8.6L16.4 2.4C16 2 15.5 1.8 15 1.8C14.5 1.8 14 2 13.6 2.4L1.40005 14.6C0.600049 15.4 0.600049 16.6 1.40005 17.4L6.00005 22H12L22.6 11.4C23.3 10.6 23.3 9.3 22.6 8.6ZM11.1 20H6.80005L2.80005 16L6.20005 12.6L12.4 18.8L11.1 20ZM13.8 17.4L7.60005 11.2L15 3.8L21.2 10L13.8 17.4ZM16 20H23V22H14L16 20Z\"></path></svg>"
2235
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 6C15 6.55 14.55 7 14 7H10C9.45 7 9 6.55 9 6V2C9 1.45 9.45 1 10 1C10.55 1 11 1.45 11 2V3.59L13.29 1.29C13.49 1.09 13.74 1 14 1C14.26 1 14.51 1.1 14.71 1.29C15.1 1.68 15.1 2.31 14.71 2.7L12.42 4.99H14.01C14.56 4.99 15.01 5.44 15.01 5.99L15 6ZM6 9H2C1.45 9 0.999998 9.45 0.999998 10C0.999998 10.55 1.45 11 2 11H3.59L1.29 13.29C0.899998 13.68 0.899998 14.31 1.29 14.7C1.68 15.09 2.31 15.09 2.7 14.7L4.99 12.41V14C4.99 14.55 5.44 15 5.99 15C6.54 15 6.99 14.55 6.99 14V10C6.99 9.45 6.54 9 5.99 9H6Z\"></path></svg>"
2161
2236
 
2162
2237
  /***/ }),
2163
2238
 
2164
- /***/ 7432:
2239
+ /***/ 3623:
2165
2240
  /***/ ((module) => {
2166
2241
 
2167
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.43 8.0025L13.7 3.7225C14.09 3.3325 14.09 2.6925 13.7 2.2925C13.31 1.9025 12.67 1.9025 12.27 2.2925L7.99 6.5725L3.72 2.3025C3.33 1.9025 2.69 1.9025 2.3 2.3025C1.9 2.6925 1.9 3.3325 2.3 3.7225L6.58 8.0025L2.3 12.2825C1.91 12.6725 1.91 13.3125 2.3 13.7125C2.69 14.1025 3.33 14.1025 3.73 13.7125L8.01 9.4325L12.29 13.7125C12.68 14.1025 13.32 14.1025 13.72 13.7125C14.11 13.3225 14.11 12.6825 13.72 12.2825L9.44 8.0025H9.43Z\"></path></svg>"
2242
+ module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>"
2168
2243
 
2169
2244
  /***/ }),
2170
2245
 
@@ -2175,349 +2250,269 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\
2175
2250
 
2176
2251
  /***/ }),
2177
2252
 
2178
- /***/ 8671:
2253
+ /***/ 3880:
2179
2254
  /***/ ((module) => {
2180
2255
 
2181
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 6L3 5L8 10L13 5L14 6L8 12L2 6Z\"></path></svg>"
2256
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85721 24 1.15412 20.96 0.0134987 14.16C-0.0765501 13.62 0.293651 13.1 0.833944 13.01C1.38424 12.92 1.89452 13.29 1.98457 13.83C2.92508 19.47 7.69767 21.99 12 21.99C16.3023 21.99 21.0749 19.47 22.0154 13.83C22.1055 13.29 22.6158 12.92 23.1661 13.01C23.7063 13.1 24.0765 13.62 23.9865 14.16C22.8559 20.95 17.1428 24 11.99 24H12.01ZM8.00783 6V2C8.00783 1.45 7.55759 1 7.00729 1C6.45699 1 6.00675 1.45 6.00675 2V6C6.00675 6.55 6.45699 7 7.00729 7C7.55759 7 8.00783 6.55 8.00783 6ZM18.0133 6V2C18.0133 1.45 17.563 1 17.0127 1C16.4624 1 16.0122 1.45 16.0122 2V6C16.0122 6.55 16.4624 7 17.0127 7C17.563 7 18.0133 6.55 18.0133 6Z\"></path></svg>"
2182
2257
 
2183
2258
  /***/ }),
2184
2259
 
2185
- /***/ 9697:
2260
+ /***/ 4016:
2186
2261
  /***/ ((module) => {
2187
2262
 
2188
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>"
2263
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 7H2V5H16V7ZM2 11V13H22V11H2ZM2 19H10V17H2V19Z\"></path></svg>"
2189
2264
 
2190
2265
  /***/ }),
2191
2266
 
2192
- /***/ 7281:
2267
+ /***/ 4089:
2193
2268
  /***/ ((module) => {
2194
2269
 
2195
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z\"></path></svg>"
2270
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M36 8H12C9.79 8 8 9.79 8 12V36C8 38.21 9.79 40 12 40H36C38.21 40 40 38.21 40 36V12C40 9.79 38.21 8 36 8ZM38 36C38 37.1 37.1 38 36 38H12C10.9 38 10 37.1 10 36V12C10 10.9 10.9 10 12 10H36C37.1 10 38 10.9 38 12V36ZM14 17C14 15.34 15.34 14 17 14C18.66 14 20 15.34 20 17C20 18.66 18.66 20 17 20C15.34 20 14 18.66 14 17ZM27 24L36 36H12L19 27L23 29L27 24Z\"></path></svg>"
2196
2271
 
2197
2272
  /***/ }),
2198
2273
 
2199
- /***/ 6826:
2274
+ /***/ 4170:
2200
2275
  /***/ ((module) => {
2201
2276
 
2202
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 6C13 4.9 13.9 4 15 4C16.1 4 17 4.9 17 6C17 7.1 16.1 8 15 8C13.9 8 13 7.1 13 6ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16ZM9 16C7.9 16 7 16.9 7 18C7 19.1 7.9 20 9 20C10.1 20 11 19.1 11 18C11 16.9 10.1 16 9 16Z\"></path></svg>"
2277
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M12 15.9472L8.58001 17.7572L9.23001 13.9272L6.45001 11.2072L10.29 10.6472L12 7.17725L13.71 10.6472L17.55 11.2072L14.77 13.9272L15.42 17.7572L12 15.9472Z\"></path></svg>"
2203
2278
 
2204
2279
  /***/ }),
2205
2280
 
2206
- /***/ 7589:
2281
+ /***/ 4309:
2207
2282
  /***/ ((module) => {
2208
2283
 
2209
- module.exports = "<svg viewBox=\"0 0 24 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18 9C19.1 9 20 9.9 20 11C20 12.1 19.1 13 18 13C16.9 13 16 12.1 16 11C16 9.9 16.9 9 18 9ZM20 5C20 3.9 19.1 3 18 3C16.9 3 16 3.9 16 5C16 6.1 16.9 7 18 7C19.1 7 20 6.1 20 5ZM14 11C14 9.9 13.1 9 12 9C10.9 9 10 9.9 10 11C10 12.1 10.9 13 12 13C13.1 13 14 12.1 14 11ZM14 5C14 3.9 13.1 3 12 3C10.9 3 10 3.9 10 5C10 6.1 10.9 7 12 7C13.1 7 14 6.1 14 5ZM8 11C8 9.9 7.1 9 6 9C4.9 9 4 9.9 4 11C4 12.1 4.9 13 6 13C7.1 13 8 12.1 8 11ZM8 5C8 3.9 7.1 3 6 3C4.9 3 4 3.9 4 5C4 6.1 4.9 7 6 7C7.1 7 8 6.1 8 5Z\"></path></svg>"
2284
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23 12.0037C23 14.2445 21.7794 16.3052 19.5684 17.8257C19.3984 17.9458 19.1983 18.0058 19.0082 18.0058C18.688 18.0058 18.3779 17.8557 18.1778 17.5756C17.8677 17.1155 17.9777 16.4953 18.4379 16.1852C20.0887 15.0448 21.0091 13.5643 21.0091 12.0138C21.0091 8.70262 16.9673 6.01171 12.005 6.01171C11.4948 6.01171 10.9945 6.04172 10.5043 6.09173L11.7149 7.30215C12.105 7.69228 12.105 8.32249 11.7149 8.71263C11.5148 8.9127 11.2647 9.00273 11.0045 9.00273C10.7444 9.00273 10.4943 8.90269 10.2942 8.71263L6.58254 5.00136L10.2842 1.2901C10.6744 0.899964 11.3047 0.899964 11.6949 1.2901C12.085 1.68023 12.085 2.31045 11.6949 2.70058L10.3042 4.09105C10.8545 4.03103 11.4147 4.00102 11.985 4.00102C18.0578 4.00102 22.99 7.59225 22.99 12.0037H23ZM12.2851 15.2949C11.895 15.685 11.895 16.3152 12.2851 16.7054L13.4957 17.9158C13.0055 17.9758 12.4952 17.9958 11.995 17.9958C7.03274 17.9958 2.99091 15.3049 2.99091 11.9937C2.99091 10.4332 3.90132 8.95271 5.56207 7.82232C6.02228 7.51222 6.13233 6.89201 5.82219 6.43185C5.51205 5.97169 4.89177 5.86166 4.43156 6.17176C2.22055 7.69228 1 9.76299 1 11.9937C1 16.4052 5.93224 19.9965 12.005 19.9965C12.5753 19.9965 13.1355 19.9665 13.6858 19.9064L12.2951 21.2969C11.905 21.6871 11.905 22.3173 12.2951 22.7074C12.4952 22.9075 12.7453 22.9975 13.0055 22.9975C13.2656 22.9975 13.5157 22.8975 13.7158 22.7074L17.4275 18.9961L13.7158 15.2849C13.3256 14.8947 12.6953 14.8947 12.3051 15.2849L12.2851 15.2949Z\"></path></svg>"
2210
2285
 
2211
2286
  /***/ }),
2212
2287
 
2213
- /***/ 9018:
2288
+ /***/ 4326:
2214
2289
  /***/ ((module) => {
2215
2290
 
2216
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 14L5 13L10 8L5 3L6 2L12 8L6 14Z\"></path></svg>"
2291
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 9H3C2.45 9 2 8.55 2 8C2 7.45 2.45 7 3 7H13C13.55 7 14 7.45 14 8C14 8.55 13.55 9 13 9Z\"></path></svg>"
2217
2292
 
2218
2293
  /***/ }),
2219
2294
 
2220
- /***/ 1754:
2295
+ /***/ 4450:
2221
2296
  /***/ ((module) => {
2222
2297
 
2223
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H9V3H7V7H3V9H7V13H9V9H13V7Z\"></path></svg>"
2298
+ module.exports = "<svg viewBox=\"0 0 10 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 5L5 0L0 5H4V9H6V5H10Z\"></path><path d=\"M6 19V15H4V19H0L5 24L10 19H6Z\"></path></svg>"
2224
2299
 
2225
2300
  /***/ }),
2226
2301
 
2227
- /***/ 5664:
2302
+ /***/ 4906:
2228
2303
  /***/ ((module) => {
2229
2304
 
2230
- module.exports = "<svg viewBox=\"0 0 72 72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M62.83 12.83L53.17 3.17C52.7982 2.79866 52.357 2.50421 51.8714 2.30346C51.3858 2.1027 50.8654 1.99959 50.34 2H14C12.4087 2 10.8826 2.63214 9.75735 3.75736C8.63214 4.88258 8 6.4087 8 8V64C8 65.5913 8.63214 67.1174 9.75735 68.2426C10.8826 69.3679 12.4087 70 14 70H58C59.5913 70 61.1174 69.3679 62.2426 68.2426C63.3679 67.1174 64 65.5913 64 64V15.66C64.0004 15.1346 63.8973 14.6142 63.6965 14.1286C63.4958 13.643 63.2013 13.2018 62.83 12.83ZM52 4.83L61.17 14H56C54.9391 14 53.9217 13.5786 53.1716 12.8284C52.4214 12.0783 52 11.0609 52 10V4.83ZM62 64C62 65.0609 61.5786 66.0783 60.8284 66.8284C60.0783 67.5786 59.0609 68 58 68H14C12.9391 68 11.9217 67.5786 11.1716 66.8284C10.4214 66.0783 10 65.0609 10 64V8C10 6.93914 10.4214 5.92172 11.1716 5.17157C11.9217 4.42143 12.9391 4 14 4H50V10C50 11.5913 50.6321 13.1174 51.7574 14.2426C52.8826 15.3679 54.4087 16 56 16H62V64ZM22 26H50V28H22V26ZM22 32H50V34H22V32ZM22 38H50V40H22V38ZM22 44H50V46H22V44Z\"></path></svg>"
2305
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.6 8.6L16.4 2.4C16 2 15.5 1.8 15 1.8C14.5 1.8 14 2 13.6 2.4L1.40005 14.6C0.600049 15.4 0.600049 16.6 1.40005 17.4L6.00005 22H12L22.6 11.4C23.3 10.6 23.3 9.3 22.6 8.6ZM11.1 20H6.80005L2.80005 16L6.20005 12.6L12.4 18.8L11.1 20ZM13.8 17.4L7.60005 11.2L15 3.8L21.2 10L13.8 17.4ZM16 20H23V22H14L16 20Z\"></path></svg>"
2231
2306
 
2232
2307
  /***/ }),
2233
2308
 
2234
- /***/ 4309:
2309
+ /***/ 4939:
2235
2310
  /***/ ((module) => {
2236
2311
 
2237
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23 12.0037C23 14.2445 21.7794 16.3052 19.5684 17.8257C19.3984 17.9458 19.1983 18.0058 19.0082 18.0058C18.688 18.0058 18.3779 17.8557 18.1778 17.5756C17.8677 17.1155 17.9777 16.4953 18.4379 16.1852C20.0887 15.0448 21.0091 13.5643 21.0091 12.0138C21.0091 8.70262 16.9673 6.01171 12.005 6.01171C11.4948 6.01171 10.9945 6.04172 10.5043 6.09173L11.7149 7.30215C12.105 7.69228 12.105 8.32249 11.7149 8.71263C11.5148 8.9127 11.2647 9.00273 11.0045 9.00273C10.7444 9.00273 10.4943 8.90269 10.2942 8.71263L6.58254 5.00136L10.2842 1.2901C10.6744 0.899964 11.3047 0.899964 11.6949 1.2901C12.085 1.68023 12.085 2.31045 11.6949 2.70058L10.3042 4.09105C10.8545 4.03103 11.4147 4.00102 11.985 4.00102C18.0578 4.00102 22.99 7.59225 22.99 12.0037H23ZM12.2851 15.2949C11.895 15.685 11.895 16.3152 12.2851 16.7054L13.4957 17.9158C13.0055 17.9758 12.4952 17.9958 11.995 17.9958C7.03274 17.9958 2.99091 15.3049 2.99091 11.9937C2.99091 10.4332 3.90132 8.95271 5.56207 7.82232C6.02228 7.51222 6.13233 6.89201 5.82219 6.43185C5.51205 5.97169 4.89177 5.86166 4.43156 6.17176C2.22055 7.69228 1 9.76299 1 11.9937C1 16.4052 5.93224 19.9965 12.005 19.9965C12.5753 19.9965 13.1355 19.9665 13.6858 19.9064L12.2951 21.2969C11.905 21.6871 11.905 22.3173 12.2951 22.7074C12.4952 22.9075 12.7453 22.9975 13.0055 22.9975C13.2656 22.9975 13.5157 22.8975 13.7158 22.7074L17.4275 18.9961L13.7158 15.2849C13.3256 14.8947 12.6953 14.8947 12.3051 15.2849L12.2851 15.2949Z\"></path></svg>"
2312
+ module.exports = "<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27 6H23.8C23.34 6 22.92 5.77 22.66 5.39L22.25 4.78C21.51 3.66 20.26 3 18.92 3H13.06C11.72 3 10.48 3.67 9.73 4.78L9.32 5.39C9.07 5.77 8.64 6 8.18 6H4.98C2.79 6 1 7.79 1 10V24C1 26.21 2.79 28 5 28H27C29.21 28 31 26.21 31 24V10C31 7.79 29.21 6 27 6ZM29 24C29 25.1 28.1 26 27 26H5C3.9 26 3 25.1 3 24V10C3 8.9 3.9 8 5 8H8.2C9.33 8 10.38 7.44 11 6.5L11.41 5.89C11.78 5.33 12.41 5 13.07 5H18.93C19.6 5 20.22 5.33 20.59 5.89L21 6.5C21.62 7.44 22.68 8 23.8 8H27C28.1 8 29 8.9 29 10V24ZM16 9C12.13 9 9 12.13 9 16C9 19.87 12.13 23 16 23C19.87 23 23 19.87 23 16C23 12.13 19.87 9 16 9ZM16 21C13.24 21 11 18.76 11 16C11 13.24 13.24 11 16 11C18.76 11 21 13.24 21 16C21 18.76 18.76 21 16 21ZM17 13C17 13.55 16.55 14 16 14C14.9 14 14 14.9 14 16C14 16.55 13.55 17 13 17C12.45 17 12 16.55 12 16C12 13.79 13.79 12 16 12C16.55 12 17 12.45 17 13Z\"></path></svg>"
2238
2313
 
2239
2314
  /***/ }),
2240
2315
 
2241
- /***/ 1736:
2316
+ /***/ 4957:
2242
2317
  /***/ ((module) => {
2243
2318
 
2244
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.93 9H21V7C21 6.46957 20.7893 5.96086 20.4142 5.58579C20.0391 5.21071 19.5304 5 19 5H10L8 3H4C3.46957 3 2.96086 3.21071 2.58579 3.58579C2.21071 3.96086 2 4.46957 2 5L2 21H21L23.89 11.63C23.9916 11.3244 24.0179 10.9988 23.9667 10.6809C23.9155 10.363 23.7882 10.0621 23.5958 9.80392C23.4034 9.54571 23.1514 9.33779 22.8614 9.19782C22.5714 9.05786 22.2519 8.99 21.93 9ZM4 5H7.17L8.59 6.41L9.17 7H19V9H6L4 15V5ZM22 11L19.54 19H4.77L7.44 11H22Z\"></path></svg>"
2319
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\"></path></g></svg>"
2245
2320
 
2246
2321
  /***/ }),
2247
2322
 
2248
- /***/ 694:
2323
+ /***/ 5282:
2249
2324
  /***/ ((module) => {
2250
2325
 
2251
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 13H4C2.9 13 2 12.1 2 11V5C2 3.9 2.9 3 4 3H12C13.1 3 14 3.9 14 5V11C14 12.1 13.1 13 12 13ZM4 5V11H12V5H4Z\"></path></svg>"
2326
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 17.01C14 16.4167 14.1759 15.8366 14.5056 15.3433C14.8352 14.8499 15.3038 14.4654 15.8519 14.2384C16.4001 14.0113 17.0033 13.9519 17.5853 14.0676C18.1672 14.1834 18.7018 14.4691 19.1213 14.8887C19.5409 15.3082 19.8266 15.8428 19.9424 16.4247C20.0581 17.0067 19.9987 17.6099 19.7716 18.1581C19.5446 18.7062 19.1601 19.1748 18.6667 19.5044C18.1734 19.8341 17.5933 20.01 17 20.01C16.2044 20.01 15.4413 19.6939 14.8787 19.1313C14.3161 18.5687 14 17.8056 14 17.01ZM27.09 24.14L20 36.01H36L27.09 24.14ZM36.72 8.14L35.57 10.01H36C36.5304 10.01 37.0391 10.2207 37.4142 10.5958C37.7893 10.9709 38 11.4796 38 12.01V36.01C38 36.5404 37.7893 37.0491 37.4142 37.4242C37.0391 37.7993 36.5304 38.01 36 38.01H18.77L17.57 40.01H36C37.0609 40.01 38.0783 39.5886 38.8284 38.8384C39.5786 38.0883 40 37.0709 40 36.01V12.01C39.9966 11.0765 39.6668 10.1737 39.0678 9.45778C38.4688 8.74188 37.6382 8.25802 36.72 8.09V8.14ZM36.86 4.5L12.86 44.5L11.14 43.5L13.23 40.01H12C10.9391 40.01 9.92172 39.5886 9.17157 38.8384C8.42143 38.0883 8 37.0709 8 36.01V12.01C8 10.9491 8.42143 9.93172 9.17157 9.18157C9.92172 8.43143 10.9391 8.01 12 8.01H32.43L35.14 3.5L36.86 4.5ZM14.43 38.01L15.63 36.01H12L19 27.01L20.56 27.8L31.23 10.01H12C11.4696 10.01 10.9609 10.2207 10.5858 10.5958C10.2107 10.9709 10 11.4796 10 12.01V36.01C10 36.5404 10.2107 37.0491 10.5858 37.4242C10.9609 37.7993 11.4696 38.01 12 38.01H14.43Z\"></path></svg>"
2252
2327
 
2253
2328
  /***/ }),
2254
2329
 
2255
- /***/ 4089:
2330
+ /***/ 5339:
2256
2331
  /***/ ((module) => {
2257
2332
 
2258
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M36 8H12C9.79 8 8 9.79 8 12V36C8 38.21 9.79 40 12 40H36C38.21 40 40 38.21 40 36V12C40 9.79 38.21 8 36 8ZM38 36C38 37.1 37.1 38 36 38H12C10.9 38 10 37.1 10 36V12C10 10.9 10.9 10 12 10H36C37.1 10 38 10.9 38 12V36ZM14 17C14 15.34 15.34 14 17 14C18.66 14 20 15.34 20 17C20 18.66 18.66 20 17 20C15.34 20 14 18.66 14 17ZM27 24L36 36H12L19 27L23 29L27 24Z\"></path></svg>"
2333
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.64648 12.6465L6.34648 13.3465L11.7465 8.04648L6.34648 2.64648L5.64648 3.34648L10.2465 8.04648L5.64648 12.6465Z\"></path></svg>"
2259
2334
 
2260
2335
  /***/ }),
2261
2336
 
2262
- /***/ 1498:
2337
+ /***/ 5636:
2263
2338
  /***/ ((module) => {
2264
2339
 
2265
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
2340
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.06927 7C6.51927 7 6.06927 6.55 6.06927 6V2C6.06927 1.45 6.51927 1 7.06927 1C7.61927 1 8.06927 1.45 8.06927 2V6C8.06927 6.55 7.61927 7 7.06927 7ZM18.0693 6V2C18.0693 1.45 17.6193 1 17.0693 1C16.5193 1 16.0693 1.45 16.0693 2V6C16.0693 6.55 16.5193 7 17.0693 7C17.6193 7 18.0693 6.55 18.0693 6ZM22.5693 21.9C23.0693 21.66 23.2793 21.07 23.0393 20.57C21.1093 16.52 16.9093 14 12.0693 14C7.22927 14 3.02927 16.52 1.09927 20.57C0.859273 21.07 1.06927 21.67 1.56927 21.9C2.06927 22.14 2.65927 21.93 2.89927 21.43C4.49927 18.08 8.00927 16 12.0593 16C16.1093 16 19.6293 18.08 21.2193 21.43C21.3893 21.79 21.7493 22 22.1193 22C22.2593 22 22.4093 21.97 22.5493 21.9H22.5693Z\"></path></svg>"
2266
2341
 
2267
2342
  /***/ }),
2268
2343
 
2269
- /***/ 9492:
2344
+ /***/ 5664:
2270
2345
  /***/ ((module) => {
2271
2346
 
2272
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.71 10.71L4.42 13H6.01C6.56 13 7.01 13.45 7.01 14C7.01 14.55 6.56 15 6.01 15H2C1.45 15 1 14.55 1 14V10C1 9.45 1.45 9 2 9C2.55 9 3 9.45 3 10V11.59L5.29 9.3C5.68 8.91 6.31 8.91 6.7 9.3C7.09 9.69 7.09 10.32 6.7 10.71H6.71ZM14 1H10C9.45 1 9 1.45 9 2C9 2.55 9.45 3 10 3H11.59L9.3 5.29C8.91 5.68 8.91 6.31 9.3 6.7C9.5 6.9 9.75 6.99 10.01 6.99C10.27 6.99 10.52 6.89 10.72 6.7L13.01 4.41V6C13.01 6.55 13.46 7 14.01 7C14.56 7 15.01 6.55 15.01 6V2C15.01 1.45 14.56 1 14.01 1H14Z\"></path></svg>"
2347
+ module.exports = "<svg viewBox=\"0 0 72 72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M62.83 12.83L53.17 3.17C52.7982 2.79866 52.357 2.50421 51.8714 2.30346C51.3858 2.1027 50.8654 1.99959 50.34 2H14C12.4087 2 10.8826 2.63214 9.75735 3.75736C8.63214 4.88258 8 6.4087 8 8V64C8 65.5913 8.63214 67.1174 9.75735 68.2426C10.8826 69.3679 12.4087 70 14 70H58C59.5913 70 61.1174 69.3679 62.2426 68.2426C63.3679 67.1174 64 65.5913 64 64V15.66C64.0004 15.1346 63.8973 14.6142 63.6965 14.1286C63.4958 13.643 63.2013 13.2018 62.83 12.83ZM52 4.83L61.17 14H56C54.9391 14 53.9217 13.5786 53.1716 12.8284C52.4214 12.0783 52 11.0609 52 10V4.83ZM62 64C62 65.0609 61.5786 66.0783 60.8284 66.8284C60.0783 67.5786 59.0609 68 58 68H14C12.9391 68 11.9217 67.5786 11.1716 66.8284C10.4214 66.0783 10 65.0609 10 64V8C10 6.93914 10.4214 5.92172 11.1716 5.17157C11.9217 4.42143 12.9391 4 14 4H50V10C50 11.5913 50.6321 13.1174 51.7574 14.2426C52.8826 15.3679 54.4087 16 56 16H62V64ZM22 26H50V28H22V26ZM22 32H50V34H22V32ZM22 38H50V40H22V38ZM22 44H50V46H22V44Z\"></path></svg>"
2273
2348
 
2274
2349
  /***/ }),
2275
2350
 
2276
- /***/ 4326:
2351
+ /***/ 5793:
2277
2352
  /***/ ((module) => {
2278
2353
 
2279
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 9H3C2.45 9 2 8.55 2 8C2 7.45 2.45 7 3 7H13C13.55 7 14 7.45 14 8C14 8.55 13.55 9 13 9Z\"></path></svg>"
2354
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 4.9938C4 4.44362 4.45 3.99348 5 3.99348H6.59L5.3 2.70306C4.91 2.31293 4.91 1.68272 5.3 1.2926C5.69 0.902468 6.32 0.902468 6.71 1.2926L9.71 4.29357C9.8 4.3836 9.88 4.49364 9.93 4.62368C10.03 4.86376 10.03 5.14385 9.93 5.38393C9.88 5.50397 9.81 5.614 9.71 5.71404L6.71 8.71501C6.51 8.91508 6.26 9.00511 6 9.00511C5.74 9.00511 5.49 8.90508 5.29 8.71501C4.9 8.32489 4.9 7.69468 5.29 7.30456L6.58 6.01413H4.99C4.44 6.01413 3.99 5.56399 3.99 5.01381L4 4.9938ZM14.08 5.37393C14.13 5.49397 14.2 5.604 14.3 5.70403L17.3 8.70501C17.5 8.90508 17.75 8.99511 18.01 8.99511C18.27 8.99511 18.52 8.89507 18.72 8.70501C19.11 8.31488 19.11 7.68468 18.72 7.29455L17.43 6.00413H19.02C19.57 6.00413 20.02 5.55399 20.02 5.00381C20.02 4.45363 19.57 4.00348 19.02 4.00348H17.43L18.72 2.71306C19.11 2.32293 19.11 1.69273 18.72 1.3026C18.33 0.912471 17.7 0.912471 17.31 1.3026L14.31 4.30358C14.22 4.39361 14.14 4.50364 14.09 4.63368C13.99 4.87376 13.99 5.15385 14.09 5.39393L14.08 5.37393ZM22 14.9971V20.999C22 22.6496 20.65 24 19 24H5C3.35 24 2 22.6496 2 20.999V14.9971C2 13.3465 3.35 11.9961 5 11.9961H19C20.65 11.9961 22 13.3465 22 14.9971ZM19 13.9967H16V16.9977H20V14.9971C20 14.4469 19.55 13.9967 19 13.9967ZM14 16.9977V13.9967H10V16.9977H14ZM10 18.9984V21.9993H14V18.9984H10ZM4 14.9971V16.9977H8V13.9967H5C4.45 13.9967 4 14.4469 4 14.9971ZM5 21.9993H8V18.9984H4V20.999C4 21.5492 4.45 21.9993 5 21.9993ZM20 20.999V18.9984H16V21.9993H19C19.55 21.9993 20 21.5492 20 20.999Z\"></path></svg>"
2280
2355
 
2281
2356
  /***/ }),
2282
2357
 
2283
- /***/ 7755:
2358
+ /***/ 5826:
2284
2359
  /***/ ((module) => {
2285
2360
 
2286
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 12C6 13.1 5.1 14 4 14C2.9 14 2 13.1 2 12C2 10.9 2.9 10 4 10C5.1 10 6 10.9 6 12ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM20 10C18.9 10 18 10.9 18 12C18 13.1 18.9 14 20 14C21.1 14 22 13.1 22 12C22 10.9 21.1 10 20 10Z\"></path></svg>"
2361
+ module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>"
2287
2362
 
2288
2363
  /***/ }),
2289
2364
 
2290
- /***/ 4016:
2365
+ /***/ 6625:
2291
2366
  /***/ ((module) => {
2292
2367
 
2293
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 7H2V5H16V7ZM2 11V13H22V11H2ZM2 19H10V17H2V19Z\"></path></svg>"
2368
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.6 8.6L16.4 2.4C16 2 15.5 1.8 15 1.8C14.5 1.8 14 2 13.6 2.4L1.40005 14.6C0.600049 15.4 0.600049 16.6 1.40005 17.4L6.00005 22H12L22.6 11.4C23.3 10.6 23.3 9.3 22.6 8.6ZM11.1 20H6.80005L2.80005 16L6.20005 12.6L12.4 18.8L11.1 20ZM13.8 17.4L7.60005 11.2L15 3.8L21.2 10L13.8 17.4ZM16 20H23V22H14L16 20Z\"></path></svg>"
2294
2369
 
2295
2370
  /***/ }),
2296
2371
 
2297
- /***/ 5282:
2372
+ /***/ 6826:
2298
2373
  /***/ ((module) => {
2299
2374
 
2300
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 17.01C14 16.4167 14.1759 15.8366 14.5056 15.3433C14.8352 14.8499 15.3038 14.4654 15.8519 14.2384C16.4001 14.0113 17.0033 13.9519 17.5853 14.0676C18.1672 14.1834 18.7018 14.4691 19.1213 14.8887C19.5409 15.3082 19.8266 15.8428 19.9424 16.4247C20.0581 17.0067 19.9987 17.6099 19.7716 18.1581C19.5446 18.7062 19.1601 19.1748 18.6667 19.5044C18.1734 19.8341 17.5933 20.01 17 20.01C16.2044 20.01 15.4413 19.6939 14.8787 19.1313C14.3161 18.5687 14 17.8056 14 17.01ZM27.09 24.14L20 36.01H36L27.09 24.14ZM36.72 8.14L35.57 10.01H36C36.5304 10.01 37.0391 10.2207 37.4142 10.5958C37.7893 10.9709 38 11.4796 38 12.01V36.01C38 36.5404 37.7893 37.0491 37.4142 37.4242C37.0391 37.7993 36.5304 38.01 36 38.01H18.77L17.57 40.01H36C37.0609 40.01 38.0783 39.5886 38.8284 38.8384C39.5786 38.0883 40 37.0709 40 36.01V12.01C39.9966 11.0765 39.6668 10.1737 39.0678 9.45778C38.4688 8.74188 37.6382 8.25802 36.72 8.09V8.14ZM36.86 4.5L12.86 44.5L11.14 43.5L13.23 40.01H12C10.9391 40.01 9.92172 39.5886 9.17157 38.8384C8.42143 38.0883 8 37.0709 8 36.01V12.01C8 10.9491 8.42143 9.93172 9.17157 9.18157C9.92172 8.43143 10.9391 8.01 12 8.01H32.43L35.14 3.5L36.86 4.5ZM14.43 38.01L15.63 36.01H12L19 27.01L20.56 27.8L31.23 10.01H12C11.4696 10.01 10.9609 10.2207 10.5858 10.5958C10.2107 10.9709 10 11.4796 10 12.01V36.01C10 36.5404 10.2107 37.0491 10.5858 37.4242C10.9609 37.7993 11.4696 38.01 12 38.01H14.43Z\"></path></svg>"
2375
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 6C13 4.9 13.9 4 15 4C16.1 4 17 4.9 17 6C17 7.1 16.1 8 15 8C13.9 8 13 7.1 13 6ZM9 4C7.9 4 7 4.9 7 6C7 7.1 7.9 8 9 8C10.1 8 11 7.1 11 6C11 4.9 10.1 4 9 4ZM15 10C13.9 10 13 10.9 13 12C13 13.1 13.9 14 15 14C16.1 14 17 13.1 17 12C17 10.9 16.1 10 15 10ZM9 10C7.9 10 7 10.9 7 12C7 13.1 7.9 14 9 14C10.1 14 11 13.1 11 12C11 10.9 10.1 10 9 10ZM15 16C13.9 16 13 16.9 13 18C13 19.1 13.9 20 15 20C16.1 20 17 19.1 17 18C17 16.9 16.1 16 15 16ZM9 16C7.9 16 7 16.9 7 18C7 19.1 7.9 20 9 20C10.1 20 11 19.1 11 18C11 16.9 10.1 16 9 16Z\"></path></svg>"
2301
2376
 
2302
2377
  /***/ }),
2303
2378
 
2304
- /***/ 4450:
2379
+ /***/ 7281:
2305
2380
  /***/ ((module) => {
2306
2381
 
2307
- module.exports = "<svg viewBox=\"0 0 10 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 5L5 0L0 5H4V9H6V5H10Z\"></path><path d=\"M6 19V15H4V19H0L5 24L10 19H6Z\"></path></svg>"
2382
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z\"></path></svg>"
2308
2383
 
2309
2384
  /***/ }),
2310
2385
 
2311
- /***/ 412:
2386
+ /***/ 7432:
2312
2387
  /***/ ((module) => {
2313
2388
 
2314
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>"
2389
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.43 8.0025L13.7 3.7225C14.09 3.3325 14.09 2.6925 13.7 2.2925C13.31 1.9025 12.67 1.9025 12.27 2.2925L7.99 6.5725L3.72 2.3025C3.33 1.9025 2.69 1.9025 2.3 2.3025C1.9 2.6925 1.9 3.3325 2.3 3.7225L6.58 8.0025L2.3 12.2825C1.91 12.6725 1.91 13.3125 2.3 13.7125C2.69 14.1025 3.33 14.1025 3.73 13.7125L8.01 9.4325L12.29 13.7125C12.68 14.1025 13.32 14.1025 13.72 13.7125C14.11 13.3225 14.11 12.6825 13.72 12.2825L9.44 8.0025H9.43Z\"></path></svg>"
2315
2390
 
2316
2391
  /***/ }),
2317
2392
 
2318
- /***/ 2012:
2393
+ /***/ 7589:
2319
2394
  /***/ ((module) => {
2320
2395
 
2321
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M24.3981 33.1305L24 32.9206L23.6019 33.1305L15.8715 37.2059L17.3542 28.5663L17.43 28.1246L17.1095 27.8113L10.83 21.6746L19.4965 20.4049L19.9405 20.3399L20.1387 19.9373L24 12.0936L27.8613 19.9373L28.0595 20.3399L28.5035 20.4049L37.17 21.6746L30.8905 27.8113L30.57 28.1246L30.6458 28.5663L32.1285 37.2059L24.3981 33.1305Z\" stroke-width=\"1.70746\"></path></svg>"
2396
+ module.exports = "<svg viewBox=\"0 0 24 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18 9C19.1 9 20 9.9 20 11C20 12.1 19.1 13 18 13C16.9 13 16 12.1 16 11C16 9.9 16.9 9 18 9ZM20 5C20 3.9 19.1 3 18 3C16.9 3 16 3.9 16 5C16 6.1 16.9 7 18 7C19.1 7 20 6.1 20 5ZM14 11C14 9.9 13.1 9 12 9C10.9 9 10 9.9 10 11C10 12.1 10.9 13 12 13C13.1 13 14 12.1 14 11ZM14 5C14 3.9 13.1 3 12 3C10.9 3 10 3.9 10 5C10 6.1 10.9 7 12 7C13.1 7 14 6.1 14 5ZM8 11C8 9.9 7.1 9 6 9C4.9 9 4 9.9 4 11C4 12.1 4.9 13 6 13C7.1 13 8 12.1 8 11ZM8 5C8 3.9 7.1 3 6 3C4.9 3 4 3.9 4 5C4 6.1 4.9 7 6 7C7.1 7 8 6.1 8 5Z\"></path></svg>"
2322
2397
 
2323
2398
  /***/ }),
2324
2399
 
2325
- /***/ 4170:
2400
+ /***/ 7755:
2326
2401
  /***/ ((module) => {
2327
2402
 
2328
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M12 15.9472L8.58001 17.7572L9.23001 13.9272L6.45001 11.2072L10.29 10.6472L12 7.17725L13.71 10.6472L17.55 11.2072L14.77 13.9272L15.42 17.7572L12 15.9472Z\"></path></svg>"
2403
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 12C6 13.1 5.1 14 4 14C2.9 14 2 13.1 2 12C2 10.9 2.9 10 4 10C5.1 10 6 10.9 6 12ZM12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10ZM20 10C18.9 10 18 10.9 18 12C18 13.1 18.9 14 20 14C21.1 14 22 13.1 22 12C22 10.9 21.1 10 20 10Z\"></path></svg>"
2329
2404
 
2330
2405
  /***/ }),
2331
2406
 
2332
- /***/ 1519:
2407
+ /***/ 7808:
2333
2408
  /***/ ((module) => {
2334
2409
 
2335
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\"></path></g></svg>"
2410
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 8.99999H4.4L8.7 13.3L7.3 14.7L0.599998 7.99999L7.3 1.29999L8.7 2.69999L4.4 6.99999H15V8.99999Z\"></path></svg>"
2336
2411
 
2337
2412
  /***/ }),
2338
2413
 
2339
- /***/ 4957:
2414
+ /***/ 7893:
2340
2415
  /***/ ((module) => {
2341
2416
 
2342
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\"></path></g></svg>"
2417
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.00572 7C6.45572 7 6.00572 6.55 6.00572 6V2C6.00572 1.45 6.45572 1 7.00572 1C7.55572 1 8.00572 1.45 8.00572 2V6C8.00572 6.55 7.55572 7 7.00572 7ZM18.0057 6V2C18.0057 1.45 17.5557 1 17.0057 1C16.4557 1 16.0057 1.45 16.0057 2V6C16.0057 6.55 16.4557 7 17.0057 7C17.5557 7 18.0057 6.55 18.0057 6ZM19.9457 21.33C20.1257 20.81 19.8557 20.24 19.3357 20.05C14.5457 18.35 9.45572 18.35 4.66572 20.05C4.14572 20.23 3.87572 20.81 4.05572 21.33C4.23572 21.85 4.80572 22.12 5.33572 21.94C9.69572 20.4 14.3057 20.4 18.6657 21.94C18.7757 21.98 18.8857 22 18.9957 22C19.4057 22 19.7957 21.74 19.9357 21.33H19.9457Z\"></path></svg>"
2343
2418
 
2344
2419
  /***/ }),
2345
2420
 
2346
- /***/ 2819:
2421
+ /***/ 8081:
2347
2422
  /***/ ((module) => {
2348
2423
 
2349
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17 5L12 0L7 5H11V9H13V5H17Z\"></path><path d=\"M13 19V15H11V19H7L12 24L17 19H13Z\"></path></svg>"
2424
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 6.99999H11.6L7.3 2.69999L8.7 1.29999L15.4 7.99999L8.7 14.7L7.3 13.3L11.6 8.99999H1V6.99999Z\"></path></svg>"
2350
2425
 
2351
2426
  /***/ }),
2352
2427
 
2353
- /***/ 3386:
2428
+ /***/ 8119:
2354
2429
  /***/ ((module) => {
2355
2430
 
2356
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15 6C15 6.55 14.55 7 14 7H10C9.45 7 9 6.55 9 6V2C9 1.45 9.45 1 10 1C10.55 1 11 1.45 11 2V3.59L13.29 1.29C13.49 1.09 13.74 1 14 1C14.26 1 14.51 1.1 14.71 1.29C15.1 1.68 15.1 2.31 14.71 2.7L12.42 4.99H14.01C14.56 4.99 15.01 5.44 15.01 5.99L15 6ZM6 9H2C1.45 9 0.999998 9.45 0.999998 10C0.999998 10.55 1.45 11 2 11H3.59L1.29 13.29C0.899998 13.68 0.899998 14.31 1.29 14.7C1.68 15.09 2.31 15.09 2.7 14.7L4.99 12.41V14C4.99 14.55 5.44 15 5.99 15C6.54 15 6.99 14.55 6.99 14V10C6.99 9.45 6.54 9 5.99 9H6Z\"></path></svg>"
2431
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 11H17V13H13V17H11V13H7V11H11V7H13V11ZM23 12C23 18.1 18.1 23 12 23C5.9 23 1 18.1 1 12C1 5.9 5.9 1 12 1C18.1 1 23 5.9 23 12ZM21 12C21 7 17 3 12 3C7 3 3 7 3 12C3 17 7 21 12 21C17 21 21 17 21 12Z\"></path></svg>"
2357
2432
 
2358
2433
  /***/ }),
2359
2434
 
2360
- /***/ 9964:
2435
+ /***/ 8409:
2361
2436
  /***/ ((module) => {
2362
2437
 
2363
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 2C9.6 2 6 5.6 6 10C6 11.8 6.6 13.5 7.7 14.9L2.3 20.3C1.9 20.7 1.9 21.3 2.3 21.7C2.5 21.9 2.7 22 3 22C3.3 22 3.5 21.9 3.7 21.7L9.1 16.3C10.5 17.4 12.2 18 14 18C18.4 18 22 14.4 22 10C22 5.6 18.4 2 14 2ZM14 16C10.7 16 8 13.3 8 10C8 6.7 10.7 4 14 4C17.3 4 20 6.7 20 10C20 13.3 17.3 16 14 16Z\"></path></svg>"
2438
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
2364
2439
 
2365
2440
  /***/ }),
2366
2441
 
2367
- /***/ 5793:
2442
+ /***/ 8671:
2368
2443
  /***/ ((module) => {
2369
2444
 
2370
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 4.9938C4 4.44362 4.45 3.99348 5 3.99348H6.59L5.3 2.70306C4.91 2.31293 4.91 1.68272 5.3 1.2926C5.69 0.902468 6.32 0.902468 6.71 1.2926L9.71 4.29357C9.8 4.3836 9.88 4.49364 9.93 4.62368C10.03 4.86376 10.03 5.14385 9.93 5.38393C9.88 5.50397 9.81 5.614 9.71 5.71404L6.71 8.71501C6.51 8.91508 6.26 9.00511 6 9.00511C5.74 9.00511 5.49 8.90508 5.29 8.71501C4.9 8.32489 4.9 7.69468 5.29 7.30456L6.58 6.01413H4.99C4.44 6.01413 3.99 5.56399 3.99 5.01381L4 4.9938ZM14.08 5.37393C14.13 5.49397 14.2 5.604 14.3 5.70403L17.3 8.70501C17.5 8.90508 17.75 8.99511 18.01 8.99511C18.27 8.99511 18.52 8.89507 18.72 8.70501C19.11 8.31488 19.11 7.68468 18.72 7.29455L17.43 6.00413H19.02C19.57 6.00413 20.02 5.55399 20.02 5.00381C20.02 4.45363 19.57 4.00348 19.02 4.00348H17.43L18.72 2.71306C19.11 2.32293 19.11 1.69273 18.72 1.3026C18.33 0.912471 17.7 0.912471 17.31 1.3026L14.31 4.30358C14.22 4.39361 14.14 4.50364 14.09 4.63368C13.99 4.87376 13.99 5.15385 14.09 5.39393L14.08 5.37393ZM22 14.9971V20.999C22 22.6496 20.65 24 19 24H5C3.35 24 2 22.6496 2 20.999V14.9971C2 13.3465 3.35 11.9961 5 11.9961H19C20.65 11.9961 22 13.3465 22 14.9971ZM19 13.9967H16V16.9977H20V14.9971C20 14.4469 19.55 13.9967 19 13.9967ZM14 16.9977V13.9967H10V16.9977H14ZM10 18.9984V21.9993H14V18.9984H10ZM4 14.9971V16.9977H8V13.9967H5C4.45 13.9967 4 14.4469 4 14.9971ZM5 21.9993H8V18.9984H4V20.999C4 21.5492 4.45 21.9993 5 21.9993ZM20 20.999V18.9984H16V21.9993H19C19.55 21.9993 20 21.5492 20 20.999Z\"></path></svg>"
2445
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M2 6L3 5L8 10L13 5L14 6L8 12L2 6Z\"></path></svg>"
2371
2446
 
2372
2447
  /***/ }),
2373
2448
 
2374
- /***/ 9621:
2449
+ /***/ 8726:
2375
2450
  /***/ ((module) => {
2376
2451
 
2377
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 23C6.85721 23 1.15412 19.9621 0.0134987 13.1669C-0.0765501 12.6272 0.293651 12.1076 0.833944 12.0177C1.38424 11.9277 1.89452 12.2975 1.98457 12.8371C2.92508 18.4732 7.69767 20.9914 12 20.9914C16.3023 20.9914 21.0749 18.4732 22.0154 12.8371C22.1055 12.2975 22.6158 11.9277 23.1661 12.0177C23.7063 12.1076 24.0765 12.6272 23.9865 13.1669C22.8559 19.9521 17.1428 23 11.99 23H12.01ZM21.165 6.15177C22.3056 5.01257 22.3056 3.16386 21.165 2.02465L21.0049 1.85477C19.9143 0.765533 18.1633 0.725561 17.0227 1.71487C15.8821 0.715568 14.1312 0.765533 13.0406 1.85477L12.8705 2.01466C11.7299 3.15386 11.7299 5.00257 12.8705 6.14178L17.0227 10.2889L21.175 6.14178L21.165 6.15177ZM15.742 3.27378L17.0127 4.54289L18.2834 3.27378C18.6436 2.91403 19.2239 2.91403 19.5841 3.27378L19.7442 3.43367C20.1044 3.79342 20.1044 4.37301 19.7442 4.73276L17.0127 7.46086L14.2812 4.73276C13.921 4.37301 13.921 3.79342 14.2812 3.43367L14.4413 3.27378C14.6214 3.09391 14.8515 3.00397 15.0917 3.00397C15.3318 3.00397 15.5619 3.09391 15.742 3.27378ZM11.1595 6.15177C12.3002 5.01257 12.3002 3.16386 11.1595 2.02465L10.9995 1.85477C9.90886 0.765533 8.15792 0.725561 7.0173 1.71487C5.87668 0.715568 4.12573 0.765533 3.03514 1.85477L2.86505 2.01466C1.72443 3.15386 1.72443 5.00257 2.86505 6.14178L7.0173 10.2889L11.1695 6.14178L11.1595 6.15177ZM5.7366 3.27378L7.00729 4.54289L8.27798 3.27378C8.63818 2.91403 9.21849 2.91403 9.57869 3.27378L9.73877 3.43367C10.099 3.79342 10.099 4.37301 9.73877 4.73276L7.00729 7.46086L4.27581 4.73276C3.91562 4.37301 3.91562 3.79342 4.27581 3.43367L4.4359 3.27378C4.61599 3.09391 4.84612 3.00397 5.08625 3.00397C5.32638 3.00397 5.5565 3.09391 5.7366 3.27378Z\"></path></svg>"
2452
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 20.1L1 12L3.1 9.9L9 15.9L20.9 4L23 6.1L9 20.1Z\"></path></svg>"
2378
2453
 
2379
2454
  /***/ }),
2380
2455
 
2381
- /***/ 1590:
2456
+ /***/ 8877:
2382
2457
  /***/ ((module) => {
2383
2458
 
2384
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_15894_140103)\"><path d=\"M4.88291 4.51001C4.47291 4.51001 4.08291 4.25001 3.94291 3.84001C3.76291 3.32001 4.03291 2.75001 4.55291 2.57001L8.32291 1.25001C8.84291 1.06001 9.41291 1.34001 9.59291 1.86001C9.77291 2.38001 9.50291 2.95001 8.98291 3.13001L5.20291 4.45001C5.09291 4.49001 4.98291 4.51001 4.87291 4.51001H4.88291ZM19.8129 3.89001C20.0229 3.38001 19.7729 2.79001 19.2629 2.59001L15.5529 1.07001C15.0429 0.860007 14.4529 1.11001 14.2529 1.62001C14.0429 2.13001 14.2929 2.72001 14.8029 2.92001L18.5029 4.43001C18.6229 4.48001 18.7529 4.50001 18.8829 4.50001C19.2729 4.50001 19.6529 4.27001 19.8129 3.88001V3.89001ZM3.50291 6.00001C2.64291 6.37001 1.79291 6.88001 1.00291 7.48001C0.79291 7.64001 0.64291 7.87001 0.59291 8.14001C0.48291 8.73001 0.87291 9.29001 1.45291 9.40001C2.04291 9.51001 2.60291 9.12001 2.71291 8.54001C2.87291 7.69001 3.12291 6.83001 3.50291 5.99001V6.00001ZM21.0429 8.55001C21.6029 10.48 24.2429 8.84001 22.7529 7.48001C21.9629 6.88001 21.1129 6.37001 20.2529 6.00001C20.6329 6.84001 20.8829 7.70001 21.0429 8.55001ZM21.5729 13.2C21.2529 14.2 22.5429 15.09 23.3629 14.39C23.8529 14 23.9229 13.29 23.5429 12.81C21.7429 10.67 22.1329 10.55 21.5829 13.2H21.5729ZM1.75291 11C1.22291 11.79 -0.14709 12.64 0.0129102 13.75C0.15291 14.36 0.75291 14.74 1.35291 14.6C2.98291 14.1 1.80291 12.22 1.75291 11ZM19.8829 17C19.8829 13.14 16.2929 10 11.8829 10C7.47291 10 3.88291 13.14 3.88291 17C3.88291 20.86 7.47291 24 11.8829 24C16.2929 24 19.8829 20.86 19.8829 17ZM17.8829 17C17.8829 19.76 15.1929 22 11.8829 22C8.57291 22 5.88291 19.76 5.88291 17C5.88291 14.24 8.57291 12 11.8829 12C15.1929 12 17.8829 14.24 17.8829 17Z\"></path></g><defs><clipPath id=\"clip0_15894_140103\"><rect width=\"24\" height=\"24\" fill=\"white\"></rect></clipPath></defs></svg>"
2459
+ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M22,0H2C0.9,0,0,0.9,0,2v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V2C24,0.9,23.1,0,22,0z M21,18L6,3h15V18z M3,6l15,15H3V6z\"></path></svg>"
2385
2460
 
2386
2461
  /***/ }),
2387
2462
 
2388
- /***/ 3119:
2463
+ /***/ 8918:
2389
2464
  /***/ ((module) => {
2390
2465
 
2391
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.01915 7C6.46961 7 6.01998 6.55 6.01998 6V2C6.01998 1.45 6.46961 1 7.01915 1C7.56869 1 8.01832 1.45 8.01832 2V6C8.01832 6.55 7.56869 7 7.01915 7ZM18.01 6V2C18.01 1.45 17.5604 1 17.0108 1C16.4613 1 16.0117 1.45 16.0117 2V6C16.0117 6.55 16.4613 7 17.0108 7C17.5604 7 18.01 6.55 18.01 6ZM16.4213 21.58L18.01 19.99L19.2989 21.28C19.6886 21.67 20.3181 21.67 20.7077 21.28C21.0974 20.89 21.0974 20.26 20.7077 19.87L19.4188 18.58C18.6395 17.8 17.3705 17.8 16.5912 18.58L15.0025 20.17L13.4138 18.58C12.6345 17.8 11.3655 17.8 10.5862 18.58L8.9975 20.17L7.40883 18.58C6.62948 17.8 5.36053 17.8 4.58118 18.58L3.29226 19.87C2.90258 20.26 2.90258 20.89 3.29226 21.28C3.68193 21.67 4.31141 21.67 4.70108 21.28L5.99001 19.99L7.57868 21.58C8.35803 22.36 9.62698 22.36 10.4063 21.58L11.995 19.99L13.5837 21.58C13.9734 21.97 14.4829 22.16 14.9925 22.16C15.5021 22.16 16.0117 21.97 16.4013 21.58H16.4213Z\"></path></svg>"
2466
+ module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>"
2392
2467
 
2393
2468
  /***/ }),
2394
2469
 
2395
- /***/ 5636:
2470
+ /***/ 9018:
2396
2471
  /***/ ((module) => {
2397
2472
 
2398
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.06927 7C6.51927 7 6.06927 6.55 6.06927 6V2C6.06927 1.45 6.51927 1 7.06927 1C7.61927 1 8.06927 1.45 8.06927 2V6C8.06927 6.55 7.61927 7 7.06927 7ZM18.0693 6V2C18.0693 1.45 17.6193 1 17.0693 1C16.5193 1 16.0693 1.45 16.0693 2V6C16.0693 6.55 16.5193 7 17.0693 7C17.6193 7 18.0693 6.55 18.0693 6ZM22.5693 21.9C23.0693 21.66 23.2793 21.07 23.0393 20.57C21.1093 16.52 16.9093 14 12.0693 14C7.22927 14 3.02927 16.52 1.09927 20.57C0.859273 21.07 1.06927 21.67 1.56927 21.9C2.06927 22.14 2.65927 21.93 2.89927 21.43C4.49927 18.08 8.00927 16 12.0593 16C16.1093 16 19.6293 18.08 21.2193 21.43C21.3893 21.79 21.7493 22 22.1193 22C22.2593 22 22.4093 21.97 22.5493 21.9H22.5693Z\"></path></svg>"
2473
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 14L5 13L10 8L5 3L6 2L12 8L6 14Z\"></path></svg>"
2399
2474
 
2400
2475
  /***/ }),
2401
2476
 
2402
- /***/ 7893:
2477
+ /***/ 9274:
2403
2478
  /***/ ((module) => {
2404
2479
 
2405
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.00572 7C6.45572 7 6.00572 6.55 6.00572 6V2C6.00572 1.45 6.45572 1 7.00572 1C7.55572 1 8.00572 1.45 8.00572 2V6C8.00572 6.55 7.55572 7 7.00572 7ZM18.0057 6V2C18.0057 1.45 17.5557 1 17.0057 1C16.4557 1 16.0057 1.45 16.0057 2V6C16.0057 6.55 16.4557 7 17.0057 7C17.5557 7 18.0057 6.55 18.0057 6ZM19.9457 21.33C20.1257 20.81 19.8557 20.24 19.3357 20.05C14.5457 18.35 9.45572 18.35 4.66572 20.05C4.14572 20.23 3.87572 20.81 4.05572 21.33C4.23572 21.85 4.80572 22.12 5.33572 21.94C9.69572 20.4 14.3057 20.4 18.6657 21.94C18.7757 21.98 18.8857 22 18.9957 22C19.4057 22 19.7957 21.74 19.9357 21.33H19.9457Z\"></path></svg>"
2480
+ module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 160 160\"><circle cx=\"80\" cy=\"80\" r=\"70\" style=\"stroke: var(--sd-timer-stroke-background-color); stroke-width: var(--sd-timer-stroke-background-width)\" stroke-dasharray=\"none\" stroke-dashoffset=\"none\"></circle><circle cx=\"80\" cy=\"80\" r=\"70\"></circle></svg>"
2406
2481
 
2407
2482
  /***/ }),
2408
2483
 
2409
- /***/ 730:
2484
+ /***/ 9492:
2410
2485
  /***/ ((module) => {
2411
2486
 
2412
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 7C6.45 7 6 6.55 6 6V2C6 1.45 6.45 1 7 1C7.55 1 8 1.45 8 2V6C8 6.55 7.55 7 7 7ZM18 6V2C18 1.45 17.55 1 17 1C16.45 1 16 1.45 16 2V6C16 6.55 16.45 7 17 7C17.55 7 18 6.55 18 6ZM21 21C21 20.45 20.55 20 20 20H4C3.45 20 3 20.45 3 21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21Z\"></path></svg>"
2487
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.71 10.71L4.42 13H6.01C6.56 13 7.01 13.45 7.01 14C7.01 14.55 6.56 15 6.01 15H2C1.45 15 1 14.55 1 14V10C1 9.45 1.45 9 2 9C2.55 9 3 9.45 3 10V11.59L5.29 9.3C5.68 8.91 6.31 8.91 6.7 9.3C7.09 9.69 7.09 10.32 6.7 10.71H6.71ZM14 1H10C9.45 1 9 1.45 9 2C9 2.55 9.45 3 10 3H11.59L9.3 5.29C8.91 5.68 8.91 6.31 9.3 6.7C9.5 6.9 9.75 6.99 10.01 6.99C10.27 6.99 10.52 6.89 10.72 6.7L13.01 4.41V6C13.01 6.55 13.46 7 14.01 7C14.56 7 15.01 6.55 15.01 6V2C15.01 1.45 14.56 1 14.01 1H14Z\"></path></svg>"
2413
2488
 
2414
2489
  /***/ }),
2415
2490
 
2416
- /***/ 3155:
2491
+ /***/ 9621:
2417
2492
  /***/ ((module) => {
2418
2493
 
2419
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0022 23.99C11.452 23.99 11.0018 23.5402 11.0018 22.9904C11.0018 22.4407 11.452 21.9909 12.0022 21.9909C16.3137 21.9909 21.0755 19.472 22.0158 13.8344C22.1058 13.2947 22.616 12.9248 23.1662 13.0148C23.7064 13.1047 24.0765 13.6245 23.9865 14.1643C22.8561 20.9513 17.144 24 11.9922 24L12.0022 23.99ZM8.00072 5.99783V1.99957C8.00072 1.4498 7.55056 1 7.00036 1C6.45016 1 6 1.4498 6 1.99957V5.99783C6 6.54759 6.45016 6.99739 7.00036 6.99739C7.55056 6.99739 8.00072 6.54759 8.00072 5.99783ZM18.0043 5.99783V1.99957C18.0043 1.4498 17.5542 1 17.004 1C16.4538 1 16.0036 1.4498 16.0036 1.99957V5.99783C16.0036 6.54759 16.4538 6.99739 17.004 6.99739C17.5542 6.99739 18.0043 6.54759 18.0043 5.99783Z\"></path></svg>"
2494
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 23C6.85721 23 1.15412 19.9621 0.0134987 13.1669C-0.0765501 12.6272 0.293651 12.1076 0.833944 12.0177C1.38424 11.9277 1.89452 12.2975 1.98457 12.8371C2.92508 18.4732 7.69767 20.9914 12 20.9914C16.3023 20.9914 21.0749 18.4732 22.0154 12.8371C22.1055 12.2975 22.6158 11.9277 23.1661 12.0177C23.7063 12.1076 24.0765 12.6272 23.9865 13.1669C22.8559 19.9521 17.1428 23 11.99 23H12.01ZM21.165 6.15177C22.3056 5.01257 22.3056 3.16386 21.165 2.02465L21.0049 1.85477C19.9143 0.765533 18.1633 0.725561 17.0227 1.71487C15.8821 0.715568 14.1312 0.765533 13.0406 1.85477L12.8705 2.01466C11.7299 3.15386 11.7299 5.00257 12.8705 6.14178L17.0227 10.2889L21.175 6.14178L21.165 6.15177ZM15.742 3.27378L17.0127 4.54289L18.2834 3.27378C18.6436 2.91403 19.2239 2.91403 19.5841 3.27378L19.7442 3.43367C20.1044 3.79342 20.1044 4.37301 19.7442 4.73276L17.0127 7.46086L14.2812 4.73276C13.921 4.37301 13.921 3.79342 14.2812 3.43367L14.4413 3.27378C14.6214 3.09391 14.8515 3.00397 15.0917 3.00397C15.3318 3.00397 15.5619 3.09391 15.742 3.27378ZM11.1595 6.15177C12.3002 5.01257 12.3002 3.16386 11.1595 2.02465L10.9995 1.85477C9.90886 0.765533 8.15792 0.725561 7.0173 1.71487C5.87668 0.715568 4.12573 0.765533 3.03514 1.85477L2.86505 2.01466C1.72443 3.15386 1.72443 5.00257 2.86505 6.14178L7.0173 10.2889L11.1695 6.14178L11.1595 6.15177ZM5.7366 3.27378L7.00729 4.54289L8.27798 3.27378C8.63818 2.91403 9.21849 2.91403 9.57869 3.27378L9.73877 3.43367C10.099 3.79342 10.099 4.37301 9.73877 4.73276L7.00729 7.46086L4.27581 4.73276C3.91562 4.37301 3.91562 3.79342 4.27581 3.43367L4.4359 3.27378C4.61599 3.09391 4.84612 3.00397 5.08625 3.00397C5.32638 3.00397 5.5565 3.09391 5.7366 3.27378Z\"></path></svg>"
2420
2495
 
2421
2496
  /***/ }),
2422
2497
 
2423
- /***/ 3880:
2498
+ /***/ 9636:
2424
2499
  /***/ ((module) => {
2425
2500
 
2426
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85721 24 1.15412 20.96 0.0134987 14.16C-0.0765501 13.62 0.293651 13.1 0.833944 13.01C1.38424 12.92 1.89452 13.29 1.98457 13.83C2.92508 19.47 7.69767 21.99 12 21.99C16.3023 21.99 21.0749 19.47 22.0154 13.83C22.1055 13.29 22.6158 12.92 23.1661 13.01C23.7063 13.1 24.0765 13.62 23.9865 14.16C22.8559 20.95 17.1428 24 11.99 24H12.01ZM8.00783 6V2C8.00783 1.45 7.55759 1 7.00729 1C6.45699 1 6.00675 1.45 6.00675 2V6C6.00675 6.55 6.45699 7 7.00729 7C7.55759 7 8.00783 6.55 8.00783 6ZM18.0133 6V2C18.0133 1.45 17.563 1 17.0127 1C16.4624 1 16.0122 1.45 16.0122 2V6C16.0122 6.55 16.4624 7 17.0127 7C17.563 7 18.0133 6.55 18.0133 6Z\"></path></svg>"
2501
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.003 14.413L0.292999 9.70303L1.703 8.29303L5.003 11.583L14.293 2.29303L15.703 3.70303L5.003 14.413Z\"></path></svg>"
2427
2502
 
2428
2503
  /***/ }),
2429
2504
 
2430
- /***/ 8409:
2505
+ /***/ 9697:
2431
2506
  /***/ ((module) => {
2432
2507
 
2433
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
2508
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 7H3V9H13V7Z\"></path></svg>"
2434
2509
 
2435
2510
  /***/ }),
2436
2511
 
2437
- /***/ 2892:
2438
- /***/ ((module, __unused_webpack_exports, __nested_webpack_require_34268__) => {
2439
-
2440
- var map = {
2441
- "./ModernBooleanCheckChecked.svg": 861,
2442
- "./ModernBooleanCheckInd.svg": 8877,
2443
- "./ModernBooleanCheckUnchecked.svg": 1914,
2444
- "./ModernCheck.svg": 5826,
2445
- "./ModernRadio.svg": 3623,
2446
- "./ProgressButton.svg": 8918,
2447
- "./RemoveFile.svg": 685,
2448
- "./TimerCircle.svg": 9274,
2449
- "./add-24x24.svg": 8119,
2450
- "./arrowleft-16x16.svg": 7808,
2451
- "./arrowright-16x16.svg": 8081,
2452
- "./camera-24x24.svg": 829,
2453
- "./camera-32x32.svg": 4939,
2454
- "./cancel-24x24.svg": 4906,
2455
- "./check-16x16.svg": 9636,
2456
- "./check-24x24.svg": 8726,
2457
- "./chevrondown-24x24.svg": 783,
2458
- "./chevronright-16x16.svg": 5339,
2459
- "./clear-16x16.svg": 547,
2460
- "./clear-24x24.svg": 6625,
2461
- "./close-16x16.svg": 7432,
2462
- "./close-24x24.svg": 3850,
2463
- "./collapse-16x16.svg": 8671,
2464
- "./collapsedetails-16x16.svg": 9697,
2465
- "./delete-24x24.svg": 7281,
2466
- "./drag-24x24.svg": 6826,
2467
- "./draghorizontal-24x16.svg": 7589,
2468
- "./expand-16x16.svg": 9018,
2469
- "./expanddetails-16x16.svg": 1754,
2470
- "./file-72x72.svg": 5664,
2471
- "./flip-24x24.svg": 4309,
2472
- "./folder-24x24.svg": 1736,
2473
- "./fullsize-16x16.svg": 694,
2474
- "./image-48x48.svg": 4089,
2475
- "./loading-48x48.svg": 1498,
2476
- "./maximize-16x16.svg": 9492,
2477
- "./minimize-16x16.svg": 4326,
2478
- "./more-24x24.svg": 7755,
2479
- "./navmenu-24x24.svg": 4016,
2480
- "./noimage-48x48.svg": 5282,
2481
- "./ranking-arrows.svg": 4450,
2482
- "./rankingundefined-16x16.svg": 412,
2483
- "./rating-star-2.svg": 2012,
2484
- "./rating-star-small-2.svg": 4170,
2485
- "./rating-star-small.svg": 1519,
2486
- "./rating-star.svg": 4957,
2487
- "./reorder-24x24.svg": 2819,
2488
- "./restoredown-16x16.svg": 3386,
2489
- "./search-24x24.svg": 9964,
2490
- "./smiley-rate1-24x24.svg": 5793,
2491
- "./smiley-rate10-24x24.svg": 9621,
2492
- "./smiley-rate2-24x24.svg": 1590,
2493
- "./smiley-rate3-24x24.svg": 3119,
2494
- "./smiley-rate4-24x24.svg": 5636,
2495
- "./smiley-rate5-24x24.svg": 7893,
2496
- "./smiley-rate6-24x24.svg": 730,
2497
- "./smiley-rate7-24x24.svg": 3155,
2498
- "./smiley-rate8-24x24.svg": 3880,
2499
- "./smiley-rate9-24x24.svg": 8409
2500
- };
2501
-
2512
+ /***/ 9964:
2513
+ /***/ ((module) => {
2502
2514
 
2503
- function webpackContext(req) {
2504
- var id = webpackContextResolve(req);
2505
- return __nested_webpack_require_34268__(id);
2506
- }
2507
- function webpackContextResolve(req) {
2508
- if(!__nested_webpack_require_34268__.o(map, req)) {
2509
- var e = new Error("Cannot find module '" + req + "'");
2510
- e.code = 'MODULE_NOT_FOUND';
2511
- throw e;
2512
- }
2513
- return map[req];
2514
- }
2515
- webpackContext.keys = function webpackContextKeys() {
2516
- return Object.keys(map);
2517
- };
2518
- webpackContext.resolve = webpackContextResolve;
2519
- module.exports = webpackContext;
2520
- webpackContext.id = 2892;
2515
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 2C9.6 2 6 5.6 6 10C6 11.8 6.6 13.5 7.7 14.9L2.3 20.3C1.9 20.7 1.9 21.3 2.3 21.7C2.5 21.9 2.7 22 3 22C3.3 22 3.5 21.9 3.7 21.7L9.1 16.3C10.5 17.4 12.2 18 14 18C18.4 18 22 14.4 22 10C22 5.6 18.4 2 14 2ZM14 16C10.7 16 8 13.3 8 10C8 6.7 10.7 4 14 4C17.3 4 20 6.7 20 10C20 13.3 17.3 16 14 16Z\"></path></svg>"
2521
2516
 
2522
2517
  /***/ })
2523
2518
 
@@ -2585,16 +2580,16 @@ var __webpack_exports__icons = __nested_webpack_exports__.P;
2585
2580
  //# sourceMappingURL=iconsV1.js.map
2586
2581
  ;// ../survey-core/build/fesm/icons/iconsV2.js
2587
2582
  /*!
2588
- * surveyjs - Survey JavaScript library v2.0.0-rc.4
2583
+ * surveyjs - Survey JavaScript library v2.0.0-rc.6
2589
2584
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
2590
2585
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
2591
2586
  */
2592
2587
  /******/ var iconsV2_webpack_modules_ = ({
2593
2588
 
2594
- /***/ 7594:
2589
+ /***/ 674:
2595
2590
  /***/ ((module) => {
2596
2591
 
2597
- module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><polygon points=\"19,10 14,10 14,5 10,5 10,10 5,10 5,14 10,14 10,19 14,19 14,14 19,14 \"></polygon></svg>"
2592
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25ZM11.75 12C11.75 11.86 11.86 11.75 12 11.75C12.14 11.75 12.25 11.86 12.25 12C12.25 12.28 11.75 12.28 11.75 12ZM19 10.25C18.04 10.25 17.25 11.04 17.25 12C17.25 12.96 18.04 13.75 19 13.75C19.96 13.75 20.75 12.96 20.75 12C20.75 11.04 19.96 10.25 19 10.25ZM18.75 12C18.75 11.86 18.86 11.75 19 11.75C19.14 11.75 19.25 11.86 19.25 12C19.25 12.28 18.75 12.28 18.75 12ZM5 10.25C4.04 10.25 3.25 11.04 3.25 12C3.25 12.96 4.04 13.75 5 13.75C5.96 13.75 6.75 12.96 6.75 12C6.75 11.04 5.96 10.25 5 10.25ZM4.75 12C4.75 11.86 4.86 11.75 5 11.75C5.14 11.75 5.25 11.86 5.25 12C5.25 12.28 4.75 12.28 4.75 12Z\"></path></svg>"
2598
2593
 
2599
2594
  /***/ }),
2600
2595
 
@@ -2605,346 +2600,426 @@ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmln
2605
2600
 
2606
2601
  /***/ }),
2607
2602
 
2608
- /***/ 5169:
2603
+ /***/ 790:
2609
2604
  /***/ ((module) => {
2610
2605
 
2611
- module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"4\"></rect></svg>"
2606
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2612
2607
 
2613
2608
  /***/ }),
2614
2609
 
2615
- /***/ 4177:
2610
+ /***/ 871:
2616
2611
  /***/ ((module) => {
2617
2612
 
2618
- module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>"
2613
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.5275 12.4675C13.8175 12.7575 13.8175 13.2375 13.5275 13.5275C13.3775 13.6775 13.1875 13.7475 12.9975 13.7475C12.8075 13.7475 12.6175 13.6775 12.4675 13.5275L7.9975 9.0575L3.5275 13.5275C3.3775 13.6775 3.1875 13.7475 2.9975 13.7475C2.8075 13.7475 2.6175 13.6775 2.4675 13.5275C2.1775 13.2375 2.1775 12.7575 2.4675 12.4675L6.9375 7.9975L2.4675 3.5275C2.1775 3.2375 2.1775 2.7575 2.4675 2.4675C2.7575 2.1775 3.2375 2.1775 3.5275 2.4675L7.9975 6.9375L12.4675 2.4675C12.7575 2.1775 13.2375 2.1775 13.5275 2.4675C13.8175 2.7575 13.8175 3.2375 13.5275 3.5275L9.0575 7.9975L13.5275 12.4675Z\"></path></svg>"
2619
2614
 
2620
2615
  /***/ }),
2621
2616
 
2622
- /***/ 5336:
2623
- /***/ ((module) => {
2617
+ /***/ 1247:
2618
+ /***/ ((module, __unused_webpack_exports, __nested_webpack_require_2532__) => {
2619
+
2620
+ var map = {
2621
+ "./ModernBooleanCheckChecked.svg": 7594,
2622
+ "./ModernBooleanCheckInd.svg": 690,
2623
+ "./ModernBooleanCheckUnchecked.svg": 5169,
2624
+ "./ModernCheck.svg": 4177,
2625
+ "./ModernRadio.svg": 5336,
2626
+ "./ProgressButton.svg": 9839,
2627
+ "./RemoveFile.svg": 9340,
2628
+ "./TimerCircle.svg": 6437,
2629
+ "./add-24x24.svg": 4500,
2630
+ "./arrowleft-16x16.svg": 7527,
2631
+ "./arrowright-16x16.svg": 5048,
2632
+ "./camera-24x24.svg": 1252,
2633
+ "./camera-32x32.svg": 7882,
2634
+ "./cancel-24x24.svg": 7299,
2635
+ "./check-16x16.svg": 8515,
2636
+ "./check-24x24.svg": 8241,
2637
+ "./chevrondown-24x24.svg": 2816,
2638
+ "./chevronright-16x16.svg": 9822,
2639
+ "./clear-16x16.svg": 9392,
2640
+ "./clear-24x24.svg": 2722,
2641
+ "./close-16x16.svg": 871,
2642
+ "./close-24x24.svg": 7541,
2643
+ "./collapse-16x16.svg": 790,
2644
+ "./collapsedetails-16x16.svg": 7982,
2645
+ "./delete-24x24.svg": 9355,
2646
+ "./drag-24x24.svg": 2543,
2647
+ "./draghorizontal-24x16.svg": 5360,
2648
+ "./expand-16x16.svg": 8679,
2649
+ "./expanddetails-16x16.svg": 8009,
2650
+ "./file-72x72.svg": 9877,
2651
+ "./flip-24x24.svg": 3124,
2652
+ "./folder-24x24.svg": 2561,
2653
+ "./fullsize-16x16.svg": 3475,
2654
+ "./image-48x48.svg": 4274,
2655
+ "./loading-48x48.svg": 1989,
2656
+ "./maximize-16x16.svg": 8453,
2657
+ "./minimize-16x16.svg": 1379,
2658
+ "./more-24x24.svg": 674,
2659
+ "./navmenu-24x24.svg": 9431,
2660
+ "./noimage-48x48.svg": 2485,
2661
+ "./ranking-arrows.svg": 7055,
2662
+ "./rankingundefined-16x16.svg": 9677,
2663
+ "./rating-star-2.svg": 5923,
2664
+ "./rating-star-small-2.svg": 3365,
2665
+ "./rating-star-small.svg": 8680,
2666
+ "./rating-star.svg": 4546,
2667
+ "./reorder-24x24.svg": 7788,
2668
+ "./restoredown-16x16.svg": 2521,
2669
+ "./search-24x24.svg": 3185,
2670
+ "./smiley-rate1-24x24.svg": 1284,
2671
+ "./smiley-rate10-24x24.svg": 3306,
2672
+ "./smiley-rate2-24x24.svg": 8803,
2673
+ "./smiley-rate3-24x24.svg": 6378,
2674
+ "./smiley-rate4-24x24.svg": 1441,
2675
+ "./smiley-rate5-24x24.svg": 8016,
2676
+ "./smiley-rate6-24x24.svg": 8767,
2677
+ "./smiley-rate7-24x24.svg": 7238,
2678
+ "./smiley-rate8-24x24.svg": 5869,
2679
+ "./smiley-rate9-24x24.svg": 4684
2680
+ };
2624
2681
 
2625
- module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>"
2682
+
2683
+ function webpackContext(req) {
2684
+ var id = webpackContextResolve(req);
2685
+ return __nested_webpack_require_2532__(id);
2686
+ }
2687
+ function webpackContextResolve(req) {
2688
+ if(!__nested_webpack_require_2532__.o(map, req)) {
2689
+ var e = new Error("Cannot find module '" + req + "'");
2690
+ e.code = 'MODULE_NOT_FOUND';
2691
+ throw e;
2692
+ }
2693
+ return map[req];
2694
+ }
2695
+ webpackContext.keys = function webpackContextKeys() {
2696
+ return Object.keys(map);
2697
+ };
2698
+ webpackContext.resolve = webpackContextResolve;
2699
+ module.exports = webpackContext;
2700
+ webpackContext.id = 1247;
2626
2701
 
2627
2702
  /***/ }),
2628
2703
 
2629
- /***/ 9839:
2704
+ /***/ 1252:
2630
2705
  /***/ ((module) => {
2631
2706
 
2632
- module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>"
2707
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.19 4.25H17.12C16.72 4.25 16.35 4.03 16.17 3.67C15.73 2.8 14.86 2.25 13.88 2.25H10.12C9.14 2.25 8.27 2.79 7.83 3.67C7.65 4.03 7.29 4.25 6.88 4.25H4.81C3.4 4.25 2.25 5.4 2.25 6.81V18.19C2.25 19.6 3.4 20.75 4.81 20.75H19.19C20.6 20.75 21.75 19.6 21.75 18.19V6.81C21.75 5.4 20.6 4.25 19.19 4.25ZM20.25 18.19C20.25 18.77 19.78 19.25 19.19 19.25H4.81C4.23 19.25 3.75 18.78 3.75 18.19V6.81C3.75 6.23 4.22 5.75 4.81 5.75H6.88C7.86 5.75 8.73 5.21 9.17 4.33C9.35 3.97 9.71 3.75 10.12 3.75H13.88C14.28 3.75 14.65 3.97 14.83 4.33C15.27 5.2 16.14 5.75 17.12 5.75H19.19C19.77 5.75 20.25 6.22 20.25 6.81V18.19ZM12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 15.17 8.83 17.75 12 17.75C15.17 17.75 17.75 15.17 17.75 12C17.75 8.83 15.17 6.25 12 6.25ZM12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM14.75 12C14.75 13.52 13.52 14.75 12 14.75C11.59 14.75 11.25 14.41 11.25 14C11.25 13.59 11.59 13.25 12 13.25C12.69 13.25 13.25 12.69 13.25 12C13.25 11.59 13.59 11.25 14 11.25C14.41 11.25 14.75 11.59 14.75 12Z\"></path></svg>"
2633
2708
 
2634
2709
  /***/ }),
2635
2710
 
2636
- /***/ 9340:
2711
+ /***/ 1284:
2637
2712
  /***/ ((module) => {
2638
2713
 
2639
- module.exports = "<svg viewBox=\"0 0 16 16\"><path d=\"M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z M11,10l-1,1L8,9l-2,2l-1-1l2-2L5,6l1-1l2,2l2-2l1,1L9,8 L11,10z\"></path></svg>"
2714
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 4.9938C4 4.44362 4.45 3.99348 5 3.99348H6.59L5.3 2.70306C4.91 2.31293 4.91 1.68272 5.3 1.2926C5.69 0.902468 6.32 0.902468 6.71 1.2926L9.71 4.29357C9.8 4.3836 9.88 4.49364 9.93 4.62368C10.03 4.86376 10.03 5.14385 9.93 5.38393C9.88 5.50397 9.81 5.614 9.71 5.71404L6.71 8.71501C6.51 8.91508 6.26 9.00511 6 9.00511C5.74 9.00511 5.49 8.90508 5.29 8.71501C4.9 8.32489 4.9 7.69468 5.29 7.30456L6.58 6.01413H4.99C4.44 6.01413 3.99 5.56399 3.99 5.01381L4 4.9938ZM14.08 5.37393C14.13 5.49397 14.2 5.604 14.3 5.70403L17.3 8.70501C17.5 8.90508 17.75 8.99511 18.01 8.99511C18.27 8.99511 18.52 8.89507 18.72 8.70501C19.11 8.31488 19.11 7.68468 18.72 7.29455L17.43 6.00413H19.02C19.57 6.00413 20.02 5.55399 20.02 5.00381C20.02 4.45363 19.57 4.00348 19.02 4.00348H17.43L18.72 2.71306C19.11 2.32293 19.11 1.69273 18.72 1.3026C18.33 0.912471 17.7 0.912471 17.31 1.3026L14.31 4.30358C14.22 4.39361 14.14 4.50364 14.09 4.63368C13.99 4.87376 13.99 5.15385 14.09 5.39393L14.08 5.37393ZM22 14.9971V20.999C22 22.6496 20.65 24 19 24H5C3.35 24 2 22.6496 2 20.999V14.9971C2 13.3465 3.35 11.9961 5 11.9961H19C20.65 11.9961 22 13.3465 22 14.9971ZM19 13.9967H16V16.9977H20V14.9971C20 14.4469 19.55 13.9967 19 13.9967ZM14 16.9977V13.9967H10V16.9977H14ZM10 18.9984V21.9993H14V18.9984H10ZM4 14.9971V16.9977H8V13.9967H5C4.45 13.9967 4 14.4469 4 14.9971ZM5 21.9993H8V18.9984H4V20.999C4 21.5492 4.45 21.9993 5 21.9993ZM20 20.999V18.9984H16V21.9993H19C19.55 21.9993 20 21.5492 20 20.999Z\"></path></svg>"
2640
2715
 
2641
2716
  /***/ }),
2642
2717
 
2643
- /***/ 6437:
2718
+ /***/ 1379:
2644
2719
  /***/ ((module) => {
2645
2720
 
2646
- module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 160 160\"><circle cx=\"80\" cy=\"80\" r=\"70\" style=\"stroke: var(--sd-timer-stroke-background-color); stroke-width: var(--sd-timer-stroke-background-width)\" stroke-dasharray=\"none\" stroke-dashoffset=\"none\"></circle><circle cx=\"80\" cy=\"80\" r=\"70\"></circle></svg>"
2721
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.75 8C13.75 8.41 13.41 8.75 13 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8Z\"></path></svg>"
2647
2722
 
2648
2723
  /***/ }),
2649
2724
 
2650
- /***/ 4500:
2725
+ /***/ 1441:
2651
2726
  /***/ ((module) => {
2652
2727
 
2653
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.75 12C15.75 12.41 15.41 12.75 15 12.75H12.75V15C12.75 15.41 12.41 15.75 12 15.75C11.59 15.75 11.25 15.41 11.25 15V12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H11.25V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V11.25H15C15.41 11.25 15.75 11.59 15.75 12ZM21.75 12C21.75 17.38 17.38 21.75 12 21.75C6.62 21.75 2.25 17.38 2.25 12C2.25 6.62 6.62 2.25 12 2.25C17.38 2.25 21.75 6.62 21.75 12ZM20.25 12C20.25 7.45 16.55 3.75 12 3.75C7.45 3.75 3.75 7.45 3.75 12C3.75 16.55 7.45 20.25 12 20.25C16.55 20.25 20.25 16.55 20.25 12Z\"></path></svg>"
2728
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.06927 7C6.51927 7 6.06927 6.55 6.06927 6V2C6.06927 1.45 6.51927 1 7.06927 1C7.61927 1 8.06927 1.45 8.06927 2V6C8.06927 6.55 7.61927 7 7.06927 7ZM18.0693 6V2C18.0693 1.45 17.6193 1 17.0693 1C16.5193 1 16.0693 1.45 16.0693 2V6C16.0693 6.55 16.5193 7 17.0693 7C17.6193 7 18.0693 6.55 18.0693 6ZM22.5693 21.9C23.0693 21.66 23.2793 21.07 23.0393 20.57C21.1093 16.52 16.9093 14 12.0693 14C7.22927 14 3.02927 16.52 1.09927 20.57C0.859273 21.07 1.06927 21.67 1.56927 21.9C2.06927 22.14 2.65927 21.93 2.89927 21.43C4.49927 18.08 8.00927 16 12.0593 16C16.1093 16 19.6293 18.08 21.2193 21.43C21.3893 21.79 21.7493 22 22.1193 22C22.2593 22 22.4093 21.97 22.5493 21.9H22.5693Z\"></path></svg>"
2654
2729
 
2655
2730
  /***/ }),
2656
2731
 
2657
- /***/ 7527:
2732
+ /***/ 1989:
2658
2733
  /***/ ((module) => {
2659
2734
 
2660
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.7475 7.9975C14.7475 8.4075 14.4075 8.7475 13.9975 8.7475H3.8075L7.5275 12.4675C7.8175 12.7575 7.8175 13.2375 7.5275 13.5275C7.3775 13.6775 7.1875 13.7475 6.9975 13.7475C6.8075 13.7475 6.6175 13.6775 6.4675 13.5275L1.4675 8.5275C1.1775 8.2375 1.1775 7.7575 1.4675 7.4675L6.4675 2.4675C6.7575 2.1775 7.2375 2.1775 7.5275 2.4675C7.8175 2.7575 7.8175 3.2375 7.5275 3.5275L3.8075 7.2475H13.9975C14.4075 7.2475 14.7475 7.5875 14.7475 7.9975Z\"></path></svg>"
2735
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
2661
2736
 
2662
2737
  /***/ }),
2663
2738
 
2664
- /***/ 5048:
2739
+ /***/ 2485:
2665
2740
  /***/ ((module) => {
2666
2741
 
2667
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.53 8.5275L9.53 13.5275C9.38 13.6775 9.19 13.7475 9 13.7475C8.81 13.7475 8.62 13.6775 8.47 13.5275C8.18 13.2375 8.18 12.7575 8.47 12.4675L12.19 8.7475H2C1.59 8.7475 1.25 8.4075 1.25 7.9975C1.25 7.5875 1.59 7.2475 2 7.2475H12.19L8.47 3.5275C8.18 3.2375 8.18 2.7575 8.47 2.4675C8.76 2.1775 9.24 2.1775 9.53 2.4675L14.53 7.4675C14.82 7.7575 14.82 8.2375 14.53 8.5275Z\"></path></svg>"
2742
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.4975 14.2475C28.7075 14.2475 27.2475 15.7075 27.2475 17.4975C27.2475 19.2875 28.7075 20.7475 30.4975 20.7475C32.2875 20.7475 33.7475 19.2875 33.7475 17.4975C33.7475 15.7075 32.2875 14.2475 30.4975 14.2475ZM30.4975 19.2475C29.5375 19.2475 28.7475 18.4575 28.7475 17.4975C28.7475 16.5375 29.5375 15.7475 30.4975 15.7475C31.4575 15.7475 32.2475 16.5375 32.2475 17.4975C32.2475 18.4575 31.4575 19.2475 30.4975 19.2475ZM13.5175 11.2175C13.4375 10.8075 13.7075 10.4175 14.1175 10.3375C14.4275 10.2775 14.7175 10.2475 14.9975 10.2475H32.9975C35.6175 10.2475 37.7475 12.3775 37.7475 14.9975V32.9975C37.7475 33.2775 37.7175 33.5675 37.6575 33.8775C37.5875 34.2375 37.2775 34.4875 36.9175 34.4875C36.8675 34.4875 36.8275 34.4875 36.7775 34.4775C36.3675 34.3975 36.1075 34.0075 36.1775 33.5975C36.2175 33.3775 36.2375 33.1775 36.2375 32.9975V14.9975C36.2375 13.2075 34.7775 11.7475 32.9875 11.7475H14.9975C14.8075 11.7475 14.6175 11.7675 14.3975 11.8075C13.9875 11.8875 13.5975 11.6175 13.5175 11.2075V11.2175ZM34.4775 36.7775C34.5575 37.1875 34.2875 37.5775 33.8775 37.6575C33.5675 37.7175 33.2775 37.7475 32.9975 37.7475H14.9975C12.3775 37.7475 10.2475 35.6175 10.2475 32.9975V14.9975C10.2475 14.7175 10.2775 14.4275 10.3375 14.1175C10.4175 13.7075 10.8075 13.4375 11.2175 13.5175C11.6275 13.5975 11.8875 13.9875 11.8175 14.3975C11.7775 14.6175 11.7575 14.8175 11.7575 14.9975V32.9975C11.7575 34.7875 13.2175 36.2475 15.0075 36.2475H33.0075C33.1975 36.2475 33.3875 36.2275 33.6075 36.1875C34.0075 36.1075 34.4075 36.3775 34.4875 36.7875L34.4775 36.7775ZM15.8275 31.7975C15.6975 31.9375 15.7575 32.0875 15.7775 32.1175C15.8175 32.1975 15.8675 32.2475 15.9375 32.2475H29.8175C30.2275 32.2475 30.5675 32.5875 30.5675 32.9975C30.5675 33.4075 30.2275 33.7475 29.8175 33.7475H15.9375C15.2675 33.7475 14.6775 33.3475 14.3975 32.7175C14.1075 32.0575 14.2375 31.2975 14.7275 30.7775L19.7275 25.2775C20.0475 24.9275 20.5075 24.7175 20.9875 24.7075C21.4875 24.7275 21.9375 24.8875 22.2675 25.2275L25.4675 28.4775C25.7575 28.7675 25.7575 29.2475 25.4675 29.5375C25.1675 29.8275 24.6975 29.8275 24.4075 29.5375L21.2075 26.2875C21.1475 26.2175 21.0675 26.1875 21.0275 26.2075C20.9875 26.2075 20.9075 26.2175 20.8475 26.2875L15.8375 31.7975H15.8275ZM38.5275 38.5275C38.3775 38.6775 38.1875 38.7475 37.9975 38.7475C37.8075 38.7475 37.6175 38.6775 37.4675 38.5275L9.4675 10.5275C9.1775 10.2375 9.1775 9.7575 9.4675 9.4675C9.7575 9.1775 10.2375 9.1775 10.5275 9.4675L38.5275 37.4675C38.8175 37.7575 38.8175 38.2375 38.5275 38.5275Z\"></path></svg>"
2668
2743
 
2669
2744
  /***/ }),
2670
2745
 
2671
- /***/ 1252:
2746
+ /***/ 2521:
2672
2747
  /***/ ((module) => {
2673
2748
 
2674
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.19 4.25H17.12C16.72 4.25 16.35 4.03 16.17 3.67C15.73 2.8 14.86 2.25 13.88 2.25H10.12C9.14 2.25 8.27 2.79 7.83 3.67C7.65 4.03 7.29 4.25 6.88 4.25H4.81C3.4 4.25 2.25 5.4 2.25 6.81V18.19C2.25 19.6 3.4 20.75 4.81 20.75H19.19C20.6 20.75 21.75 19.6 21.75 18.19V6.81C21.75 5.4 20.6 4.25 19.19 4.25ZM20.25 18.19C20.25 18.77 19.78 19.25 19.19 19.25H4.81C4.23 19.25 3.75 18.78 3.75 18.19V6.81C3.75 6.23 4.22 5.75 4.81 5.75H6.88C7.86 5.75 8.73 5.21 9.17 4.33C9.35 3.97 9.71 3.75 10.12 3.75H13.88C14.28 3.75 14.65 3.97 14.83 4.33C15.27 5.2 16.14 5.75 17.12 5.75H19.19C19.77 5.75 20.25 6.22 20.25 6.81V18.19ZM12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 15.17 8.83 17.75 12 17.75C15.17 17.75 17.75 15.17 17.75 12C17.75 8.83 15.17 6.25 12 6.25ZM12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM14.75 12C14.75 13.52 13.52 14.75 12 14.75C11.59 14.75 11.25 14.41 11.25 14C11.25 13.59 11.59 13.25 12 13.25C12.69 13.25 13.25 12.69 13.25 12C13.25 11.59 13.59 11.25 14 11.25C14.41 11.25 14.75 11.59 14.75 12Z\"></path></svg>"
2749
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.69 8.71C7.73 8.8 7.75 8.9 7.75 9V13C7.75 13.41 7.41 13.75 7 13.75C6.59 13.75 6.25 13.41 6.25 13V10.81L3.53 13.53C3.38 13.68 3.19 13.75 3 13.75C2.81 13.75 2.62 13.68 2.47 13.53C2.18 13.24 2.18 12.76 2.47 12.47L5.19 9.75H3C2.59 9.75 2.25 9.41 2.25 9C2.25 8.59 2.59 8.25 3 8.25H7C7.1 8.25 7.19 8.27 7.29 8.31C7.47 8.39 7.62 8.53 7.7 8.72L7.69 8.71ZM13 6.25H10.81L13.53 3.53C13.82 3.24 13.82 2.76 13.53 2.47C13.24 2.18 12.76 2.18 12.47 2.47L9.75 5.19V3C9.75 2.59 9.41 2.25 9 2.25C8.59 2.25 8.25 2.59 8.25 3V7C8.25 7.1 8.27 7.19 8.31 7.29C8.39 7.47 8.53 7.62 8.72 7.7C8.81 7.74 8.91 7.76 9.01 7.76H13.01C13.42 7.76 13.76 7.42 13.76 7.01C13.76 6.6 13.42 6.26 13.01 6.26L13 6.25Z\"></path></svg>"
2675
2750
 
2676
2751
  /***/ }),
2677
2752
 
2678
- /***/ 7882:
2753
+ /***/ 2543:
2679
2754
  /***/ ((module) => {
2680
2755
 
2681
- module.exports = "<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25 7.25H22.19C21.73 7.25 21.31 7 21.09 6.59L20.89 6.22C20.23 5.01 18.97 4.25 17.59 4.25H14.41C13.03 4.25 11.77 5 11.11 6.22L10.91 6.6C10.69 7 10.27 7.26 9.81 7.26H7C4.93 7.26 3.25 8.94 3.25 11.01V24.01C3.25 26.08 4.93 27.76 7 27.76H25C27.07 27.76 28.75 26.08 28.75 24.01V11C28.75 8.93 27.07 7.25 25 7.25ZM27.25 24C27.25 25.24 26.24 26.25 25 26.25H7C5.76 26.25 4.75 25.24 4.75 24V11C4.75 9.76 5.76 8.75 7 8.75H9.81C10.82 8.75 11.75 8.2 12.23 7.31L12.43 6.94C12.82 6.21 13.58 5.76 14.41 5.76H17.59C18.42 5.76 19.18 6.21 19.57 6.94L19.77 7.31C20.25 8.2 21.18 8.76 22.19 8.76H25C26.24 8.76 27.25 9.77 27.25 11.01V24.01V24ZM16 10.25C12.28 10.25 9.25 13.28 9.25 17C9.25 20.72 12.28 23.75 16 23.75C19.72 23.75 22.75 20.72 22.75 17C22.75 13.28 19.72 10.25 16 10.25ZM16 22.25C13.11 22.25 10.75 19.89 10.75 17C10.75 14.11 13.11 11.75 16 11.75C18.89 11.75 21.25 14.11 21.25 17C21.25 19.89 18.89 22.25 16 22.25ZM19.75 17C19.75 19.07 18.07 20.75 16 20.75C15.59 20.75 15.25 20.41 15.25 20C15.25 19.59 15.59 19.25 16 19.25C17.24 19.25 18.25 18.24 18.25 17C18.25 16.59 18.59 16.25 19 16.25C19.41 16.25 19.75 16.59 19.75 17Z\"></path></svg>"
2756
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.5 8.75C15.19 8.75 15.75 8.19 15.75 7.5C15.75 6.81 15.19 6.25 14.5 6.25C13.81 6.25 13.25 6.81 13.25 7.5C13.25 8.19 13.81 8.75 14.5 8.75ZM14.5 7.25C14.64 7.25 14.75 7.36 14.75 7.5C14.75 7.78 14.25 7.78 14.25 7.5C14.25 7.36 14.36 7.25 14.5 7.25ZM9.5 6.25C8.81 6.25 8.25 6.81 8.25 7.5C8.25 8.19 8.81 8.75 9.5 8.75C10.19 8.75 10.75 8.19 10.75 7.5C10.75 6.81 10.19 6.25 9.5 6.25ZM9.25 7.5C9.25 7.36 9.36 7.25 9.5 7.25C9.64 7.25 9.75 7.36 9.75 7.5C9.75 7.78 9.25 7.78 9.25 7.5ZM14.5 11.25C13.81 11.25 13.25 11.81 13.25 12.5C13.25 13.19 13.81 13.75 14.5 13.75C15.19 13.75 15.75 13.19 15.75 12.5C15.75 11.81 15.19 11.25 14.5 11.25ZM14.25 12.5C14.25 12.36 14.36 12.25 14.5 12.25C14.64 12.25 14.75 12.36 14.75 12.5C14.75 12.78 14.25 12.78 14.25 12.5ZM9.5 11.25C8.81 11.25 8.25 11.81 8.25 12.5C8.25 13.19 8.81 13.75 9.5 13.75C10.19 13.75 10.75 13.19 10.75 12.5C10.75 11.81 10.19 11.25 9.5 11.25ZM9.25 12.5C9.25 12.36 9.36 12.25 9.5 12.25C9.64 12.25 9.75 12.36 9.75 12.5C9.75 12.78 9.25 12.78 9.25 12.5ZM14.5 16.25C13.81 16.25 13.25 16.81 13.25 17.5C13.25 18.19 13.81 18.75 14.5 18.75C15.19 18.75 15.75 18.19 15.75 17.5C15.75 16.81 15.19 16.25 14.5 16.25ZM14.25 17.5C14.25 17.36 14.36 17.25 14.5 17.25C14.64 17.25 14.75 17.36 14.75 17.5C14.75 17.78 14.25 17.78 14.25 17.5ZM9.5 16.25C8.81 16.25 8.25 16.81 8.25 17.5C8.25 18.19 8.81 18.75 9.5 18.75C10.19 18.75 10.75 18.19 10.75 17.5C10.75 16.81 10.19 16.25 9.5 16.25ZM9.25 17.5C9.25 17.36 9.36 17.25 9.5 17.25C9.64 17.25 9.75 17.36 9.75 17.5C9.75 17.78 9.25 17.78 9.25 17.5Z\"></path></svg>"
2682
2757
 
2683
2758
  /***/ }),
2684
2759
 
2685
- /***/ 7299:
2760
+ /***/ 2561:
2686
2761
  /***/ ((module) => {
2687
2762
 
2688
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.8099 11.75L15.2799 9.28C15.5699 8.99 15.5699 8.51 15.2799 8.22C14.9899 7.93 14.5099 7.93 14.2199 8.22L11.7499 10.69L9.27994 8.22C8.98994 7.93 8.50994 7.93 8.21994 8.22C7.92994 8.51 7.92994 8.99 8.21994 9.28L10.6899 11.75L8.21994 14.22C7.92994 14.51 7.92994 14.99 8.21994 15.28C8.36994 15.43 8.55994 15.5 8.74994 15.5C8.93994 15.5 9.12994 15.43 9.27994 15.28L11.7499 12.81L14.2199 15.28C14.3699 15.43 14.5599 15.5 14.7499 15.5C14.9399 15.5 15.1299 15.43 15.2799 15.28C15.5699 14.99 15.5699 14.51 15.2799 14.22L12.8099 11.75Z\"></path></svg>"
2763
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.72 9.24C21.45 8.92 21.12 8.67 20.75 8.5V8C20.75 6.48 19.52 5.25 18 5.25H10.65C10.32 4.1 9.26 3.25 8 3.25H6C4.48 3.25 3.25 4.48 3.25 6V18C3.25 19.52 4.48 20.75 6 20.75H18.33C19.66 20.75 20.8 19.8 21.04 18.49L22.31 11.49C22.46 10.69 22.24 9.86 21.72 9.24ZM4.75 18V6C4.75 5.31 5.31 4.75 6 4.75H8C8.69 4.75 9.25 5.31 9.25 6C9.25 6.41 9.59 6.75 10 6.75H18C18.69 6.75 19.25 7.31 19.25 8V8.25H9.27C7.94 8.25 6.8 9.2 6.56 10.51L5.29 17.51C5.19 18.07 5.27 18.64 5.51 19.15C5.06 18.96 4.75 18.52 4.75 18ZM20.83 11.22L19.56 18.22C19.45 18.81 18.94 19.25 18.33 19.25H8C7.63 19.25 7.28 19.09 7.04 18.8C6.8 18.51 6.7 18.14 6.77 17.78L8.04 10.78C8.15 10.19 8.66 9.75 9.27 9.75H19.6C19.97 9.75 20.32 9.91 20.56 10.2C20.8 10.49 20.9 10.86 20.83 11.22Z\"></path></svg>"
2689
2764
 
2690
2765
  /***/ }),
2691
2766
 
2692
- /***/ 8515:
2767
+ /***/ 2722:
2693
2768
  /***/ ((module) => {
2694
2769
 
2695
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.0275 5.0275L6.5275 12.5275C6.3775 12.6775 6.1875 12.7475 5.9975 12.7475C5.8075 12.7475 5.6175 12.6775 5.4675 12.5275L2.4675 9.5275C2.1775 9.2375 2.1775 8.7575 2.4675 8.4675C2.7575 8.1775 3.2375 8.1775 3.5275 8.4675L5.9975 10.9375L12.9675 3.9675C13.2575 3.6775 13.7375 3.6775 14.0275 3.9675C14.3175 4.2575 14.3175 4.7375 14.0275 5.0275Z\"></path></svg>"
2770
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.12 10.9325C20.64 10.4125 20.93 9.7225 20.93 8.9925C20.93 8.2625 20.64 7.5725 20.12 7.0525L16.95 3.8825C15.88 2.8125 14.13 2.8125 13.06 3.8825L3.88 13.0525C3.36 13.5725 3.07 14.2625 3.07 14.9925C3.07 15.7225 3.36 16.4125 3.88 16.9325L5.64 18.6925C6.57 19.6225 7.78 20.0825 9 20.0825C10.22 20.0825 11.43 19.6225 12.36 18.6925L20.12 10.9325ZM14.12 4.9325C14.36 4.6925 14.67 4.5625 15 4.5625C15.33 4.5625 15.65 4.6925 15.88 4.9325L19.05 8.1025C19.54 8.5925 19.54 9.3825 19.05 9.8725L12.99 15.9325L8.05 10.9925L14.12 4.9325ZM6.7 17.6325L4.94 15.8725C4.45 15.3825 4.45 14.5925 4.94 14.1025L7 12.0425L11.94 16.9825L11.3 17.6225C10.07 18.8525 7.93 18.8525 6.7 17.6225V17.6325ZM22.75 20.9925C22.75 21.4025 22.41 21.7425 22 21.7425H14C13.59 21.7425 13.25 21.4025 13.25 20.9925C13.25 20.5825 13.59 20.2425 14 20.2425H22C22.41 20.2425 22.75 20.5825 22.75 20.9925ZM4.75 20.9925C4.75 21.4025 4.41 21.7425 4 21.7425H2C1.59 21.7425 1.25 21.4025 1.25 20.9925C1.25 20.5825 1.59 20.2425 2 20.2425H4C4.41 20.2425 4.75 20.5825 4.75 20.9925Z\"></path></svg>"
2696
2771
 
2697
2772
  /***/ }),
2698
2773
 
2699
- /***/ 8241:
2774
+ /***/ 2816:
2700
2775
  /***/ ((module) => {
2701
2776
 
2702
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5275 7.5275L9.5275 17.5275C9.3775 17.6775 9.1875 17.7475 8.9975 17.7475C8.8075 17.7475 8.6175 17.6775 8.4675 17.5275L4.4675 13.5275C4.1775 13.2375 4.1775 12.7575 4.4675 12.4675C4.7575 12.1775 5.2375 12.1775 5.5275 12.4675L8.9975 15.9375L18.4675 6.4675C18.7575 6.1775 19.2375 6.1775 19.5275 6.4675C19.8175 6.7575 19.8175 7.2375 19.5275 7.5275Z\"></path></svg>"
2777
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.5275 10.5275L12.5275 14.5275C12.3775 14.6775 12.1875 14.7475 11.9975 14.7475C11.8075 14.7475 11.6175 14.6775 11.4675 14.5275L7.4675 10.5275C7.1775 10.2375 7.1775 9.7575 7.4675 9.4675C7.7575 9.1775 8.2375 9.1775 8.5275 9.4675L11.9975 12.9375L15.4675 9.4675C15.7575 9.1775 16.2375 9.1775 16.5275 9.4675C16.8175 9.7575 16.8175 10.2375 16.5275 10.5275Z\"></path></svg>"
2703
2778
 
2704
2779
  /***/ }),
2705
2780
 
2706
- /***/ 2816:
2781
+ /***/ 3124:
2707
2782
  /***/ ((module) => {
2708
2783
 
2709
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.5275 10.5275L12.5275 14.5275C12.3775 14.6775 12.1875 14.7475 11.9975 14.7475C11.8075 14.7475 11.6175 14.6775 11.4675 14.5275L7.4675 10.5275C7.1775 10.2375 7.1775 9.7575 7.4675 9.4675C7.7575 9.1775 8.2375 9.1775 8.5275 9.4675L11.9975 12.9375L15.4675 9.4675C15.7575 9.1775 16.2375 9.1775 16.5275 9.4675C16.8175 9.7575 16.8175 10.2375 16.5275 10.5275Z\"></path></svg>"
2784
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.53 17.4775C14.82 17.7675 14.82 18.2475 14.53 18.5375L11.53 21.5375C11.38 21.6875 11.19 21.7575 11 21.7575C10.81 21.7575 10.62 21.6875 10.47 21.5375C10.18 21.2475 10.18 20.7675 10.47 20.4775L12.2 18.7475C12.13 18.7475 12.07 18.7475 12 18.7475C6.62 18.7475 2.25 15.7475 2.25 12.0575C2.25 10.2975 3.22 8.6375 4.99 7.3875C5.33 7.1475 5.8 7.2275 6.03 7.5675C6.27 7.9075 6.19 8.3775 5.85 8.6075C4.49 9.5675 3.74 10.7875 3.74 12.0575C3.74 14.9175 7.44 17.2475 11.99 17.2475C12.05 17.2475 12.11 17.2475 12.17 17.2475L10.46 15.5375C10.17 15.2475 10.17 14.7675 10.46 14.4775C10.75 14.1875 11.23 14.1875 11.52 14.4775L14.52 17.4775H14.53ZM12 5.2575C11.93 5.2575 11.87 5.2575 11.8 5.2575L13.53 3.5275C13.82 3.2375 13.82 2.7575 13.53 2.4675C13.24 2.1775 12.76 2.1775 12.47 2.4675L9.47 5.4675C9.18 5.7575 9.18 6.2375 9.47 6.5275L12.47 9.5275C12.62 9.6775 12.81 9.7475 13 9.7475C13.19 9.7475 13.38 9.6775 13.53 9.5275C13.82 9.2375 13.82 8.7575 13.53 8.4675L11.82 6.7575C11.88 6.7575 11.94 6.7575 12 6.7575C16.55 6.7575 20.25 9.0875 20.25 11.9475C20.25 13.2075 19.5 14.4375 18.14 15.3975C17.8 15.6375 17.72 16.1075 17.96 16.4475C18.11 16.6575 18.34 16.7675 18.57 16.7675C18.72 16.7675 18.87 16.7275 19 16.6275C20.77 15.3775 21.75 13.7175 21.75 11.9575C21.75 8.2675 17.38 5.2675 12 5.2675V5.2575Z\"></path></svg>"
2710
2785
 
2711
2786
  /***/ }),
2712
2787
 
2713
- /***/ 9822:
2788
+ /***/ 3185:
2714
2789
  /***/ ((module) => {
2715
2790
 
2716
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.35 8.34627L7.35 12.3463C7.25 12.4463 7.12 12.4963 7 12.4963C6.88 12.4963 6.74 12.4463 6.65 12.3463C6.45 12.1463 6.45 11.8363 6.65 11.6363L10.3 7.98627L6.65 4.34627C6.45 4.15627 6.45 3.83627 6.65 3.64627C6.85 3.45627 7.16 3.44627 7.35 3.64627L11.35 7.64627C11.55 7.84627 11.55 8.15627 11.35 8.35627V8.34627Z\"></path></svg>"
2791
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.9975 2.25C9.7275 2.25 6.2475 5.73 6.2475 10C6.2475 11.87 6.9075 13.58 8.0175 14.92L2.4675 20.47C2.1775 20.76 2.1775 21.24 2.4675 21.53C2.6175 21.68 2.8075 21.75 2.9975 21.75C3.1875 21.75 3.3775 21.68 3.5275 21.53L9.0775 15.98C10.4175 17.08 12.1275 17.75 13.9975 17.75C18.2675 17.75 21.7475 14.27 21.7475 10C21.7475 5.73 18.2675 2.25 13.9975 2.25ZM13.9975 16.25C10.5475 16.25 7.7475 13.45 7.7475 10C7.7475 6.55 10.5475 3.75 13.9975 3.75C17.4475 3.75 20.2475 6.55 20.2475 10C20.2475 13.45 17.4475 16.25 13.9975 16.25Z\"></path></svg>"
2717
2792
 
2718
2793
  /***/ }),
2719
2794
 
2720
- /***/ 9392:
2795
+ /***/ 3306:
2721
2796
  /***/ ((module) => {
2722
2797
 
2723
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.35 11.65C12.55 11.85 12.55 12.16 12.35 12.36C12.25 12.46 12.12 12.51 12 12.51C11.88 12.51 11.74 12.46 11.65 12.36L8 8.71L4.35 12.36C4.25 12.46 4.12 12.51 4 12.51C3.88 12.51 3.74 12.46 3.65 12.36C3.45 12.16 3.45 11.85 3.65 11.65L7.3 8L3.65 4.35C3.45 4.16 3.45 3.84 3.65 3.65C3.85 3.46 4.16 3.45 4.35 3.65L8 7.3L11.65 3.65C11.85 3.45 12.16 3.45 12.36 3.65C12.56 3.85 12.56 4.16 12.36 4.36L8.71 8.01L12.36 11.66L12.35 11.65Z\"></path></svg>"
2798
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 23C6.85721 23 1.15412 19.9621 0.0134987 13.1669C-0.0765501 12.6272 0.293651 12.1076 0.833944 12.0177C1.38424 11.9277 1.89452 12.2975 1.98457 12.8371C2.92508 18.4732 7.69767 20.9914 12 20.9914C16.3023 20.9914 21.0749 18.4732 22.0154 12.8371C22.1055 12.2975 22.6158 11.9277 23.1661 12.0177C23.7063 12.1076 24.0765 12.6272 23.9865 13.1669C22.8559 19.9521 17.1428 23 11.99 23H12.01ZM21.165 6.15177C22.3056 5.01257 22.3056 3.16386 21.165 2.02465L21.0049 1.85477C19.9143 0.765533 18.1633 0.725561 17.0227 1.71487C15.8821 0.715568 14.1312 0.765533 13.0406 1.85477L12.8705 2.01466C11.7299 3.15386 11.7299 5.00257 12.8705 6.14178L17.0227 10.2889L21.175 6.14178L21.165 6.15177ZM15.742 3.27378L17.0127 4.54289L18.2834 3.27378C18.6436 2.91403 19.2239 2.91403 19.5841 3.27378L19.7442 3.43367C20.1044 3.79342 20.1044 4.37301 19.7442 4.73276L17.0127 7.46086L14.2812 4.73276C13.921 4.37301 13.921 3.79342 14.2812 3.43367L14.4413 3.27378C14.6214 3.09391 14.8515 3.00397 15.0917 3.00397C15.3318 3.00397 15.5619 3.09391 15.742 3.27378ZM11.1595 6.15177C12.3002 5.01257 12.3002 3.16386 11.1595 2.02465L10.9995 1.85477C9.90886 0.765533 8.15792 0.725561 7.0173 1.71487C5.87668 0.715568 4.12573 0.765533 3.03514 1.85477L2.86505 2.01466C1.72443 3.15386 1.72443 5.00257 2.86505 6.14178L7.0173 10.2889L11.1695 6.14178L11.1595 6.15177ZM5.7366 3.27378L7.00729 4.54289L8.27798 3.27378C8.63818 2.91403 9.21849 2.91403 9.57869 3.27378L9.73877 3.43367C10.099 3.79342 10.099 4.37301 9.73877 4.73276L7.00729 7.46086L4.27581 4.73276C3.91562 4.37301 3.91562 3.79342 4.27581 3.43367L4.4359 3.27378C4.61599 3.09391 4.84612 3.00397 5.08625 3.00397C5.32638 3.00397 5.5565 3.09391 5.7366 3.27378Z\"></path></svg>"
2724
2799
 
2725
2800
  /***/ }),
2726
2801
 
2727
- /***/ 2722:
2802
+ /***/ 3365:
2728
2803
  /***/ ((module) => {
2729
2804
 
2730
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20.12 10.9325C20.64 10.4125 20.93 9.7225 20.93 8.9925C20.93 8.2625 20.64 7.5725 20.12 7.0525L16.95 3.8825C15.88 2.8125 14.13 2.8125 13.06 3.8825L3.88 13.0525C3.36 13.5725 3.07 14.2625 3.07 14.9925C3.07 15.7225 3.36 16.4125 3.88 16.9325L5.64 18.6925C6.57 19.6225 7.78 20.0825 9 20.0825C10.22 20.0825 11.43 19.6225 12.36 18.6925L20.12 10.9325ZM14.12 4.9325C14.36 4.6925 14.67 4.5625 15 4.5625C15.33 4.5625 15.65 4.6925 15.88 4.9325L19.05 8.1025C19.54 8.5925 19.54 9.3825 19.05 9.8725L12.99 15.9325L8.05 10.9925L14.12 4.9325ZM6.7 17.6325L4.94 15.8725C4.45 15.3825 4.45 14.5925 4.94 14.1025L7 12.0425L11.94 16.9825L11.3 17.6225C10.07 18.8525 7.93 18.8525 6.7 17.6225V17.6325ZM22.75 20.9925C22.75 21.4025 22.41 21.7425 22 21.7425H14C13.59 21.7425 13.25 21.4025 13.25 20.9925C13.25 20.5825 13.59 20.2425 14 20.2425H22C22.41 20.2425 22.75 20.5825 22.75 20.9925ZM4.75 20.9925C4.75 21.4025 4.41 21.7425 4 21.7425H2C1.59 21.7425 1.25 21.4025 1.25 20.9925C1.25 20.5825 1.59 20.2425 2 20.2425H4C4.41 20.2425 4.75 20.5825 4.75 20.9925Z\"></path></svg>"
2805
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M12 15.9472L8.58001 17.7572L9.23001 13.9272L6.45001 11.2072L10.29 10.6472L12 7.17725L13.71 10.6472L17.55 11.2072L14.77 13.9272L15.42 17.7572L12 15.9472Z\"></path></svg>"
2731
2806
 
2732
2807
  /***/ }),
2733
2808
 
2734
- /***/ 871:
2809
+ /***/ 3475:
2735
2810
  /***/ ((module) => {
2736
2811
 
2737
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.5275 12.4675C13.8175 12.7575 13.8175 13.2375 13.5275 13.5275C13.3775 13.6775 13.1875 13.7475 12.9975 13.7475C12.8075 13.7475 12.6175 13.6775 12.4675 13.5275L7.9975 9.0575L3.5275 13.5275C3.3775 13.6775 3.1875 13.7475 2.9975 13.7475C2.8075 13.7475 2.6175 13.6775 2.4675 13.5275C2.1775 13.2375 2.1775 12.7575 2.4675 12.4675L6.9375 7.9975L2.4675 3.5275C2.1775 3.2375 2.1775 2.7575 2.4675 2.4675C2.7575 2.1775 3.2375 2.1775 3.5275 2.4675L7.9975 6.9375L12.4675 2.4675C12.7575 2.1775 13.2375 2.1775 13.5275 2.4675C13.8175 2.7575 13.8175 3.2375 13.5275 3.5275L9.0575 7.9975L13.5275 12.4675Z\"></path></svg>"
2812
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 3.25H4C3.04 3.25 2.25 4.04 2.25 5V11C2.25 11.96 3.04 12.75 4 12.75H12C12.96 12.75 13.75 11.96 13.75 11V5C13.75 4.04 12.96 3.25 12 3.25ZM12.25 11C12.25 11.14 12.14 11.25 12 11.25H4C3.86 11.25 3.75 11.14 3.75 11V5C3.75 4.86 3.86 4.75 4 4.75H12C12.14 4.75 12.25 4.86 12.25 5V11Z\"></path></svg>"
2738
2813
 
2739
2814
  /***/ }),
2740
2815
 
2741
- /***/ 7541:
2816
+ /***/ 4177:
2742
2817
  /***/ ((module) => {
2743
2818
 
2744
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5275 18.4675C19.8175 18.7575 19.8175 19.2375 19.5275 19.5275C19.3775 19.6775 19.1875 19.7475 18.9975 19.7475C18.8075 19.7475 18.6175 19.6775 18.4675 19.5275L11.9975 13.0575L5.5275 19.5275C5.3775 19.6775 5.1875 19.7475 4.9975 19.7475C4.8075 19.7475 4.6175 19.6775 4.4675 19.5275C4.1775 19.2375 4.1775 18.7575 4.4675 18.4675L10.9375 11.9975L4.4675 5.5275C4.1775 5.2375 4.1775 4.7575 4.4675 4.4675C4.7575 4.1775 5.2375 4.1775 5.5275 4.4675L11.9975 10.9375L18.4675 4.4675C18.7575 4.1775 19.2375 4.1775 19.5275 4.4675C19.8175 4.7575 19.8175 5.2375 19.5275 5.5275L13.0575 11.9975L19.5275 18.4675Z\"></path></svg>"
2819
+ module.exports = "<svg viewBox=\"0 0 24 24\"><path d=\"M5,13l2-2l3,3l7-7l2,2l-9,9L5,13z\"></path></svg>"
2745
2820
 
2746
2821
  /***/ }),
2747
2822
 
2748
- /***/ 790:
2823
+ /***/ 4274:
2749
2824
  /***/ ((module) => {
2750
2825
 
2751
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2826
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M33 10.25H15C12.38 10.25 10.25 12.38 10.25 15V33C10.25 35.62 12.38 37.75 15 37.75H33C35.62 37.75 37.75 35.62 37.75 33V15C37.75 12.38 35.62 10.25 33 10.25ZM36.25 33C36.25 34.79 34.79 36.25 33 36.25H15C13.21 36.25 11.75 34.79 11.75 33V15C11.75 13.21 13.21 11.75 15 11.75H33C34.79 11.75 36.25 13.21 36.25 15V33ZM30.5 14.25C28.71 14.25 27.25 15.71 27.25 17.5C27.25 19.29 28.71 20.75 30.5 20.75C32.29 20.75 33.75 19.29 33.75 17.5C33.75 15.71 32.29 14.25 30.5 14.25ZM30.5 19.25C29.54 19.25 28.75 18.46 28.75 17.5C28.75 16.54 29.54 15.75 30.5 15.75C31.46 15.75 32.25 16.54 32.25 17.5C32.25 18.46 31.46 19.25 30.5 19.25ZM29.26 26.28C28.94 25.92 28.49 25.71 28.01 25.7C27.54 25.68 27.07 25.87 26.73 26.2L24.95 27.94L22.28 25.23C21.94 24.89 21.5 24.71 21 24.71C20.52 24.71 20.06 24.93 19.74 25.28L14.74 30.78C14.25 31.3 14.12 32.06 14.41 32.72C14.69 33.36 15.28 33.75 15.95 33.75H32.07C32.74 33.75 33.33 33.35 33.61 32.72C33.89 32.06 33.77 31.31 33.29 30.79L29.27 26.29L29.26 26.28ZM32.22 32.12C32.18 32.2 32.13 32.25 32.06 32.25H15.94C15.87 32.25 15.81 32.21 15.78 32.12C15.77 32.09 15.71 31.93 15.83 31.8L20.84 26.29C20.9 26.22 20.99 26.21 21.02 26.21C21.06 26.21 21.14 26.22 21.2 26.29L24.4 29.54C24.69 29.83 25.16 29.84 25.46 29.54L27.77 27.27C27.83 27.21 27.9 27.2 27.94 27.2C28.01 27.2 28.06 27.21 28.13 27.28L32.16 31.79C32.16 31.79 32.16 31.79 32.17 31.8C32.29 31.93 32.23 32.09 32.22 32.12Z\"></path></svg>"
2752
2827
 
2753
2828
  /***/ }),
2754
2829
 
2755
- /***/ 7982:
2830
+ /***/ 4500:
2756
2831
  /***/ ((module) => {
2757
2832
 
2758
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2833
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.75 12C15.75 12.41 15.41 12.75 15 12.75H12.75V15C12.75 15.41 12.41 15.75 12 15.75C11.59 15.75 11.25 15.41 11.25 15V12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H11.25V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V11.25H15C15.41 11.25 15.75 11.59 15.75 12ZM21.75 12C21.75 17.38 17.38 21.75 12 21.75C6.62 21.75 2.25 17.38 2.25 12C2.25 6.62 6.62 2.25 12 2.25C17.38 2.25 21.75 6.62 21.75 12ZM20.25 12C20.25 7.45 16.55 3.75 12 3.75C7.45 3.75 3.75 7.45 3.75 12C3.75 16.55 7.45 20.25 12 20.25C16.55 20.25 20.25 16.55 20.25 12Z\"></path></svg>"
2759
2834
 
2760
2835
  /***/ }),
2761
2836
 
2762
- /***/ 9355:
2837
+ /***/ 4546:
2763
2838
  /***/ ((module) => {
2764
2839
 
2765
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.75 9V17C12.75 17.41 12.41 17.75 12 17.75C11.59 17.75 11.25 17.41 11.25 17V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9ZM14.25 9V17C14.25 17.41 14.59 17.75 15 17.75C15.41 17.75 15.75 17.41 15.75 17V9C15.75 8.59 15.41 8.25 15 8.25C14.59 8.25 14.25 8.59 14.25 9ZM9 8.25C8.59 8.25 8.25 8.59 8.25 9V17C8.25 17.41 8.59 17.75 9 17.75C9.41 17.75 9.75 17.41 9.75 17V9C9.75 8.59 9.41 8.25 9 8.25ZM20.75 6C20.75 6.41 20.41 6.75 20 6.75H18.75V18C18.75 19.52 17.52 20.75 16 20.75H8C6.48 20.75 5.25 19.52 5.25 18V6.75H4C3.59 6.75 3.25 6.41 3.25 6C3.25 5.59 3.59 5.25 4 5.25H8.25V4C8.25 3.04 9.04 2.25 10 2.25H14C14.96 2.25 15.75 3.04 15.75 4V5.25H20C20.41 5.25 20.75 5.59 20.75 6ZM9.75 5.25H14.25V4C14.25 3.86 14.14 3.75 14 3.75H10C9.86 3.75 9.75 3.86 9.75 4V5.25ZM17.25 6.75H6.75V18C6.75 18.69 7.31 19.25 8 19.25H16C16.69 19.25 17.25 18.69 17.25 18V6.75Z\"></path></svg>"
2840
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\"></path></g></svg>"
2766
2841
 
2767
2842
  /***/ }),
2768
2843
 
2769
- /***/ 2543:
2844
+ /***/ 4684:
2770
2845
  /***/ ((module) => {
2771
2846
 
2772
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.5 8.75C15.19 8.75 15.75 8.19 15.75 7.5C15.75 6.81 15.19 6.25 14.5 6.25C13.81 6.25 13.25 6.81 13.25 7.5C13.25 8.19 13.81 8.75 14.5 8.75ZM14.5 7.25C14.64 7.25 14.75 7.36 14.75 7.5C14.75 7.78 14.25 7.78 14.25 7.5C14.25 7.36 14.36 7.25 14.5 7.25ZM9.5 6.25C8.81 6.25 8.25 6.81 8.25 7.5C8.25 8.19 8.81 8.75 9.5 8.75C10.19 8.75 10.75 8.19 10.75 7.5C10.75 6.81 10.19 6.25 9.5 6.25ZM9.25 7.5C9.25 7.36 9.36 7.25 9.5 7.25C9.64 7.25 9.75 7.36 9.75 7.5C9.75 7.78 9.25 7.78 9.25 7.5ZM14.5 11.25C13.81 11.25 13.25 11.81 13.25 12.5C13.25 13.19 13.81 13.75 14.5 13.75C15.19 13.75 15.75 13.19 15.75 12.5C15.75 11.81 15.19 11.25 14.5 11.25ZM14.25 12.5C14.25 12.36 14.36 12.25 14.5 12.25C14.64 12.25 14.75 12.36 14.75 12.5C14.75 12.78 14.25 12.78 14.25 12.5ZM9.5 11.25C8.81 11.25 8.25 11.81 8.25 12.5C8.25 13.19 8.81 13.75 9.5 13.75C10.19 13.75 10.75 13.19 10.75 12.5C10.75 11.81 10.19 11.25 9.5 11.25ZM9.25 12.5C9.25 12.36 9.36 12.25 9.5 12.25C9.64 12.25 9.75 12.36 9.75 12.5C9.75 12.78 9.25 12.78 9.25 12.5ZM14.5 16.25C13.81 16.25 13.25 16.81 13.25 17.5C13.25 18.19 13.81 18.75 14.5 18.75C15.19 18.75 15.75 18.19 15.75 17.5C15.75 16.81 15.19 16.25 14.5 16.25ZM14.25 17.5C14.25 17.36 14.36 17.25 14.5 17.25C14.64 17.25 14.75 17.36 14.75 17.5C14.75 17.78 14.25 17.78 14.25 17.5ZM9.5 16.25C8.81 16.25 8.25 16.81 8.25 17.5C8.25 18.19 8.81 18.75 9.5 18.75C10.19 18.75 10.75 18.19 10.75 17.5C10.75 16.81 10.19 16.25 9.5 16.25ZM9.25 17.5C9.25 17.36 9.36 17.25 9.5 17.25C9.64 17.25 9.75 17.36 9.75 17.5C9.75 17.78 9.25 17.78 9.25 17.5Z\"></path></svg>"
2847
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
2773
2848
 
2774
2849
  /***/ }),
2775
2850
 
2776
- /***/ 5360:
2851
+ /***/ 5048:
2777
2852
  /***/ ((module) => {
2778
2853
 
2779
- module.exports = "<svg viewBox=\"0 0 24 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.5 9.25C16.81 9.25 16.25 9.81 16.25 10.5C16.25 11.19 16.81 11.75 17.5 11.75C18.19 11.75 18.75 11.19 18.75 10.5C18.75 9.81 18.19 9.25 17.5 9.25ZM17.25 10.5C17.25 10.36 17.36 10.25 17.5 10.25C17.64 10.25 17.75 10.36 17.75 10.5C17.75 10.78 17.25 10.78 17.25 10.5ZM17.5 6.75C18.19 6.75 18.75 6.19 18.75 5.5C18.75 4.81 18.19 4.25 17.5 4.25C16.81 4.25 16.25 4.81 16.25 5.5C16.25 6.19 16.81 6.75 17.5 6.75ZM17.5 5.25C17.64 5.25 17.75 5.36 17.75 5.5C17.75 5.78 17.25 5.78 17.25 5.5C17.25 5.36 17.36 5.25 17.5 5.25ZM12.5 9.25C11.81 9.25 11.25 9.81 11.25 10.5C11.25 11.19 11.81 11.75 12.5 11.75C13.19 11.75 13.75 11.19 13.75 10.5C13.75 9.81 13.19 9.25 12.5 9.25ZM12.25 10.5C12.25 10.36 12.36 10.25 12.5 10.25C12.64 10.25 12.75 10.36 12.75 10.5C12.75 10.78 12.25 10.78 12.25 10.5ZM12.5 4.25C11.81 4.25 11.25 4.81 11.25 5.5C11.25 6.19 11.81 6.75 12.5 6.75C13.19 6.75 13.75 6.19 13.75 5.5C13.75 4.81 13.19 4.25 12.5 4.25ZM12.25 5.5C12.25 5.36 12.36 5.25 12.5 5.25C12.64 5.25 12.75 5.36 12.75 5.5C12.75 5.78 12.25 5.78 12.25 5.5ZM7.5 9.25C6.81 9.25 6.25 9.81 6.25 10.5C6.25 11.19 6.81 11.75 7.5 11.75C8.19 11.75 8.75 11.19 8.75 10.5C8.75 9.81 8.19 9.25 7.5 9.25ZM7.25 10.5C7.25 10.36 7.36 10.25 7.5 10.25C7.64 10.25 7.75 10.36 7.75 10.5C7.75 10.78 7.25 10.78 7.25 10.5ZM7.5 4.25C6.81 4.25 6.25 4.81 6.25 5.5C6.25 6.19 6.81 6.75 7.5 6.75C8.19 6.75 8.75 6.19 8.75 5.5C8.75 4.81 8.19 4.25 7.5 4.25ZM7.25 5.5C7.25 5.36 7.36 5.25 7.5 5.25C7.64 5.25 7.75 5.36 7.75 5.5C7.75 5.78 7.25 5.78 7.25 5.5Z\"></path></svg>"
2854
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.53 8.5275L9.53 13.5275C9.38 13.6775 9.19 13.7475 9 13.7475C8.81 13.7475 8.62 13.6775 8.47 13.5275C8.18 13.2375 8.18 12.7575 8.47 12.4675L12.19 8.7475H2C1.59 8.7475 1.25 8.4075 1.25 7.9975C1.25 7.5875 1.59 7.2475 2 7.2475H12.19L8.47 3.5275C8.18 3.2375 8.18 2.7575 8.47 2.4675C8.76 2.1775 9.24 2.1775 9.53 2.4675L14.53 7.4675C14.82 7.7575 14.82 8.2375 14.53 8.5275Z\"></path></svg>"
2780
2855
 
2781
2856
  /***/ }),
2782
2857
 
2783
- /***/ 8679:
2858
+ /***/ 5169:
2784
2859
  /***/ ((module) => {
2785
2860
 
2786
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H8.75V11C8.75 11.41 8.41 11.75 8 11.75C7.59 11.75 7.25 11.41 7.25 11V8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H7.25V5C7.25 4.59 7.59 4.25 8 4.25C8.41 4.25 8.75 4.59 8.75 5V7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2861
+ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"4\"></rect></svg>"
2787
2862
 
2788
2863
  /***/ }),
2789
2864
 
2790
- /***/ 8009:
2865
+ /***/ 5336:
2791
2866
  /***/ ((module) => {
2792
2867
 
2793
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H8.75V11C8.75 11.41 8.41 11.75 8 11.75C7.59 11.75 7.25 11.41 7.25 11V8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H7.25V5C7.25 4.59 7.59 4.25 8 4.25C8.41 4.25 8.75 4.59 8.75 5V7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2868
+ module.exports = "<svg viewBox=\"-12 -12 24 24\"><circle r=\"6\" cx=\"0\" cy=\"0\"></circle></svg>"
2794
2869
 
2795
2870
  /***/ }),
2796
2871
 
2797
- /***/ 9877:
2872
+ /***/ 5360:
2798
2873
  /***/ ((module) => {
2799
2874
 
2800
- module.exports = "<svg viewBox=\"0 0 72 72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M62.83 12.83L53.17 3.17C52.7982 2.79866 52.357 2.50421 51.8714 2.30346C51.3858 2.1027 50.8654 1.99959 50.34 2H14C12.4087 2 10.8826 2.63214 9.75735 3.75736C8.63214 4.88258 8 6.4087 8 8V64C8 65.5913 8.63214 67.1174 9.75735 68.2426C10.8826 69.3679 12.4087 70 14 70H58C59.5913 70 61.1174 69.3679 62.2426 68.2426C63.3679 67.1174 64 65.5913 64 64V15.66C64.0004 15.1346 63.8973 14.6142 63.6965 14.1286C63.4958 13.643 63.2013 13.2018 62.83 12.83ZM52 4.83L61.17 14H56C54.9391 14 53.9217 13.5786 53.1716 12.8284C52.4214 12.0783 52 11.0609 52 10V4.83ZM62 64C62 65.0609 61.5786 66.0783 60.8284 66.8284C60.0783 67.5786 59.0609 68 58 68H14C12.9391 68 11.9217 67.5786 11.1716 66.8284C10.4214 66.0783 10 65.0609 10 64V8C10 6.93914 10.4214 5.92172 11.1716 5.17157C11.9217 4.42143 12.9391 4 14 4H50V10C50 11.5913 50.6321 13.1174 51.7574 14.2426C52.8826 15.3679 54.4087 16 56 16H62V64ZM22 26H50V28H22V26ZM22 32H50V34H22V32ZM22 38H50V40H22V38ZM22 44H50V46H22V44Z\"></path></svg>"
2875
+ module.exports = "<svg viewBox=\"0 0 24 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.5 9.25C16.81 9.25 16.25 9.81 16.25 10.5C16.25 11.19 16.81 11.75 17.5 11.75C18.19 11.75 18.75 11.19 18.75 10.5C18.75 9.81 18.19 9.25 17.5 9.25ZM17.25 10.5C17.25 10.36 17.36 10.25 17.5 10.25C17.64 10.25 17.75 10.36 17.75 10.5C17.75 10.78 17.25 10.78 17.25 10.5ZM17.5 6.75C18.19 6.75 18.75 6.19 18.75 5.5C18.75 4.81 18.19 4.25 17.5 4.25C16.81 4.25 16.25 4.81 16.25 5.5C16.25 6.19 16.81 6.75 17.5 6.75ZM17.5 5.25C17.64 5.25 17.75 5.36 17.75 5.5C17.75 5.78 17.25 5.78 17.25 5.5C17.25 5.36 17.36 5.25 17.5 5.25ZM12.5 9.25C11.81 9.25 11.25 9.81 11.25 10.5C11.25 11.19 11.81 11.75 12.5 11.75C13.19 11.75 13.75 11.19 13.75 10.5C13.75 9.81 13.19 9.25 12.5 9.25ZM12.25 10.5C12.25 10.36 12.36 10.25 12.5 10.25C12.64 10.25 12.75 10.36 12.75 10.5C12.75 10.78 12.25 10.78 12.25 10.5ZM12.5 4.25C11.81 4.25 11.25 4.81 11.25 5.5C11.25 6.19 11.81 6.75 12.5 6.75C13.19 6.75 13.75 6.19 13.75 5.5C13.75 4.81 13.19 4.25 12.5 4.25ZM12.25 5.5C12.25 5.36 12.36 5.25 12.5 5.25C12.64 5.25 12.75 5.36 12.75 5.5C12.75 5.78 12.25 5.78 12.25 5.5ZM7.5 9.25C6.81 9.25 6.25 9.81 6.25 10.5C6.25 11.19 6.81 11.75 7.5 11.75C8.19 11.75 8.75 11.19 8.75 10.5C8.75 9.81 8.19 9.25 7.5 9.25ZM7.25 10.5C7.25 10.36 7.36 10.25 7.5 10.25C7.64 10.25 7.75 10.36 7.75 10.5C7.75 10.78 7.25 10.78 7.25 10.5ZM7.5 4.25C6.81 4.25 6.25 4.81 6.25 5.5C6.25 6.19 6.81 6.75 7.5 6.75C8.19 6.75 8.75 6.19 8.75 5.5C8.75 4.81 8.19 4.25 7.5 4.25ZM7.25 5.5C7.25 5.36 7.36 5.25 7.5 5.25C7.64 5.25 7.75 5.36 7.75 5.5C7.75 5.78 7.25 5.78 7.25 5.5Z\"></path></svg>"
2801
2876
 
2802
2877
  /***/ }),
2803
2878
 
2804
- /***/ 3124:
2879
+ /***/ 5869:
2805
2880
  /***/ ((module) => {
2806
2881
 
2807
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.53 17.4775C14.82 17.7675 14.82 18.2475 14.53 18.5375L11.53 21.5375C11.38 21.6875 11.19 21.7575 11 21.7575C10.81 21.7575 10.62 21.6875 10.47 21.5375C10.18 21.2475 10.18 20.7675 10.47 20.4775L12.2 18.7475C12.13 18.7475 12.07 18.7475 12 18.7475C6.62 18.7475 2.25 15.7475 2.25 12.0575C2.25 10.2975 3.22 8.6375 4.99 7.3875C5.33 7.1475 5.8 7.2275 6.03 7.5675C6.27 7.9075 6.19 8.3775 5.85 8.6075C4.49 9.5675 3.74 10.7875 3.74 12.0575C3.74 14.9175 7.44 17.2475 11.99 17.2475C12.05 17.2475 12.11 17.2475 12.17 17.2475L10.46 15.5375C10.17 15.2475 10.17 14.7675 10.46 14.4775C10.75 14.1875 11.23 14.1875 11.52 14.4775L14.52 17.4775H14.53ZM12 5.2575C11.93 5.2575 11.87 5.2575 11.8 5.2575L13.53 3.5275C13.82 3.2375 13.82 2.7575 13.53 2.4675C13.24 2.1775 12.76 2.1775 12.47 2.4675L9.47 5.4675C9.18 5.7575 9.18 6.2375 9.47 6.5275L12.47 9.5275C12.62 9.6775 12.81 9.7475 13 9.7475C13.19 9.7475 13.38 9.6775 13.53 9.5275C13.82 9.2375 13.82 8.7575 13.53 8.4675L11.82 6.7575C11.88 6.7575 11.94 6.7575 12 6.7575C16.55 6.7575 20.25 9.0875 20.25 11.9475C20.25 13.2075 19.5 14.4375 18.14 15.3975C17.8 15.6375 17.72 16.1075 17.96 16.4475C18.11 16.6575 18.34 16.7675 18.57 16.7675C18.72 16.7675 18.87 16.7275 19 16.6275C20.77 15.3775 21.75 13.7175 21.75 11.9575C21.75 8.2675 17.38 5.2675 12 5.2675V5.2575Z\"></path></svg>"
2882
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85721 24 1.15412 20.96 0.0134987 14.16C-0.0765501 13.62 0.293651 13.1 0.833944 13.01C1.38424 12.92 1.89452 13.29 1.98457 13.83C2.92508 19.47 7.69767 21.99 12 21.99C16.3023 21.99 21.0749 19.47 22.0154 13.83C22.1055 13.29 22.6158 12.92 23.1661 13.01C23.7063 13.1 24.0765 13.62 23.9865 14.16C22.8559 20.95 17.1428 24 11.99 24H12.01ZM8.00783 6V2C8.00783 1.45 7.55759 1 7.00729 1C6.45699 1 6.00675 1.45 6.00675 2V6C6.00675 6.55 6.45699 7 7.00729 7C7.55759 7 8.00783 6.55 8.00783 6ZM18.0133 6V2C18.0133 1.45 17.563 1 17.0127 1C16.4624 1 16.0122 1.45 16.0122 2V6C16.0122 6.55 16.4624 7 17.0127 7C17.563 7 18.0133 6.55 18.0133 6Z\"></path></svg>"
2808
2883
 
2809
2884
  /***/ }),
2810
2885
 
2811
- /***/ 2561:
2886
+ /***/ 5923:
2812
2887
  /***/ ((module) => {
2813
2888
 
2814
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.72 9.24C21.45 8.92 21.12 8.67 20.75 8.5V8C20.75 6.48 19.52 5.25 18 5.25H10.65C10.32 4.1 9.26 3.25 8 3.25H6C4.48 3.25 3.25 4.48 3.25 6V18C3.25 19.52 4.48 20.75 6 20.75H18.33C19.66 20.75 20.8 19.8 21.04 18.49L22.31 11.49C22.46 10.69 22.24 9.86 21.72 9.24ZM4.75 18V6C4.75 5.31 5.31 4.75 6 4.75H8C8.69 4.75 9.25 5.31 9.25 6C9.25 6.41 9.59 6.75 10 6.75H18C18.69 6.75 19.25 7.31 19.25 8V8.25H9.27C7.94 8.25 6.8 9.2 6.56 10.51L5.29 17.51C5.19 18.07 5.27 18.64 5.51 19.15C5.06 18.96 4.75 18.52 4.75 18ZM20.83 11.22L19.56 18.22C19.45 18.81 18.94 19.25 18.33 19.25H8C7.63 19.25 7.28 19.09 7.04 18.8C6.8 18.51 6.7 18.14 6.77 17.78L8.04 10.78C8.15 10.19 8.66 9.75 9.27 9.75H19.6C19.97 9.75 20.32 9.91 20.56 10.2C20.8 10.49 20.9 10.86 20.83 11.22Z\"></path></svg>"
2889
+ module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M24.3981 33.1305L24 32.9206L23.6019 33.1305L15.8715 37.2059L17.3542 28.5663L17.43 28.1246L17.1095 27.8113L10.83 21.6746L19.4965 20.4049L19.9405 20.3399L20.1387 19.9373L24 12.0936L27.8613 19.9373L28.0595 20.3399L28.5035 20.4049L37.17 21.6746L30.8905 27.8113L30.57 28.1246L30.6458 28.5663L32.1285 37.2059L24.3981 33.1305Z\" stroke-width=\"1.70746\"></path></svg>"
2815
2890
 
2816
2891
  /***/ }),
2817
2892
 
2818
- /***/ 3475:
2893
+ /***/ 6378:
2819
2894
  /***/ ((module) => {
2820
2895
 
2821
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 3.25H4C3.04 3.25 2.25 4.04 2.25 5V11C2.25 11.96 3.04 12.75 4 12.75H12C12.96 12.75 13.75 11.96 13.75 11V5C13.75 4.04 12.96 3.25 12 3.25ZM12.25 11C12.25 11.14 12.14 11.25 12 11.25H4C3.86 11.25 3.75 11.14 3.75 11V5C3.75 4.86 3.86 4.75 4 4.75H12C12.14 4.75 12.25 4.86 12.25 5V11Z\"></path></svg>"
2896
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.01915 7C6.46961 7 6.01998 6.55 6.01998 6V2C6.01998 1.45 6.46961 1 7.01915 1C7.56869 1 8.01832 1.45 8.01832 2V6C8.01832 6.55 7.56869 7 7.01915 7ZM18.01 6V2C18.01 1.45 17.5604 1 17.0108 1C16.4613 1 16.0117 1.45 16.0117 2V6C16.0117 6.55 16.4613 7 17.0108 7C17.5604 7 18.01 6.55 18.01 6ZM16.4213 21.58L18.01 19.99L19.2989 21.28C19.6886 21.67 20.3181 21.67 20.7077 21.28C21.0974 20.89 21.0974 20.26 20.7077 19.87L19.4188 18.58C18.6395 17.8 17.3705 17.8 16.5912 18.58L15.0025 20.17L13.4138 18.58C12.6345 17.8 11.3655 17.8 10.5862 18.58L8.9975 20.17L7.40883 18.58C6.62948 17.8 5.36053 17.8 4.58118 18.58L3.29226 19.87C2.90258 20.26 2.90258 20.89 3.29226 21.28C3.68193 21.67 4.31141 21.67 4.70108 21.28L5.99001 19.99L7.57868 21.58C8.35803 22.36 9.62698 22.36 10.4063 21.58L11.995 19.99L13.5837 21.58C13.9734 21.97 14.4829 22.16 14.9925 22.16C15.5021 22.16 16.0117 21.97 16.4013 21.58H16.4213Z\"></path></svg>"
2822
2897
 
2823
2898
  /***/ }),
2824
2899
 
2825
- /***/ 4274:
2900
+ /***/ 6437:
2826
2901
  /***/ ((module) => {
2827
2902
 
2828
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M33 10.25H15C12.38 10.25 10.25 12.38 10.25 15V33C10.25 35.62 12.38 37.75 15 37.75H33C35.62 37.75 37.75 35.62 37.75 33V15C37.75 12.38 35.62 10.25 33 10.25ZM36.25 33C36.25 34.79 34.79 36.25 33 36.25H15C13.21 36.25 11.75 34.79 11.75 33V15C11.75 13.21 13.21 11.75 15 11.75H33C34.79 11.75 36.25 13.21 36.25 15V33ZM30.5 14.25C28.71 14.25 27.25 15.71 27.25 17.5C27.25 19.29 28.71 20.75 30.5 20.75C32.29 20.75 33.75 19.29 33.75 17.5C33.75 15.71 32.29 14.25 30.5 14.25ZM30.5 19.25C29.54 19.25 28.75 18.46 28.75 17.5C28.75 16.54 29.54 15.75 30.5 15.75C31.46 15.75 32.25 16.54 32.25 17.5C32.25 18.46 31.46 19.25 30.5 19.25ZM29.26 26.28C28.94 25.92 28.49 25.71 28.01 25.7C27.54 25.68 27.07 25.87 26.73 26.2L24.95 27.94L22.28 25.23C21.94 24.89 21.5 24.71 21 24.71C20.52 24.71 20.06 24.93 19.74 25.28L14.74 30.78C14.25 31.3 14.12 32.06 14.41 32.72C14.69 33.36 15.28 33.75 15.95 33.75H32.07C32.74 33.75 33.33 33.35 33.61 32.72C33.89 32.06 33.77 31.31 33.29 30.79L29.27 26.29L29.26 26.28ZM32.22 32.12C32.18 32.2 32.13 32.25 32.06 32.25H15.94C15.87 32.25 15.81 32.21 15.78 32.12C15.77 32.09 15.71 31.93 15.83 31.8L20.84 26.29C20.9 26.22 20.99 26.21 21.02 26.21C21.06 26.21 21.14 26.22 21.2 26.29L24.4 29.54C24.69 29.83 25.16 29.84 25.46 29.54L27.77 27.27C27.83 27.21 27.9 27.2 27.94 27.2C28.01 27.2 28.06 27.21 28.13 27.28L32.16 31.79C32.16 31.79 32.16 31.79 32.17 31.8C32.29 31.93 32.23 32.09 32.22 32.12Z\"></path></svg>"
2903
+ module.exports = "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 160 160\"><circle cx=\"80\" cy=\"80\" r=\"70\" style=\"stroke: var(--sd-timer-stroke-background-color); stroke-width: var(--sd-timer-stroke-background-width)\" stroke-dasharray=\"none\" stroke-dashoffset=\"none\"></circle><circle cx=\"80\" cy=\"80\" r=\"70\"></circle></svg>"
2829
2904
 
2830
2905
  /***/ }),
2831
2906
 
2832
- /***/ 1989:
2907
+ /***/ 7055:
2833
2908
  /***/ ((module) => {
2834
2909
 
2835
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_19679_369428)\"><path opacity=\"0.1\" d=\"M24 40C15.18 40 8 32.82 8 24C8 15.18 15.18 8 24 8C32.82 8 40 15.18 40 24C40 32.82 32.82 40 24 40ZM24 12C17.38 12 12 17.38 12 24C12 30.62 17.38 36 24 36C30.62 36 36 30.62 36 24C36 17.38 30.62 12 24 12Z\" fill=\"black\" fill-opacity=\"0.91\"></path><path d=\"M10 26C8.9 26 8 25.1 8 24C8 15.18 15.18 8 24 8C25.1 8 26 8.9 26 10C26 11.1 25.1 12 24 12C17.38 12 12 17.38 12 24C12 25.1 11.1 26 10 26Z\"></path></g><defs><clipPath id=\"clip0_19679_369428\"><rect width=\"32\" height=\"32\" fill=\"white\" transform=\"translate(8 8)\"></rect></clipPath></defs></svg>"
2910
+ module.exports = "<svg viewBox=\"0 0 10 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 5L5 0L0 5H4V9H6V5H10Z\"></path><path d=\"M6 19V15H4V19H0L5 24L10 19H6Z\"></path></svg>"
2836
2911
 
2837
2912
  /***/ }),
2838
2913
 
2839
- /***/ 8453:
2914
+ /***/ 7238:
2840
2915
  /***/ ((module) => {
2841
2916
 
2842
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.75 3V7C13.75 7.41 13.41 7.75 13 7.75C12.59 7.75 12.25 7.41 12.25 7V4.81L9.53 7.53C9.38 7.68 9.19 7.75 9 7.75C8.81 7.75 8.62 7.68 8.47 7.53C8.18 7.24 8.18 6.76 8.47 6.47L11.19 3.75H9C8.59 3.75 8.25 3.41 8.25 3C8.25 2.59 8.59 2.25 9 2.25H13C13.1 2.25 13.19 2.27 13.29 2.31C13.47 2.39 13.62 2.53 13.7 2.72C13.74 2.81 13.76 2.91 13.76 3.01L13.75 3ZM7.53 8.47C7.24 8.18 6.76 8.18 6.47 8.47L3.75 11.19V9C3.75 8.59 3.41 8.25 3 8.25C2.59 8.25 2.25 8.59 2.25 9V13C2.25 13.1 2.27 13.19 2.31 13.29C2.39 13.47 2.53 13.62 2.72 13.7C2.81 13.74 2.91 13.76 3.01 13.76H7.01C7.42 13.76 7.76 13.42 7.76 13.01C7.76 12.6 7.42 12.26 7.01 12.26H4.82L7.54 9.54C7.83 9.25 7.83 8.77 7.54 8.48L7.53 8.47Z\"></path></svg>"
2917
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0022 23.99C11.452 23.99 11.0018 23.5402 11.0018 22.9904C11.0018 22.4407 11.452 21.9909 12.0022 21.9909C16.3137 21.9909 21.0755 19.472 22.0158 13.8344C22.1058 13.2947 22.616 12.9248 23.1662 13.0148C23.7064 13.1047 24.0765 13.6245 23.9865 14.1643C22.8561 20.9513 17.144 24 11.9922 24L12.0022 23.99ZM8.00072 5.99783V1.99957C8.00072 1.4498 7.55056 1 7.00036 1C6.45016 1 6 1.4498 6 1.99957V5.99783C6 6.54759 6.45016 6.99739 7.00036 6.99739C7.55056 6.99739 8.00072 6.54759 8.00072 5.99783ZM18.0043 5.99783V1.99957C18.0043 1.4498 17.5542 1 17.004 1C16.4538 1 16.0036 1.4498 16.0036 1.99957V5.99783C16.0036 6.54759 16.4538 6.99739 17.004 6.99739C17.5542 6.99739 18.0043 6.54759 18.0043 5.99783Z\"></path></svg>"
2843
2918
 
2844
2919
  /***/ }),
2845
2920
 
2846
- /***/ 1379:
2921
+ /***/ 7299:
2847
2922
  /***/ ((module) => {
2848
2923
 
2849
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.75 8C13.75 8.41 13.41 8.75 13 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8Z\"></path></svg>"
2924
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.8099 11.75L15.2799 9.28C15.5699 8.99 15.5699 8.51 15.2799 8.22C14.9899 7.93 14.5099 7.93 14.2199 8.22L11.7499 10.69L9.27994 8.22C8.98994 7.93 8.50994 7.93 8.21994 8.22C7.92994 8.51 7.92994 8.99 8.21994 9.28L10.6899 11.75L8.21994 14.22C7.92994 14.51 7.92994 14.99 8.21994 15.28C8.36994 15.43 8.55994 15.5 8.74994 15.5C8.93994 15.5 9.12994 15.43 9.27994 15.28L11.7499 12.81L14.2199 15.28C14.3699 15.43 14.5599 15.5 14.7499 15.5C14.9399 15.5 15.1299 15.43 15.2799 15.28C15.5699 14.99 15.5699 14.51 15.2799 14.22L12.8099 11.75Z\"></path></svg>"
2850
2925
 
2851
2926
  /***/ }),
2852
2927
 
2853
- /***/ 674:
2928
+ /***/ 7527:
2854
2929
  /***/ ((module) => {
2855
2930
 
2856
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25ZM11.75 12C11.75 11.86 11.86 11.75 12 11.75C12.14 11.75 12.25 11.86 12.25 12C12.25 12.28 11.75 12.28 11.75 12ZM19 10.25C18.04 10.25 17.25 11.04 17.25 12C17.25 12.96 18.04 13.75 19 13.75C19.96 13.75 20.75 12.96 20.75 12C20.75 11.04 19.96 10.25 19 10.25ZM18.75 12C18.75 11.86 18.86 11.75 19 11.75C19.14 11.75 19.25 11.86 19.25 12C19.25 12.28 18.75 12.28 18.75 12ZM5 10.25C4.04 10.25 3.25 11.04 3.25 12C3.25 12.96 4.04 13.75 5 13.75C5.96 13.75 6.75 12.96 6.75 12C6.75 11.04 5.96 10.25 5 10.25ZM4.75 12C4.75 11.86 4.86 11.75 5 11.75C5.14 11.75 5.25 11.86 5.25 12C5.25 12.28 4.75 12.28 4.75 12Z\"></path></svg>"
2931
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.7475 7.9975C14.7475 8.4075 14.4075 8.7475 13.9975 8.7475H3.8075L7.5275 12.4675C7.8175 12.7575 7.8175 13.2375 7.5275 13.5275C7.3775 13.6775 7.1875 13.7475 6.9975 13.7475C6.8075 13.7475 6.6175 13.6775 6.4675 13.5275L1.4675 8.5275C1.1775 8.2375 1.1775 7.7575 1.4675 7.4675L6.4675 2.4675C6.7575 2.1775 7.2375 2.1775 7.5275 2.4675C7.8175 2.7575 7.8175 3.2375 7.5275 3.5275L3.8075 7.2475H13.9975C14.4075 7.2475 14.7475 7.5875 14.7475 7.9975Z\"></path></svg>"
2857
2932
 
2858
2933
  /***/ }),
2859
2934
 
2860
- /***/ 9431:
2935
+ /***/ 7541:
2861
2936
  /***/ ((module) => {
2862
2937
 
2863
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.25 7C3.25 6.59 3.59 6.25 4 6.25H15C15.41 6.25 15.75 6.59 15.75 7C15.75 7.41 15.41 7.75 15 7.75H4C3.59 7.75 3.25 7.41 3.25 7ZM20 11.25H4C3.59 11.25 3.25 11.59 3.25 12C3.25 12.41 3.59 12.75 4 12.75H20C20.41 12.75 20.75 12.41 20.75 12C20.75 11.59 20.41 11.25 20 11.25ZM9 16.25H4C3.59 16.25 3.25 16.59 3.25 17C3.25 17.41 3.59 17.75 4 17.75H9C9.41 17.75 9.75 17.41 9.75 17C9.75 16.59 9.41 16.25 9 16.25Z\"></path></svg>"
2938
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5275 18.4675C19.8175 18.7575 19.8175 19.2375 19.5275 19.5275C19.3775 19.6775 19.1875 19.7475 18.9975 19.7475C18.8075 19.7475 18.6175 19.6775 18.4675 19.5275L11.9975 13.0575L5.5275 19.5275C5.3775 19.6775 5.1875 19.7475 4.9975 19.7475C4.8075 19.7475 4.6175 19.6775 4.4675 19.5275C4.1775 19.2375 4.1775 18.7575 4.4675 18.4675L10.9375 11.9975L4.4675 5.5275C4.1775 5.2375 4.1775 4.7575 4.4675 4.4675C4.7575 4.1775 5.2375 4.1775 5.5275 4.4675L11.9975 10.9375L18.4675 4.4675C18.7575 4.1775 19.2375 4.1775 19.5275 4.4675C19.8175 4.7575 19.8175 5.2375 19.5275 5.5275L13.0575 11.9975L19.5275 18.4675Z\"></path></svg>"
2864
2939
 
2865
2940
  /***/ }),
2866
2941
 
2867
- /***/ 2485:
2942
+ /***/ 7594:
2868
2943
  /***/ ((module) => {
2869
2944
 
2870
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.4975 14.2475C28.7075 14.2475 27.2475 15.7075 27.2475 17.4975C27.2475 19.2875 28.7075 20.7475 30.4975 20.7475C32.2875 20.7475 33.7475 19.2875 33.7475 17.4975C33.7475 15.7075 32.2875 14.2475 30.4975 14.2475ZM30.4975 19.2475C29.5375 19.2475 28.7475 18.4575 28.7475 17.4975C28.7475 16.5375 29.5375 15.7475 30.4975 15.7475C31.4575 15.7475 32.2475 16.5375 32.2475 17.4975C32.2475 18.4575 31.4575 19.2475 30.4975 19.2475ZM13.5175 11.2175C13.4375 10.8075 13.7075 10.4175 14.1175 10.3375C14.4275 10.2775 14.7175 10.2475 14.9975 10.2475H32.9975C35.6175 10.2475 37.7475 12.3775 37.7475 14.9975V32.9975C37.7475 33.2775 37.7175 33.5675 37.6575 33.8775C37.5875 34.2375 37.2775 34.4875 36.9175 34.4875C36.8675 34.4875 36.8275 34.4875 36.7775 34.4775C36.3675 34.3975 36.1075 34.0075 36.1775 33.5975C36.2175 33.3775 36.2375 33.1775 36.2375 32.9975V14.9975C36.2375 13.2075 34.7775 11.7475 32.9875 11.7475H14.9975C14.8075 11.7475 14.6175 11.7675 14.3975 11.8075C13.9875 11.8875 13.5975 11.6175 13.5175 11.2075V11.2175ZM34.4775 36.7775C34.5575 37.1875 34.2875 37.5775 33.8775 37.6575C33.5675 37.7175 33.2775 37.7475 32.9975 37.7475H14.9975C12.3775 37.7475 10.2475 35.6175 10.2475 32.9975V14.9975C10.2475 14.7175 10.2775 14.4275 10.3375 14.1175C10.4175 13.7075 10.8075 13.4375 11.2175 13.5175C11.6275 13.5975 11.8875 13.9875 11.8175 14.3975C11.7775 14.6175 11.7575 14.8175 11.7575 14.9975V32.9975C11.7575 34.7875 13.2175 36.2475 15.0075 36.2475H33.0075C33.1975 36.2475 33.3875 36.2275 33.6075 36.1875C34.0075 36.1075 34.4075 36.3775 34.4875 36.7875L34.4775 36.7775ZM15.8275 31.7975C15.6975 31.9375 15.7575 32.0875 15.7775 32.1175C15.8175 32.1975 15.8675 32.2475 15.9375 32.2475H29.8175C30.2275 32.2475 30.5675 32.5875 30.5675 32.9975C30.5675 33.4075 30.2275 33.7475 29.8175 33.7475H15.9375C15.2675 33.7475 14.6775 33.3475 14.3975 32.7175C14.1075 32.0575 14.2375 31.2975 14.7275 30.7775L19.7275 25.2775C20.0475 24.9275 20.5075 24.7175 20.9875 24.7075C21.4875 24.7275 21.9375 24.8875 22.2675 25.2275L25.4675 28.4775C25.7575 28.7675 25.7575 29.2475 25.4675 29.5375C25.1675 29.8275 24.6975 29.8275 24.4075 29.5375L21.2075 26.2875C21.1475 26.2175 21.0675 26.1875 21.0275 26.2075C20.9875 26.2075 20.9075 26.2175 20.8475 26.2875L15.8375 31.7975H15.8275ZM38.5275 38.5275C38.3775 38.6775 38.1875 38.7475 37.9975 38.7475C37.8075 38.7475 37.6175 38.6775 37.4675 38.5275L9.4675 10.5275C9.1775 10.2375 9.1775 9.7575 9.4675 9.4675C9.7575 9.1775 10.2375 9.1775 10.5275 9.4675L38.5275 37.4675C38.8175 37.7575 38.8175 38.2375 38.5275 38.5275Z\"></path></svg>"
2945
+ module.exports = "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><polygon points=\"19,10 14,10 14,5 10,5 10,10 5,10 5,14 10,14 10,19 14,19 14,14 19,14 \"></polygon></svg>"
2871
2946
 
2872
2947
  /***/ }),
2873
2948
 
2874
- /***/ 7055:
2949
+ /***/ 7788:
2875
2950
  /***/ ((module) => {
2876
2951
 
2877
- module.exports = "<svg viewBox=\"0 0 10 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 5L5 0L0 5H4V9H6V5H10Z\"></path><path d=\"M6 19V15H4V19H0L5 24L10 19H6Z\"></path></svg>"
2952
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.9444 10.75H15.0544C15.7144 10.75 16.3144 10.39 16.6144 9.80002C16.9144 9.22002 16.8644 8.52002 16.4844 7.98002L13.4244 3.71002C12.7644 2.79002 11.2344 2.79002 10.5744 3.71002L7.5244 7.99002C7.1444 8.53002 7.0944 9.22002 7.3944 9.81002C7.6944 10.4 8.2944 10.76 8.9544 10.76L8.9444 10.75ZM8.7444 8.86002L11.7944 4.58002C11.8644 4.49002 11.9544 4.48002 11.9944 4.48002C12.0344 4.48002 12.1344 4.49002 12.1944 4.58002L15.2544 8.86002C15.3344 8.97002 15.3044 9.07002 15.2744 9.12002C15.2444 9.17002 15.1844 9.26002 15.0544 9.26002H8.9444C8.8144 9.26002 8.7444 9.18002 8.7244 9.12002C8.7044 9.06002 8.6644 8.97002 8.7444 8.86002ZM15.0544 13.25H8.9444C8.2844 13.25 7.6844 13.61 7.3844 14.2C7.0844 14.78 7.1344 15.48 7.5144 16.02L10.5744 20.3C10.9044 20.76 11.4344 21.03 11.9944 21.03C12.5544 21.03 13.0944 20.76 13.4144 20.3L16.4744 16.02C16.8544 15.48 16.9044 14.79 16.6044 14.2C16.3044 13.61 15.7044 13.25 15.0444 13.25H15.0544ZM15.2644 15.15L12.2044 19.43C12.0744 19.61 11.9244 19.61 11.7944 19.43L8.7344 15.15C8.6544 15.04 8.6844 14.94 8.7144 14.89C8.7444 14.84 8.8044 14.75 8.9344 14.75H15.0444C15.1744 14.75 15.2444 14.83 15.2644 14.89C15.2844 14.95 15.3244 15.04 15.2444 15.15H15.2644Z\"></path></svg>"
2878
2953
 
2879
2954
  /***/ }),
2880
2955
 
2881
- /***/ 9677:
2956
+ /***/ 7882:
2882
2957
  /***/ ((module) => {
2883
2958
 
2884
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2959
+ module.exports = "<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25 7.25H22.19C21.73 7.25 21.31 7 21.09 6.59L20.89 6.22C20.23 5.01 18.97 4.25 17.59 4.25H14.41C13.03 4.25 11.77 5 11.11 6.22L10.91 6.6C10.69 7 10.27 7.26 9.81 7.26H7C4.93 7.26 3.25 8.94 3.25 11.01V24.01C3.25 26.08 4.93 27.76 7 27.76H25C27.07 27.76 28.75 26.08 28.75 24.01V11C28.75 8.93 27.07 7.25 25 7.25ZM27.25 24C27.25 25.24 26.24 26.25 25 26.25H7C5.76 26.25 4.75 25.24 4.75 24V11C4.75 9.76 5.76 8.75 7 8.75H9.81C10.82 8.75 11.75 8.2 12.23 7.31L12.43 6.94C12.82 6.21 13.58 5.76 14.41 5.76H17.59C18.42 5.76 19.18 6.21 19.57 6.94L19.77 7.31C20.25 8.2 21.18 8.76 22.19 8.76H25C26.24 8.76 27.25 9.77 27.25 11.01V24.01V24ZM16 10.25C12.28 10.25 9.25 13.28 9.25 17C9.25 20.72 12.28 23.75 16 23.75C19.72 23.75 22.75 20.72 22.75 17C22.75 13.28 19.72 10.25 16 10.25ZM16 22.25C13.11 22.25 10.75 19.89 10.75 17C10.75 14.11 13.11 11.75 16 11.75C18.89 11.75 21.25 14.11 21.25 17C21.25 19.89 18.89 22.25 16 22.25ZM19.75 17C19.75 19.07 18.07 20.75 16 20.75C15.59 20.75 15.25 20.41 15.25 20C15.25 19.59 15.59 19.25 16 19.25C17.24 19.25 18.25 18.24 18.25 17C18.25 16.59 18.59 16.25 19 16.25C19.41 16.25 19.75 16.59 19.75 17Z\"></path></svg>"
2885
2960
 
2886
2961
  /***/ }),
2887
2962
 
2888
- /***/ 5923:
2963
+ /***/ 7982:
2889
2964
  /***/ ((module) => {
2890
2965
 
2891
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M24.3981 33.1305L24 32.9206L23.6019 33.1305L15.8715 37.2059L17.3542 28.5663L17.43 28.1246L17.1095 27.8113L10.83 21.6746L19.4965 20.4049L19.9405 20.3399L20.1387 19.9373L24 12.0936L27.8613 19.9373L28.0595 20.3399L28.5035 20.4049L37.17 21.6746L30.8905 27.8113L30.57 28.1246L30.6458 28.5663L32.1285 37.2059L24.3981 33.1305Z\" stroke-width=\"1.70746\"></path></svg>"
2966
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2892
2967
 
2893
2968
  /***/ }),
2894
2969
 
2895
- /***/ 3365:
2970
+ /***/ 8009:
2896
2971
  /***/ ((module) => {
2897
2972
 
2898
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\" fill=\"none\" stroke-width=\"2\"></path><path d=\"M12 15.9472L8.58001 17.7572L9.23001 13.9272L6.45001 11.2072L10.29 10.6472L12 7.17725L13.71 10.6472L17.55 11.2072L14.77 13.9272L15.42 17.7572L12 15.9472Z\"></path></svg>"
2973
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H8.75V11C8.75 11.41 8.41 11.75 8 11.75C7.59 11.75 7.25 11.41 7.25 11V8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H7.25V5C7.25 4.59 7.59 4.25 8 4.25C8.41 4.25 8.75 4.59 8.75 5V7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2899
2974
 
2900
2975
  /***/ }),
2901
2976
 
2902
- /***/ 8680:
2977
+ /***/ 8016:
2903
2978
  /***/ ((module) => {
2904
2979
 
2905
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\"></path></g></svg>"
2980
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.00572 7C6.45572 7 6.00572 6.55 6.00572 6V2C6.00572 1.45 6.45572 1 7.00572 1C7.55572 1 8.00572 1.45 8.00572 2V6C8.00572 6.55 7.55572 7 7.00572 7ZM18.0057 6V2C18.0057 1.45 17.5557 1 17.0057 1C16.4557 1 16.0057 1.45 16.0057 2V6C16.0057 6.55 16.4557 7 17.0057 7C17.5557 7 18.0057 6.55 18.0057 6ZM19.9457 21.33C20.1257 20.81 19.8557 20.24 19.3357 20.05C14.5457 18.35 9.45572 18.35 4.66572 20.05C4.14572 20.23 3.87572 20.81 4.05572 21.33C4.23572 21.85 4.80572 22.12 5.33572 21.94C9.69572 20.4 14.3057 20.4 18.6657 21.94C18.7757 21.98 18.8857 22 18.9957 22C19.4057 22 19.7957 21.74 19.9357 21.33H19.9457Z\"></path></svg>"
2906
2981
 
2907
2982
  /***/ }),
2908
2983
 
2909
- /***/ 4546:
2984
+ /***/ 8241:
2910
2985
  /***/ ((module) => {
2911
2986
 
2912
- module.exports = "<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M24 39.5057L11.7226 45.9839C10.4095 46.6739 8.87606 45.5622 9.12525 44.096L11.4734 30.373L1.54411 20.6556C0.480254 19.6207 1.06489 17.8095 2.53128 17.5986L16.2559 15.5957L22.3994 3.10891C23.0512 1.77685 24.9488 1.77685 25.6102 3.10891L31.7441 15.5957L45.4687 17.5986C46.9351 17.8095 47.5197 19.6207 46.4559 20.6556L36.5266 30.373L38.8748 44.096C39.1239 45.5622 37.5905 46.6835 36.2774 45.9839L24 39.5057Z\"></path></g></svg>"
2987
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.5275 7.5275L9.5275 17.5275C9.3775 17.6775 9.1875 17.7475 8.9975 17.7475C8.8075 17.7475 8.6175 17.6775 8.4675 17.5275L4.4675 13.5275C4.1775 13.2375 4.1775 12.7575 4.4675 12.4675C4.7575 12.1775 5.2375 12.1775 5.5275 12.4675L8.9975 15.9375L18.4675 6.4675C18.7575 6.1775 19.2375 6.1775 19.5275 6.4675C19.8175 6.7575 19.8175 7.2375 19.5275 7.5275Z\"></path></svg>"
2913
2988
 
2914
2989
  /***/ }),
2915
2990
 
2916
- /***/ 7788:
2991
+ /***/ 8453:
2917
2992
  /***/ ((module) => {
2918
2993
 
2919
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.9444 10.75H15.0544C15.7144 10.75 16.3144 10.39 16.6144 9.80002C16.9144 9.22002 16.8644 8.52002 16.4844 7.98002L13.4244 3.71002C12.7644 2.79002 11.2344 2.79002 10.5744 3.71002L7.5244 7.99002C7.1444 8.53002 7.0944 9.22002 7.3944 9.81002C7.6944 10.4 8.2944 10.76 8.9544 10.76L8.9444 10.75ZM8.7444 8.86002L11.7944 4.58002C11.8644 4.49002 11.9544 4.48002 11.9944 4.48002C12.0344 4.48002 12.1344 4.49002 12.1944 4.58002L15.2544 8.86002C15.3344 8.97002 15.3044 9.07002 15.2744 9.12002C15.2444 9.17002 15.1844 9.26002 15.0544 9.26002H8.9444C8.8144 9.26002 8.7444 9.18002 8.7244 9.12002C8.7044 9.06002 8.6644 8.97002 8.7444 8.86002ZM15.0544 13.25H8.9444C8.2844 13.25 7.6844 13.61 7.3844 14.2C7.0844 14.78 7.1344 15.48 7.5144 16.02L10.5744 20.3C10.9044 20.76 11.4344 21.03 11.9944 21.03C12.5544 21.03 13.0944 20.76 13.4144 20.3L16.4744 16.02C16.8544 15.48 16.9044 14.79 16.6044 14.2C16.3044 13.61 15.7044 13.25 15.0444 13.25H15.0544ZM15.2644 15.15L12.2044 19.43C12.0744 19.61 11.9244 19.61 11.7944 19.43L8.7344 15.15C8.6544 15.04 8.6844 14.94 8.7144 14.89C8.7444 14.84 8.8044 14.75 8.9344 14.75H15.0444C15.1744 14.75 15.2444 14.83 15.2644 14.89C15.2844 14.95 15.3244 15.04 15.2444 15.15H15.2644Z\"></path></svg>"
2994
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.75 3V7C13.75 7.41 13.41 7.75 13 7.75C12.59 7.75 12.25 7.41 12.25 7V4.81L9.53 7.53C9.38 7.68 9.19 7.75 9 7.75C8.81 7.75 8.62 7.68 8.47 7.53C8.18 7.24 8.18 6.76 8.47 6.47L11.19 3.75H9C8.59 3.75 8.25 3.41 8.25 3C8.25 2.59 8.59 2.25 9 2.25H13C13.1 2.25 13.19 2.27 13.29 2.31C13.47 2.39 13.62 2.53 13.7 2.72C13.74 2.81 13.76 2.91 13.76 3.01L13.75 3ZM7.53 8.47C7.24 8.18 6.76 8.18 6.47 8.47L3.75 11.19V9C3.75 8.59 3.41 8.25 3 8.25C2.59 8.25 2.25 8.59 2.25 9V13C2.25 13.1 2.27 13.19 2.31 13.29C2.39 13.47 2.53 13.62 2.72 13.7C2.81 13.74 2.91 13.76 3.01 13.76H7.01C7.42 13.76 7.76 13.42 7.76 13.01C7.76 12.6 7.42 12.26 7.01 12.26H4.82L7.54 9.54C7.83 9.25 7.83 8.77 7.54 8.48L7.53 8.47Z\"></path></svg>"
2920
2995
 
2921
2996
  /***/ }),
2922
2997
 
2923
- /***/ 2521:
2998
+ /***/ 8515:
2924
2999
  /***/ ((module) => {
2925
3000
 
2926
- module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.69 8.71C7.73 8.8 7.75 8.9 7.75 9V13C7.75 13.41 7.41 13.75 7 13.75C6.59 13.75 6.25 13.41 6.25 13V10.81L3.53 13.53C3.38 13.68 3.19 13.75 3 13.75C2.81 13.75 2.62 13.68 2.47 13.53C2.18 13.24 2.18 12.76 2.47 12.47L5.19 9.75H3C2.59 9.75 2.25 9.41 2.25 9C2.25 8.59 2.59 8.25 3 8.25H7C7.1 8.25 7.19 8.27 7.29 8.31C7.47 8.39 7.62 8.53 7.7 8.72L7.69 8.71ZM13 6.25H10.81L13.53 3.53C13.82 3.24 13.82 2.76 13.53 2.47C13.24 2.18 12.76 2.18 12.47 2.47L9.75 5.19V3C9.75 2.59 9.41 2.25 9 2.25C8.59 2.25 8.25 2.59 8.25 3V7C8.25 7.1 8.27 7.19 8.31 7.29C8.39 7.47 8.53 7.62 8.72 7.7C8.81 7.74 8.91 7.76 9.01 7.76H13.01C13.42 7.76 13.76 7.42 13.76 7.01C13.76 6.6 13.42 6.26 13.01 6.26L13 6.25Z\"></path></svg>"
3001
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.0275 5.0275L6.5275 12.5275C6.3775 12.6775 6.1875 12.7475 5.9975 12.7475C5.8075 12.7475 5.6175 12.6775 5.4675 12.5275L2.4675 9.5275C2.1775 9.2375 2.1775 8.7575 2.4675 8.4675C2.7575 8.1775 3.2375 8.1775 3.5275 8.4675L5.9975 10.9375L12.9675 3.9675C13.2575 3.6775 13.7375 3.6775 14.0275 3.9675C14.3175 4.2575 14.3175 4.7375 14.0275 5.0275Z\"></path></svg>"
2927
3002
 
2928
3003
  /***/ }),
2929
3004
 
2930
- /***/ 3185:
3005
+ /***/ 8679:
2931
3006
  /***/ ((module) => {
2932
3007
 
2933
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.9975 2.25C9.7275 2.25 6.2475 5.73 6.2475 10C6.2475 11.87 6.9075 13.58 8.0175 14.92L2.4675 20.47C2.1775 20.76 2.1775 21.24 2.4675 21.53C2.6175 21.68 2.8075 21.75 2.9975 21.75C3.1875 21.75 3.3775 21.68 3.5275 21.53L9.0775 15.98C10.4175 17.08 12.1275 17.75 13.9975 17.75C18.2675 17.75 21.7475 14.27 21.7475 10C21.7475 5.73 18.2675 2.25 13.9975 2.25ZM13.9975 16.25C10.5475 16.25 7.7475 13.45 7.7475 10C7.7475 6.55 10.5475 3.75 13.9975 3.75C17.4475 3.75 20.2475 6.55 20.2475 10C20.2475 13.45 17.4475 16.25 13.9975 16.25Z\"></path></svg>"
3008
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H8.75V11C8.75 11.41 8.41 11.75 8 11.75C7.59 11.75 7.25 11.41 7.25 11V8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H7.25V5C7.25 4.59 7.59 4.25 8 4.25C8.41 4.25 8.75 4.59 8.75 5V7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2934
3009
 
2935
3010
  /***/ }),
2936
3011
 
2937
- /***/ 1284:
3012
+ /***/ 8680:
2938
3013
  /***/ ((module) => {
2939
3014
 
2940
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 4.9938C4 4.44362 4.45 3.99348 5 3.99348H6.59L5.3 2.70306C4.91 2.31293 4.91 1.68272 5.3 1.2926C5.69 0.902468 6.32 0.902468 6.71 1.2926L9.71 4.29357C9.8 4.3836 9.88 4.49364 9.93 4.62368C10.03 4.86376 10.03 5.14385 9.93 5.38393C9.88 5.50397 9.81 5.614 9.71 5.71404L6.71 8.71501C6.51 8.91508 6.26 9.00511 6 9.00511C5.74 9.00511 5.49 8.90508 5.29 8.71501C4.9 8.32489 4.9 7.69468 5.29 7.30456L6.58 6.01413H4.99C4.44 6.01413 3.99 5.56399 3.99 5.01381L4 4.9938ZM14.08 5.37393C14.13 5.49397 14.2 5.604 14.3 5.70403L17.3 8.70501C17.5 8.90508 17.75 8.99511 18.01 8.99511C18.27 8.99511 18.52 8.89507 18.72 8.70501C19.11 8.31488 19.11 7.68468 18.72 7.29455L17.43 6.00413H19.02C19.57 6.00413 20.02 5.55399 20.02 5.00381C20.02 4.45363 19.57 4.00348 19.02 4.00348H17.43L18.72 2.71306C19.11 2.32293 19.11 1.69273 18.72 1.3026C18.33 0.912471 17.7 0.912471 17.31 1.3026L14.31 4.30358C14.22 4.39361 14.14 4.50364 14.09 4.63368C13.99 4.87376 13.99 5.15385 14.09 5.39393L14.08 5.37393ZM22 14.9971V20.999C22 22.6496 20.65 24 19 24H5C3.35 24 2 22.6496 2 20.999V14.9971C2 13.3465 3.35 11.9961 5 11.9961H19C20.65 11.9961 22 13.3465 22 14.9971ZM19 13.9967H16V16.9977H20V14.9971C20 14.4469 19.55 13.9967 19 13.9967ZM14 16.9977V13.9967H10V16.9977H14ZM10 18.9984V21.9993H14V18.9984H10ZM4 14.9971V16.9977H8V13.9967H5C4.45 13.9967 4 14.4469 4 14.9971ZM5 21.9993H8V18.9984H4V20.999C4 21.5492 4.45 21.9993 5 21.9993ZM20 20.999V18.9984H16V21.9993H19C19.55 21.9993 20 21.5492 20 20.999Z\"></path></svg>"
3015
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g><path d=\"M12 19.3373L6.13001 22.4373C5.50001 22.7673 4.77001 22.2373 4.89001 21.5373L6.01001 14.9773L1.26001 10.3273C0.750007 9.83728 1.03001 8.96728 1.73001 8.86728L8.29001 7.90728L11.23 1.93728C11.54 1.29728 12.45 1.29728 12.77 1.93728L15.7 7.90728L22.26 8.86728C22.96 8.96728 23.24 9.83728 22.73 10.3273L17.98 14.9773L19.1 21.5373C19.22 22.2373 18.49 22.7773 17.86 22.4373L11.99 19.3373H12Z\"></path></g></svg>"
2941
3016
 
2942
3017
  /***/ }),
2943
3018
 
2944
- /***/ 3306:
3019
+ /***/ 8767:
2945
3020
  /***/ ((module) => {
2946
3021
 
2947
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 23C6.85721 23 1.15412 19.9621 0.0134987 13.1669C-0.0765501 12.6272 0.293651 12.1076 0.833944 12.0177C1.38424 11.9277 1.89452 12.2975 1.98457 12.8371C2.92508 18.4732 7.69767 20.9914 12 20.9914C16.3023 20.9914 21.0749 18.4732 22.0154 12.8371C22.1055 12.2975 22.6158 11.9277 23.1661 12.0177C23.7063 12.1076 24.0765 12.6272 23.9865 13.1669C22.8559 19.9521 17.1428 23 11.99 23H12.01ZM21.165 6.15177C22.3056 5.01257 22.3056 3.16386 21.165 2.02465L21.0049 1.85477C19.9143 0.765533 18.1633 0.725561 17.0227 1.71487C15.8821 0.715568 14.1312 0.765533 13.0406 1.85477L12.8705 2.01466C11.7299 3.15386 11.7299 5.00257 12.8705 6.14178L17.0227 10.2889L21.175 6.14178L21.165 6.15177ZM15.742 3.27378L17.0127 4.54289L18.2834 3.27378C18.6436 2.91403 19.2239 2.91403 19.5841 3.27378L19.7442 3.43367C20.1044 3.79342 20.1044 4.37301 19.7442 4.73276L17.0127 7.46086L14.2812 4.73276C13.921 4.37301 13.921 3.79342 14.2812 3.43367L14.4413 3.27378C14.6214 3.09391 14.8515 3.00397 15.0917 3.00397C15.3318 3.00397 15.5619 3.09391 15.742 3.27378ZM11.1595 6.15177C12.3002 5.01257 12.3002 3.16386 11.1595 2.02465L10.9995 1.85477C9.90886 0.765533 8.15792 0.725561 7.0173 1.71487C5.87668 0.715568 4.12573 0.765533 3.03514 1.85477L2.86505 2.01466C1.72443 3.15386 1.72443 5.00257 2.86505 6.14178L7.0173 10.2889L11.1695 6.14178L11.1595 6.15177ZM5.7366 3.27378L7.00729 4.54289L8.27798 3.27378C8.63818 2.91403 9.21849 2.91403 9.57869 3.27378L9.73877 3.43367C10.099 3.79342 10.099 4.37301 9.73877 4.73276L7.00729 7.46086L4.27581 4.73276C3.91562 4.37301 3.91562 3.79342 4.27581 3.43367L4.4359 3.27378C4.61599 3.09391 4.84612 3.00397 5.08625 3.00397C5.32638 3.00397 5.5565 3.09391 5.7366 3.27378Z\"></path></svg>"
3022
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 7C6.45 7 6 6.55 6 6V2C6 1.45 6.45 1 7 1C7.55 1 8 1.45 8 2V6C8 6.55 7.55 7 7 7ZM18 6V2C18 1.45 17.55 1 17 1C16.45 1 16 1.45 16 2V6C16 6.55 16.45 7 17 7C17.55 7 18 6.55 18 6ZM21 21C21 20.45 20.55 20 20 20H4C3.45 20 3 20.45 3 21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21Z\"></path></svg>"
2948
3023
 
2949
3024
  /***/ }),
2950
3025
 
@@ -2955,139 +3030,59 @@ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\
2955
3030
 
2956
3031
  /***/ }),
2957
3032
 
2958
- /***/ 6378:
3033
+ /***/ 9340:
2959
3034
  /***/ ((module) => {
2960
3035
 
2961
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.01915 7C6.46961 7 6.01998 6.55 6.01998 6V2C6.01998 1.45 6.46961 1 7.01915 1C7.56869 1 8.01832 1.45 8.01832 2V6C8.01832 6.55 7.56869 7 7.01915 7ZM18.01 6V2C18.01 1.45 17.5604 1 17.0108 1C16.4613 1 16.0117 1.45 16.0117 2V6C16.0117 6.55 16.4613 7 17.0108 7C17.5604 7 18.01 6.55 18.01 6ZM16.4213 21.58L18.01 19.99L19.2989 21.28C19.6886 21.67 20.3181 21.67 20.7077 21.28C21.0974 20.89 21.0974 20.26 20.7077 19.87L19.4188 18.58C18.6395 17.8 17.3705 17.8 16.5912 18.58L15.0025 20.17L13.4138 18.58C12.6345 17.8 11.3655 17.8 10.5862 18.58L8.9975 20.17L7.40883 18.58C6.62948 17.8 5.36053 17.8 4.58118 18.58L3.29226 19.87C2.90258 20.26 2.90258 20.89 3.29226 21.28C3.68193 21.67 4.31141 21.67 4.70108 21.28L5.99001 19.99L7.57868 21.58C8.35803 22.36 9.62698 22.36 10.4063 21.58L11.995 19.99L13.5837 21.58C13.9734 21.97 14.4829 22.16 14.9925 22.16C15.5021 22.16 16.0117 21.97 16.4013 21.58H16.4213Z\"></path></svg>"
3036
+ module.exports = "<svg viewBox=\"0 0 16 16\"><path d=\"M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z M11,10l-1,1L8,9l-2,2l-1-1l2-2L5,6l1-1l2,2l2-2l1,1L9,8 L11,10z\"></path></svg>"
2962
3037
 
2963
3038
  /***/ }),
2964
3039
 
2965
- /***/ 1441:
3040
+ /***/ 9355:
2966
3041
  /***/ ((module) => {
2967
3042
 
2968
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.06927 7C6.51927 7 6.06927 6.55 6.06927 6V2C6.06927 1.45 6.51927 1 7.06927 1C7.61927 1 8.06927 1.45 8.06927 2V6C8.06927 6.55 7.61927 7 7.06927 7ZM18.0693 6V2C18.0693 1.45 17.6193 1 17.0693 1C16.5193 1 16.0693 1.45 16.0693 2V6C16.0693 6.55 16.5193 7 17.0693 7C17.6193 7 18.0693 6.55 18.0693 6ZM22.5693 21.9C23.0693 21.66 23.2793 21.07 23.0393 20.57C21.1093 16.52 16.9093 14 12.0693 14C7.22927 14 3.02927 16.52 1.09927 20.57C0.859273 21.07 1.06927 21.67 1.56927 21.9C2.06927 22.14 2.65927 21.93 2.89927 21.43C4.49927 18.08 8.00927 16 12.0593 16C16.1093 16 19.6293 18.08 21.2193 21.43C21.3893 21.79 21.7493 22 22.1193 22C22.2593 22 22.4093 21.97 22.5493 21.9H22.5693Z\"></path></svg>"
3043
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.75 9V17C12.75 17.41 12.41 17.75 12 17.75C11.59 17.75 11.25 17.41 11.25 17V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9ZM14.25 9V17C14.25 17.41 14.59 17.75 15 17.75C15.41 17.75 15.75 17.41 15.75 17V9C15.75 8.59 15.41 8.25 15 8.25C14.59 8.25 14.25 8.59 14.25 9ZM9 8.25C8.59 8.25 8.25 8.59 8.25 9V17C8.25 17.41 8.59 17.75 9 17.75C9.41 17.75 9.75 17.41 9.75 17V9C9.75 8.59 9.41 8.25 9 8.25ZM20.75 6C20.75 6.41 20.41 6.75 20 6.75H18.75V18C18.75 19.52 17.52 20.75 16 20.75H8C6.48 20.75 5.25 19.52 5.25 18V6.75H4C3.59 6.75 3.25 6.41 3.25 6C3.25 5.59 3.59 5.25 4 5.25H8.25V4C8.25 3.04 9.04 2.25 10 2.25H14C14.96 2.25 15.75 3.04 15.75 4V5.25H20C20.41 5.25 20.75 5.59 20.75 6ZM9.75 5.25H14.25V4C14.25 3.86 14.14 3.75 14 3.75H10C9.86 3.75 9.75 3.86 9.75 4V5.25ZM17.25 6.75H6.75V18C6.75 18.69 7.31 19.25 8 19.25H16C16.69 19.25 17.25 18.69 17.25 18V6.75Z\"></path></svg>"
2969
3044
 
2970
3045
  /***/ }),
2971
3046
 
2972
- /***/ 8016:
3047
+ /***/ 9392:
2973
3048
  /***/ ((module) => {
2974
3049
 
2975
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.00572 7C6.45572 7 6.00572 6.55 6.00572 6V2C6.00572 1.45 6.45572 1 7.00572 1C7.55572 1 8.00572 1.45 8.00572 2V6C8.00572 6.55 7.55572 7 7.00572 7ZM18.0057 6V2C18.0057 1.45 17.5557 1 17.0057 1C16.4557 1 16.0057 1.45 16.0057 2V6C16.0057 6.55 16.4557 7 17.0057 7C17.5557 7 18.0057 6.55 18.0057 6ZM19.9457 21.33C20.1257 20.81 19.8557 20.24 19.3357 20.05C14.5457 18.35 9.45572 18.35 4.66572 20.05C4.14572 20.23 3.87572 20.81 4.05572 21.33C4.23572 21.85 4.80572 22.12 5.33572 21.94C9.69572 20.4 14.3057 20.4 18.6657 21.94C18.7757 21.98 18.8857 22 18.9957 22C19.4057 22 19.7957 21.74 19.9357 21.33H19.9457Z\"></path></svg>"
3050
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.35 11.65C12.55 11.85 12.55 12.16 12.35 12.36C12.25 12.46 12.12 12.51 12 12.51C11.88 12.51 11.74 12.46 11.65 12.36L8 8.71L4.35 12.36C4.25 12.46 4.12 12.51 4 12.51C3.88 12.51 3.74 12.46 3.65 12.36C3.45 12.16 3.45 11.85 3.65 11.65L7.3 8L3.65 4.35C3.45 4.16 3.45 3.84 3.65 3.65C3.85 3.46 4.16 3.45 4.35 3.65L8 7.3L11.65 3.65C11.85 3.45 12.16 3.45 12.36 3.65C12.56 3.85 12.56 4.16 12.36 4.36L8.71 8.01L12.36 11.66L12.35 11.65Z\"></path></svg>"
2976
3051
 
2977
3052
  /***/ }),
2978
3053
 
2979
- /***/ 8767:
3054
+ /***/ 9431:
2980
3055
  /***/ ((module) => {
2981
3056
 
2982
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 7C6.45 7 6 6.55 6 6V2C6 1.45 6.45 1 7 1C7.55 1 8 1.45 8 2V6C8 6.55 7.55 7 7 7ZM18 6V2C18 1.45 17.55 1 17 1C16.45 1 16 1.45 16 2V6C16 6.55 16.45 7 17 7C17.55 7 18 6.55 18 6ZM21 21C21 20.45 20.55 20 20 20H4C3.45 20 3 20.45 3 21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21Z\"></path></svg>"
3057
+ module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M3.25 7C3.25 6.59 3.59 6.25 4 6.25H15C15.41 6.25 15.75 6.59 15.75 7C15.75 7.41 15.41 7.75 15 7.75H4C3.59 7.75 3.25 7.41 3.25 7ZM20 11.25H4C3.59 11.25 3.25 11.59 3.25 12C3.25 12.41 3.59 12.75 4 12.75H20C20.41 12.75 20.75 12.41 20.75 12C20.75 11.59 20.41 11.25 20 11.25ZM9 16.25H4C3.59 16.25 3.25 16.59 3.25 17C3.25 17.41 3.59 17.75 4 17.75H9C9.41 17.75 9.75 17.41 9.75 17C9.75 16.59 9.41 16.25 9 16.25Z\"></path></svg>"
2983
3058
 
2984
3059
  /***/ }),
2985
3060
 
2986
- /***/ 7238:
3061
+ /***/ 9677:
2987
3062
  /***/ ((module) => {
2988
3063
 
2989
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0022 23.99C11.452 23.99 11.0018 23.5402 11.0018 22.9904C11.0018 22.4407 11.452 21.9909 12.0022 21.9909C16.3137 21.9909 21.0755 19.472 22.0158 13.8344C22.1058 13.2947 22.616 12.9248 23.1662 13.0148C23.7064 13.1047 24.0765 13.6245 23.9865 14.1643C22.8561 20.9513 17.144 24 11.9922 24L12.0022 23.99ZM8.00072 5.99783V1.99957C8.00072 1.4498 7.55056 1 7.00036 1C6.45016 1 6 1.4498 6 1.99957V5.99783C6 6.54759 6.45016 6.99739 7.00036 6.99739C7.55056 6.99739 8.00072 6.54759 8.00072 5.99783ZM18.0043 5.99783V1.99957C18.0043 1.4498 17.5542 1 17.004 1C16.4538 1 16.0036 1.4498 16.0036 1.99957V5.99783C16.0036 6.54759 16.4538 6.99739 17.004 6.99739C17.5542 6.99739 18.0043 6.54759 18.0043 5.99783Z\"></path></svg>"
3064
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.75 8C11.75 8.41 11.41 8.75 11 8.75H5C4.59 8.75 4.25 8.41 4.25 8C4.25 7.59 4.59 7.25 5 7.25H11C11.41 7.25 11.75 7.59 11.75 8Z\"></path></svg>"
2990
3065
 
2991
3066
  /***/ }),
2992
3067
 
2993
- /***/ 5869:
3068
+ /***/ 9822:
2994
3069
  /***/ ((module) => {
2995
3070
 
2996
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85721 24 1.15412 20.96 0.0134987 14.16C-0.0765501 13.62 0.293651 13.1 0.833944 13.01C1.38424 12.92 1.89452 13.29 1.98457 13.83C2.92508 19.47 7.69767 21.99 12 21.99C16.3023 21.99 21.0749 19.47 22.0154 13.83C22.1055 13.29 22.6158 12.92 23.1661 13.01C23.7063 13.1 24.0765 13.62 23.9865 14.16C22.8559 20.95 17.1428 24 11.99 24H12.01ZM8.00783 6V2C8.00783 1.45 7.55759 1 7.00729 1C6.45699 1 6.00675 1.45 6.00675 2V6C6.00675 6.55 6.45699 7 7.00729 7C7.55759 7 8.00783 6.55 8.00783 6ZM18.0133 6V2C18.0133 1.45 17.563 1 17.0127 1C16.4624 1 16.0122 1.45 16.0122 2V6C16.0122 6.55 16.4624 7 17.0127 7C17.563 7 18.0133 6.55 18.0133 6Z\"></path></svg>"
3071
+ module.exports = "<svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.35 8.34627L7.35 12.3463C7.25 12.4463 7.12 12.4963 7 12.4963C6.88 12.4963 6.74 12.4463 6.65 12.3463C6.45 12.1463 6.45 11.8363 6.65 11.6363L10.3 7.98627L6.65 4.34627C6.45 4.15627 6.45 3.83627 6.65 3.64627C6.85 3.45627 7.16 3.44627 7.35 3.64627L11.35 7.64627C11.55 7.84627 11.55 8.15627 11.35 8.35627V8.34627Z\"></path></svg>"
2997
3072
 
2998
3073
  /***/ }),
2999
3074
 
3000
- /***/ 4684:
3075
+ /***/ 9839:
3001
3076
  /***/ ((module) => {
3002
3077
 
3003
- module.exports = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.01 24C6.85767 24 1.15509 20.96 0.0145752 14.16C-0.0354475 13.87 0.0445888 13.57 0.234675 13.35C0.424761 13.13 0.704888 13 0.995019 13H23.005C23.2951 13 23.5752 13.13 23.7653 13.35C23.9554 13.57 24.0354 13.87 23.9854 14.16C22.8549 20.95 17.1423 24 11.99 24H12.01ZM2.25559 15C3.61621 19.82 8.0182 22 12.01 22C16.0018 22 20.4038 19.82 21.7644 15H2.25559ZM8.00819 6V2C8.00819 1.45 7.55799 1 7.00774 1C6.45749 1 6.00729 1.45 6.00729 2V6C6.00729 6.55 6.45749 7 7.00774 7C7.55799 7 8.00819 6.55 8.00819 6ZM18.0127 6V2C18.0127 1.45 17.5625 1 17.0123 1C16.462 1 16.0118 1.45 16.0118 2V6C16.0118 6.55 16.462 7 17.0123 7C17.5625 7 18.0127 6.55 18.0127 6Z\"></path></svg>"
3078
+ module.exports = "<svg viewBox=\"0 0 10 10\"><polygon points=\"2,2 0,4 5,9 10,4 8,2 5,5 \"></polygon></svg>"
3004
3079
 
3005
3080
  /***/ }),
3006
3081
 
3007
- /***/ 1247:
3008
- /***/ ((module, __unused_webpack_exports, __nested_webpack_require_46653__) => {
3009
-
3010
- var map = {
3011
- "./ModernBooleanCheckChecked.svg": 7594,
3012
- "./ModernBooleanCheckInd.svg": 690,
3013
- "./ModernBooleanCheckUnchecked.svg": 5169,
3014
- "./ModernCheck.svg": 4177,
3015
- "./ModernRadio.svg": 5336,
3016
- "./ProgressButton.svg": 9839,
3017
- "./RemoveFile.svg": 9340,
3018
- "./TimerCircle.svg": 6437,
3019
- "./add-24x24.svg": 4500,
3020
- "./arrowleft-16x16.svg": 7527,
3021
- "./arrowright-16x16.svg": 5048,
3022
- "./camera-24x24.svg": 1252,
3023
- "./camera-32x32.svg": 7882,
3024
- "./cancel-24x24.svg": 7299,
3025
- "./check-16x16.svg": 8515,
3026
- "./check-24x24.svg": 8241,
3027
- "./chevrondown-24x24.svg": 2816,
3028
- "./chevronright-16x16.svg": 9822,
3029
- "./clear-16x16.svg": 9392,
3030
- "./clear-24x24.svg": 2722,
3031
- "./close-16x16.svg": 871,
3032
- "./close-24x24.svg": 7541,
3033
- "./collapse-16x16.svg": 790,
3034
- "./collapsedetails-16x16.svg": 7982,
3035
- "./delete-24x24.svg": 9355,
3036
- "./drag-24x24.svg": 2543,
3037
- "./draghorizontal-24x16.svg": 5360,
3038
- "./expand-16x16.svg": 8679,
3039
- "./expanddetails-16x16.svg": 8009,
3040
- "./file-72x72.svg": 9877,
3041
- "./flip-24x24.svg": 3124,
3042
- "./folder-24x24.svg": 2561,
3043
- "./fullsize-16x16.svg": 3475,
3044
- "./image-48x48.svg": 4274,
3045
- "./loading-48x48.svg": 1989,
3046
- "./maximize-16x16.svg": 8453,
3047
- "./minimize-16x16.svg": 1379,
3048
- "./more-24x24.svg": 674,
3049
- "./navmenu-24x24.svg": 9431,
3050
- "./noimage-48x48.svg": 2485,
3051
- "./ranking-arrows.svg": 7055,
3052
- "./rankingundefined-16x16.svg": 9677,
3053
- "./rating-star-2.svg": 5923,
3054
- "./rating-star-small-2.svg": 3365,
3055
- "./rating-star-small.svg": 8680,
3056
- "./rating-star.svg": 4546,
3057
- "./reorder-24x24.svg": 7788,
3058
- "./restoredown-16x16.svg": 2521,
3059
- "./search-24x24.svg": 3185,
3060
- "./smiley-rate1-24x24.svg": 1284,
3061
- "./smiley-rate10-24x24.svg": 3306,
3062
- "./smiley-rate2-24x24.svg": 8803,
3063
- "./smiley-rate3-24x24.svg": 6378,
3064
- "./smiley-rate4-24x24.svg": 1441,
3065
- "./smiley-rate5-24x24.svg": 8016,
3066
- "./smiley-rate6-24x24.svg": 8767,
3067
- "./smiley-rate7-24x24.svg": 7238,
3068
- "./smiley-rate8-24x24.svg": 5869,
3069
- "./smiley-rate9-24x24.svg": 4684
3070
- };
3071
-
3082
+ /***/ 9877:
3083
+ /***/ ((module) => {
3072
3084
 
3073
- function webpackContext(req) {
3074
- var id = webpackContextResolve(req);
3075
- return __nested_webpack_require_46653__(id);
3076
- }
3077
- function webpackContextResolve(req) {
3078
- if(!__nested_webpack_require_46653__.o(map, req)) {
3079
- var e = new Error("Cannot find module '" + req + "'");
3080
- e.code = 'MODULE_NOT_FOUND';
3081
- throw e;
3082
- }
3083
- return map[req];
3084
- }
3085
- webpackContext.keys = function webpackContextKeys() {
3086
- return Object.keys(map);
3087
- };
3088
- webpackContext.resolve = webpackContextResolve;
3089
- module.exports = webpackContext;
3090
- webpackContext.id = 1247;
3085
+ module.exports = "<svg viewBox=\"0 0 72 72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M62.83 12.83L53.17 3.17C52.7982 2.79866 52.357 2.50421 51.8714 2.30346C51.3858 2.1027 50.8654 1.99959 50.34 2H14C12.4087 2 10.8826 2.63214 9.75735 3.75736C8.63214 4.88258 8 6.4087 8 8V64C8 65.5913 8.63214 67.1174 9.75735 68.2426C10.8826 69.3679 12.4087 70 14 70H58C59.5913 70 61.1174 69.3679 62.2426 68.2426C63.3679 67.1174 64 65.5913 64 64V15.66C64.0004 15.1346 63.8973 14.6142 63.6965 14.1286C63.4958 13.643 63.2013 13.2018 62.83 12.83ZM52 4.83L61.17 14H56C54.9391 14 53.9217 13.5786 53.1716 12.8284C52.4214 12.0783 52 11.0609 52 10V4.83ZM62 64C62 65.0609 61.5786 66.0783 60.8284 66.8284C60.0783 67.5786 59.0609 68 58 68H14C12.9391 68 11.9217 67.5786 11.1716 66.8284C10.4214 66.0783 10 65.0609 10 64V8C10 6.93914 10.4214 5.92172 11.1716 5.17157C11.9217 4.42143 12.9391 4 14 4H50V10C50 11.5913 50.6321 13.1174 51.7574 14.2426C52.8826 15.3679 54.4087 16 56 16H62V64ZM22 26H50V28H22V26ZM22 32H50V34H22V32ZM22 38H50V40H22V38ZM22 44H50V46H22V44Z\"></path></svg>"
3091
3086
 
3092
3087
  /***/ })
3093
3088
 
@@ -3170,7 +3165,7 @@ var iconsV2_webpack_exports_icons = iconsV2_nested_webpack_exports_.P;
3170
3165
 
3171
3166
  (0,external_survey_core_namespaceObject.addIconsToThemeSet)("v1", __webpack_exports__icons);
3172
3167
  (0,external_survey_core_namespaceObject.addIconsToThemeSet)("v2", iconsV2_webpack_exports_icons);
3173
- external_survey_core_namespaceObject.SvgRegistry.registerIcons(__webpack_exports__icons);
3168
+ external_survey_core_namespaceObject.SvgRegistry.registerIcons(iconsV2_webpack_exports_icons);
3174
3169
  class Survey extends SurveyElementBase {
3175
3170
  constructor(props) {
3176
3171
  super(props);
@@ -4072,16 +4067,16 @@ class RatingItemBase extends SurveyElementBase {
4072
4067
  class RatingItem extends RatingItemBase {
4073
4068
  render() {
4074
4069
  var itemText = this.renderLocString(this.item.locText);
4075
- return (external_react_namespaceObject["default"].createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClassByText(this.item.itemValue, this.item.text) },
4076
- external_react_namespaceObject["default"].createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4077
- external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.itemText, "data-text": this.item.text }, itemText)));
4070
+ return (external_react_namespaceObject.createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClassByText(this.item.itemValue, this.item.text) },
4071
+ external_react_namespaceObject.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4072
+ external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.itemText, "data-text": this.item.text }, itemText)));
4078
4073
  }
4079
4074
  componentDidMount() {
4080
4075
  super.componentDidMount();
4081
4076
  }
4082
4077
  }
4083
4078
  ReactElementFactory.Instance.registerElement("sv-rating-item", (props) => {
4084
- return external_react_namespaceObject["default"].createElement(RatingItem, props);
4079
+ return external_react_namespaceObject.createElement(RatingItem, props);
4085
4080
  });
4086
4081
 
4087
4082
  ;// ./src/components/rating/rating-item-star.tsx
@@ -4091,14 +4086,14 @@ ReactElementFactory.Instance.registerElement("sv-rating-item", (props) => {
4091
4086
 
4092
4087
  class RatingItemStar extends RatingItemBase {
4093
4088
  render() {
4094
- return (external_react_namespaceObject["default"].createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClass(this.item.itemValue), onMouseOver: e => this.question.onItemMouseIn(this.item), onMouseOut: e => this.question.onItemMouseOut(this.item) },
4095
- external_react_namespaceObject["default"].createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4096
- external_react_namespaceObject["default"].createElement(SvgIcon, { className: "sv-star", size: "auto", iconName: this.question.itemStarIcon, title: this.item.text }),
4097
- external_react_namespaceObject["default"].createElement(SvgIcon, { className: "sv-star-2", size: "auto", iconName: this.question.itemStarIconAlt, title: this.item.text })));
4089
+ return (external_react_namespaceObject.createElement("label", { onMouseDown: this.handleOnMouseDown, className: this.question.getItemClass(this.item.itemValue), onMouseOver: e => this.question.onItemMouseIn(this.item), onMouseOut: e => this.question.onItemMouseOut(this.item) },
4090
+ external_react_namespaceObject.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4091
+ external_react_namespaceObject.createElement(SvgIcon, { className: "sv-star", size: "auto", iconName: this.question.itemStarIcon, title: this.item.text }),
4092
+ external_react_namespaceObject.createElement(SvgIcon, { className: "sv-star-2", size: "auto", iconName: this.question.itemStarIconAlt, title: this.item.text })));
4098
4093
  }
4099
4094
  }
4100
4095
  ReactElementFactory.Instance.registerElement("sv-rating-item-star", (props) => {
4101
- return external_react_namespaceObject["default"].createElement(RatingItemStar, props);
4096
+ return external_react_namespaceObject.createElement(RatingItemStar, props);
4102
4097
  });
4103
4098
 
4104
4099
  ;// ./src/components/rating/rating-item-smiley.tsx
@@ -4108,13 +4103,13 @@ ReactElementFactory.Instance.registerElement("sv-rating-item-star", (props) => {
4108
4103
 
4109
4104
  class RatingItemSmiley extends RatingItemBase {
4110
4105
  render() {
4111
- return (external_react_namespaceObject["default"].createElement("label", { onMouseDown: this.handleOnMouseDown, style: this.question.getItemStyle(this.item.itemValue, this.item.highlight), className: this.question.getItemClass(this.item.itemValue), onMouseOver: e => this.question.onItemMouseIn(this.item), onMouseOut: e => this.question.onItemMouseOut(this.item) },
4112
- external_react_namespaceObject["default"].createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4113
- external_react_namespaceObject["default"].createElement(SvgIcon, { size: "auto", iconName: this.question.getItemSmileyIconName(this.item.itemValue), title: this.item.text })));
4106
+ return (external_react_namespaceObject.createElement("label", { onMouseDown: this.handleOnMouseDown, style: this.question.getItemStyle(this.item.itemValue, this.item.highlight), className: this.question.getItemClass(this.item.itemValue), onMouseOver: e => this.question.onItemMouseIn(this.item), onMouseOut: e => this.question.onItemMouseOut(this.item) },
4107
+ external_react_namespaceObject.createElement("input", { type: "radio", className: "sv-visuallyhidden", name: this.question.questionName, id: this.question.getInputId(this.index), value: this.item.value, disabled: this.question.isDisabledAttr, readOnly: this.question.isReadOnlyAttr, checked: this.question.value == this.item.value, onClick: this.props.handleOnClick, onChange: () => { }, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
4108
+ external_react_namespaceObject.createElement(SvgIcon, { size: "auto", iconName: this.question.getItemSmileyIconName(this.item.itemValue), title: this.item.text })));
4114
4109
  }
4115
4110
  }
4116
4111
  ReactElementFactory.Instance.registerElement("sv-rating-item-smiley", (props) => {
4117
- return external_react_namespaceObject["default"].createElement(RatingItemSmiley, props);
4112
+ return external_react_namespaceObject.createElement(RatingItemSmiley, props);
4118
4113
  });
4119
4114
 
4120
4115
  ;// ./src/components/rating/rating-dropdown-item.tsx
@@ -4133,18 +4128,18 @@ class RatingDropdownItem extends SurveyElementBase {
4133
4128
  return null;
4134
4129
  const item = this.props.item;
4135
4130
  const description = this.renderDescription(item);
4136
- return (external_react_namespaceObject["default"].createElement("div", { className: "sd-rating-dropdown-item" },
4137
- external_react_namespaceObject["default"].createElement("span", { className: "sd-rating-dropdown-item_text" }, item.title),
4131
+ return (external_react_namespaceObject.createElement("div", { className: "sd-rating-dropdown-item" },
4132
+ external_react_namespaceObject.createElement("span", { className: "sd-rating-dropdown-item_text" }, item.title),
4138
4133
  description));
4139
4134
  }
4140
4135
  renderDescription(item) {
4141
4136
  if (!item.description)
4142
4137
  return null;
4143
- return (external_react_namespaceObject["default"].createElement("div", { className: "sd-rating-dropdown-item_description" }, this.renderLocString(item.description, undefined, "locString")));
4138
+ return (external_react_namespaceObject.createElement("div", { className: "sd-rating-dropdown-item_description" }, this.renderLocString(item.description, undefined, "locString")));
4144
4139
  }
4145
4140
  }
4146
4141
  ReactElementFactory.Instance.registerElement("sv-rating-dropdown-item", (props) => {
4147
- return external_react_namespaceObject["default"].createElement(RatingDropdownItem, props);
4142
+ return external_react_namespaceObject.createElement(RatingDropdownItem, props);
4148
4143
  });
4149
4144
 
4150
4145
  ;// ./src/tagbox-filter.tsx
@@ -4789,13 +4784,13 @@ class SurveyFileChooseButton extends ReactSurveyElement {
4789
4784
  return (this.props.item && this.props.item.data.question) || this.props.data.question;
4790
4785
  }
4791
4786
  render() {
4792
- return attachKey2click(external_react_namespaceObject["default"].createElement("label", { tabIndex: 0, className: this.question.getChooseFileCss(), htmlFor: this.question.inputId, "aria-label": this.question.chooseButtonText, onClick: (e) => this.question.chooseFile(e.nativeEvent) },
4793
- (!!this.question.cssClasses.chooseFileIconId) ? external_react_namespaceObject["default"].createElement(SvgIcon, { title: this.question.chooseButtonText, iconName: this.question.cssClasses.chooseFileIconId, size: "auto" }) : null,
4794
- external_react_namespaceObject["default"].createElement("span", null, this.question.chooseButtonText)));
4787
+ return attachKey2click(external_react_namespaceObject.createElement("label", { tabIndex: 0, className: this.question.getChooseFileCss(), htmlFor: this.question.inputId, "aria-label": this.question.chooseButtonText, onClick: (e) => this.question.chooseFile(e.nativeEvent) },
4788
+ (!!this.question.cssClasses.chooseFileIconId) ? external_react_namespaceObject.createElement(SvgIcon, { title: this.question.chooseButtonText, iconName: this.question.cssClasses.chooseFileIconId, size: "auto" }) : null,
4789
+ external_react_namespaceObject.createElement("span", null, this.question.chooseButtonText)));
4795
4790
  }
4796
4791
  }
4797
4792
  ReactElementFactory.Instance.registerElement("sv-file-choose-btn", (props) => {
4798
- return external_react_namespaceObject["default"].createElement(SurveyFileChooseButton, props);
4793
+ return external_react_namespaceObject.createElement(SurveyFileChooseButton, props);
4799
4794
  });
4800
4795
 
4801
4796
  ;// ./src/reactquestion_file.tsx
@@ -4900,21 +4895,21 @@ class SurveyFileItem extends SurveyElementBase {
4900
4895
  renderFileSign(className, val) {
4901
4896
  if (!className || !val.name)
4902
4897
  return null;
4903
- return (external_react_namespaceObject["default"].createElement("div", { className: className },
4904
- external_react_namespaceObject["default"].createElement("a", { href: val.content, onClick: event => {
4898
+ return (external_react_namespaceObject.createElement("div", { className: className },
4899
+ external_react_namespaceObject.createElement("a", { href: val.content, onClick: event => {
4905
4900
  this.question.doDownloadFile(event, val);
4906
4901
  }, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
4907
4902
  }
4908
4903
  renderElement() {
4909
4904
  const val = this.item;
4910
- return (external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.previewItem, onClick: (event) => this.question.doDownloadFileFromContainer(event) },
4905
+ return (external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.previewItem, onClick: (event) => this.question.doDownloadFileFromContainer(event) },
4911
4906
  this.renderFileSign(this.question.cssClasses.fileSign, val),
4912
- external_react_namespaceObject["default"].createElement("div", { className: this.question.getImageWrapperCss(val) },
4913
- this.question.canPreviewImage(val) ? (external_react_namespaceObject["default"].createElement("img", { src: val.content, style: { height: this.question.imageHeight, width: this.question.imageWidth }, alt: "File preview" })) : (this.question.cssClasses.defaultImage ? (external_react_namespaceObject["default"].createElement(SvgIcon, { iconName: this.question.cssClasses.defaultImageIconId, size: "auto", className: this.question.cssClasses.defaultImage })) : null),
4914
- val.name && !this.question.isReadOnly ? (external_react_namespaceObject["default"].createElement("div", { className: this.question.getRemoveButtonCss(), onClick: (event) => this.question.doRemoveFile(val, event) },
4915
- external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.removeFile }, this.question.removeFileCaption),
4907
+ external_react_namespaceObject.createElement("div", { className: this.question.getImageWrapperCss(val) },
4908
+ this.question.canPreviewImage(val) ? (external_react_namespaceObject.createElement("img", { src: val.content, style: { height: this.question.imageHeight, width: this.question.imageWidth }, alt: "File preview" })) : (this.question.cssClasses.defaultImage ? (external_react_namespaceObject.createElement(SvgIcon, { iconName: this.question.cssClasses.defaultImageIconId, size: "auto", className: this.question.cssClasses.defaultImage })) : null),
4909
+ val.name && !this.question.isReadOnly ? (external_react_namespaceObject.createElement("div", { className: this.question.getRemoveButtonCss(), onClick: (event) => this.question.doRemoveFile(val, event) },
4910
+ external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.removeFile }, this.question.removeFileCaption),
4916
4911
  (this.question.cssClasses.removeFileSvgIconId) ?
4917
- (external_react_namespaceObject["default"].createElement(SvgIcon, { title: this.question.removeFileCaption, iconName: this.question.cssClasses.removeFileSvgIconId, size: "auto", className: this.question.cssClasses.removeFileSvg })) : null)) : null),
4912
+ (external_react_namespaceObject.createElement(SvgIcon, { title: this.question.removeFileCaption, iconName: this.question.cssClasses.removeFileSvgIconId, size: "auto", className: this.question.cssClasses.removeFileSvg })) : null)) : null),
4918
4913
  this.renderFileSign(this.question.cssClasses.fileSignBottom, val)));
4919
4914
  }
4920
4915
  canRender() {
@@ -4934,8 +4929,8 @@ class SurveyFilePage extends SurveyElementBase {
4934
4929
  return this.props.page;
4935
4930
  }
4936
4931
  renderElement() {
4937
- const items = this.page.items.map((item, index) => { return (external_react_namespaceObject["default"].createElement(SurveyFileItem, { item: item, question: this.question, key: index })); });
4938
- return (external_react_namespaceObject["default"].createElement("div", { className: this.page.css, id: this.page.id }, items));
4932
+ const items = this.page.items.map((item, index) => { return (external_react_namespaceObject.createElement(SurveyFileItem, { item: item, question: this.question, key: index })); });
4933
+ return (external_react_namespaceObject.createElement("div", { className: this.page.css, id: this.page.id }, items));
4939
4934
  }
4940
4935
  }
4941
4936
 
@@ -4952,22 +4947,22 @@ class SurveyFilePreview extends SurveyElementBase {
4952
4947
  renderFileSign(className, val) {
4953
4948
  if (!className || !val.name)
4954
4949
  return null;
4955
- return (external_react_namespaceObject["default"].createElement("div", { className: className },
4956
- external_react_namespaceObject["default"].createElement("a", { href: val.content, onClick: event => {
4950
+ return (external_react_namespaceObject.createElement("div", { className: className },
4951
+ external_react_namespaceObject.createElement("a", { href: val.content, onClick: event => {
4957
4952
  this.question.doDownloadFile(event, val);
4958
4953
  }, title: val.name, download: val.name, style: { width: this.question.imageWidth } }, val.name)));
4959
4954
  }
4960
4955
  renderElement() {
4961
- const content = this.question.supportFileNavigator ? this.question.renderedPages.map((page, index) => { return (external_react_namespaceObject["default"].createElement(SurveyFilePage, { page: page, question: this.question, key: page.id })); })
4962
- : this.question.previewValue.map((item, index) => { return (external_react_namespaceObject["default"].createElement(SurveyFileItem, { item: item, question: this.question, key: index })); });
4963
- return external_react_namespaceObject["default"].createElement("div", { className: this.question.cssClasses.fileList || undefined }, content);
4956
+ const content = this.question.supportFileNavigator ? this.question.renderedPages.map((page, index) => { return (external_react_namespaceObject.createElement(SurveyFilePage, { page: page, question: this.question, key: page.id })); })
4957
+ : this.question.previewValue.map((item, index) => { return (external_react_namespaceObject.createElement(SurveyFileItem, { item: item, question: this.question, key: index })); });
4958
+ return external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.fileList || undefined }, content);
4964
4959
  }
4965
4960
  canRender() {
4966
4961
  return this.question.showPreviewContainer;
4967
4962
  }
4968
4963
  }
4969
4964
  ReactElementFactory.Instance.registerElement("sv-file-preview", (props) => {
4970
- return external_react_namespaceObject["default"].createElement(SurveyFilePreview, props);
4965
+ return external_react_namespaceObject.createElement(SurveyFilePreview, props);
4971
4966
  });
4972
4967
 
4973
4968
  ;// ./src/reactquestion_multipletext.tsx
@@ -5473,7 +5468,7 @@ ReactQuestionFactory.Instance.registerQuestion("empty", (props) => {
5473
5468
  class MatrixRow extends SurveyElementBase {
5474
5469
  constructor(props) {
5475
5470
  super(props);
5476
- this.root = external_react_namespaceObject["default"].createRef();
5471
+ this.root = external_react_namespaceObject.createRef();
5477
5472
  this.onPointerDownHandler = (event) => {
5478
5473
  this.parentMatrix.onPointerDown(event.nativeEvent, this.model.row);
5479
5474
  };
@@ -5514,11 +5509,11 @@ class MatrixRow extends SurveyElementBase {
5514
5509
  const model = this.model;
5515
5510
  if (!model.visible)
5516
5511
  return null;
5517
- return (external_react_namespaceObject["default"].createElement("tr", { ref: this.root, className: model.className, "data-sv-drop-target-matrix-row": model.row && model.row.id, onPointerDown: (event) => this.onPointerDownHandler(event) }, this.props.children));
5512
+ return (external_react_namespaceObject.createElement("tr", { ref: this.root, className: model.className, "data-sv-drop-target-matrix-row": model.row && model.row.id, onPointerDown: (event) => this.onPointerDownHandler(event) }, this.props.children));
5518
5513
  }
5519
5514
  }
5520
5515
  ReactElementFactory.Instance.registerElement("sv-matrix-row", (props) => {
5521
- return external_react_namespaceObject["default"].createElement(MatrixRow, props);
5516
+ return external_react_namespaceObject.createElement(MatrixRow, props);
5522
5517
  });
5523
5518
 
5524
5519
  ;// ./src/components/matrix-actions/drag-drop-icon/drag-drop-icon.tsx
@@ -5530,20 +5525,20 @@ class SurveyQuestionMatrixDynamicDragDropIcon extends ReactSurveyElement {
5530
5525
  return this.props.item.data.question;
5531
5526
  }
5532
5527
  renderElement() {
5533
- return external_react_namespaceObject["default"].createElement("div", null, this.renderIcon());
5528
+ return external_react_namespaceObject.createElement("div", null, this.renderIcon());
5534
5529
  }
5535
5530
  renderIcon() {
5536
5531
  if (this.question.iconDragElement) {
5537
- return (external_react_namespaceObject["default"].createElement("svg", { className: this.question.cssClasses.dragElementDecorator },
5538
- external_react_namespaceObject["default"].createElement("use", { xlinkHref: this.question.iconDragElement })));
5532
+ return (external_react_namespaceObject.createElement("svg", { className: this.question.cssClasses.dragElementDecorator },
5533
+ external_react_namespaceObject.createElement("use", { xlinkHref: this.question.iconDragElement })));
5539
5534
  }
5540
5535
  else {
5541
- return (external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.iconDrag }));
5536
+ return (external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.iconDrag }));
5542
5537
  }
5543
5538
  }
5544
5539
  }
5545
5540
  ReactElementFactory.Instance.registerElement("sv-matrix-drag-drop-icon", (props) => {
5546
- return external_react_namespaceObject["default"].createElement(SurveyQuestionMatrixDynamicDragDropIcon, props);
5541
+ return external_react_namespaceObject.createElement(SurveyQuestionMatrixDynamicDragDropIcon, props);
5547
5542
  });
5548
5543
 
5549
5544
  ;// ./src/reactquestion_matrixdropdownbase.tsx
@@ -6002,12 +5997,12 @@ class SurveyQuestionPanelDynamicAddButton extends SurveyQuestionPanelDynamicActi
6002
5997
  if (!this.question.canAddPanel)
6003
5998
  return null;
6004
5999
  const btnText = this.renderLocString(this.question.locAddPanelText);
6005
- return (external_react_namespaceObject["default"].createElement("button", { type: "button", id: this.question.addButtonId, className: this.question.getAddButtonCss(), onClick: this.handleClick },
6006
- external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.buttonAddText }, btnText)));
6000
+ return (external_react_namespaceObject.createElement("button", { type: "button", id: this.question.addButtonId, className: this.question.getAddButtonCss(), onClick: this.handleClick },
6001
+ external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.buttonAddText }, btnText)));
6007
6002
  }
6008
6003
  }
6009
6004
  ReactElementFactory.Instance.registerElement("sv-paneldynamic-add-btn", (props) => {
6010
- return external_react_namespaceObject["default"].createElement(SurveyQuestionPanelDynamicAddButton, props);
6005
+ return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicAddButton, props);
6011
6006
  });
6012
6007
 
6013
6008
  ;// ./src/components/paneldynamic-actions/paneldynamic-next-btn.tsx
@@ -6023,12 +6018,12 @@ class SurveyQuestionPanelDynamicNextButton extends SurveyQuestionPanelDynamicAct
6023
6018
  };
6024
6019
  }
6025
6020
  renderElement() {
6026
- return (external_react_namespaceObject["default"].createElement("div", { title: this.question.panelNextText, onClick: this.handleClick, className: this.question.getNextButtonCss() },
6027
- external_react_namespaceObject["default"].createElement(SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
6021
+ return (external_react_namespaceObject.createElement("div", { title: this.question.panelNextText, onClick: this.handleClick, className: this.question.getNextButtonCss() },
6022
+ external_react_namespaceObject.createElement(SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
6028
6023
  }
6029
6024
  }
6030
6025
  ReactElementFactory.Instance.registerElement("sv-paneldynamic-next-btn", (props) => {
6031
- return external_react_namespaceObject["default"].createElement(SurveyQuestionPanelDynamicNextButton, props);
6026
+ return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicNextButton, props);
6032
6027
  });
6033
6028
 
6034
6029
  ;// ./src/components/paneldynamic-actions/paneldynamic-prev-btn.tsx
@@ -6044,12 +6039,12 @@ class SurveyQuestionPanelDynamicPrevButton extends SurveyQuestionPanelDynamicAct
6044
6039
  };
6045
6040
  }
6046
6041
  renderElement() {
6047
- return (external_react_namespaceObject["default"].createElement("div", { title: this.question.panelPrevText, onClick: this.handleClick, className: this.question.getPrevButtonCss() },
6048
- external_react_namespaceObject["default"].createElement(SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
6042
+ return (external_react_namespaceObject.createElement("div", { title: this.question.panelPrevText, onClick: this.handleClick, className: this.question.getPrevButtonCss() },
6043
+ external_react_namespaceObject.createElement(SvgIcon, { iconName: this.question.cssClasses.progressBtnIcon, size: "auto" })));
6049
6044
  }
6050
6045
  }
6051
6046
  ReactElementFactory.Instance.registerElement("sv-paneldynamic-prev-btn", (props) => {
6052
- return external_react_namespaceObject["default"].createElement(SurveyQuestionPanelDynamicPrevButton, props);
6047
+ return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicPrevButton, props);
6053
6048
  });
6054
6049
 
6055
6050
  ;// ./src/components/paneldynamic-actions/paneldynamic-progress-text.tsx
@@ -6058,11 +6053,11 @@ ReactElementFactory.Instance.registerElement("sv-paneldynamic-prev-btn", (props)
6058
6053
 
6059
6054
  class SurveyQuestionPanelDynamicProgressText extends SurveyQuestionPanelDynamicAction {
6060
6055
  renderElement() {
6061
- return (external_react_namespaceObject["default"].createElement("div", { className: this.question.cssClasses.progressText }, this.question.progressText));
6056
+ return (external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.progressText }, this.question.progressText));
6062
6057
  }
6063
6058
  }
6064
6059
  ReactElementFactory.Instance.registerElement("sv-paneldynamic-progress-text", (props) => {
6065
- return external_react_namespaceObject["default"].createElement(SurveyQuestionPanelDynamicProgressText, props);
6060
+ return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicProgressText, props);
6066
6061
  });
6067
6062
 
6068
6063
  ;// ./src/reactquestion_paneldynamic.tsx
@@ -6383,13 +6378,13 @@ class ListItem extends SurveyElementBase {
6383
6378
  const className = this.model.getItemClass(this.item);
6384
6379
  const itemContent = this.item.component || this.model.itemComponent;
6385
6380
  const newElement = ReactElementFactory.Instance.createElement(itemContent, { item: this.item, key: this.item.id, model: this.model });
6386
- const contentWrap = external_react_namespaceObject["default"].createElement("div", { style: this.model.getItemStyle(this.item), className: this.model.cssClasses.itemBody, title: this.item.getTooltip(), onMouseOver: (event) => { this.model.onItemHover(this.item); }, onMouseLeave: (event) => { this.model.onItemLeave(this.item); } }, newElement);
6387
- const separator = this.item.needSeparator ? external_react_namespaceObject["default"].createElement("div", { className: this.model.cssClasses.itemSeparator }) : null;
6381
+ const contentWrap = external_react_namespaceObject.createElement("div", { style: this.model.getItemStyle(this.item), className: this.model.cssClasses.itemBody, title: this.item.getTooltip(), onMouseOver: (event) => { this.model.onItemHover(this.item); }, onMouseLeave: (event) => { this.model.onItemLeave(this.item); } }, newElement);
6382
+ const separator = this.item.needSeparator ? external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.itemSeparator }) : null;
6388
6383
  const isVisible = this.model.isItemVisible(this.item);
6389
6384
  const style = {
6390
6385
  display: isVisible ? null : "none"
6391
6386
  };
6392
- return attachKey2click(external_react_namespaceObject["default"].createElement("li", { className: className, role: "option", style: style, id: this.item.elementId, "aria-selected": this.model.isItemSelected(this.item), onClick: (event) => {
6387
+ return attachKey2click(external_react_namespaceObject.createElement("li", { className: className, role: "option", style: style, id: this.item.elementId, "aria-selected": this.model.isItemSelected(this.item), onClick: (event) => {
6393
6388
  this.model.onItemClick(this.item);
6394
6389
  event.stopPropagation();
6395
6390
  }, onPointerDown: (event) => this.model.onPointerDown(event, this.item) },
@@ -6402,7 +6397,7 @@ class ListItem extends SurveyElementBase {
6402
6397
  }
6403
6398
  }
6404
6399
  ReactElementFactory.Instance.registerElement("sv-list-item", (props) => {
6405
- return external_react_namespaceObject["default"].createElement(ListItem, props);
6400
+ return external_react_namespaceObject.createElement(ListItem, props);
6406
6401
  });
6407
6402
 
6408
6403
  ;// ./src/components/list/list.tsx
@@ -6424,7 +6419,7 @@ class List extends SurveyElementBase {
6424
6419
  this.state = {
6425
6420
  filterString: this.model.filterString || ""
6426
6421
  };
6427
- this.listContainerRef = external_react_namespaceObject["default"].createRef();
6422
+ this.listContainerRef = external_react_namespaceObject.createRef();
6428
6423
  }
6429
6424
  get model() {
6430
6425
  return this.props.model;
@@ -6457,7 +6452,7 @@ class List extends SurveyElementBase {
6457
6452
  }
6458
6453
  }
6459
6454
  renderElement() {
6460
- return (external_react_namespaceObject["default"].createElement("div", { className: this.model.cssClasses.root, ref: this.listContainerRef },
6455
+ return (external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.root, ref: this.listContainerRef },
6461
6456
  this.searchElementContent(),
6462
6457
  this.emptyContent(),
6463
6458
  this.renderList()));
@@ -6467,7 +6462,7 @@ class List extends SurveyElementBase {
6467
6462
  return null;
6468
6463
  const items = this.renderItems();
6469
6464
  const ulStyle = { display: this.model.isEmpty ? "none" : null };
6470
- return (external_react_namespaceObject["default"].createElement("ul", { className: this.model.getListClass(), style: ulStyle, role: "listbox", id: this.model.elementId, onMouseDown: (e) => {
6465
+ return (external_react_namespaceObject.createElement("ul", { className: this.model.getListClass(), style: ulStyle, role: "listbox", id: this.model.elementId, onMouseDown: (e) => {
6471
6466
  e.preventDefault();
6472
6467
  }, onKeyDown: this.handleKeydown, onMouseMove: this.handleMouseMove }, items));
6473
6468
  }
@@ -6480,7 +6475,7 @@ class List extends SurveyElementBase {
6480
6475
  return null;
6481
6476
  }
6482
6477
  return items.map((item, itemIndex) => {
6483
- return (external_react_namespaceObject["default"].createElement(ListItem, { model: this.model, item: item, key: "item" + itemIndex }));
6478
+ return (external_react_namespaceObject.createElement(ListItem, { model: this.model, item: item, key: "item" + itemIndex }));
6484
6479
  });
6485
6480
  }
6486
6481
  searchElementContent() {
@@ -6497,23 +6492,23 @@ class List extends SurveyElementBase {
6497
6492
  this.model.goToItems(e);
6498
6493
  };
6499
6494
  const clearButton = this.model.showSearchClearButton && !!this.model.filterString ?
6500
- external_react_namespaceObject["default"].createElement("button", { className: this.model.cssClasses.searchClearButtonIcon, onClick: (event) => { this.model.onClickSearchClearButton(event); } },
6501
- external_react_namespaceObject["default"].createElement(SvgIcon, { iconName: "icon-searchclear", size: "auto" })) : null;
6502
- return (external_react_namespaceObject["default"].createElement("div", { className: this.model.cssClasses.filter },
6503
- external_react_namespaceObject["default"].createElement("div", { className: this.model.cssClasses.filterIcon },
6504
- external_react_namespaceObject["default"].createElement(SvgIcon, { iconName: "icon-search", size: "auto" })),
6505
- external_react_namespaceObject["default"].createElement("input", { type: "text", className: this.model.cssClasses.filterInput, "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onKeyUp: onKeyUp, onChange: onChange }),
6495
+ external_react_namespaceObject.createElement("button", { className: this.model.cssClasses.searchClearButtonIcon, onClick: (event) => { this.model.onClickSearchClearButton(event); } },
6496
+ external_react_namespaceObject.createElement(SvgIcon, { iconName: "icon-searchclear", size: "auto" })) : null;
6497
+ return (external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.filter },
6498
+ external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.filterIcon },
6499
+ external_react_namespaceObject.createElement(SvgIcon, { iconName: "icon-search", size: "auto" })),
6500
+ external_react_namespaceObject.createElement("input", { type: "text", className: this.model.cssClasses.filterInput, "aria-label": this.model.filterStringPlaceholder, placeholder: this.model.filterStringPlaceholder, value: this.state.filterString, onKeyUp: onKeyUp, onChange: onChange }),
6506
6501
  clearButton));
6507
6502
  }
6508
6503
  }
6509
6504
  emptyContent() {
6510
6505
  const style = { display: this.model.isEmpty ? null : "none" };
6511
- return (external_react_namespaceObject["default"].createElement("div", { className: this.model.cssClasses.emptyContainer, style: style },
6512
- external_react_namespaceObject["default"].createElement("div", { className: this.model.cssClasses.emptyText, "aria-label": this.model.emptyMessage }, this.model.emptyMessage)));
6506
+ return (external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.emptyContainer, style: style },
6507
+ external_react_namespaceObject.createElement("div", { className: this.model.cssClasses.emptyText, "aria-label": this.model.emptyMessage }, this.model.emptyMessage)));
6513
6508
  }
6514
6509
  }
6515
6510
  ReactElementFactory.Instance.registerElement("sv-list", (props) => {
6516
- return external_react_namespaceObject["default"].createElement(List, props);
6511
+ return external_react_namespaceObject.createElement(List, props);
6517
6512
  });
6518
6513
 
6519
6514
  ;// ./src/progressToc.tsx
@@ -6874,7 +6869,7 @@ class SurveyQuestionImagePickerItem extends ReactSurveyElement {
6874
6869
  }
6875
6870
  const renderedItem = (external_react_namespaceObject.createElement("div", { className: itemClass },
6876
6871
  external_react_namespaceObject.createElement("label", { className: cssClasses.label },
6877
- external_react_namespaceObject.createElement("input", { className: cssClasses.itemControl, id: this.question.getItemId(item), type: this.question.inputType, name: this.question.questionName, checked: isChecked, value: item.value, disabled: !this.question.getItemEnabled(item), readOnly: this.question.isReadOnlyAttr, onChange: this.handleOnChange, "aria-required": this.question.ariaRequired, "aria-label": this.question.ariaLabel, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
6872
+ external_react_namespaceObject.createElement("input", { className: cssClasses.itemControl, id: this.question.getItemId(item), type: this.question.inputType, name: this.question.questionName, checked: isChecked, value: item.value, disabled: !this.question.getItemEnabled(item), readOnly: this.question.isReadOnlyAttr, onChange: this.handleOnChange, "aria-required": this.question.ariaRequired, "aria-label": item.locText.renderedHtml, "aria-invalid": this.question.ariaInvalid, "aria-errormessage": this.question.ariaErrormessage }),
6878
6873
  external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.itemDecorator },
6879
6874
  external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.imageContainer },
6880
6875
  !!this.question.cssClasses.checkedItemDecorator ?
@@ -7007,11 +7002,11 @@ class SurveyQuestionButtonGroup extends SurveyQuestionElementBase {
7007
7002
  }
7008
7003
  renderElement() {
7009
7004
  const items = this.renderItems();
7010
- return external_react_namespaceObject["default"].createElement("div", { className: this.question.cssClasses.root }, items);
7005
+ return external_react_namespaceObject.createElement("div", { className: this.question.cssClasses.root }, items);
7011
7006
  }
7012
7007
  renderItems() {
7013
7008
  return this.question.visibleChoices.map((item, index) => {
7014
- return (external_react_namespaceObject["default"].createElement(SurveyButtonGroupItem, { key: this.question.inputId + "_" + index, item: item, question: this.question, index: index }));
7009
+ return (external_react_namespaceObject.createElement(SurveyButtonGroupItem, { key: this.question.inputId + "_" + index, item: item, question: this.question, index: index }));
7015
7010
  });
7016
7011
  }
7017
7012
  }
@@ -7036,20 +7031,20 @@ class SurveyButtonGroupItem extends SurveyElementBase {
7036
7031
  const icon = this.renderIcon();
7037
7032
  const input = this.renderInput();
7038
7033
  const caption = this.renderCaption();
7039
- return (external_react_namespaceObject["default"].createElement("label", { role: "radio", className: this.model.css.label, title: this.model.caption.renderedHtml },
7034
+ return (external_react_namespaceObject.createElement("label", { role: "radio", className: this.model.css.label, title: this.model.caption.renderedHtml },
7040
7035
  input,
7041
- external_react_namespaceObject["default"].createElement("div", { className: this.model.css.decorator },
7036
+ external_react_namespaceObject.createElement("div", { className: this.model.css.decorator },
7042
7037
  icon,
7043
7038
  caption)));
7044
7039
  }
7045
7040
  renderIcon() {
7046
7041
  if (!!this.model.iconName) {
7047
- return (external_react_namespaceObject["default"].createElement(SvgIcon, { className: this.model.css.icon, iconName: this.model.iconName, size: this.model.iconSize || 24 }));
7042
+ return (external_react_namespaceObject.createElement(SvgIcon, { className: this.model.css.icon, iconName: this.model.iconName, size: this.model.iconSize || 24 }));
7048
7043
  }
7049
7044
  return null;
7050
7045
  }
7051
7046
  renderInput() {
7052
- return (external_react_namespaceObject["default"].createElement("input", { className: this.model.css.control, id: this.model.id, type: "radio", name: this.model.name, checked: this.model.selected, value: this.model.value, disabled: this.model.readOnly, onChange: () => {
7047
+ return (external_react_namespaceObject.createElement("input", { className: this.model.css.control, id: this.model.id, type: "radio", name: this.model.name, checked: this.model.selected, value: this.model.value, disabled: this.model.readOnly, onChange: () => {
7053
7048
  this.model.onChange();
7054
7049
  }, "aria-required": this.model.isRequired, "aria-label": this.model.caption.renderedHtml, "aria-invalid": this.model.hasErrors, "aria-errormessage": this.model.describedBy, role: "radio" }));
7055
7050
  }
@@ -7057,7 +7052,7 @@ class SurveyButtonGroupItem extends SurveyElementBase {
7057
7052
  if (!this.model.showCaption)
7058
7053
  return null;
7059
7054
  let caption = this.renderLocString(this.model.caption);
7060
- return (external_react_namespaceObject["default"].createElement("span", { className: this.model.css.caption, title: this.model.caption.renderedHtml }, caption));
7055
+ return (external_react_namespaceObject.createElement("span", { className: this.model.css.caption, title: this.model.caption.renderedHtml }, caption));
7061
7056
  }
7062
7057
  }
7063
7058
  // ReactQuestionFactory.Instance.registerQuestion("buttongroup", props => {
@@ -7123,17 +7118,17 @@ class ListItemContent extends SurveyElementBase {
7123
7118
  return null;
7124
7119
  const text = this.renderLocString(this.item.locTitle, undefined, "locString");
7125
7120
  const icon = (this.item.iconName) ?
7126
- external_react_namespaceObject["default"].createElement(SvgIcon, { className: this.model.cssClasses.itemIcon, iconName: this.item.iconName, size: this.item.iconSize, "aria-label": this.item.title }) : null;
7121
+ external_react_namespaceObject.createElement(SvgIcon, { className: this.model.cssClasses.itemIcon, iconName: this.item.iconName, size: this.item.iconSize, "aria-label": this.item.title }) : null;
7127
7122
  const markerIcon = (this.item.markerIconName) ?
7128
- external_react_namespaceObject["default"].createElement(SvgIcon, { className: this.item.cssClasses.itemMarkerIcon, iconName: this.item.markerIconName, size: "auto" }) : null;
7129
- return external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null,
7123
+ external_react_namespaceObject.createElement(SvgIcon, { className: this.item.cssClasses.itemMarkerIcon, iconName: this.item.markerIconName, size: "auto" }) : null;
7124
+ return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
7130
7125
  icon,
7131
7126
  text,
7132
7127
  markerIcon);
7133
7128
  }
7134
7129
  }
7135
7130
  ReactElementFactory.Instance.registerElement("sv-list-item-content", (props) => {
7136
- return external_react_namespaceObject["default"].createElement(ListItemContent, props);
7131
+ return external_react_namespaceObject.createElement(ListItemContent, props);
7137
7132
  });
7138
7133
 
7139
7134
  ;// ./src/components/list/list-item-group.tsx
@@ -7156,19 +7151,19 @@ class ListItemGroup extends SurveyElementBase {
7156
7151
  if (!this.item)
7157
7152
  return null;
7158
7153
  const newElement = ReactElementFactory.Instance.createElement("sv-list-item-content", { item: this.item, key: "content" + this.item.id, model: this.model });
7159
- return external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null,
7154
+ return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null,
7160
7155
  newElement,
7161
- external_react_namespaceObject["default"].createElement(Popup, { model: (_a = this.item) === null || _a === void 0 ? void 0 : _a.popupModel }));
7156
+ external_react_namespaceObject.createElement(Popup, { model: (_a = this.item) === null || _a === void 0 ? void 0 : _a.popupModel }));
7162
7157
  }
7163
7158
  }
7164
7159
  ReactElementFactory.Instance.registerElement("sv-list-item-group", (props) => {
7165
- return external_react_namespaceObject["default"].createElement(ListItemGroup, props);
7160
+ return external_react_namespaceObject.createElement(ListItemGroup, props);
7166
7161
  });
7167
7162
 
7168
7163
  ;// ./src/components/survey-header/logo-image.tsx
7169
7164
 
7170
7165
 
7171
- class LogoImage extends external_react_namespaceObject["default"].Component {
7166
+ class LogoImage extends external_react_namespaceObject.Component {
7172
7167
  constructor(props) {
7173
7168
  super(props);
7174
7169
  }
@@ -7177,13 +7172,13 @@ class LogoImage extends external_react_namespaceObject["default"].Component {
7177
7172
  }
7178
7173
  render() {
7179
7174
  const content = [];
7180
- content.push(external_react_namespaceObject["default"].createElement("div", { key: "logo-image", className: this.survey.logoClassNames },
7181
- external_react_namespaceObject["default"].createElement("img", { className: this.survey.css.logoImage, src: this.survey.locLogo.renderedHtml || null, alt: this.survey.locTitle.renderedHtml, width: this.survey.renderedLogoWidth, height: this.survey.renderedLogoHeight, style: { objectFit: this.survey.logoFit, width: this.survey.renderedStyleLogoWidth, height: this.survey.renderedStyleLogoHeight } })));
7182
- return external_react_namespaceObject["default"].createElement(external_react_namespaceObject["default"].Fragment, null, content);
7175
+ content.push(external_react_namespaceObject.createElement("div", { key: "logo-image", className: this.survey.logoClassNames },
7176
+ external_react_namespaceObject.createElement("img", { className: this.survey.css.logoImage, src: this.survey.locLogo.renderedHtml || null, alt: this.survey.locTitle.renderedHtml, width: this.survey.renderedLogoWidth, height: this.survey.renderedLogoHeight, style: { objectFit: this.survey.logoFit, width: this.survey.renderedStyleLogoWidth, height: this.survey.renderedStyleLogoHeight } })));
7177
+ return external_react_namespaceObject.createElement(external_react_namespaceObject.Fragment, null, content);
7183
7178
  }
7184
7179
  }
7185
7180
  ReactElementFactory.Instance.registerElement("sv-logo-image", (props) => {
7186
- return external_react_namespaceObject["default"].createElement(LogoImage, props);
7181
+ return external_react_namespaceObject.createElement(LogoImage, props);
7187
7182
  });
7188
7183
 
7189
7184
  ;// ./src/components/matrix-actions/remove-button/remove-button.tsx
@@ -7206,13 +7201,13 @@ class SurveyQuestionMatrixDynamicRemoveButton extends ReactSurveyElement {
7206
7201
  }
7207
7202
  renderElement() {
7208
7203
  var removeRowText = this.renderLocString(this.question.locRemoveRowText);
7209
- return (external_react_namespaceObject["default"].createElement("button", { className: this.question.getRemoveRowButtonCss(), type: "button", onClick: this.handleOnRowRemoveClick, disabled: this.question.isInputReadOnly },
7204
+ return (external_react_namespaceObject.createElement("button", { className: this.question.getRemoveRowButtonCss(), type: "button", onClick: this.handleOnRowRemoveClick, disabled: this.question.isInputReadOnly },
7210
7205
  removeRowText,
7211
- external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.iconRemove })));
7206
+ external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.iconRemove })));
7212
7207
  }
7213
7208
  }
7214
7209
  ReactElementFactory.Instance.registerElement("sv-matrix-remove-button", (props) => {
7215
- return external_react_namespaceObject["default"].createElement(SurveyQuestionMatrixDynamicRemoveButton, props);
7210
+ return external_react_namespaceObject.createElement(SurveyQuestionMatrixDynamicRemoveButton, props);
7216
7211
  });
7217
7212
 
7218
7213
  ;// ./src/components/matrix-actions/detail-button/detail-button.tsx
@@ -7244,12 +7239,12 @@ class SurveyQuestionMatrixDetailButton extends ReactSurveyElement {
7244
7239
  var isExpanded = this.row.isDetailPanelShowing;
7245
7240
  var ariaExpanded = isExpanded;
7246
7241
  var ariaControls = isExpanded ? this.row.detailPanelId : undefined;
7247
- return (external_react_namespaceObject["default"].createElement("button", { type: "button", onClick: this.handleOnShowHideClick, className: this.question.getDetailPanelButtonCss(this.row), "aria-expanded": ariaExpanded, "aria-controls": ariaControls },
7248
- external_react_namespaceObject["default"].createElement(SvgIcon, { className: this.question.getDetailPanelIconCss(this.row), iconName: this.question.getDetailPanelIconId(this.row), size: "auto" })));
7242
+ return (external_react_namespaceObject.createElement("button", { type: "button", onClick: this.handleOnShowHideClick, className: this.question.getDetailPanelButtonCss(this.row), "aria-expanded": ariaExpanded, "aria-controls": ariaControls },
7243
+ external_react_namespaceObject.createElement(SvgIcon, { className: this.question.getDetailPanelIconCss(this.row), iconName: this.question.getDetailPanelIconId(this.row), size: "auto" })));
7249
7244
  }
7250
7245
  }
7251
7246
  ReactElementFactory.Instance.registerElement("sv-matrix-detail-button", props => {
7252
- return external_react_namespaceObject["default"].createElement(SurveyQuestionMatrixDetailButton, props);
7247
+ return external_react_namespaceObject.createElement(SurveyQuestionMatrixDetailButton, props);
7253
7248
  });
7254
7249
 
7255
7250
  ;// ./src/components/paneldynamic-actions/paneldynamic-remove-btn.tsx
@@ -7266,13 +7261,13 @@ class SurveyQuestionPanelDynamicRemoveButton extends SurveyQuestionPanelDynamicA
7266
7261
  renderElement() {
7267
7262
  const btnText = this.renderLocString(this.question.locRemovePanelText);
7268
7263
  const id = this.question.getPanelRemoveButtonId(this.data.panel);
7269
- return (external_react_namespaceObject["default"].createElement("button", { id: id, className: this.question.getPanelRemoveButtonCss(), onClick: this.handleClick, type: "button" },
7270
- external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.buttonRemoveText }, btnText),
7271
- external_react_namespaceObject["default"].createElement("span", { className: this.question.cssClasses.iconRemove })));
7264
+ return (external_react_namespaceObject.createElement("button", { id: id, className: this.question.getPanelRemoveButtonCss(), onClick: this.handleClick, type: "button" },
7265
+ external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.buttonRemoveText }, btnText),
7266
+ external_react_namespaceObject.createElement("span", { className: this.question.cssClasses.iconRemove })));
7272
7267
  }
7273
7268
  }
7274
7269
  ReactElementFactory.Instance.registerElement("sv-paneldynamic-remove-btn", (props) => {
7275
- return external_react_namespaceObject["default"].createElement(SurveyQuestionPanelDynamicRemoveButton, props);
7270
+ return external_react_namespaceObject.createElement(SurveyQuestionPanelDynamicRemoveButton, props);
7276
7271
  });
7277
7272
 
7278
7273
  ;// ./src/components/survey-actions/survey-nav-button.tsx
@@ -7287,18 +7282,18 @@ class SurveyNavigationButton extends ReactSurveyElement {
7287
7282
  return this.item.isVisible;
7288
7283
  }
7289
7284
  renderElement() {
7290
- return (external_react_namespaceObject["default"].createElement("input", { className: this.item.innerCss, type: "button", disabled: this.item.disabled, onMouseDown: this.item.data && this.item.data.mouseDown, onClick: this.item.action, title: this.item.getTooltip(), value: this.item.title }));
7285
+ return (external_react_namespaceObject.createElement("input", { className: this.item.innerCss, type: "button", disabled: this.item.disabled, onMouseDown: this.item.data && this.item.data.mouseDown, onClick: this.item.action, title: this.item.getTooltip(), value: this.item.title }));
7291
7286
  }
7292
7287
  }
7293
7288
  ReactElementFactory.Instance.registerElement("sv-nav-btn", (props) => {
7294
- return external_react_namespaceObject["default"].createElement(SurveyNavigationButton, props);
7289
+ return external_react_namespaceObject.createElement(SurveyNavigationButton, props);
7295
7290
  });
7296
7291
 
7297
7292
  ;// ./src/string-viewer.tsx
7298
7293
 
7299
7294
 
7300
7295
 
7301
- class SurveyLocStringViewer extends external_react_namespaceObject["default"].Component {
7296
+ class SurveyLocStringViewer extends external_react_namespaceObject.Component {
7302
7297
  constructor(props) {
7303
7298
  super(props);
7304
7299
  this.onChangedHandler = (sender, options) => {
@@ -7306,7 +7301,7 @@ class SurveyLocStringViewer extends external_react_namespaceObject["default"].Co
7306
7301
  return;
7307
7302
  this.setState({ changed: !!this.state && this.state.changed ? this.state.changed + 1 : 1 });
7308
7303
  };
7309
- this.rootRef = external_react_namespaceObject["default"].createRef();
7304
+ this.rootRef = external_react_namespaceObject.createRef();
7310
7305
  }
7311
7306
  get locStr() {
7312
7307
  return this.props.locStr;
@@ -7345,42 +7340,42 @@ class SurveyLocStringViewer extends external_react_namespaceObject["default"].Co
7345
7340
  const className = this.locStr.allowLineBreaks ? "sv-string-viewer sv-string-viewer--multiline" : "sv-string-viewer";
7346
7341
  if (this.locStr.hasHtml) {
7347
7342
  let htmlValue = { __html: this.locStr.renderedHtml };
7348
- return external_react_namespaceObject["default"].createElement("span", { ref: this.rootRef, className: className, style: this.style, dangerouslySetInnerHTML: htmlValue });
7343
+ return external_react_namespaceObject.createElement("span", { ref: this.rootRef, className: className, style: this.style, dangerouslySetInnerHTML: htmlValue });
7349
7344
  }
7350
- return external_react_namespaceObject["default"].createElement("span", { ref: this.rootRef, className: className, style: this.style }, this.locStr.renderedHtml);
7345
+ return external_react_namespaceObject.createElement("span", { ref: this.rootRef, className: className, style: this.style }, this.locStr.renderedHtml);
7351
7346
  }
7352
7347
  }
7353
7348
  ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObject.LocalizableString.defaultRenderer, (props) => {
7354
- return external_react_namespaceObject["default"].createElement(SurveyLocStringViewer, props);
7349
+ return external_react_namespaceObject.createElement(SurveyLocStringViewer, props);
7355
7350
  });
7356
7351
 
7357
7352
  ;// ./src/components/question-error.tsx
7358
7353
 
7359
7354
 
7360
7355
 
7361
- class QuestionErrorComponent extends external_react_namespaceObject["default"].Component {
7356
+ class QuestionErrorComponent extends external_react_namespaceObject.Component {
7362
7357
  render() {
7363
- return (external_react_namespaceObject["default"].createElement("div", null,
7364
- external_react_namespaceObject["default"].createElement("span", { className: this.props.cssClasses.error.icon || undefined, "aria-hidden": "true" }),
7365
- external_react_namespaceObject["default"].createElement("span", { className: this.props.cssClasses.error.item || undefined },
7366
- external_react_namespaceObject["default"].createElement(SurveyLocStringViewer, { locStr: this.props.error.locText }))));
7358
+ return (external_react_namespaceObject.createElement("div", null,
7359
+ external_react_namespaceObject.createElement("span", { className: this.props.cssClasses.error.icon || undefined, "aria-hidden": "true" }),
7360
+ external_react_namespaceObject.createElement("span", { className: this.props.cssClasses.error.item || undefined },
7361
+ external_react_namespaceObject.createElement(SurveyLocStringViewer, { locStr: this.props.error.locText }))));
7367
7362
  }
7368
7363
  }
7369
7364
  ReactElementFactory.Instance.registerElement("sv-question-error", (props) => {
7370
- return external_react_namespaceObject["default"].createElement(QuestionErrorComponent, props);
7365
+ return external_react_namespaceObject.createElement(QuestionErrorComponent, props);
7371
7366
  });
7372
7367
 
7373
7368
  ;// ./src/components/skeleton.tsx
7374
7369
 
7375
7370
 
7376
- class Skeleton extends external_react_namespaceObject["default"].Component {
7371
+ class Skeleton extends external_react_namespaceObject.Component {
7377
7372
  render() {
7378
7373
  var _a, _b;
7379
- return (external_react_namespaceObject["default"].createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
7374
+ return (external_react_namespaceObject.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
7380
7375
  }
7381
7376
  }
7382
7377
  ReactElementFactory.Instance.registerElement("sv-skeleton", (props) => {
7383
- return external_react_namespaceObject["default"].createElement(Skeleton, props);
7378
+ return external_react_namespaceObject.createElement(Skeleton, props);
7384
7379
  });
7385
7380
 
7386
7381
  ;// ./src/components/header.tsx
@@ -7388,7 +7383,7 @@ ReactElementFactory.Instance.registerElement("sv-skeleton", (props) => {
7388
7383
 
7389
7384
 
7390
7385
 
7391
- class HeaderMobile extends external_react_namespaceObject["default"].Component {
7386
+ class HeaderMobile extends external_react_namespaceObject.Component {
7392
7387
  get model() {
7393
7388
  return this.props.model;
7394
7389
  }
@@ -7400,15 +7395,15 @@ class HeaderMobile extends external_react_namespaceObject["default"].Component {
7400
7395
  });
7401
7396
  }
7402
7397
  render() {
7403
- return (external_react_namespaceObject["default"].createElement("div", { className: "sv-header--mobile" },
7404
- this.model.survey.hasLogo ? (external_react_namespaceObject["default"].createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
7405
- this.model.survey.hasTitle ? (external_react_namespaceObject["default"].createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.renderedTextAreaWidth } },
7406
- external_react_namespaceObject["default"].createElement(TitleElement, { element: this.model.survey }))) : null,
7407
- this.model.survey.renderedHasDescription ? (external_react_namespaceObject["default"].createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.renderedTextAreaWidth } },
7408
- external_react_namespaceObject["default"].createElement("div", { className: this.model.survey.css.description }, SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null));
7398
+ return (external_react_namespaceObject.createElement("div", { className: "sv-header--mobile" },
7399
+ this.model.survey.hasLogo ? (external_react_namespaceObject.createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
7400
+ this.model.survey.hasTitle ? (external_react_namespaceObject.createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.renderedTextAreaWidth } },
7401
+ external_react_namespaceObject.createElement(TitleElement, { element: this.model.survey }))) : null,
7402
+ this.model.survey.renderedHasDescription ? (external_react_namespaceObject.createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.renderedTextAreaWidth } },
7403
+ external_react_namespaceObject.createElement("div", { className: this.model.survey.css.description }, SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null));
7409
7404
  }
7410
7405
  }
7411
- class HeaderCell extends external_react_namespaceObject["default"].Component {
7406
+ class HeaderCell extends external_react_namespaceObject.Component {
7412
7407
  get model() {
7413
7408
  return this.props.model;
7414
7409
  }
@@ -7420,13 +7415,13 @@ class HeaderCell extends external_react_namespaceObject["default"].Component {
7420
7415
  });
7421
7416
  }
7422
7417
  render() {
7423
- return (external_react_namespaceObject["default"].createElement("div", { className: this.model.css, style: this.model.style },
7424
- external_react_namespaceObject["default"].createElement("div", { className: "sv-header__cell-content", style: this.model.contentStyle },
7425
- this.model.showLogo ? (external_react_namespaceObject["default"].createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
7426
- this.model.showTitle ? (external_react_namespaceObject["default"].createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.textAreaWidth } },
7427
- external_react_namespaceObject["default"].createElement(TitleElement, { element: this.model.survey }))) : null,
7428
- this.model.showDescription ? (external_react_namespaceObject["default"].createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.textAreaWidth } },
7429
- external_react_namespaceObject["default"].createElement("div", { className: this.model.survey.css.description }, SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null)));
7418
+ return (external_react_namespaceObject.createElement("div", { className: this.model.css, style: this.model.style },
7419
+ external_react_namespaceObject.createElement("div", { className: "sv-header__cell-content", style: this.model.contentStyle },
7420
+ this.model.showLogo ? (external_react_namespaceObject.createElement("div", { className: "sv-header__logo" }, this.renderLogoImage())) : null,
7421
+ this.model.showTitle ? (external_react_namespaceObject.createElement("div", { className: "sv-header__title", style: { maxWidth: this.model.textAreaWidth } },
7422
+ external_react_namespaceObject.createElement(TitleElement, { element: this.model.survey }))) : null,
7423
+ this.model.showDescription ? (external_react_namespaceObject.createElement("div", { className: "sv-header__description", style: { maxWidth: this.model.textAreaWidth } },
7424
+ external_react_namespaceObject.createElement("div", { className: this.model.survey.css.description }, SurveyElementBase.renderLocString(this.model.survey.locDescription)))) : null)));
7430
7425
  }
7431
7426
  }
7432
7427
  class Header extends SurveyElementBase {
@@ -7443,13 +7438,13 @@ class Header extends SurveyElementBase {
7443
7438
  }
7444
7439
  let headerContent = null;
7445
7440
  if (this.props.survey.isMobile) {
7446
- headerContent = external_react_namespaceObject["default"].createElement(HeaderMobile, { model: this.model });
7441
+ headerContent = external_react_namespaceObject.createElement(HeaderMobile, { model: this.model });
7447
7442
  }
7448
7443
  else {
7449
- headerContent = (external_react_namespaceObject["default"].createElement("div", { className: this.model.contentClasses, style: { maxWidth: this.model.maxWidth } }, this.model.cells.map((cell, index) => external_react_namespaceObject["default"].createElement(HeaderCell, { key: index, model: cell }))));
7444
+ headerContent = (external_react_namespaceObject.createElement("div", { className: this.model.contentClasses, style: { maxWidth: this.model.maxWidth } }, this.model.cells.map((cell, index) => external_react_namespaceObject.createElement(HeaderCell, { key: index, model: cell }))));
7450
7445
  }
7451
- return (external_react_namespaceObject["default"].createElement("div", { className: this.model.headerClasses, style: { height: this.model.renderedHeight } },
7452
- this.model.backgroundImage ? external_react_namespaceObject["default"].createElement("div", { style: this.model.backgroundImageStyle, className: this.model.backgroundImageClasses }) : null,
7446
+ return (external_react_namespaceObject.createElement("div", { className: this.model.headerClasses, style: { height: this.model.renderedHeight } },
7447
+ this.model.backgroundImage ? external_react_namespaceObject.createElement("div", { style: this.model.backgroundImageStyle, className: this.model.backgroundImageClasses }) : null,
7453
7448
  headerContent));
7454
7449
  }
7455
7450
  componentDidMount() {
@@ -7462,14 +7457,14 @@ class Header extends SurveyElementBase {
7462
7457
  }
7463
7458
  }
7464
7459
  ReactElementFactory.Instance.registerElement("sv-header", (props) => {
7465
- return external_react_namespaceObject["default"].createElement(Header, props);
7460
+ return external_react_namespaceObject.createElement(Header, props);
7466
7461
  });
7467
7462
 
7468
7463
  ;// ./src/string-editor.tsx
7469
7464
 
7470
7465
 
7471
7466
 
7472
- class SurveyLocStringEditor extends external_react_namespaceObject["default"].Component {
7467
+ class SurveyLocStringEditor extends external_react_namespaceObject.Component {
7473
7468
  constructor(props) {
7474
7469
  super(props);
7475
7470
  this.onInput = (event) => {
@@ -7506,13 +7501,13 @@ class SurveyLocStringEditor extends external_react_namespaceObject["default"].Co
7506
7501
  }
7507
7502
  if (this.locStr.hasHtml) {
7508
7503
  const htmlValue = { __html: this.locStr.renderedHtml };
7509
- return (external_react_namespaceObject["default"].createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, dangerouslySetInnerHTML: htmlValue, onBlur: this.onInput, onClick: this.onClick }));
7504
+ return (external_react_namespaceObject.createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, dangerouslySetInnerHTML: htmlValue, onBlur: this.onInput, onClick: this.onClick }));
7510
7505
  }
7511
- return (external_react_namespaceObject["default"].createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, onBlur: this.onInput, onClick: this.onClick }, this.locStr.renderedHtml));
7506
+ return (external_react_namespaceObject.createElement("span", { className: "sv-string-editor", contentEditable: "true", suppressContentEditableWarning: true, style: this.style, onBlur: this.onInput, onClick: this.onClick }, this.locStr.renderedHtml));
7512
7507
  }
7513
7508
  }
7514
7509
  ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObject.LocalizableString.editableRenderer, (props) => {
7515
- return external_react_namespaceObject["default"].createElement(SurveyLocStringEditor, props);
7510
+ return external_react_namespaceObject.createElement(SurveyLocStringEditor, props);
7516
7511
  });
7517
7512
 
7518
7513
  ;// ./entries/react-ui-model.ts
@@ -7609,6 +7604,6 @@ ReactElementFactory.Instance.registerElement(external_survey_core_namespaceObjec
7609
7604
 
7610
7605
 
7611
7606
 
7612
- (0,external_survey_core_namespaceObject.checkLibraryVersion)(`${"2.0.0-rc.4"}`, "survey-react-ui");
7607
+ (0,external_survey_core_namespaceObject.checkLibraryVersion)(`${"2.0.0-rc.6"}`, "survey-react-ui");
7613
7608
 
7614
7609
  export { CharacterCounterComponent, ComponentsContainer, Header, HeaderCell, HeaderMobile, List, ListItemContent, ListItemGroup, LoadingIndicatorComponent, LogoImage, MatrixRow, NotifierComponent, Popup, PopupModal, PopupSurvey, QuestionErrorComponent, RatingDropdownItem, RatingItem, RatingItemSmiley, RatingItemStar, ReactElementFactory, ReactQuestionFactory, ReactSurveyElement, ReactSurveyElementsWrapper, Skeleton, Survey, SurveyActionBar, SurveyElementBase, SurveyElementErrors, SurveyFileChooseButton, SurveyFilePreview, SurveyFlowPanel, SurveyHeader, SurveyLocStringEditor, SurveyLocStringViewer, SurveyNavigationBase, SurveyNavigationButton, SurveyPage, SurveyPanel, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestion, SurveyQuestionAndErrorsCell, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionButtonGroup, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionComment, SurveyQuestionCommentItem, SurveyQuestionComposite, SurveyQuestionCustom, SurveyQuestionDropdown, SurveyQuestionDropdownBase, SurveyQuestionDropdownSelect, SurveyQuestionElementBase, SurveyQuestionEmpty, SurveyQuestionExpression, SurveyQuestionFile, SurveyQuestionHtml, SurveyQuestionImage, SurveyQuestionImagePicker, SurveyQuestionMatrix, SurveyQuestionMatrixCell, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixRow, SurveyQuestionMultipleText, SurveyQuestionOptionItem, SurveyQuestionPanelDynamic, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicProgressText, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionRadioItem, SurveyQuestionRadiogroup, SurveyQuestionRanking, SurveyQuestionRankingItem, SurveyQuestionRankingItemContent, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionSignaturePad, SurveyQuestionTagbox, SurveyQuestionTagboxItem, SurveyQuestionText, SurveyRow, SurveyTimerPanel, SurveyWindow, SvgBundleComponent, SvgIcon, TagboxFilterString, TitleActions, TitleElement, attachKey2click };