@intlayer/design-system 7.5.14 → 7.6.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (403) hide show
  1. package/dist/esm/components/Container/index.mjs +1 -0
  2. package/dist/esm/components/Container/index.mjs.map +1 -1
  3. package/dist/esm/components/LanguageBackground/index.mjs +1 -2
  4. package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
  5. package/dist/esm/components/Modal/Modal.mjs +1 -1
  6. package/dist/esm/components/Modal/Modal.mjs.map +1 -1
  7. package/dist/types/components/Badge/index.d.ts +2 -2
  8. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  9. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  10. package/dist/types/components/Browser/Browser.d.ts +2 -2
  11. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  12. package/dist/types/components/Browser/browser.content.d.ts +17 -17
  13. package/dist/types/components/Browser/browser.content.d.ts.map +1 -1
  14. package/dist/types/components/Button/Button.d.ts +6 -6
  15. package/dist/types/components/Carousel/index.content.d.ts +8 -8
  16. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  17. package/dist/types/components/Command/index.d.ts +20 -20
  18. package/dist/types/components/Command/index.d.ts.map +1 -1
  19. package/dist/types/components/Container/index.d.ts +10 -9
  20. package/dist/types/components/Container/index.d.ts.map +1 -1
  21. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  22. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  23. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  24. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  25. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  26. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  27. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  28. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  29. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  30. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  31. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  32. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  33. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  34. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
  35. package/dist/types/components/Form/FormBase.d.ts +2 -2
  36. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  37. package/dist/types/components/Form/FormField.d.ts +2 -2
  38. package/dist/types/components/Form/FormField.d.ts.map +1 -1
  39. package/dist/types/components/Form/FormItem.d.ts +2 -2
  40. package/dist/types/components/Form/FormItem.d.ts.map +1 -1
  41. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  42. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  43. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  44. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  45. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  46. package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
  47. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  48. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  49. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  50. package/dist/types/components/Form/elements/OTPElement.d.ts.map +1 -1
  51. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  52. package/dist/types/components/Form/elements/SelectElement.d.ts.map +1 -1
  53. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  54. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts.map +1 -1
  55. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  56. package/dist/types/components/IDE/code.content.d.ts +5 -5
  57. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  58. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  59. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  60. package/dist/types/components/IDE/selectors.content.d.ts +13 -13
  61. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  62. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  63. package/dist/types/components/Input/Input.d.ts +2 -2
  64. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  65. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  66. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  67. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  68. package/dist/types/components/Link/Link.d.ts +6 -6
  69. package/dist/types/components/Link/Link.d.ts.map +1 -1
  70. package/dist/types/components/Loader/index.content.d.ts +3 -3
  71. package/dist/types/components/Loader/spinner.d.ts +2 -2
  72. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  73. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  74. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  75. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  76. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  77. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  78. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  79. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  80. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  81. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  82. package/dist/types/components/Navbar/index.d.ts +2 -2
  83. package/dist/types/components/Pagination/Pagination.d.ts +4 -4
  84. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  85. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  86. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
  87. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  88. package/dist/types/components/Select/Select.d.ts +3 -3
  89. package/dist/types/components/Select/Select.d.ts.map +1 -1
  90. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  91. package/dist/types/components/SwitchSelector/index.d.ts +6 -6
  92. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  93. package/dist/types/components/Tab/Tab.d.ts +6 -6
  94. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  95. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  96. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  97. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  98. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  99. package/dist/types/components/Table/table.content.d.ts +3 -3
  100. package/dist/types/components/Tag/index.d.ts +5 -5
  101. package/dist/types/components/Tag/index.d.ts.map +1 -1
  102. package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
  103. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  104. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  105. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  106. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  107. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  108. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  109. package/dist/types/hooks/useItemSelector.d.ts.map +1 -1
  110. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  111. package/package.json +15 -15
  112. package/dist/esm/dist/esm/components/Container/index.mjs +0 -133
  113. package/dist/esm/dist/esm/components/Container/index.mjs.map +0 -1
  114. package/dist/esm/dist/esm/components/Flags/Flag.mjs +0 -330
  115. package/dist/esm/dist/esm/components/Flags/Flag.mjs.map +0 -1
  116. package/dist/esm/dist/esm/components/Flags/ae.mjs +0 -37
  117. package/dist/esm/dist/esm/components/Flags/ae.mjs.map +0 -1
  118. package/dist/esm/dist/esm/components/Flags/af.mjs +0 -97
  119. package/dist/esm/dist/esm/components/Flags/af.mjs.map +0 -1
  120. package/dist/esm/dist/esm/components/Flags/al.mjs +0 -38
  121. package/dist/esm/dist/esm/components/Flags/al.mjs.map +0 -1
  122. package/dist/esm/dist/esm/components/Flags/am.mjs +0 -34
  123. package/dist/esm/dist/esm/components/Flags/am.mjs.map +0 -1
  124. package/dist/esm/dist/esm/components/Flags/ar.mjs +0 -161
  125. package/dist/esm/dist/esm/components/Flags/ar.mjs.map +0 -1
  126. package/dist/esm/dist/esm/components/Flags/at.mjs +0 -31
  127. package/dist/esm/dist/esm/components/Flags/at.mjs.map +0 -1
  128. package/dist/esm/dist/esm/components/Flags/au.mjs +0 -43
  129. package/dist/esm/dist/esm/components/Flags/au.mjs.map +0 -1
  130. package/dist/esm/dist/esm/components/Flags/az.mjs +0 -47
  131. package/dist/esm/dist/esm/components/Flags/az.mjs.map +0 -1
  132. package/dist/esm/dist/esm/components/Flags/ba.mjs +0 -41
  133. package/dist/esm/dist/esm/components/Flags/ba.mjs.map +0 -1
  134. package/dist/esm/dist/esm/components/Flags/bd.mjs +0 -33
  135. package/dist/esm/dist/esm/components/Flags/bd.mjs.map +0 -1
  136. package/dist/esm/dist/esm/components/Flags/be.mjs +0 -37
  137. package/dist/esm/dist/esm/components/Flags/be.mjs.map +0 -1
  138. package/dist/esm/dist/esm/components/Flags/bg.mjs +0 -34
  139. package/dist/esm/dist/esm/components/Flags/bg.mjs.map +0 -1
  140. package/dist/esm/dist/esm/components/Flags/bh.mjs +0 -31
  141. package/dist/esm/dist/esm/components/Flags/bh.mjs.map +0 -1
  142. package/dist/esm/dist/esm/components/Flags/bn.mjs +0 -43
  143. package/dist/esm/dist/esm/components/Flags/bn.mjs.map +0 -1
  144. package/dist/esm/dist/esm/components/Flags/bo.mjs +0 -3031
  145. package/dist/esm/dist/esm/components/Flags/bo.mjs.map +0 -1
  146. package/dist/esm/dist/esm/components/Flags/br.mjs +0 -107
  147. package/dist/esm/dist/esm/components/Flags/br.mjs.map +0 -1
  148. package/dist/esm/dist/esm/components/Flags/bw.mjs +0 -34
  149. package/dist/esm/dist/esm/components/Flags/bw.mjs.map +0 -1
  150. package/dist/esm/dist/esm/components/Flags/by.mjs +0 -46
  151. package/dist/esm/dist/esm/components/Flags/by.mjs.map +0 -1
  152. package/dist/esm/dist/esm/components/Flags/bz.mjs +0 -339
  153. package/dist/esm/dist/esm/components/Flags/bz.mjs.map +0 -1
  154. package/dist/esm/dist/esm/components/Flags/ca.mjs +0 -31
  155. package/dist/esm/dist/esm/components/Flags/ca.mjs.map +0 -1
  156. package/dist/esm/dist/esm/components/Flags/ch.mjs +0 -31
  157. package/dist/esm/dist/esm/components/Flags/ch.mjs.map +0 -1
  158. package/dist/esm/dist/esm/components/Flags/cl.mjs +0 -44
  159. package/dist/esm/dist/esm/components/Flags/cl.mjs.map +0 -1
  160. package/dist/esm/dist/esm/components/Flags/cn.mjs +0 -58
  161. package/dist/esm/dist/esm/components/Flags/cn.mjs.map +0 -1
  162. package/dist/esm/dist/esm/components/Flags/co.mjs +0 -37
  163. package/dist/esm/dist/esm/components/Flags/co.mjs.map +0 -1
  164. package/dist/esm/dist/esm/components/Flags/cr.mjs +0 -37
  165. package/dist/esm/dist/esm/components/Flags/cr.mjs.map +0 -1
  166. package/dist/esm/dist/esm/components/Flags/cu.mjs +0 -44
  167. package/dist/esm/dist/esm/components/Flags/cu.mjs.map +0 -1
  168. package/dist/esm/dist/esm/components/Flags/cv.mjs +0 -44
  169. package/dist/esm/dist/esm/components/Flags/cv.mjs.map +0 -1
  170. package/dist/esm/dist/esm/components/Flags/cz.mjs +0 -34
  171. package/dist/esm/dist/esm/components/Flags/cz.mjs.map +0 -1
  172. package/dist/esm/dist/esm/components/Flags/de.mjs +0 -34
  173. package/dist/esm/dist/esm/components/Flags/de.mjs.map +0 -1
  174. package/dist/esm/dist/esm/components/Flags/dj.mjs +0 -44
  175. package/dist/esm/dist/esm/components/Flags/dj.mjs.map +0 -1
  176. package/dist/esm/dist/esm/components/Flags/dk.mjs +0 -34
  177. package/dist/esm/dist/esm/components/Flags/dk.mjs.map +0 -1
  178. package/dist/esm/dist/esm/components/Flags/do.mjs +0 -212
  179. package/dist/esm/dist/esm/components/Flags/do.mjs.map +0 -1
  180. package/dist/esm/dist/esm/components/Flags/dz.mjs +0 -34
  181. package/dist/esm/dist/esm/components/Flags/dz.mjs.map +0 -1
  182. package/dist/esm/dist/esm/components/Flags/ec.mjs +0 -623
  183. package/dist/esm/dist/esm/components/Flags/ec.mjs.map +0 -1
  184. package/dist/esm/dist/esm/components/Flags/ee.mjs +0 -34
  185. package/dist/esm/dist/esm/components/Flags/ee.mjs.map +0 -1
  186. package/dist/esm/dist/esm/components/Flags/eg.mjs +0 -113
  187. package/dist/esm/dist/esm/components/Flags/eg.mjs.map +0 -1
  188. package/dist/esm/dist/esm/components/Flags/es-ct.mjs +0 -33
  189. package/dist/esm/dist/esm/components/Flags/es-ct.mjs.map +0 -1
  190. package/dist/esm/dist/esm/components/Flags/es-ga.mjs +0 -793
  191. package/dist/esm/dist/esm/components/Flags/es-ga.mjs.map +0 -1
  192. package/dist/esm/dist/esm/components/Flags/es-pv.mjs +0 -34
  193. package/dist/esm/dist/esm/components/Flags/es-pv.mjs.map +0 -1
  194. package/dist/esm/dist/esm/components/Flags/es.mjs +0 -2227
  195. package/dist/esm/dist/esm/components/Flags/es.mjs.map +0 -1
  196. package/dist/esm/dist/esm/components/Flags/et.mjs +0 -51
  197. package/dist/esm/dist/esm/components/Flags/et.mjs.map +0 -1
  198. package/dist/esm/dist/esm/components/Flags/fi.mjs +0 -34
  199. package/dist/esm/dist/esm/components/Flags/fi.mjs.map +0 -1
  200. package/dist/esm/dist/esm/components/Flags/fo.mjs +0 -42
  201. package/dist/esm/dist/esm/components/Flags/fo.mjs.map +0 -1
  202. package/dist/esm/dist/esm/components/Flags/fr.mjs +0 -34
  203. package/dist/esm/dist/esm/components/Flags/fr.mjs.map +0 -1
  204. package/dist/esm/dist/esm/components/Flags/gb-wls.mjs +0 -44
  205. package/dist/esm/dist/esm/components/Flags/gb-wls.mjs.map +0 -1
  206. package/dist/esm/dist/esm/components/Flags/gb.mjs +0 -40
  207. package/dist/esm/dist/esm/components/Flags/gb.mjs.map +0 -1
  208. package/dist/esm/dist/esm/components/Flags/ge.mjs +0 -38
  209. package/dist/esm/dist/esm/components/Flags/ge.mjs.map +0 -1
  210. package/dist/esm/dist/esm/components/Flags/gh.mjs +0 -37
  211. package/dist/esm/dist/esm/components/Flags/gh.mjs.map +0 -1
  212. package/dist/esm/dist/esm/components/Flags/gr.mjs +0 -67
  213. package/dist/esm/dist/esm/components/Flags/gr.mjs.map +0 -1
  214. package/dist/esm/dist/esm/components/Flags/gt.mjs +0 -462
  215. package/dist/esm/dist/esm/components/Flags/gt.mjs.map +0 -1
  216. package/dist/esm/dist/esm/components/Flags/gw.mjs +0 -68
  217. package/dist/esm/dist/esm/components/Flags/gw.mjs.map +0 -1
  218. package/dist/esm/dist/esm/components/Flags/hk.mjs +0 -45
  219. package/dist/esm/dist/esm/components/Flags/hk.mjs.map +0 -1
  220. package/dist/esm/dist/esm/components/Flags/hn.mjs +0 -84
  221. package/dist/esm/dist/esm/components/Flags/hn.mjs.map +0 -1
  222. package/dist/esm/dist/esm/components/Flags/hr.mjs +0 -95
  223. package/dist/esm/dist/esm/components/Flags/hr.mjs.map +0 -1
  224. package/dist/esm/dist/esm/components/Flags/hu.mjs +0 -34
  225. package/dist/esm/dist/esm/components/Flags/hu.mjs.map +0 -1
  226. package/dist/esm/dist/esm/components/Flags/id.mjs +0 -31
  227. package/dist/esm/dist/esm/components/Flags/id.mjs.map +0 -1
  228. package/dist/esm/dist/esm/components/Flags/ie.mjs +0 -37
  229. package/dist/esm/dist/esm/components/Flags/ie.mjs.map +0 -1
  230. package/dist/esm/dist/esm/components/Flags/il.mjs +0 -47
  231. package/dist/esm/dist/esm/components/Flags/il.mjs.map +0 -1
  232. package/dist/esm/dist/esm/components/Flags/in.mjs +0 -75
  233. package/dist/esm/dist/esm/components/Flags/in.mjs.map +0 -1
  234. package/dist/esm/dist/esm/components/Flags/iq.mjs +0 -41
  235. package/dist/esm/dist/esm/components/Flags/iq.mjs.map +0 -1
  236. package/dist/esm/dist/esm/components/Flags/ir.mjs +0 -113
  237. package/dist/esm/dist/esm/components/Flags/ir.mjs.map +0 -1
  238. package/dist/esm/dist/esm/components/Flags/is.mjs +0 -41
  239. package/dist/esm/dist/esm/components/Flags/is.mjs.map +0 -1
  240. package/dist/esm/dist/esm/components/Flags/it.mjs +0 -37
  241. package/dist/esm/dist/esm/components/Flags/it.mjs.map +0 -1
  242. package/dist/esm/dist/esm/components/Flags/jm.mjs +0 -37
  243. package/dist/esm/dist/esm/components/Flags/jm.mjs.map +0 -1
  244. package/dist/esm/dist/esm/components/Flags/jo.mjs +0 -49
  245. package/dist/esm/dist/esm/components/Flags/jo.mjs.map +0 -1
  246. package/dist/esm/dist/esm/components/Flags/jp.mjs +0 -42
  247. package/dist/esm/dist/esm/components/Flags/jp.mjs.map +0 -1
  248. package/dist/esm/dist/esm/components/Flags/ke.mjs +0 -92
  249. package/dist/esm/dist/esm/components/Flags/ke.mjs.map +0 -1
  250. package/dist/esm/dist/esm/components/Flags/kg.mjs +0 -50
  251. package/dist/esm/dist/esm/components/Flags/kg.mjs.map +0 -1
  252. package/dist/esm/dist/esm/components/Flags/kh.mjs +0 -77
  253. package/dist/esm/dist/esm/components/Flags/kh.mjs.map +0 -1
  254. package/dist/esm/dist/esm/components/Flags/km.mjs +0 -53
  255. package/dist/esm/dist/esm/components/Flags/km.mjs.map +0 -1
  256. package/dist/esm/dist/esm/components/Flags/kr.mjs +0 -65
  257. package/dist/esm/dist/esm/components/Flags/kr.mjs.map +0 -1
  258. package/dist/esm/dist/esm/components/Flags/kw.mjs +0 -45
  259. package/dist/esm/dist/esm/components/Flags/kw.mjs.map +0 -1
  260. package/dist/esm/dist/esm/components/Flags/kz.mjs +0 -95
  261. package/dist/esm/dist/esm/components/Flags/kz.mjs.map +0 -1
  262. package/dist/esm/dist/esm/components/Flags/la.mjs +0 -40
  263. package/dist/esm/dist/esm/components/Flags/la.mjs.map +0 -1
  264. package/dist/esm/dist/esm/components/Flags/lb.mjs +0 -51
  265. package/dist/esm/dist/esm/components/Flags/lb.mjs.map +0 -1
  266. package/dist/esm/dist/esm/components/Flags/li.mjs +0 -137
  267. package/dist/esm/dist/esm/components/Flags/li.mjs.map +0 -1
  268. package/dist/esm/dist/esm/components/Flags/lk.mjs +0 -74
  269. package/dist/esm/dist/esm/components/Flags/lk.mjs.map +0 -1
  270. package/dist/esm/dist/esm/components/Flags/lt.mjs +0 -47
  271. package/dist/esm/dist/esm/components/Flags/lt.mjs.map +0 -1
  272. package/dist/esm/dist/esm/components/Flags/lu.mjs +0 -34
  273. package/dist/esm/dist/esm/components/Flags/lu.mjs.map +0 -1
  274. package/dist/esm/dist/esm/components/Flags/lv.mjs +0 -31
  275. package/dist/esm/dist/esm/components/Flags/lv.mjs.map +0 -1
  276. package/dist/esm/dist/esm/components/Flags/ly.mjs +0 -40
  277. package/dist/esm/dist/esm/components/Flags/ly.mjs.map +0 -1
  278. package/dist/esm/dist/esm/components/Flags/ma.mjs +0 -33
  279. package/dist/esm/dist/esm/components/Flags/ma.mjs.map +0 -1
  280. package/dist/esm/dist/esm/components/Flags/mc.mjs +0 -34
  281. package/dist/esm/dist/esm/components/Flags/mc.mjs.map +0 -1
  282. package/dist/esm/dist/esm/components/Flags/md.mjs +0 -318
  283. package/dist/esm/dist/esm/components/Flags/md.mjs.map +0 -1
  284. package/dist/esm/dist/esm/components/Flags/mk.mjs +0 -38
  285. package/dist/esm/dist/esm/components/Flags/mk.mjs.map +0 -1
  286. package/dist/esm/dist/esm/components/Flags/mm.mjs +0 -59
  287. package/dist/esm/dist/esm/components/Flags/mm.mjs.map +0 -1
  288. package/dist/esm/dist/esm/components/Flags/mn.mjs +0 -60
  289. package/dist/esm/dist/esm/components/Flags/mn.mjs.map +0 -1
  290. package/dist/esm/dist/esm/components/Flags/mo.mjs +0 -43
  291. package/dist/esm/dist/esm/components/Flags/mo.mjs.map +0 -1
  292. package/dist/esm/dist/esm/components/Flags/mr.mjs +0 -38
  293. package/dist/esm/dist/esm/components/Flags/mr.mjs.map +0 -1
  294. package/dist/esm/dist/esm/components/Flags/mt.mjs +0 -154
  295. package/dist/esm/dist/esm/components/Flags/mt.mjs.map +0 -1
  296. package/dist/esm/dist/esm/components/Flags/mv.mjs +0 -41
  297. package/dist/esm/dist/esm/components/Flags/mv.mjs.map +0 -1
  298. package/dist/esm/dist/esm/components/Flags/mx.mjs +0 -1366
  299. package/dist/esm/dist/esm/components/Flags/mx.mjs.map +0 -1
  300. package/dist/esm/dist/esm/components/Flags/my.mjs +0 -79
  301. package/dist/esm/dist/esm/components/Flags/my.mjs.map +0 -1
  302. package/dist/esm/dist/esm/components/Flags/mz.mjs +0 -93
  303. package/dist/esm/dist/esm/components/Flags/mz.mjs.map +0 -1
  304. package/dist/esm/dist/esm/components/Flags/ng.mjs +0 -34
  305. package/dist/esm/dist/esm/components/Flags/ng.mjs.map +0 -1
  306. package/dist/esm/dist/esm/components/Flags/ni.mjs +0 -452
  307. package/dist/esm/dist/esm/components/Flags/ni.mjs.map +0 -1
  308. package/dist/esm/dist/esm/components/Flags/nl.mjs +0 -34
  309. package/dist/esm/dist/esm/components/Flags/nl.mjs.map +0 -1
  310. package/dist/esm/dist/esm/components/Flags/no.mjs +0 -40
  311. package/dist/esm/dist/esm/components/Flags/no.mjs.map +0 -1
  312. package/dist/esm/dist/esm/components/Flags/np.mjs +0 -39
  313. package/dist/esm/dist/esm/components/Flags/np.mjs.map +0 -1
  314. package/dist/esm/dist/esm/components/Flags/nz.mjs +0 -105
  315. package/dist/esm/dist/esm/components/Flags/nz.mjs.map +0 -1
  316. package/dist/esm/dist/esm/components/Flags/om.mjs +0 -540
  317. package/dist/esm/dist/esm/components/Flags/om.mjs.map +0 -1
  318. package/dist/esm/dist/esm/components/Flags/pa.mjs +0 -47
  319. package/dist/esm/dist/esm/components/Flags/pa.mjs.map +0 -1
  320. package/dist/esm/dist/esm/components/Flags/pe.mjs +0 -31
  321. package/dist/esm/dist/esm/components/Flags/pe.mjs.map +0 -1
  322. package/dist/esm/dist/esm/components/Flags/ph.mjs +0 -37
  323. package/dist/esm/dist/esm/components/Flags/ph.mjs.map +0 -1
  324. package/dist/esm/dist/esm/components/Flags/pk.mjs +0 -39
  325. package/dist/esm/dist/esm/components/Flags/pk.mjs.map +0 -1
  326. package/dist/esm/dist/esm/components/Flags/pl.mjs +0 -31
  327. package/dist/esm/dist/esm/components/Flags/pl.mjs.map +0 -1
  328. package/dist/esm/dist/esm/components/Flags/pr.mjs +0 -44
  329. package/dist/esm/dist/esm/components/Flags/pr.mjs.map +0 -1
  330. package/dist/esm/dist/esm/components/Flags/ps.mjs +0 -46
  331. package/dist/esm/dist/esm/components/Flags/ps.mjs.map +0 -1
  332. package/dist/esm/dist/esm/components/Flags/pt.mjs +0 -153
  333. package/dist/esm/dist/esm/components/Flags/pt.mjs.map +0 -1
  334. package/dist/esm/dist/esm/components/Flags/py.mjs +0 -62
  335. package/dist/esm/dist/esm/components/Flags/py.mjs.map +0 -1
  336. package/dist/esm/dist/esm/components/Flags/qa.mjs +0 -31
  337. package/dist/esm/dist/esm/components/Flags/qa.mjs.map +0 -1
  338. package/dist/esm/dist/esm/components/Flags/ro.mjs +0 -37
  339. package/dist/esm/dist/esm/components/Flags/ro.mjs.map +0 -1
  340. package/dist/esm/dist/esm/components/Flags/rs.mjs +0 -821
  341. package/dist/esm/dist/esm/components/Flags/rs.mjs.map +0 -1
  342. package/dist/esm/dist/esm/components/Flags/ru.mjs +0 -34
  343. package/dist/esm/dist/esm/components/Flags/ru.mjs.map +0 -1
  344. package/dist/esm/dist/esm/components/Flags/sa.mjs +0 -80
  345. package/dist/esm/dist/esm/components/Flags/sa.mjs.map +0 -1
  346. package/dist/esm/dist/esm/components/Flags/sd.mjs +0 -45
  347. package/dist/esm/dist/esm/components/Flags/sd.mjs.map +0 -1
  348. package/dist/esm/dist/esm/components/Flags/se.mjs +0 -31
  349. package/dist/esm/dist/esm/components/Flags/se.mjs.map +0 -1
  350. package/dist/esm/dist/esm/components/Flags/sg.mjs +0 -43
  351. package/dist/esm/dist/esm/components/Flags/sg.mjs.map +0 -1
  352. package/dist/esm/dist/esm/components/Flags/si.mjs +0 -60
  353. package/dist/esm/dist/esm/components/Flags/si.mjs.map +0 -1
  354. package/dist/esm/dist/esm/components/Flags/sk.mjs +0 -46
  355. package/dist/esm/dist/esm/components/Flags/sk.mjs.map +0 -1
  356. package/dist/esm/dist/esm/components/Flags/so.mjs +0 -38
  357. package/dist/esm/dist/esm/components/Flags/so.mjs.map +0 -1
  358. package/dist/esm/dist/esm/components/Flags/st.mjs +0 -74
  359. package/dist/esm/dist/esm/components/Flags/st.mjs.map +0 -1
  360. package/dist/esm/dist/esm/components/Flags/sv.mjs +0 -1736
  361. package/dist/esm/dist/esm/components/Flags/sv.mjs.map +0 -1
  362. package/dist/esm/dist/esm/components/Flags/sy.mjs +0 -37
  363. package/dist/esm/dist/esm/components/Flags/sy.mjs.map +0 -1
  364. package/dist/esm/dist/esm/components/Flags/td.mjs +0 -34
  365. package/dist/esm/dist/esm/components/Flags/td.mjs.map +0 -1
  366. package/dist/esm/dist/esm/components/Flags/th.mjs +0 -34
  367. package/dist/esm/dist/esm/components/Flags/th.mjs.map +0 -1
  368. package/dist/esm/dist/esm/components/Flags/tl.mjs +0 -44
  369. package/dist/esm/dist/esm/components/Flags/tl.mjs.map +0 -1
  370. package/dist/esm/dist/esm/components/Flags/tn.mjs +0 -31
  371. package/dist/esm/dist/esm/components/Flags/tn.mjs.map +0 -1
  372. package/dist/esm/dist/esm/components/Flags/tr.mjs +0 -37
  373. package/dist/esm/dist/esm/components/Flags/tr.mjs.map +0 -1
  374. package/dist/esm/dist/esm/components/Flags/tt.mjs +0 -36
  375. package/dist/esm/dist/esm/components/Flags/tt.mjs.map +0 -1
  376. package/dist/esm/dist/esm/components/Flags/tw.mjs +0 -41
  377. package/dist/esm/dist/esm/components/Flags/tw.mjs.map +0 -1
  378. package/dist/esm/dist/esm/components/Flags/tz.mjs +0 -45
  379. package/dist/esm/dist/esm/components/Flags/tz.mjs.map +0 -1
  380. package/dist/esm/dist/esm/components/Flags/ua.mjs +0 -34
  381. package/dist/esm/dist/esm/components/Flags/ua.mjs.map +0 -1
  382. package/dist/esm/dist/esm/components/Flags/ug.mjs +0 -146
  383. package/dist/esm/dist/esm/components/Flags/ug.mjs.map +0 -1
  384. package/dist/esm/dist/esm/components/Flags/us.mjs +0 -46
  385. package/dist/esm/dist/esm/components/Flags/us.mjs.map +0 -1
  386. package/dist/esm/dist/esm/components/Flags/uy.mjs +0 -64
  387. package/dist/esm/dist/esm/components/Flags/uy.mjs.map +0 -1
  388. package/dist/esm/dist/esm/components/Flags/uz.mjs +0 -110
  389. package/dist/esm/dist/esm/components/Flags/uz.mjs.map +0 -1
  390. package/dist/esm/dist/esm/components/Flags/ve.mjs +0 -85
  391. package/dist/esm/dist/esm/components/Flags/ve.mjs.map +0 -1
  392. package/dist/esm/dist/esm/components/Flags/vn.mjs +0 -38
  393. package/dist/esm/dist/esm/components/Flags/vn.mjs.map +0 -1
  394. package/dist/esm/dist/esm/components/Flags/xx.mjs +0 -36
  395. package/dist/esm/dist/esm/components/Flags/xx.mjs.map +0 -1
  396. package/dist/esm/dist/esm/components/Flags/ye.mjs +0 -37
  397. package/dist/esm/dist/esm/components/Flags/ye.mjs.map +0 -1
  398. package/dist/esm/dist/esm/components/Flags/za.mjs +0 -52
  399. package/dist/esm/dist/esm/components/Flags/za.mjs.map +0 -1
  400. package/dist/esm/dist/esm/components/Flags/zw.mjs +0 -71
  401. package/dist/esm/dist/esm/components/Flags/zw.mjs.map +0 -1
  402. package/dist/esm/dist/esm/utils/cn.mjs +0 -9
  403. package/dist/esm/dist/esm/utils/cn.mjs.map +0 -1
