@odx/websites-react 0.0.1 → 0.0.3

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 (385) hide show
  1. package/dist/components/actions/button/Button.d.ts +13 -9
  2. package/dist/components/actions/button/Button.d.ts.map +1 -1
  3. package/dist/components/actions/button/Button.js +32 -9
  4. package/dist/components/actions/button/Button.js.map +1 -1
  5. package/dist/components/actions/checkbox/Checkbox.d.ts +5 -2
  6. package/dist/components/actions/checkbox/Checkbox.d.ts.map +1 -1
  7. package/dist/components/actions/checkbox/Checkbox.js +14 -3
  8. package/dist/components/actions/checkbox/Checkbox.js.map +1 -1
  9. package/dist/components/actions/combobox/Combobox.d.ts +13 -0
  10. package/dist/components/actions/combobox/Combobox.d.ts.map +1 -0
  11. package/dist/components/actions/combobox/Combobox.js +45 -0
  12. package/dist/components/actions/combobox/Combobox.js.map +1 -0
  13. package/dist/components/actions/combobox/index.d.ts +2 -0
  14. package/dist/components/actions/combobox/index.d.ts.map +1 -0
  15. package/dist/components/actions/combobox/index.js +2 -0
  16. package/dist/components/actions/combobox/index.js.map +1 -0
  17. package/dist/components/actions/dropdown/Dropdown.d.ts +24 -0
  18. package/dist/components/actions/dropdown/Dropdown.d.ts.map +1 -0
  19. package/dist/components/actions/dropdown/Dropdown.js +54 -0
  20. package/dist/components/actions/dropdown/Dropdown.js.map +1 -0
  21. package/dist/components/actions/dropdown/index.d.ts +2 -0
  22. package/dist/components/actions/dropdown/index.d.ts.map +1 -0
  23. package/dist/components/actions/dropdown/index.js +2 -0
  24. package/dist/components/actions/dropdown/index.js.map +1 -0
  25. package/dist/components/actions/form/Form.d.ts +4 -0
  26. package/dist/components/actions/form/Form.d.ts.map +1 -1
  27. package/dist/components/actions/form/Form.js +4 -1
  28. package/dist/components/actions/form/Form.js.map +1 -1
  29. package/dist/components/actions/formField/FormField.d.ts.map +1 -1
  30. package/dist/components/actions/formField/FormField.js +6 -1
  31. package/dist/components/actions/formField/FormField.js.map +1 -1
  32. package/dist/components/actions/link/Link.d.ts +1 -1
  33. package/dist/components/actions/multiselect/Multiselect.d.ts +13 -0
  34. package/dist/components/actions/multiselect/Multiselect.d.ts.map +1 -0
  35. package/dist/components/actions/multiselect/Multiselect.js +36 -0
  36. package/dist/components/actions/multiselect/Multiselect.js.map +1 -0
  37. package/dist/components/actions/multiselect/index.d.ts +2 -0
  38. package/dist/components/actions/multiselect/index.d.ts.map +1 -0
  39. package/dist/components/actions/multiselect/index.js +2 -0
  40. package/dist/components/actions/multiselect/index.js.map +1 -0
  41. package/dist/components/actions/phoneInput/PhoneInput.js +1 -1
  42. package/dist/components/actions/phoneInput/PhoneInput.js.map +1 -1
  43. package/dist/components/actions/radioGroup/RadioGroup.d.ts +1 -1
  44. package/dist/components/actions/select/Select.d.ts.map +1 -1
  45. package/dist/components/actions/select/Select.js +1 -1
  46. package/dist/components/actions/select/Select.js.map +1 -1
  47. package/dist/components/actions/tag/Tag.d.ts +2 -2
  48. package/dist/components/actions/tag/Tag.d.ts.map +1 -1
  49. package/dist/components/actions/tag/Tag.js +7 -8
  50. package/dist/components/actions/tag/Tag.js.map +1 -1
  51. package/dist/components/actions/text-input/TextInput.d.ts.map +1 -1
  52. package/dist/components/actions/text-input/TextInput.js +1 -1
  53. package/dist/components/actions/text-input/TextInput.js.map +1 -1
  54. package/dist/components/actions/textarea/Textarea.d.ts.map +1 -1
  55. package/dist/components/actions/textarea/Textarea.js +1 -1
  56. package/dist/components/actions/textarea/Textarea.js.map +1 -1
  57. package/dist/components/actions/toggle-button/ToggleButton.js +1 -1
  58. package/dist/components/actions/toggle-button/ToggleButton.js.map +1 -1
  59. package/dist/components/actions/tooltip/Tooltip.d.ts +10 -11
  60. package/dist/components/actions/tooltip/Tooltip.d.ts.map +1 -1
  61. package/dist/components/actions/tooltip/Tooltip.js +49 -11
  62. package/dist/components/actions/tooltip/Tooltip.js.map +1 -1
  63. package/dist/components/images-icons/logo/Logo.d.ts +3 -2
  64. package/dist/components/images-icons/logo/Logo.d.ts.map +1 -1
  65. package/dist/components/images-icons/logo/Logo.js +1 -1
  66. package/dist/components/images-icons/logo/Logo.js.map +1 -1
  67. package/dist/components/index.d.ts +6 -2
  68. package/dist/components/index.d.ts.map +1 -1
  69. package/dist/components/index.js +6 -2
  70. package/dist/components/index.js.map +1 -1
  71. package/dist/components/layout/dataTable/DataTable.d.ts +21 -0
  72. package/dist/components/layout/dataTable/DataTable.d.ts.map +1 -0
  73. package/dist/components/layout/dataTable/DataTable.js +13 -0
  74. package/dist/components/layout/dataTable/DataTable.js.map +1 -0
  75. package/dist/components/layout/dataTable/index.d.ts +2 -0
  76. package/dist/components/layout/dataTable/index.d.ts.map +1 -0
  77. package/dist/components/layout/dataTable/index.js +2 -0
  78. package/dist/components/layout/dataTable/index.js.map +1 -0
  79. package/dist/components/layout/grid/Grid.d.ts +1 -1
  80. package/dist/components/layout/grid/Grid.js +1 -1
  81. package/dist/components/layout/grid/Grid.js.map +1 -1
  82. package/dist/components/layout/list/List.d.ts +12 -0
  83. package/dist/components/layout/list/List.d.ts.map +1 -0
  84. package/dist/components/layout/list/List.js +20 -0
  85. package/dist/components/layout/list/List.js.map +1 -0
  86. package/dist/components/layout/list/index.d.ts +2 -0
  87. package/dist/components/layout/list/index.d.ts.map +1 -0
  88. package/dist/components/layout/list/index.js +2 -0
  89. package/dist/components/layout/list/index.js.map +1 -0
  90. package/dist/components/layout/modal/Modal.d.ts.map +1 -1
  91. package/dist/components/layout/modal/Modal.js +2 -3
  92. package/dist/components/layout/modal/Modal.js.map +1 -1
  93. package/dist/components/layout/pagination/Pagination.d.ts.map +1 -1
  94. package/dist/components/layout/pagination/Pagination.js +2 -2
  95. package/dist/components/layout/pagination/Pagination.js.map +1 -1
  96. package/dist/components/layout/sectionWrapper/SectionWrapper.d.ts.map +1 -1
  97. package/dist/components/layout/sectionWrapper/SectionWrapper.js +1 -0
  98. package/dist/components/layout/sectionWrapper/SectionWrapper.js.map +1 -1
  99. package/dist/components/navigation/flyout/Flyout.d.ts +51 -0
  100. package/dist/components/navigation/flyout/Flyout.d.ts.map +1 -0
  101. package/dist/components/navigation/flyout/Flyout.js +90 -0
  102. package/dist/components/navigation/flyout/Flyout.js.map +1 -0
  103. package/dist/components/navigation/flyout/index.d.ts +2 -0
  104. package/dist/components/navigation/flyout/index.d.ts.map +1 -0
  105. package/dist/components/navigation/flyout/index.js +2 -0
  106. package/dist/components/navigation/flyout/index.js.map +1 -0
  107. package/dist/components/navigation/footer/Footer.d.ts.map +1 -1
  108. package/dist/components/navigation/footer/Footer.js +3 -3
  109. package/dist/components/navigation/footer/Footer.js.map +1 -1
  110. package/dist/components/navigation/header/AnimatedHeader.js +3 -3
  111. package/dist/components/navigation/header/AnimatedHeader.js.map +1 -1
  112. package/dist/components/navigation/header/Header.d.ts +9 -15
  113. package/dist/components/navigation/header/Header.d.ts.map +1 -1
  114. package/dist/components/navigation/header/Header.js +27 -18
  115. package/dist/components/navigation/header/Header.js.map +1 -1
  116. package/dist/components/navigation/searchInput/SearchInput.d.ts.map +1 -1
  117. package/dist/components/navigation/searchInput/SearchInput.js +2 -2
  118. package/dist/components/navigation/searchInput/SearchInput.js.map +1 -1
  119. package/dist/components/navigation/tabbar/TabBar.d.ts.map +1 -1
  120. package/dist/components/navigation/tabbar/TabBar.js +6 -2
  121. package/dist/components/navigation/tabbar/TabBar.js.map +1 -1
  122. package/dist/components/typography/headline/Headline.d.ts +1 -1
  123. package/dist/hooks/useScrollPosition/useScrollPosition.d.ts.map +1 -1
  124. package/dist/icons/colored/DraegerIconSetColored.d.ts.map +1 -1
  125. package/dist/icons/colored/DraegerIconSetColored.js +102 -2
  126. package/dist/icons/colored/DraegerIconSetColored.js.map +1 -1
  127. package/dist/icons/colored/IconFlagAr.d.ts +4 -0
  128. package/dist/icons/colored/IconFlagAr.d.ts.map +1 -0
  129. package/dist/icons/colored/IconFlagAr.js +4 -0
  130. package/dist/icons/colored/IconFlagAr.js.map +1 -0
  131. package/dist/icons/colored/IconFlagAt.d.ts +4 -0
  132. package/dist/icons/colored/IconFlagAt.d.ts.map +1 -0
  133. package/dist/icons/colored/IconFlagAt.js +4 -0
  134. package/dist/icons/colored/IconFlagAt.js.map +1 -0
  135. package/dist/icons/colored/IconFlagBe.d.ts +4 -0
  136. package/dist/icons/colored/IconFlagBe.d.ts.map +1 -0
  137. package/dist/icons/colored/IconFlagBe.js +4 -0
  138. package/dist/icons/colored/IconFlagBe.js.map +1 -0
  139. package/dist/icons/colored/IconFlagBg.d.ts +4 -0
  140. package/dist/icons/colored/IconFlagBg.d.ts.map +1 -0
  141. package/dist/icons/colored/IconFlagBg.js +4 -0
  142. package/dist/icons/colored/IconFlagBg.js.map +1 -0
  143. package/dist/icons/colored/IconFlagBr.d.ts +4 -0
  144. package/dist/icons/colored/IconFlagBr.d.ts.map +1 -0
  145. package/dist/icons/colored/IconFlagBr.js +8 -0
  146. package/dist/icons/colored/IconFlagBr.js.map +1 -0
  147. package/dist/icons/colored/IconFlagCa.d.ts +4 -0
  148. package/dist/icons/colored/IconFlagCa.d.ts.map +1 -0
  149. package/dist/icons/colored/IconFlagCa.js +4 -0
  150. package/dist/icons/colored/IconFlagCa.js.map +1 -0
  151. package/dist/icons/colored/IconFlagCh.d.ts +4 -0
  152. package/dist/icons/colored/IconFlagCh.d.ts.map +1 -0
  153. package/dist/icons/colored/IconFlagCh.js +4 -0
  154. package/dist/icons/colored/IconFlagCh.js.map +1 -0
  155. package/dist/icons/colored/IconFlagCl.d.ts +4 -0
  156. package/dist/icons/colored/IconFlagCl.d.ts.map +1 -0
  157. package/dist/icons/colored/IconFlagCl.js +4 -0
  158. package/dist/icons/colored/IconFlagCl.js.map +1 -0
  159. package/dist/icons/colored/IconFlagCn.d.ts +4 -0
  160. package/dist/icons/colored/IconFlagCn.d.ts.map +1 -0
  161. package/dist/icons/colored/IconFlagCn.js +4 -0
  162. package/dist/icons/colored/IconFlagCn.js.map +1 -0
  163. package/dist/icons/colored/IconFlagCo.d.ts +4 -0
  164. package/dist/icons/colored/IconFlagCo.d.ts.map +1 -0
  165. package/dist/icons/colored/IconFlagCo.js +4 -0
  166. package/dist/icons/colored/IconFlagCo.js.map +1 -0
  167. package/dist/icons/colored/IconFlagCz.d.ts +4 -0
  168. package/dist/icons/colored/IconFlagCz.d.ts.map +1 -0
  169. package/dist/icons/colored/IconFlagCz.js +4 -0
  170. package/dist/icons/colored/IconFlagCz.js.map +1 -0
  171. package/dist/icons/colored/IconFlagDe.d.ts +4 -0
  172. package/dist/icons/colored/IconFlagDe.d.ts.map +1 -0
  173. package/dist/icons/colored/IconFlagDe.js +4 -0
  174. package/dist/icons/colored/IconFlagDe.js.map +1 -0
  175. package/dist/icons/colored/IconFlagDk.d.ts +4 -0
  176. package/dist/icons/colored/IconFlagDk.d.ts.map +1 -0
  177. package/dist/icons/colored/IconFlagDk.js +4 -0
  178. package/dist/icons/colored/IconFlagDk.js.map +1 -0
  179. package/dist/icons/colored/IconFlagEs.d.ts +4 -0
  180. package/dist/icons/colored/IconFlagEs.d.ts.map +1 -0
  181. package/dist/icons/colored/IconFlagEs.js +4 -0
  182. package/dist/icons/colored/IconFlagEs.js.map +1 -0
  183. package/dist/icons/colored/IconFlagFi.d.ts +4 -0
  184. package/dist/icons/colored/IconFlagFi.d.ts.map +1 -0
  185. package/dist/icons/colored/IconFlagFi.js +4 -0
  186. package/dist/icons/colored/IconFlagFi.js.map +1 -0
  187. package/dist/icons/colored/IconFlagFr.d.ts +4 -0
  188. package/dist/icons/colored/IconFlagFr.d.ts.map +1 -0
  189. package/dist/icons/colored/IconFlagFr.js +4 -0
  190. package/dist/icons/colored/IconFlagFr.js.map +1 -0
  191. package/dist/icons/colored/IconFlagGr.d.ts +4 -0
  192. package/dist/icons/colored/IconFlagGr.d.ts.map +1 -0
  193. package/dist/icons/colored/IconFlagGr.js +4 -0
  194. package/dist/icons/colored/IconFlagGr.js.map +1 -0
  195. package/dist/icons/colored/IconFlagHk.d.ts +4 -0
  196. package/dist/icons/colored/IconFlagHk.d.ts.map +1 -0
  197. package/dist/icons/colored/IconFlagHk.js +4 -0
  198. package/dist/icons/colored/IconFlagHk.js.map +1 -0
  199. package/dist/icons/colored/IconFlagHr.d.ts +4 -0
  200. package/dist/icons/colored/IconFlagHr.d.ts.map +1 -0
  201. package/dist/icons/colored/IconFlagHr.js +4 -0
  202. package/dist/icons/colored/IconFlagHr.js.map +1 -0
  203. package/dist/icons/colored/IconFlagHu.d.ts +4 -0
  204. package/dist/icons/colored/IconFlagHu.d.ts.map +1 -0
  205. package/dist/icons/colored/IconFlagHu.js +4 -0
  206. package/dist/icons/colored/IconFlagHu.js.map +1 -0
  207. package/dist/icons/colored/IconFlagId.d.ts +4 -0
  208. package/dist/icons/colored/IconFlagId.d.ts.map +1 -0
  209. package/dist/icons/colored/IconFlagId.js +4 -0
  210. package/dist/icons/colored/IconFlagId.js.map +1 -0
  211. package/dist/icons/colored/IconFlagIn.d.ts +4 -0
  212. package/dist/icons/colored/IconFlagIn.d.ts.map +1 -0
  213. package/dist/icons/colored/IconFlagIn.js +4 -0
  214. package/dist/icons/colored/IconFlagIn.js.map +1 -0
  215. package/dist/icons/colored/IconFlagIt.d.ts +4 -0
  216. package/dist/icons/colored/IconFlagIt.d.ts.map +1 -0
  217. package/dist/icons/colored/IconFlagIt.js +4 -0
  218. package/dist/icons/colored/IconFlagIt.js.map +1 -0
  219. package/dist/icons/colored/IconFlagJp.d.ts +4 -0
  220. package/dist/icons/colored/IconFlagJp.d.ts.map +1 -0
  221. package/dist/icons/colored/IconFlagJp.js +4 -0
  222. package/dist/icons/colored/IconFlagJp.js.map +1 -0
  223. package/dist/icons/colored/IconFlagKr.d.ts +4 -0
  224. package/dist/icons/colored/IconFlagKr.d.ts.map +1 -0
  225. package/dist/icons/colored/IconFlagKr.js +4 -0
  226. package/dist/icons/colored/IconFlagKr.js.map +1 -0
  227. package/dist/icons/colored/IconFlagMa.d.ts +4 -0
  228. package/dist/icons/colored/IconFlagMa.d.ts.map +1 -0
  229. package/dist/icons/colored/IconFlagMa.js +4 -0
  230. package/dist/icons/colored/IconFlagMa.js.map +1 -0
  231. package/dist/icons/colored/IconFlagMm.d.ts +4 -0
  232. package/dist/icons/colored/IconFlagMm.d.ts.map +1 -0
  233. package/dist/icons/colored/IconFlagMm.js +4 -0
  234. package/dist/icons/colored/IconFlagMm.js.map +1 -0
  235. package/dist/icons/colored/IconFlagMx.d.ts +4 -0
  236. package/dist/icons/colored/IconFlagMx.d.ts.map +1 -0
  237. package/dist/icons/colored/IconFlagMx.js +4 -0
  238. package/dist/icons/colored/IconFlagMx.js.map +1 -0
  239. package/dist/icons/colored/IconFlagMy.d.ts +4 -0
  240. package/dist/icons/colored/IconFlagMy.d.ts.map +1 -0
  241. package/dist/icons/colored/IconFlagMy.js +4 -0
  242. package/dist/icons/colored/IconFlagMy.js.map +1 -0
  243. package/dist/icons/colored/IconFlagNl.d.ts +4 -0
  244. package/dist/icons/colored/IconFlagNl.d.ts.map +1 -0
  245. package/dist/icons/colored/IconFlagNl.js +4 -0
  246. package/dist/icons/colored/IconFlagNl.js.map +1 -0
  247. package/dist/icons/colored/IconFlagNo.d.ts +4 -0
  248. package/dist/icons/colored/IconFlagNo.d.ts.map +1 -0
  249. package/dist/icons/colored/IconFlagNo.js +4 -0
  250. package/dist/icons/colored/IconFlagNo.js.map +1 -0
  251. package/dist/icons/colored/IconFlagPa.d.ts +4 -0
  252. package/dist/icons/colored/IconFlagPa.d.ts.map +1 -0
  253. package/dist/icons/colored/IconFlagPa.js +4 -0
  254. package/dist/icons/colored/IconFlagPa.js.map +1 -0
  255. package/dist/icons/colored/IconFlagPe.d.ts +4 -0
  256. package/dist/icons/colored/IconFlagPe.d.ts.map +1 -0
  257. package/dist/icons/colored/IconFlagPe.js +4 -0
  258. package/dist/icons/colored/IconFlagPe.js.map +1 -0
  259. package/dist/icons/colored/IconFlagPh.d.ts +4 -0
  260. package/dist/icons/colored/IconFlagPh.d.ts.map +1 -0
  261. package/dist/icons/colored/IconFlagPh.js +4 -0
  262. package/dist/icons/colored/IconFlagPh.js.map +1 -0
  263. package/dist/icons/colored/IconFlagPl.d.ts +4 -0
  264. package/dist/icons/colored/IconFlagPl.d.ts.map +1 -0
  265. package/dist/icons/colored/IconFlagPl.js +4 -0
  266. package/dist/icons/colored/IconFlagPl.js.map +1 -0
  267. package/dist/icons/colored/IconFlagPt.d.ts +4 -0
  268. package/dist/icons/colored/IconFlagPt.d.ts.map +1 -0
  269. package/dist/icons/colored/IconFlagPt.js +4 -0
  270. package/dist/icons/colored/IconFlagPt.js.map +1 -0
  271. package/dist/icons/colored/IconFlagRo.d.ts +4 -0
  272. package/dist/icons/colored/IconFlagRo.d.ts.map +1 -0
  273. package/dist/icons/colored/IconFlagRo.js +4 -0
  274. package/dist/icons/colored/IconFlagRo.js.map +1 -0
  275. package/dist/icons/colored/IconFlagRs.d.ts +4 -0
  276. package/dist/icons/colored/IconFlagRs.d.ts.map +1 -0
  277. package/dist/icons/colored/IconFlagRs.js +4 -0
  278. package/dist/icons/colored/IconFlagRs.js.map +1 -0
  279. package/dist/icons/colored/IconFlagRu.d.ts +4 -0
  280. package/dist/icons/colored/IconFlagRu.d.ts.map +1 -0
  281. package/dist/icons/colored/IconFlagRu.js +4 -0
  282. package/dist/icons/colored/IconFlagRu.js.map +1 -0
  283. package/dist/icons/colored/IconFlagSa.d.ts +4 -0
  284. package/dist/icons/colored/IconFlagSa.d.ts.map +1 -0
  285. package/dist/icons/colored/IconFlagSa.js +4 -0
  286. package/dist/icons/colored/IconFlagSa.js.map +1 -0
  287. package/dist/icons/colored/IconFlagSe.d.ts +4 -0
  288. package/dist/icons/colored/IconFlagSe.d.ts.map +1 -0
  289. package/dist/icons/colored/IconFlagSe.js +4 -0
  290. package/dist/icons/colored/IconFlagSe.js.map +1 -0
  291. package/dist/icons/colored/IconFlagSg.d.ts +4 -0
  292. package/dist/icons/colored/IconFlagSg.d.ts.map +1 -0
  293. package/dist/icons/colored/IconFlagSg.js +4 -0
  294. package/dist/icons/colored/IconFlagSg.js.map +1 -0
  295. package/dist/icons/colored/IconFlagSk.d.ts +4 -0
  296. package/dist/icons/colored/IconFlagSk.d.ts.map +1 -0
  297. package/dist/icons/colored/IconFlagSk.js +6 -0
  298. package/dist/icons/colored/IconFlagSk.js.map +1 -0
  299. package/dist/icons/colored/IconFlagSl.d.ts +4 -0
  300. package/dist/icons/colored/IconFlagSl.d.ts.map +1 -0
  301. package/dist/icons/colored/IconFlagSl.js +4 -0
  302. package/dist/icons/colored/IconFlagSl.js.map +1 -0
  303. package/dist/icons/colored/IconFlagTh.d.ts +4 -0
  304. package/dist/icons/colored/IconFlagTh.d.ts.map +1 -0
  305. package/dist/icons/colored/IconFlagTh.js +4 -0
  306. package/dist/icons/colored/IconFlagTh.js.map +1 -0
  307. package/dist/icons/colored/IconFlagTr.d.ts +4 -0
  308. package/dist/icons/colored/IconFlagTr.d.ts.map +1 -0
  309. package/dist/icons/colored/IconFlagTr.js +4 -0
  310. package/dist/icons/colored/IconFlagTr.js.map +1 -0
  311. package/dist/icons/colored/IconFlagTw.d.ts +4 -0
  312. package/dist/icons/colored/IconFlagTw.d.ts.map +1 -0
  313. package/dist/icons/colored/IconFlagTw.js +4 -0
  314. package/dist/icons/colored/IconFlagTw.js.map +1 -0
  315. package/dist/icons/colored/IconFlagUk.d.ts +4 -0
  316. package/dist/icons/colored/IconFlagUk.d.ts.map +1 -0
  317. package/dist/icons/colored/IconFlagUk.js +6 -0
  318. package/dist/icons/colored/IconFlagUk.js.map +1 -0
  319. package/dist/icons/colored/IconFlagUs.d.ts +4 -0
  320. package/dist/icons/colored/IconFlagUs.d.ts.map +1 -0
  321. package/dist/icons/colored/IconFlagUs.js +4 -0
  322. package/dist/icons/colored/IconFlagUs.js.map +1 -0
  323. package/dist/icons/colored/IconFlagVn.d.ts +4 -0
  324. package/dist/icons/colored/IconFlagVn.d.ts.map +1 -0
  325. package/dist/icons/colored/IconFlagVn.js +4 -0
  326. package/dist/icons/colored/IconFlagVn.js.map +1 -0
  327. package/dist/icons/colored/IconFlagZa.d.ts +4 -0
  328. package/dist/icons/colored/IconFlagZa.d.ts.map +1 -0
  329. package/dist/icons/colored/IconFlagZa.js +8 -0
  330. package/dist/icons/colored/IconFlagZa.js.map +1 -0
  331. package/dist/icons/colored/index.d.ts +51 -1
  332. package/dist/icons/colored/index.d.ts.map +1 -1
  333. package/dist/icons/colored/index.js +51 -1
  334. package/dist/icons/colored/index.js.map +1 -1
  335. package/dist/icons/uncolored/DraegerIconSetUncolored.d.ts.map +1 -1
  336. package/dist/icons/uncolored/DraegerIconSetUncolored.js +4 -0
  337. package/dist/icons/uncolored/DraegerIconSetUncolored.js.map +1 -1
  338. package/dist/icons/uncolored/IconGlobe.d.ts +4 -0
  339. package/dist/icons/uncolored/IconGlobe.d.ts.map +1 -0
  340. package/dist/icons/uncolored/IconGlobe.js +4 -0
  341. package/dist/icons/uncolored/IconGlobe.js.map +1 -0
  342. package/dist/icons/uncolored/IconInfo.d.ts.map +1 -1
  343. package/dist/icons/uncolored/IconInfo.js +1 -1
  344. package/dist/icons/uncolored/IconInfo.js.map +1 -1
  345. package/dist/icons/uncolored/IconProductSearch.d.ts +4 -0
  346. package/dist/icons/uncolored/IconProductSearch.d.ts.map +1 -0
  347. package/dist/icons/uncolored/IconProductSearch.js +4 -0
  348. package/dist/icons/uncolored/IconProductSearch.js.map +1 -0
  349. package/dist/icons/uncolored/index.d.ts +2 -0
  350. package/dist/icons/uncolored/index.d.ts.map +1 -1
  351. package/dist/icons/uncolored/index.js +2 -0
  352. package/dist/icons/uncolored/index.js.map +1 -1
  353. package/dist/web/sections/contentSection/ContentSection.d.ts +3 -1
  354. package/dist/web/sections/contentSection/ContentSection.d.ts.map +1 -1
  355. package/dist/web/sections/contentSection/ContentSection.js +3 -2
  356. package/dist/web/sections/contentSection/ContentSection.js.map +1 -1
  357. package/package.json +20 -45
  358. package/dist/components/actions/multiSelector/MultiSelector.d.ts +0 -18
  359. package/dist/components/actions/multiSelector/MultiSelector.d.ts.map +0 -1
  360. package/dist/components/actions/multiSelector/MultiSelector.js +0 -33
  361. package/dist/components/actions/multiSelector/MultiSelector.js.map +0 -1
  362. package/dist/components/actions/multiSelector/index.d.ts +0 -2
  363. package/dist/components/actions/multiSelector/index.d.ts.map +0 -1
  364. package/dist/components/actions/multiSelector/index.js +0 -2
  365. package/dist/components/actions/multiSelector/index.js.map +0 -1
  366. package/dist/components/layout/table/Table.d.ts +0 -37
  367. package/dist/components/layout/table/Table.d.ts.map +0 -1
  368. package/dist/components/layout/table/Table.js +0 -69
  369. package/dist/components/layout/table/Table.js.map +0 -1
  370. package/dist/components/layout/table/TableContext.d.ts +0 -18
  371. package/dist/components/layout/table/TableContext.d.ts.map +0 -1
  372. package/dist/components/layout/table/TableContext.js +0 -47
  373. package/dist/components/layout/table/TableContext.js.map +0 -1
  374. package/dist/components/layout/table/index.d.ts +0 -2
  375. package/dist/components/layout/table/index.d.ts.map +0 -1
  376. package/dist/components/layout/table/index.js +0 -2
  377. package/dist/components/layout/table/index.js.map +0 -1
  378. package/dist/icons/colored/IconSwitzerland.d.ts +0 -4
  379. package/dist/icons/colored/IconSwitzerland.d.ts.map +0 -1
  380. package/dist/icons/colored/IconSwitzerland.js +0 -4
  381. package/dist/icons/colored/IconSwitzerland.js.map +0 -1
  382. package/dist/icons/uncolored/IconOk.d.ts +0 -4
  383. package/dist/icons/uncolored/IconOk.d.ts.map +0 -1
  384. package/dist/icons/uncolored/IconOk.js +0 -4
  385. package/dist/icons/uncolored/IconOk.js.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const IconFlagRs = ({ children, ...props }) => (_jsxs("svg", { ...props, viewBox: "0 0 900 600", children: [children, _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "white", d: "M0 0H900V600H0V0Z" }), _jsx("path", { fill: "#0C4076", d: "M0 0H900V400H0V0Z" }), _jsx("path", { fill: "#C6363C", d: "M0 0H900V200H0V0Z" }), _jsx("path", { fill: "#0C4076", stroke: "#21231E", d: "M321.429 92.6667C327.688 92.6667 332.762 87.5926 332.762 81.3333C332.762 75.0741 327.688 70 321.429 70C315.17 70 310.096 75.0741 310.096 81.3333C310.096 87.5926 315.17 92.6667 321.429 92.6667Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M323.428 56.6666C323.959 56.6666 324.468 56.4559 324.843 56.0808C325.218 55.7058 325.428 55.1971 325.428 54.6666C325.428 54.1362 325.218 53.6275 324.843 53.2524C324.468 52.8773 323.959 52.6666 323.428 52.6666C323.428 52.1362 323.218 51.6275 322.843 51.2524C322.468 50.8773 321.959 50.6666 321.428 50.6666C320.898 50.6666 320.389 50.8773 320.014 51.2524C319.639 51.6275 319.428 52.1362 319.428 52.6666C318.898 52.6666 318.389 52.8773 318.014 53.2524C317.639 53.6275 317.428 54.1362 317.428 54.6666C317.428 55.1971 317.639 55.7058 318.014 56.0808C318.389 56.4559 318.898 56.6666 319.428 56.6666V61H315.762C315.762 60.4695 315.551 59.9608 315.176 59.5857C314.801 59.2107 314.292 59 313.762 59C313.231 59 312.723 59.2107 312.348 59.5857C311.972 59.9608 311.762 60.4695 311.762 61C311.231 61 310.723 61.2107 310.348 61.5857C309.972 61.9608 309.762 62.4695 309.762 63C309.762 63.5304 309.972 64.0391 310.348 64.4142C310.723 64.7892 311.231 65 311.762 65C311.762 65.5304 311.972 66.0391 312.348 66.4142C312.723 66.7892 313.231 67 313.762 67C314.292 67 314.801 66.7892 315.176 66.4142C315.551 66.0391 315.762 65.5304 315.762 65H319.428V79.3333H323.428V65H327.095C327.095 65.5304 327.306 66.0391 327.681 66.4142C328.056 66.7892 328.565 67 329.095 67C329.625 67 330.134 66.7892 330.509 66.4142C330.884 66.0391 331.095 65.5304 331.095 65C331.625 65 332.134 64.7892 332.509 64.4142C332.884 64.0391 333.095 63.5304 333.095 63C333.095 62.4695 332.884 61.9608 332.509 61.5857C332.134 61.2107 331.625 61 331.095 61C331.095 60.4695 330.884 59.9608 330.509 59.5857C330.134 59.2107 329.625 59 329.095 59C328.565 59 328.056 59.2107 327.681 59.5857C327.306 59.9608 327.095 60.4695 327.095 61H323.428V56.6666Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M323.429 70.1333C322.106 69.8962 320.751 69.8962 319.429 70.1333V81.4666H323.429V70.1333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M332.628 79.3333C332.866 80.6561 332.866 82.0105 332.628 83.3333C325.162 82.9778 317.695 82.9778 310.228 83.3333C309.991 82.0105 309.991 80.6561 310.228 79.3333C317.695 78.9778 325.162 78.9778 332.628 79.3333ZM388.762 176C391.428 170.667 393.873 166.667 396.095 164C388.539 169.778 384.539 168.444 384.095 160C376.984 169.778 370.984 168.889 366.095 157.333C357.651 169.333 350.762 168.889 345.428 156C336.539 167.111 328.539 166.667 321.428 154.667C314.317 166.667 306.317 167.111 297.428 156C292.095 168.889 285.206 169.333 276.762 157.333C271.873 168.889 265.873 169.778 258.762 160C258.317 168.444 254.317 169.778 246.762 164C248.984 166.667 251.428 170.667 254.095 176H388.762Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M254.095 176.467L258.095 197.133H384.761L388.761 176.467L321.428 173.133L254.095 176.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M395.428 157.133C390.762 169.133 386.762 169.133 386.095 158.467C386.762 157.8 386.628 155.933 387.828 156.733C388.428 157.133 389.362 155.933 388.762 155.4C387.562 154.333 386.095 154.467 384.762 155.8C384.428 153.8 383.095 153.133 381.428 153.8C380.762 154.067 380.762 155.467 381.428 155.4C382.762 155.267 382.428 156.467 382.762 157.133C373.873 168.244 370.095 166.689 371.428 152.467L364.762 151.133C357.206 166.244 351.428 166.911 347.428 153.133C348.095 152.467 348.095 150.867 349.428 151.4C350.095 151.667 350.762 150.467 349.962 149.8C348.362 148.467 346.762 149.133 345.428 150.467C344.762 148.467 342.828 147.933 341.028 149.133C340.228 149.667 340.762 151.067 341.562 150.867C343.162 150.467 342.428 152.467 343.428 153.133C340.095 166.467 322.762 167.133 325.762 147.8H317.095C320.095 167.133 302.762 166.467 299.428 153.133C300.428 152.467 299.695 150.467 301.295 150.867C302.095 151.067 302.628 149.667 301.828 149.133C300.028 147.933 298.095 148.467 297.428 150.467C296.095 149.133 294.495 148.467 292.895 149.8C292.095 150.467 292.762 151.667 293.428 151.4C294.762 150.867 294.762 152.467 295.428 153.133C291.428 166.911 285.651 166.244 278.095 151.133L271.428 152.467C272.762 166.689 268.984 168.244 260.095 157.133C260.428 156.467 260.095 155.267 261.428 155.4C262.095 155.467 262.095 154.067 261.428 153.8C259.762 153.133 258.428 153.8 258.095 155.8C256.762 154.467 255.295 154.333 254.095 155.4C253.495 155.933 254.428 157.133 255.028 156.733C256.228 155.933 256.095 157.8 256.762 158.467C256.095 169.133 252.095 169.133 247.428 157.133L244.762 157.8C244.762 160.467 245.762 163.8 247.428 165.8C254.095 173.8 259.428 172.467 259.762 162.467C268.762 173.133 276.095 171.8 277.428 160.467C284.762 175.133 297.428 167.8 297.762 159.133C301.428 171.8 320.095 171.8 321.428 157.133C322.762 171.8 341.428 171.8 345.095 159.133C345.428 167.8 358.095 175.133 365.428 160.467C366.762 171.8 374.095 173.133 383.095 162.467C383.428 172.467 388.762 173.8 395.428 165.8C397.095 163.8 398.095 160.467 398.095 157.8L395.428 157.133Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M254.095 178.333C250.761 178.667 250.761 175.333 254.095 175C298.984 170.511 343.873 170.511 388.761 175C392.095 175.333 392.095 178.667 388.761 178.333C343.873 173.844 298.984 173.844 254.095 178.333ZM314.761 133L310.095 127C311.428 114.111 311.428 102.333 310.095 91.6666C309.206 88.5555 310.095 87.6666 312.761 88.9999C318.539 91.8888 324.317 91.8888 330.095 88.9999C332.761 87.6666 333.65 88.5555 332.761 91.6666C331.428 102.333 331.428 114.111 332.761 127L328.095 133H314.761Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinecap: "round", d: "M336.762 184L321.429 191.667L306.096 184L321.429 176.333L336.762 184Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M387.896 106L406.296 114.667L408.296 122.667L401.029 134L401.696 143.333H407.629L417.496 116.667L404.963 106L376.029 95.9999L387.896 106Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M402.296 142.4C402.644 141.372 402.918 140.32 403.115 139.253C403.472 137.447 403.319 135.576 402.726 133.82C404.683 131.013 406.879 127.964 408.464 124.934C409.595 122.771 410.464 120.363 409.804 117.895C409.094 115.264 406.847 113.471 404.817 111.888C402.386 109.991 399.144 108.329 395.862 106.911C388.512 103.821 382.668 102.309 378.386 102.172L381.104 104.729C389.072 107.34 398.476 110.785 403 114.315C408.854 118.882 408.709 119.962 400.217 132.15C399.952 132.53 399.34 133.501 399.55 133.942C399.958 134.815 400.71 138.836 399.461 141.597C400.194 142.998 401.257 142.264 402.3 142.4H402.296ZM346.696 134.767C344.418 134.612 344.982 138.696 345.431 139.607C346.018 140.794 346.563 140.832 347.303 139.733C347.87 138.892 348.972 134.921 346.696 134.767ZM389.696 140.533C387.521 139.836 387.102 143.938 387.322 144.929C387.612 146.224 388.132 146.391 389.111 145.503C389.86 144.823 391.871 141.231 389.696 140.533Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M379.429 100.933C381.785 100.933 383.695 99.023 383.695 96.6666C383.695 94.3102 381.785 92.3999 379.429 92.3999C377.072 92.3999 375.162 94.3102 375.162 96.6666C375.162 99.023 377.072 100.933 379.429 100.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M387.429 103.6C389.785 103.6 391.695 101.69 391.695 99.3332C391.695 96.9768 389.785 95.0665 387.429 95.0665C385.072 95.0665 383.162 96.9768 383.162 99.3332C383.162 101.69 385.072 103.6 387.429 103.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M395.429 106.267C397.785 106.267 399.695 104.356 399.695 102C399.695 99.6435 397.785 97.7333 395.429 97.7333C393.072 97.7333 391.162 99.6435 391.162 102C391.162 104.356 393.072 106.267 395.429 106.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M403.429 109.933C405.785 109.933 407.695 108.023 407.695 105.667C407.695 103.31 405.785 101.4 403.429 101.4C401.072 101.4 399.162 103.31 399.162 105.667C399.162 108.023 401.072 109.933 403.429 109.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M410.763 114.267C413.119 114.267 415.029 112.356 415.029 110C415.029 107.644 413.119 105.733 410.763 105.733C408.406 105.733 406.496 107.644 406.496 110C406.496 112.356 408.406 114.267 410.763 114.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M407.429 144.267C409.785 144.267 411.695 142.356 411.695 140C411.695 137.644 409.785 135.733 407.429 135.733C405.072 135.733 403.162 137.644 403.162 140C403.162 142.356 405.072 144.267 407.429 144.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M411.429 136.933C413.785 136.933 415.695 135.023 415.695 132.667C415.695 130.31 413.785 128.4 411.429 128.4C409.072 128.4 407.162 130.31 407.162 132.667C407.162 135.023 409.072 136.933 411.429 136.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M414.763 129.6C417.119 129.6 419.029 127.69 419.029 125.333C419.029 122.977 417.119 121.067 414.763 121.067C412.406 121.067 410.496 122.977 410.496 125.333C410.496 127.69 412.406 129.6 414.763 129.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M416.096 120.933C418.452 120.933 420.362 119.023 420.362 116.667C420.362 114.31 418.452 112.4 416.096 112.4C413.739 112.4 411.829 114.31 411.829 116.667C411.829 119.023 413.739 120.933 416.096 120.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M337.429 191.467C338.607 191.467 339.563 190.512 339.563 189.333C339.563 188.155 338.607 187.2 337.429 187.2C336.251 187.2 335.296 188.155 335.296 189.333C335.296 190.512 336.251 191.467 337.429 191.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M370.096 193.467C371.274 193.467 372.23 192.512 372.23 191.333C372.23 190.155 371.274 189.2 370.096 189.2C368.918 189.2 367.963 190.155 367.963 191.333C367.963 192.512 368.918 193.467 370.096 193.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M371.429 183.467C372.607 183.467 373.563 182.512 373.563 181.333C373.563 180.155 372.607 179.2 371.429 179.2C370.251 179.2 369.296 180.155 369.296 181.333C369.296 182.512 370.251 183.467 371.429 183.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M338.096 181.467C339.274 181.467 340.23 180.512 340.23 179.333C340.23 178.155 339.274 177.2 338.096 177.2C336.918 177.2 335.963 178.155 335.963 179.333C335.963 180.512 336.918 181.467 338.096 181.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M347.962 148.667C349.296 146.667 351.829 137.333 346.496 137C341.162 136.667 342.496 146.333 343.496 148.333C344.829 151 346.229 151.267 347.962 148.667ZM383.496 153C384.162 156 385.296 156.4 387.696 154.267C389.496 152.667 394.162 144.333 389.029 142.667C383.896 141 382.962 150.6 383.496 153Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M332.096 93.3333L355.429 93.9999L370.096 98.6666L374.096 108L363.429 128.667L368.096 142L382.096 130L388.762 105.333L370.762 89.9999L332.762 87.3333L332.096 93.3333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M333.296 91.8666C344.784 90.8213 356.532 91.9966 368.161 96.6472C377.963 100.568 377.002 112.017 365.05 127.907C366.132 129.921 366.747 132.424 366.844 135.314C365.58 135.244 364.693 135.277 363.577 135.249C364.444 133.323 363.474 130.965 362.38 129.305C361.666 128.219 361.52 128.411 362.38 127.201C369.494 117.201 374.209 108.451 371.436 103.165C368.066 96.7399 354.998 93.3933 332.959 93.8833C332.999 93.2966 333.04 92.7048 333.08 92.1079C333.149 92.0284 333.221 91.9479 333.296 91.8666ZM379.962 95.9999C379.559 96.5457 379.15 97.0915 378.737 97.6372C385.204 101.211 387.882 104.981 387.25 108.772C387.143 109.423 385.176 116.36 380.784 129.805C377.781 131.893 375.544 133.763 374.07 135.413C374.236 135.601 373.597 136.186 373.788 136.346C373.339 138.399 375.638 137.982 377.188 137.475C377.931 135.501 380.198 133.407 381.501 132.511C381.766 132.329 382.726 131.858 382.821 131.551C385.172 123.985 387.533 116.989 389.558 110.475C391.593 103.928 387.185 99.2879 379.969 95.9999H379.962Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M336.096 90.9332C338.452 90.9332 340.362 89.023 340.362 86.6666C340.362 84.3102 338.452 82.3999 336.096 82.3999C333.739 82.3999 331.829 84.3102 331.829 86.6666C331.829 89.023 333.739 90.9332 336.096 90.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M344.429 90.9332C346.785 90.9332 348.695 89.023 348.695 86.6666C348.695 84.3102 346.785 82.3999 344.429 82.3999C342.072 82.3999 340.162 84.3102 340.162 86.6666C340.162 89.023 342.072 90.9332 344.429 90.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M352.763 91.9332C355.119 91.9332 357.029 90.023 357.029 87.6666C357.029 85.3102 355.119 83.3999 352.763 83.3999C350.406 83.3999 348.496 85.3102 348.496 87.6666C348.496 90.023 350.406 91.9332 352.763 91.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M360.763 93.5999C363.119 93.5999 365.029 91.6896 365.029 89.3332C365.029 86.9768 363.119 85.0665 360.763 85.0665C358.406 85.0665 356.496 86.9768 356.496 89.3332C356.496 91.6896 358.406 93.5999 360.763 93.5999Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M368.763 96.2666C371.119 96.2666 373.029 94.3564 373.029 91.9999C373.029 89.6435 371.119 87.7333 368.763 87.7333C366.406 87.7333 364.496 89.6435 364.496 91.9999C364.496 94.3564 366.406 96.2666 368.763 96.2666Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M376.096 99.5999C378.452 99.5999 380.362 97.6896 380.362 95.3332C380.362 92.9768 378.452 91.0665 376.096 91.0665C373.739 91.0665 371.829 92.9768 371.829 95.3332C371.829 97.6896 373.739 99.5999 376.096 99.5999Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M380.763 104.933C383.119 104.933 385.029 103.023 385.029 100.667C385.029 98.3102 383.119 96.3999 380.763 96.3999C378.406 96.3999 376.496 98.3102 376.496 100.667C376.496 103.023 378.406 104.933 380.763 104.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M372.096 135.6C374.452 135.6 376.362 133.69 376.362 131.333C376.362 128.977 374.452 127.067 372.096 127.067C369.739 127.067 367.829 128.977 367.829 131.333C367.829 133.69 369.739 135.6 372.096 135.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M375.429 128.267C377.785 128.267 379.695 126.356 379.695 124C379.695 121.644 377.785 119.733 375.429 119.733C373.072 119.733 371.162 121.644 371.162 124C371.162 126.356 373.072 128.267 375.429 128.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M378.763 120.933C381.119 120.933 383.029 119.023 383.029 116.667C383.029 114.31 381.119 112.4 378.763 112.4C376.406 112.4 374.496 114.31 374.496 116.667C374.496 119.023 376.406 120.933 378.763 120.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M381.429 112.933C383.785 112.933 385.695 111.023 385.695 108.667C385.695 106.31 383.785 104.4 381.429 104.4C379.072 104.4 377.162 106.31 377.162 108.667C377.162 111.023 379.072 112.933 381.429 112.933Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M404.096 144.667L404.338 145.987C406.196 146.427 407.785 146.536 409.104 146.316C406.897 144.117 405.253 143.649 404.096 144.667Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M404.763 141.533C403.583 141.823 403.473 142.023 402.959 142.113C402.292 142.228 401.386 142.181 400.759 141.627C398.2 140.081 398.145 142.866 399.139 144.951C399.86 146.462 400.525 148.398 399.837 149.692C399.023 151.219 399.197 151.919 399.772 152.332C400.17 152.594 400.549 152.84 400.89 153.059C401.579 153.878 402.103 153.737 402.2 152.665C404.754 151.605 404.566 148.907 405.331 146.735C406.449 143.557 410.511 142.806 404.763 141.533Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M403.429 141.667C401.205 142.465 400.956 141.223 399.456 141.286C400.047 144.713 400.645 146.487 404.196 144.647C406.155 143.632 408.663 145.118 409.14 146.221C409.314 146.623 410.453 145.787 410.87 144.871C412.614 141.033 406.411 140.596 403.429 141.667ZM395.562 158.267C393.951 157.771 391.432 161.357 390.833 161.296C390.04 159.245 391.658 154.341 394.522 150.458C396.467 149.819 396.642 148.559 397.044 145.638C397.164 144.763 398.83 145.366 398.86 146.853C398.894 148.447 399.016 149.329 398.662 150.69C398.523 151.227 398.6 151.741 399.195 152.23C396.161 153.44 395.416 154.923 395.562 158.267Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M397.029 145.667C397.307 146.333 397.391 146.89 397.458 147.911C397.509 148.69 397.224 149.419 396.73 150.065C396.233 150.713 395.523 151.284 394.73 151.747C394.236 152.035 393.668 152.831 393.22 153.735C392.773 154.635 392.446 155.649 392.428 156.371C392.364 158.758 391.901 160.843 390.816 161.255C390.106 161.524 389.822 161.482 389.272 161.354C389.428 160.925 389.368 160.321 389.751 159.723C390.244 158.952 390.676 158.066 390.715 157.291C390.749 156.688 391.032 156.285 390.798 155.097C390.648 154.327 390.15 154.036 390.238 153.327C390.41 151.952 391.488 149.313 393.07 149.313C394.631 149.313 395.36 149.144 396.168 147.067C396.442 146.36 396.801 146.02 397.034 145.667H397.029Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M402.896 151.4C402.472 151.073 401.959 150.831 401.477 150.643C400.656 150.323 399.781 150.273 398.936 150.529C395.194 151.661 393.556 158.308 397.656 159.905C398.463 160.004 399.208 159.273 399.933 157.669C400.788 155.546 401.696 154.073 402.67 153.171C403.267 152.418 403.287 151.781 402.896 151.4Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M401.029 151.8C397.434 150.397 394.788 157.284 398.148 158.593C399.951 159.295 400.122 157.039 400.473 155.785C400.946 154.091 404.481 153.148 401.029 151.8ZM326.562 132C328.363 128.646 330.273 126.502 332.293 125.567C329.509 116.797 328.854 105.469 330.491 91.5025C330.657 89.4158 331.171 88.5165 331.966 88.5312C332.664 88.5445 333.086 89.6085 333.154 92.0112C332.648 99.6952 332.026 106.416 332.374 112.122C332.686 117.217 333.882 121.455 335.199 126.225C335.382 126.892 334.912 127.409 332.62 128.7C330.929 129.662 329.864 130.845 329.509 132.082C329.019 131.885 328.704 131.944 328.528 131.995C326.83 132.488 326.113 132.354 326.562 131.995V132ZM337.229 143.067C336.186 142.409 335.981 142.584 335.646 142.153C335.215 141.598 335.209 140.687 335.344 139.814C335.891 136.291 333.788 136.783 331.423 138.341C330.24 139.119 329.05 140.929 328.034 141.873C327.018 142.817 326.176 142.897 325.922 143.27C325.89 144.622 325.884 145.79 325.894 146.319C325.884 146.847 325.894 148.013 325.922 149.365C326.176 149.739 327.019 149.819 328.034 150.763C329.05 151.707 330.24 153.516 331.423 154.295C333.788 155.853 335.89 156.344 335.344 152.821C335.21 151.948 335.215 151.037 335.646 150.482C335.981 150.051 336.186 150.226 337.229 149.569C337.906 149.142 338.414 148.629 338.752 148.073C339.09 147.516 338.906 146.916 338.906 146.316C338.906 145.716 339.09 145.116 338.752 144.559C338.414 144.003 337.906 143.489 337.229 143.067Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M335.429 138.2C334.668 138.513 333.84 138.848 333.138 139.533C332.071 140.569 332.762 142.287 334.141 143.949C334.575 144.474 334.785 145.401 334.782 146.323C334.782 147.246 334.561 148.165 334.141 148.673C332.763 150.335 332.072 152.054 333.138 153.089C333.839 153.771 334.668 154.104 335.428 154.422C335.502 154.021 335.494 153.495 335.389 152.821C335.254 151.948 335.259 151.037 335.69 150.482C336.026 150.051 336.23 150.226 337.274 149.569C337.95 149.142 338.458 148.629 338.797 148.073C339.135 147.517 338.951 146.917 338.951 146.316C338.951 145.715 339.136 145.116 338.797 144.559C338.458 144.003 337.95 143.489 337.274 143.063C336.23 142.406 336.026 142.581 335.69 142.15C335.259 141.595 335.254 140.683 335.389 139.811C335.494 139.137 335.502 138.609 335.429 138.209V138.2ZM369.029 133.333C368.143 134.457 368.25 134.727 367.769 135.049C367.142 135.465 366.292 135.32 365.502 135.019C362.264 133.779 362.262 136.352 363.204 139.304C363.66 140.735 365.041 142.285 365.657 143.501C366.262 144.693 366.132 145.585 366.404 145.89C367.578 146.085 368.587 146.227 369.046 146.28C369.496 146.353 370.496 146.481 371.651 146.606C372.029 146.39 372.318 145.543 373.392 144.614C374.467 143.681 376.327 142.669 377.328 141.527C379.356 139.212 380.436 136.987 377.244 137.065C376.451 137.085 375.656 136.939 375.3 136.369C375.019 135.923 375.23 135.721 374.957 134.417C374.778 133.561 374.464 132.879 374.062 132.388C373.652 131.888 373.055 131.998 372.506 131.896C371.951 131.791 371.446 131.464 370.834 131.775C370.222 132.085 369.603 132.599 369.029 133.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M363.962 134.667C364.082 135.615 364.205 136.636 364.677 137.546C365.385 138.915 367.133 138.388 368.999 137.08C369.585 136.668 370.485 136.573 371.317 136.719C372.145 136.865 372.905 137.247 373.237 137.795C374.3 139.553 375.577 140.541 376.776 139.537C377.57 138.87 378.109 138.009 378.61 137.219C378.289 137.079 377.833 137.009 377.217 137.024C376.423 137.044 375.629 136.899 375.273 136.328C374.991 135.882 375.201 135.68 374.928 134.379C374.748 133.521 374.436 132.84 374.033 132.347C373.625 131.847 373.027 131.961 372.477 131.857C371.923 131.754 371.419 131.424 370.806 131.735C370.194 132.044 369.575 132.559 368.998 133.293C368.113 134.417 368.223 134.686 367.738 135.011C367.111 135.424 366.26 135.277 365.471 134.977C364.861 134.747 364.363 134.65 363.962 134.667ZM381.695 147.467C381.179 146.839 380.973 146.979 380.879 146.584C380.759 146.074 381.059 145.275 381.448 144.515C383.002 141.468 381.348 141.725 379.107 142.926C378.539 143.231 377.879 143.771 377.224 144.329C376.557 144.891 375.907 145.479 375.359 145.873C374.247 146.673 373.561 146.697 373.238 147.02C372.866 147.946 372.508 148.878 372.163 149.815C371.808 150.739 371.466 151.668 371.136 152.601C371.207 152.945 371.846 153.041 372.323 153.92C372.793 154.787 373.162 156.359 373.737 157.117C374.579 158.227 375.35 158.889 375.95 158.779C376.548 158.671 376.975 157.795 377.135 155.859C377.197 155.107 377.627 154.311 378.123 153.839C378.51 153.471 378.596 153.625 379.553 153.087C380.137 152.759 380.665 152.339 381.116 151.843C381.534 151.378 381.599 150.858 381.793 150.345C381.987 149.829 382.311 149.323 382.261 148.833C382.213 148.332 382.016 147.856 381.695 147.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M381.962 142.533C381.295 142.777 380.855 143.081 380.094 143.711C379.514 144.191 379.198 144.885 379.085 145.676C378.972 146.471 379.059 147.373 379.281 148.266C379.418 148.82 379.25 149.765 378.923 150.695C378.599 151.621 378.112 152.536 377.619 153.029C375.99 154.662 374.846 156.389 375.301 157.457C375.599 158.157 375.824 158.338 376.291 158.655C376.484 158.256 376.948 157.899 377.104 157.221C377.307 156.345 377.632 155.439 378.149 154.896C378.549 154.47 378.637 153.995 379.629 153.377C380.271 152.975 380.817 153.147 381.254 152.61C382.1 151.57 383.209 149.027 382.125 147.865C381.055 146.719 380.673 146.072 381.575 144.099C381.882 143.433 381.875 142.939 381.962 142.533V142.533ZM353.495 150.8C354.347 151.535 354.562 151.389 354.8 151.833C355.101 152.396 354.96 153.252 354.701 154.055C353.676 157.224 355.608 156.945 357.929 155.733C359.083 155.13 360.431 153.589 361.479 152.814C362.531 152.041 363.269 152.047 363.557 151.727C363.852 150.475 364.088 149.377 364.186 148.871C364.3 148.372 364.533 147.251 364.779 145.933C364.635 145.54 363.91 145.359 363.198 144.293C362.475 143.215 361.754 141.203 360.818 140.223C358.901 138.215 356.975 137.352 356.868 141.209C356.841 142.144 356.677 143.089 356.177 143.6C355.784 144.002 355.622 143.795 354.529 144.335C353.817 144.686 353.248 145.145 352.84 145.668C352.43 146.194 352.514 146.821 352.423 147.421C352.333 148.019 352.068 148.597 352.305 149.183C352.539 149.763 352.935 150.315 353.495 150.8Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M354.429 155.533C355.152 155.309 355.944 155.075 356.672 154.513C357.781 153.655 357.458 151.993 356.506 150.277C356.2 149.727 356.164 148.804 356.323 147.9C356.482 146.991 356.838 146.1 357.316 145.642C358.88 144.134 359.836 142.471 359.042 141.251C358.512 140.438 357.788 139.963 357.126 139.516C356.986 139.936 356.892 140.496 356.872 141.219C356.848 142.153 356.686 143.098 356.184 143.609C355.792 144.011 355.63 143.804 354.538 144.344C353.824 144.695 353.256 145.155 352.848 145.677C352.438 146.203 352.522 146.831 352.432 147.431C352.342 148.029 352.076 148.607 352.313 149.193C352.546 149.772 352.943 150.325 353.504 150.807C354.355 151.541 354.57 151.396 354.808 151.84C355.11 152.403 354.968 153.258 354.709 154.062C354.512 154.672 354.422 155.157 354.429 155.531V155.533Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinecap: "round", d: "M370.296 186.067L355.629 177.467L340.029 184.2L354.696 192.733L370.296 186.067ZM387.963 179.933L372.096 186.2L385.197 194.765C388.589 193.629 391.279 182.019 387.963 179.9V179.933Z" }), _jsx("path", { fill: "#21231E", d: "M325.896 147.4C328.296 147.711 330.429 148.667 332.296 150.267C331.007 148.4 328.851 147.244 325.829 146.8L325.896 147.4ZM325.896 145.133C328.296 144.822 330.429 143.867 332.296 142.267C331.007 144.133 328.851 145.289 325.829 145.733L325.896 145.133ZM401.229 150.533C402.207 149.155 402.496 147.755 402.096 146.333C403.029 147.489 402.896 148.955 401.696 150.733L401.229 150.533ZM370.029 146.267C370.918 143.822 372.318 141.689 374.229 139.867C372.229 140.978 370.651 143.111 369.496 146.267H370.029ZM368.096 146C368.407 143.422 368.051 141 367.029 138.733C368.407 140.378 368.918 142.844 368.562 146.133L368.096 146ZM371.696 151.333C373.518 151.822 374.851 152.911 375.696 154.6C375.251 152.6 373.962 151.311 371.829 150.733L371.696 151.333ZM372.496 149.067C374.585 148.844 376.629 147.978 378.629 146.467C376.807 148.333 374.674 149.4 372.229 149.667L372.496 149.067ZM364.296 147.8C362.251 147.267 360.518 146.067 359.096 144.2C359.896 146.244 361.607 147.644 364.229 148.4L364.296 147.8ZM363.829 149.933C361.696 149.978 359.651 150.689 357.696 152.067C359.162 150.378 361.274 149.489 364.029 149.4L363.829 149.933Z" }), _jsx("path", { fill: "#C6363C", stroke: "#21231E", d: "M354.77 189.655C358.443 189.912 361.566 188.036 361.746 185.465C361.926 182.894 359.094 180.602 355.421 180.345C351.748 180.088 348.625 181.964 348.445 184.535C348.265 187.106 351.097 189.398 354.77 189.655Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M369.162 144.333C366.478 144.201 363.886 146.549 363.505 149.423C363.125 152.296 365.001 154.527 367.574 154.557C370.147 154.588 372.537 152.482 373.029 149.709C373.521 146.935 371.846 144.466 369.162 144.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M368.962 145.733C366.999 145.647 365.115 147.348 364.827 149.449C364.537 151.551 365.885 153.215 367.799 153.247C369.689 153.28 371.479 151.688 371.825 149.662C372.181 147.591 370.925 145.819 368.962 145.733Z" }), _jsx("path", { fill: "#0C4076", stroke: "#21231E", d: "M400.624 152.847C398.872 152.163 396.466 156.271 398.659 157.204C400.14 157.835 401.31 157.005 401.786 155.767C402.261 154.529 401.854 153.326 400.624 152.847ZM387.429 182.667C383.629 182.267 380.429 184 380.162 186.533C379.896 189.067 382.762 191.333 386.562 191.733C389.096 192 390.496 190.4 390.762 187.867C391.029 185.333 389.962 182.933 387.429 182.667ZM368.762 147.133C367.534 147.088 366.36 148.143 366.17 149.459C365.98 150.776 366.828 151.838 368.03 151.864C369.232 151.889 370.363 150.888 370.578 149.593C370.791 148.297 369.99 147.18 368.762 147.133Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M254.961 106L236.561 114.667L234.561 122.667L241.828 134L241.161 143.333H235.228L225.361 116.667L237.895 106L266.828 95.9999L254.961 106Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M240.562 142.4C240.214 141.372 239.94 140.32 239.742 139.253C239.385 137.447 239.538 135.576 240.132 133.82C238.174 131.013 235.978 127.964 234.394 124.934C233.262 122.771 232.394 120.363 233.054 117.895C233.764 115.264 236.01 113.471 238.04 111.888C240.472 109.991 243.714 108.329 246.996 106.911C254.346 103.821 260.189 102.309 264.471 102.172L261.753 104.729C253.785 107.34 244.381 110.785 239.857 114.315C234.004 118.882 234.148 119.962 242.64 132.15C242.905 132.53 243.517 133.501 243.307 133.942C242.899 134.815 242.148 138.836 243.396 141.597C242.663 142.998 241.6 142.264 240.558 142.4H240.562ZM296.162 134.767C298.439 134.612 297.875 138.696 297.426 139.607C296.84 140.794 296.294 140.832 295.554 139.733C294.988 138.892 293.885 134.921 296.162 134.767ZM253.162 140.533C255.336 139.836 255.756 143.938 255.535 144.929C255.246 146.224 254.725 146.391 253.746 145.503C252.997 144.823 250.986 141.231 253.162 140.533Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M263.429 100.933C261.072 100.933 259.162 99.023 259.162 96.6666C259.162 94.3102 261.072 92.3999 263.429 92.3999C265.785 92.3999 267.695 94.3102 267.695 96.6666C267.695 99.023 265.785 100.933 263.429 100.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M255.429 103.6C253.072 103.6 251.162 101.69 251.162 99.3332C251.162 96.9768 253.072 95.0665 255.429 95.0665C257.785 95.0665 259.695 96.9768 259.695 99.3332C259.695 101.69 257.785 103.6 255.429 103.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M247.429 106.267C245.072 106.267 243.162 104.356 243.162 102C243.162 99.6435 245.072 97.7333 247.429 97.7333C249.785 97.7333 251.695 99.6435 251.695 102C251.695 104.356 249.785 106.267 247.429 106.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M239.429 109.933C237.072 109.933 235.162 108.023 235.162 105.667C235.162 103.31 237.072 101.4 239.429 101.4C241.785 101.4 243.695 103.31 243.695 105.667C243.695 108.023 241.785 109.933 239.429 109.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M232.095 114.267C229.738 114.267 227.828 112.356 227.828 110C227.828 107.644 229.738 105.733 232.095 105.733C234.451 105.733 236.361 107.644 236.361 110C236.361 112.356 234.451 114.267 232.095 114.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M235.429 144.267C233.072 144.267 231.162 142.356 231.162 140C231.162 137.644 233.072 135.733 235.429 135.733C237.785 135.733 239.695 137.644 239.695 140C239.695 142.356 237.785 144.267 235.429 144.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M231.429 136.933C229.072 136.933 227.162 135.023 227.162 132.667C227.162 130.31 229.072 128.4 231.429 128.4C233.785 128.4 235.695 130.31 235.695 132.667C235.695 135.023 233.785 136.933 231.429 136.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M228.095 129.6C225.738 129.6 223.828 127.69 223.828 125.333C223.828 122.977 225.738 121.067 228.095 121.067C230.451 121.067 232.361 122.977 232.361 125.333C232.361 127.69 230.451 129.6 228.095 129.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M226.762 120.933C224.405 120.933 222.495 119.023 222.495 116.667C222.495 114.31 224.405 112.4 226.762 112.4C229.118 112.4 231.028 114.31 231.028 116.667C231.028 119.023 229.118 120.933 226.762 120.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M305.428 191.467C304.25 191.467 303.295 190.512 303.295 189.333C303.295 188.155 304.25 187.2 305.428 187.2C306.606 187.2 307.562 188.155 307.562 189.333C307.562 190.512 306.606 191.467 305.428 191.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M272.761 193.467C271.583 193.467 270.628 192.512 270.628 191.333C270.628 190.155 271.583 189.2 272.761 189.2C273.939 189.2 274.895 190.155 274.895 191.333C274.895 192.512 273.939 193.467 272.761 193.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M271.428 183.467C270.25 183.467 269.295 182.512 269.295 181.333C269.295 180.155 270.25 179.2 271.428 179.2C272.606 179.2 273.562 180.155 273.562 181.333C273.562 182.512 272.606 183.467 271.428 183.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M304.761 181.467C303.583 181.467 302.628 180.512 302.628 179.333C302.628 178.155 303.583 177.2 304.761 177.2C305.939 177.2 306.895 178.155 306.895 179.333C306.895 180.512 305.939 181.467 304.761 181.467Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M294.895 148.667C293.562 146.667 291.029 137.333 296.362 137C301.695 136.667 300.362 146.333 299.362 148.333C298.029 151 296.629 151.267 294.895 148.667ZM259.362 153C258.695 156 257.562 156.4 255.162 154.267C253.362 152.667 248.695 144.333 253.829 142.667C258.962 141 259.895 150.6 259.362 153Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M310.762 93.3333L287.428 93.9999L272.762 98.6666L268.762 108L279.428 128.667L274.762 142L260.762 130L254.095 105.333L272.095 89.9999L310.095 87.3333L310.762 93.3333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M309.562 91.8666C298.073 90.8213 286.326 91.9966 274.696 96.6472C264.894 100.568 265.855 112.017 277.807 127.907C276.726 129.921 276.11 132.424 276.014 135.314C277.278 135.244 278.164 135.277 279.28 135.249C278.414 133.323 279.384 130.965 280.478 129.305C281.191 128.219 281.338 128.411 280.478 127.201C273.363 117.201 268.648 108.451 271.422 103.165C274.792 96.7399 287.859 93.3933 309.898 93.8833C309.858 93.2966 309.818 92.7048 309.778 92.1079C309.708 92.0284 309.636 91.9479 309.562 91.8666ZM262.895 95.9999C263.299 96.5457 263.707 97.0915 264.12 97.6372C257.654 101.211 254.976 104.981 255.607 108.772C255.714 109.423 257.681 116.36 262.074 129.805C265.076 131.893 267.314 133.763 268.787 135.413C268.622 135.601 269.26 136.186 269.07 136.346C269.518 138.399 267.22 137.982 265.67 137.475C264.926 135.501 262.659 133.407 261.356 132.511C261.091 132.329 260.132 131.858 260.036 131.551C257.686 123.985 255.324 116.989 253.299 110.475C251.264 103.928 255.672 99.2879 262.888 95.9999H262.895Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M306.762 90.9332C304.405 90.9332 302.495 89.023 302.495 86.6666C302.495 84.3102 304.405 82.3999 306.762 82.3999C309.118 82.3999 311.028 84.3102 311.028 86.6666C311.028 89.023 309.118 90.9332 306.762 90.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M298.429 90.9332C296.072 90.9332 294.162 89.023 294.162 86.6666C294.162 84.3102 296.072 82.3999 298.429 82.3999C300.785 82.3999 302.695 84.3102 302.695 86.6666C302.695 89.023 300.785 90.9332 298.429 90.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M290.095 91.9332C287.738 91.9332 285.828 90.023 285.828 87.6666C285.828 85.3102 287.738 83.3999 290.095 83.3999C292.451 83.3999 294.361 85.3102 294.361 87.6666C294.361 90.023 292.451 91.9332 290.095 91.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M282.095 93.5999C279.738 93.5999 277.828 91.6896 277.828 89.3332C277.828 86.9768 279.738 85.0665 282.095 85.0665C284.451 85.0665 286.361 86.9768 286.361 89.3332C286.361 91.6896 284.451 93.5999 282.095 93.5999Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M274.095 96.2666C271.738 96.2666 269.828 94.3564 269.828 91.9999C269.828 89.6435 271.738 87.7333 274.095 87.7333C276.451 87.7333 278.361 89.6435 278.361 91.9999C278.361 94.3564 276.451 96.2666 274.095 96.2666Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M266.762 99.5999C264.405 99.5999 262.495 97.6896 262.495 95.3332C262.495 92.9768 264.405 91.0665 266.762 91.0665C269.118 91.0665 271.028 92.9768 271.028 95.3332C271.028 97.6896 269.118 99.5999 266.762 99.5999Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M262.095 104.933C259.738 104.933 257.828 103.023 257.828 100.667C257.828 98.3102 259.738 96.3999 262.095 96.3999C264.451 96.3999 266.361 98.3102 266.361 100.667C266.361 103.023 264.451 104.933 262.095 104.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M270.762 135.6C268.405 135.6 266.495 133.69 266.495 131.333C266.495 128.977 268.405 127.067 270.762 127.067C273.118 127.067 275.028 128.977 275.028 131.333C275.028 133.69 273.118 135.6 270.762 135.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M267.429 128.267C265.072 128.267 263.162 126.356 263.162 124C263.162 121.644 265.072 119.733 267.429 119.733C269.785 119.733 271.695 121.644 271.695 124C271.695 126.356 269.785 128.267 267.429 128.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M264.095 120.933C261.738 120.933 259.828 119.023 259.828 116.667C259.828 114.31 261.738 112.4 264.095 112.4C266.451 112.4 268.361 114.31 268.361 116.667C268.361 119.023 266.451 120.933 264.095 120.933Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M261.429 112.933C259.072 112.933 257.162 111.023 257.162 108.667C257.162 106.31 259.072 104.4 261.429 104.4C263.785 104.4 265.695 106.31 265.695 108.667C265.695 111.023 263.785 112.933 261.429 112.933Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M238.762 144.667L238.52 145.987C236.661 146.427 235.073 146.536 233.753 146.316C235.96 144.117 237.604 143.649 238.762 144.667Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M238.095 141.533C239.275 141.823 239.384 142.023 239.899 142.113C240.565 142.228 241.471 142.181 242.099 141.627C244.657 140.081 244.712 142.866 243.719 144.951C242.997 146.462 242.333 148.398 243.021 149.692C243.834 151.219 243.661 151.919 243.085 152.332C242.687 152.594 242.308 152.84 241.967 153.059C241.279 153.878 240.755 153.737 240.657 152.665C238.103 151.605 238.291 148.907 237.527 146.735C236.409 143.557 232.346 142.806 238.095 141.533Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M239.429 141.667C241.653 142.465 241.901 141.223 243.402 141.286C242.811 144.713 242.213 146.487 238.662 144.647C236.703 143.632 234.195 145.118 233.718 146.221C233.544 146.623 232.405 145.787 231.988 144.871C230.244 141.033 236.447 140.596 239.429 141.667ZM247.295 158.267C248.907 157.771 251.425 161.357 252.025 161.296C252.817 159.245 251.2 154.341 248.336 150.458C246.391 149.819 246.216 148.559 245.814 145.638C245.694 144.763 244.027 145.366 243.997 146.853C243.964 148.447 243.841 149.329 244.196 150.69C244.335 151.227 244.258 151.741 243.663 152.23C246.697 153.44 247.442 154.923 247.295 158.267Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M245.828 145.667C245.55 146.333 245.466 146.89 245.4 147.911C245.348 148.69 245.633 149.419 246.128 150.065C246.624 150.713 247.334 151.284 248.128 151.747C248.622 152.035 249.189 152.831 249.638 153.735C250.084 154.635 250.411 155.649 250.43 156.371C250.494 158.758 250.956 160.843 252.041 161.255C252.751 161.524 253.035 161.482 253.585 161.354C253.43 160.925 253.489 160.321 253.106 159.723C252.613 158.952 252.181 158.066 252.142 157.291C252.108 156.688 251.826 156.285 252.059 155.097C252.209 154.327 252.707 154.036 252.619 153.327C252.448 151.952 251.37 149.313 249.787 149.313C248.226 149.313 247.497 149.144 246.69 147.067C246.415 146.36 246.056 146.02 245.823 145.667H245.828Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M239.962 151.4C240.385 151.073 240.898 150.831 241.38 150.643C242.201 150.323 243.076 150.273 243.922 150.529C247.664 151.661 249.302 158.308 245.202 159.905C244.394 160.004 243.65 159.273 242.924 157.669C242.07 155.546 241.161 154.073 240.187 153.171C239.59 152.418 239.57 151.781 239.962 151.4Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M241.828 151.8C245.423 150.397 248.069 157.284 244.71 158.593C242.906 159.295 242.735 157.039 242.384 155.785C241.912 154.091 238.376 153.148 241.828 151.8ZM316.295 132C314.495 128.646 312.584 126.502 310.564 125.567C313.348 116.797 314.003 105.469 312.366 91.5025C312.2 89.4158 311.686 88.5165 310.891 88.5312C310.194 88.5445 309.772 89.6085 309.704 92.0112C310.21 99.6952 310.832 106.416 310.484 112.122C310.171 117.217 308.975 121.455 307.658 126.225C307.476 126.892 307.945 127.409 310.238 128.7C311.928 129.662 312.993 130.845 313.348 132.082C313.838 131.885 314.153 131.944 314.33 131.995C316.028 132.488 316.744 132.354 316.295 131.995V132ZM305.628 143.067C306.672 142.409 306.876 142.584 307.211 142.153C307.642 141.598 307.648 140.687 307.513 139.814C306.966 136.291 309.07 136.783 311.434 138.341C312.617 139.119 313.807 140.929 314.823 141.873C315.839 142.817 316.682 142.897 316.935 143.27C316.967 144.622 316.973 145.79 316.964 146.319C316.973 146.847 316.964 148.013 316.935 149.365C316.682 149.739 315.838 149.819 314.823 150.763C313.807 151.707 312.617 153.516 311.434 154.295C309.069 155.853 306.967 156.344 307.513 152.821C307.647 151.948 307.642 151.037 307.211 150.482C306.876 150.051 306.671 150.226 305.628 149.569C304.951 149.142 304.444 148.629 304.105 148.073C303.767 147.516 303.951 146.916 303.951 146.316C303.951 145.716 303.767 145.116 304.105 144.559C304.444 144.003 304.952 143.489 305.628 143.067Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M307.428 138.2C308.189 138.513 309.018 138.848 309.72 139.533C310.786 140.569 310.095 142.287 308.716 143.949C308.282 144.474 308.072 145.401 308.075 146.323C308.075 147.246 308.296 148.165 308.716 148.673C310.094 150.335 310.786 152.054 309.72 153.089C309.018 153.771 308.19 154.104 307.429 154.422C307.356 154.021 307.364 153.495 307.468 152.821C307.604 151.948 307.598 151.037 307.167 150.482C306.832 150.051 306.628 150.226 305.584 149.569C304.907 149.142 304.4 148.629 304.06 148.073C303.722 147.517 303.906 146.917 303.906 146.316C303.906 145.715 303.722 145.116 304.06 144.559C304.4 144.003 304.907 143.489 305.584 143.063C306.628 142.406 306.832 142.581 307.167 142.15C307.598 141.595 307.604 140.683 307.468 139.811C307.364 139.137 307.356 138.609 307.428 138.209V138.2ZM273.828 133.333C274.714 134.457 274.608 134.727 275.088 135.049C275.715 135.465 276.566 135.32 277.355 135.019C280.594 133.779 280.595 136.352 279.654 139.304C279.198 140.735 277.816 142.285 277.2 143.501C276.595 144.693 276.725 145.585 276.454 145.89C275.279 146.085 274.27 146.227 273.811 146.28C273.362 146.353 272.361 146.481 271.206 146.606C270.828 146.39 270.54 145.543 269.465 144.614C268.39 143.681 266.53 142.669 265.53 141.527C263.501 139.212 262.422 136.987 265.613 137.065C266.406 137.085 267.201 136.939 267.557 136.369C267.838 135.923 267.627 135.721 267.9 134.417C268.08 133.561 268.394 132.879 268.796 132.388C269.205 131.888 269.802 131.998 270.352 131.896C270.906 131.791 271.411 131.464 272.024 131.775C272.636 132.085 273.254 132.599 273.828 133.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M278.896 134.667C278.776 135.615 278.652 136.636 278.181 137.546C277.472 138.915 275.725 138.388 273.859 137.08C273.272 136.668 272.372 136.573 271.541 136.719C270.712 136.865 269.952 137.247 269.621 137.795C268.558 139.553 267.28 140.541 266.082 139.537C265.288 138.87 264.748 138.009 264.248 137.219C264.569 137.079 265.024 137.009 265.641 137.024C266.435 137.044 267.229 136.899 267.585 136.328C267.867 135.882 267.656 135.68 267.93 134.379C268.11 133.521 268.422 132.84 268.824 132.347C269.233 131.847 269.831 131.961 270.38 131.857C270.935 131.754 271.439 131.424 272.052 131.735C272.664 132.044 273.282 132.559 273.86 133.293C274.745 134.417 274.635 134.686 275.12 135.011C275.746 135.424 276.598 135.277 277.386 134.977C277.997 134.747 278.495 134.65 278.896 134.667ZM261.162 147.467C261.679 146.839 261.884 146.979 261.979 146.584C262.098 146.074 261.798 145.275 261.41 144.515C259.856 141.468 261.51 141.725 263.751 142.926C264.319 143.231 264.979 143.771 265.634 144.329C266.3 144.891 266.95 145.479 267.499 145.873C268.61 146.673 269.296 146.697 269.62 147.02C269.991 147.946 270.349 148.878 270.694 149.815C271.049 150.739 271.391 151.668 271.722 152.601C271.651 152.945 271.012 153.041 270.534 153.92C270.065 154.787 269.696 156.359 269.121 157.117C268.278 158.227 267.508 158.889 266.908 158.779C266.31 158.671 265.883 157.795 265.723 155.859C265.66 155.107 265.23 154.311 264.734 153.839C264.348 153.471 264.262 153.625 263.305 153.087C262.72 152.759 262.192 152.339 261.742 151.843C261.324 151.378 261.259 150.858 261.065 150.345C260.87 149.829 260.546 149.323 260.596 148.833C260.645 148.332 260.842 147.856 261.162 147.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M260.895 142.533C261.562 142.777 262.002 143.081 262.763 143.711C263.343 144.191 263.659 144.885 263.772 145.676C263.885 146.471 263.799 147.373 263.577 148.266C263.439 148.82 263.607 149.765 263.934 150.695C264.259 151.621 264.745 152.536 265.238 153.029C266.867 154.662 268.011 156.389 267.556 157.457C267.259 158.157 267.033 158.338 266.567 158.655C266.373 158.256 265.909 157.899 265.753 157.221C265.551 156.345 265.225 155.439 264.709 154.896C264.309 154.47 264.221 153.995 263.229 153.377C262.586 152.975 262.041 153.147 261.603 152.61C260.757 151.57 259.648 149.027 260.733 147.865C261.802 146.719 262.185 146.072 261.282 144.099C260.975 143.433 260.983 142.939 260.895 142.533V142.533ZM289.362 150.8C288.511 151.535 288.295 151.389 288.057 151.833C287.756 152.396 287.897 153.252 288.157 154.055C289.181 157.224 287.249 156.945 284.929 155.733C283.774 155.13 282.426 153.589 281.379 152.814C280.327 152.041 279.588 152.047 279.3 151.727C279.005 150.475 278.769 149.377 278.671 148.871C278.557 148.372 278.325 147.251 278.078 145.933C278.222 145.54 278.947 145.359 279.659 144.293C280.383 143.215 281.103 141.203 282.039 140.223C283.957 138.215 285.883 137.352 285.989 141.209C286.016 142.144 286.18 143.089 286.681 143.6C287.073 144.002 287.235 143.795 288.328 144.335C289.041 144.686 289.609 145.145 290.017 145.668C290.427 146.194 290.343 146.821 290.434 147.421C290.524 148.019 290.789 148.597 290.553 149.183C290.319 149.763 289.922 150.315 289.362 150.8Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M288.429 155.533C287.705 155.309 286.914 155.075 286.186 154.513C285.077 153.655 285.399 151.993 286.351 150.277C286.657 149.727 286.693 148.804 286.535 147.9C286.375 146.991 286.02 146.1 285.541 145.642C283.978 144.134 283.021 142.471 283.815 141.251C284.346 140.438 285.07 139.963 285.732 139.516C285.872 139.936 285.965 140.496 285.985 141.219C286.009 142.153 286.172 143.098 286.673 143.609C287.065 144.011 287.228 143.804 288.32 144.344C289.033 144.695 289.602 145.155 290.01 145.677C290.42 146.203 290.335 146.831 290.426 147.431C290.516 148.029 290.782 148.607 290.545 149.193C290.311 149.772 289.915 150.325 289.354 150.807C288.503 151.541 288.287 151.396 288.05 151.84C287.748 152.403 287.89 153.258 288.149 154.062C288.346 154.672 288.435 155.157 288.429 155.531V155.533Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinecap: "round", d: "M272.561 186.067L287.228 177.467L302.828 184.2L288.161 192.733L272.561 186.067ZM254.895 179.933L270.761 186.2L257.66 194.765C254.268 193.629 251.579 182.019 254.895 179.9V179.933Z" }), _jsx("path", { fill: "#21231E", d: "M316.962 147.4C314.562 147.711 312.428 148.667 310.562 150.267C311.851 148.4 314.006 147.244 317.028 146.8L316.962 147.4ZM316.962 145.133C314.562 144.822 312.428 143.867 310.562 142.267C311.851 144.133 314.006 145.289 317.028 145.733L316.962 145.133ZM241.628 150.533C240.651 149.155 240.362 147.755 240.762 146.333C239.828 147.489 239.962 148.955 241.162 150.733L241.628 150.533ZM272.828 146.267C271.939 143.822 270.539 141.689 268.628 139.867C270.628 140.978 272.206 143.111 273.362 146.267H272.828ZM274.762 146C274.451 143.422 274.806 141 275.828 138.733C274.451 140.378 273.939 142.844 274.295 146.133L274.762 146ZM271.162 151.333C269.339 151.822 268.006 152.911 267.162 154.6C267.606 152.6 268.895 151.311 271.028 150.733L271.162 151.333ZM270.362 149.067C268.273 148.844 266.228 147.978 264.228 146.467C266.051 148.333 268.184 149.4 270.628 149.667L270.362 149.067ZM278.562 147.8C280.606 147.267 282.339 146.067 283.762 144.2C282.962 146.244 281.251 147.644 278.628 148.4L278.562 147.8ZM279.028 149.933C281.162 149.978 283.206 150.689 285.162 152.067C283.695 150.378 281.584 149.489 278.828 149.4L279.028 149.933Z" }), _jsx("path", { fill: "#C6363C", stroke: "#21231E", d: "M288.088 189.655C284.415 189.912 281.291 188.036 281.112 185.465C280.932 182.894 283.764 180.602 287.436 180.345C291.109 180.088 294.233 181.964 294.412 184.535C294.592 187.106 291.76 189.398 288.088 189.655Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M273.695 144.333C276.379 144.201 278.971 146.549 279.352 149.423C279.732 152.296 277.856 154.527 275.284 154.557C272.71 154.588 270.32 152.482 269.828 149.709C269.336 146.935 271.011 144.466 273.695 144.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M273.895 145.733C275.859 145.647 277.742 147.348 278.03 149.449C278.32 151.551 276.973 153.215 275.058 153.247C273.169 153.28 271.378 151.688 271.032 149.662C270.677 147.591 271.933 145.819 273.895 145.733Z" }), _jsx("path", { fill: "#0C4076", stroke: "#21231E", d: "M242.233 152.847C243.985 152.163 246.392 156.271 244.199 157.204C242.718 157.835 241.547 157.005 241.072 155.767C240.597 154.529 241.004 153.326 242.233 152.847ZM255.429 182.667C259.229 182.267 262.429 184 262.695 186.533C262.962 189.067 260.095 191.333 256.295 191.733C253.762 192 252.362 190.4 252.095 187.867C251.829 185.333 252.895 182.933 255.429 182.667ZM274.095 147.133C275.323 147.088 276.497 148.143 276.687 149.459C276.877 150.776 276.03 151.838 274.828 151.864C273.626 151.889 272.495 150.888 272.28 149.593C272.067 148.297 272.868 147.18 274.095 147.133Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 130.267C323.785 130.267 325.695 128.356 325.695 126C325.695 123.644 323.785 121.733 321.429 121.733C319.072 121.733 317.162 123.644 317.162 126C317.162 128.356 319.072 130.267 321.429 130.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 122.267C323.785 122.267 325.695 120.356 325.695 118C325.695 115.644 323.785 113.733 321.429 113.733C319.072 113.733 317.162 115.644 317.162 118C317.162 120.356 319.072 122.267 321.429 122.267Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 114.6C323.785 114.6 325.695 112.69 325.695 110.333C325.695 107.977 323.785 106.067 321.429 106.067C319.072 106.067 317.162 107.977 317.162 110.333C317.162 112.69 319.072 114.6 321.429 114.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 92.9332C323.785 92.9332 325.695 91.023 325.695 88.6666C325.695 86.3102 323.785 84.3999 321.429 84.3999C319.072 84.3999 317.162 86.3102 317.162 88.6666C317.162 91.023 319.072 92.9332 321.429 92.9332Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 99.5999C323.785 99.5999 325.695 97.6896 325.695 95.3332C325.695 92.9768 323.785 91.0665 321.429 91.0665C319.072 91.0665 317.162 92.9768 317.162 95.3332C317.162 97.6896 319.072 99.5999 321.429 99.5999Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 106.933C323.785 106.933 325.695 105.023 325.695 102.667C325.695 100.31 323.785 98.3999 321.429 98.3999C319.072 98.3999 317.162 100.31 317.162 102.667C317.162 105.023 319.072 106.933 321.429 106.933Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 128.667C322.029 128.667 322.629 128.467 323.162 128.8C323.696 129.133 324.229 129.667 324.629 130.333C325.229 131.333 325.029 131.667 325.562 131.933C326.229 132.267 327.029 132.4 327.896 132.267C331.362 131.733 330.962 133.8 329.362 136.2C328.562 137.4 326.762 138.6 325.829 139.6C324.896 140.6 324.829 141.467 324.429 141.733H318.429C318.029 141.467 317.962 140.6 317.029 139.6C316.096 138.6 314.296 137.4 313.496 136.2C311.896 133.8 311.496 131.733 314.962 132.267C315.829 132.4 316.629 132.267 317.296 131.933C317.829 131.667 317.629 131.333 318.229 130.333C318.629 129.667 319.162 129.133 319.696 128.8C320.229 128.467 320.829 128.667 321.429 128.667Z" }), _jsx("path", { fill: "#21231E", d: "M322.496 141.733C322.807 139.333 323.784 137.2 325.429 135.333C323.518 136.622 322.34 138.8 321.896 141.867L322.496 141.733Z" }), _jsx("path", { fill: "#21231E", d: "M320.362 141.733C320.051 139.333 319.073 137.2 317.429 135.333C319.34 136.622 320.517 138.8 320.962 141.867L320.362 141.733Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 128.667C322.029 128.667 322.629 128.467 323.162 128.8C323.696 129.133 324.229 129.667 324.629 130.333C325.229 131.333 325.029 131.667 325.562 131.933C326.229 132.267 327.029 132.4 327.896 132.267C328.562 132.133 329.096 132.133 329.496 132.2C329.162 132.933 328.829 133.867 328.162 134.533C327.162 135.533 325.762 134.8 323.762 133.467C323.162 133.067 322.362 132.867 321.429 132.867C320.496 132.867 319.696 133.067 319.096 133.467C317.096 134.8 315.696 135.533 314.696 134.533C314.029 133.867 313.696 132.933 313.362 132.2C313.762 132.133 314.296 132.133 314.962 132.267C315.829 132.4 316.629 132.267 317.296 131.933C317.829 131.667 317.629 131.333 318.229 130.333C318.629 129.667 319.162 129.133 319.696 128.8C320.229 128.467 320.829 128.667 321.429 128.667ZM321.429 141.1C324.276 141.1 326.584 143.425 326.584 146.293C326.584 149.161 324.276 151.487 321.429 151.487C318.582 151.487 316.276 149.161 316.276 146.293C316.276 143.425 318.582 141.1 321.429 141.1ZM386.762 197.667C386.762 196.467 385.673 195.778 383.496 195.6C342.118 192.222 300.74 192.222 259.362 195.6C257.185 195.778 256.096 196.467 256.096 197.667C256.096 198.867 257.185 199.556 259.362 199.733C300.74 203.111 342.118 203.111 383.496 199.733C385.673 199.556 386.762 198.867 386.762 197.667Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 151.4C324.264 151.4 326.563 149.102 326.563 146.267C326.563 143.432 324.264 141.133 321.429 141.133C318.594 141.133 316.296 143.432 316.296 146.267C316.296 149.102 318.594 151.4 321.429 151.4Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 150.067C323.528 150.067 325.229 148.365 325.229 146.267C325.229 144.168 323.528 142.467 321.429 142.467C319.33 142.467 317.629 144.168 317.629 146.267C317.629 148.365 319.33 150.067 321.429 150.067Z" }), _jsx("path", { fill: "#0C4076", stroke: "#21231E", d: "M321.428 188.667C325.11 188.667 328.095 186.577 328.095 184C328.095 181.423 325.11 179.333 321.428 179.333C317.746 179.333 314.762 181.423 314.762 184C314.762 186.577 317.746 188.667 321.428 188.667Z" }), _jsx("path", { fill: "#0C4076", stroke: "#21231E", d: "M321.429 148.733C322.791 148.733 323.895 147.629 323.895 146.267C323.895 144.904 322.791 143.8 321.429 143.8C320.066 143.8 318.962 144.904 318.962 146.267C318.962 147.629 320.066 148.733 321.429 148.733Z" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", d: "M290.095 200C285.384 199.644 280.273 199.178 274.762 198.6C305.873 196.378 336.984 196.378 368.095 198.6C362.584 199.178 357.473 199.644 352.762 200" }), _jsx("path", { fill: "#C6363C", stroke: "white", strokeWidth: 2.5, d: "M433.929 200.833V384C433.929 414 420.595 443.333 400.595 464.667C380.595 486 352.595 500.667 321.429 500.667C290.262 500.667 262.262 486 242.262 464.667C222.262 443.333 208.929 414 208.929 384V200.833H433.929Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M320.409 489.86C319.439 489.7 317.8 489.905 316.562 488.931C314.916 487.636 315.569 482.407 315.718 479.097C316.474 462.195 317.166 433.741 318.026 393.784C319.435 393.592 320.46 393.691 321.423 393.836C322.386 393.691 323.411 393.592 324.819 393.784C325.679 433.743 326.371 462.197 327.129 479.097C327.276 482.407 327.93 487.637 326.282 488.931C325.045 489.905 323.407 489.699 322.436 489.86H320.409Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M309.822 489.373C310.804 489.303 312.416 489.655 313.737 488.799C315.494 487.659 315.639 482.31 315.79 479.001C316.566 462.099 318.129 433.781 320.888 393.908C319.503 393.589 318.472 393.595 317.501 393.651C317.347 393.614 317.193 393.578 317.038 393.545C310.687 432.989 308.289 460.971 303.94 477.851C303.34 480.181 302.05 486.02 304.057 487.918C305.202 488.999 306.852 488.945 307.804 489.191L309.822 489.375V489.373Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M297.363 487.6C298.346 487.618 299.92 488.116 301.313 487.382C303.167 486.406 303.091 481.067 303.917 477.862C308.267 460.982 310.665 432.989 317.019 393.529C315.669 393.085 314.643 392.997 313.669 392.966C303.569 431.323 300.542 458.363 292.703 475.066C291.977 477.38 290.001 483.526 291.889 485.668C292.933 486.85 294.581 486.944 295.506 487.276L297.506 487.643L297.363 487.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M284.869 484.053C285.846 484.169 287.492 485.08 288.951 484.487C290.892 483.7 291.195 477.989 292.592 475.015C300.467 458.235 303.486 431.027 313.698 392.388C312.398 391.813 311.385 391.624 310.42 391.497C309.535 391.09 309.703 390.881 308.296 390.675C296.432 428.835 292.578 455.379 281.386 471.848C279.579 474.507 278.256 479.831 279.482 481.531C280.403 482.811 282.033 483.067 282.922 483.491L284.87 484.052L284.869 484.053ZM333.022 489.373C332.041 489.303 330.429 489.655 329.108 488.799C327.35 487.659 327.206 482.31 327.054 479.001C326.278 462.099 324.716 433.781 321.957 393.908C323.342 393.589 324.372 393.595 325.344 393.651C325.495 393.614 325.65 393.578 325.806 393.545C332.158 432.989 334.556 460.971 338.905 477.851C339.505 480.181 340.794 486.02 338.788 487.918C337.642 488.999 335.993 488.945 335.041 489.191L333.022 489.375L333.022 489.373Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M345.496 487.6C344.514 487.618 342.939 488.116 341.546 487.382C339.693 486.406 339.768 481.067 338.942 477.862C334.593 460.982 332.194 432.989 325.839 393.529C327.19 393.085 328.216 392.997 329.19 392.966C339.29 431.323 342.318 458.363 350.156 475.066C350.883 477.38 352.859 483.526 350.97 485.668C349.927 486.85 348.279 486.944 347.353 487.276L345.353 487.643L345.496 487.6Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M357.983 484.053C357.006 484.169 355.359 485.08 353.901 484.487C351.96 483.7 351.656 477.989 350.259 475.015C342.385 458.235 339.365 431.027 329.153 392.388C330.453 391.813 331.466 391.624 332.431 391.497C333.317 391.09 333.149 390.881 334.555 390.675C346.42 428.835 350.274 455.379 361.466 471.848C363.273 474.507 364.595 479.831 363.37 481.531C362.449 482.811 360.819 483.067 359.93 483.491L357.982 484.052L357.983 484.053ZM291.489 455.227C292.383 455.281 293.729 455.826 295.132 455.157C296.998 454.267 298.216 449.113 299.216 445.908C307.159 430.215 314.41 402.343 326.304 363.608C325.153 363.123 324.232 362.999 323.349 362.933C322.566 362.589 321.713 362.275 320.431 362.159C307.621 400.49 301.869 428.208 289.349 443.472C287.281 445.992 285.744 451.489 286.727 453.081C287.465 454.279 288.952 454.432 289.737 454.793L291.491 455.225L291.489 455.227Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M301.623 457.213C302.519 457.195 303.923 457.631 305.241 456.853C306.995 455.818 307.615 450.59 308.241 447.32C311.443 430.619 317.347 402.589 325.737 363.24C324.535 362.849 323.604 362.8 322.719 362.803C321.899 362.523 321.015 362.279 319.724 362.265C309.81 401.37 307.517 430.652 298.14 445.685C296.431 448.425 295.473 453.953 296.635 455.461C297.509 456.594 299.006 456.627 299.835 456.924L301.63 457.215L301.623 457.213Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M311.935 458.387C312.825 458.297 314.272 458.619 315.495 457.74C317.122 456.569 317.138 451.316 317.385 448.012C318.65 431.131 321.303 402.759 325.128 362.919C323.886 362.625 322.955 362.65 322.073 362.725C321.225 362.512 320.317 362.339 319.031 362.429C313.661 402.144 310.54 430.902 307.142 447.189C306.464 450.437 305.441 455.631 306.77 457.039C307.769 458.098 309.263 458.011 310.115 458.241L311.935 458.387Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M351.363 455.227C350.469 455.281 349.123 455.826 347.72 455.157C345.854 454.267 344.636 449.113 343.636 445.908C335.693 430.215 328.442 402.343 316.548 363.608C317.7 363.123 318.62 362.999 319.503 362.933C320.285 362.589 321.139 362.275 322.421 362.159C335.231 400.49 340.983 428.208 353.503 443.472C355.57 445.992 357.108 451.489 356.125 453.081C355.386 454.279 353.9 454.432 353.115 454.793L351.361 455.225L351.363 455.227Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M341.229 457.213C340.334 457.195 338.93 457.631 337.611 456.853C335.856 455.818 335.238 450.59 334.611 447.32C331.41 430.619 325.505 402.589 317.114 363.24C318.318 362.849 319.248 362.8 320.134 362.803C320.953 362.523 321.837 362.279 323.128 362.265C333.042 401.37 335.336 430.652 344.714 445.685C346.422 448.425 347.38 453.953 346.217 455.461C345.344 456.594 343.847 456.627 343.024 456.924L341.229 457.215V457.213Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M330.909 458.387C330.019 458.297 328.573 458.619 327.349 457.74C325.722 456.569 325.706 451.316 325.458 448.012C324.193 431.131 321.541 402.759 317.716 362.919C318.958 362.625 319.889 362.65 320.77 362.725C321.619 362.512 322.526 362.339 323.814 362.429C329.183 402.144 332.304 430.902 335.702 447.189C336.38 450.437 337.404 455.631 336.075 457.039C335.075 458.098 333.582 458.011 332.728 458.241L330.908 458.387H330.909Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M320.509 458.727C319.635 458.567 318.157 458.772 317.041 457.799C315.555 456.504 316.145 451.273 316.279 447.964C316.961 431.06 317.585 402.607 318.361 362.644C319.631 362.452 320.555 362.551 321.424 362.696C322.293 362.551 323.216 362.452 324.487 362.644C325.263 402.605 325.887 431.057 326.569 447.964C326.703 451.273 327.292 456.504 325.807 457.799C324.69 458.772 323.213 458.567 322.338 458.727H320.509Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M298.496 431.98C299.18 432.034 300.212 432.58 301.286 431.911C302.715 431.021 303.648 425.867 304.414 422.663C310.498 406.969 316.052 379.098 325.162 340.363L320.664 338.913C310.852 377.244 306.446 404.962 296.856 420.226C295.273 422.746 294.096 428.243 294.848 429.836C295.414 431.033 296.553 431.187 297.154 431.547L298.496 431.98Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M306.255 433.973C306.942 433.955 308.016 434.39 309.027 433.613C310.371 432.578 310.845 427.35 311.325 424.08C313.777 407.377 318.299 379.346 324.725 340L320.12 339.025C312.526 378.13 310.77 407.412 303.587 422.445C302.277 425.185 301.545 430.713 302.433 432.22C303.1 433.354 304.249 433.387 304.88 433.684C305.337 433.781 305.8 433.878 306.255 433.972L306.255 433.973Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M314.156 435.146C314.837 435.056 315.945 435.379 316.882 434.498C318.129 433.328 318.14 428.075 318.33 424.77C319.298 407.89 321.33 379.517 324.26 339.677L319.594 339.188C315.48 378.904 313.09 407.662 310.487 423.948C309.968 427.197 309.184 432.391 310.202 433.799C310.968 434.858 312.112 434.771 312.765 435L314.16 435.146H314.156Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M344.356 431.98C343.671 432.034 342.64 432.58 341.565 431.911C340.137 431.021 339.204 425.867 338.438 422.663C332.354 406.969 326.8 379.098 317.689 340.363L322.188 338.913C332 377.244 336.406 404.962 345.995 420.226C347.579 422.746 348.757 428.243 348.003 429.836C347.437 431.033 346.299 431.187 345.698 431.547L344.356 431.98Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M336.595 433.973C335.909 433.955 334.835 434.39 333.824 433.613C332.481 432.578 332.005 427.35 331.526 424.08C329.074 407.377 324.551 379.346 318.126 340L322.731 339.025C330.325 378.13 332.081 407.412 339.265 422.445C340.573 425.185 341.306 430.713 340.416 432.22C339.749 433.354 338.601 433.387 337.971 433.684C337.513 433.781 337.051 433.878 336.595 433.972V433.973Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M328.689 435.146C328.007 435.056 326.899 435.379 325.962 434.498C324.715 433.328 324.703 428.075 324.514 424.77C323.545 407.89 321.514 379.517 318.584 339.677L323.251 339.188C327.364 378.904 329.755 407.662 332.357 423.948C332.877 427.197 333.661 432.391 332.642 433.799C331.877 434.858 330.733 434.771 330.08 435L328.685 435.146H328.689Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M320.723 435.487C320.056 435.327 318.921 435.532 318.065 434.559C316.927 433.264 317.379 428.034 317.481 424.725C318.004 407.82 318.483 379.367 319.077 339.405H323.769C324.364 379.366 324.843 407.818 325.365 424.725C325.468 428.034 325.919 433.264 324.781 434.558C323.926 435.532 322.795 435.327 322.124 435.487H320.723Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M333.496 383.467C333.496 386.667 325.562 420.4 321.429 420.4C317.296 420.4 309.362 386.667 309.362 383.467H333.496Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M376.096 425.333C376.296 425.333 376.496 425.8 376.563 426C377.229 428 379.829 431.333 381.829 433.333C384.963 436.467 384.096 441.333 382.096 444C379.896 446.933 378.629 450.133 378.163 452.467C377.829 454.133 377.363 457.533 377.763 462.867C377.963 465.533 379.563 466.8 381.029 468C381.763 468.6 380.496 470.2 378.096 472C377.829 472.2 377.163 472.6 376.763 474C376.696 474.2 375.496 474.2 375.429 474C375.029 472.6 374.363 472.2 374.096 472C371.696 470.2 370.429 468.6 371.163 468C372.629 466.8 374.229 465.533 374.429 462.867C374.829 457.533 374.363 454.133 374.029 452.467C373.563 450.133 372.296 446.933 370.096 444C368.096 441.333 367.229 436.467 370.363 433.333C372.363 431.333 374.963 428 375.629 426C375.696 425.8 375.896 425.333 376.096 425.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M384.562 467.467C379.229 471.467 374.296 461.867 379.096 449.067C382.696 439.467 399.962 443.467 390.162 456.067C389.696 456.667 389.029 456.4 389.162 455.733C389.696 453.067 388.229 451.533 385.429 452.067C378.429 453.4 378.162 466.733 385.829 463.733C387.229 463.6 385.896 466.467 384.562 467.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M367.629 467.467C372.962 471.467 377.896 461.867 373.096 449.067C369.496 439.467 352.229 443.467 362.029 456.067C362.496 456.667 363.162 456.4 363.029 455.733C362.496 453.067 363.962 451.533 366.762 452.067C373.762 453.4 374.029 466.733 366.362 463.733C364.962 463.6 366.296 466.467 367.629 467.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M372.096 457C371.477 457 370.884 457.246 370.446 457.683C370.009 458.121 369.763 458.714 369.763 459.333C369.763 459.952 370.009 460.546 370.446 460.983C370.884 461.421 371.477 461.667 372.096 461.667H380.096C380.715 461.667 381.308 461.421 381.746 460.983C382.184 460.546 382.429 459.952 382.429 459.333C382.429 458.714 382.184 458.121 381.746 457.683C381.308 457.246 380.715 457 380.096 457H372.096ZM380.163 397.333C383.496 404.667 387.496 411.333 391.496 417.333C393.496 418 394.829 419 396.163 419.4C397.496 419.8 406.829 419.667 407.163 419C410.163 416.667 414.829 418.667 412.829 421.333C414.163 422.667 411.496 426.267 409.496 424.667C407.496 423.067 400.829 424.667 398.829 424C399.496 426 406.163 427.133 410.163 427.333C414.163 427.533 413.496 431.333 412.163 434.667L410.829 435.333C409.496 438 405.629 437.2 405.496 434.667C405.363 432.133 396.163 428.667 394.829 426.667C396.163 430.667 400.163 434.667 402.163 438.667C404.163 440.667 405.496 440.667 402.829 444.667L398.163 445.333C394.163 445.333 393.496 444 394.163 440.667C394.829 437.333 391.696 431.333 390.829 429.6C390.029 428 389.829 426.333 389.029 425.4C387.629 423.533 380.496 420.467 378.829 421.333C375.496 423.067 373.163 422 372.829 418.667C373.496 418 372.829 413.333 375.229 412.933C377.229 412.6 378.163 413.6 379.829 414.933C382.496 417.067 383.963 418.267 384.763 418.067C386.896 417.533 380.963 414.667 375.629 407.6C370.296 400.533 368.163 390 380.163 397.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M412.709 423.027C415.384 421.459 416.921 421.52 417.959 422.687C418.529 423.329 419.258 422.997 418.831 421.989C417.053 417.781 414.216 417.256 411.671 419.229C410.958 419.896 410.385 420.457 409.812 421.024C410.239 421.656 412.365 422.542 412.709 423.024V423.027ZM374.403 419.26C371.563 417.327 368.903 416.948 367.445 418.034C366.644 418.631 365.852 418.203 366.557 417.21C369.502 413.063 372.953 412.853 375.557 415.191C376.264 415.957 376.826 416.611 377.387 417.264C376.496 418.241 374.527 419.343 374.403 419.264V419.26ZM396.769 443.033C396.683 442.862 397.421 439.407 398.577 438.327C399.476 439.048 400.486 439.684 401.435 440.676C404.275 443.643 404.262 448.016 399.826 451.828C398.731 452.769 398.231 451.777 398.673 450.695C399.43 448.843 398.511 446.482 396.769 443.033ZM407.829 433.933C410.467 435.029 411.377 436.418 411.281 438.242C411.228 439.245 411.887 439.619 412.259 438.453C415.483 430.957 412.139 429.555 407.305 429.827C407.028 431.133 407.715 433.885 407.829 433.933Z" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", d: "M372.295 402.6C373.562 401.4 374.895 400.133 376.162 401.6C377.428 403.067 376.762 404.467 374.895 406.4C376.095 405.6 377.562 402.933 378.895 404.8C380.228 406.667 379.028 408.267 377.562 409.8C379.095 408.533 380.295 406.6 381.628 408.2C382.962 409.8 381.628 411.4 380.428 412.6C381.762 411.533 383.095 410.533 383.895 411.467C385.095 412.867 384.095 413.8 382.828 415C384.295 413.933 385.295 412.867 386.362 414.067C387.428 415.267 386.028 416.733 385.228 417.267" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M372.528 312.667C372.407 318.452 373.432 357.039 373.755 362.492C374.077 367.921 376.483 371.622 379.047 373.743C381.398 370.51 382.802 366.148 383.136 360.972C383.306 358.334 382.82 321.817 382.618 314.306L372.528 312.667Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M397.608 303.22L399.246 356.275C399.762 360.982 393.634 388.991 390.284 394.516C381.994 390.971 380.243 371.969 381.804 353.453C383.364 334.937 381.542 318.947 380.278 315.619L397.608 303.22Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M407.435 311.9L406.309 364.969C406.58 369.698 399.002 397.329 395.37 402.663C386.961 396.137 388.653 369.458 389.942 361.385C392.51 345.299 392.073 326.666 391.188 323.638L407.435 311.9Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M414.729 324.467L400.788 324.111C401.973 329.9 401.025 347.881 398.62 361.587C396.365 374.439 393.215 407.769 406.593 415.771C414.889 398.185 408.573 381.095 412.753 365.825L414.729 324.467ZM361.429 302.92L364.164 352.683C364.651 358.099 367.166 361.72 369.793 363.759C372.047 360.452 373.317 356.047 373.493 350.864C373.584 348.221 371.992 311.737 371.563 304.242L361.429 302.92ZM386.195 271.487C386.567 283.917 386.779 310.892 386.701 313.185C386.525 318.369 384.481 324.966 382.229 328.272C379.602 326.233 377.085 322.612 376.598 317.195C376.198 312.742 376.058 290.873 375.991 279.913L386.195 271.487Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M376.236 279.5C376.483 292.893 376.339 313.991 376.28 315.706C376.103 320.889 374.832 325.295 372.58 328.602C369.953 326.562 367.177 322.812 366.692 317.396C366.393 314.063 365.467 299.762 365.38 288.787L376.236 279.5ZM384.803 270.367L394.296 256.687C396.215 263.435 398.554 311.865 395.808 315.837C395.631 321.021 393.761 325.407 391.508 328.713C388.881 326.674 384.959 323.009 386.093 317.526C387.225 312.043 385.955 276.021 384.803 270.367Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M404.269 300.827L404.913 316.036C404.735 321.221 403.465 325.625 401.213 328.932C398.585 326.893 395.239 323.282 395.583 317.855C396.916 296.883 394.617 277.127 391.947 258.137L400.248 253.049L404.269 300.827Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M413.762 314.547L411.188 324.301C411.011 329.485 407.81 333.765 405.558 337.071C402.931 335.033 400.544 331.679 401.214 326.285C405.067 295.309 403.69 274.815 397.192 249.571C411.885 259.601 418.696 280.763 413.762 314.54V314.547ZM413.009 324.147L426.491 319.669C428.209 333.149 425.568 350.083 421.938 372.411C418.82 391.585 420.46 406.759 422.843 416.492C408.46 414.522 402.38 395.977 409.59 361.097C411.476 351.967 413.374 340.297 413.009 324.147Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M407.789 261.851C411.098 278.035 413.279 297.102 410.778 318.018C409.85 325.778 408.204 332.125 405.791 337.029C415.497 335.927 421.718 326.448 420.913 309.916L418.733 263.707L407.789 261.851Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M414.833 263.956C415.559 268.149 418.053 273.092 418.569 278.442C420.28 296.173 420.287 318.374 414.959 332.566C424.665 331.464 427.996 322.664 428.311 306.114C428.571 292.432 428.615 276.301 425.182 257.673L414.833 263.956ZM394.662 259.98L403.619 258.935C405.265 267.405 406.523 273.393 406.829 276.41C407.427 282.327 405.634 287.753 403.583 291.793C400.281 289.802 398.747 285.453 397.357 279.353L394.662 259.98ZM371.429 279.053L379.378 279.137C379.65 286.443 379.847 291.389 379.717 293.963C379.463 299.014 378.203 303.297 376.047 306.494C373.632 304.481 371.347 300.927 370.987 295.645C370.625 290.339 371.379 284.691 371.429 279.053Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M370.804 283.188C370.822 290.501 370.847 295.449 370.628 298.019C370.198 303.057 368.79 307.289 366.524 310.412C364.18 308.316 362.02 304.685 361.844 299.393L370.804 283.188ZM379.522 274.947L387.452 274.383C388.314 281.645 388.912 286.559 388.99 289.135C389.146 294.189 388.237 298.557 386.346 301.921C383.776 300.112 381.212 296.756 380.425 291.519C379.634 286.261 379.929 280.571 379.522 274.947Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M395.646 262.774C397.129 268.657 399.133 288.019 395.572 296.196C392.674 294.227 389.755 290.534 388.78 284.713C387.801 278.866 387.509 272.647 386.949 266.387L395.646 262.774ZM364.513 378.851L377.667 385.608C381.456 393.981 385.039 398.439 389.583 402.369C382.998 403.599 377.417 402.295 373.823 397.465C368.971 390.948 366.377 387 364.769 386.131L364.513 378.851Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M367.275 383.777C370.497 390.345 372.69 394.785 373.604 397.195C375.395 401.921 375.884 406.373 375.056 410.218C371.865 409.405 368.18 407.129 365.688 402.45L367.275 383.777Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M365.584 385.793C367.107 392.949 368.152 397.793 368.45 400.352C369.035 405.373 368.426 409.809 366.684 413.337C363.788 411.769 360.769 408.659 359.494 403.513C358.212 398.345 358.056 392.647 357.154 387.08L365.584 385.793Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M348.421 390.169C352.858 398.215 354.283 403.759 354.713 409.757C359.633 405.203 361.925 399.941 360.208 394.167C357.892 386.376 355.64 377.422 355.902 375.607L348.421 390.169Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M361.699 369.253C364.54 375.997 366.475 380.553 367.249 383.013C368.766 387.835 369.001 392.306 367.952 396.099C364.814 395.104 360.836 393.049 358.619 388.235C356.392 383.4 355.596 377.405 353.665 372.107L361.699 369.253Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M360.885 355.557C362.731 355.057 365.184 359.376 367.584 361.897C368.137 362.477 368.773 363.024 369.256 363.741C370.34 365.351 371.113 367.15 371.534 369.045C373.542 378.015 376.467 382.681 380.117 387.455C373.42 387.316 368.221 384.901 365.682 379.439C362.257 372.069 360.52 367.676 359.122 366.493L360.885 355.557ZM340.851 398.293C335.181 405.522 332.886 410.763 331.501 416.613C327.374 411.327 325.955 405.767 328.575 400.343C338.275 389.195 338.204 389.247 340.851 398.293Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M339.277 393.008C333.609 400.237 327.719 405.704 326.334 411.553C322.207 406.268 320.452 400.706 323.071 395.282L339.277 393.008Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M349.644 390.667C343.974 397.896 341.68 403.137 340.294 408.988C336.168 403.701 334.748 398.141 337.368 392.717L349.644 390.667Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M266.761 425.333C266.561 425.333 266.361 425.8 266.295 426C265.628 428 263.028 431.333 261.028 433.333C257.895 436.467 258.761 441.333 260.761 444C262.961 446.933 264.228 450.133 264.695 452.467C265.028 454.133 265.495 457.533 265.095 462.867C264.895 465.533 263.295 466.8 261.828 468C261.095 468.6 262.361 470.2 264.761 472C265.028 472.2 265.695 472.6 266.095 474C266.161 474.2 267.361 474.2 267.428 474C267.828 472.6 268.495 472.2 268.761 472C271.161 470.2 272.428 468.6 271.695 468C270.228 466.8 268.628 465.533 268.428 462.867C268.028 457.533 268.495 454.133 268.828 452.467C269.295 450.133 270.561 446.933 272.761 444C274.761 441.333 275.628 436.467 272.495 433.333C270.495 431.333 267.895 428 267.228 426C267.161 425.8 266.961 425.333 266.761 425.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M258.295 467.467C263.628 471.467 268.562 461.867 263.762 449.067C260.162 439.467 242.895 443.467 252.695 456.067C253.162 456.667 253.828 456.4 253.695 455.733C253.162 453.067 254.628 451.533 257.428 452.067C264.428 453.4 264.695 466.733 257.028 463.733C255.628 463.6 256.962 466.467 258.295 467.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M275.228 467.467C269.895 471.467 264.962 461.867 269.762 449.067C273.362 439.467 290.628 443.467 280.828 456.067C280.362 456.667 279.695 456.4 279.828 455.733C280.362 453.067 278.895 451.533 276.095 452.067C269.095 453.4 268.828 466.733 276.495 463.733C277.895 463.6 276.562 466.467 275.228 467.467Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M270.761 457C271.38 457 271.974 457.246 272.411 457.683C272.849 458.121 273.095 458.714 273.095 459.333C273.095 459.952 272.849 460.546 272.411 460.983C271.974 461.421 271.38 461.667 270.761 461.667H262.761C262.143 461.667 261.549 461.421 261.111 460.983C260.674 460.546 260.428 459.952 260.428 459.333C260.428 458.714 260.674 458.121 261.111 457.683C261.549 457.246 262.143 457 262.761 457H270.761ZM262.695 397.333C259.361 404.667 255.361 411.333 251.361 417.333C249.361 418 248.028 419 246.695 419.4C245.361 419.8 236.028 419.667 235.695 419C232.695 416.667 228.028 418.667 230.028 421.333C228.695 422.667 231.361 426.267 233.361 424.667C235.361 423.067 242.028 424.667 244.028 424C243.361 426 236.695 427.133 232.695 427.333C228.695 427.533 229.361 431.333 230.695 434.667L232.028 435.333C233.361 438 237.228 437.2 237.361 434.667C237.495 432.133 246.695 428.667 248.028 426.667C246.695 430.667 242.695 434.667 240.695 438.667C238.695 440.667 237.361 440.667 240.028 444.667L244.695 445.333C248.695 445.333 249.361 444 248.695 440.667C248.028 437.333 251.161 431.333 252.028 429.6C252.828 428 253.028 426.333 253.828 425.4C255.228 423.533 262.361 420.467 264.028 421.333C267.361 423.067 269.695 422 270.028 418.667C269.361 418 270.028 413.333 267.628 412.933C265.628 412.6 264.695 413.6 263.028 414.933C260.361 417.067 258.895 418.267 258.095 418.067C255.961 417.533 261.895 414.667 267.228 407.6C272.561 400.533 274.695 390 262.695 397.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M230.148 423.027C227.473 421.459 225.936 421.52 224.898 422.687C224.328 423.329 223.599 422.997 224.026 421.989C225.805 417.781 228.641 417.256 231.186 419.229C231.899 419.896 232.472 420.457 233.045 421.024C232.619 421.656 230.493 422.542 230.148 423.024V423.027ZM268.455 419.26C271.294 417.327 273.955 416.948 275.412 418.034C276.213 418.631 277.005 418.203 276.3 417.21C273.355 413.063 269.904 412.853 267.3 415.191C266.593 415.957 266.031 416.611 265.47 417.264C266.361 418.241 268.331 419.343 268.455 419.264V419.26ZM246.088 443.033C246.174 442.862 245.436 439.407 244.28 438.327C243.381 439.048 242.371 439.684 241.423 440.676C238.583 443.643 238.595 448.016 243.031 451.828C244.127 452.769 244.627 451.777 244.185 450.695C243.427 448.843 244.347 446.482 246.088 443.033ZM235.028 433.933C232.391 435.029 231.481 436.418 231.577 438.242C231.629 439.245 230.971 439.619 230.599 438.453C227.374 430.957 230.719 429.555 235.552 429.827C235.829 431.133 235.142 433.885 235.028 433.933Z" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", d: "M270.562 402.6C269.296 401.4 267.963 400.133 266.696 401.6C265.429 403.067 266.096 404.467 267.963 406.4C266.763 405.6 265.296 402.933 263.963 404.8C262.629 406.667 263.829 408.267 265.296 409.8C263.763 408.533 262.562 406.6 261.229 408.2C259.896 409.8 261.229 411.4 262.429 412.6C261.096 411.533 259.763 410.533 258.963 411.467C257.763 412.867 258.763 413.8 260.029 415C258.563 413.933 257.563 412.867 256.496 414.067C255.429 415.267 256.829 416.733 257.629 417.267" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M270.329 312.667C270.45 318.452 269.425 357.039 269.102 362.492C268.78 367.921 266.374 371.622 263.81 373.743C261.459 370.51 260.056 366.148 259.721 360.972C259.551 358.334 260.037 321.817 260.24 314.306L270.329 312.667Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M245.249 303.22L243.612 356.275C243.095 360.982 249.223 388.991 252.573 394.516C260.864 390.971 262.614 371.969 261.054 353.453C259.494 334.937 261.315 318.947 262.579 315.619L245.249 303.22Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M235.422 311.9L236.548 364.969C236.278 369.698 243.855 397.329 247.488 402.663C255.896 396.137 254.204 369.458 252.916 361.385C250.348 345.299 250.784 326.666 251.67 323.638L235.422 311.9Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M228.129 324.467L242.069 324.111C240.885 329.9 241.833 347.881 244.237 361.587C246.493 374.439 249.642 407.769 236.264 415.771C227.968 398.185 234.284 381.095 230.104 365.825L228.129 324.467ZM281.429 302.92L278.693 352.683C278.207 358.099 275.691 361.72 273.064 363.759C270.811 360.452 269.541 356.047 269.364 350.864C269.273 348.221 270.865 311.737 271.295 304.242L281.429 302.92ZM256.662 271.487C256.291 283.917 256.079 310.892 256.156 313.185C256.333 318.369 258.377 324.966 260.629 328.272C263.255 326.233 265.773 322.612 266.259 317.195C266.659 312.742 266.799 290.873 266.866 279.913L256.662 271.487Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M266.623 279.5C266.376 292.893 266.52 313.991 266.579 315.706C266.755 320.889 268.027 325.295 270.279 328.602C272.906 326.562 275.681 322.812 276.167 317.396C276.465 314.063 277.392 299.762 277.479 288.787L266.623 279.5ZM258.056 270.367L248.563 256.687C246.644 263.435 244.305 311.865 247.051 315.837C247.227 321.021 249.098 325.407 251.351 328.713C253.978 326.674 257.899 323.009 256.766 317.526C255.634 312.043 256.904 276.021 258.056 270.367Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M238.589 300.827L237.945 316.036C238.122 321.221 239.393 325.625 241.645 328.932C244.273 326.893 247.618 323.282 247.275 317.855C245.941 296.883 248.24 277.127 250.91 258.137L242.609 253.049L238.589 300.827Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M229.095 314.547L231.669 324.301C231.846 329.485 235.047 333.765 237.3 337.071C239.926 335.033 242.313 331.679 241.643 326.285C237.79 295.309 239.168 274.815 245.665 249.571C230.972 259.601 224.162 280.763 229.095 314.54V314.547ZM229.848 324.147L216.366 319.669C214.648 333.149 217.289 350.083 220.92 372.411C224.037 391.585 222.398 406.759 220.014 416.492C234.398 414.522 240.478 395.977 233.268 361.097C231.381 351.967 229.484 340.297 229.848 324.147Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M235.068 261.851C231.76 278.035 229.578 297.102 232.08 318.018C233.008 325.778 234.653 332.125 237.066 337.029C227.36 335.927 221.14 326.448 221.944 309.916L224.124 263.707L235.068 261.851Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M228.025 263.956C227.298 268.149 224.805 273.092 224.288 278.442C222.578 296.173 222.571 318.374 227.899 332.566C218.193 331.464 214.862 322.664 214.547 306.114C214.287 292.432 214.243 276.301 217.675 257.673L228.025 263.956ZM248.196 259.98L239.239 258.935C237.593 267.405 236.334 273.393 236.029 276.41C235.43 282.327 237.224 287.753 239.274 291.793C242.577 289.802 244.111 285.453 245.501 279.353L248.196 259.98ZM271.429 279.053L263.479 279.137C263.207 286.443 263.01 291.389 263.14 293.963C263.395 299.014 264.655 303.297 266.811 306.494C269.226 304.481 271.511 300.927 271.871 295.645C272.233 290.339 271.478 284.691 271.429 279.053Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M272.054 283.188C272.036 290.501 272.01 295.449 272.23 298.019C272.66 303.057 274.068 307.289 276.334 310.412C278.678 308.316 280.837 304.685 281.014 299.393L272.054 283.188ZM263.336 274.947L255.406 274.383C254.543 281.645 253.946 286.559 253.867 289.135C253.711 294.189 254.62 298.557 256.511 301.921C259.082 300.112 261.646 296.756 262.432 291.519C263.223 286.261 262.928 280.571 263.336 274.947Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M247.211 262.774C245.728 268.657 243.725 288.019 247.285 296.196C250.183 294.227 253.103 290.534 254.077 284.713C255.056 278.866 255.349 272.647 255.909 266.387L247.211 262.774ZM278.345 378.851L265.19 385.608C261.401 393.981 257.818 398.439 253.275 402.369C259.859 403.599 265.44 402.295 269.035 397.465C273.886 390.948 276.48 387 278.089 386.131L278.345 378.851Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M275.582 383.777C272.36 390.345 270.167 394.785 269.254 397.195C267.462 401.921 266.973 406.373 267.802 410.218C270.992 409.405 274.678 407.129 277.169 402.45L275.582 383.777Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M277.274 385.793C275.75 392.949 274.705 397.793 274.407 400.352C273.822 405.373 274.432 409.809 276.174 413.337C279.07 411.769 282.088 408.659 283.364 403.513C284.645 398.345 284.801 392.647 285.703 387.08L277.274 385.793Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M294.437 390.169C290 398.215 288.575 403.759 288.145 409.757C283.225 405.203 280.933 399.941 282.649 394.167C284.965 386.376 287.218 377.422 286.955 375.607L294.437 390.169Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M281.158 369.253C278.318 375.997 276.382 380.553 275.608 383.013C274.091 387.835 273.856 392.306 274.905 396.099C278.044 395.104 282.021 393.049 284.238 388.235C286.465 383.4 287.261 377.405 289.192 372.107L281.158 369.253Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M281.972 355.557C280.126 355.057 277.674 359.376 275.274 361.897C274.72 362.477 274.084 363.024 273.602 363.741C272.517 365.351 271.745 367.15 271.324 369.045C269.316 378.015 266.39 382.681 262.741 387.455C269.438 387.316 274.637 384.901 277.176 379.439C280.6 372.069 282.338 367.676 283.736 366.493L281.972 355.557ZM302.007 398.293C307.676 405.522 309.972 410.763 311.357 416.613C315.484 411.327 316.902 405.767 314.282 400.343C304.583 389.195 304.654 389.247 302.007 398.293Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M303.58 393.008C309.249 400.237 315.139 405.704 316.523 411.553C320.65 406.268 322.405 400.706 319.786 395.282L303.58 393.008Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M293.213 390.667C298.883 397.896 301.178 403.137 302.563 408.988C306.69 403.701 308.11 398.141 305.49 392.717L293.213 390.667Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M321.429 258.333C320.162 244 317.562 234 311.362 224C314.229 224.333 317.229 223.733 315.829 216.8C311.762 215.867 310.229 217.4 298.896 212C289.629 207.667 276.029 206.067 276.896 210.733C278.629 220.067 284.762 226.733 291.096 231.467C294.096 238.933 301.429 253.067 296.362 260.867C291.296 268.667 287.096 272.4 282.029 275.6C283.162 276 284.229 276.333 285.296 276.533C284.496 277.6 277.962 279.6 277.162 279.067C271.962 275.6 267.162 267.133 262.896 262.267C250.696 248.467 244.296 237.667 246.762 229.2C249.496 219.8 260.762 209.533 246.296 211.333C231.829 213.133 219.696 233.4 216.096 256.8C214.762 265.467 213.829 273.067 212.829 279.133C220.696 276.333 224.229 273.467 226.296 270C225.362 273.333 224.629 276.467 224.162 279.4C230.629 278.267 235.096 275 236.962 269.333C237.629 267.067 238.496 265.067 239.362 263.4C241.362 264.133 243.896 264.067 247.029 263.333C248.229 266.133 257.096 276.067 261.896 283.333C267.229 291.533 275.362 297.8 278.029 298.2H364.829C367.496 297.8 375.629 291.533 380.962 283.333C385.762 276.067 394.629 266.133 395.829 263.333C398.962 264.067 401.496 264.133 403.496 263.4C404.362 265.067 405.229 267.067 405.896 269.333C407.762 275 412.229 278.267 418.696 279.4C418.229 276.467 417.496 273.333 416.562 270C418.629 273.467 422.162 276.333 430.029 279.133C429.029 273.067 428.096 265.467 426.762 256.8C423.162 233.4 411.029 213.133 396.562 211.333C382.096 209.533 393.362 219.8 396.096 229.2C398.562 237.667 392.162 248.467 379.962 262.267C375.696 267.133 370.896 275.6 365.696 279.067C364.896 279.6 358.362 277.6 357.562 276.533C358.629 276.333 359.696 276 360.829 275.6C355.762 272.4 351.562 268.667 346.496 260.867C341.429 253.067 348.762 238.933 351.762 231.467C358.096 226.733 364.229 220.067 365.962 210.733C366.829 206.067 353.229 207.667 343.962 212C332.629 217.4 331.096 215.867 327.029 216.8C325.629 223.733 328.629 224.333 331.496 224C325.296 234 322.696 244 321.429 258.333Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M348.361 237.6L361.095 239.467C370.961 239.933 376.695 236.8 377.961 230.467C374.295 234.867 369.761 237.067 364.761 235.867C358.095 234.267 353.895 232.8 352.361 233.2L348.361 237.6Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M372.228 211.867C383.295 213.067 382.761 220.2 372.428 230.533C370.295 232.6 369.895 232.533 369.361 230.4C368.428 226.667 364.628 224.867 362.628 227.467C361.295 229.2 361.495 230.333 356.828 229.667C350.895 234.667 346.161 238.2 353.828 237.867C356.895 237.733 359.895 239.733 364.295 239.533C363.028 242.133 362.761 242.467 362.028 242.6C357.628 243.267 353.228 240.8 348.828 241.6C339.295 243.333 364.095 215.8 363.828 214.733C363.161 212.067 369.761 207 372.228 211.867Z" }), _jsx("path", { fill: "#21231E", d: "M356.428 220.6L357.888 219.138C358.6 218.237 358.188 217.036 356.653 215.537C355.53 216.024 354.632 216.399 353.732 216.775C354.332 218.8 355.23 220.075 356.428 220.6Z" }), _jsx("path", { fill: "#21231E", d: "M373.428 218.267C373.944 218.267 374.362 217.849 374.362 217.333C374.362 216.818 373.944 216.4 373.428 216.4C372.913 216.4 372.495 216.818 372.495 217.333C372.495 217.849 372.913 218.267 373.428 218.267Z" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M419.895 331.133C419.362 343.133 418.562 352.467 416.228 362.467C413.895 372.467 413.562 379.133 413.228 389.133M414.962 332.533C420.562 317.667 420.428 294.667 418.495 279.467C416.562 264.267 407.028 244.333 403.562 242.067M372.228 211.867C371.784 214.089 369.917 216.444 366.628 218.933M342.495 271.467C347.251 276.8 353.34 278.2 360.762 275.667" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M341.696 267.4C341.696 269.4 342.74 273.067 344.829 278.4C340.384 277.378 337.073 275.356 334.896 272.333" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M335.789 266.867C335.211 271.444 333.989 275 332.122 277.533C329.633 275.711 327.9 273.044 326.922 269.533M349.962 218.4C351.029 220.467 352.962 223.133 355.295 221.733C358.629 219.733 359.229 217.2 360.762 214.867" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M346.828 218.8C348.228 218.867 349.762 218.267 353.162 217.067C356.562 215.867 360.228 214.4 363.695 214.667M337.962 222.667C336.228 223.2 334.073 223.645 331.495 224" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M294.496 237.6L281.763 239.467C271.896 239.933 266.163 236.8 264.896 230.467C268.563 234.867 273.096 237.067 278.096 235.867C284.763 234.267 288.963 232.8 290.496 233.2L294.496 237.6Z" }), _jsx("path", { fill: "#EDB92E", stroke: "#21231E", strokeLinejoin: "round", d: "M270.629 211.867C259.563 213.067 260.096 220.2 270.429 230.533C272.563 232.6 272.963 232.533 273.496 230.4C274.429 226.667 278.229 224.867 280.229 227.467C281.563 229.2 281.363 230.333 286.029 229.667C291.963 234.667 296.696 238.2 289.029 237.867C285.963 237.733 282.963 239.733 278.563 239.533C279.829 242.133 280.096 242.467 280.829 242.6C285.229 243.267 289.629 240.8 294.029 241.6C303.563 243.333 278.763 215.8 279.029 214.733C279.696 212.067 273.096 207 270.629 211.867Z" }), _jsx("path", { fill: "#21231E", d: "M286.429 220.6L284.969 219.138C284.257 218.237 284.669 217.036 286.204 215.537C287.328 216.024 288.226 216.399 289.125 216.775C288.526 218.8 287.627 220.075 286.429 220.6Z" }), _jsx("path", { fill: "#21231E", d: "M269.429 218.267C268.914 218.267 268.496 217.849 268.496 217.333C268.496 216.818 268.914 216.4 269.429 216.4C269.944 216.4 270.362 216.818 270.362 217.333C270.362 217.849 269.944 218.267 269.429 218.267Z" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M222.962 331.133C223.496 343.133 224.296 352.467 226.629 362.467C228.962 372.467 229.296 379.133 229.629 389.133M227.896 332.533C222.296 317.667 222.429 294.667 224.362 279.467C226.296 264.267 235.829 244.333 239.296 242.067M270.629 211.867C271.073 214.089 272.94 216.444 276.229 218.933M300.362 271.467C295.607 276.8 289.518 278.2 282.096 275.667" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M301.162 267.4C301.162 269.4 300.117 273.067 298.029 278.4C302.473 277.378 305.784 275.356 307.962 272.333" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M307.069 266.867C307.647 271.444 308.869 275 310.736 277.533C313.224 275.711 314.958 273.044 315.936 269.533M292.896 218.4C291.829 220.467 289.896 223.133 287.562 221.733C284.229 219.733 283.629 217.2 282.096 214.867" }), _jsx("path", { stroke: "#21231E", strokeLinecap: "round", strokeLinejoin: "round", d: "M296.029 218.8C294.629 218.867 293.096 218.267 289.696 217.067C286.296 215.867 282.629 214.4 279.162 214.667M304.896 222.667C306.629 223.2 308.785 223.645 311.362 224" }), _jsx("path", { fill: "white", d: "M315.495 265.8C315.851 271 317.828 275.933 321.428 280.6C325.073 275.933 327.051 271 327.362 265.8" }), _jsx("path", { stroke: "#21231E", strokeLinejoin: "round", d: "M315.495 265.8C315.851 271 317.828 275.933 321.428 280.6C325.073 275.933 327.051 271 327.362 265.8" }), _jsx("path", { fill: "#C6363C", stroke: "#21231E", strokeWidth: 2.5, d: "M366.429 281.333V353.667C366.429 366.6 361.095 378.4 353.095 386.867C345.095 395.333 333.429 401.333 321.429 401.333C309.429 401.333 297.762 395.333 289.762 386.867C281.762 378.4 276.429 366.6 276.429 353.667V281.333H366.429Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinecap: "round", d: "M366.095 325.667V344.333H330.428V399.667C324.428 401 318.428 401 312.428 399.667V344.333H276.762V325.667H312.428V281.667H330.428V325.667H366.095Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M336.762 352C342.095 350 356.762 345.333 356.762 357C356.762 362.6 349.962 366.267 348.095 361.333C347.162 358.867 348.162 357.267 349.562 356.733C350.962 356.2 352.495 357.4 352.095 359.2C357.962 356.067 346.562 349.667 341.762 358.067C340.428 360.4 344.228 363.133 344.228 365C344.228 366.867 340.428 369.6 341.762 371.933C346.562 380.333 357.962 373.933 352.095 370.8C352.495 372.6 350.962 373.8 349.562 373.267C348.162 372.733 347.162 371.133 348.095 368.667C349.962 363.733 356.762 367.4 356.762 373C356.762 384.667 342.095 380 336.762 378V352Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M306.096 292C300.762 290 286.096 285.333 286.096 297C286.096 302.6 292.896 306.267 294.762 301.333C295.696 298.867 294.696 297.267 293.296 296.733C291.896 296.2 290.362 297.4 290.762 299.2C284.896 296.067 296.296 289.667 301.096 298.067C302.429 300.4 298.629 303.133 298.629 305C298.629 306.867 302.429 309.6 301.096 311.933C296.296 320.333 284.896 313.933 290.762 310.8C290.362 312.6 291.896 313.8 293.296 313.267C294.696 312.733 295.696 311.133 294.762 308.667C292.896 303.733 286.096 307.4 286.096 313C286.096 324.667 300.762 320 306.096 318V292Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M336.762 292C342.095 290 356.762 285.333 356.762 297C356.762 302.6 349.962 306.267 348.095 301.333C347.162 298.867 348.162 297.267 349.562 296.733C350.962 296.2 352.495 297.4 352.095 299.2C357.962 296.067 346.562 289.667 341.762 298.067C340.428 300.4 344.228 303.133 344.228 305C344.228 306.867 340.428 309.6 341.762 311.933C346.562 320.333 357.962 313.933 352.095 310.8C352.495 312.6 350.962 313.8 349.562 313.267C348.162 312.733 347.162 311.133 348.095 308.667C349.962 303.733 356.762 307.4 356.762 313C356.762 324.667 342.095 320 336.762 318V292Z" }), _jsx("path", { fill: "white", stroke: "#21231E", strokeLinejoin: "round", d: "M306.096 352C300.762 350 286.096 345.333 286.096 357C286.096 362.6 292.896 366.267 294.762 361.333C295.696 358.867 294.696 357.267 293.296 356.733C291.896 356.2 290.362 357.4 290.762 359.2C284.896 356.067 296.296 349.667 301.096 358.067C302.429 360.4 298.629 363.133 298.629 365C298.629 366.867 302.429 369.6 301.096 371.933C296.296 380.333 284.896 373.933 290.762 370.8C290.362 372.6 291.896 373.8 293.296 373.267C294.696 372.733 295.696 371.133 294.762 368.667C292.896 363.733 286.096 367.4 286.096 373C286.096 384.667 300.762 380 306.096 378V352Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("rect", { width: 900, height: 600, fill: "white" }) }) })] }));
3
+ export { IconFlagRs };
4
+ //# sourceMappingURL=IconFlagRs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagRs.js","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagRs.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const IconFlagRu: ({ children, ...props }: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { IconFlagRu };
4
+ //# sourceMappingURL=IconFlagRu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagRu.d.ts","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagRu.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACpC,QAAA,MAAM,UAAU,2BAA0B,SAAS,aAAa,CAAC,4CAchE,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const IconFlagRu = ({ children, ...props }) => (_jsxs("svg", { ...props, viewBox: "0 0 900 600", children: [children, _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "white", d: "M0 0H900V300H0V0Z" }), _jsx("path", { fill: "#D52B1E", d: "M0 300H900V600H0V300Z" }), _jsx("path", { fill: "#0039A6", d: "M0 200H900V400H0V200Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("rect", { width: 900, height: 600, fill: "white" }) }) })] }));
3
+ export { IconFlagRu };
4
+ //# sourceMappingURL=IconFlagRu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagRu.js","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagRu.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,GAAG,CAAC,EAAC,QAAQ,EAAE,GAAG,KAAK,EAA0B,EAAE,EAAE,CAAC,CACpE,kBAAS,KAAK,EAAE,OAAO,EAAC,aAAa,aAClC,QAAQ,EACT,aAAG,QAAQ,EAAC,SAAS,aACnB,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,mBAAmB,GAAG,EAC3C,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,uBAAuB,GAAG,EACjD,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,uBAAuB,GAAG,IAC/C,EACJ,yBACE,mBAAU,EAAE,EAAC,GAAG,YACd,eAAM,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAC,OAAO,GAAG,GACrC,GACN,IACH,CACP,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const IconFlagSa: ({ children, ...props }: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { IconFlagSa };
4
+ //# sourceMappingURL=IconFlagSa.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSa.d.ts","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSa.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACpC,QAAA,MAAM,UAAU,2BAA0B,SAAS,aAAa,CAAC,4CA4ChE,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const IconFlagSa = ({ children, ...props }) => (_jsxs("svg", { ...props, viewBox: "0 0 900 600", children: [children, _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "#005430", d: "M0 600H900V0H0V600Z" }), _jsx("path", { fill: "white", d: "M675 238.324C674.937 227.784 670.848 199.393 669.81 189.869C668.774 180.344 667.73 171.704 667.982 169.68C668.229 167.728 671.234 172.395 672.822 172.772C673.644 172.608 673.277 169.66 671.784 167.142C670.774 165.433 667.328 159.042 665.238 155.296C664.255 153.523 664.035 152.496 663.562 152.277C663.091 152.06 659.286 159.735 659.702 160.587C660.74 162.147 661.452 162.891 661.614 165.646C661.778 168.401 663.203 188.073 665.019 202.984C666.386 214.233 669.385 238.468 669.492 253.536C669.522 258.451 668.977 263.136 668.322 265.094C666.643 268.168 664.019 270.941 654.246 276.659C643.26 283.089 628.603 288.44 622.303 292.021C618.386 294.255 619.684 294.553 623.095 293.576C626.496 292.598 644.087 289.466 652.633 285.855C660.655 282.456 665.863 276.771 669.815 268.477C674.696 258.223 675.068 249.522 675 238.324ZM640.987 158.261C641.837 157.932 648.867 157.57 650.761 157.96C649.517 159.738 641.086 163.673 641.051 164.395C641.281 164.881 646.874 163.495 648.638 162.725C649.791 162.032 650.561 160.958 651.415 160.067C653.431 157.747 655.822 153.445 655.22 152.905C654.242 152.034 644.658 152.576 643.395 152.755C642.549 152.877 640.401 156.727 640.007 157.715C639.621 158.702 640.138 158.59 640.987 158.261Z" }), _jsx("path", { fill: "white", d: "M655.35 220.733C657.025 215.071 656.967 209.037 655.183 203.408C653.134 196.882 648.045 192.904 644.375 190.865L643.72 197.148C643.72 197.148 648.867 199.706 652.386 206.146C654.616 210.231 655.544 216.007 653.783 222.446C653.49 224.045 654.633 223.164 655.35 220.732M600.9 252.24C602.407 247.142 602.356 241.709 600.752 236.64C598.906 230.763 594.323 227.18 591.017 225.35L590.426 231.006C590.426 231.006 595.06 233.31 598.229 239.104C600.239 242.779 601.073 247.988 599.492 253.784C599.229 255.218 600.256 254.428 600.9 252.24ZM411.862 166.691C413.982 170.568 414.862 176.059 413.194 182.174C412.914 183.691 413.994 182.858 414.681 180.549C416.268 175.169 416.211 169.437 414.517 164.09C412.569 157.889 407.735 154.113 404.247 152.18L403.632 158.147C403.632 158.147 408.521 160.575 411.862 166.691ZM284.25 168.697C286.03 172.871 286.15 178.506 283.275 184.442C282.716 185.933 284.077 185.227 285.22 182.996C287.553 178.435 288.863 172.726 287.68 166.421C286.466 159.938 281.596 155.519 277.95 153.126L276.296 159.049C276.296 159.049 281.442 162.119 284.25 168.697Z" }), _jsx("path", { fill: "white", d: "M319.526 261.983C321.789 257.783 322.731 254.958 323.736 249.983C324.616 245.608 324.673 240.553 324.356 235.407C331.126 232.647 339.196 228.066 341.907 227.729C340.053 234.096 344.479 240.966 353.42 240.069C354.104 247.269 354.69 253.593 355.047 257.343C355.775 265.032 355.666 274.721 355.644 276.405C355.614 278.096 356.838 277.777 358.095 274.009C359.771 268.964 360.289 255.791 359.681 247.079C359.536 244.901 359.289 241.961 358.991 238.611C364.787 235.929 365.751 230.753 367.917 228.547C369.873 235.397 380.637 236.327 383.96 234.86C388.08 233.04 389.43 229.765 390.49 222.165C391.553 214.568 388.458 211.509 387.351 210.681C387.241 211.601 384.546 220.529 384.546 220.529C384.546 220.529 387.102 223.229 387.231 224.556C385.149 226.44 380.758 226.556 377.071 225.356C373.381 224.156 372.251 221.948 372.47 220.466C372.683 218.98 374.072 217.627 374.119 215.816C374.159 214.006 373.292 214.53 371.815 216.133C370.339 217.739 369.385 219.183 367.342 222.629C365.672 225.447 362.96 228.886 358.177 229.869C357.388 221.593 356.487 212.788 355.885 207.257C355.57 204.337 352.423 179.104 352.198 176.281C352.003 173.821 351.639 170.922 351.699 169.56C351.759 168.476 352.439 168.906 353.491 170.04C354.545 171.173 356.389 173.148 356.706 172.994C357.78 172.467 356.682 169.187 355.276 166.25C353.874 163.305 349.086 151.686 348.081 151.207C347.563 150.964 344.331 158.116 344.14 159.524C344.64 160.404 345.95 161.79 345.997 165.731C346.013 166.83 346.72 177.192 347.7 186.991C348.558 195.643 349.694 203.854 349.804 204.808C350.584 211.413 351.532 220.722 352.434 229.874C347.243 228.886 345.862 225.463 345.977 223.51C346.109 221.307 347.103 218.82 346.627 218.258C345.627 217.658 339.677 220.983 331.381 224.556C328.83 225.658 326.249 226.691 323.643 227.656C322.92 221.418 321.967 215.487 321.583 210.952L321.537 210.448C326.993 210.096 331.46 207.341 333.493 204.718C336.032 201.438 337.807 194.688 337.979 189.518C338.152 184.341 333.975 174.878 332.981 171.869C331.978 168.859 331.461 166.771 331.373 165.731C331.283 164.69 333.63 166.936 335.106 167.377C336.106 167.577 335.761 165.411 334.539 163.925C333.326 162.443 326.763 152.484 326.303 153.182C326.021 153.592 323.391 160.919 323.219 162.041C324.254 162.725 325.465 164.609 325.549 166.414C325.637 168.22 327.083 176.159 328.686 180.571C330.294 184.982 333.717 193.445 333.934 195.773C331.488 197.497 325.919 200.417 320.411 200.243C319.469 192.523 318.274 183.559 317.636 177.21C317.39 174.756 317.373 172.138 317.412 170.77C317.442 169.686 318.222 169.836 319.296 170.95C320.376 172.064 322.03 173.685 322.369 173.568C323.109 173.323 322.468 170.864 321.003 167.944C319.538 165.024 313.713 152.674 312.693 152.213C312.175 151.977 309.567 158.913 309.403 160.329C309.923 161.205 311.257 162.56 311.388 166.5C311.493 169.638 313.021 185.015 314.33 198.558C308.88 195.74 307.02 191.711 306.346 184.947C305.875 180.231 305.828 171.545 304.146 164.279C303.199 160.172 301.202 155.999 298.836 153.783C298.271 155.148 295.751 163.527 295.751 163.527C296.573 165.933 299.128 174.034 299.041 181.054C298.956 188.074 298.403 194.937 290.536 199.664C282.675 204.395 270.883 202.514 267.971 195.134C265.06 187.75 271.532 169.235 271.447 164.864C271.36 160.494 270.579 159.891 268.752 160.613C266.928 161.334 263.194 165.548 259.979 172.403C256.763 179.263 255.333 187.76 253.506 193.536C251.685 199.313 248.768 205.166 244.254 204.841C239.74 204.522 237.31 200.391 235.921 194.418C234.53 188.438 235.381 180.565 235.76 178.548C236.702 173.492 234.52 174.528 233.182 182.465C232.355 187.36 231.533 195.177 234.445 203.36C237.351 211.542 242.306 214.593 246.648 213.548C250.992 212.507 254.81 202.318 256.158 197.743C257.503 193.174 263.52 172.883 266.928 171.884C267.404 174.171 264.279 181.543 263.279 190.166C262.282 198.789 264.608 210.372 275.553 212.376C286.498 214.381 293.924 207.282 296.617 202.354C299.312 197.419 300.569 192.244 300.873 189.639C301.223 196.254 305.738 206.583 314.506 209.529L315.409 209.789C315.949 215.204 316.829 222.272 317.636 229.694C315.937 230.22 314.221 230.691 312.492 231.107C312.273 230.396 312.032 229.699 311.739 229.059C309.063 223.302 304.634 217.997 298.496 218.364C292.226 218.736 285.389 227.104 285.688 233.214C285.885 237.324 288.148 240.698 296.376 241.561C300.134 241.959 304.124 241.541 308.246 240.641C308.827 242.341 309.194 244.031 309.236 245.57C306.628 248.619 285.052 264.892 268.897 266.457C252.742 268.02 247.815 259.551 247.653 251.05C247.533 244.582 251.422 238.127 254.155 233.66C258.067 230.798 261.277 227.22 263.304 224.46C263.854 224.8 264.378 225.113 264.876 225.404C266.807 226.526 267.577 228.203 267.577 228.203C267.933 227.656 269.593 224.667 268.944 223.206C268.645 222.846 267.185 221.948 265.43 220.881C267.273 216.288 267.248 211.701 264.86 210.681C262.19 209.544 258.702 212.704 257.199 214.631C256.508 215.516 256.127 216.603 256.114 217.726C256.103 218.954 256.681 220.063 258.111 221.051C259.535 222.024 260.858 222.905 262.101 223.7C258.571 227.407 250.228 232.84 245.122 236.03C244.933 235.562 244.185 236.056 243.18 237.24L241.797 238.094C237.724 240.586 227.957 246.059 226.037 247.398C224.113 248.741 225.319 248.498 226.037 248.198C227.392 247.467 229.172 246.58 231.172 245.603C234.004 244.218 237.299 242.65 240.52 241.077C239.462 242.869 238.522 244.729 237.707 246.644C233.864 255.717 227.652 274.523 241.09 285.838C253.947 296.669 276.046 292.548 294.373 281.292C312.703 270.033 316.661 266.075 319.526 261.982M259.771 217.25C259.135 216.781 259.047 216.156 259.565 215.72C260.225 215.158 261.069 214.626 262.028 214.447C264.06 214.069 264.871 216.404 264.055 220.041C262.51 219.096 260.921 218.103 259.771 217.25ZM301.81 232.589C292.478 232.632 292.048 230.938 292.223 229.854C292.396 228.775 295.302 225.814 298.989 227.767C300.547 228.595 302.303 230.327 303.927 232.503C303.21 232.556 302.503 232.583 301.81 232.589ZM273.228 281.664C255.596 286.476 238.398 279.021 237.357 264.259C236.56 252.987 240.671 244.494 243.322 239.707C245.851 238.457 248.239 237.241 250.214 236.152C245.599 243.585 242.898 253.539 244.703 261.972C246.746 271.525 255.057 277.316 269.127 275.447C283.058 273.601 301.895 260.352 307.236 255.355C308.863 253.552 309.936 251.926 311.399 248.614C312.002 247.254 312.849 245.459 313.163 243.43C313.369 242.108 313.478 240.695 313.503 239.257C315.161 238.757 316.806 238.216 318.436 237.633C318.998 243.681 319.411 249.643 319.436 254.798C310.756 264.978 290.859 276.85 273.228 281.664ZM581.625 242.955C581.028 233.079 579.587 215.202 578.782 206.134C578.07 198.063 576.67 187.001 575.646 177.264C575.438 175.216 575.352 173.158 575.388 171.1C575.418 170.022 576.498 170.437 577.577 171.546C578.656 172.655 580.343 174.048 580.661 173.878C581.715 173.331 580.453 170.627 578.971 167.717C577.489 164.802 571.614 152.745 570.592 152.287C570.072 152.054 567.319 159.277 567.16 160.692C567.686 161.563 569.03 162.913 569.176 166.853C569.324 170.796 571.316 188.923 572.753 203.583C573.75 213.774 575.038 230.402 575.974 242.94C575.928 242.96 576.859 254.86 576.96 256.197C577.536 263.896 577.237 273.582 577.18 275.264C577.116 276.953 578.352 276.659 579.678 272.911C581.028 269.084 581.798 260.541 581.902 252.826L581.625 242.955ZM531.563 208.38C529.755 208.932 526.917 207.02 527.133 203.011C527.331 199.39 528.881 195.999 529.478 193.859C530.3 190.906 530.305 188.059 529.61 189.673C528.043 193.279 525.126 200.251 524.523 204.982C523.918 209.712 525.452 212.762 527.536 213.802C530.133 215.106 532.003 213.037 533.269 209.988C534.485 207.068 534.255 203.66 533.411 204.462C532.705 205.301 532.441 208.109 531.563 208.38ZM505.575 222.952C506.534 220.405 506.758 217.908 506.021 219.278C504.359 222.348 501.245 228.278 500.332 232.398C499.423 236.518 500.527 239.307 502.28 240.363C504.466 241.685 506.265 239.991 507.627 237.395C508.927 234.911 508.993 231.895 508.194 232.548C507.504 233.237 507.046 235.685 506.257 235.865C504.617 236.227 502.277 234.353 502.784 230.838C503.244 227.673 504.879 224.794 505.575 222.952ZM429.9 276.697C431.502 274.097 432.3 271.4 431.187 272.762C428.706 275.806 424.008 281.714 422.113 286.047C420.223 290.38 420.825 293.634 422.51 295.116C424.61 296.964 426.953 295.445 428.999 292.864C430.963 290.39 431.697 287.108 430.669 287.668C429.769 288.298 428.739 290.889 427.832 290.938C425.967 291.028 423.814 288.544 425.134 284.801C426.328 281.423 428.741 278.581 429.9 276.698M562.575 200.798C560.737 201.258 558.02 199.2 558.475 195.206C558.888 191.602 560.644 188.298 561.365 186.196C562.367 183.286 562.539 180.447 561.748 182.017C559.973 185.542 556.642 192.349 555.752 197.044C554.862 201.737 556.207 204.859 558.228 206.007C560.748 207.435 562.731 205.47 564.183 202.487C565.572 199.635 565.55 196.221 564.654 196.981C563.901 197.786 563.471 200.575 562.575 200.798ZM562.013 249.791C564.527 251.22 566.521 249.254 567.967 246.271C569.353 243.42 569.334 240.006 568.444 240.766C567.685 241.566 567.255 244.359 566.359 244.582C564.521 245.04 561.799 242.984 562.259 238.991C562.673 235.387 564.426 232.08 565.149 229.981C566.149 227.071 566.321 224.227 565.532 225.801C563.752 229.327 560.427 236.134 559.536 240.824C558.646 245.522 559.991 248.644 562.013 249.791ZM594.15 187.208C595.36 183.688 595.569 180.251 594.61 182.153C592.457 186.417 588.43 194.653 587.352 200.338C586.278 206.018 587.908 209.794 590.354 211.184C593.397 212.911 595.804 210.534 597.56 206.927C599.234 203.476 599.21 199.34 598.13 200.265C597.218 201.235 596.695 204.608 595.61 204.879C593.391 205.436 590.096 202.946 590.652 198.115C591.153 193.754 593.276 189.755 594.15 187.208Z" }), _jsx("path", { fill: "white", d: "M337.32 248.093C339.3 243.803 340.018 239.508 338.56 241.794C335.299 246.912 329.155 256.822 327.057 263.842C324.956 270.864 326.512 275.797 329.401 277.82C333.006 280.333 336.345 277.608 339.021 273.275C341.582 269.119 342.091 263.915 340.615 264.955C339.341 266.07 338.24 270.259 336.843 270.479C333.973 270.929 330.16 267.43 331.491 261.416C332.696 255.989 335.891 251.197 337.32 248.093ZM614.625 290.625C616.142 289.382 629.339 282.273 631.769 280.83C631.769 280.83 634.253 276.778 633.509 276.347C632.76 275.917 627.942 280.297 624.946 280.419C621.946 280.541 617.841 278.338 617.709 276.532C618.099 275.17 621.706 273.123 623.009 273.04C624.313 272.964 624.102 275.932 624.538 276.294C624.973 276.651 626.708 274.245 626.926 273.243C627.14 272.243 626.962 268.053 624.576 268.653C620.799 269.609 615.102 276.613 614.452 278.816C613.798 281.025 617.318 282.946 619.887 283.993C619.667 284.073 617.75 284.995 616.537 286.196C616.537 286.196 615.233 287.657 614.625 290.625ZM569.625 299.43C571.142 298.187 584.339 291.083 586.769 289.635C586.769 289.635 589.259 285.583 588.509 285.152C587.76 284.722 582.942 289.102 579.946 289.224C576.946 289.346 572.841 287.143 572.709 285.337C573.099 283.975 576.706 281.928 578.009 281.85C579.313 281.769 579.102 284.734 579.538 285.094C579.973 285.456 581.708 283.05 581.926 282.048C582.14 281.048 581.956 276.858 579.576 277.458C575.799 278.418 570.102 285.418 569.452 287.626C568.798 289.83 572.318 291.752 574.882 292.798C574.668 292.878 572.75 293.798 571.537 295.001C571.537 295.001 570.233 296.462 569.625 299.43ZM468.263 172.02C469.446 173.395 477.197 183.244 483.27 189.435C489.34 195.632 499.745 205.661 507.39 212.534C508.953 213.943 510.502 215.369 512.036 216.811C513.964 231.615 516.194 250.454 517.13 258.244C518.053 265.914 518.19 275.601 518.21 277.287C518.226 278.977 519.442 278.632 520.598 274.841C522.148 269.753 522.326 256.58 521.505 247.878C520.995 242.505 519.793 232.438 518.629 223.157C523.143 227.617 527.407 232.041 530.281 235.353C535.564 241.433 540.01 246.02 542.719 252.556C544.636 257.18 544.442 260.86 545.228 261.586C545.908 262.214 546.658 256.681 545.819 251.315C544.461 242.601 542.599 238.906 531.412 226.465C527.144 221.708 522.121 216.737 517.21 212.09C517.02 210.657 516.848 209.33 516.692 208.152C516.303 205.242 512.512 180.086 512.214 177.267C511.959 174.813 511.512 171.924 511.548 170.559C511.575 169.472 512.266 169.895 513.35 171.005C514.43 172.111 516.32 174.048 516.64 173.879C517.697 173.332 516.52 170.083 515.038 167.168C513.561 164.258 508.475 152.746 507.453 152.29C506.935 152.057 503.887 159.277 503.731 160.69C504.259 161.561 505.601 162.919 505.747 166.854C505.787 167.953 506.763 178.3 507.987 188.07C509.072 196.703 510.414 204.89 510.554 205.838L510.559 205.911C505.495 201.292 501.033 197.369 498.327 194.905C491.999 189.155 478.025 175.507 477.463 173.463C477.337 172.818 478.422 173.215 480.416 173.534C482.418 173.856 484.198 174.537 483.878 173.554C483.733 173.091 482.966 171.947 481.057 170.766C479.145 169.584 474.247 166.52 470.604 164.352C466.954 162.187 465.145 160.371 464.392 160.89C464.02 161.146 464.352 168.563 464.57 169.488C465.482 169.566 467.085 170.64 468.262 172.02" }), _jsx("path", { fill: "white", d: "M478.237 158.681C479.736 158.352 486.835 158.531 489.413 159.074C488.333 159.824 481.07 163.493 479.634 164.367C478.207 165.243 477.846 165.749 478.564 165.663C480.645 165.086 485.337 164.367 487.586 163.194C489.706 162.201 493.319 157.359 494.724 155.554C496.121 153.748 496.121 152.847 495.764 152.363C494.33 151.583 485.077 150.8 480.615 151.907C479.38 152.745 476.964 157.21 476.608 158.139C476.252 159.074 476.739 159.01 478.238 158.681M517.725 158.1C518.935 157.834 524.658 157.978 526.731 158.414C525.863 159.019 520.012 161.977 518.856 162.686C517.698 163.388 517.41 163.798 517.988 163.727C519.667 163.267 523.45 162.687 525.26 161.737C526.967 160.937 529.878 157.034 531.01 155.583C532.135 154.124 532.135 153.4 531.848 153.013C530.698 152.377 523.238 151.749 519.642 152.643C518.645 153.316 516.703 156.915 516.416 157.664C516.123 158.414 516.52 158.366 517.725 158.1ZM549.825 157.688C551.03 157.422 556.752 157.566 558.825 158.002C557.963 158.607 552.109 161.565 550.951 162.269C549.798 162.975 549.51 163.385 550.088 163.315C551.767 162.854 555.843 162.269 557.653 161.324C559.363 160.524 561.387 156.621 562.518 155.165C563.649 153.712 563.649 152.982 563.356 152.6C562.206 151.964 555.333 151.336 551.742 152.225C550.745 152.904 548.798 156.502 548.51 157.252C548.222 158.002 548.614 157.953 549.825 157.687M529.8 173.321C527.9 176.315 530.282 178.731 531.15 181.149C529.978 182.22 528.176 181.243 527.573 180.303C526.291 178.376 526.721 174.448 525.212 173.843C524.826 174.904 524.574 176.082 524.574 176.082C524.574 176.082 525.722 178.768 525.434 180.546C525.25 181.62 524.303 182.874 523.051 182.899C519.715 182.979 521.358 178.042 520.071 175.243C519.808 175.927 519.619 176.662 519.312 177.303C519.548 178.032 519.676 179.055 519.715 179.645C519.791 180.817 519.698 182.081 519.898 183.081C520.175 184.497 520.961 185.436 522.161 185.527C524.653 185.725 525.79 183.707 526.165 182.05C526.595 183.74 529.89 185.6 531.512 183.527C533.659 180.792 531.942 178.449 530.841 175.877C530.047 173.975 530.277 172.727 529.8 173.321ZM436.162 165.382C436.335 166.613 436.968 167.454 438 167.581C440.131 167.851 441.21 166.157 441.613 164.749C441.895 166.221 444.651 167.953 446.149 166.236C448.129 163.964 446.757 161.878 445.93 159.616C445.338 157.94 445.593 156.876 445.155 157.37C443.375 159.867 445.316 162.052 445.949 164.172C444.886 165.043 443.383 164.129 442.906 163.301C441.893 161.586 442.446 158.221 441.18 157.636C440.797 158.537 440.526 159.538 440.526 159.538C440.526 159.538 441.383 161.9 441.049 163.418C440.844 164.337 439.969 165.378 438.885 165.35C436.012 165.286 437.661 161.098 436.68 158.639C436.425 159.214 436.225 159.844 435.927 160.376C436.1 161.019 436.162 161.9 436.162 162.415C436.184 163.427 436.042 164.506 436.162 165.382ZM504.15 281.362C504.47 280.853 505.177 279.456 505 278.501C504.823 277.546 503.651 273.563 501.38 272.565C499.124 271.567 497.415 273.659 496.333 276.569L495.583 276.551C495.404 276.981 495.18 277.625 495.001 278.787C494.749 280.466 494.273 281.547 491.394 284.161C488.973 286.349 481.128 291.604 476.044 294.073C470.955 296.547 467.293 298.682 465.943 299.33C464.598 299.968 464.989 300.206 466.334 299.804C467.676 299.404 474.431 297.228 477.124 296.119C479.811 295.002 483.097 293.166 487.058 290.596C491.463 287.739 494.095 284.883 494.98 282.35C495.61 280.545 495.771 279.823 495.771 279.823C495.771 279.823 497.426 280.8 500.233 281.441C503.03 282.084 503.824 281.877 504.15 281.363M500.354 275.703C501.6 276.176 502.359 277.533 502.584 278.357C501.154 278.389 498.521 277.663 497.401 277.157C498.075 275.852 499.247 275.287 500.354 275.703Z" }), _jsx("path", { fill: "white", d: "M474.338 284.164C470.432 283.622 460.59 282.125 458.182 276.412C460.204 273.464 469.514 269.732 481.177 266.239C492.84 262.755 505.027 258.232 508.302 256.049C509.02 255.806 510.408 255.879 510.408 255.879C510.995 254.19 513.923 248.259 514.106 247.019C510.846 247.203 490.756 248.679 481.832 249.159C472.902 249.639 455.706 249.523 449.976 249.459C453.49 246.932 461.831 241.999 473.751 237.79C475.296 237.243 476.726 236.75 478.06 236.304C479.051 238.071 479.788 239.819 479.942 241.341C480.7 240.561 481.27 237.975 481.078 235.321C488.028 233.103 491.608 232.368 493.152 231.951C494.127 230.687 495.856 225.576 496.113 221.861C495.075 219.97 491.823 217.614 488.931 215.591C484.946 212.808 480.648 210.381 476.359 211.443C470.495 212.881 469.319 223.654 470.686 225.939C471.122 226.66 472.154 227.939 473.373 229.517C469.089 231.201 464.608 233.181 460.659 235.263C451.861 239.897 442.039 244.967 439.173 249.842L438.352 250.242C438.122 250.703 436.308 258.247 436.045 259.06C437.875 258.997 451.537 259.022 461.053 258.726C470.563 258.422 478.879 258.12 482.136 258.12C477.312 259.263 464.671 263.96 461.036 266.723C457.402 269.493 455.117 273.705 455.057 280.925C451.669 279.598 445.372 276.567 440.006 269.309C434.024 261.22 435.262 252.901 432.868 241.984C429.389 226.141 421.961 212.764 417.335 208.673C415.776 214.264 415.576 218.478 415.576 218.478C415.576 218.478 421.372 231.292 424.306 239.472C427.239 247.654 429.746 255.715 429.622 257.52C427.206 262.818 412.906 273.915 400.988 280.41C389.686 286.57 379.73 287.233 376.202 282.847C375.509 281.991 375.038 280.978 374.772 279.831C376.306 279.114 377.845 278.392 379.423 277.671C389.585 273.041 407.633 263.297 411.862 258.184C416.425 251.987 416.362 243.263 413.686 238.269C411.021 233.277 406.841 227.499 406.516 225.455C406.261 224.49 409.23 225.847 410.983 225.939C411.832 225.875 411.407 224.733 409.586 222.927C408.129 221.489 402.494 216.822 400.341 215.001C399.801 214.538 399.399 214.725 399.29 215.214C398.87 217.078 398.013 221.069 397.682 223.039L397.912 224.032C398.531 224.399 399.243 224.812 399.588 225.842C400.076 227.303 401.782 231.381 404.578 236.527C407.381 241.67 411.429 247.347 411.826 250.214C408.534 254.413 391.932 263.354 375.761 270.724C376.761 267.624 378.338 264.12 380.431 260.227C381.025 259.569 381.568 258.757 382.071 257.839C383.685 254.892 383.841 251.288 382.863 252.05C382.025 252.858 381.423 255.783 380.463 255.98C378.5 256.383 375.744 254.091 376.437 249.9C377.065 246.12 379.087 242.706 379.96 240.52C381.17 237.496 381.502 234.508 380.584 236.134C378.522 239.765 374.652 246.801 373.463 251.716C372.28 256.624 373.537 259.979 375.61 261.278C376.385 261.772 377.128 261.927 377.834 261.83C376.416 264.53 374.663 267.842 373.384 271.793C366.881 274.703 360.554 277.303 355.316 279.177C336.491 285.917 323.075 289.887 313.691 292.835L313.324 292.999C314.014 290.769 313.921 288.864 313.181 289.436C312.343 290.249 311.743 293.174 310.785 293.366C308.821 293.769 306.065 291.48 306.755 287.286C307.385 283.506 309.407 280.096 310.281 277.909C311.486 274.888 311.82 271.894 310.905 273.523C308.84 277.154 304.972 284.189 303.784 289.102C302.597 294.012 303.854 297.368 305.925 298.669C308.505 300.29 310.705 298.302 312.392 295.228L312.984 293.964C313.57 293.964 314.559 293.827 316.035 293.498C320.335 292.531 331.087 290.971 345.869 289.044C356.815 287.62 364.372 284.614 371.677 281.269C371.641 282.095 371.639 282.923 371.671 283.749C372.069 293.779 378.642 296.611 387.632 294.734C396.304 292.914 408.397 284.961 415.645 279.598C423.202 274.006 427.562 269.01 428.675 267.268C430.69 262.995 431.244 258.275 431.381 256.048C432.041 262.182 432.575 270.671 438.376 277.952C443.717 284.652 454.663 294.002 475.25 294.258C475.318 291.809 474.337 284.164 474.337 284.164M472.977 222.008C475.923 218.701 482.212 220.864 486.932 225.058C484.513 225.625 481.229 226.635 477.605 227.929C475.452 225.333 473.05 222.831 472.976 222.009M357.236 176.663C358.573 176.053 362.662 174.213 367.07 171.646C371.468 169.096 375.602 166.006 377.623 163.952C378.398 163.165 379.089 162.549 379.53 161.817C380.85 162.364 381.76 162.932 382.326 163.155C383.178 163.484 384.315 163.957 385.054 161.531C385.791 159.108 384.814 157.543 383.373 155.674C382.153 154.106 380.22 151.751 378.65 151.166C377.32 150.667 376.686 153.64 376.89 153.566H377.78L377.952 153.65C376.119 154.575 374.701 157.452 374.558 158.462C374.413 159.562 374.621 160.372 377.251 161.048L378.308 161.359C376.114 163.957 372.025 166.644 369.238 168.549C365.286 171.259 359.677 174.644 358.08 175.622C356.483 176.594 356.617 176.902 357.236 176.663ZM380.99 157.573L381.132 156.274C382.981 158.381 384.353 160.888 384.216 161.243C383.367 161.311 382.31 160.526 380.461 159.736C380.688 159.028 380.865 158.306 380.99 157.573ZM375.681 157.576C375.671 157.181 376.382 156.082 377.889 155.481C379.393 154.876 380.059 156.565 380.189 158.621L379.743 159.445L378.387 158.976C376.952 158.556 375.982 158.318 375.681 157.576Z" }), _jsx("path", { fill: "white", d: "M455.813 216.326C457.982 214.893 463.945 210.588 467.328 207.766C469.68 205.806 472.444 202.92 474.32 200.478C475.398 201.177 476.49 201.852 477.596 202.504C479.525 203.631 480.3 205.303 480.3 205.303C480.656 204.756 482.316 201.763 481.667 200.306C481.277 199.83 478.906 198.445 476.482 196.961C477.712 194.201 479.404 189.427 476.98 187.756C474.907 186.337 471.409 188.685 469.79 191.731C468.453 194.254 468.28 196.394 470.83 198.146C471.548 198.64 472.236 199.106 472.91 199.549C470.338 202.363 465.6 206.526 462.227 209.359C458.039 212.864 454.079 216.301 453.388 217.121L453.188 217.441C452.274 214.893 452.523 213.321 451.844 214.166C448.91 218.767 452.586 222.496 453.923 226.218C452.115 227.858 449.346 226.352 448.417 224.916C446.439 221.943 447.1 215.906 444.785 214.971C444.188 216.602 443.799 218.418 443.799 218.418C443.799 218.418 445.56 222.553 445.114 225.283C444.837 226.935 443.374 228.867 441.454 228.9C436.316 229.031 438.849 221.43 436.866 217.124C436.464 218.18 436.176 219.309 435.694 220.287C436.058 221.419 436.258 222.989 436.31 223.898C436.442 225.704 436.294 227.641 436.598 229.191C437.022 231.369 438.233 232.817 440.082 232.951C443.914 233.263 445.664 230.148 446.245 227.608C446.905 230.206 451.981 233.063 454.475 229.878C457.782 225.666 455.135 222.06 453.445 218.098L453.246 217.585C453.482 217.668 454.366 217.281 455.813 216.326ZM470.801 192.613C472.071 190.255 474.748 190.055 475.551 191.291C476.188 192.273 476.241 194.191 475.281 196.214C472.921 194.732 470.814 193.281 470.801 192.613Z" }), _jsx("path", { fill: "white", d: "M372.161 201.334C367.647 201.014 365.218 196.879 363.829 190.905C362.438 184.931 363.289 177.053 363.667 175.035C364.045 173.019 361.917 174.06 361.09 178.955C360.268 183.845 359.441 191.665 362.353 199.852C365.259 208.029 370.213 211.081 374.555 210.035C378.897 208.995 382.718 198.806 384.065 194.235C385.41 189.662 391.428 171.011 394.835 170.008C395.312 172.295 392.187 178.03 391.187 186.653C390.193 195.276 391.924 206.586 402.869 208.592C413.814 210.6 421.24 203.499 423.933 198.563C426.628 193.635 427.885 188.453 428.189 185.851C428.539 192.468 433.054 202.8 441.821 205.745C450.293 208.592 456.766 205.985 459.625 202.296C462.165 199.019 464.233 192.27 464.411 187.094C464.583 181.923 460.113 172.459 459.113 169.446C458.111 166.44 457.593 164.353 457.505 163.312C457.42 162.272 459.768 164.518 461.245 164.958C462.244 165.158 461.893 162.993 460.677 161.506C459.464 160.025 452.895 150.066 452.435 150.759C452.153 151.174 449.524 158.501 449.351 159.622C450.392 160.306 451.597 162.19 451.688 163.996C451.77 165.801 453.509 173.741 455.117 178.152C456.725 182.563 459.85 191.027 460.069 193.354C456.944 195.557 449.904 198.361 443.219 195.519C436.532 192.668 434.399 188.537 433.662 181.158C433.191 176.443 433.144 167.756 431.462 160.494C430.515 156.388 428.518 152.215 426.146 149.999C425.586 151.359 423.067 159.744 423.067 159.744C423.889 162.15 426.444 170.251 426.362 177.271C426.272 184.286 425.718 191.151 417.852 195.881C409.991 200.612 398.791 198.728 395.879 191.346C392.967 183.966 399.439 167.364 399.355 162.993C399.267 158.623 398.481 158.017 396.66 158.741C394.835 159.463 391.096 163.677 387.886 170.532C384.671 177.392 383.244 184.248 381.414 190.024C379.592 195.8 376.675 201.653 372.161 201.334ZM241.095 175.748C246.65 175.345 251.345 171.133 252.558 170.014C253.774 168.887 254.428 167.208 253.558 167.846C247.132 173.582 238.534 173.744 238.052 172.78C238.271 171.817 240.533 170.252 243.834 168.049C245.839 166.709 247.625 165.453 248.962 163.673L249.326 163.736C251.772 164.273 254.596 165.342 255.459 164.486C256.864 163.101 257.05 160.832 255.527 158.386C254.24 156.309 251.237 154.376 248.63 152.981C246.028 151.593 245.524 153.809 245.19 154.599C244.87 155.336 245 155.964 245.551 155.979C244.713 157.122 244.116 158.593 243.897 159.809C243.755 160.594 243.87 161.237 244.19 161.766C244.283 161.916 244.765 162.506 245.677 162.855L246.809 163.207C244.861 165.005 242.618 166.413 241.44 167.125C239.315 168.409 236.795 170.655 236.014 172.977C235.231 175.307 235.534 176.15 241.095 175.747M250.915 159.363L251.128 158.178V157.418C252.889 158.699 255.705 161.125 255.533 162.579C254.418 162.326 252.293 161.877 250.273 161.359C250.531 160.753 250.742 160.089 250.915 159.363ZM245.694 159.733C244.398 158.699 245.661 157.669 246.809 157.005C248.291 156.149 249.159 156.855 249.918 159.102C249.635 159.766 249.273 160.393 248.841 160.971C247.688 160.614 246.064 160.041 245.694 159.733ZM257.76 238.481C256.163 239.866 255.544 244.374 255.87 244.645C256.193 244.916 261.184 246.6 261.964 246.965L262.321 245.607C264.698 247.742 267.333 258.394 267.919 258.424C268.505 258.452 269.355 257.219 269.911 254.39C270.423 251.766 270.935 247.841 271.469 244.645C271.968 241.72 272.743 240.046 274.501 239.712C276.262 239.382 277.566 241.639 278.021 243.174C278.021 243.174 279.256 240.224 279.519 238.39C279.226 237.425 276.487 233.789 274.241 234.992C271.992 236.197 270.584 241.3 270.13 244.491C269.672 247.676 269.322 251.627 268.768 252.261C268.188 249.541 266.328 244.673 264.082 241.938C261.556 238.874 258.604 237.749 257.76 238.481ZM236.471 233.036C238.556 232.464 243.248 231.745 245.494 230.572C247.611 229.58 251.224 224.738 252.626 222.932C254.026 221.126 254.029 220.22 253.673 219.742C252.24 218.956 242.985 218.179 238.52 219.285C237.287 220.118 234.874 224.583 234.518 225.518C234.157 226.447 234.65 226.388 236.145 226.059C237.644 225.725 244.746 225.905 247.315 226.447C246.245 227.202 238.98 230.871 237.545 231.745C236.115 232.615 235.754 233.127 236.471 233.036ZM666.787 258.885C666.574 253.473 663.922 245.165 653.843 232.416C650.364 228.015 645.469 222.286 640.306 216.419C640.164 214.419 640.021 212.59 639.893 211.019C639.216 202.944 636.923 186.469 635.937 176.729C635.697 174.272 635.677 171.659 635.713 170.294C635.748 169.21 636.529 169.354 637.603 170.468C638.676 171.58 640.331 173.203 640.676 173.092C641.41 172.839 640.772 170.38 639.306 167.465C637.844 164.545 632.314 152.736 631.297 152.278C630.774 152.045 628.167 158.978 628.005 160.397C628.523 161.268 629.859 162.623 629.988 166.566C630.125 170.506 632.502 193.779 633.869 208.444L633.943 209.262C626.225 200.645 618.955 192.787 615.964 189.601C615.446 189.049 614.877 188.421 614.263 187.747C613.775 183.824 613.326 180.087 613.017 176.999C612.812 174.861 612.736 172.712 612.792 170.565C612.817 169.483 613.602 169.63 614.677 170.745C615.756 171.856 617.405 173.479 617.75 173.363C618.484 173.115 617.846 170.656 616.378 167.736C614.918 164.816 609.152 152.736 608.13 152.278C607.613 152.045 604.884 159.531 604.723 160.938C605.246 161.815 606.58 163.17 606.711 167.113C606.763 168.787 607.199 173.862 607.78 180.266C602.663 174.186 597.653 167.819 597.297 166.526C597.171 165.887 598.253 166.28 600.255 166.604C602.249 166.923 604.12 167.524 603.8 166.536C603.65 166.077 602.888 164.932 600.978 163.747C599.067 162.565 594.169 159.5 590.526 157.337C586.875 155.173 585.067 153.352 584.314 153.871C583.941 154.127 584.273 161.549 584.487 162.468C585.404 162.552 587.1 163.233 588.179 164.677C589.269 166.12 596.249 175.905 601.767 182.523C604.081 185.291 606.411 188.046 608.755 190.788C609.325 196.884 609.922 203.182 610.415 208.444C611.535 220.448 615.561 252.106 615.6 262.394C612.628 265.184 606.55 269.073 600.296 269.154C594.043 269.232 590.614 267.586 588.094 262.937C587.316 261.496 586.593 260.047 585.875 258.736C584.172 255.618 580.37 253.868 576.705 254.726L576.146 254.876L575.149 255.355C572.667 256.654 570.101 258.832 567.592 262.21C563.253 268.07 560.482 274.426 557.272 279.932C553.927 285.665 551.36 289.512 545.493 288.592C541.363 287.944 538.226 284.402 536.293 280.043C541.724 276.285 545.668 271.383 548.553 264.588C552.308 255.758 553.647 245.803 553.313 234.609C552.993 224.074 548.191 199.289 546.923 189.791C545.657 180.287 543.839 172.487 544.05 170.458C544.247 168.501 547.364 173.11 548.96 173.454C549.777 173.272 549.339 170.332 547.788 167.847C546.737 166.158 543.406 158.475 541.226 154.77C540.201 153.017 539.955 152.002 539.478 151.794C539.007 151.579 535.378 159.331 535.816 160.174C536.89 161.709 537.624 162.441 537.848 165.191C538.078 167.941 540.565 188.129 542.74 202.997C544.378 214.216 547.997 234.594 548.462 249.657C548.616 254.572 547.914 258.1 547.306 260.07C545.745 263.089 543.2 266.442 534.26 272.806C532.88 263.813 534.38 256.507 533.071 255.831C531.595 255.991 531.359 260.181 531.192 265.353C531.11 267.741 531.214 271.048 531.663 274.601C520.683 281.941 506.176 288.623 499.364 292.191C495.368 294.288 496.809 294.777 500.191 293.731C503.574 292.68 522.164 287.805 532.088 282.586L533.156 281.993C533.66 283.743 534.271 285.437 535.022 287C538.36 293.939 543.132 298.059 548.301 297.656C552.648 297.322 555.801 292.67 558.551 287.121C561.331 281.505 566.028 270.838 570.635 266.87C572.405 265.34 574.235 264.13 576.015 263.403C576.015 263.403 579.162 262.352 582.057 264.243C583.095 264.927 583.87 265.9 584.361 266.989C585.503 269.489 586.853 272.669 589.614 275.333C594.479 280.018 602.301 279.051 608.169 276.326C614.027 273.598 617.019 269.344 618.322 264.289C620.546 255.641 620.19 246.78 619.766 238.909C619.276 229.927 617.84 220.747 617.024 211.019C616.761 207.892 616.249 203.542 615.66 198.824C621.374 205.418 627.306 212.111 630.906 215.771C632.146 217.034 633.456 218.437 634.801 219.919C635.874 234.642 636.907 253.066 637.452 260.797C637.992 268.501 637.644 278.185 637.581 279.869C637.515 281.553 638.451 281.264 639.797 277.526C641.599 272.509 642.73 259.353 642.336 250.629C642.1 245.445 641.583 235.995 641.024 227.055C644.925 231.696 648.72 236.425 652.407 241.237C657.277 247.613 661.75 255.195 663.314 259.926C664.876 264.661 665.048 266.064 665.352 266.908C665.656 267.752 667.002 264.297 666.788 258.885M584.55 439.013C584.11 437.754 582.763 436.831 581.152 436.831C579.541 436.831 578.197 437.754 577.754 439.013H562.5C562.342 437.315 562.503 435.602 562.976 433.963L594.469 433.944L595.346 435.422C596.147 436.758 597.142 437.968 598.298 439.012L584.55 439.013ZM605.398 424.378H567.553C570.462 422.278 571.987 419.216 571.578 416.117C571.317 414.164 569.382 412.705 567.023 412.507H565.838C562.968 412.787 560.887 414.856 561.19 417.127L561.305 418.001L561.445 419.345C561.604 421.037 561.444 422.744 560.975 424.378H281.236C285.39 430.422 292.964 434.128 301.142 434.122L556.408 433.965C553.488 436.067 551.958 439.135 552.37 442.24C552.672 444.512 555.24 446.13 558.11 445.85C560.977 445.57 563.058 443.501 562.759 441.226L562.643 440.356H577.645C577.909 441.82 579.371 442.943 581.152 442.943C582.933 442.943 584.396 441.82 584.662 440.355H599.922V440.32C603.109 442.58 607.158 443.88 611.442 443.88C615.472 443.88 618.737 441.08 618.737 437.625V435.817C618.737 429.501 612.767 424.377 605.399 424.377" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("rect", { width: 900, height: 600, fill: "white" }) }) })] }));
3
+ export { IconFlagSa };
4
+ //# sourceMappingURL=IconFlagSa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSa.js","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSa.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,GAAG,CAAC,EAAC,QAAQ,EAAE,GAAG,KAAK,EAA0B,EAAE,EAAE,CAAC,CACpE,kBAAS,KAAK,EAAE,OAAO,EAAC,aAAa,aAClC,QAAQ,EACT,aAAG,QAAQ,EAAC,SAAS,aACnB,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,GAAG,EAC/C,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,gsCAAgsC,GAClsC,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,4iCAA4iC,GAC9iC,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,21SAA21S,GAC71S,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,2nGAA2nG,GAC7nG,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,4hHAA4hH,GAC9hH,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,02JAA02J,GAC52J,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,y/CAAy/C,GAC3/C,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,q/RAAq/R,GACv/R,IACA,EACJ,yBACE,mBAAU,EAAE,EAAC,GAAG,YACd,eAAM,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAC,OAAO,GAAG,GACrC,GACN,IACH,CACP,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const IconFlagSe: ({ children, ...props }: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { IconFlagSe };
4
+ //# sourceMappingURL=IconFlagSe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSe.d.ts","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSe.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACpC,QAAA,MAAM,UAAU,2BAA0B,SAAS,aAAa,CAAC,4CAchE,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const IconFlagSe = ({ children, ...props }) => (_jsxs("svg", { ...props, viewBox: "0 0 900 600", children: [children, _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "#006AA7", d: "M900 0H0V600H900V0Z" }), _jsx("path", { fill: "#FECC00", d: "M390 0H270V600H390V0Z" }), _jsx("path", { fill: "#FECC00", d: "M900 240H0V360H900V240Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("rect", { width: 900, height: 600, fill: "white" }) }) })] }));
3
+ export { IconFlagSe };
4
+ //# sourceMappingURL=IconFlagSe.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSe.js","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSe.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,GAAG,CAAC,EAAC,QAAQ,EAAE,GAAG,KAAK,EAA0B,EAAE,EAAE,CAAC,CACpE,kBAAS,KAAK,EAAE,OAAO,EAAC,aAAa,aAClC,QAAQ,EACT,aAAG,QAAQ,EAAC,SAAS,aACnB,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,qBAAqB,GAAG,EAC/C,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,uBAAuB,GAAG,EACjD,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,yBAAyB,GAAG,IACjD,EACJ,yBACE,mBAAU,EAAE,EAAC,GAAG,YACd,eAAM,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAC,OAAO,GAAG,GACrC,GACN,IACH,CACP,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const IconFlagSg: ({ children, ...props }: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { IconFlagSg };
4
+ //# sourceMappingURL=IconFlagSg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSg.d.ts","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSg.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACpC,QAAA,MAAM,UAAU,2BAA0B,SAAS,aAAa,CAAC,4CAyChE,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const IconFlagSg = ({ children, ...props }) => (_jsxs("svg", { ...props, viewBox: "0 0 900 600", children: [children, _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "white", d: "M0 0H900V600H0V0Z" }), _jsx("path", { fill: "#ED2939", d: "M0 0H900V300H0V0Z" }), _jsx("path", { fill: "white", d: "M190.083 260.417C251.065 260.417 300.5 210.981 300.5 150C300.5 89.0186 251.065 39.5834 190.083 39.5834C129.102 39.5834 79.6665 89.0186 79.6665 150C79.6665 210.981 129.102 260.417 190.083 260.417Z" }), _jsx("path", { fill: "#ED2939", d: "M240.084 260.417C301.065 260.417 350.5 210.981 350.5 150C350.5 89.0186 301.065 39.5834 240.084 39.5834C179.102 39.5834 129.667 89.0186 129.667 150C129.667 210.981 179.102 260.417 240.084 260.417Z" }), _jsx("path", { fill: "white", d: "M250.5 57.9166L233.6 109.917L277.85 77.7833H223.15L267.4 109.933L250.5 57.9166Z" }), _jsx("path", { fill: "white", d: "M338.077 121.545L283.399 121.541L327.634 153.695L310.731 101.672L293.828 153.692L338.077 121.545Z" }), _jsx("path", { fill: "white", d: "M196.374 224.497L240.612 192.362L185.925 192.349L230.178 224.501L213.277 172.481L196.374 224.497Z" }), _jsx("path", { fill: "white", d: "M304.625 224.497L287.733 172.495L270.821 224.501L315.075 192.349L260.378 192.348L304.625 224.497Z" }), _jsx("path", { fill: "white", d: "M162.924 121.545L207.157 153.686L190.27 101.673L173.367 153.695L217.617 121.546L162.924 121.545Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("rect", { width: 900, height: 600, fill: "white" }) }) })] }));
3
+ export { IconFlagSg };
4
+ //# sourceMappingURL=IconFlagSg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSg.js","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSg.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,GAAG,CAAC,EAAC,QAAQ,EAAE,GAAG,KAAK,EAA0B,EAAE,EAAE,CAAC,CACpE,kBAAS,KAAK,EAAE,OAAO,EAAC,aAAa,aAClC,QAAQ,EACT,aAAG,QAAQ,EAAC,SAAS,aACnB,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,mBAAmB,GAAG,EAC3C,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,mBAAmB,GAAG,EAC7C,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,qMAAqM,GACvM,EACF,eACE,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,qMAAqM,GACvM,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,iFAAiF,GACnF,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,mGAAmG,GACrG,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,mGAAmG,GACrG,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,mGAAmG,GACrG,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,kGAAkG,GACpG,IACA,EACJ,yBACE,mBAAU,EAAE,EAAC,GAAG,YACd,eAAM,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAC,OAAO,GAAG,GACrC,GACN,IACH,CACP,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const IconFlagSk: ({ children, ...props }: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { IconFlagSk };
4
+ //# sourceMappingURL=IconFlagSk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSk.d.ts","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSk.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACpC,QAAA,MAAM,UAAU,2BAA0B,SAAS,aAAa,CAAC,4CAiDhE,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const IconFlagSk = ({ children, ...props }) => (_jsxs("svg", { ...props, viewBox: "0 0 900 600", children: [children, _jsxs("g", { clipPath: "url(#a)", children: [_jsx("path", { fill: "white", d: "M0 0H900V600H0V0Z" }), _jsx("path", { fill: "#0B4EA2", d: "M0 200H900V600H0V200Z" }), _jsx("path", { fill: "#EE1C25", d: "M0 400H900V600H0V400Z" }), _jsx("path", { fill: "#EE1C25", d: "M389.833 145.5C389.833 145.5 394.5 192.25 394.5 285.75C393.833 381.25 322.417 429.583 270 455C217.583 429.583 146.167 381.25 145.5 285.75C145.5 192.25 150.167 145.5 150.167 145.5H389.833Z" }), _jsx("path", { fill: "white", d: "M259.417 400V283.083C219.833 283.083 208.583 286.583 196.75 290.167C197.863 278.22 197.863 266.196 196.75 254.25C208.583 257.833 219.833 261.333 259.417 261.333V228.833C246.917 228.833 229.667 229.333 209.833 236.083C210.952 224.109 210.952 212.057 209.833 200.083C229.667 206.75 246.917 207.25 259.417 207.25C259.417 197.833 256.5 177.583 252.833 160.833C264.255 161.85 275.745 161.85 287.167 160.833C283.5 177.583 280.583 197.833 280.583 207.25C293.083 207.25 310.333 206.75 330.167 200.083C329.048 212.057 329.048 224.109 330.167 236.083C310.333 229.333 293.083 228.833 280.583 228.833V261.333C320.167 261.333 331.417 257.833 343.25 254.25C342.137 266.196 342.137 278.22 343.25 290.167C331.417 286.583 320.167 283.083 280.583 283.083V400H259.417Z" }), _jsx("mask", { id: "b", width: 250, height: 310, x: 145, y: 145, maskUnits: "userSpaceOnUse", style: {
3
+ maskType: 'luminance',
4
+ }, children: _jsx("path", { fill: "white", d: "M389.833 145.5C389.833 145.5 394.5 192.25 394.5 285.75C393.833 381.25 322.417 429.583 270 455C217.583 429.583 146.167 381.25 145.5 285.75C145.5 192.25 150.167 145.5 150.167 145.5H389.833Z" }) }), _jsx("g", { mask: "url(#b)", children: _jsx("path", { fill: "#0B4EA2", d: "M205.25 491.917C198.49 491.915 191.829 489.139 185.826 483.822C179.824 478.506 174.655 470.804 170.753 461.363C166.852 451.923 164.332 441.019 163.406 429.568C162.48 418.118 163.173 406.454 165.429 395.556C167.685 384.659 171.437 374.847 176.37 366.943C181.303 359.039 187.273 353.275 193.779 350.134C200.284 346.994 207.136 346.568 213.758 348.894C220.379 351.22 226.578 356.229 231.833 363.5C236.389 352.811 242.189 344.174 248.799 338.236C255.409 332.298 262.657 329.214 270 329.214C277.343 329.214 284.591 332.298 291.201 338.236C297.81 344.174 303.611 352.811 308.167 363.5C313.422 356.229 319.62 351.22 326.242 348.894C332.864 346.568 339.715 346.994 346.221 350.134C352.727 353.275 358.697 359.039 363.63 366.943C368.563 374.847 372.315 384.659 374.571 395.556C376.826 406.454 377.52 418.118 376.594 429.568C375.667 441.019 373.148 451.923 369.246 461.363C365.345 470.804 360.176 478.506 354.173 483.822C348.171 489.139 341.51 491.915 334.75 491.917H205.25Z" }) }), _jsx("path", { stroke: "white", strokeWidth: 9, d: "M389.833 145.5C389.833 145.5 394.5 192.25 394.5 285.75C393.833 381.25 322.417 429.583 270 455C217.583 429.583 146.167 381.25 145.5 285.75C145.5 192.25 150.167 145.5 150.167 145.5H389.833Z" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("rect", { width: 900, height: 600, fill: "white" }) }) })] }));
5
+ export { IconFlagSk };
6
+ //# sourceMappingURL=IconFlagSk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSk.js","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSk.tsx"],"names":[],"mappings":";AAEA,MAAM,UAAU,GAAG,CAAC,EAAC,QAAQ,EAAE,GAAG,KAAK,EAA0B,EAAE,EAAE,CAAC,CACpE,kBAAS,KAAK,EAAE,OAAO,EAAC,aAAa,aAClC,QAAQ,EACT,aAAG,QAAQ,EAAC,SAAS,aACnB,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,mBAAmB,GAAG,EAC3C,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,uBAAuB,GAAG,EACjD,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,uBAAuB,GAAG,EACjD,eACE,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,6LAA6L,GAC/L,EACF,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,+uBAA+uB,GACjvB,EACF,eACE,EAAE,EAAC,GAAG,EACN,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,CAAC,EAAE,GAAG,EACN,CAAC,EAAE,GAAG,EACN,SAAS,EAAC,gBAAgB,EAC1B,KAAK,EAAE;wBACL,QAAQ,EAAE,WAAW;qBACtB,YAED,eACE,IAAI,EAAC,OAAO,EACZ,CAAC,EAAC,6LAA6L,GAC/L,GACG,EACP,YAAG,IAAI,EAAC,SAAS,YACf,eACE,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,s8BAAs8B,GACx8B,GACA,EACJ,eACE,MAAM,EAAC,OAAO,EACd,WAAW,EAAE,CAAC,EACd,CAAC,EAAC,6LAA6L,GAC/L,IACA,EACJ,yBACE,mBAAU,EAAE,EAAC,GAAG,YACd,eAAM,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAC,OAAO,GAAG,GACrC,GACN,IACH,CACP,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const IconFlagSl: ({ children, ...props }: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export { IconFlagSl };
4
+ //# sourceMappingURL=IconFlagSl.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconFlagSl.d.ts","sourceRoot":"","sources":["../../../src/icons/colored/IconFlagSl.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AACpC,QAAA,MAAM,UAAU,2BAA0B,SAAS,aAAa,CAAC,4CA8GhE,CAAC;AACF,OAAO,EAAC,UAAU,EAAC,CAAC"}