@@ -1,1736 +0,0 @@
1
- import * as React from "react";
2
-
3
- //#region dist/esm/components/Flags/sv.mjs
4
- var _path, _path2, _g, _g2, _path3, _path4, _path5, _g3, _g4, _path6, _g5, _g6, _path7, _g7, _g8, _path8, _g9;
5
- function _extends() {
6
- return _extends = Object.assign ? Object.assign.bind() : function(n) {
7
- for (var e = 1; e < arguments.length; e++) {
8
- var t = arguments[e];
9
- for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
10
- }
11
- return n;
12
- }, _extends.apply(null, arguments);
13
- }
14
- var sv_default = function SvgSv$1(props) {
15
- return /* @__PURE__ */ React.createElement("svg", _extends({
16
- xmlns: "http://www.w3.org/2000/svg",
17
- xmlnsXlink: "http://www.w3.org/1999/xlink",
18
- viewBox: "0 0 640 480",
19
- width: "1em",
20
- height: "1em"
21
- }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
22
- fill: "#0f47af",
23
- d: "M0 0h640v480H0z"
24
- })), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
25
- fill: "#fff",
26
- d: "M0 160h640v160H0z"
27
- })), _g || (_g = /* @__PURE__ */ React.createElement("g", { transform: "translate(-92.7)scale(.8)" }, /* @__PURE__ */ React.createElement("g", {
28
- fill: "#fff",
29
- fillRule: "evenodd",
30
- stroke: "#000",
31
- strokeWidth: .3
32
- }, /* @__PURE__ */ React.createElement("path", { d: "M515 353.4c1.5 0 3.2 0 10.1-1.7 7-1.7 12.7-5.9 14-6.5 1.4-.6 3.3-.4 3.3-.4a8.4 8.4 0 0 0-5.8-2.8c-3 0-1.9 0-4.4 1.1-2.6 1-8 4.3-17 4.3h-.1c-9 0-14.7-3.2-17.2-4.3-2.6-1-1.4-1-4.4-1s-5.1 1.9-6 2.7c0 0 2-.2 3.4.4s7.1 4.8 14 6.5c7 1.7 8.6 1.7 10.1 1.7z" }), /* @__PURE__ */ React.createElement("path", { d: "M488.4 347.4c.7-.4-.2-1.6-.2-1.6l2.7-.6c-1.3-.6-3.3-.4-3.3-.4-.5.4-.4.9-.5 1.3 0 .4 0 1 .2 1.3.3.3 1 0 1 0z" }), /* @__PURE__ */ React.createElement("path", { d: "m491 345.2-2.8.6s.9 1.2.2 1.7l4.8-1-2.3-1.3zm50.7 2.2c-.7-.4.1-1.6.1-1.6l-2.7-.6c1.4-.6 3.3-.4 3.3-.4.6.4.5.9.6 1.3 0 .4 0 1-.3 1.3s-1 0-1 0z" }), /* @__PURE__ */ React.createElement("path", { d: "m539.1 345.2 2.7.6s-.8 1.2-.1 1.7l-4.8-1z" })), /* @__PURE__ */ React.createElement("path", { d: "m495.8 343.3-1.2 3 .6.3c.9.3 1.8.1 2.2-.9s-.1-1.8-1-2.1zm.3.6c.8.4 1.2.9.9 1.7s-1 .8-1.7.5h-.1z" }), /* @__PURE__ */ React.createElement("path", {
33
- fillRule: "evenodd",
34
- d: "m497.6 347.6-.4-.1 1.4-3 .3.1z"
35
- }), /* @__PURE__ */ React.createElement("path", { d: "M500.2 345.3c-.6 0-1.2.4-1.5 1-.4 1 0 1.9.8 2.3.8.3 1.8 0 2.2-1a1.7 1.7 0 0 0-.9-2.2 1.5 1.5 0 0 0-.6-.1m0 .5h.5c.6.3.8 1 .5 1.6-.2.6-1 1-1.5.7s-.8-1-.5-1.6c.2-.4.5-.7 1-.7" }), /* @__PURE__ */ React.createElement("path", {
36
- fillRule: "evenodd",
37
- d: "M503.8 347.4c0-.3-.1-.4-.3-.5-.3-.1-.6 0-.7.2l.2.6.3.2c.3.3.5.7.3 1.2a1 1 0 0 1-1.3.6 1 1 0 0 1-.6-1.2h.4c-.1.4 0 .7.4.9.3 0 .6-.1.7-.4.2-.4 0-.6-.2-.8l-.2-.2c-.3-.2-.5-.5-.3-1 .1-.5.7-.6 1-.5.4.2.6.4.7.8zm2.4.1-.5 1.9c-.1.5-.1 1 .4 1.2.6.1.9-.3 1-.8l.6-1.9.3.2-.5 1.9c-.2.7-.8 1.1-1.5 1-.7-.3-1-1-.7-1.6l.6-2zm4.4 4.5-1.8-3-.5 2.4h-.4l.7-3.4 1.8 3 .4-2.4h.4zm.8 0 .4-3.2h.3l-.4 3.2z"
38
- }), /* @__PURE__ */ React.createElement("path", { d: "M514.2 348.9a1.6 1.6 0 0 0-1.7 1.6c0 1 .7 1.7 1.6 1.8.8 0 1.6-.7 1.6-1.7 0-.9-.7-1.7-1.5-1.7m0 .5c.6 0 1 .6 1 1.2a1.1 1.1 0 0 1-1.1 1.2c-.6 0-1.1-.6-1.1-1.3 0-.6.5-1.2 1.1-1.2z" }), /* @__PURE__ */ React.createElement("path", {
39
- fillRule: "evenodd",
40
- d: "m519 352.1-2.4-2.3.1 2.4h-.4l-.2-3.4 2.5 2.4-.2-2.4h.4zm2.1-.5-.6-3.2h.4l.6 2.8.9-.2v.4zm1.8-.3-.8-3.2h.4l.7 3.1z"
41
- }), /* @__PURE__ */ React.createElement("path", { d: "M523.9 347.7h-.4l-.4.2.9 3.1.7-.1c.5-.2 1-.6.8-1.2-.1-.4-.4-.7-.8-.6l.1-.8c-.2-.5-.5-.6-1-.6zm0 .4c.2 0 .4 0 .5.4.2.4-.1.5-.4.6h-.1l-.3-1h.1a1 1 0 0 1 .2 0m.5 1.3c.3 0 .6 0 .6.4.2.4-.1.5-.4.6l-.3.1-.3-1h.4z" }), /* @__PURE__ */ React.createElement("path", {
42
- fillRule: "evenodd",
43
- d: "m527.2 348 .2.3-1.2.4.4 1.2 1.2-.5.1.4-1.5.6-1.1-3.1 1.6-.6v.3l-1.1.5.3.8z"
44
- }), /* @__PURE__ */ React.createElement("path", { d: "M528.6 346.2c-.3 0-.5 0-.8.2l-.4.1 1.2 3h.3l-.4-1.4 1.4.9.5-.1-1.5-1c.4-.2.6-.7.4-1.1a.9.9 0 0 0-.7-.6m0 .4.3.3c.2.5-.2.7-.5.8l-.5-1h.1l.5-.1z" }), /* @__PURE__ */ React.createElement("path", {
45
- fillRule: "evenodd",
46
- d: "m529.2 345.8 1.7-.8.2.3-.7.3 1.2 2.7-.3.1-1.2-2.6-.7.3z"
47
- }), /* @__PURE__ */ React.createElement("path", { d: "m532.2 344.2.2 3.7.4-.2v-.8l1.3-.7.6.6.4-.3zm.4.9 1 .8-.8.5-.1-1.3zm2.7-2.2-1 .3-.5.3 1.7 2.8.5-.3c.9-.5 1.3-1.4.7-2.3-.4-.6-.9-.8-1.4-.8m.2.5c.3 0 .6.2.8.5.4.8 0 1.3-.6 1.7l-1.3-1.9h.1z" }), /* @__PURE__ */ React.createElement("g", {
48
- id: "sv_svg__a",
49
- stroke: "#000",
50
- strokeMiterlimit: 2.6
51
- }, /* @__PURE__ */ React.createElement("path", {
52
- fill: "#e60000",
53
- fillRule: "evenodd",
54
- strokeWidth: .1,
55
- d: "M485 355.2c.6 0 1-.4 1-1a.9.9 0 0 0-1-.8c-.4 0-.8.4-.8.9s.4.9.9.9zm-5 6.3c.5 0 .9-.4.9-1a1 1 0 0 0-1-.8 1 1 0 0 0-.9.9c0 .5.5.9 1 .9zm-12-19.9c.5 0 1-.4 1-.9a1 1 0 0 0-1-.9.9.9 0 0 0-.8 1c0 .4.3.8.9.8zm-7.3 3.7c.5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 0 0-1 1c0 .6.4 1 1 1zm-1.4-22.3a1 1 0 0 0 1-1c0-.5-.4-1-1-1a1 1 0 0 0-1 1 1 1 0 0 0 1 1zm-6.2 1.8a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1zm3.2-19.8a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 .5.4 1 1 1zm-5.5-18.3c.5 0 1-.4 1-1a1 1 0 0 0-1-1 1 1 0 0 0-1 1c0 .6.4 1 1 1zm7 1.8a1 1 0 0 0 1-1c0-.5-.4-1-1-1a1 1 0 0 0-1 1 1 1 0 0 0 1 1zm7-15.2c.5 0 1-.4 1-1 0-.5-.5-1-1-1a1 1 0 1 0 0 2zm-5.3-4.2a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1zm10.5-10.3a1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1 1 1 0 0 0 1 1zm-21.5 46.3c.6 0 1-.4 1-1s-.4-1-1-1a1 1 0 0 0-1 1c0 .6.5 1 1 1z"
56
- }), /* @__PURE__ */ React.createElement("path", {
57
- fill: "none",
58
- strokeWidth: .3,
59
- d: "M486 358.9s-.8-3.2-.7-3.9l.8-.6m-1.4 5.7s-2.8.1-3.7.4l-.3.8m-13.4-15.5s-.2-3.8.6-4c0 0 .7-.4 1.2-1m-4.7 3.8s-2.1-.3-2.7 0c0 0-.2.6-.6.8m-.8-23-.7.5c-.8.3-2.3 4-2.3 4s-2.4-1.9-3.4-2h-1.1m-4.8-20.2s.6.6 1.2.3c0 0 3 2 3.1 2.7 0 0 3.2-3.2 3.8-2.9 0 0 .3.5 1-.1m-5.8-18.6s.3.5.9.8c0 0 1.4 2 1.4 3.5 0 0 2.5-2.3 3.3-2.1 0 0 .9.3 1.5 0m.3-19.5s.6.8 1 .2c0 0 1.8 2.2.8 4 0 0 2.5-.7 3.3-.3 0 0 .3 1 1.2.5"
60
- }), /* @__PURE__ */ React.createElement("g", {
61
- fill: "#1f601a",
62
- fillRule: "evenodd",
63
- strokeWidth: .3
64
- }, /* @__PURE__ */ React.createElement("path", { d: "m532.8 378.3-4.5-.3c-.6 0-2-2.7-2.6-3.1-.6-.5-10.8-5.5-17.5-6.5a95 95 0 0 1-19-6 88 88 0 0 1-26-19.2c-2.9-4.2-6-14-7.2-19.2-.7-2.5-4-12.4-4-19.2a84 84 0 0 1 2.2-19.4 111 111 0 0 1 15.3-26.8s-12 18.7-14.2 25.9a81 81 0 0 0-2.5 21.5c.1 4.2 3.6 19.6 8.7 30.9 4.1 9 7.7 10.2 14 15.2 3 2.4 8.8 6.2 13.6 8.6s15 5.5 17.8 5.9c2.7.5 16.4 4.5 18.2 5.4 1.8 1 6.5 5 7.7 6.3z" }), /* @__PURE__ */ React.createElement("path", { d: "M464.1 343.4c.3-1.4.4-2.4 1-2.8a14 14 0 0 0 2.2-3.5c.3-1.2 0-2.2 0-2.8l.4-2.7s-.7-2.5-1.3-3c-.6-.4-2.2-2.6-2.5-3.2 0 0 .2 1.3-.3 1.9a7 7 0 0 0-.6 3c0 .9.3 3 0 4-.3 1.2-.7 2.2-.4 3.5zm-.5-1.5s-3.4-4.4-3.4-6.2-.3-2.9-.6-3.3-2.3-2.7-.5-5.6c.8-1.2 1-1 1.4-2.4.6-1.6 1.8-1.6 2-3.3 0 0 .4 2 .5 3.6.2 1.7-.1 2.3-.2 3.2-.2.9.4 2 .4 3.3 0 1.4-.2 1.9-.2 2.7 0 .4-.5 6.2.6 8zm38.6 23.5-4-.5c-.7 0-2.5-.5-3.5-.9a10 10 0 0 1-4-2.8c-2.8-3-2.5-4.5-3-4.6-1-.2 1.5-.4 2.8-.3 1.1.2 2.8 1 3.8 2 1.2 1.1 3 2.3 3.5 2.7.6.5 1 .7 1.7 1.5.7 1 .6 1.5 2.7 3z" }), /* @__PURE__ */ React.createElement("path", { d: "M506.2 367.5s-7.2-3.2-8-3.8a25 25 0 0 1-2.8-2.6c-.7-.8-3.8-2.4-4.3-3.4-.3-.7-2.3-3.3-3.4-5.4-.5-1 4.9.3 4.9.3 4.4 1.8 2.4.6 4.8 2.4 1.5 1.1 2.5 2 2.9 2.9.6 1.3 1.2 3.5 1.9 4.7.6 1.2 1.7 2.7 4 5z" }), /* @__PURE__ */ React.createElement("path", { d: "M510.2 368.4s-6-1.5-8.8-5.2c-2-2.6-2-1.8-2.7-2.7-1-1-2.6-2.3-4-4.5.2.3-1.6-5.9-1.6-6.6 0-.4 2.3.3 4.2 1 1.5.7 2.4 2 3.8 2.8 1.6 1 1.8 3.7 2.5 4.9 1 1.8 1.2 2.7 1.2 3.5 0 1.4.8 1.8 1.2 3 .5 1.3 2.1 1 4.2 3.8zm-9.6-2-5.9-2.4c-.8-.1-1-.6-2.1-.9-.9-.2-1.7-.9-3.8-.4-.9.2-4.6 1-5.5.6-1-.5 1.3 2.5 2.3 3.1 1.1.7 2.9 1 4.4.8h4.4c.7 0 1.2.2 2.3-.1 1-.3 1.3-.8 3.9-.7z" }), /* @__PURE__ */ React.createElement("path", { d: "M504 366.4s-5.7-1.4-6.7-1.4l-4.8.4c-1 .2-4.5-.2-5.5.4-1 .4-5.6 1-6.8.8-1.2-.3 2.4 3.2 3.9 3.6 4.6 1.3 3.2 1.1 6.2.4 1.8-.5 4.4-.6 5.4-.8.9-.1.7-.7 2-1.2 1.1-.5 3.2-1.8 6.3-2.2z" }), /* @__PURE__ */ React.createElement("path", { d: "M508.7 368.8s-5.7-2.4-10.2-1.1l-4.2 1c-1.4.1-2.6-.6-5 .4-1.2.4-6.2 2.5-7.5 2.4s4 3.3 5.4 3.1c4.6-.6 9 1 11 0l4-1.5c1-.4 1.5-1.2 2.1-1.7.6-.4 1-1.6 4.4-2.6zm-30.6-13.1s-3.3-3.6-4-4.1l-3-2.4c-.6-.6-1.3-2-3.4-2.5-1-.2-3.1-.6-3.8-1.4-.6-.8.1 3 .8 4a8.1 8.1 0 0 0 3.6 2.5c1.5.5 3.3 1.5 4 1.9.6.3 1 .6 2 .8 1.1.2 1.6 0 3.8 1.2z" }), /* @__PURE__ */ React.createElement("path", { d: "M481.3 357.2s-5.7-4-6.5-4.4l-3.5-1.3c-1.1-.3-4-2.3-5-2.3-1.2 0-3.3-.1-4.3-.8-1-.8-.1 2.7 1 3.7 3.6 3.2 1.1 2.2 4.1 2.8l5.1 1.7c1 .3 1-.3 2.3-.2 1.3 0 3.8-.2 6.8.8z" }), /* @__PURE__ */ React.createElement("path", { d: "M482.6 358.3s-2.3-1.6-6.9-2.4c-3-.5-3-.6-4.1-1-1.4-.4-1.7-.4-4.3-.5-1.2-.1-6.2 1.5-7.4.8-1-.6 1.3 1.5 2.6 2 2 .8 1.8 2 4 2.8 2.2.7 4.7 1.6 6 1.4 1-.2 1.8-.7 3.3-.8 1.4-.2 4-2.3 6.8-2.4zm.5-1.2s1.1-5.5.1-6.8a5.2 5.2 0 0 1-1.2-2.9 11 11 0 0 0-1.6-4.3c-.6-.8-1.8-4.2-1.5-5.1 0 0-3.2 3.1-3 5.1v2.4c-.2.9.7 3.9 1.3 4.8.6 1 .3 3.6 1 4.2.5.6 4.1 3 4.9 2.6z" }), /* @__PURE__ */ React.createElement("path", { d: "M482.6 358.3c.3.1-2-1.8-3-2.3-1-.4-5.3-1.6-5.6-2.7-.3-1-3.7-4.6-3.9-5.6 0-.6-.7-2-.6-2.8.2-.7.5-2.6 1-3.6.4-1.1 1.4-3.6 2.5-4l1.2 3.8c.3 1 .6 2.3 1 2.9.5.6 2 3.4 2.1 4.5l1.1 5.3c.1.7 3 3.8 4.2 4.4zM464 343.4c.1.8-2.3-.8-3.5-.8s-4.8.5-5.7-.4c-.9-1-2.2-2.6-2.7-2.9s-2.1-3-2.6-4.5c-.4-1.5-3.6-4.2-4-4.5 0 0 4.3-.9 7 .9s3 1.4 3.5 1.6c.6.3 5.3 4.3 5.6 5.8s2.2 4 2.4 4.8z" }), /* @__PURE__ */ React.createElement("path", { d: "M464.1 343.4s-3.9-2.7-4.8-2.6c-1 .2-5.2-3-5.4-5-.2-1-2.2-2.5-2.6-3.1-1-1.8-1.7-5.9-3.2-7l5.2 1.3c2 .3 3.6.6 4.3 2.2.8 1.7 1.4 3 2 3.2s1.5 2.3 1.8 4.4a32 32 0 0 0 2.7 6.6zm-7.4-20.5c.7 1 .6-6 .9-6.8a11.3 11.3 0 0 1 1.7-2.8c.6-.6.6-2.7.9-3.3s.1-4.7-.3-5.8L458 306c-.6.7-1.7 1-2 2-.3.8-.9.8-1.3 1.8a5.6 5.6 0 0 0-.6 3.6c.3 1.2.1 1.6.1 2.7 0 1 1.5 5.6 2.4 6.9z" }), /* @__PURE__ */ React.createElement("path", { d: "M456.9 323.5s-.3-2 .4-2.7c.8-.8 1.5-.8 1.8-1.2.3-.5.2-1 .5-1.7.3-.6 1-1.6 1-2 .3-1.7 1.3-3.6.5-5.3 0 0-1.7.5-2.1.8-.5.3-1.8 1.6-2 2.8-.1 1.3-.3 1.5-.7 2.2-.5.8-1 3-.3 4.4a7.4 7.4 0 0 1 .9 2.7zm-4.4-23s-.3-4.4.9-5.8c1.2-1.3 1.5-3.9 4.2-5.3v1.9c.2.7.5 2.8 0 3.6-.4.7-2 2-2 2.7 0 .6-1 2.1-1.7 2.4z" }), /* @__PURE__ */ React.createElement("path", { d: "M452.5 302.8s0-3 .9-4c.9-.9 1.4-1.4 1.8-2 .5-.5 1-2 2-2.7 1-.6 2.8-2.1 3-2.7 0 0 .4 3.8-.6 5.8s-1 3-2.3 3.4c-1.2.5-1.4.8-1.8 1-.5.4-1.2.8-1.8.8s-1.2.4-1.2.4zm3.5 20.6c.1.8.7-2-2.4-2-3.2 0-5.8-1.2-6.8-2.3l-2.1-2.3a9 9 0 0 1-1.8-3.1c-.2-.9-1-4.2-1-4.8 0 0 1.7.3 2.5.9.7.6 2 .6 2.8 1 .8.5 1.4 1.7 1.9 2.1.4.5 1.7.5 2.3 1.4s1.7 2.9 1.9 3.8c0 .9 1.2 1.8 2 2.2.6.5.5 2.3.6 3z" }), /* @__PURE__ */ React.createElement("path", { d: "M455.6 322.1s-2-2.5-3.1-2.5c-1 0-3.8-2.7-4-4 0-1.1-1-3.4-1.6-3.9a3.6 3.6 0 0 1-1.5-3.3c.2-1.8.2-4.8.2-4.8s.6 1.8 1.5 2.3c.9.4 2.5 1 2.8 1.6s1.5.6 2 2.5c.5 1.7.5 1.6.8 2.2s1 1.4 1.3 2.6 2 4.3 1.7 7.3zm-3-16.6c-.2.8 1.1-1.6-1.7-2.4a9.6 9.6 0 0 1-5.6-4l-1.3-2.6a9 9 0 0 1-.7-3.4c0-.9.2-4.1.5-4.6 0 0 1.4.7 2 1.4.4.8 1.7 1.2 2.3 1.8.5.6.7 1.9 1 2.5.3.5 1.5.9 1.8 1.8.3 1 .7 3.1.6 4-.1.8.6 2 1.2 2.6.5.6-.1 2.2-.2 3z" }), /* @__PURE__ */ React.createElement("path", { d: "M452.6 304.3s-1.3-2.9-2.2-3.2c-1-.3-2.5-2.7-2.6-3.9s-.3-3.4-.7-4c-.5-.6-1.3-2.4-.6-4l1.6-3.7 1.3 2.1c.8 1.6 1.6 1.7 1.7 2.3.1.7 1 1 1.4 2.3.5 1.7 0 1.6 0 2.3.2.6.7 1.5.6 2.7 0 1.1.6 4.5-.5 7.1zm2.3-18.2c.1-.4 1-.9 2.1-1.2 1-.3 2.7-2.7 3.5-3.3.7-.6 1-1.6 2-2.1.9-.5 1.4-2.4 1.7-4.2l-3.3.7a7.2 7.2 0 0 0-2.8 1.8c-.6.8-1.2 2-1.9 2.3-.6.3-1.3 2.1-1.3 3.3z" }), /* @__PURE__ */ React.createElement("path", { d: "m454.8 284.8-.2-2.6c0-.9-.6-3.3.7-5.3 1-1.3 4.3-3.9 5.2-4 0 0 .6 2.4.4 3.1-.1.8-1 3.8-1.6 4.1-.7.3-2.4 3.9-4.5 4.7z" }), /* @__PURE__ */ React.createElement("path", { d: "M454 286.1c-.4.7-.1-2.2-1-3-1-.7-1-1.8-1-3s.2-2 .3-2.9c.2-.7 2.5-3.9 2.3-4.8l1.7 3.8c.4 1-.3 2.1-.2 3 .2.9.9 2.6.3 3.5L454 286zm8-15.5s.2-.4 1.5-.4 3.3-.1 3.9-.8c.6-.6 1.6-1.4 2.3-1.7a5.2 5.2 0 0 0 1.8-2.2c.1-.6 1.2-1.8 1.6-1.8 0 0-1.6-.2-3.4.3s-4.4 1.4-5 2.6-2.7 4-2.7 4z" }), /* @__PURE__ */ React.createElement("path", { d: "M462.5 270.3c.3 1 2.8-1 3.4-1.8l1.5-2 1.8-2.4c1-1.6.7-4.6.3-4.3a31 31 0 0 1-2.5 1.4c-.5 0-1.4.4-1.7 1.1-.3.8-.6 1.8-1 2.3-.5.5-3.2 2-1.8 5.7z" }), /* @__PURE__ */ React.createElement("path", { d: "M461.6 270.3s2-1.5 2.8-2.3c1-.8.5-2 1-2.6.3-.6 1.4-2 1.1-3l-.9-3.4-1.8 1.8c-.8.8-.9 1.4-1.2 2.3s-1 1.5-1.2 2.2c-.3.8 0 2.3.2 3.2z" })), /* @__PURE__ */ React.createElement("g", {
65
- fill: "none",
66
- strokeWidth: .1
67
- }, /* @__PURE__ */ React.createElement("path", { d: "M494.8 365.2s-10-.1-10.8-1.3m16.6 2.6s-6.5 1.7-10 1.3-5.1.3-5.9.3c-.7 0-4.5-1.5-4.5-1.5m27 2.2-6 1.3c-1 .3-6.2 2.2-7.7 2.2h-5a18 18 0 0 1-6.3-.4m6.2-15s3.7 2.3 4.4 3c.5.8 3.8 3.5 4.5 3.5m-9-11.1s6.5 5.6 7.6 6.3c1 .8 7.4 7 8.1 7.8M493.6 350s5.1 4 5.7 5.7 2.2 3.6 2.2 3.6 2 4.2 2.8 4.8 2.3 2.2 4.1 3.4m-44-21.3s5.4 4.6 6.9 5.4m-9.1-2.5s5.4 3.7 7.8 4.6c2.4 1 4.4 1.7 9.6 2.4m2.1 2.2s-6-.3-7 0-5.8-.8-7-1.1l-6.6-1.4m11.4-17.9s-.3 3.3.2 4.7c.4 1.3 2.6 5.3 2.4 6.2-.1.9 1.2 5 2.4 5.7m1.2-16s-1 3.3-.6 4.4c.5 1 1.2 3 1.2 4.2s.8 3 1 3.8c.4.7-.1 3.3.7 4l1.6 2.2m-36.1-26.3s4.8 1.9 5.4 3c.6 1.3 1.5 1.6 2 2.2m10.3-9.7s1.3 4.9 1 6c-.3 1.2-.3 3.7-.3 4.6s-1.4 4.5-1.3 5m-1.3-19.6-.6 4c-.1 1.2 0 3.2-.3 4-.3.7-.8 4.8 0 6.6M449 326.2l4.8 4.2c.9 1 5 5.3 5.1 6.4.1 1 3 4.3 3.9 5m-20.5-32.5s4 4 4.2 4.9c.3.9 2 2.3 2.8 2.8m11.4-6s-1.5 2.3-1.5 3c0 .8-.6 2.7-1.2 3.5-.4.5-1.7 2.7-1.5 4m3-16.8-1 3.6c-.2 1.5-1 3-1.3 4-.3.8-1.5 5.2-1 7.9m-10.4-15.7s.4 2.1 1.5 3.2c1 1 2.7 2.6 2.8 3.4.2 1 1.6 5.4 3 7a5.4 5.4 0 0 1 1.7 3m-10.5-32s.4 2.6.7 3.4c.3.7 1.5 4 2.7 5.1m9.5-7.7-.9 3c-.1 1-1 2-1.2 2.4l-.7 2m5.5-5.3c-.1.9-1.8 3.6-2 4-.1.5-1 2.6-1.9 3.2s-3.6 2.6-3.4 3.4m-4.4-16.5s-.2 3.3.4 4.5a37 37 0 0 1 1.7 4c.3.9.3 2.4.4 3.4.2 1.1.6 3 1.2 3.8m11.8-25.9-3.2 3.5c-1 1-4.8 5-5 5.8m4.6-11.6s-2.1 4.7-2.6 5.4l-.9 2m-2-7.5s.2 3.6 0 4.5a7.9 7.9 0 0 0 0 2.9c.2.4-.4 3.7-.5 4.5m18-21.3s-4.8 2.9-5.5 3.6m2.7-7.3-3.3 4.8-.8 1.4m.3-6.7s-1 2.6-1.2 3.6a36 36 0 0 1-2.2 5.6" }), /* @__PURE__ */ React.createElement("path", {
68
- strokeWidth: .3,
69
- d: "M469.2 258s-.4 1 1.4.7"
70
- }))), /* @__PURE__ */ React.createElement("use", {
71
- xlinkHref: "#sv_svg__a",
72
- width: "100%",
73
- height: "100%",
74
- transform: "matrix(-1 0 0 1 1030 0)"
75
- }), /* @__PURE__ */ React.createElement("path", {
76
- fill: "#00209f",
77
- fillRule: "evenodd",
78
- d: "M514.6 366.1s.7-1.8 2.2-.1c0 0 1.9 4.2.5 4.3-1.4.2-2.7.5-2.9-.3-.1-.7.2-3.9.2-3.9"
79
- }), /* @__PURE__ */ React.createElement("path", {
80
- fill: "#00209f",
81
- fillRule: "evenodd",
82
- d: "M516.5 365.5s.5-6.4 1.4-6.7 3.6-1.8 5.3-.5c1.6 1.4 0 8-.5 8.7-.6.6-1.5 2.5-5 2l-.4-1.6s1.8-.2 3-.8 1.6-1.2 1.5-1.8c-.2-.9 0-4.2-1-4.5l-2.3-.8-1.7 6.5z"
83
- }), /* @__PURE__ */ React.createElement("path", {
84
- fill: "#00209f",
85
- fillRule: "evenodd",
86
- stroke: "#000",
87
- strokeMiterlimit: 2.6,
88
- strokeWidth: .2,
89
- d: "M514.4 370s-6.2 3.7-3 9l-2.1-1.3s-1.2 2.2-.1 3.4c0 0-4.3-3.8-1-8.3 3.4-4.6 6-4.3 6-4.3z"
90
- }), /* @__PURE__ */ React.createElement("path", {
91
- fill: "#00209f",
92
- fillRule: "evenodd",
93
- stroke: "#000",
94
- strokeMiterlimit: 2.6,
95
- strokeWidth: .2,
96
- d: "M514.4 367s-2.7-1.8-6.6-.7c0 0-1.7-5.6-1-7.4.2-.8.8-.9.8-.9s-2-1.2-1.3 4c.6 5.4 1.6 6.8 1.6 6.8s5.2.3 6.4-.3l.1-1.4z"
97
- }), /* @__PURE__ */ React.createElement("path", {
98
- fill: "#00209f",
99
- fillRule: "evenodd",
100
- stroke: "#000",
101
- strokeMiterlimit: 2.6,
102
- strokeWidth: .2,
103
- d: "M514.4 367s-5.4-9-6.8-9c0 0-1.5-.2 2-.6 1.2-.1 3.2 0 4 1.7 1 1.6 1.7 5.5 2 6.1 0 0-1 .3-1.2 1.9z"
104
- }), /* @__PURE__ */ React.createElement("path", {
105
- fill: "#011322",
106
- fillRule: "evenodd",
107
- stroke: "#000",
108
- strokeMiterlimit: 2.6,
109
- strokeWidth: .2,
110
- d: "M514.4 367s-3.6-1.6-4-2c-.5-.5-1.2-5.6-.8-5.3 0 0-1.5-1.7-2-1.7-.3 0-1.3.8-1 2.6s.7 4.5 1.2 5.7c0 0 2.9-1.2 6.6.8z"
111
- }), /* @__PURE__ */ React.createElement("path", {
112
- fill: "#00209f",
113
- fillRule: "evenodd",
114
- stroke: "#000",
115
- strokeMiterlimit: 2.6,
116
- strokeWidth: .2,
117
- d: "M517.7 370s2 1.3 2 3.5c0 2.3.9 6.4 2.7 7.3 0 0 .5-1.7 1-2 0 0 1.9 2.1 2.5 2.1 0 0-1-2-1-2.9s-1-4.3-2-5.2c-.8-1-2.6-3-5.2-3.8z"
118
- }), /* @__PURE__ */ React.createElement("path", {
119
- fill: "#011322",
120
- fillRule: "evenodd",
121
- stroke: "#000",
122
- strokeMiterlimit: 2.6,
123
- strokeWidth: .2,
124
- d: "m518.5 359.5-1.7 6.5.5 1.4s.6-.2.9-1c.3-.7 1.2-6.3 1.7-6.5z"
125
- }), /* @__PURE__ */ React.createElement("path", {
126
- fill: "#011d33",
127
- fillRule: "evenodd",
128
- d: "M514.4 369.3s-3 1-4.1 3.2c0 0-.4-1.5 4-3.6v.4zm3.4 0s2 .8 2.6 2l-2.6-1.5zm-3.4-1.7s-4.6.7-5.6.5c0 0 1.3.3 5.6 0zm7.4-2.8s.5 2.3.9 2.2c.4-.2 1.2-3.9 1.2-5.6s-.7-2.1-1.4-2c-.7 0-1 1.5-1 2.2a49 49 0 0 0 .3 3.2"
129
- }), /* @__PURE__ */ React.createElement("path", {
130
- fill: "#011d33",
131
- fillRule: "evenodd",
132
- d: "M516.8 366s1.9 4.1.5 4.4c-1.4.2.6.1-.4-2.7-.4-1.1-1-2.5-1.3-2.5 0 0 1.1.4 1.2.8"
133
- }), /* @__PURE__ */ React.createElement("path", {
134
- fill: "none",
135
- stroke: "#000",
136
- strokeMiterlimit: 2.6,
137
- strokeWidth: .2,
138
- d: "M514.6 366.1s.7-1.8 2.2-.1c0 0 1.9 4.2.5 4.3-1.4.2-2.7.5-2.9-.3-.1-.7.2-3.9.2-3.9z"
139
- }), /* @__PURE__ */ React.createElement("path", {
140
- fill: "none",
141
- stroke: "#000",
142
- strokeMiterlimit: 2.6,
143
- strokeWidth: .2,
144
- d: "M516.5 365.5s.5-6.4 1.4-6.7 3.6-1.8 5.3-.5c1.6 1.4 0 8-.5 8.7-.6.6-1.5 2.5-5 2l-.4-1.6s1.8-.2 3-.8 1.6-1.2 1.5-1.8c-.2-.9 0-4.2-1-4.5l-2.3-.8-1.7 6.5z"
145
- }))), _g2 || (_g2 = /* @__PURE__ */ React.createElement("g", { transform: "translate(-92.7)scale(.8)" }, /* @__PURE__ */ React.createElement("path", {
146
- fill: "#00209f",
147
- fillRule: "evenodd",
148
- d: "M509.8 255.9c-.4-1-.4-7.4-.4-8.4a68 68 0 0 1 3.8-11.2c.6-1 .5-1.2.7-1.8l.9-1.2a10.9 10.9 0 0 1 1.3 4.1s-.6 4.1-1.1 6c-.4 1.7-1.6 4.3-1.8 4.8-.6 1.2-.5 2.4-.2 2.5z"
149
- }), /* @__PURE__ */ React.createElement("path", {
150
- fill: "#fff",
151
- fillRule: "evenodd",
152
- d: "m515 247.3.5.6c1.3-1.5 1.4-4.5 1.4-4.5l-.9-6s-.5 4-1 6c-.4 1.7-1.6 4.3-1.8 4.8-.9 2.2-.2 2.4-.2 2.5z"
153
- }), /* @__PURE__ */ React.createElement("path", {
154
- fill: "#00209f",
155
- fillRule: "evenodd",
156
- d: "M515.5 247.9c1.3-1.5 1.4-4.5 1.4-4.5s1 5 .4 6c-.5 1-.5.7-.4 1.3z"
157
- }), /* @__PURE__ */ React.createElement("path", {
158
- fill: "none",
159
- stroke: "#000",
160
- strokeMiterlimit: 2.6,
161
- strokeWidth: .3,
162
- d: "M517 250.7c-.2-.6-.2-.3.3-1.3s-.4-6-.4-6l-.9-6c0-1.3-.6-3-1.2-4.1l-.9 1.2c-.2.6 0 .8-.7 1.8-.6 1-3.6 9.5-3.8 11.2 0 1 0 7.5.4 8.4"
163
- }), /* @__PURE__ */ React.createElement("path", {
164
- fill: "#fc0",
165
- fillRule: "evenodd",
166
- stroke: "#000",
167
- strokeMiterlimit: 2.6,
168
- strokeWidth: .1,
169
- d: "m515 234.1-.2-1.3c0-.2.6.9 1 .7.9.3 1.9 1.5 2.1 1.8-.4.5-1.3 1.6-2 1.4-.5-.2-.4-1-.5-1.5-.1-.3-.4-.6-.4-1z"
170
- }), /* @__PURE__ */ React.createElement("path", {
171
- fill: "none",
172
- stroke: "#000",
173
- strokeMiterlimit: 2.6,
174
- strokeWidth: .1,
175
- d: "m515 233.3.4.4c.2.2.4 0 .7.2.6.4.9.8 1.6 1.5m-2-1.4c.8.4 1.2 1 1.8 1.7"
176
- }), /* @__PURE__ */ React.createElement("path", {
177
- fill: "#fc0",
178
- fillRule: "evenodd",
179
- stroke: "#000",
180
- strokeMiterlimit: 2.6,
181
- strokeWidth: .1,
182
- d: "m514 233.4 1.3-.6c.1 0-.7.8-.4 1.2 0 .9-.7 2.2-1 2.5-.6-.1-1.2-.1-1.8-1.1-.2-.4.4-.8.8-1.1.2-.2.7-.8 1.2-.9z"
183
- }), /* @__PURE__ */ React.createElement("path", {
184
- fill: "none",
185
- stroke: "#000",
186
- strokeMiterlimit: 2.6,
187
- strokeWidth: .1,
188
- d: "m514.9 233.2-.3.5.1.7c-.2.7-.5 1-.9 2"
189
- }), /* @__PURE__ */ React.createElement("path", {
190
- fill: "none",
191
- stroke: "#000",
192
- strokeMiterlimit: 2.6,
193
- strokeWidth: .1,
194
- d: "M514.4 234c0 .9-.5 1.5-1 2.3h.2"
195
- }), /* @__PURE__ */ React.createElement("path", {
196
- fill: "#fc0",
197
- fillRule: "evenodd",
198
- stroke: "#000",
199
- strokeMiterlimit: 2.6,
200
- strokeWidth: .1,
201
- d: "M515.4 232.8c.6-.7 1.7-1.4 2.3-1l.6.6c.2.3.2.5 0 .8-.3.8-1.4.4-2 0-.2 0-.6-.4-.8-.3l-.3.1.3.1 1.8.9c.5.2 1.5-.5 1.4-1 0-.5-.9-1.5-1.3-1.5-1 0-1.8.6-2.5 1.4.2-.2.4 0 .5 0z"
202
- }), /* @__PURE__ */ React.createElement("path", {
203
- fill: "#fc0",
204
- fillRule: "evenodd",
205
- stroke: "#000",
206
- strokeMiterlimit: 2.6,
207
- strokeWidth: .1,
208
- d: "M514.9 232.8c-.6-.7-1.7-1.4-2.2-1l-.6.6c-.3.3-.3.5-.1.8.3.8 1.4.4 2 0 .2 0 .6-.4.8-.3l.4.1-.4.1-1.8.9c-.5.2-1.4-.5-1.4-1 0-.6 1-1.5 1.4-1.5 1 0 1.7.6 2.4 1.4-.1-.2-.4 0-.5 0z"
209
- }), /* @__PURE__ */ React.createElement("path", {
210
- fill: "#fc0",
211
- fillRule: "evenodd",
212
- stroke: "#000",
213
- strokeMiterlimit: 2.6,
214
- strokeWidth: .1,
215
- d: "M515 232.4c-.2-.1-.5.1-.6.3 0 .2.1.6.4.6.3.2.8 0 .9-.3 0-.4-.3-.5-.6-.6z"
216
- }), /* @__PURE__ */ React.createElement("path", {
217
- fill: "#fc0",
218
- fillRule: "evenodd",
219
- d: "M515 226.3s.4 2.4 1.6 4c1.2 1.8-1.4 1.6-1.6 2.2 0 0-.8-1.7-1.6-2.2 0 0 1.3-2 1.6-4"
220
- }), /* @__PURE__ */ React.createElement("path", {
221
- fill: "none",
222
- stroke: "#000",
223
- strokeMiterlimit: 2.6,
224
- strokeWidth: .1,
225
- d: "M515 226.3s.4 2.4 1.6 4c0 0-1.4 1.6-1.6 2.2 0 0-.8-1.7-1.6-2.2 0 0 1.3-2 1.6-4"
226
- }), /* @__PURE__ */ React.createElement("path", {
227
- fill: "none",
228
- stroke: "#000",
229
- strokeMiterlimit: 2.6,
230
- strokeWidth: .1,
231
- d: "m515 228.8.7 1.8s-.6.4-.7.7c0 0-.3-.8-.6-1 0 0 .6-.8.6-1.5z"
232
- }), /* @__PURE__ */ React.createElement("path", {
233
- fill: "#fff",
234
- fillRule: "evenodd",
235
- d: "m515 344.5-.3-.2c-.4-.2-1.2-.2-1.3-.5-1-1.1-.4-3.4 0-4.8 1-2.6 1-5 1.6-7.4.6 2.4.7 4.8 1.6 7.4.4 1.4 1.1 3.7.1 4.8-.2.3-.9.3-1.3.5z"
236
- }), /* @__PURE__ */ React.createElement("path", {
237
- fill: "#00209f",
238
- fillRule: "evenodd",
239
- d: "M515 331.5c.6 2.5.7 5 1.6 7.6.4 1.3 1 3.4.3 4.5.4 0 .7-.1 1-.3.2 0 .3 0 .4-.2l.4-.5c.3-.2.6 0 .9-.2l.1-.2c.6-.3 1-.6 1.3-1.1.1-.4.2-.9 0-1.3 0-.3 0-.5-.2-.8l-.5-1.1-.6-1.2a2.4 2.4 0 0 0-.3-.5l-.3-.6-.4-.4-.4-.3s-.3-.1-.2-.2l-.3-.1-1-2a3 3 0 0 1-.2-1.1zm0 0c-.5 2.5-.7 5-1.6 7.6-.3 1.3-1 3.4-.2 4.5-.4 0-.7-.1-1.1-.3-.1 0-.3 0-.3-.2a1.4 1.4 0 0 0-.5-.5c-.2-.2-.5 0-.8-.2l-.2-.2c-.5-.3-1-.6-1.2-1.1a2.5 2.5 0 0 1-.1-1.3l.2-.8.6-1.1.6-1.2c0-.2.1-.4.3-.5l.3-.6.4-.4.4-.3.2-.2.2-.1 1-2c.2-.2.2-.8.2-1.1z"
240
- }), /* @__PURE__ */ React.createElement("g", {
241
- id: "sv_svg__b",
242
- fill: "none",
243
- strokeMiterlimit: 2.6,
244
- strokeWidth: .2
245
- }, /* @__PURE__ */ React.createElement("path", {
246
- stroke: "#011322",
247
- d: "M514.3 331.6s-1 4-1.6 5c-.6 1.1-3 3-1.4 6"
248
- }), /* @__PURE__ */ React.createElement("path", {
249
- stroke: "#011d33",
250
- d: "M514.4 331.6s-1 4-1.6 5.1-3 3-1.4 6"
251
- }), /* @__PURE__ */ React.createElement("path", {
252
- stroke: "#022743",
253
- d: "M514.5 331.6s-1 4.1-1.6 5.2c-.6 1-2.9 3.1-1.3 6"
254
- }), /* @__PURE__ */ React.createElement("path", {
255
- stroke: "#033054",
256
- d: "M514.6 331.6s-1 4.2-1.6 5.3c-.6 1-2.9 3-1.2 6.1"
257
- }), /* @__PURE__ */ React.createElement("path", {
258
- stroke: "#053a65",
259
- d: "M514.7 331.6s-1 4.3-1.6 5.3-2.8 3.2-1.2 6.3"
260
- }), /* @__PURE__ */ React.createElement("path", {
261
- stroke: "#011d33",
262
- d: "M514.2 331.6s-1 4-1.6 5c-.6 1.1-3 3-1.4 6"
263
- }), /* @__PURE__ */ React.createElement("path", {
264
- stroke: "#022743",
265
- d: "M514 331.6s-.9 3.8-1.6 5c-.6 1-3 3-1.4 5.9"
266
- }), /* @__PURE__ */ React.createElement("path", {
267
- stroke: "#033054",
268
- d: "M514 331.6s-1 3.7-1.7 5c-.5 1-3 3-1.4 5.9"
269
- }), /* @__PURE__ */ React.createElement("path", {
270
- stroke: "#053a65",
271
- d: "M513.8 331.6s-.8 3.6-1.6 5c-.6 1-3 3-1.4 5.9"
272
- }), /* @__PURE__ */ React.createElement("path", {
273
- stroke: "#00209f",
274
- d: "M513.8 331.6s-.9 3.4-1.7 5c-.6 1-3 2.9-1.4 5.8"
275
- }), /* @__PURE__ */ React.createElement("path", {
276
- stroke: "#00209f",
277
- d: "M514.8 331.6s-1 4.3-1.6 5.4c-.6 1-2.8 3.3-1.1 6.3"
278
- })), /* @__PURE__ */ React.createElement("use", {
279
- xlinkHref: "#sv_svg__b",
280
- width: "100%",
281
- height: "100%",
282
- transform: "matrix(-1 0 0 1 1030 0)"
283
- }), /* @__PURE__ */ React.createElement("path", {
284
- fill: "none",
285
- stroke: "#000",
286
- strokeMiterlimit: 2.6,
287
- strokeWidth: .2,
288
- d: "m518.6 335.2.5.5.3.5.3.5.6 1.2.5 1.1.3.8a2.5 2.5 0 0 1-.1 1.3c-.2.5-.8.8-1.3 1.1l-.1.2c-.3.2-.6 0-.9.2a1.9 1.9 0 0 0-.4.5l-.3.2c-.4.2-.7.3-1.1.3l-.2.3c-.2.2-1 .2-1.3.4l-.4.2-.3-.2c-.4-.2-1.2-.2-1.3-.4a.7.7 0 0 1-.2-.3l-1.2-.3s-.2 0-.3-.2a1.4 1.4 0 0 0-.4-.5c-.3-.2-.6 0-.8-.2l-.2-.2c-.6-.3-1-.6-1.2-1.1a2.5 2.5 0 0 1-.1-1.3l.2-.8.5-1.1.7-1.2c0-.2.1-.4.3-.5 0-.2.1-.4.3-.5 0-.2.3-.3.4-.5"
289
- }), /* @__PURE__ */ React.createElement("g", { id: "sv_svg__c" }, /* @__PURE__ */ React.createElement("g", { fillRule: "evenodd" }, /* @__PURE__ */ React.createElement("path", {
290
- fill: "#fff",
291
- d: "M487.4 293.6c-1.5-3.7-3-11.3-3-13 .3-7.1.2-9.3.9-16.5l7.3 8.3c-.2 2.8-.2 3.7 0 5.5.1.7.5 3.9 1 5.1z"
292
- }), /* @__PURE__ */ React.createElement("path", {
293
- fill: "#00209f",
294
- d: "M493.6 283c-.5-1.3-.9-4.5-1-5.1-.2-1.8-.2-2.7 0-5.5l4.5 5zm-18.6 7a76 76 0 0 1-.3-4.4c0-5.1-.6-8 0-13.4.4-4.2 1.5-9.8 1.3-14.4-.1-1.3.1-2.6.2-3.9l9 10.1c-.6 7.3-.5 9.5-.8 16.6 0 1.7 1.5 9.3 3 13l-2 3.2zm6.3 13.7c-.6-1-1-3.9-1.2-4.5-.3-1.5-.3-2.3-.2-5l5 3.3zm-14.3 24a5.2 5.2 0 0 1-1.8-2.2c-.7-1.8-.5-1.7-1-3.6-.2-1.1-.2-2.3-.5-3.4-.2-1.2-1.8-4.8-1.8-6.2-.2-4.8-1.8-8-1.4-13.2.3-4 1.2-9.4.7-13.5l.1-3.6 10.3 6.7c-.4 6.8-.2 8.8-.2 15.4 0 1.6 1.3 8.1 3 11zm17 3.8c1.9 1.7 5.4 2.6 6 3 1.2 1 3 2.3 6.3 2.4 2.3.2 3.3-.4 5.7-.7 2.8-.3-.3.1 2.3-.5 1.4-.3 1.4-.5 3.2-1 1.3-.3 2.7-.6 3.5-1.8.3-.4.6-.7.6-1.4h1.8c.2.5-.3 1.5-.5 1.8l-.5.7c-.2.6-.2.4-.7.9l-.8.6c-.4.3-.7.6-1.1.7-1.8.3-2.5.7-4.2 1.1-1.6.5-.7.4-2 .7l-2.4.7-2.4.6c-2.9.7-5.7.5-8.6.3-1.1 0-4-.7-5-1.4-1.8-1.2-5.7-1.7-7.4-2.9-.3-.2-1.4-.7-1.6-1-1.7-1.3-3-1.7-4.8-2.8z"
295
- }), /* @__PURE__ */ React.createElement("path", {
296
- fill: "#00209f",
297
- d: "M497.7 331.5h14c-.1.7-.4 1-.7 1.5-.8 1-2.2 1.4-3.5 1.7-1.4.4-2.9-.4-4.4-.4-3.7-1.1-4.1-2.3-5.4-2.8"
298
- }), /* @__PURE__ */ React.createElement("path", {
299
- fill: "#fff",
300
- d: "M497.7 331.5c1.3.6 2 1.7 5.4 2.8 1.3 0 2.8.6 4 .6-1.5.3-1.5.5-2.8.8-2.6.6.5.2-2.3.5-2.4.3-3.4 1-5.7.8a11 11 0 0 1-6.3-2.5c-.6-.4-4.1-1.3-6-3z"
301
- })), /* @__PURE__ */ React.createElement("g", {
302
- fill: "none",
303
- strokeMiterlimit: 2.6,
304
- strokeWidth: .2
305
- }, /* @__PURE__ */ React.createElement("path", {
306
- stroke: "#022743",
307
- d: "M476.6 259.7s1.7 15 7.5 14.4"
308
- }), /* @__PURE__ */ React.createElement("path", {
309
- stroke: "#022847",
310
- d: "M484.2 274c-3 .2-4.9-3.5-6-7a46 46 0 0 1-1.5-7.3"
311
- }), /* @__PURE__ */ React.createElement("path", {
312
- stroke: "#032b4c",
313
- d: "M484.2 274c-3-.1-4.9-3.8-5.8-7a43.6 43.6 0 0 1-1.7-7.4"
314
- }), /* @__PURE__ */ React.createElement("path", {
315
- stroke: "#032d4f",
316
- d: "M484.2 274c-2.9-.3-4.9-4.1-5.8-7.2a48 48 0 0 1-1.7-7.2"
317
- }), /* @__PURE__ */ React.createElement("path", {
318
- stroke: "#032f53",
319
- d: "M484.2 273.9c-2.9-.5-4.9-4.4-5.8-7.2a43 43 0 0 1-1.7-7.2"
320
- }), /* @__PURE__ */ React.createElement("path", {
321
- stroke: "#043258",
322
- d: "M484.2 273.8c-3-.6-4.9-4.6-5.7-7.1-1.1-3.2-1.8-7.1-1.9-7.2"
323
- }), /* @__PURE__ */ React.createElement("path", {
324
- stroke: "#04345b",
325
- d: "M484.2 273.8c-2.9-.9-4.9-4.9-5.6-7.2a46 46 0 0 1-2-7.2"
326
- }), /* @__PURE__ */ React.createElement("path", {
327
- stroke: "#04365e",
328
- d: "M484.3 273.7c-3-1-5-5-5.7-7.3a49 49 0 0 1-1.9-7"
329
- }), /* @__PURE__ */ React.createElement("path", {
330
- stroke: "#043862",
331
- d: "M484.3 273.7c-3-1.2-5-5.4-5.6-7.3a47.5 47.5 0 0 1-2-7.1"
332
- }), /* @__PURE__ */ React.createElement("path", {
333
- stroke: "#053b67",
334
- d: "M484.3 273.6c-3-1.3-5-5.6-5.6-7.3-1-2.8-2-6.8-2-7"
335
- }), /* @__PURE__ */ React.createElement("path", {
336
- stroke: "#053d6a",
337
- d: "M484.3 273.6c-3-1.6-5-6-5.5-7.4a50 50 0 0 1-2.1-7"
338
- }), /* @__PURE__ */ React.createElement("path", {
339
- stroke: "#053f6e",
340
- d: "M484.3 273.5c-3-1.7-5-6.2-5.4-7.4a46 46 0 0 1-2.2-7"
341
- }), /* @__PURE__ */ React.createElement("path", {
342
- stroke: "#064172",
343
- d: "M484.4 273.5c-3-2-5-6.4-5.5-7.5a66 66 0 0 1-2.2-7"
344
- }), /* @__PURE__ */ React.createElement("path", {
345
- stroke: "#00209f",
346
- d: "M476.7 259a47 47 0 0 0 2.3 6.9c.3.8 2.4 5.4 5.4 7.5"
347
- }), /* @__PURE__ */ React.createElement("path", {
348
- stroke: "#022743",
349
- d: "M476.9 256.3s4.8 12 8 10.6"
350
- }), /* @__PURE__ */ React.createElement("path", {
351
- stroke: "#022a49",
352
- d: "M484.8 266.9c-1.3.5-3.3-1.8-5-4.6a65 65 0 0 1-3-6"
353
- }), /* @__PURE__ */ React.createElement("path", {
354
- stroke: "#032d4f",
355
- d: "M484.8 266.8c-1.2.5-3.2-1.8-4.9-4.6a86 86 0 0 1-3-6"
356
- }), /* @__PURE__ */ React.createElement("path", {
357
- stroke: "#033054",
358
- d: "M484.8 266.8c-1 .4-3.2-1.7-4.9-4.7a92 92 0 0 1-3-5.9"
359
- }), /* @__PURE__ */ React.createElement("path", {
360
- stroke: "#043359",
361
- d: "M484.8 266.8c-.8.3-3.1-1.7-4.8-4.8-2-3.4-3-5.8-3-5.8"
362
- }), /* @__PURE__ */ React.createElement("path", {
363
- stroke: "#043760",
364
- d: "M484.9 266.7c-.7.3-3.1-1.7-4.8-4.8l-3.1-5.8"
365
- }), /* @__PURE__ */ React.createElement("path", {
366
- stroke: "#053a65",
367
- d: "M484.9 266.7c-.6.3-3-1.7-4.8-4.9a750 750 0 0 0-3.2-5.8"
368
- }), /* @__PURE__ */ React.createElement("path", {
369
- stroke: "#053d6a",
370
- d: "M484.9 266.7c-.4.2-3-1.6-4.7-5a281 281 0 0 0-3.2-5.7"
371
- }), /* @__PURE__ */ React.createElement("path", {
372
- stroke: "#064171",
373
- d: "M484.9 266.7c-.2 0-2.9-1.6-4.7-5L477 256"
374
- }), /* @__PURE__ */ React.createElement("path", {
375
- stroke: "#00209f",
376
- d: "M477 255.9s1 1.4 3.3 5.7a13.6 13.6 0 0 0 4.5 5m8 12.1 3.8-.7m-4-3.1 4.1 2.2"
377
- }), /* @__PURE__ */ React.createElement("path", {
378
- stroke: "#064171",
379
- d: "m492.5 275 4.2 2"
380
- }), /* @__PURE__ */ React.createElement("path", {
381
- stroke: "#053e6c",
382
- d: "m492.5 275.2 4.2 2"
383
- }), /* @__PURE__ */ React.createElement("path", {
384
- stroke: "#053b67",
385
- d: "m492.5 275.4 4.2 1.8"
386
- }), /* @__PURE__ */ React.createElement("path", {
387
- stroke: "#043862",
388
- d: "m492.6 275.6 4.2 1.6"
389
- }), /* @__PURE__ */ React.createElement("path", {
390
- stroke: "#04355c",
391
- d: "m492.6 275.8 4.2 1.4"
392
- }), /* @__PURE__ */ React.createElement("path", {
393
- stroke: "#043258",
394
- d: "m492.6 276 4.3 1.2"
395
- }), /* @__PURE__ */ React.createElement("path", {
396
- stroke: "#032f53",
397
- d: "m492.6 276.1 4.3 1.2"
398
- }), /* @__PURE__ */ React.createElement("path", {
399
- stroke: "#032c4d",
400
- d: "m492.6 276.3 4.4 1"
401
- }), /* @__PURE__ */ React.createElement("path", {
402
- stroke: "#022a49",
403
- d: "m492.6 276.5 4.4.9"
404
- }), /* @__PURE__ */ React.createElement("path", {
405
- stroke: "#064171",
406
- d: "m492.8 278.5 3.9-.5"
407
- }), /* @__PURE__ */ React.createElement("path", {
408
- stroke: "#053e6c",
409
- d: "m492.8 278.3 4-.4"
410
- }), /* @__PURE__ */ React.createElement("path", {
411
- stroke: "#053b67",
412
- d: "m492.8 278.1 4-.3"
413
- }), /* @__PURE__ */ React.createElement("path", {
414
- stroke: "#043862",
415
- d: "m492.8 278 4-.2"
416
- }), /* @__PURE__ */ React.createElement("path", {
417
- stroke: "#04355c",
418
- d: "M492.8 277.7h4"
419
- }), /* @__PURE__ */ React.createElement("path", {
420
- stroke: "#043258",
421
- d: "m492.8 277.5 4.1.2"
422
- }), /* @__PURE__ */ React.createElement("path", {
423
- stroke: "#032f53",
424
- d: "m492.8 277.3 4.2.3"
425
- }), /* @__PURE__ */ React.createElement("path", {
426
- stroke: "#032c4d",
427
- d: "m492.7 277.1 4.3.4"
428
- }), /* @__PURE__ */ React.createElement("path", {
429
- stroke: "#022a49",
430
- d: "m492.7 276.9 4.4.6"
431
- }), /* @__PURE__ */ React.createElement("path", {
432
- stroke: "#022743",
433
- d: "m492.7 276.7 4.4.7m-22.1.4s.2 3.2.9 4.5c1 1.9 3.9 4.7 7.2 6.8"
434
- }), /* @__PURE__ */ React.createElement("path", {
435
- stroke: "#022847",
436
- d: "M483.2 289.1a27.2 27.2 0 0 1-5.5-4.6 13.7 13.7 0 0 1-1.7-2.3c-.7-1.4-1-4.5-1-4.5"
437
- }), /* @__PURE__ */ React.createElement("path", {
438
- stroke: "#032b4c",
439
- d: "M483.3 289.1a27.2 27.2 0 0 1-5.4-4.7 9.3 9.3 0 0 1-1.7-2.3c-.8-1.4-1.2-4.5-1.2-4.5"
440
- }), /* @__PURE__ */ React.createElement("path", {
441
- stroke: "#032d4f",
442
- d: "M483.3 289.1a31.3 31.3 0 0 1-5.3-4.7 12 12 0 0 1-1.7-2.4c-.8-1.5-1.3-4.5-1.3-4.5"
443
- }), /* @__PURE__ */ React.createElement("path", {
444
- stroke: "#032f53",
445
- d: "M483.4 289a31.3 31.3 0 0 1-5.3-4.7 13.6 13.6 0 0 1-1.7-2.4c-.8-1.5-1.4-4.4-1.4-4.4"
446
- }), /* @__PURE__ */ React.createElement("path", {
447
- stroke: "#043258",
448
- d: "M483.5 289c-2.1-1.3-4-3.5-5.3-4.8a10 10 0 0 1-1.6-2.4c-1-1.5-1.6-4.4-1.6-4.4"
449
- }), /* @__PURE__ */ React.createElement("path", {
450
- stroke: "#04345b",
451
- d: "M483.6 289c-2.1-1.4-4-3.6-5.3-4.9a15 15 0 0 1-1.6-2.3 21.4 21.4 0 0 1-1.7-4.5"
452
- }), /* @__PURE__ */ React.createElement("path", {
453
- stroke: "#04365e",
454
- d: "M483.6 289c-2-1.4-4-3.7-5.1-5a14 14 0 0 1-1.7-2.3c-1-1.7-1.8-4.5-1.8-4.5"
455
- }), /* @__PURE__ */ React.createElement("path", {
456
- stroke: "#043862",
457
- d: "M483.7 289c-2-1.4-4-3.8-5.1-5a15 15 0 0 1-1.6-2.4 26 26 0 0 1-2-4.5"
458
- }), /* @__PURE__ */ React.createElement("path", {
459
- stroke: "#053b67",
460
- d: "M483.8 289c-2-1.5-4-4-5-5.1a13.8 13.8 0 0 1-1.7-2.4c-1.1-1.8-2-4.5-2-4.5"
461
- }), /* @__PURE__ */ React.createElement("path", {
462
- stroke: "#053d6a",
463
- d: "M483.9 289c-2-1.5-4-4-5-5.2a17 17 0 0 1-1.7-2.4c-1-1.8-2.1-4.5-2.1-4.5"
464
- }), /* @__PURE__ */ React.createElement("path", {
465
- stroke: "#053f6e",
466
- d: "M484 289c-2-1.5-4-4.2-5-5.3a19 19 0 0 1-1.7-2.4l-2.2-4.4"
467
- }), /* @__PURE__ */ React.createElement("path", {
468
- stroke: "#064172",
469
- d: "M484 289c-2-1.6-3.9-4.3-4.9-5.4a16 16 0 0 1-1.6-2.4l-2.4-4.4"
470
- }), /* @__PURE__ */ React.createElement("path", {
471
- stroke: "#00209f",
472
- d: "M475 276.7s3 5.3 4.3 6.8c1 1 2.8 4 4.8 5.5"
473
- }), /* @__PURE__ */ React.createElement("path", {
474
- stroke: "#011d33",
475
- d: "m475.2 290 10.2 6.6 2-3-1-2.7"
476
- }), /* @__PURE__ */ React.createElement("path", {
477
- stroke: "#011e34",
478
- d: "m475.2 289.9 10.2 6.5h.1l1.7-3s0-.3-.3-.7l-.6-1.7"
479
- }), /* @__PURE__ */ React.createElement("path", {
480
- stroke: "#022037",
481
- d: "M475.2 289.9c2.9 1.9 4.1 2.7 10.2 6.4l.1-.1 1.6-2.9-.2-.7a18 18 0 0 1-.6-1.6"
482
- }), /* @__PURE__ */ React.createElement("path", {
483
- stroke: "#022139",
484
- d: "M475.2 289.9c2.8 1.8 4.3 2.8 10.2 6.3l.1-.1 1.5-2.9-.2-.7-.5-1.5"
485
- }), /* @__PURE__ */ React.createElement("path", {
486
- stroke: "#02223b",
487
- d: "M475.2 289.8c2.7 1.8 4.5 2.9 10.2 6.3l.1-.2 1.4-2.8-.1-.7a8 8 0 0 1-.5-1.4"
488
- }), /* @__PURE__ */ React.createElement("path", {
489
- stroke: "#02233d",
490
- d: "M475.3 289.8c2.5 1.7 4.6 3 10.1 6.1h.1c0-.3 1.3-2.9 1.3-3l-.1-.5a9.6 9.6 0 0 1-.4-1.5"
491
- }), /* @__PURE__ */ React.createElement("path", {
492
- stroke: "#022540",
493
- d: "M475.3 289.8c2.4 1.6 4.7 3 10.2 6v-.1l1.2-2.8v-.6a5 5 0 0 1-.4-1.3"
494
- }), /* @__PURE__ */ React.createElement("path", {
495
- stroke: "#022541",
496
- d: "M475.3 289.8c2.3 1.6 5 3 10.2 5.9v-.2l1.1-2.8v-.5a4.8 4.8 0 0 1-.4-1.3"
497
- }), /* @__PURE__ */ React.createElement("path", {
498
- stroke: "#022743",
499
- d: "M475.3 289.8a110 110 0 0 0 10.2 5.8v-.2l1-2.8v-.5a4.1 4.1 0 0 1-.3-1.2"
500
- }), /* @__PURE__ */ React.createElement("path", {
501
- stroke: "#022847",
502
- d: "M475.3 289.7a93 93 0 0 0 10.2 5.8v-.2c0-.3 1-2.8 1-2.8v-.5c-.3-.3-.3-.7-.3-1"
503
- }), /* @__PURE__ */ React.createElement("path", {
504
- stroke: "#022a49",
505
- d: "M475.3 289.7a80.5 80.5 0 0 0 10.2 5.6.3.3 0 0 0 0-.1c0-.4.8-2.8.8-2.8s.2-.1 0-.4v-1"
506
- }), /* @__PURE__ */ React.createElement("path", {
507
- stroke: "#032a4a",
508
- d: "M475.3 289.7a80 80 0 0 0 10.2 5.5v-.2l.7-2.7s.2-.1 0-.4v-1"
509
- }), /* @__PURE__ */ React.createElement("path", {
510
- stroke: "#032b4c",
511
- d: "M475.4 289.7a68 68 0 0 0 10 5.4l.2-.2.5-2.7s.2-.1.1-.4 0-.5 0-.8"
512
- }), /* @__PURE__ */ React.createElement("path", {
513
- stroke: "#032d4f",
514
- d: "M475.4 289.7a62.4 62.4 0 0 0 10 5.3l.2-.2.4-2.8s.3 0 .2-.3c-.2-.3 0-.4 0-.7"
515
- }), /* @__PURE__ */ React.createElement("path", {
516
- stroke: "#032e50",
517
- d: "M475.4 289.7c1.7 1 6 3.6 10.1 5.2v-.2l.4-2.7s.3 0 .2-.3 0-.3.1-.7"
518
- }), /* @__PURE__ */ React.createElement("path", {
519
- stroke: "#032f53",
520
- d: "M475.4 289.6a54.3 54.3 0 0 0 10.1 5.1.5.5 0 0 0 0-.2l.3-2.7.2-.2c-.1-.3 0-.3.2-.6"
521
- }), /* @__PURE__ */ React.createElement("path", {
522
- stroke: "#033156",
523
- d: "M475.4 289.6c1.5 1 6.3 3.8 10.1 5a.5.5 0 0 0 0-.2l.2-2.7s.4 0 .3-.2c-.2-.3 0-.2.1-.6"
524
- }), /* @__PURE__ */ React.createElement("path", {
525
- stroke: "#043258",
526
- d: "M475.4 289.6a45 45 0 0 0 10.1 4.9l.1-.2v-2.7s.4 0 .3-.2.1-.1.3-.4"
527
- }), /* @__PURE__ */ React.createElement("path", {
528
- stroke: "#043359",
529
- d: "M475.4 289.6c1.3.9 6.7 4 10.1 4.7l.1-.2-.1-2.6s.4 0 .3-.1c0-.3.2-.1.3-.4"
530
- }), /* @__PURE__ */ React.createElement("path", {
531
- stroke: "#04355c",
532
- d: "M475.4 289.6c1.2.8 6.8 4 10.1 4.6l.1-.2-.3-2.6.5-.1c-.1-.3.2 0 .3-.4"
533
- }), /* @__PURE__ */ React.createElement("path", {
534
- stroke: "#04365e",
535
- d: "M475.4 289.6c1.1.7 7 4 10.1 4.5l.1-.2c0-.7-.3-2.6-.4-2.6h.5c0-.3.2 0 .4-.3"
536
- }), /* @__PURE__ */ React.createElement("path", {
537
- stroke: "#043760",
538
- d: "M475.4 289.6c1 .6 7.2 4.1 10.1 4.4l.1-.3c0-.6-.4-2.5-.5-2.6 0 0 .6.2.5 0 0-.1.3.2.5-.1"
539
- }), /* @__PURE__ */ React.createElement("path", {
540
- stroke: "#043862",
541
- d: "M475.4 289.6c1 .5 7.3 4.2 10.1 4.3l.2-.3a12.5 12.5 0 0 0-.7-2.6s.6.2.5 0c0-.1.4.3.6 0"
542
- }), /* @__PURE__ */ React.createElement("path", {
543
- stroke: "#053a65",
544
- d: "M475.5 289.5c.8.5 7.4 4.3 10 4.2l.2-.2c0-.8-.7-2.6-.8-2.6s.6.2.6 0c0 0 .3.4.6 0"
545
- }), /* @__PURE__ */ React.createElement("path", {
546
- stroke: "#053b67",
547
- d: "M475.5 289.5c.7.5 7.6 4.4 10 4.1l.2-.3c0-.7-.8-2.4-.9-2.5l.6.1c0-.1.5.3.7 0"
548
- }), /* @__PURE__ */ React.createElement("path", {
549
- stroke: "#053c68",
550
- d: "M475.5 289.5c.6.4 7.8 4.4 10 4l.2-.3a6 6 0 0 0-1-2.5l.7.1c0-.1.4.4.7.1"
551
- }), /* @__PURE__ */ React.createElement("path", {
552
- stroke: "#053e6c",
553
- d: "M475.5 289.5c.5.3 8 4.5 10 3.9a.5.5 0 0 0 .2-.3c0-.8-1-2.5-1.1-2.5l.7.1s.5.6.8.3"
554
- }), /* @__PURE__ */ React.createElement("path", {
555
- stroke: "#053f6e",
556
- d: "M475.5 289.5c.4.2 8 4.6 10 3.8l.2-.4c0-.8-1.1-2.4-1.2-2.5l.7.3s.6.6.9.2"
557
- }), /* @__PURE__ */ React.createElement("path", {
558
- stroke: "#053f6f",
559
- d: "M475.5 289.5c.3.2 8.2 4.6 10 3.6l.2-.3c0-.9-1.2-2.4-1.3-2.5l.7.3s.6.6 1 .4"
560
- }), /* @__PURE__ */ React.createElement("path", {
561
- stroke: "#064171",
562
- d: "M475.5 289.4c.2.2 8.4 4.8 10 3.6a.7.7 0 0 0 .2-.3c0-1-1.3-2.4-1.4-2.5l.8.3s.6.7 1 .4"
563
- }), /* @__PURE__ */ React.createElement("path", {
564
- stroke: "#064374",
565
- d: "M475.5 289.4c.1 0 8.6 4.9 10 3.5l.2-.3c0-1-1.4-2.4-1.6-2.5l1 .3s.6.8 1 .6"
566
- }), /* @__PURE__ */ React.createElement("path", {
567
- stroke: "#00209f",
568
- d: "M475.6 289.4s9.7 5.5 10.1 3c0-1-1.6-2.4-1.6-2.4l.9.3s.6 1 1 .6"
569
- }), /* @__PURE__ */ React.createElement("path", {
570
- stroke: "#011d33",
571
- d: "m474.4 315.1-7.5 12.6a5.2 5.2 0 0 1-1.8-2.2c-.6-1.7-.5-1.7-1-3.6l-.4-3.4c-.3-1.2-1.9-4.8-2-6.2"
572
- }), /* @__PURE__ */ React.createElement("path", {
573
- stroke: "#011d33",
574
- d: "M461.8 312.3c0 1.4 1.6 5 1.9 6 .2 1.2.2 2.4.5 3.5.4 1.9.3 1.8 1 3.6a5.2 5.2 0 0 0 1.7 2.2l7.5-12.5"
575
- }), /* @__PURE__ */ React.createElement("path", {
576
- stroke: "#011e34",
577
- d: "M461.8 312.3c0 1.4 1.6 5 1.8 6 .3 1.2.3 2.3.6 3.4.4 1.8.3 1.8 1 3.6.2.8 1.2 1.8 1.7 2.1l7.5-12.3"
578
- }), /* @__PURE__ */ React.createElement("path", {
579
- stroke: "#011e34",
580
- d: "M461.8 312.3c0 1.4 1.6 4.9 1.8 6 .3 1 .3 2.2.6 3.3.4 1.8.3 1.8 1 3.5a5.5 5.5 0 0 0 1.7 2.2l7.5-12.2"
581
- }), /* @__PURE__ */ React.createElement("path", {
582
- stroke: "#011f36",
583
- d: "M461.8 312.3c0 1.3 1.6 4.8 1.8 5.9.3 1.1.3 2.3.6 3.3.4 1.8.3 1.8 1 3.5a5.5 5.5 0 0 0 1.7 2.1l7.5-12"
584
- }), /* @__PURE__ */ React.createElement("path", {
585
- stroke: "#011f36",
586
- d: "M461.8 312.3c0 1.3 1.6 4.8 1.8 5.9.3 1 .3 2.2.6 3.3.4 1.7.3 1.7 1 3.4.2.8 1.2 1.8 1.7 2.1l7.5-11.9"
587
- }), /* @__PURE__ */ React.createElement("path", {
588
- stroke: "#022037",
589
- d: "M461.8 312.3c0 1.3 1.5 4.7 1.8 5.8.3 1 .3 2.2.6 3.3.4 1.7.3 1.7 1 3.4.2.8 1.2 1.7 1.7 2 .2.1 7.4-11.6 7.5-11.7"
590
- }), /* @__PURE__ */ React.createElement("path", {
591
- stroke: "#022037",
592
- d: "M461.8 312.3c0 1.3 1.5 4.6 1.8 5.7l.6 3.3c.4 1.7.4 1.7 1 3.3.2.8 1.2 1.8 1.7 2.1.2 0 7.3-11.5 7.5-11.6"
593
- }), /* @__PURE__ */ React.createElement("path", {
594
- stroke: "#022139",
595
- d: "M461.8 312.3c0 1.3 1.5 4.6 1.8 5.7.3 1 .3 2.2.6 3.2.4 1.7.4 1.7 1 3.3.3.8 1.2 1.7 1.7 2 .2.1 7.3-11.3 7.5-11.4"
596
- }), /* @__PURE__ */ React.createElement("path", {
597
- stroke: "#022139",
598
- d: "M461.8 312.3c0 1.3 1.5 4.6 1.8 5.6s.3 2.2.6 3.2c.4 1.7.4 1.7 1 3.3a5.4 5.4 0 0 0 1.7 2c.3 0 7.3-11.2 7.5-11.3"
599
- }), /* @__PURE__ */ React.createElement("path", {
600
- stroke: "#022139",
601
- d: "M461.8 312.3c0 1.3 1.5 4.5 1.8 5.6.3 1 .3 2 .6 3.1.5 1.7.4 1.7 1 3.3.3.8 1.2 1.7 1.7 2 .3 0 7.2-11 7.5-11.2"
602
- }), /* @__PURE__ */ React.createElement("path", {
603
- stroke: "#02223b",
604
- d: "M461.8 312.3c0 1.3 1.5 4.4 1.8 5.5.3 1 .3 2.1.6 3 .5 1.8.4 1.8 1 3.3a5 5 0 0 0 1.7 2c.3.1 7.2-10.9 7.5-11"
605
- }), /* @__PURE__ */ React.createElement("path", {
606
- stroke: "#02223b",
607
- d: "M461.8 312.3c0 1.2 1.5 4.4 1.8 5.4s.3 2.2.6 3.1c.5 1.7.4 1.7 1 3.2a5.2 5.2 0 0 0 1.7 2c.3.1 7.2-10.8 7.5-10.9"
608
- }), /* @__PURE__ */ React.createElement("path", {
609
- stroke: "#02233d",
610
- d: "M461.8 312.3c0 1.2 1.5 4.3 1.8 5.4l.6 3c.5 1.7.4 1.7 1 3.2a5.1 5.1 0 0 0 1.8 2c.3 0 7-10.6 7.4-10.8"
611
- }), /* @__PURE__ */ React.createElement("path", {
612
- stroke: "#02233d",
613
- d: "M461.8 312.3c0 1.2 1.4 4.3 1.8 5.3l.6 3 1 3.2a7 7 0 0 0 1.8 2c.3 0 7-10.6 7.4-10.7"
614
- }), /* @__PURE__ */ React.createElement("path", {
615
- stroke: "#02233e",
616
- d: "M461.8 312.3c0 1.2 1.4 4.3 1.8 5.3l.6 3 1 3a6 6 0 0 0 1.8 2c.3.1 7-10.3 7.4-10.5"
617
- }), /* @__PURE__ */ React.createElement("path", {
618
- stroke: "#02233e",
619
- d: "M461.8 312.3c0 1.1 1.4 4.2 1.8 5.2l.6 3 1 3a5 5 0 0 0 1.8 2c.4 0 7-10.3 7.4-10.4"
620
- }), /* @__PURE__ */ React.createElement("path", {
621
- stroke: "#022540",
622
- d: "M461.8 312.2c0 1.2 1.4 4.2 1.8 5.3l.6 2.9 1 3a5.2 5.2 0 0 0 1.8 2c.4 0 7-10.1 7.4-10.3"
623
- }), /* @__PURE__ */ React.createElement("path", {
624
- stroke: "#022540",
625
- d: "M461.8 312.2c0 1.2 1.4 4.2 1.8 5.2l.6 2.9 1 3c.4.7 1.3 1.5 1.8 1.8.4.2 7-9.8 7.4-10"
626
- }), /* @__PURE__ */ React.createElement("path", {
627
- stroke: "#022540",
628
- d: "M461.8 312.2c0 1.2 1.4 4.1 1.8 5.1l.7 2.9c.4 1.5.4 1.6 1 3a5 5 0 0 0 1.7 1.8c.4.1 7-9.7 7.4-9.9"
629
- }), /* @__PURE__ */ React.createElement("path", {
630
- stroke: "#022541",
631
- d: "M461.8 312.2c0 1.2 1.4 4 1.8 5l.7 3 1 2.9a5.2 5.2 0 0 0 1.7 1.8c.4.1 6.9-9.6 7.4-9.8"
632
- }), /* @__PURE__ */ React.createElement("path", {
633
- stroke: "#022541",
634
- d: "M461.8 312.2c0 1.1 1.4 4 1.8 5l.7 2.8 1 3c.3.6 1.2 1.5 1.7 1.8.5 0 6.9-9.5 7.4-9.7"
635
- }), /* @__PURE__ */ React.createElement("path", {
636
- stroke: "#022743",
637
- d: "M461.8 312.2c0 1.1 1.4 4 1.8 5l.7 2.7c.4 1.5.5 1.5 1 2.9a6 6 0 0 0 1.7 1.8c.5.1 6.8-9.3 7.4-9.5"
638
- }), /* @__PURE__ */ React.createElement("path", {
639
- stroke: "#022743",
640
- d: "M461.8 312.2c0 1.1 1.4 4 1.8 5l.7 2.6 1 3a5 5 0 0 0 1.7 1.6c.5.2 6.8-9 7.4-9.3"
641
- }), /* @__PURE__ */ React.createElement("path", {
642
- stroke: "#022845",
643
- d: "M461.8 312.2c0 1.1 1.4 3.9 1.8 4.8l.7 2.8 1 2.8a4.9 4.9 0 0 0 1.7 1.7c.6.2 6.8-9 7.4-9.2"
644
- }), /* @__PURE__ */ React.createElement("path", {
645
- stroke: "#022845",
646
- d: "M461.8 312.2c0 1.1 1.4 3.8 1.8 4.8l.7 2.7c.4 1.4.5 1.4 1 2.7a5.3 5.3 0 0 0 1.7 1.8c.6.2 6.7-8.9 7.4-9"
647
- }), /* @__PURE__ */ React.createElement("path", {
648
- stroke: "#022847",
649
- d: "M461.8 312.2c0 1 1.3 3.7 1.8 4.7l.7 2.7 1 2.7a4.8 4.8 0 0 0 1.7 1.7c.6.2 6.7-8.7 7.4-8.9"
650
- }), /* @__PURE__ */ React.createElement("path", {
651
- stroke: "#022847",
652
- d: "M461.8 312.2c0 1 1.3 3.7 1.8 4.6l.7 2.7 1.1 2.7a5 5 0 0 0 1.6 1.7c.7.2 6.7-8.6 7.4-8.8"
653
- }), /* @__PURE__ */ React.createElement("path", {
654
- stroke: "#022847",
655
- d: "M461.8 312.2c0 1 1.3 3.7 1.8 4.6l.7 2.6 1.1 2.7a5 5 0 0 0 1.6 1.7c.7.1 6.7-8.4 7.4-8.7"
656
- }), /* @__PURE__ */ React.createElement("path", {
657
- stroke: "#022a49",
658
- d: "M461.8 312.2c0 1 1.3 3.6 1.8 4.6l.7 2.5 1.1 2.7c.4.6 1.1 1.3 1.7 1.6.6.2 6.6-8.2 7.3-8.5"
659
- }), /* @__PURE__ */ React.createElement("path", {
660
- stroke: "#022a49",
661
- d: "M461.8 312.2c0 1 1.3 3.5 1.8 4.5l.7 2.5 1.1 2.6c.4.6 1.1 1.4 1.7 1.6.7.3 6.5-8 7.3-8.3"
662
- }), /* @__PURE__ */ React.createElement("path", {
663
- stroke: "#032a4a",
664
- d: "M461.8 312.2c0 1 1.3 3.5 1.8 4.4l.7 2.5c.5 1.3.5 1.4 1.2 2.6.3.6 1 1.4 1.6 1.6.7.2 6.5-8 7.3-8.2"
665
- }), /* @__PURE__ */ React.createElement("path", {
666
- stroke: "#032a4a",
667
- d: "M461.8 312.2c0 1 1.3 3.4 1.7 4.4l.8 2.4 1.2 2.6a5 5 0 0 0 1.6 1.6c.7.2 6.5-7.8 7.3-8.1"
668
- }), /* @__PURE__ */ React.createElement("path", {
669
- stroke: "#032b4c",
670
- d: "M461.8 312.2c0 1 1.2 3.4 1.7 4.3.4.8.5 1.7.8 2.4l1.2 2.6c.3.6 1 1.2 1.6 1.5.7.3 6.4-7.6 7.3-8"
671
- }), /* @__PURE__ */ React.createElement("path", {
672
- stroke: "#032b4c",
673
- d: "M461.8 312.2c0 1 1.2 3.3 1.7 4.3.4.7.5 1.6.8 2.3l1.2 2.6c.3.5 1 1.2 1.6 1.5.8.2 6.4-7.5 7.3-7.8"
674
- }), /* @__PURE__ */ React.createElement("path", {
675
- stroke: "#032c4d",
676
- d: "M461.8 312.2c0 1 1.2 3.3 1.7 4.2.4.8.5 1.6.8 2.4l1.2 2.4c.3.6 1 1.3 1.6 1.6.8.2 6.4-7.4 7.3-7.7"
677
- }), /* @__PURE__ */ React.createElement("path", {
678
- stroke: "#032c4d",
679
- d: "M461.8 312.2c0 .9 1.2 3.2 1.7 4.1l.9 2.4c.4 1.2.5 1.3 1.1 2.4a5.2 5.2 0 0 0 1.6 1.5c.8.3 6.3-7.2 7.3-7.5"
680
- }), /* @__PURE__ */ React.createElement("path", {
681
- stroke: "#032c4d",
682
- d: "M461.8 312.2a13 13 0 0 0 1.7 4l.9 2.4c.4 1.2.5 1.2 1.1 2.4a4.7 4.7 0 0 0 1.6 1.4c.9.4 6.3-7 7.3-7.3"
683
- }), /* @__PURE__ */ React.createElement("path", {
684
- stroke: "#032d4f",
685
- d: "M461.8 312.2c0 .9 1.2 3.1 1.7 4 .4.8.5 1.6.9 2.3.4 1.2.5 1.3 1.1 2.3.3.6 1 1.3 1.6 1.5.9.3 6.3-6.8 7.3-7.2"
686
- }), /* @__PURE__ */ React.createElement("path", {
687
- stroke: "#032d4f",
688
- d: "M461.8 312.2c0 .8 1.2 3 1.7 4 .4.7.5 1.5.9 2.2.4 1.2.6 1.2 1.1 2.4a5 5 0 0 0 1.6 1.4c1 .3 6.3-6.7 7.3-7.1"
689
- }), /* @__PURE__ */ React.createElement("path", {
690
- stroke: "#032e50",
691
- d: "M461.8 312.2c0 .8 1.2 3 1.7 4 .4.6.5 1.4.9 2.1.4 1.2.6 1.2 1.1 2.3a5.4 5.4 0 0 0 1.6 1.5c1 .2 6.3-6.6 7.3-7"
692
- }), /* @__PURE__ */ React.createElement("path", {
693
- stroke: "#032e50",
694
- d: "M461.8 312.2c0 .8 1.1 3 1.7 3.8.4.8.5 1.5.9 2.2.4 1.2.6 1.3 1.1 2.3a4.8 4.8 0 0 0 1.6 1.4c1 .3 6.2-6.4 7.3-6.8"
695
- }), /* @__PURE__ */ React.createElement("path", {
696
- stroke: "#032f53",
697
- d: "M461.8 312.2c0 .8 1.1 3 1.7 3.8.4.7.5 1.5.9 2.1.4 1.1.6 1.2 1.2 2.3a5 5 0 0 0 1.5 1.4c1 .3 6.2-6.3 7.3-6.7"
698
- }), /* @__PURE__ */ React.createElement("path", {
699
- stroke: "#032f53",
700
- d: "M461.8 312.2a11 11 0 0 0 1.7 3.7c.4.7.5 1.5.9 2.2l1.2 2.1a5 5 0 0 0 1.5 1.4c1 .3 6.2-6 7.3-6.5"
701
- }), /* @__PURE__ */ React.createElement("path", {
702
- stroke: "#033054",
703
- d: "M461.8 312.2a12 12 0 0 0 1.7 3.7c.4.6.5 1.4.9 2l1.2 2.2a5.1 5.1 0 0 0 1.6 1.4c1 .3 6-6 7.2-6.4"
704
- }), /* @__PURE__ */ React.createElement("path", {
705
- stroke: "#033054",
706
- d: "M461.8 312.2c0 .7 1 2.7 1.7 3.6.4.7.5 1.4 1 2l1 2.2a4.5 4.5 0 0 0 1.7 1.3c1 .4 6-5.8 7.2-6.2"
707
- }), /* @__PURE__ */ React.createElement("path", {
708
- stroke: "#033054",
709
- d: "M461.8 312.2c0 .7 1 2.7 1.7 3.6l1 2c.4 1 .6 1.1 1.1 2a5.4 5.4 0 0 0 1.6 1.4c1 .3 6-5.7 7.2-6.1"
710
- }), /* @__PURE__ */ React.createElement("path", {
711
- stroke: "#033156",
712
- d: "M461.8 312.2c0 .7 1 2.7 1.7 3.5l1 2c.3 1 .6 1.1 1.1 2a5.4 5.4 0 0 0 1.5 1.4c1.1.3 6-5.6 7.3-6"
713
- }), /* @__PURE__ */ React.createElement("path", {
714
- stroke: "#033156",
715
- d: "M461.8 312.2c0 .7 1 2.6 1.7 3.4l1 2c.3 1 .6 1.1 1.1 2a5.4 5.4 0 0 0 1.5 1.3c1.2.3 6-5.3 7.3-5.8"
716
- }), /* @__PURE__ */ React.createElement("path", {
717
- stroke: "#043258",
718
- d: "M461.8 312.2c0 .7 1 2.6 1.7 3.4l1 1.9c.3 1 .6 1 1.2 2 .3.5 1 1 1.4 1.3 1.2.3 6-5.2 7.3-5.7"
719
- }), /* @__PURE__ */ React.createElement("path", {
720
- stroke: "#043258",
721
- d: "M461.8 312.2a8 8 0 0 0 1.7 3.3l1 2c.3.9.6 1 1.2 2 .3.4 1 1 1.4 1.1 1.2.4 6-5 7.3-5.5"
722
- }), /* @__PURE__ */ React.createElement("path", {
723
- stroke: "#043359",
724
- d: "M461.8 312.2c0 .6 1 2.4 1.7 3.3l1 1.8c.4 1 .6 1.1 1.2 2 .3.5 1 1 1.4 1.2 1.3.3 6-5 7.3-5.4"
725
- }), /* @__PURE__ */ React.createElement("path", {
726
- stroke: "#043359",
727
- d: "M461.8 312.2c0 .6 1 2.4 1.7 3.2l1 1.9c.4.8.6 1 1.2 1.8.4.5 1 1 1.5 1.2 1.2.4 5.8-4.7 7.2-5.2"
728
- }), /* @__PURE__ */ React.createElement("path", {
729
- stroke: "#04345b",
730
- d: "M461.8 312.2c0 .6 1 2.4 1.7 3.1l1 1.9c.4.9.7 1 1.2 1.8.4.5 1 1 1.5 1.2 1.2.4 5.8-4.6 7.2-5.1"
731
- }), /* @__PURE__ */ React.createElement("path", {
732
- stroke: "#04345b",
733
- d: "M461.8 312.2c0 .6 1 2.3 1.7 3l1 1.9c.4.8.7 1 1.2 1.8.4.5 1 1 1.5 1.2 1.3.4 5.8-4.5 7.2-5"
734
- }), /* @__PURE__ */ React.createElement("path", {
735
- stroke: "#04345b",
736
- d: "M461.8 312.2c0 .6 1 2.2 1.7 3l1 1.8c.4.9.7 1 1.2 1.8.4.4 1 1 1.5 1.1 1.3.4 5.8-4.3 7.2-4.8"
737
- }), /* @__PURE__ */ React.createElement("path", {
738
- stroke: "#04355c",
739
- d: "M461.8 312.2c0 .5 1 2.2 1.7 3l1 1.7c.4.8.7 1 1.2 1.8.4.4 1 .9 1.5 1 1.3.5 5.7-4.1 7.2-4.6"
740
- }), /* @__PURE__ */ React.createElement("path", {
741
- stroke: "#04355c",
742
- d: "M461.8 312.2c0 .5 1 2.1 1.7 3l1 1.6c.4.8.7 1 1.3 1.7.3.5 1 1 1.4 1.1 1.3.5 5.7-4 7.2-4.5"
743
- }), /* @__PURE__ */ React.createElement("path", {
744
- stroke: "#04365e",
745
- d: "M461.8 312.2c0 .5 1 2.1 1.7 2.9l1 1.6c.4.9.7 1 1.3 1.7.3.5 1 .9 1.4 1.1 1.4.4 5.7-3.9 7.2-4.4"
746
- }), /* @__PURE__ */ React.createElement("path", {
747
- stroke: "#04365e",
748
- d: "M461.8 312.2c0 .5 1 2 1.7 2.8l1 1.6c.4.8.7 1 1.3 1.7.3.4 1 .9 1.4 1 1.4.5 5.6-3.7 7.2-4.2"
749
- }), /* @__PURE__ */ React.createElement("path", {
750
- stroke: "#043760",
751
- d: "M461.8 312.2c0 .5 1 2 1.7 2.8l1 1.5c.4.8.7 1 1.3 1.7.3.4 1 .8 1.4 1 1.4.4 5.6-3.6 7.2-4.1"
752
- }), /* @__PURE__ */ React.createElement("path", {
753
- stroke: "#043760",
754
- d: "M461.8 312.2c0 .5 1 2 1.7 2.7l1 1.6c.4.7.7.8 1.3 1.6.3.4 1 .8 1.4 1 1.5.4 5.6-3.5 7.2-4"
755
- }), /* @__PURE__ */ React.createElement("path", {
756
- stroke: "#043862",
757
- d: "M461.8 312.2c0 .5 1 1.9 1.7 2.6l1 1.6c.4.7.7.9 1.3 1.5.3.4 1 .8 1.4 1 1.5.5 5.5-3.3 7.2-3.9"
758
- }), /* @__PURE__ */ React.createElement("path", {
759
- stroke: "#043862",
760
- d: "M461.8 312.2c0 .4 1 1.8 1.7 2.6l1 1.5c.4.7.7.9 1.3 1.5l1.4 1c1.5.4 5.5-3.2 7.2-3.8"
761
- }), /* @__PURE__ */ React.createElement("path", {
762
- stroke: "#043862",
763
- d: "M461.8 312.2c0 .4.9 1.8 1.7 2.5l1 1.5c.4.7.8.8 1.3 1.5l1.4 1c1.5.4 5.5-3 7.2-3.7"
764
- }), /* @__PURE__ */ React.createElement("path", {
765
- stroke: "#043963",
766
- d: "M461.8 312.2c0 .4.9 1.7 1.7 2.4l1 1.5c.4.7.8.8 1.3 1.5l1.4.9c1.5.5 5.5-2.8 7.2-3.5"
767
- }), /* @__PURE__ */ React.createElement("path", {
768
- stroke: "#043963",
769
- d: "M461.8 312.2c0 .4.9 1.7 1.7 2.4l1 1.4c.4.7.8.8 1.3 1.5l1.4.9c1.6.5 5.5-2.7 7.2-3.4"
770
- }), /* @__PURE__ */ React.createElement("path", {
771
- stroke: "#053a65",
772
- d: "M461.8 312.2c0 .4.9 1.6 1.7 2.3l1 1.4 1.3 1.4 1.4 1c1.6.4 5.4-2.6 7.2-3.3"
773
- }), /* @__PURE__ */ React.createElement("path", {
774
- stroke: "#053a65",
775
- d: "M461.8 312.2c0 .3.8 1.6 1.7 2.3l1 1.3c.5.7.8.8 1.4 1.4.3.4.9.7 1.4.9 1.6.5 5.3-2.4 7.1-3"
776
- }), /* @__PURE__ */ React.createElement("path", {
777
- stroke: "#053b67",
778
- d: "M461.8 312.2c0 .3.8 1.5 1.7 2.2l1 1.3 1.4 1.4c.4.3.9.7 1.4.8 1.6.5 5.3-2.2 7.1-2.9"
779
- }), /* @__PURE__ */ React.createElement("path", {
780
- stroke: "#053b67",
781
- d: "M461.8 312.2c0 .3.8 1.5 1.7 2.1.3.5.6 1 1 1.3.5.7.8.8 1.4 1.4l1.4.8c1.6.5 5.2-2 7.1-2.8"
782
- }), /* @__PURE__ */ React.createElement("path", {
783
- stroke: "#053c68",
784
- d: "M461.8 312.2c0 .3.8 1.4 1.7 2.1l1 1.3 1.4 1.3c.4.3.9.6 1.4.7 1.7.6 5.2-1.9 7.1-2.6"
785
- }), /* @__PURE__ */ React.createElement("path", {
786
- stroke: "#053c68",
787
- d: "M461.8 312.2c0 .3.8 1.4 1.7 2l1 1.3 1.4 1.2 1.4.8c1.7.5 5.2-1.8 7.1-2.5"
788
- }), /* @__PURE__ */ React.createElement("path", {
789
- stroke: "#053c68",
790
- d: "M461.8 312.2a6 6 0 0 0 1.7 2l1 1.2 1.4 1.2a6 6 0 0 0 1.4.8c1.7.5 5.1-1.7 7.1-2.4"
791
- }), /* @__PURE__ */ React.createElement("path", {
792
- stroke: "#053d6a",
793
- d: "M461.8 312.2c0 .2.8 1.2 1.7 2l1 1 1.4 1.3a6 6 0 0 0 1.4.8c1.8.5 5.1-1.5 7.1-2.3"
794
- }), /* @__PURE__ */ React.createElement("path", {
795
- stroke: "#053d6a",
796
- d: "M461.8 312.2a6 6 0 0 0 1.7 1.9l1 1.1 1.4 1.1 1.4.8c1.8.5 5.1-1.3 7.1-2"
797
- }), /* @__PURE__ */ React.createElement("path", {
798
- stroke: "#053e6c",
799
- d: "M461.8 312.2c0 .2.7 1.1 1.7 1.8l1 1.1c.5.5 1 .7 1.5 1.1l1.3.8c1.8.5 5.1-1.2 7.1-2"
800
- }), /* @__PURE__ */ React.createElement("path", {
801
- stroke: "#053e6c",
802
- d: "M461.8 312.2c0 .2.7 1.1 1.6 1.8l1.1 1c.5.5 1 .7 1.5 1.1l1.3.7c1.8.6 5-1 7.1-1.8"
803
- }), /* @__PURE__ */ React.createElement("path", {
804
- stroke: "#053f6e",
805
- d: "M461.8 312.2c0 .1.7 1 1.6 1.7l1.1 1c.5.5 1 .7 1.5 1 .4.4.8.6 1.3.8 1.8.6 5-1 7.1-1.7"
806
- }), /* @__PURE__ */ React.createElement("path", {
807
- stroke: "#053f6e",
808
- d: "M461.8 312.2c0 .1.7 1 1.6 1.6a14 14 0 0 0 1.2 1c.4.5.9.7 1.4 1 .4.3.9.6 1.3.7 1.9.6 5-.7 7.1-1.5"
809
- }), /* @__PURE__ */ React.createElement("path", {
810
- stroke: "#053f6f",
811
- d: "M461.8 312.2c0 .1.7 1 1.6 1.6l1.2 1 1.4 1 1.3.6c2 .5 5-.6 7.1-1.4"
812
- }), /* @__PURE__ */ React.createElement("path", {
813
- stroke: "#053f6f",
814
- d: "M461.8 312.2c0 .1.7.9 1.6 1.5l1.2 1 1.4 1 1.3.6c2 .5 5-.5 7.1-1.3"
815
- }), /* @__PURE__ */ React.createElement("path", {
816
- stroke: "#053f6f",
817
- d: "M461.8 312.2c0 .1.7.8 1.6 1.5l1.2.9 1.4 1 1.3.5c2 .6 5-.3 7.1-1"
818
- }), /* @__PURE__ */ React.createElement("path", {
819
- stroke: "#064171",
820
- d: "M461.8 312.2s.7.8 1.6 1.4l1.2.9 1.5.9 1.2.6c2 .6 4.9-.2 7.1-1"
821
- }), /* @__PURE__ */ React.createElement("path", {
822
- stroke: "#064171",
823
- d: "m461.8 312.2 1.6 1.4 1.2.8 1.5.9 1.3.5c2 .6 4.8 0 7-.8"
824
- }), /* @__PURE__ */ React.createElement("path", {
825
- stroke: "#064172",
826
- d: "M461.8 312.2s.7.7 1.6 1.3l1.2.8 1.5.8 1.3.6c2 .6 4.7.2 7-.7"
827
- }), /* @__PURE__ */ React.createElement("path", {
828
- stroke: "#064172",
829
- d: "M461.8 312.1c0 .1.7.7 1.6 1.3l1.2.8 1.5.8 1.3.6c2 .6 4.7.3 7-.6"
830
- }), /* @__PURE__ */ React.createElement("path", {
831
- stroke: "#064374",
832
- d: "M461.8 312.1c0 .1.6.7 1.6 1.3l1.2.7a12.7 12.7 0 0 0 2.8 1.3c2 .6 4.7.5 7-.4"
833
- }), /* @__PURE__ */ React.createElement("path", {
834
- stroke: "#064374",
835
- d: "M461.8 312.1s.6.6 1.6 1.2l1.2.7a15.7 15.7 0 0 0 2.8 1.3c2 .6 4.7.6 7-.3"
836
- }), /* @__PURE__ */ React.createElement("path", {
837
- stroke: "#00209f",
838
- d: "m461.8 312.1 1.6 1.2 1.2.7 1.5.6a12 12 0 0 0 8.3.4m-12.6-2.9s6.5 5.1 12.6 3"
839
- }), /* @__PURE__ */ React.createElement("path", {
840
- stroke: "#022743",
841
- d: "M461.6 292.2s1.2 8 1.7 9.3c.4 1 3 5.6 6.9 6.7"
842
- }), /* @__PURE__ */ React.createElement("path", {
843
- stroke: "#022a49",
844
- d: "M461.6 292.2s1.3 8 1.8 9.2c.5 1 2.8 5.4 6.8 6.8"
845
- }), /* @__PURE__ */ React.createElement("path", {
846
- stroke: "#032b4c",
847
- d: "M461.6 292.1s1.4 8 1.9 9.2a14 14 0 0 0 6.7 6.9"
848
- }), /* @__PURE__ */ React.createElement("path", {
849
- stroke: "#032e50",
850
- d: "M461.6 292.1s1.5 8 2 9.1c.5 1 2.5 5 6.6 7"
851
- }), /* @__PURE__ */ React.createElement("path", {
852
- stroke: "#033054",
853
- d: "M461.6 292.1s1.6 7.9 2 9a15.2 15.2 0 0 0 6.7 7"
854
- }), /* @__PURE__ */ React.createElement("path", {
855
- stroke: "#043359",
856
- d: "M461.6 292.1s1.6 7.8 2.2 9a15.8 15.8 0 0 0 6.5 7"
857
- }), /* @__PURE__ */ React.createElement("path", {
858
- stroke: "#04355c",
859
- d: "M461.6 292s1.7 7.8 2.3 9c.5 1.1 2 4.3 6.4 7"
860
- }), /* @__PURE__ */ React.createElement("path", {
861
- stroke: "#043760",
862
- d: "M461.7 292s1.7 7.8 2.3 9c.5 1 1.9 4 6.3 7"
863
- }), /* @__PURE__ */ React.createElement("path", {
864
- stroke: "#053a65",
865
- d: "M461.7 292s1.8 7.7 2.4 8.9c.5 1 1.7 3.8 6.2 7.1"
866
- }), /* @__PURE__ */ React.createElement("path", {
867
- stroke: "#053c68",
868
- d: "M461.7 292s1.9 7.7 2.5 8.8 1.6 3.5 6.1 7.2"
869
- }), /* @__PURE__ */ React.createElement("path", {
870
- stroke: "#053f6e",
871
- d: "M461.7 292s2 7.6 2.6 8.8c.5 1 1.4 3.2 6 7.2"
872
- }), /* @__PURE__ */ React.createElement("path", {
873
- stroke: "#064172",
874
- d: "M461.8 292s2 7.5 2.6 8.7c.6 1.1 1.3 3 6 7.2"
875
- }), /* @__PURE__ */ React.createElement("path", {
876
- stroke: "#00209f",
877
- d: "M461.8 292s2.1 7.5 2.7 8.6 1.1 2.8 5.9 7.3"
878
- }), /* @__PURE__ */ React.createElement("path", {
879
- stroke: "#022743",
880
- d: "M462 287.2s1.1 11.4 9.3 14.6"
881
- }), /* @__PURE__ */ React.createElement("path", {
882
- stroke: "#022a49",
883
- d: "M462 287.2c.1 0 .5 3.7 2.2 7.2 1.3 2.8 3.5 5.9 7 7.4"
884
- }), /* @__PURE__ */ React.createElement("path", {
885
- stroke: "#032b4c",
886
- d: "M462.1 287.2s.5 3.8 2.2 7.2a15 15 0 0 0 7 7.4"
887
- }), /* @__PURE__ */ React.createElement("path", {
888
- stroke: "#032e50",
889
- d: "M462.1 287.2s.7 3.9 2.3 7.1c1.1 2.3 3.3 5.7 6.9 7.4"
890
- }), /* @__PURE__ */ React.createElement("path", {
891
- stroke: "#033054",
892
- d: "M462.2 287.2s.7 4 2.3 7c1 2.2 3.2 5.7 6.8 7.5"
893
- }), /* @__PURE__ */ React.createElement("path", {
894
- stroke: "#043359",
895
- d: "M462.2 287.2c0 .1.8 4 2.4 7 1 2 3.1 5.6 6.7 7.5"
896
- }), /* @__PURE__ */ React.createElement("path", {
897
- stroke: "#04355c",
898
- d: "M462.2 287.2c0 .1 1 4.2 2.5 7a18 18 0 0 0 6.6 7.4"
899
- }), /* @__PURE__ */ React.createElement("path", {
900
- stroke: "#043760",
901
- d: "M462.2 287.1c0 .3 1 4.4 2.6 7 .8 1.5 3 5.4 6.5 7.5"
902
- }), /* @__PURE__ */ React.createElement("path", {
903
- stroke: "#053a65",
904
- d: "M462.2 287.1a30 30 0 0 0 2.6 6.9c.8 1.4 3 5.4 6.5 7.5"
905
- }), /* @__PURE__ */ React.createElement("path", {
906
- stroke: "#053c68",
907
- d: "M462.3 287.1c0 .3 1.2 4.5 2.6 6.8.7 1.3 2.8 5.4 6.4 7.7"
908
- }), /* @__PURE__ */ React.createElement("path", {
909
- stroke: "#053f6e",
910
- d: "M462.3 287.1a30 30 0 0 0 2.8 6.8c.6 1 2.6 5.2 6.2 7.6"
911
- }), /* @__PURE__ */ React.createElement("path", {
912
- stroke: "#064172",
913
- d: "M462.3 287.1a31 31 0 0 0 2.9 6.7c.5.8 2.5 5.2 6 7.7"
914
- }), /* @__PURE__ */ React.createElement("path", {
915
- stroke: "#00209f",
916
- d: "M462.3 287.1c0 .3 1.6 4.9 3 6.6.4.7 2.4 5.2 6 7.8"
917
- }), /* @__PURE__ */ React.createElement("path", {
918
- stroke: "#022743",
919
- d: "M462.2 284s2.4 9.2 9 11.5"
920
- }), /* @__PURE__ */ React.createElement("path", {
921
- stroke: "#022847",
922
- d: "M462.2 284s.9 3.3 3 6.4c1.5 2.2 3.6 4.2 6 5"
923
- }), /* @__PURE__ */ React.createElement("path", {
924
- stroke: "#032a4a",
925
- d: "M462.2 284s1 3.2 3 6.4c1.6 2.1 3.7 4.3 6 5"
926
- }), /* @__PURE__ */ React.createElement("path", {
927
- stroke: "#032c4d",
928
- d: "M462.2 284s1 3.1 3.2 6.3c1.5 2.2 3.7 4.4 5.8 5.1"
929
- }), /* @__PURE__ */ React.createElement("path", {
930
- stroke: "#032f53",
931
- d: "M462.2 283.9s1 3.1 3.3 6.3a15 15 0 0 0 5.7 5.2"
932
- }), /* @__PURE__ */ React.createElement("path", {
933
- stroke: "#033156",
934
- d: "M462.2 283.9s1 3 3.3 6.2c1.7 2.3 4 4.7 5.7 5.3"
935
- }), /* @__PURE__ */ React.createElement("path", {
936
- stroke: "#043359",
937
- d: "M462.2 283.8s1 3 3.4 6.2a17 17 0 0 0 5.6 5.4"
938
- }), /* @__PURE__ */ React.createElement("path", {
939
- stroke: "#04355c",
940
- d: "M462.2 283.8a27.1 27.1 0 0 0 9 11.6"
941
- }), /* @__PURE__ */ React.createElement("path", {
942
- stroke: "#043760",
943
- d: "M462.3 283.8s1 2.9 3.5 6.1a21 21 0 0 0 5.4 5.4"
944
- }), /* @__PURE__ */ React.createElement("path", {
945
- stroke: "#043963",
946
- d: "M462.3 283.8s1 2.8 3.5 6a23 23 0 0 0 5.4 5.5"
947
- }), /* @__PURE__ */ React.createElement("path", {
948
- stroke: "#053b67",
949
- d: "M462.3 283.7s1.1 2.8 3.6 6a28 28 0 0 0 5.3 5.6"
950
- }), /* @__PURE__ */ React.createElement("path", {
951
- stroke: "#053e6c",
952
- d: "M462.3 283.7s1.2 2.7 3.7 6a39 39 0 0 0 5.2 5.6"
953
- }), /* @__PURE__ */ React.createElement("path", {
954
- stroke: "#053f6f",
955
- d: "M462.3 283.7s1.2 2.7 3.8 5.9a44 44 0 0 0 5.1 5.7"
956
- }), /* @__PURE__ */ React.createElement("path", {
957
- stroke: "#064172",
958
- d: "M462.3 283.6s1.3 2.7 3.9 6c2 2.5 4.9 5.6 5 5.7"
959
- }), /* @__PURE__ */ React.createElement("path", {
960
- stroke: "#00209f",
961
- d: "M462.3 283.6s1.3 2.6 3.9 5.8c2.1 2.7 5 5.9 5 5.9m8.7 1.3 4.6.8m-4.1 2.6 4-1.7"
962
- }), /* @__PURE__ */ React.createElement("path", {
963
- stroke: "#064171",
964
- d: "m479.9 296.7 4.5.7"
965
- }), /* @__PURE__ */ React.createElement("path", {
966
- stroke: "#053e6c",
967
- d: "m479.9 296.9 4.6.5"
968
- }), /* @__PURE__ */ React.createElement("path", {
969
- stroke: "#053b67",
970
- d: "m479.9 297 4.6.4"
971
- }), /* @__PURE__ */ React.createElement("path", {
972
- stroke: "#043862",
973
- d: "m479.9 297.2 4.7.3"
974
- }), /* @__PURE__ */ React.createElement("path", {
975
- stroke: "#04355c",
976
- d: "M479.9 297.4h4.7"
977
- }), /* @__PURE__ */ React.createElement("path", {
978
- stroke: "#043258",
979
- d: "M480 297.6h4.6"
980
- }), /* @__PURE__ */ React.createElement("path", {
981
- stroke: "#032f53",
982
- d: "m480 297.7 4.7-.2"
983
- }), /* @__PURE__ */ React.createElement("path", {
984
- stroke: "#032c4d",
985
- d: "m480 297.9 4.7-.3"
986
- }), /* @__PURE__ */ React.createElement("path", {
987
- stroke: "#022a49",
988
- d: "m480 298 4.8-.5"
989
- }), /* @__PURE__ */ React.createElement("path", {
990
- stroke: "#064171",
991
- d: "m480.3 299.8 4.2-1.6"
992
- }), /* @__PURE__ */ React.createElement("path", {
993
- stroke: "#053e6c",
994
- d: "m480.3 299.6 4.3-1.5"
995
- }), /* @__PURE__ */ React.createElement("path", {
996
- stroke: "#053b67",
997
- d: "m480.3 299.5 4.3-1.4"
998
- }), /* @__PURE__ */ React.createElement("path", {
999
- stroke: "#043862",
1000
- d: "m480.3 299.3 4.3-1.3"
1001
- }), /* @__PURE__ */ React.createElement("path", {
1002
- stroke: "#04355c",
1003
- d: "m480.2 299.1 4.5-1.2"
1004
- }), /* @__PURE__ */ React.createElement("path", {
1005
- stroke: "#043258",
1006
- d: "m480.2 299 4.5-1.2"
1007
- }), /* @__PURE__ */ React.createElement("path", {
1008
- stroke: "#032f53",
1009
- d: "m480.2 298.7 4.6-.9"
1010
- }), /* @__PURE__ */ React.createElement("path", {
1011
- stroke: "#032c4d",
1012
- d: "m480.1 298.6 4.7-.9"
1013
- }), /* @__PURE__ */ React.createElement("path", {
1014
- stroke: "#022a49",
1015
- d: "m480.1 298.4 4.7-.7"
1016
- }), /* @__PURE__ */ React.createElement("path", {
1017
- stroke: "#022743",
1018
- d: "m480 298.2 4.9-.6"
1019
- }), /* @__PURE__ */ React.createElement("path", {
1020
- stroke: "#032b4c",
1021
- d: "m484.2 331.6-2.6.2-9.9-.2"
1022
- }), /* @__PURE__ */ React.createElement("path", {
1023
- stroke: "#032e50",
1024
- d: "m484.3 331.6-2.7.3-9.8-.2"
1025
- }), /* @__PURE__ */ React.createElement("path", {
1026
- stroke: "#033054",
1027
- d: "m484.3 331.6-2.8.4c-.5.1-9.6-.3-9.6-.3"
1028
- }), /* @__PURE__ */ React.createElement("path", {
1029
- stroke: "#043359",
1030
- d: "m484.3 331.7-2.8.5c-.7.1-9.6-.5-9.6-.5"
1031
- }), /* @__PURE__ */ React.createElement("path", {
1032
- stroke: "#04355c",
1033
- d: "m484.3 331.7-3 .6c-.7.2-9.3-.5-9.3-.5"
1034
- }), /* @__PURE__ */ React.createElement("path", {
1035
- stroke: "#043760",
1036
- d: "m484.3 331.7-3 .7c-.8.3-9.2-.6-9.2-.6"
1037
- }), /* @__PURE__ */ React.createElement("path", {
1038
- stroke: "#053a65",
1039
- d: "m484.4 331.8-3.1.8c-1 .2-9.1-.7-9.1-.7"
1040
- }), /* @__PURE__ */ React.createElement("path", {
1041
- stroke: "#053c68",
1042
- d: "m484.4 331.8-3.1 1c-1.2.2-9-.8-9-.8"
1043
- }), /* @__PURE__ */ React.createElement("path", {
1044
- stroke: "#053f6e",
1045
- d: "m484.4 331.9-3.2 1c-1.2.3-8.9-.9-8.9-.9"
1046
- }), /* @__PURE__ */ React.createElement("path", {
1047
- stroke: "#064172",
1048
- d: "M484.4 332s-1.8.7-3.2 1-8.8-1-8.8-1"
1049
- }), /* @__PURE__ */ React.createElement("path", {
1050
- stroke: "#00209f",
1051
- d: "M472.5 332s7.1 1.4 8.6 1.1 3.3-1.1 3.3-1.1"
1052
- }), /* @__PURE__ */ React.createElement("path", {
1053
- stroke: "#022a49",
1054
- d: "m486 337 4.8.7 2.7-.2 2.2-.5"
1055
- }), /* @__PURE__ */ React.createElement("path", {
1056
- stroke: "#032d4f",
1057
- d: "M485.8 337s4.7.7 5 .6l2.7-.1 2-.5"
1058
- }), /* @__PURE__ */ React.createElement("path", {
1059
- stroke: "#033054",
1060
- d: "M485.5 336.9s4.9.8 5.3.7l2.6-.2 2-.4"
1061
- }), /* @__PURE__ */ React.createElement("path", {
1062
- stroke: "#043359",
1063
- d: "M485.3 336.7s4.9.9 5.6.8a57 57 0 0 1 2.5-.2l1.7-.3"
1064
- }), /* @__PURE__ */ React.createElement("path", {
1065
- stroke: "#043760",
1066
- d: "M485 336.6s5 1 5.9.8l2.5-.2 1.5-.3"
1067
- }), /* @__PURE__ */ React.createElement("path", {
1068
- stroke: "#053a65",
1069
- d: "M484.8 336.5s5.1 1 6.1.8l2.4-.2 1.4-.2"
1070
- }), /* @__PURE__ */ React.createElement("path", {
1071
- stroke: "#053d6a",
1072
- d: "M484.5 336.4s5.3 1 6.4.9c.7-.2 2-.3 2.4-.3a24 24 0 0 0 1.2-.2"
1073
- }), /* @__PURE__ */ React.createElement("path", {
1074
- stroke: "#064171",
1075
- d: "M484.2 336.3s5.4 1.1 6.8.9c.7-.2 1.7-.3 2.2-.3h1.1"
1076
- }), /* @__PURE__ */ React.createElement("path", {
1077
- stroke: "#022743",
1078
- d: "m486.3 337.2 4.4.6 2.9-.1 2.4-.6"
1079
- }), /* @__PURE__ */ React.createElement("path", {
1080
- stroke: "#00209f",
1081
- d: "M484 336.2s5.5 1.2 7 .9 3-.3 3-.3m11.8 0 4.3-1.6c2.6-1 3-3.6 3-3.6"
1082
- }), /* @__PURE__ */ React.createElement("path", {
1083
- stroke: "#00209f",
1084
- d: "m505.5 336 3.1-1.3c3.8-1.4 3.4-3.2 3.4-3.2"
1085
- }), /* @__PURE__ */ React.createElement("path", {
1086
- stroke: "#053e6c",
1087
- d: "m505.2 336.1 3.4-1.3 1.8-.8c.5-.3 1.2-1 1.3-1.2.4-.5.4-1.3.4-1.3"
1088
- }), /* @__PURE__ */ React.createElement("path", {
1089
- stroke: "#043862",
1090
- d: "m505 336.3 3.6-1.4 1.8-.7 1.4-1.2c.3-.5.4-1.5.4-1.5"
1091
- }), /* @__PURE__ */ React.createElement("path", {
1092
- stroke: "#043258",
1093
- d: "m504.7 336.5 4-1.5 1.6-.7a6 6 0 0 0 1.5-1.2c.2-.3.5-1.6.5-1.6"
1094
- }), /* @__PURE__ */ React.createElement("path", {
1095
- stroke: "#032c4d",
1096
- d: "m504.4 336.7 4.2-1.5 1.7-.7 1.6-1.3.6-1.6"
1097
- }), /* @__PURE__ */ React.createElement("path", {
1098
- stroke: "#053e6c",
1099
- d: "m505.5 336.9 4.6-1.8c.8-.3 1.7-1 2-1.5.6-.9.9-2 .9-2"
1100
- }), /* @__PURE__ */ React.createElement("path", {
1101
- stroke: "#043862",
1102
- d: "m505.1 336.9 5-2c.6-.1 1.7-1 2-1.4.4-.6.7-2 .7-2"
1103
- }), /* @__PURE__ */ React.createElement("path", {
1104
- stroke: "#043258",
1105
- d: "m504.8 336.9 5.4-2a8.1 8.1 0 0 0 1.9-1.4c.3-.5.6-2 .6-2"
1106
- }), /* @__PURE__ */ React.createElement("path", {
1107
- stroke: "#032c4d",
1108
- d: "m504.5 336.9 5.7-2.1 1.8-1.4.7-1.8"
1109
- }), /* @__PURE__ */ React.createElement("path", {
1110
- stroke: "#022743",
1111
- d: "m504.2 336.9 6-2.3 1.7-1.2.6-1.8"
1112
- }), /* @__PURE__ */ React.createElement("path", {
1113
- stroke: "#032b4c",
1114
- d: "m511.3 331.6-2.8.2-10.3-.2"
1115
- }), /* @__PURE__ */ React.createElement("path", {
1116
- stroke: "#032e50",
1117
- d: "m511.3 331.6-2.8.3-10.2-.2"
1118
- }), /* @__PURE__ */ React.createElement("path", {
1119
- stroke: "#033054",
1120
- d: "m511.3 331.6-2.9.4c-.5.1-10-.3-10-.3"
1121
- }), /* @__PURE__ */ React.createElement("path", {
1122
- stroke: "#043359",
1123
- d: "m511.3 331.7-3 .5c-.6.1-9.8-.5-9.8-.5"
1124
- }), /* @__PURE__ */ React.createElement("path", {
1125
- stroke: "#04355c",
1126
- d: "m511.4 331.7-3 .6c-.9.2-9.8-.5-9.8-.5"
1127
- }), /* @__PURE__ */ React.createElement("path", {
1128
- stroke: "#043760",
1129
- d: "m511.4 331.7-3.1.7c-1 .3-9.7-.6-9.7-.6"
1130
- }), /* @__PURE__ */ React.createElement("path", {
1131
- stroke: "#053a65",
1132
- d: "m511.4 331.8-3.2.8c-1 .2-9.5-.7-9.5-.7"
1133
- }), /* @__PURE__ */ React.createElement("path", {
1134
- stroke: "#053c68",
1135
- d: "m511.4 331.8-3.3 1c-1.1.2-9.3-.8-9.3-.8"
1136
- }), /* @__PURE__ */ React.createElement("path", {
1137
- stroke: "#053f6e",
1138
- d: "m511.4 331.9-3.3 1c-1.3.2-9.2-.9-9.2-.9"
1139
- }), /* @__PURE__ */ React.createElement("path", {
1140
- stroke: "#064172",
1141
- d: "M511.4 332s-1.9.7-3.3 1c-1.5.3-9.2-1-9.2-1"
1142
- }), /* @__PURE__ */ React.createElement("path", {
1143
- stroke: "#00209f",
1144
- d: "M499 332s7.5 1.4 9 1.1c1.6-.3 3.5-1.1 3.5-1.1"
1145
- })), /* @__PURE__ */ React.createElement("path", {
1146
- fill: "none",
1147
- stroke: "#000",
1148
- strokeMiterlimit: 2.6,
1149
- strokeWidth: .2,
1150
- d: "M475 290a34 34 0 0 1-.2-3.3c0-5.2-.7-9-.1-14.5.4-4.2 1.5-9.8 1.3-14.4-.1-1.3.1-2.6.2-3.9l21 23.5M467 327.7a5.2 5.2 0 0 1-1.9-2.2c-.6-1.7-.4-1.7-.9-3.6-.2-1.1-.2-2.3-.5-3.4-.2-1.2-1.8-4.8-1.9-6.2-.1-4.8-1.7-8-1.3-13.1.3-4 1.2-9.5.7-13.6l.1-3.6 23.6 15.6m28.5 33.9c.2.5-.3 1.5-.5 1.9l-.5.6c-.2.6-.2.4-.7.9l-.8.6c-.4.3-.7.6-1.1.7-1.8.3-2.5.7-4.2 1.1-1.6.5-.8.4-2 .7l-2.4.7-2.4.6c-2.9.7-5.7.5-8.6.3-1.1 0-4-.7-5-1.4-1.8-1.2-5.7-1.7-7.4-2.9-.3-.2-1.4-.7-1.6-1-1.7-1.3-3-1.7-4.8-2.8"
1151
- }), /* @__PURE__ */ React.createElement("g", {
1152
- stroke: "#000",
1153
- strokeMiterlimit: 2.6,
1154
- strokeWidth: .1
1155
- }, /* @__PURE__ */ React.createElement("path", {
1156
- fill: "#fc0",
1157
- fillRule: "evenodd",
1158
- d: "m484.9 297.6.6-.8-24-15.6-.4.6zm-23.7-16.7c-.2-1 0-2.1.7-2.3 0 0 .5-.1.8 0 .4 0 .5 0 .7.4.3.8-.7 1.3-1.4 1.6-.2 0-.6.1-.7.3l-.1.4.3-.3 1.7-.7c.6-.3.7-1.4.3-1.7-.4-.4-1.8-.3-2 0-.7.7-.8 1.7-.6 2.7 0-.2.3-.1.3-.4z"
1159
- }), /* @__PURE__ */ React.createElement("path", {
1160
- fill: "#fc0",
1161
- fillRule: "evenodd",
1162
- d: "M460.8 281.3c-1 0-2.1.4-2.2 1v.9c0 .4.2.5.6.6.8.2 1.2-.8 1.4-1.6 0-.1 0-.6.2-.7l.4-.2-.3.3-.5 1.9c-.2.6-1.3.8-1.6.4-.5-.3-.6-1.7-.3-2 .7-.7 1.7-1 2.7-1-.2.1-.2.5-.4.4z"
1163
- }), /* @__PURE__ */ React.createElement("path", {
1164
- fill: "#fc0",
1165
- fillRule: "evenodd",
1166
- d: "M460.6 281c-.3 0-.3.4-.1.6 0 .2.5.3.6.2.4-.2.6-.6.4-1-.2-.3-.6 0-.9.1z"
1167
- }), /* @__PURE__ */ React.createElement("path", {
1168
- fill: "#fc0",
1169
- fillRule: "evenodd",
1170
- d: "M455.6 277.8s2.5 1 4.5 1c0 0 .1 1.8.5 2.3 0 0-1.8-.3-2.6 0 0 0-1.1-2.4-2.4-3.3z"
1171
- }), /* @__PURE__ */ React.createElement("path", {
1172
- fill: "none",
1173
- d: "M457.6 279s1 .4 1.8.4c0 0 0 .8.2 1 0 0-.7-.2-1 0 0 0-.4-1-1-1.4z"
1174
- }), /* @__PURE__ */ React.createElement("path", {
1175
- fill: "#fc0",
1176
- fillRule: "evenodd",
1177
- d: "m460.8 282.9.6-1.1c0-.2 0 1 .4 1 .5.8.7 2.3.7 2.7-.7.2-1.3.6-2.3.2-.3-.3 0-1 0-1.4.2-.3.3-1 .6-1.4z"
1178
- }), /* @__PURE__ */ React.createElement("path", {
1179
- fill: "none",
1180
- d: "M461.3 282.2v.6c0-.2.3.2.3.3.3.7.5 1.1.6 2.4m-.7-2.2c.2 1 .4 1 .4 2.4v-.1m-.5-1.4.2 1.4-.3.2"
1181
- }), /* @__PURE__ */ React.createElement("path", {
1182
- fill: "#fc0",
1183
- fillRule: "evenodd",
1184
- d: "m497.1 277.4.7-.6-21.4-23.7-.4.5z"
1185
- }), /* @__PURE__ */ React.createElement("path", {
1186
- fill: "#fc0",
1187
- fillRule: "evenodd",
1188
- d: "M476.6 253c0-.9.6-2 1.2-2l.9.1c.3.1.4.3.5.6.1.9-1 1.2-1.7 1.3l-.8.1-.2.3.3-.1c.6-.2 1.2-.2 2-.3.5-.1.9-1.3.6-1.6-.3-.5-1.6-.8-2-.5-.8.5-1 1.5-1.2 2.5 0-.2.4-.1.4-.3z"
1189
- }), /* @__PURE__ */ React.createElement("path", {
1190
- fill: "#fc0",
1191
- fillRule: "evenodd",
1192
- d: "M476.1 253.4c-.9-.3-2.1-.2-2.3.5l-.2.8c0 .4 0 .5.4.7.7.4 1.4-.5 1.7-1.2 0-.2.2-.6.4-.7h.4l-.3.2-1 1.7c-.2.5-1.4.5-1.7 0-.3-.4 0-1.7.3-2 .8-.6 1.8-.5 2.8-.2-.2 0-.3.3-.5.2z"
1193
- }), /* @__PURE__ */ React.createElement("path", {
1194
- fill: "#fc0",
1195
- fillRule: "evenodd",
1196
- d: "M476 253c-.3 0-.3.4-.3.6s.4.4.6.3c.4-.1.7-.4.6-.8s-.6-.2-.9-.1z"
1197
- }), /* @__PURE__ */ React.createElement("path", {
1198
- fill: "#fc0",
1199
- fillRule: "evenodd",
1200
- d: "M472 248.7s2 1.6 4 2c0 0-.3 1.9 0 2.4 0 0-1.7-.7-2.6-.5 0 0-.4-2.6-1.5-4z"
1201
- }), /* @__PURE__ */ React.createElement("path", {
1202
- fill: "none",
1203
- d: "M473.6 250.4s.8.6 1.6.9v.9s-.7-.3-1-.2c0 0-.2-1-.6-1.6z"
1204
- }), /* @__PURE__ */ React.createElement("path", {
1205
- fill: "#fc0",
1206
- fillRule: "evenodd",
1207
- d: "m475.7 254.9 1-1c0-.1-.4 1 0 1.3.4.8.1 2.3 0 2.7-.7 0-1.3.3-2-.4-.4-.3 0-.9.3-1.3 0-.3.4-1 .7-1.3z"
1208
- }), /* @__PURE__ */ React.createElement("path", {
1209
- fill: "none",
1210
- d: "M476.4 254.4v.5l.2.7v2.2m-.3-2.5c.2.9 0 1.6-.1 2.5m0-1c-.2.4-.2.6-.2 1h-.3"
1211
- }))), /* @__PURE__ */ React.createElement("use", {
1212
- xlinkHref: "#sv_svg__c",
1213
- width: "100%",
1214
- height: "100%",
1215
- transform: "matrix(-1 0 0 1 1030 0)"
1216
- }))), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
1217
- fill: "#fc0",
1218
- stroke: "#000",
1219
- strokeMiterlimit: 2.6,
1220
- strokeWidth: .3,
1221
- d: "m319.3 197.9-40.2 67.3h80.5z"
1222
- })), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
1223
- fill: "#fff",
1224
- stroke: "#fff",
1225
- strokeMiterlimit: 2.6,
1226
- strokeWidth: .1,
1227
- d: "M319.3 202.3 283 263h72.7z"
1228
- })), _path5 || (_path5 = /* @__PURE__ */ React.createElement("path", {
1229
- fill: "#007e93",
1230
- stroke: "#007e93",
1231
- strokeMiterlimit: 2.6,
1232
- strokeWidth: .2,
1233
- d: "M293.8 245 283 263h72.7l-10.9-18z"
1234
- })), _g3 || (_g3 = /* @__PURE__ */ React.createElement("g", {
1235
- fill: "none",
1236
- strokeMiterlimit: 2.6,
1237
- strokeWidth: .1
1238
- }, /* @__PURE__ */ React.createElement("path", {
1239
- stroke: "#086aad",
1240
- d: "M313 212.9a9 9 0 0 1 6.2-2.2h.2c2.3 0 4.7.6 6.3 2.2"
1241
- }), /* @__PURE__ */ React.createElement("path", {
1242
- stroke: "#0863aa",
1243
- d: "M313 213a9 9 0 0 1 6.2-2.2h.2c2.4 0 4.8.5 6.3 2.2"
1244
- }), /* @__PURE__ */ React.createElement("path", {
1245
- stroke: "#095fa8",
1246
- d: "M313 213a8.8 8.8 0 0 1 6.2-2.2h.2c2.4 0 4.9.6 6.4 2.3"
1247
- }), /* @__PURE__ */ React.createElement("path", {
1248
- stroke: "#0a58a5",
1249
- d: "M312.9 213.1a8.7 8.7 0 0 1 6.3-2.2h.2c2.5 0 5 .6 6.5 2.3"
1250
- }), /* @__PURE__ */ React.createElement("path", {
1251
- stroke: "#0a52a2",
1252
- d: "M312.8 213.2c1.6-1.7 4-2.3 6.5-2.3h.1c2.6 0 5 .7 6.5 2.4"
1253
- }), /* @__PURE__ */ React.createElement("path", {
1254
- stroke: "#0b4d9f",
1255
- d: "M312.8 213.3c1.6-1.7 4-2.3 6.5-2.3h.2c2.5 0 5 .6 6.5 2.4"
1256
- }), /* @__PURE__ */ React.createElement("path", {
1257
- stroke: "#0c479d",
1258
- d: "M312.7 213.4c1.6-1.8 4-2.4 6.6-2.4h.2c2.6 0 5 .7 6.6 2.5"
1259
- }), /* @__PURE__ */ React.createElement("path", {
1260
- stroke: "#270a7f",
1261
- d: "M312.3 214c1.9-2 4.2-2.5 7-2.5h.2c3.1 0 5.7 1 7.3 3.2"
1262
- }), /* @__PURE__ */ React.createElement("path", {
1263
- stroke: "#241183",
1264
- d: "M312.3 214c1.9-2 4.2-2.6 7-2.6h.2c3 0 5.6 1 7.2 3.2"
1265
- }), /* @__PURE__ */ React.createElement("path", {
1266
- stroke: "#221786",
1267
- d: "M312.4 214c1.8-2 4.1-2.6 7-2.6 3 0 5.7 1 7.2 3"
1268
- }), /* @__PURE__ */ React.createElement("path", {
1269
- stroke: "#1f1f8a",
1270
- d: "M312.4 213.8c1.8-1.9 4.2-2.5 6.9-2.5h.1c3 0 5.6 1 7.2 3"
1271
- }), /* @__PURE__ */ React.createElement("path", {
1272
- stroke: "#1a258d",
1273
- d: "M312.5 213.7c1.7-1.8 4-2.4 6.8-2.4h.1c3 0 5.5.8 7 2.9"
1274
- }), /* @__PURE__ */ React.createElement("path", {
1275
- stroke: "#172d91",
1276
- d: "M312.5 213.7c1.7-1.9 4.1-2.5 6.7-2.5h.2c2.9 0 5.4.8 7 2.8"
1277
- }), /* @__PURE__ */ React.createElement("path", {
1278
- stroke: "#143393",
1279
- d: "M312.5 213.6c1.7-1.8 4-2.4 6.7-2.4h.2c2.8 0 5.3.7 7 2.7"
1280
- }), /* @__PURE__ */ React.createElement("path", {
1281
- stroke: "#113b97",
1282
- d: "M312.6 213.5c1.6-1.8 4-2.4 6.6-2.4h.1c2.8 0 5.4.7 7 2.7"
1283
- }), /* @__PURE__ */ React.createElement("path", {
1284
- stroke: "#ff0a00",
1285
- d: "M315.3 209a6.5 6.5 0 0 1 4-1.2c1.5 0 2.8.3 4 1"
1286
- }), /* @__PURE__ */ React.createElement("path", {
1287
- stroke: "#f10",
1288
- d: "M315.3 209a6.6 6.6 0 0 1 4-1 7 7 0 0 1 4 1"
1289
- }), /* @__PURE__ */ React.createElement("path", {
1290
- stroke: "#ff1500",
1291
- d: "M315.3 209a6.8 6.8 0 0 1 4-1c1.5 0 2.9.2 4 1"
1292
- }), /* @__PURE__ */ React.createElement("path", {
1293
- stroke: "#ff1a00",
1294
- d: "M315.2 209.2a6.6 6.6 0 0 1 4.1-1.2c1.5 0 3 .3 4.1 1"
1295
- }), /* @__PURE__ */ React.createElement("path", {
1296
- stroke: "#ff2000",
1297
- d: "M315.2 209.2a6.7 6.7 0 0 1 4.1-1.1c1.5 0 3 .3 4.1 1"
1298
- }), /* @__PURE__ */ React.createElement("path", {
1299
- stroke: "#ff2700",
1300
- d: "M315.1 209.3a6.8 6.8 0 0 1 4.2-1.2c1.5 0 3 .3 4.2 1.1"
1301
- }), /* @__PURE__ */ React.createElement("path", {
1302
- stroke: "#ff2f00",
1303
- d: "M315.1 209.4a6.9 6.9 0 0 1 4.2-1.2c1.5 0 3 .3 4.2 1"
1304
- }), /* @__PURE__ */ React.createElement("path", {
1305
- stroke: "#f30",
1306
- d: "M315 209.4a6.8 6.8 0 0 1 4.3-1.1 7.7 7.7 0 0 1 4.3 1"
1307
- }), /* @__PURE__ */ React.createElement("path", {
1308
- stroke: "#ff3c00",
1309
- d: "M315 209.5a6.9 6.9 0 0 1 4.3-1.2c1.6 0 3.1.3 4.3 1.1"
1310
- }), /* @__PURE__ */ React.createElement("path", {
1311
- stroke: "#ff4100",
1312
- d: "M315 209.6a7 7 0 0 1 4.3-1.2 8 8 0 0 1 4.3 1.1"
1313
- }), /* @__PURE__ */ React.createElement("path", {
1314
- stroke: "#ff4600",
1315
- d: "M315 209.7a7 7 0 0 1 4.3-1.3 8 8 0 0 1 4.4 1.2"
1316
- }), /* @__PURE__ */ React.createElement("path", {
1317
- stroke: "#fff500",
1318
- d: "M314 211.2a9.7 9.7 0 0 1 10.7 0"
1319
- }), /* @__PURE__ */ React.createElement("path", {
1320
- stroke: "#ffeb00",
1321
- d: "M314.1 211.1a9 9 0 0 1 5.2-1.5c2 0 4 .5 5.3 1.6"
1322
- }), /* @__PURE__ */ React.createElement("path", {
1323
- stroke: "#ffe000",
1324
- d: "M314.1 211a9 9 0 0 1 5.2-1.5c1.9 0 4 .5 5.3 1.6"
1325
- }), /* @__PURE__ */ React.createElement("path", {
1326
- stroke: "#ffd600",
1327
- d: "M314.2 211a9 9 0 0 1 5.1-1.6c1.9 0 3.9.5 5.2 1.6"
1328
- }), /* @__PURE__ */ React.createElement("path", {
1329
- stroke: "#ffcf00",
1330
- d: "M314.2 210.9a9 9 0 0 1 5.1-1.5 9 9 0 0 1 5.2 1.5"
1331
- }), /* @__PURE__ */ React.createElement("path", {
1332
- stroke: "#ffc400",
1333
- d: "M314.3 210.8c1.3-1 3.3-1.5 5-1.5a8 8 0 0 1 5.1 1.5"
1334
- }), /* @__PURE__ */ React.createElement("path", {
1335
- stroke: "#ffba00",
1336
- d: "M314.3 210.7c1.4-1 3.3-1.5 5-1.5s3.7.5 5 1.5"
1337
- }), /* @__PURE__ */ React.createElement("path", {
1338
- stroke: "#ffb000",
1339
- d: "M314.4 210.6a8.4 8.4 0 0 1 5-1.4c1.7 0 3.6.4 5 1.4"
1340
- }), /* @__PURE__ */ React.createElement("path", {
1341
- stroke: "#ffa600",
1342
- d: "M314.4 210.5a8.1 8.1 0 0 1 5-1.4 8 8 0 0 1 4.8 1.4"
1343
- }), /* @__PURE__ */ React.createElement("path", {
1344
- stroke: "#ff9c00",
1345
- d: "M314.5 210.4a8 8 0 0 1 4.8-1.4c1.7 0 3.6.4 4.9 1.4"
1346
- }), /* @__PURE__ */ React.createElement("path", {
1347
- stroke: "#ff9100",
1348
- d: "M314.6 210.3a8 8 0 0 1 4.7-1.4c1.7 0 3.5.5 4.8 1.4"
1349
- }), /* @__PURE__ */ React.createElement("path", {
1350
- stroke: "#ff8700",
1351
- d: "M314.6 210.2a8 8 0 0 1 4.7-1.3c1.7 0 3.5.4 4.8 1.3"
1352
- }), /* @__PURE__ */ React.createElement("path", {
1353
- stroke: "#ff7d00",
1354
- d: "M314.6 210.2a7.7 7.7 0 0 1 4.7-1.4c1.7 0 3.4.4 4.7 1.3"
1355
- }), /* @__PURE__ */ React.createElement("path", {
1356
- stroke: "#ff7500",
1357
- d: "M314.7 210a7.6 7.6 0 0 1 4.6-1.2c1.7 0 3.4.4 4.7 1.2"
1358
- }), /* @__PURE__ */ React.createElement("path", {
1359
- stroke: "#ff6b00",
1360
- d: "M314.8 210a7.6 7.6 0 0 1 4.5-1.3 8 8 0 0 1 4.6 1.2"
1361
- }), /* @__PURE__ */ React.createElement("path", {
1362
- stroke: "#ff6100",
1363
- d: "M314.8 209.9a7.3 7.3 0 0 1 4.5-1.3c1.6 0 3.3.4 4.6 1.3"
1364
- }), /* @__PURE__ */ React.createElement("path", {
1365
- stroke: "#ff5700",
1366
- d: "M314.9 209.8a7.3 7.3 0 0 1 4.4-1.3 8 8 0 0 1 4.5 1.3"
1367
- }), /* @__PURE__ */ React.createElement("path", {
1368
- stroke: "#ebf605",
1369
- d: "M313.9 211.4a9.5 9.5 0 0 1 5.4-1.7c2 0 4.1.6 5.5 1.7"
1370
- }), /* @__PURE__ */ React.createElement("path", {
1371
- stroke: "#d6ec09",
1372
- d: "M313.8 211.5a9.1 9.1 0 0 1 5.5-1.7c2 0 4.2.6 5.6 1.7"
1373
- }), /* @__PURE__ */ React.createElement("path", {
1374
- stroke: "#c2e30e",
1375
- d: "M313.8 211.6a9 9 0 0 1 5.5-1.7c2 0 4.2.5 5.6 1.7"
1376
- }), /* @__PURE__ */ React.createElement("path", {
1377
- stroke: "#add912",
1378
- d: "M313.7 211.7a8.8 8.8 0 0 1 5.6-1.8c2 0 4.2.6 5.6 1.8"
1379
- }), /* @__PURE__ */ React.createElement("path", {
1380
- stroke: "#99cf16",
1381
- d: "M313.6 211.8a8.8 8.8 0 0 1 5.7-1.8c2 0 4.3.6 5.7 1.8"
1382
- }), /* @__PURE__ */ React.createElement("path", {
1383
- stroke: "#85c61a",
1384
- d: "M313.6 211.9a8.7 8.7 0 0 1 5.7-1.9c2 0 4.3.7 5.7 1.9"
1385
- }), /* @__PURE__ */ React.createElement("path", {
1386
- stroke: "#70bc1f",
1387
- d: "M313.5 212a8.4 8.4 0 0 1 5.8-1.9c2 0 4.4.6 5.8 1.8"
1388
- }), /* @__PURE__ */ React.createElement("path", {
1389
- stroke: "#5cb323",
1390
- d: "M313.5 212.1a8.4 8.4 0 0 1 5.8-2c2.1 0 4.4.7 5.8 2"
1391
- }), /* @__PURE__ */ React.createElement("path", {
1392
- stroke: "#47a928",
1393
- d: "M313.4 212.2a8.4 8.4 0 0 1 5.9-2c2.1 0 4.4.7 5.9 1.9"
1394
- }), /* @__PURE__ */ React.createElement("path", {
1395
- stroke: "#0d74a4",
1396
- d: "M313.1 212.7a8.8 8.8 0 0 1 6.2-2 9 9 0 0 1 6.3 2"
1397
- }), /* @__PURE__ */ React.createElement("path", {
1398
- stroke: "#127a97",
1399
- d: "M313.1 212.7a8.7 8.7 0 0 1 6.2-2.2 9 9 0 0 1 6.2 2.1"
1400
- }), /* @__PURE__ */ React.createElement("path", {
1401
- stroke: "#17808b",
1402
- d: "M313.2 212.6a8.7 8.7 0 0 1 6.2-2 9 9 0 0 1 6 2"
1403
- }), /* @__PURE__ */ React.createElement("path", {
1404
- stroke: "#1a847d",
1405
- d: "M313.2 212.6a8.7 8.7 0 0 1 6.1-2.1 9 9 0 0 1 6.1 2"
1406
- }), /* @__PURE__ */ React.createElement("path", {
1407
- stroke: "#1e8a6d",
1408
- d: "M313.2 212.5a8.5 8.5 0 0 1 6.1-2c2.3 0 4.6.6 6 2"
1409
- }), /* @__PURE__ */ React.createElement("path", {
1410
- stroke: "#238f5e",
1411
- d: "M313.3 212.5a8.5 8.5 0 0 1 6-2.1c2.2 0 4.6.6 6 2"
1412
- }), /* @__PURE__ */ React.createElement("path", {
1413
- stroke: "#2b944e",
1414
- d: "M313.3 212.4a8.3 8.3 0 0 1 6-2c2.2 0 4.6.6 6 2"
1415
- }), /* @__PURE__ */ React.createElement("path", {
1416
- stroke: "#2f9b3e",
1417
- d: "M313.3 212.3c2-1.6 3.7-2 6-2 2.2 0 4.5.7 6 2"
1418
- }), /* @__PURE__ */ React.createElement("path", {
1419
- stroke: "red",
1420
- d: "M323.2 208.8a6.8 6.8 0 0 0-3.9-1 6.6 6.6 0 0 0-4 1"
1421
- }), /* @__PURE__ */ React.createElement("path", {
1422
- stroke: "#2a007c",
1423
- d: "M326.9 214.9c-1.6-2.3-4.3-3.4-7.5-3.4-3 0-5.2.7-7.2 2.7"
1424
- }), /* @__PURE__ */ React.createElement("path", {
1425
- stroke: "#0671b0",
1426
- d: "M325.6 212.7c-1.5-1.5-4-2-6.3-2a9 9 0 0 0-6.2 2.1"
1427
- }), /* @__PURE__ */ React.createElement("path", {
1428
- stroke: "#0c419a",
1429
- d: "M326.2 213.7c-1.6-2-4.1-2.6-6.9-2.6-2.6 0-5 .6-6.7 2.3"
1430
- }), /* @__PURE__ */ React.createElement("path", {
1431
- stroke: "#ff0",
1432
- d: "M324.8 211.3a9.1 9.1 0 0 0-5.5-1.6c-1.8 0-4 .5-5.4 1.6"
1433
- }), /* @__PURE__ */ React.createElement("path", {
1434
- stroke: "#ff4d00",
1435
- d: "M323.7 209.7a8.1 8.1 0 0 0-4.4-1.2 7 7 0 0 0-4.4 1.2"
1436
- }), /* @__PURE__ */ React.createElement("path", {
1437
- stroke: "#33a02c",
1438
- d: "M325.2 212.2a9.5 9.5 0 0 0-5.9-2 8.3 8.3 0 0 0-6 2"
1439
- }))), _g4 || (_g4 = /* @__PURE__ */ React.createElement("g", {
1440
- fill: "none",
1441
- strokeMiterlimit: 2.6,
1442
- strokeWidth: .1
1443
- }, /* @__PURE__ */ React.createElement("path", {
1444
- stroke: "#fef2ec",
1445
- d: "M312 214.5a16.3 16.3 0 0 1 7.3-1.8c2.6 0 5.4 1 7.6 2.1l7.7 13a15.3 15.3 0 0 1-30.6 0z"
1446
- }), /* @__PURE__ */ React.createElement("path", {
1447
- stroke: "#fef2ea",
1448
- d: "M319.3 212.9c2.6 0 5.3 1 7.5 2.1l7.6 12.7c0 8.3-6.8 15.2-15 15.2-8.4 0-15.1-6.7-15.2-15.1l7.9-13a15.8 15.8 0 0 1 7.2-2z"
1449
- }), /* @__PURE__ */ React.createElement("path", {
1450
- stroke: "#fef0e6",
1451
- d: "M319.3 213.3c2.5 0 5.2 1 7.3 2l7.4 12.4c0 8.1-6.6 14.9-14.7 14.9a14.7 14.7 0 0 1-14.7-14.8l7.6-12.7a15.6 15.6 0 0 1 7-1.8z"
1452
- }), /* @__PURE__ */ React.createElement("path", {
1453
- stroke: "#feede3",
1454
- d: "M319.3 213.7c2.4 0 5 .9 7 2 .2 0 7.3 11.9 7.3 12a14.4 14.4 0 0 1-14.3 14.4c-7.9 0-14.2-6.3-14.3-14.3 0-.2 7.3-12.3 7.4-12.4a16 16 0 0 1 6.9-1.7z"
1455
- }), /* @__PURE__ */ React.createElement("path", {
1456
- stroke: "#fee8dc",
1457
- d: "M319.3 214.3c2.3 0 4.8.9 6.8 2 .2 0 6.8 11.2 6.8 11.5 0 7.5-6.1 13.7-13.6 13.7s-13.6-6-13.7-13.7c0-.3 6.9-11.7 7.1-11.8 2-1 4.2-1.7 6.6-1.7z"
1458
- }), /* @__PURE__ */ React.createElement("path", {
1459
- stroke: "#fee6d5",
1460
- d: "M319.3 214.7c2.3 0 4.7.8 6.6 1.9.2.2 6.6 10.8 6.6 11.2 0 7.3-6 13.3-13.2 13.3s-13.2-6-13.2-13.3c0-.4 6.5-11.3 6.8-11.5 2-1 4-1.6 6.4-1.6z"
1461
- }), /* @__PURE__ */ React.createElement("path", {
1462
- stroke: "#fee3cf",
1463
- d: "M319.3 215.3c2.2 0 4.5.8 6.2 1.8.4.2 6.4 10.2 6.4 10.7 0 7-5.7 12.7-12.6 12.7-7 0-12.6-5.6-12.7-12.7 0-.4 6.2-10.7 6.6-11a13.3 13.3 0 0 1 6-1.5z"
1464
- }), /* @__PURE__ */ React.createElement("path", {
1465
- stroke: "#fee0cc",
1466
- d: "M319.3 215.7c2.1 0 4.3.8 6 1.8a76 76 0 0 1 6.2 10.3c0 6.7-5.5 12.3-12.2 12.3a12.2 12.2 0 0 1-12.3-12.3c0-.5 6-10.3 6.4-10.6 1.8-1 3.7-1.5 5.9-1.5z"
1467
- }), /* @__PURE__ */ React.createElement("path", {
1468
- stroke: "#fedec6",
1469
- d: "M319.3 216.1c2 0 4.2.8 5.9 1.7.4.3 6 9.4 6 10a12 12 0 0 1-12 11.9 11.8 11.8 0 0 1-11.7-11.9c0-.6 5.6-10 6-10.2a12.5 12.5 0 0 1 5.8-1.5z"
1470
- }), /* @__PURE__ */ React.createElement("path", {
1471
- stroke: "#fdcdaa",
1472
- d: "M319.3 218.8c1.6 0 3.2.5 4.5 1.3.9.5 4.6 6.7 4.6 7.7a9.2 9.2 0 0 1-9.1 9.2 9.2 9.2 0 0 1-9.2-9.2c0-1 3.9-7.4 4.7-8a9.6 9.6 0 0 1 4.5-1z"
1473
- }), /* @__PURE__ */ React.createElement("path", {
1474
- stroke: "#fdcdaa",
1475
- d: "M319.3 219a9 9 0 0 1 4.4 1.2c1 .6 4.5 6.6 4.5 7.6a9 9 0 1 1-17.9 0c0-1 3.7-7.2 4.6-7.7a9.2 9.2 0 0 1 4.4-1.1z"
1476
- }), /* @__PURE__ */ React.createElement("path", {
1477
- stroke: "#fdc59e",
1478
- d: "M319.3 220a8 8 0 0 1 4 1.1c1 .6 4 5.5 4 6.7a8 8 0 0 1-8 8 8 8 0 0 1-8-8c0-1.2 3-6.3 4.1-6.8 1.2-.7 2.5-1 3.9-1z"
1479
- }), /* @__PURE__ */ React.createElement("path", {
1480
- stroke: "#fdc59e",
1481
- d: "M319.3 220.2a7.8 7.8 0 0 1 3.9 1 16 16 0 0 1 3.8 6.6 7.8 7.8 0 0 1-7.7 7.8 7.7 7.7 0 0 1-7.8-7.7c0-1.4 3-6.1 4-6.8a7.9 7.9 0 0 1 3.8-1z"
1482
- }), /* @__PURE__ */ React.createElement("path", {
1483
- stroke: "#fef0e9",
1484
- d: "M319.3 213c2.5 0 5.2 1 7.4 2.2l7.5 12.5a15 15 0 0 1-14.9 15 15 15 0 0 1-14.9-14.9l7.7-13a15.6 15.6 0 0 1 7.2-1.7z"
1485
- }), /* @__PURE__ */ React.createElement("path", {
1486
- stroke: "#feede3",
1487
- d: "M319.3 213.5c2.5 0 5.1 1 7.1 2 .2.1 7.4 12.1 7.4 12.3a14.5 14.5 0 0 1-29 0l7.5-12.6a15.1 15.1 0 0 1 7-1.7z"
1488
- }), /* @__PURE__ */ React.createElement("path", {
1489
- stroke: "#feebdf",
1490
- d: "M319.3 214c2.4 0 5 .8 7 1.9.1 0 7 11.6 7 11.9 0 7.7-6.3 14.1-14 14.1s-14-6.3-14-14.1c0-.2 7-12.1 7.2-12.2a14.9 14.9 0 0 1 6.8-1.7z"
1491
- }), /* @__PURE__ */ React.createElement("path", {
1492
- stroke: "#feebdd",
1493
- d: "M319.3 214c2.4 0 4.9 1 6.9 2 .1.2 7 11.5 7 11.8a14 14 0 0 1-14 14 14 14 0 0 1-13.8-14c0-.2 7-11.9 7.2-12 2-1 4.2-1.7 6.7-1.7z"
1494
- }), /* @__PURE__ */ React.createElement("path", {
1495
- stroke: "#fee8d9",
1496
- d: "M319.3 214.5c2.3 0 4.8.9 6.7 2 .2 0 6.7 11 6.7 11.3 0 7.4-6 13.5-13.4 13.5s-13.4-6-13.5-13.5c0-.3 6.7-11.5 7-11.7 2-1 4.1-1.6 6.5-1.6z"
1497
- }), /* @__PURE__ */ React.createElement("path", {
1498
- stroke: "#fee6d3",
1499
- d: "M319.3 215c2.2 0 4.6.7 6.5 1.8.3.1 6.5 10.6 6.5 11 0 7.1-5.9 13.1-13 13.1a13.1 13.1 0 0 1-13-13c0-.5 6.4-11.3 6.7-11.4a13.8 13.8 0 0 1 6.3-1.6z"
1500
- }), /* @__PURE__ */ React.createElement("path", {
1501
- stroke: "#fee3d2",
1502
- d: "M319.3 215.1c2.2 0 4.5.8 6.4 1.8.3.2 6.4 10.5 6.4 10.9 0 7-5.8 13-12.8 13a13 13 0 0 1-12.9-13c0-.4 6.3-11 6.7-11.1a13.8 13.8 0 0 1 6.2-1.6z"
1503
- }), /* @__PURE__ */ React.createElement("path", {
1504
- stroke: "#fee0cc",
1505
- d: "M319.3 215.5c2.2 0 4.4.8 6.1 1.8.5.2 6.3 10 6.3 10.5 0 6.8-5.6 12.5-12.4 12.5a12.5 12.5 0 0 1-12.5-12.5c0-.5 6-10.6 6.5-10.8a13 13 0 0 1 6-1.5z"
1506
- }), /* @__PURE__ */ React.createElement("path", {
1507
- stroke: "#fedec8",
1508
- d: "M319.3 216c2 0 4.2.7 6 1.6.4.3 6 9.6 6 10.2a12 12 0 0 1-12 12 12 12 0 0 1-12-12 88 88 0 0 1 6.2-10.4c1.7-1 3.6-1.5 5.8-1.5z"
1509
- }), /* @__PURE__ */ React.createElement("path", {
1510
- stroke: "#fddbc5",
1511
- d: "M319.3 216.3c2 0 4.1.8 5.8 1.7a87 87 0 0 1 5.8 9.8c0 6.4-5.2 11.7-11.6 11.7s-11.6-5.2-11.6-11.7c0-.6 5.5-9.7 6-10a12.1 12.1 0 0 1 5.6-1.5z"
1512
- }), /* @__PURE__ */ React.createElement("path", {
1513
- stroke: "#fddbc2",
1514
- d: "M319.3 216.5c2 0 4 .8 5.7 1.7.5.3 5.7 9 5.7 9.6 0 6.3-5.1 11.5-11.4 11.5s-11.4-5.1-11.5-11.5c0-.7 5.4-9.6 6-9.9a12 12 0 0 1 5.5-1.4z"
1515
- }), /* @__PURE__ */ React.createElement("path", {
1516
- stroke: "#fdd9bf",
1517
- d: "M319.3 216.7c2 0 4 .7 5.6 1.6.5.4 5.6 8.8 5.6 9.5a11.2 11.2 0 0 1-22.4 0c0-.7 5.2-9.4 5.8-9.7a11.9 11.9 0 0 1 5.4-1.4z"
1518
- }), /* @__PURE__ */ React.createElement("path", {
1519
- stroke: "#fdd9bf",
1520
- d: "M319.3 217c2 0 3.9.6 5.4 1.5a55 55 0 0 1 5.6 9.3c0 6-5 11-11 11s-11-4.8-11-11c0-.7 5-9.2 5.7-9.5a11.5 11.5 0 0 1 5.3-1.4z"
1521
- }), /* @__PURE__ */ React.createElement("path", {
1522
- stroke: "#fdd6bc",
1523
- d: "M319.3 217.1c1.9 0 3.8.7 5.3 1.6.7.3 5.5 8.3 5.5 9.1 0 6-4.9 10.9-10.8 10.9a10.8 10.8 0 0 1-10.8-10.9c0-.8 5-9 5.6-9.3a11 11 0 0 1 5.2-1.4z"
1524
- }), /* @__PURE__ */ React.createElement("path", {
1525
- stroke: "#fdd6b9",
1526
- d: "M319.3 217.3c1.8 0 3.7.7 5.2 1.5.7.4 5.3 8.2 5.3 9 0 5.8-4.7 10.7-10.5 10.7a10.6 10.6 0 0 1-10.6-10.7c0-.8 4.8-8.8 5.5-9.2a11 11 0 0 1 5-1.3z"
1527
- }), /* @__PURE__ */ React.createElement("path", {
1528
- stroke: "#fdd4b8",
1529
- d: "M319.3 217.6c1.8 0 3.7.6 5.2 1.4.6.4 5.2 8 5.2 8.8 0 5.7-4.7 10.5-10.4 10.5s-10.4-4.7-10.4-10.5c0-.8 4.6-8.6 5.3-9a10.8 10.8 0 0 1 5-1.2z"
1530
- }), /* @__PURE__ */ React.createElement("path", {
1531
- stroke: "#fdd4b6",
1532
- d: "M319.3 217.7c1.8 0 3.6.7 5 1.5.8.4 5.2 7.7 5.2 8.6 0 5.6-4.6 10.3-10.2 10.3a10.2 10.2 0 0 1-10.2-10.3c0-.9 4.5-8.4 5.2-8.8a10.8 10.8 0 0 1 5-1.3z"
1533
- }), /* @__PURE__ */ React.createElement("path", {
1534
- stroke: "#fdd2b2",
1535
- d: "M319.3 218c1.7 0 3.5.6 5 1.4.7.4 5 7.5 5 8.4 0 5.5-4.6 10-10 10s-10-4.4-10-10a39 39 0 0 1 5.1-8.6 10.7 10.7 0 0 1 4.9-1.3z"
1536
- }), /* @__PURE__ */ React.createElement("path", {
1537
- stroke: "#fdd1b0",
1538
- d: "M319.3 218.2c1.7 0 3.5.6 4.9 1.4.7.4 4.9 7.3 4.9 8.2 0 5.4-4.5 9.9-9.8 9.9s-9.8-4.4-9.8-9.9c0-.9 4.2-8 5-8.4a9.8 9.8 0 0 1 4.8-1.3z"
1539
- }), /* @__PURE__ */ React.createElement("path", {
1540
- stroke: "#fdd0b0",
1541
- d: "M319.3 218.4c1.7 0 3.4.6 4.8 1.3.8.5 4.7 7.1 4.7 8.1a9.5 9.5 0 1 1-19.1 0c0-1 4.1-7.8 5-8.3a9.8 9.8 0 0 1 4.6-1.1z"
1542
- }), /* @__PURE__ */ React.createElement("path", {
1543
- stroke: "#fdd0ad",
1544
- d: "M319.3 218.6a9.8 9.8 0 0 1 4.7 1.3c.8.5 4.6 7 4.6 8 0 5-4.2 9.3-9.3 9.3s-9.4-4.1-9.4-9.4c0-1 4-7.6 4.8-8a9.6 9.6 0 0 1 4.6-1.2z"
1545
- }), /* @__PURE__ */ React.createElement("path", {
1546
- stroke: "#fdcaa6",
1547
- d: "M319.3 219.2c1.5 0 3 .5 4.4 1.2.9.5 4.3 6.3 4.3 7.4a8.8 8.8 0 0 1-8.7 8.8 8.8 8.8 0 0 1-8.8-8.7c0-1.2 3.6-7.1 4.5-7.7a9.1 9.1 0 0 1 4.3-1z"
1548
- }), /* @__PURE__ */ React.createElement("path", {
1549
- stroke: "#fdcaa4",
1550
- d: "M319.3 219.4a9.1 9.1 0 0 1 4.3 1.2c.9.5 4.2 6 4.2 7.2a8.6 8.6 0 0 1-8.5 8.6 8.6 8.6 0 0 1-8.6-8.5c0-1.2 3.5-7 4.4-7.5a9 9 0 0 1 4.2-1z"
1551
- }), /* @__PURE__ */ React.createElement("path", {
1552
- stroke: "#fdc8a4",
1553
- d: "M319.3 219.6c1.5 0 3 .5 4.2 1.2a19 19 0 0 1 4.1 7 8.4 8.4 0 0 1-16.7.1c0-1.2 3.3-6.7 4.3-7.3a8.5 8.5 0 0 1 4-1z"
1554
- }), /* @__PURE__ */ React.createElement("path", {
1555
- stroke: "#fdc8a1",
1556
- d: "M319.3 219.8c1.4 0 2.9.5 4 1.1 1 .6 4.1 5.7 4.1 7a8.2 8.2 0 0 1-8.1 8.1 8.2 8.2 0 0 1-8.2-8.1c0-1.3 3.2-6.6 4.2-7.1 1.2-.6 2.5-1 4-1z"
1557
- }), /* @__PURE__ */ React.createElement("path", {
1558
- stroke: "#fdc39b",
1559
- d: "M319.3 220.4c1.3 0 2.7.4 3.7 1a15 15 0 0 1 3.8 6.4 7.5 7.5 0 0 1-7.5 7.6 7.5 7.5 0 0 1-7.6-7.5c0-1.4 2.8-6 3.9-6.6a7.7 7.7 0 0 1 3.7-1z"
1560
- }), /* @__PURE__ */ React.createElement("path", {
1561
- stroke: "#fdc398",
1562
- d: "M319.3 220.6c1.3 0 2.6.4 3.6 1a13 13 0 0 1 3.7 6.3c0 4-3.3 7.3-7.3 7.3a7.3 7.3 0 0 1-7.4-7.3 14 14 0 0 1 3.8-6.4 7.7 7.7 0 0 1 3.6-1z"
1563
- }), /* @__PURE__ */ React.createElement("path", {
1564
- stroke: "#fdc097",
1565
- d: "M319.3 220.8a7.5 7.5 0 0 1 3.6 1 13 13 0 0 1 3.5 6c0 4-3.2 7.2-7.1 7.2a7.1 7.1 0 0 1-7.2-7.1c0-1.5 2.5-5.6 3.7-6.3a7.3 7.3 0 0 1 3.5-.8z"
1566
- }), /* @__PURE__ */ React.createElement("path", {
1567
- stroke: "#fdc095",
1568
- d: "M319.3 221a7 7 0 0 1 3.5 1c1.1.7 3.4 4.4 3.4 5.9a7 7 0 0 1-7 7 7 7 0 0 1-6.9-7c0-1.5 2.4-5.4 3.6-6a6.8 6.8 0 0 1 3.4-.9z"
1569
- }), /* @__PURE__ */ React.createElement("path", {
1570
- stroke: "#fdbe92",
1571
- d: "M319.3 221.2a7 7 0 0 1 3.4 1c1.1.6 3.3 4.2 3.3 5.7a6.7 6.7 0 1 1-13.5 0c0-1.5 2.3-5.2 3.5-5.9 1-.5 2-.8 3.3-.8z"
1572
- }), /* @__PURE__ */ React.createElement("path", {
1573
- stroke: "#fdbe90",
1574
- d: "M319.3 221.4c1.1 0 2.3.4 3.3 1 1.1.6 3.2 4 3.2 5.5a6.5 6.5 0 0 1-6.5 6.5 6.5 6.5 0 0 1-6.6-6.5c0-1.6 2.1-5 3.4-5.7a6.6 6.6 0 0 1 3.2-.8z"
1575
- }), /* @__PURE__ */ React.createElement("path", {
1576
- stroke: "#fdbb8f",
1577
- d: "M319.3 221.6c1.1 0 2.2.3 3.2.9 1.2.7 3 3.8 3 5.4a6.3 6.3 0 0 1-6.2 6.3 6.3 6.3 0 0 1-6.4-6.3 9 9 0 0 1 3.3-5.5c1-.5 2-.8 3-.8z"
1578
- }), /* @__PURE__ */ React.createElement("path", {
1579
- stroke: "#fdbb8d",
1580
- d: "M319.3 221.8c1 0 2.2.3 3 .9a8 8 0 0 1 3 5.2 6.1 6.1 0 0 1-6 6 6.1 6.1 0 0 1-6.1-6c0-1.6 1.8-4.6 3-5.3a6 6 0 0 1 3-.8z"
1581
- }), /* @__PURE__ */ React.createElement("path", {
1582
- stroke: "#fdb98a",
1583
- d: "M319.3 222a5.8 5.8 0 0 1 3 .8c1.2.8 2.9 3.5 2.9 5a6 6 0 0 1-6 6 6 6 0 0 1-5.8-6c0-1.6 1.6-4.3 3-5a6 6 0 0 1 2.9-.8z"
1584
- }), /* @__PURE__ */ React.createElement("path", {
1585
- stroke: "#fdb98a",
1586
- d: "M319.3 222.2a5.8 5.8 0 0 1 2.8.8 7 7 0 0 1 2.9 4.9 5.7 5.7 0 0 1-11.4 0 7 7 0 0 1 2.9-5 5.5 5.5 0 0 1 2.8-.7z"
1587
- }), /* @__PURE__ */ React.createElement("path", {
1588
- stroke: "#fcb687",
1589
- d: "M319.3 222.4c1 0 2 .3 2.8.8a6.5 6.5 0 0 1 2.6 4.7 5.5 5.5 0 1 1-11 0c0-1.7 1.5-4 2.9-4.8a6 6 0 0 1 2.7-.7z"
1590
- }), /* @__PURE__ */ React.createElement("path", {
1591
- stroke: "#fcb685",
1592
- d: "M319.3 222.6c1 0 1.9.3 2.7.8a5.9 5.9 0 0 1 2.5 4.5 5.3 5.3 0 0 1-5.2 5.3 5.3 5.3 0 0 1-5.3-5.3 5.9 5.9 0 0 1 2.7-4.6 5 5 0 0 1 2.6-.7z"
1593
- }), /* @__PURE__ */ React.createElement("path", {
1594
- stroke: "#fcb485",
1595
- d: "M319.3 222.8c1 0 1.8.3 2.6.7a5.3 5.3 0 0 1 2.4 4.4 5 5 0 1 1-10.1 0c0-1.8 1.1-3.6 2.6-4.4a5 5 0 0 1 2.5-.7z"
1596
- }), /* @__PURE__ */ React.createElement("path", {
1597
- stroke: "#fcb482",
1598
- d: "M319.3 232.8a4.9 4.9 0 0 0 4.8-4.9c0-2.7-2.2-4.9-4.8-4.9a4.9 4.9 0 0 0-5 4.9 4.9 4.9 0 0 0 5 4.9z"
1599
- }))), _path6 || (_path6 = /* @__PURE__ */ React.createElement("path", {
1600
- fill: "#fff",
1601
- fillRule: "evenodd",
1602
- stroke: "#fff",
1603
- strokeMiterlimit: 2.6,
1604
- strokeWidth: .1,
1605
- d: "M319.3 232.8a4.9 4.9 0 0 0 4.9-4.9 4.9 4.9 0 0 0-4.9-4.8 4.9 4.9 0 0 0-4.9 4.8 4.9 4.9 0 0 0 5 4.9z"
1606
- })), _g5 || (_g5 = /* @__PURE__ */ React.createElement("g", {
1607
- stroke: "#000",
1608
- strokeWidth: .1
1609
- }, /* @__PURE__ */ React.createElement("path", {
1610
- fill: "none",
1611
- d: "m320.4 223.1.5-2.6m-1 2.6.2-2.7m-.8 2.6v-2.6m-.5 2.7-.3-2.7m-.2 2.7-.6-2.6m.1 2.8-.8-2.6m.3 2.7-1-2.4m.6 2.6-1.4-2.3m1 2.6-1.6-2.1m1.2 2.5-1.9-2m1.5 2.3-2-1.8m1.7 2.2-2.2-1.5m1.8 2-2.2-1.4m2 1.8-2.4-1m2.2 1.5-2.5-.9m2.4 1.4-2.6-.6m2.5 1-2.6-.2m2.6.8h-2.7m2.7.5-2.6.3m2.7.2-2.6.6m2.7-.1-2.5.8m2.7-.3-2.4 1m2.6-.6-2.8 1.8m3.1-1.3-5.7 4m6-3.6-6.1 5.4m6.5-5-5.1 5.6m5.5-5.3-3.9 5.1m4.3-4.8-4 7m4.5-6.8-2.3 5m2.7-4.8-2.2 7m2.7-6.9-1 4.7m1.6-4.6-.7 7.2m1.7-7.2.2 2.6m.3-2.7 1.5 6.8m-1-7 1.3 4.1m-.8-4.2 3 6.7m-2.6-7 3.3 5.8m-2.8-6 4.7 6.2m-4.3-6.5 4.1 4.8m-3.8-5.2 6.2 5.7m-5.9-6 3.4 2.4m-3-2.9 2.2 1.3m-2-1.7 2.4 1m-2.2-1.5 2.5.8M324 229l2.6.5m-2.5-1 2.6.2m-2.6-.8h2.6m-2.6-.5 2.6-.2m-2.7-.3 2.6-.5m-2.7 0 2.5-.8m-2.7.4 2.4-1.1m-2.6.6 2.3-1.3m-2.6.9 2.1-1.6m-2.4 1.1 2-1.7m-2.4 1.4 1.8-2m-2.2 1.6 1.6-2m-2 1.8 1.3-2.3m-1.8 2 1.1-2.4m-1.6 2.3.9-2.5m-2.4-4v-2M317 217l-.4-2m-1.8 2.7-.8-1.8m-1.2 3-1.2-1.7m-.5 3.2-1.6-1.3m.2 3.2-1.8-1m.8 3.2-2-.7m1.5 3-2-.3m2 2.5-2 .2m2.5 2.1-2 .7m22.2 1.5 1.8 1m-.8-3.1 1.9.6m-1.5-2.9 2 .2m-2-2.5 2-.2m-2.4-2.1 2-.6m-3-1.5 1.8-1m-3.1-.9 1.5-1.4m-3.2-.2 1.2-1.6m-3.2.5.8-1.9m-3 1.1.4-2"
1612
- }), /* @__PURE__ */ React.createElement("path", {
1613
- fill: "#e60000",
1614
- fillRule: "evenodd",
1615
- strokeMiterlimit: 2.6,
1616
- d: "M322.1 230.2s-.7-.4-1-.4l-3 .1c-.5.1-.8.5-.8.5s.5.5 1.4.6c1 0 1.7 0 2.2-.2z"
1617
- }), /* @__PURE__ */ React.createElement("path", {
1618
- fill: "#e60000",
1619
- fillRule: "evenodd",
1620
- strokeMiterlimit: 2.6,
1621
- d: "M317.4 229.5s.1-1.4 1-3l-.4.8s-.6.3-.9 0c-.3-.4-.1-.5.1-1 .2-.4.2-.8.5-1 .2-.3.4-.3 1-.3.7 0 1.2 0 1.7.8l1 1.7c.6.8.6 1.9.6 1.9l.2.8s-.7-.4-1.1-.4l-3 .1-.8.5s-.3-.6.1-1z"
1622
- }), /* @__PURE__ */ React.createElement("path", {
1623
- fill: "none",
1624
- strokeMiterlimit: 2.6,
1625
- d: "M317.4 229.5s.6-.3 2.3-.3c2 0 2.1.2 2.3.3"
1626
- }), /* @__PURE__ */ React.createElement("path", {
1627
- fill: "#fc0",
1628
- fillRule: "evenodd",
1629
- strokeMiterlimit: 2.6,
1630
- d: "M319.2 237.1v-7.2s.2-.2.8 0v7.1s.2 5.5-.4 5.5c-.7 0-.4-1.3-.4-5.4z"
1631
- }))), _g6 || (_g6 = /* @__PURE__ */ React.createElement("g", { fill: "#e60000" }, /* @__PURE__ */ React.createElement("path", {
1632
- fillRule: "evenodd",
1633
- d: "m311.8 231 .1.3-1.4.6.2.5h-.2c-.1-.2-.2-.3-.6-.3v-.2zm-1.5-.5a.6.6 0 0 1-.3-.4c0-.4.1-.7.6-.8.2-.1.7-.1.9.5 0 .3 0 .7-.5.8v-.2c.2-.1.3-.3.2-.6 0-.2-.3-.3-.6-.3q-.45.15-.3.6a.5.5 0 0 0 .3.3v.2l-1.2.1-.2-1h.3l.2.8zm-.6-4c-.3 0-.5.3-.5.6 0 .2 0 .5.3.5s.3-.1.4-.2l.2-.6c0-.3.2-.5.6-.5.5 0 .6.6.5 1l-.2.6c-.2.1-.4.2-.6.1v-.2c.4 0 .6-.3.6-.6 0-.2 0-.5-.3-.6-.3 0-.3 0-.4.4l-.2.5c0 .1-.1.4-.5.4s-.7-.3-.6-.8c0-.8.5-.8.7-.8v.3zm0-1.3.5.2.4-1.1h.3l-.4 1.2.7.3.4-1.3h.2l-.4 1.6-2.1-.7.5-1.5.2.1z"
1634
- }), /* @__PURE__ */ React.createElement("path", { d: "M311 222a.7.7 0 0 0-.4.4l-.5.8 1.9 1.1.1-.2-.8-.5.4-.6c.2-.4 0-.7-.2-.9a.6.6 0 0 0-.5 0zm.2.4a.4.4 0 0 1 .1 0c.2.2.2.3.1.6l-.3.4-.6-.3.3-.5c.1-.2.2-.3.4-.2" }), /* @__PURE__ */ React.createElement("path", {
1635
- fillRule: "evenodd",
1636
- d: "m313.6 222.1-.2.2-1.4-1.3-.5.5-.2-.1 1.2-1.3.2.2-.5.5zm.7-.6-1.3-1.7.2-.2 1.3 1.7zm0-2.3.3.6 1-.5.2.2-1 .6.2.6 1.2-.6.1.2-1.4.8-1-2 1.4-.7.1.2zm4 .6-.3-1.2v-.6l-.3 2h-.3l-1-1.6.2.5.2 1.3h-.2l-.5-2.1h.4l1 1.6.2-2h.4l.5 2z"
1637
- }), /* @__PURE__ */ React.createElement("path", { d: "M319 217.6v2.2h.8c.5 0 .8-.2.8-.6 0-.3-.2-.4-.4-.5.3-.1.3-.3.3-.5 0-.3-.1-.5-.5-.6zm.3.3h.5c.3 0 .4.2.4.4s-.1.3-.4.2h-.5zm0 .9h.5c.2 0 .5.1.5.4 0 .2-.2.4-.5.4l-.5-.1zm2.1-1-.5 2.1.2.1.3-.9.7.2c.3.1.3.3.2.5v.5l.3.1v-.7c.1-.2 0-.3 0-.4 0 0 .3-.1.3-.4.2-.5-.1-.7-.5-.8zm.3.4.6.2c.2 0 .4 0 .3.4 0 .3-.3.3-.5.2l-.6-.1z" }), /* @__PURE__ */ React.createElement("path", {
1638
- fillRule: "evenodd",
1639
- d: "m324 219-.3.6 1 .6-.1.2-1-.5-.4.6 1.1.6-.1.2-1.4-.8 1-1.8 1.5.8-.2.2z"
1640
- }), /* @__PURE__ */ React.createElement("path", { d: "M326.6 220.7 325 222l.6.7c.4.5 1 .3 1.4 0 .5-.4.6-1 .2-1.4zm0 .4.3.4c.3.3.3.6-.1 1-.4.3-.8.3-1 0l-.3-.4z" }), /* @__PURE__ */ React.createElement("path", {
1641
- fillRule: "evenodd",
1642
- d: "m328.2 223-.7.4.6 1-.3.2-.5-1.1-.6.3.6 1.2h-.3l-.7-1.3 2-1 .7 1.4-.3.1zm-.8 4v-.3l1.5-.2-.1-.5h.2c0 .3.1.4.5.5v.2z"
1643
- }), /* @__PURE__ */ React.createElement("path", { d: "m328 227.6-.4.2a.9.9 0 0 0-.2.5c0 .5.3.8.6.8.2 0 .4 0 .6-.3 0 0 .1.2.4.2s.6 0 .6-.6c0-.5-.3-.7-.6-.7-.2 0-.3.1-.4.4 0-.3-.3-.4-.5-.5zm0 .4c.2 0 .4.1.4.4 0 .2-.1.4-.4.4s-.3-.3-.3-.5c0-.3.2-.3.4-.3zm1 0c.2 0 .3.1.3.4s-.2.4-.3.4a.4.4 0 0 1-.3-.4q0-.3.3-.3z" }), /* @__PURE__ */ React.createElement("path", {
1644
- fillRule: "evenodd",
1645
- d: "M328.7 229.5c.7.2.6.7.6 1-.1.3-.4.5-.8.4-.4 0-.5-.3-.6-.7v-.2c0-.4-.2-.5-.3-.5l-.3 1.1h-.3l.4-1.4c.4.1.6.3.7.7v.3c.2.2.2.4.5.5.1 0 .4 0 .5-.4 0-.3-.3-.4-.4-.5zm-2.1 2.1.1-.3 1.4.7.2-.5.2.1c-.1.4-.2.5.1.7v.2z"
1646
- }))), _path7 || (_path7 = /* @__PURE__ */ React.createElement("path", {
1647
- fill: "none",
1648
- stroke: "#000",
1649
- strokeMiterlimit: 2.6,
1650
- strokeWidth: .2,
1651
- d: "M319.3 202.3 283 263h72.7z"
1652
- })), _g7 || (_g7 = /* @__PURE__ */ React.createElement("g", {
1653
- fill: "none",
1654
- strokeMiterlimit: 2.6
1655
- }, /* @__PURE__ */ React.createElement("path", {
1656
- stroke: "#000",
1657
- strokeWidth: .1,
1658
- d: "M321.3 255.5a6.3 6.3 0 0 0 3.2 0c1.5-.3 3-1.2 4.8-1 1.4 0 3.2 1.2 5.3 1.2 2.2 0 3-.7 4.8-1.1 1.3-.3 2-.2 3.4.2 1.6.3 2.5 1.2 5.2 1"
1659
- }), /* @__PURE__ */ React.createElement("path", {
1660
- stroke: "#fff",
1661
- strokeWidth: .4,
1662
- d: "M293.2 258.1c1.3-1 3.4-1.3 5-1 2.2.5 3.1 1 5.4 1 1.7 0 3.2-1.1 5-1.1 2.8 0 2.9.6 5.4 1a5.6 5.6 0 0 0 2.2 0 9.5 9.5 0 0 0 2.5-.8c.8-.4 2.8-.4 3.8-.3 1.8.2 2.6.9 3 1 1 .2 2 .4 3.2 0 1.5-.4 3-1.4 4.9-1.2 1.3.2 3 1.4 5.2 1.4s3-.8 4.8-1.2c1.4-.3 2-.2 3.4.1 1.6.4 2.5 1.5 5.2 1.2"
1663
- }), /* @__PURE__ */ React.createElement("path", {
1664
- stroke: "#fff",
1665
- strokeWidth: .3,
1666
- d: "M289.1 256a7.6 7.6 0 0 1 5-.8c2.2.4 3.1 1 5.4 1 1.7-.1 3.2-1.1 5-1.1 2.8 0 2.9.5 5.4 1h2.2a9.4 9.4 0 0 0 2.5-.9c.8-.3 2.8-.3 3.8-.2 1.8.2 2.6.8 3 .9 1 .2 2 .3 3.2 0 1.5-.4 3-1.2 4.9-1 1.3 0 3.1 1.2 5.2 1.2 2.2 0 3-.8 4.8-1.1 1.4-.3 2-.1 3.4.1 1.6.4 2.5 1.3 5.2 1"
1667
- }), /* @__PURE__ */ React.createElement("path", {
1668
- stroke: "#fff",
1669
- strokeWidth: .5,
1670
- d: "M285.4 262a6.3 6.3 0 0 1 5-1c2.1.5 3 1.1 5.4 1 1.7 0 3.2-1.3 4.9-1.3 2.9 0 3 .7 5.5 1.3a5.8 5.8 0 0 0 2.2 0 8.4 8.4 0 0 0 2.5-1c.8-.5 2.8-.4 3.8-.3 1.8.2 2.5 1 2.9 1 1 .3 2 .5 3.3.2 1.5-.6 3-1.6 4.8-1.4 1.3.1 3.1 1.6 5.3 1.6 2.1 0 3-1 4.7-1.5 1.4-.3 2-.1 3.5.2 1.6.4 2.5 1.6 5.2 1.3"
1671
- }), /* @__PURE__ */ React.createElement("path", {
1672
- stroke: "#fff",
1673
- strokeWidth: .3,
1674
- d: "M286.4 258.6c1.2-.9 3.4-1.2 5-.9 2.1.5 3 1 5.4 1 .7 0 1.4-.3 2.2-.5"
1675
- }), /* @__PURE__ */ React.createElement("path", {
1676
- stroke: "#000",
1677
- strokeWidth: .2,
1678
- d: "M297.4 255c.3 0 1.3-.5 2.8-.5 2.9 0 1 0 3.6.5.7 0 2.5 0 3-.4m25.4 8.2c1-.2 1.8-.5 2.6-.8.7-.3 2.7-.3 3.8-.2 1.8.2 2.5.8 2.9.8a6.3 6.3 0 0 0 3.2 0c1.6-.3 3-1.2 5-1 1.2.1 3 1.3 5.2 1.3"
1679
- }), /* @__PURE__ */ React.createElement("path", {
1680
- stroke: "#fff",
1681
- strokeWidth: .3,
1682
- d: "M336.7 254.8c2.1 0 2.9-.8 4.8-1.2 1.3-.2 2 0 3.3.2 1.7.3 2.5 1.3 5.2 1"
1683
- }), /* @__PURE__ */ React.createElement("path", {
1684
- stroke: "#000",
1685
- strokeWidth: .1,
1686
- d: "M285.5 262.2a7.7 7.7 0 0 1 5-.8c2.2.4 3.1.9 5.4.9 1.7 0 3.2-1.1 5-1.1 2.8 0 2.9.6 5.4 1a7.5 7.5 0 0 0 2.2 0 9.8 9.8 0 0 0 2.5-.8c.8-.4 2.8-.3 3.8-.2 1.8.1 2.5.7 3 .8"
1687
- }), /* @__PURE__ */ React.createElement("path", {
1688
- stroke: "#000",
1689
- strokeWidth: .5,
1690
- d: "M290 259.6c1.3-.9 3.5-1.2 5.1-.9 2.2.4 3.1 1 5.4.9 1.7 0 3.1-1 4.8-1 3 0 3 .5 5.6 1a7.4 7.4 0 0 0 2.2 0 11.3 11.3 0 0 0 2.5-.9c.7-.3 2.8-.3 3.8-.2 1.8.2 2.5.8 3 .9.9.2 2 .3 3.2 0 1.5-.4 3-1.3 4.8-1 1.5 0 3.3 1.2 5.3 1.2 2.2 0 3-.8 4.8-1.2 1.3-.2 2 0 3.4.2 1.6.3 2.5 1.3 5.2 1"
1691
- }))), _g8 || (_g8 = /* @__PURE__ */ React.createElement("g", {
1692
- fill: "#fc0",
1693
- fillRule: "evenodd",
1694
- stroke: "#000",
1695
- strokeWidth: .2
1696
- }, /* @__PURE__ */ React.createElement("path", { d: "M291 249.5c.4 0 1.2-.6 1.5-.8s.5-.7.8-1l1.5-1a10.8 10.8 0 0 0 3.5-3.1 17.8 17.8 0 0 1 5.7-5.2c.8-.4 1.9-.3 2.7 0l.8.7q1.5 1.05 3.9 1.8c1.5.4 1.9 1.4 3 2.5.7.5 1.3 1 2 1.3l.4.4 2 1.4a67 67 0 0 1 3.2 3.1l.4.7c.8.7 1.6 1.5 2.6 2l2.7 1.6c-9.2.4-17.7-.2-27 0H299l-1.8.1h-8.8z" }), /* @__PURE__ */ React.createElement("path", { d: "m327.3 253.7-2.3-1.4c-1-.5-1.8-1.3-2.6-2l-.4-.7a67 67 0 0 0-3.2-3.1l-2-1.4-.3-.4a8.5 8.5 0 0 1-2-1.3l-1.9-2a7.5 7.5 0 0 1 1.3-.7c.6-.4 1.5-.3 2.2 0l.7.5c.8.7 1.9 1.1 3.2 1.5s1.6 1.2 2.6 2.1c.5.5 1 .8 1.6 1.1l.3.3 1.7 1.3 2.7 2.5.3.6c.7.6 1.3 1.3 2.1 1.6l2.3 1.4h-6.2z" }), /* @__PURE__ */ React.createElement("path", { d: "m319.1 242.4.9.3c1.3.4 1.6 1.2 2.6 2.1.5.5 1 .8 1.6 1.1l.3.3 1.7 1.3a63 63 0 0 1 2.7 2.5l.3.6c.7.6 1.3 1.3 2.1 1.6.7.3 1.3.8 2 1.2l5-.1c-.6-.4-1.2-1-2-1.3-.7-.3-1.3-1-1.9-1.5l-.3-.5-2.4-2.3-1.6-1.1-.2-.3a6.2 6.2 0 0 1-1.5-1c-1-.8-1.2-1.6-2.4-2a9 9 0 0 1-2.9-1.3c-.2-.1-.4-.4-.6-.4-.6-.3-1.5-.4-2 0a10 10 0 0 0-1.4.8z" }), /* @__PURE__ */ React.createElement("path", { d: "m327.6 244.4.8.9 1.5 1 .2.3 1.6 1 2.4 2.4.3.5c.6.6 1.2 1.2 2 1.5l1.3.8h6c-.6-.4-1-.8-1.7-1l-1.5-1.3-.3-.4a94 94 0 0 0-2-1.9l-1.2-.9-.2-.2a5 5 0 0 1-1.2-.8c-.7-.7-1-1.3-1.9-1.6a7.3 7.3 0 0 1-2.4-1l-.4-.4c-.6-.2-1.2-.3-1.7 0a9.5 9.5 0 0 0-1.6 1z" }), /* @__PURE__ */ React.createElement("path", { d: "M343.3 252.5a7.4 7.4 0 0 0-1.3-.8l-1.5-1.2-.3-.4c-.6-.7-1.2-1.3-2-1.9l-1.2-.9-.2-.2a5.7 5.7 0 0 1-1.2-.8c-.6-.6-.9-1-1.5-1.4a6.3 6.3 0 0 1 1-.7c.5-.2 1 0 1.5 0l.4.4c.5.4 1.2.7 2 1 .9.2 1 .7 1.7 1.3.3.2.6.5 1 .6l.2.3 1 .7 1.7 1.6.2.4 1.3 1 1.5.9z" }))), _path8 || (_path8 = /* @__PURE__ */ React.createElement("path", {
1697
- fill: "none",
1698
- stroke: "#00633b",
1699
- strokeWidth: .1,
1700
- d: "M303.2 239c.4 0 .2-.2.6 0m-1.5.5c.5 0 .7-.4 1 0m-1.4.3c.2 0 .3-.2 1 .2m-1.5.4h1m-1.6.4c.5-.1.7.2 1.3.1m-1.9.5h1.4m-2 .6h.7c.5 0 .4.1.8 0m-1.9.5c.7 0 1 0 1.4.2m-2.3 1.1h1.4m-11 10c1.8-.4 4 0 6-.3m3.8-10.3c.5-.2.4 0 1 0h.7m-2.4 1.1c.5-.2 1 0 1.5 0m-.3.5c-.5-.1-1 0-1.6 0m1.2.6a2.9 2.9 0 0 0-1.7 0m-.8.4c.7 0 1.4-.2 2.1 0m-2.6.6c.7-.3 1.4 0 2.2 0m-3 .4h2.3c.1 0 .4-.2.5 0m-.2.4c-1.2.2-2.3 0-3.5.1m2.8.5c-.3 0-1 .2-1.5.1h-.3a4.2 4.2 0 0 0-1.7.1m-.2.4a1 1 0 0 1 .7 0h2.1l.6.3m-3.9 0h1.6l2 .4m-4 0c.5 0 1 0 1.6.2l2.1.1m-4.4 0c.7.3 1.5 0 2.2.2l2.1.2m-4.8.2c1.1 0 2.2 0 3.4.2.3 0 .8.2 1.2.1m-5 .2c1.1.2 2.2 0 3.3.3l1.5.2m-5.2.3.3-.1h2.6c.7 0 1.5 0 2.2.2m-5.5.5c1.7-.2 3.5 0 5.2 0m-5.5.5c1.8.2 3.7 0 5.5.1m-5.8.4c.8.2 1.6 0 2.4.1.6.1 1.1.2 1.7.1h1.5m7.4-7.6h.2m-.4.2h.2m-.4.3h.4m-.5.2h.4m-.8.3.8.1m-1 .4 1-.1h-.1m-1.3.5h1.3m-1.6.4h1.4m-1.6.4h1.6m-2 .5 1 .2c.3.1.6 0 .8 0m-1.8.2 1.6.2m-2 .2c.5 0 1 0 1.4.2h.6m-2.5.4c.5-.2 1.2 0 1.8.1h.6m-2.5.4c.6-.2 1.3-.2 2 0h.3m-2.7.5c.8.1 1.7-.1 2.6.1m-2.9.2c.7.3 1.5 0 2.2.2.3.1.5.1.8 0m-3.5.4c.3-.1.7-.2 1-.1.8.2 1.6.1 2.3.2m-3.6.4c.1 0 .3.1.4 0h3.2m-4 .4c1 .3 1.8 0 2.7.3h1.2m-4.1.3c1.3 0 2.5 0 4 .2m3.3-7.5h.3m-.5.3h.5m-.6.4h.6m-.8.5h.8m-1 .5 1-.1m-1.1.4h1m-1.2.6h1.3m-1.3.4h1.4m-1.6.6h1.5m-1.7.5c.2 0 .4-.2.6-.1h1m-1.7.6c.6-.2 1.2.2 1.8-.2m-2 .8h2m-2 .5c.6-.2 1.4 0 2 0m-2.5.5 2.8-.2m-2.7.7c1-.2 2 0 3.1-.1m-3.3.7c1 .1 1.3 0 2.3-.1l1.2-.2h.6m-4 .6c1.5-.2 3 .1 4.6-.3m-11.3 0h1.2m4.7.3c.2 0 .3-.1.4 0m5.4-.1c1.3-.2 2.5.2 3.8 0m-4.4-.5c.8-.2 1.5 0 2.3.1l.1.2h2m-8.9-.3h-.8m-4.1-.2-1.7.1m12.1-11.8h.3m-.2.3h.3m-.2.6.4-.1m-.3.4h.6m0 .4h-.5m.3.6a.8.8 0 0 1 .5-.1m.3.4h-.8m.2.4.8-.1m.2.6h-.9m.2.6c.4 0 .7 0 1-.2m0 .3-.9.2m.2.6c.4-.2.9 0 1.2-.2m.1.5h-.9l-.3.1m.2.8c.3-.1.5-.3.8-.3h.6m.2.4-1.4.2m.1.6 1.6-.3m-1.5 1 1.8-.4m.4.4c-.7.1-1.4 0-2 .3m.2.6s.1.1.2 0a4 4 0 0 1 2-.3m0 .4c-.5.4-1.3.2-2 .3h-.2m.2.5 2.3-.2m.5.5h-1.8c-.3 0-.5.2-.8.3m0 .5h.4c.8-.5 1.6-.4 2.5-.4m.2.5c-.7 0-1.4-.2-2.1 0-.3.1-.5.3-.8.3m.3.5 1-.3h2.4m0 .4c-.4-.1-1-.2-1.3 0-.7.1-1.3.3-2 .3m.4.4c.5 0 1-.3 1.6-.4h1.3m-3 .7c1-.1 1.7 0 2.6-.3h.9m0-.3c1.4.1 2.8-.1 4.1.2m-3.8.3.4-.1h3.4m-.4-2.9h.2m-.1.4c.1 0 .2-.2.4 0m-.3.4h.7m-.5.6c.2-.3.6 0 .8-.2m-.6.8c.3-.3.7 0 1-.3m-1 .7c.5-.2 1 0 1.4-.3m-1.2.7c.7-.3 1.5.1 2.1-.4m-2 .7c.8-.2 1.7 0 2.6 0m.6 0h4.6m-5.3-.6c1.4.2 3.4 0 5.1.2m-12.6-10.6 1.1-.2m-.8.4 1.2-.1m-.7.6.8-.2h.4m-.9.4h1.5m.2.3-1.2.1m.8.5 1-.2m.5.4h-1.2m.6.5 1-.2m.6.5h-1m.5.5 1.2-.1m.4.2-1 .2m.5.5c.3-.2.9 0 1.3-.2m.4.5h-1l-.4.1m2.6.8-1.5.1m.5.6c.5-.2 1.1-.2 1.6-.3m-.4 1.7h.8c.8-.2 1-.4 1.7-.3m.5.4-2.2.2-.4.1m.4.4c.8-.2 2-.1 2.7-.3m.8.5-2 .1-1 .1m.7.5h.3c.6-.4 1.7-.4 2.6-.4m.5.5h-1.9l-.9.2m.8.5c.8-.2 2.3-.3 1.4-.3h1.9m.2.3a4.3 4.3 0 0 0-1.5 0c-.4.2-.3.3-1.4.3m.4.2 1.2-.1 1.5-.1m-2.4.4h2.7m-16.2-11h.7c0-.2.2 0 .3-.2h.3m-1.7-.2h.8c-.1-.2.2 0 .2-.1h.4m5.5 6c.2-.1.2-.2.6-.1-.1-.2.3 0 .4-.1h.5m0 1.5c.5 0 1.2 0 1.7-.3m.8.6c-.6.1-1.6 0-2.1.3m-8-8.4c-.6 0-.7.2-1.1.2m8 1.6 1-.2m-.7.5c.4-.1.7 0 1-.2m-.7.5.7-.1h.4m-.7.4h1.2m.3.2a4 4 0 0 0-1.2.2m.4.4 1.3-.2m.5.3-1.3.1m.4.4c.3 0 1.2 0 1.3-.2m.5.5h-1.2m.4.4 1.3-.1m.4.2c-.2.2-.9.2-1.1.3m.6.4c.3-.2.8 0 1.2-.2m.4.4h-1c0 .1-.1.2-.3.1m2.4.8-1.4.1m.5.5c.4-.2 1-.2 1.5-.3m-.3 1.7.6-.1c.8-.1.9-.3 1.6-.3m.4.4-2 .2-.4.1m.4.3c.7 0 1.8 0 2.5-.2m.7.4-1.7.1-1 .2m.6.4h.3c.6-.4 1.5-.3 2.4-.3m.5.4H332l-.9.2m.6.4 1.5-.2h1.7m.2.3h-1.4c-.2 0-.3.2-1.5.2m.4.3 1.3-.2h1.4m-2.1.4 1.7-.1h.7m-15-10.1c.3-.1.2-.2.5-.1l.5-.1h.3m-1.7 0c.2-.2.2-.3.6-.2l.4-.1h.4m5.2 5.5c.2-.1 0-.2.4-.1-.1-.2.3 0 .4-.1h.5m0 1.5 1.5-.4m.8.6c-.6.1-1.4 0-1.8.2m-7.5-7.6a2.3 2.3 0 0 0-1.4.5m8.6 2.5.9-.1m-.7.3 1-.1m-.7.4.7-.1h.3m-.7.3h1.1m.2.2h-.9m.5.4.8-.2m.4.3h-1m.3.4 1-.2m.4.4h-1m.4.3 1-.1m.3.2-.9.2m.3.3 1.1-.1m.3.3h-1m1.9.7-1.2.1m.4.3 1.2-.2m-.3 1.2h.6l1.2-.2m.3.3-1.5.2h-.4m.3.3 2-.2m.6.3H336a7 7 0 0 1-.9.2m.5.4.6-.2 1.6-.1m.3.3H337l-.9.3m.6.2 1.2-.2h1.3m.2.2h-1c-.3.1-.5.2-1.3.2m.3.2 1-.1 1.1-.1m-1.7.4h1.4l.5-.1m-11.5-7.7c.2 0 .2-.2.5-.2h.6m-1.4 0c.2-.1.2-.2.5-.2h.6m3.8 4.2.5-.1h.3c0-.1.3 0 .4 0m0 1c.3 0 .8 0 1.1-.2m.6.4c-.4.1-1 0-1.5.2m-5.6-5.9c-.4 0-.5.2-.8.4m7 .9 1-.1m-.7.3.9-.1m-.6.4.6-.1h.3m-.6.4 1-.2m.2.2c-.2 0-1 0-1 .2m.4.2s.7-.2.9-.1m.4.2-1 .1m.3.2 1-.1m.3.3-1 .1m.4.3 1-.1m.3.1-1 .2m.4.3 1-.1m.3.3h-1m1.8.6-1 .1m.2.3 1.3-.2m-.4 1.2.5-.1c.6 0 .7-.2 1.2-.1m.2.2a12 12 0 0 1-1.7.2m.2.3a36 36 0 0 1 1.9-.2m.5.3H342l-.8.2m.4.3.5-.1 1.5-.2m.4.3h-1.2l-1 .2m.6.3 1.2-.2h1.2m.2.2a3 3 0 0 0-1 0 3 3 0 0 1-1.2.2m.3.1 1-.1h1m-1.7.3h1.3l.5-.1m-10.6-7.1.4-.1h.6m-1.3-.1c.2 0 .2-.2.4-.1h.4l.2-.1m3.6 3.9h.4c0-.2.2 0 .3-.1h.3m0 1c.3 0 .8 0 1.1-.2m.6.4-1.5.1m-5-5.4c-.5 0-.6.2-.9.3"
1701
- })), _g9 || (_g9 = /* @__PURE__ */ React.createElement("g", { fill: "#fc0" }, /* @__PURE__ */ React.createElement("path", { d: "m287.6 298.6.6 4.5c-1.1-.4-2.2.2-2.7 1.2-.9 1.7-.1 3 1.5 3.7l2.1 1.2 4-7.8-1.6-.8-1.6 3.1-.4-4.1zm.6 5.9.9.3h.1l-1 2.2-.3-.1c-.7-.4-1.2-.9-.8-1.7.3-.6.7-.8 1.1-.7" }), /* @__PURE__ */ React.createElement("path", {
1702
- fillRule: "evenodd",
1703
- d: "m280.7 302.7 1-1.6-2.3-1.6.8-1.2 2.3 1.6 1.4-2-2.5-1.6.9-1.3 3.8 2.7-4.8 7.2-3.9-2.6.8-1.2z"
1704
- }), /* @__PURE__ */ React.createElement("path", { d: "m279 292.5-2 2.5-.7-.6c-1.4-1.2-2.8-1.2-4 .2-1.3 1.5-.8 2.9.6 4.1l1.9 1.6 5.6-6.7-1.3-1.1zm-4.4 2.8c.3 0 .7.3 1 .6l.3.2-1.6 1.8-.2-.2c-.7-.6-1-1-.4-1.9.4-.4.6-.5 1-.5z" }), /* @__PURE__ */ React.createElement("path", {
1705
- fillRule: "evenodd",
1706
- d: "m268.4 294.6-1.2-1.3 3.6-3.3c.8-.7 1.9-1.8.9-3-1-1-2.3 0-3 .6L265 291l-1.2-1.3 3.9-3.5c1.6-1.4 3.4-1.8 5 0 1.7 1.8 1.1 3.6-.5 5z"
1707
- }), /* @__PURE__ */ React.createElement("path", { d: "M265.1 278.1c-.5 0-1 .1-1.5.5-.8.5-1.4 1.5-.9 2.5-.6-.3-1.3 0-1.9.3-1.4 1-1.4 2.2-.4 3.6l1.3 1.8 7.2-5-1.6-2.2c-.6-.8-1.3-1.4-2.2-1.5m0 1.9c.5 0 1 .4 1.3.9l.2.3-1.8 1.2-.2-.2c-.4-.6-.9-1.4 0-2zm-2.5 2.5c.3 0 .6.2.8.6l.1.2-1.7 1.2v-.2c-.5-.6-.6-1 .1-1.5z" }), /* @__PURE__ */ React.createElement("path", {
1708
- fillRule: "evenodd",
1709
- d: "m264.6 275.3-7.7 4.2-.8-1.6 6.3-3.4-1.1-2.2 1.2-.7zm-11.4-3.5 8-3.5.6 1.6-8 3.5zm-1-9.5a2.7 2.7 0 0 0-.3 2.2c.6 1.5 2.3 2 3.7 1.5 1.4-.4 2.5-1.8 2-3.4a2.8 2.8 0 0 0-1.5-1.6l1.9-.6c.5.5 1 1 1.1 1.8a4.5 4.5 0 0 1-2.9 5.6c-2.4.7-5-.3-5.8-2.8a4.7 4.7 0 0 1-.2-2.1z"
1710
- }), /* @__PURE__ */ React.createElement("path", { d: "m256.4 250.6-8.2 5 .2 1.3 9.4 2-.3-1.9-2-.4-.5-3.1 1.7-1zm-2.7 3.6.4 2.1-3.3-.4zm-2-19.9c-2.2 0-4 1.6-4.2 4l-.2 2.6 8.7.7.2-2.5a4.3 4.3 0 0 0-4-4.8zm-.3 2a3 3 0 0 1 .6 0c1.6.1 2.6 1 2.4 3v.2l-5.2-.4v-.3c.1-1.6.9-2.4 2.2-2.5" }), /* @__PURE__ */ React.createElement("path", {
1711
- fillRule: "evenodd",
1712
- d: "m250.2 229.5 1.9.4.6-2.8 1.4.3-.6 2.8 2.3.5.6-2.9 1.5.3-1 4.6-8.5-1.8 1-4.6 1.4.3zm3.3-11.4 1.8.6 1-2.6 1.4.6-1 2.6 2.2.8 1-2.7 1.4.5-1.7 4.4-8.1-3.1 1.7-4.4 1.4.5zm8.9-2.3-7.8-4 .8-1.5 6.4 3.3 1.2-2.2 1.3.6zm1.9-15.9c-.6 0-1 .2-1.4.7a1 1 0 0 0 0 1.5c1.3.8 3-2.4 5.3-.7 1.4 1 1.7 2.7.6 4.2-.8 1-1.9 1.3-3 1.2l-.2-1.6c.7.3 1.5.1 2-.5.4-.6.2-1.3-.4-1.7-.7-.5-1.4 0-2 .4-1 .7-2 1-3.1.2a2.6 2.6 0 0 1-.6-3.6 3.9 3.9 0 0 1 2.3-1.5z"
1713
- }), /* @__PURE__ */ React.createElement("path", { d: "m268.1 192.3-1 1 4 8.7 1.3-1.4-.7-1.7 2.1-2.3 1.8.8 1.3-1.4-8.7-3.8zm1.4 2.4 2.8 1.3-1.4 1.4z" }), /* @__PURE__ */ React.createElement("path", {
1714
- fillRule: "evenodd",
1715
- d: "m278.3 195-5.5-6.8 1.4-1.1 4.5 5.6 2-1.6 1 1.2zm4.5-14 1.6-1 1.8 9.5-.8.5-7.8-5.7 1.6-1 5 3.8z"
1716
- }), /* @__PURE__ */ React.createElement("path", { d: "m290.6 176.8-1.3.6.5 9.6 1.7-.7v-2l2.8-1.4 1.4 1.4 1.7-.7zm.3 2.9 2.2 2.2-1.8.8-.3-3zm9.4-6-1.4.3-2.4.7 2.5 8.3 2.4-.6a4.3 4.3 0 0 0 3-5.5c-.6-1.9-2.1-3.1-4-3.1zm0 1.9c1 0 1.8.7 2.2 2 .4 1.4 0 2.7-2 3.2l-.2.1-1.5-5 .3-.1zm10.5-4.3h-.5a4.4 4.4 0 0 0-3.8 5.1 4.4 4.4 0 0 0 5 4 4.5 4.5 0 0 0 3.9-5.1 4.5 4.5 0 0 0-4.6-4m-.2 1.9c1.4-.2 2.5 1 2.7 2.3.2 1.1-.7 2.8-2 3-1.4.1-2.6-1.2-2.8-2.4-.1-1.3.7-2.7 2.1-2.9m7.4-2.4v8.8h1.7V176l2.2 3.5h2.1l-2.5-3.7c1.2-.1 1.9-1.2 1.9-2.4 0-1.8-1.2-2.6-3-2.6zm1.8 1.6h.3c.8 0 1.5.2 1.4 1.2 0 1-.6 1.2-1.5 1.2h-.2z" }), /* @__PURE__ */ React.createElement("path", {
1717
- fillRule: "evenodd",
1718
- d: "m336.6 174.3-.5 2 2.7.6-.3 1.4-2.8-.7-.5 2.3 2.8.8-.4 1.4-4.5-1.2 2.1-8.4 4.5 1.1-.3 1.5zm6.6 0 1.2.5 2.1 7.5 2.2-5.5 1.7.7-3.3 8.3-1.2-.5-2.2-7.5-2.2 5.5-1.6-.6zm9.3 14.3 4.7-7.4 1.5 1-3.9 6 2.1 1.4-.8 1.2z"
1719
- }), /* @__PURE__ */ React.createElement("path", { d: "m365.4 186.6-8.4 4.7 1.4 1.2 1.8-1 2.4 2-.6 2 1.5 1.1 3-9.1zm-1.3 2.5-1 3-1.6-1.3zm14.3 11.2-9.2 2.3 1 1.5 2-.4 1.8 2.5-1 1.7 1 1.5 5.3-8-.9-1.2zm-1.8 2-1.8 2.6-1.1-1.6z" }), /* @__PURE__ */ React.createElement("path", {
1720
- fillRule: "evenodd",
1721
- d: "m375.4 211.9-.8-1.6 8.7-2.7.6 1.1-4.1 4.6 6-.6.6 1.1-7.3 5.3-.9-1.6 4.6-3.1-6 .6-.2-.5 4-4.3zm11.6 8.3-1.8.6 1 2.7-1.5.5-.9-2.7-2.2.7 1 2.8-1.5.5-1.5-4.5 8.3-2.7 1.5 4.4-1.4.5z"
1722
- }), /* @__PURE__ */ React.createElement("path", { d: "m390.3 225.7-8.6 1.8.4 1.8 3.4-.8-3 3 .6 2 3-3.2a2.2 2.2 0 0 0 2.7 1.2c1.9-.3 2.4-1.7 2-3.4zm-1.1 2.1v.2c.2.9.1 1.6-.8 1.7-1 .3-1.3-.3-1.5-1.2v-.2z" }), /* @__PURE__ */ React.createElement("path", {
1723
- fillRule: "evenodd",
1724
- d: "m392 236-8.6 1-.2-1.7 8.7-1zm-1.8 9.5a3 3 0 0 0 .8-2c0-1.7-1.5-2.7-3-2.6-1.5 0-3 1-2.9 2.6 0 .8.4 1.5 1 2h-2a4.8 4.8 0 0 1-.6-2 4.5 4.5 0 0 1 4.4-4.5c2.5 0 4.7 1.7 4.8 4.4a4.4 4.4 0 0 1-.5 2z"
1725
- }), /* @__PURE__ */ React.createElement("path", { d: "m383.7 247.1-.2 1.9 1.8.9-.4 3.1-2 .5-.2 1.8 9.3-2.2.2-1.4zm3 3.6 2.7 1.2-3 .7.3-2z" }), /* @__PURE__ */ React.createElement("path", {
1726
- fillRule: "evenodd",
1727
- d: "M384 272.1a2.8 2.8 0 0 0 1.6-1.5c.7-1.6-.4-3-1.8-3.6-1.3-.5-3-.1-3.7 1.4a2.8 2.8 0 0 0 .2 2.2l-2-.7a4.9 4.9 0 0 1 .3-2.1 4.5 4.5 0 0 1 5.8-2.5c2.4.9 3.7 3.4 2.8 5.9a4.6 4.6 0 0 1-1.3 1.7zm-1.4 4.7-1.7-.9-1.3 2.5-1.3-.7 1.3-2.5-2-1.1-1.5 2.6-1.3-.7 2.3-4.2 7.6 4.2-2.2 4.1-1.3-.7zm-1.7 6.4-.7 1-7.7.3 4.7 3.5-1 1.4-7.3-5.2.8-1 7.7-.3-4.8-3.5 1.1-1.4zm-9 8.7 1.2-1.3 1 1-3.7 4-1-1 1.2-1.4-5.2-5 1.2-1.3z"
1728
- }), /* @__PURE__ */ React.createElement("path", { d: "m362.8 290.7-1.4 1.1 2.3 2.8-4-1.3-1.6 1.4 4.3 1.1c-.8 1-.6 2.2.2 3 1.1 1.5 2.6 1.3 4 .2l1.8-1.6zm1.7 5 1.5 1.8-.2.1c-.6.5-1.2.8-1.8 0-.7-.7-.3-1.3.4-1.8zm-7.1-.4-1.6 1 .3 1.9-2.7 1.6-1.5-1.1-1.6 1 7.7 5.7 1.1-.7-1.7-9.5zm-1 4.5.8 3h-.1l-2.4-2z" }), /* @__PURE__ */ React.createElement("path", {
1729
- fillRule: "evenodd",
1730
- d: "m348.7 300.3 3.8 8-1.6.7-3-6.5-2.4 1-.6-1.3z"
1731
- }))));
1732
- };
1733
-
1734
- //#endregion
1735
- export { sv_default as default };
1736
- //# sourceMappingURL=sv.mjs.map