@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,2227 +0,0 @@
1
- import * as React from "react";
2
-
3
- //#region dist/esm/components/Flags/es.mjs
4
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _path247, _path248, _path249, _path250, _path251, _path252, _path253, _path254, _path255, _path256, _path257, _path258, _path259, _path260, _path261, _path262, _path263, _path264, _path265, _path266, _path267, _path268, _path269, _path270, _path271, _path272, _path273, _path274, _path275, _path276, _path277, _path278, _path279, _path280, _path281, _path282, _path283, _path284, _path285, _path286, _path287, _path288, _path289, _path290, _path291, _path292, _path293, _path294, _path295, _path296, _path297, _path298, _path299, _path300, _path301, _path302, _path303, _path304, _path305, _path306, _path307, _path308, _path309, _path310, _path311, _path312, _path313, _path314, _path315, _path316, _path317, _path318, _path319, _path320, _path321, _path322, _path323, _path324, _path325, _path326, _path327, _path328, _path329, _path330, _path331, _path332, _path333, _path334, _path335, _path336, _path337, _path338, _path339, _path340, _path341, _path342, _path343, _path344, _path345, _path346, _path347, _path348, _path349, _path350, _path351, _path352, _path353, _path354, _path355, _path356, _path357, _path358, _path359, _path360, _path361, _path362, _path363, _path364, _path365, _path366, _path367, _path368, _path369, _path370, _path371, _path372, _path373, _path374, _path375, _path376, _path377, _path378, _path379, _path380, _path381, _path382, _path383, _path384, _path385, _path386, _path387, _path388, _path389, _path390, _path391, _path392, _path393, _path394, _path395, _path396, _path397, _path398, _path399, _path400, _path401, _path402, _path403, _path404, _path405, _path406, _path407, _path408, _path409, _path410, _path411, _path412, _path413, _path414, _path415, _path416, _path417, _path418, _path419, _path420, _path421, _path422, _path423, _path424, _path425, _path426, _path427, _path428, _path429, _path430, _path431, _path432, _path433, _path434, _path435, _path436, _path437, _path438, _path439, _path440, _path441, _path442, _path443, _path444, _path445, _path446, _path447, _path448, _path449, _path450, _path451, _path452, _path453, _path454, _path455, _path456, _path457, _path458, _path459, _path460, _path461, _path462, _path463, _path464, _path465, _path466, _path467, _path468, _path469, _path470, _path471, _path472, _path473, _path474, _path475, _path476, _path477, _path478, _path479, _path480, _path481, _path482, _path483, _path484, _path485, _path486, _path487, _path488, _path489, _path490, _path491, _path492, _path493, _path494, _path495, _path496, _path497, _path498, _path499, _path500, _path501, _path502, _path503, _path504, _path505, _path506, _path507, _path508, _path509, _path510, _path511, _path512, _path513, _path514, _path515, _path516, _path517, _path518, _path519, _path520, _path521, _path522, _path523, _path524, _path525, _path526, _path527, _path528, _path529, _path530, _path531, _path532, _path533, _path534, _path535, _path536, _path537, _path538, _path539, _path540;
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 es_default = function SvgEs$1(props) {
15
- return /* @__PURE__ */ React.createElement("svg", _extends({
16
- xmlns: "http://www.w3.org/2000/svg",
17
- viewBox: "0 0 640 480",
18
- width: "1em",
19
- height: "1em"
20
- }, props), _path || (_path = /* @__PURE__ */ React.createElement("path", {
21
- fill: "#AA151B",
22
- d: "M0 0h640v480H0z"
23
- })), _path2 || (_path2 = /* @__PURE__ */ React.createElement("path", {
24
- fill: "#F1BF00",
25
- d: "M0 120h640v240H0z"
26
- })), _path3 || (_path3 = /* @__PURE__ */ React.createElement("path", {
27
- fill: "#ad1519",
28
- d: "m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2 .9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9"
29
- })), _path4 || (_path4 = /* @__PURE__ */ React.createElement("path", {
30
- fill: "none",
31
- stroke: "#000",
32
- strokeLinejoin: "round",
33
- strokeWidth: .3,
34
- d: "m127.3 213.3-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2 .9-1.2 1.4-1.5a12 12 0 0 1 1.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 0 0 2 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z"
35
- })), _path5 || (_path5 = /* @__PURE__ */ React.createElement("path", {
36
- fill: "#c8b100",
37
- d: "M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5"
38
- })), _path6 || (_path6 = /* @__PURE__ */ React.createElement("path", {
39
- fill: "none",
40
- stroke: "#000",
41
- strokeWidth: .3,
42
- d: "M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z"
43
- })), _path7 || (_path7 = /* @__PURE__ */ React.createElement("path", {
44
- fill: "#c8b100",
45
- d: "M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2"
46
- })), _path8 || (_path8 = /* @__PURE__ */ React.createElement("path", {
47
- fill: "none",
48
- stroke: "#000",
49
- strokeWidth: .3,
50
- d: "M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z"
51
- })), _path9 || (_path9 = /* @__PURE__ */ React.createElement("path", {
52
- fill: "#c8b100",
53
- d: "M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9"
54
- })), _path0 || (_path0 = /* @__PURE__ */ React.createElement("path", {
55
- fill: "#c8b100",
56
- d: "M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2z"
57
- })), _path1 || (_path1 = /* @__PURE__ */ React.createElement("path", {
58
- fill: "none",
59
- stroke: "#000",
60
- strokeWidth: .3,
61
- d: "M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4"
62
- })), _path10 || (_path10 = /* @__PURE__ */ React.createElement("path", {
63
- fill: "#c8b100",
64
- d: "M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2z"
65
- })), _path11 || (_path11 = /* @__PURE__ */ React.createElement("path", {
66
- fill: "none",
67
- stroke: "#000",
68
- strokeWidth: .3,
69
- d: "M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1"
70
- })), _path12 || (_path12 = /* @__PURE__ */ React.createElement("path", {
71
- fill: "none",
72
- stroke: "#000",
73
- strokeWidth: .3,
74
- d: "M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8"
75
- })), _path13 || (_path13 = /* @__PURE__ */ React.createElement("path", {
76
- fill: "#c8b100",
77
- d: "M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1z"
78
- })), _path14 || (_path14 = /* @__PURE__ */ React.createElement("path", {
79
- fill: "none",
80
- stroke: "#000",
81
- strokeWidth: .3,
82
- d: "M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1z"
83
- })), _path15 || (_path15 = /* @__PURE__ */ React.createElement("path", {
84
- fill: "none",
85
- stroke: "#000",
86
- strokeWidth: .3,
87
- d: "M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6"
88
- })), _path16 || (_path16 = /* @__PURE__ */ React.createElement("path", {
89
- fill: "#c8b100",
90
- d: "m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a6 6 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8z"
91
- })), _path17 || (_path17 = /* @__PURE__ */ React.createElement("path", {
92
- fill: "none",
93
- stroke: "#000",
94
- strokeWidth: .3,
95
- d: "m127.8 215.3-.5-1a27.3 27.3 0 0 1 14.7 0l-.5.8a6 6 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6"
96
- })), _path18 || (_path18 = /* @__PURE__ */ React.createElement("path", {
97
- fill: "#c8b100",
98
- d: "M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"
99
- })), _path19 || (_path19 = /* @__PURE__ */ React.createElement("path", {
100
- fill: "none",
101
- stroke: "#000",
102
- strokeWidth: .3,
103
- d: "M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"
104
- })), _path20 || (_path20 = /* @__PURE__ */ React.createElement("path", {
105
- fill: "#c8b100",
106
- d: "m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1z"
107
- })), _path21 || (_path21 = /* @__PURE__ */ React.createElement("path", {
108
- fill: "none",
109
- stroke: "#000",
110
- strokeWidth: .3,
111
- d: "m142.1 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 0 1 7.2-.9c3 0 5.5.4 7.4 1z"
112
- })), _path22 || (_path22 = /* @__PURE__ */ React.createElement("path", {
113
- fill: "#c8b100",
114
- d: "M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6s-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a1 1 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3"
115
- })), _path23 || (_path23 = /* @__PURE__ */ React.createElement("path", {
116
- fill: "none",
117
- stroke: "#000",
118
- strokeWidth: .3,
119
- d: "M134.7 210.7h.2a1 1 0 0 0 0 .4c0 .6.4 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 0 1-1.2-.6 1.6 1.6 0 0 1-1 .4 1.6 1.6 0 0 1-1.3-.6 1.6 1.6 0 0 1-2.4.2 1.6 1.6 0 0 1-1.2.6 1.5 1.5 0 0 1-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6s-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 .9.9 0 0 0 0-.4v-.5l.4.4a1 1 0 0 0 0 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.3z"
120
- })), _path24 || (_path24 = /* @__PURE__ */ React.createElement("path", {
121
- fill: "#c8b100",
122
- d: "M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1"
123
- })), _path25 || (_path25 = /* @__PURE__ */ React.createElement("path", {
124
- fill: "none",
125
- stroke: "#000",
126
- strokeLinejoin: "round",
127
- strokeWidth: .3,
128
- d: "M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 0 1 7.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 0 0-7.4-1z"
129
- })), _path26 || (_path26 = /* @__PURE__ */ React.createElement("path", {
130
- fill: "#fff",
131
- d: "M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4"
132
- })), _path27 || (_path27 = /* @__PURE__ */ React.createElement("path", {
133
- fill: "none",
134
- stroke: "#000",
135
- strokeWidth: .3,
136
- d: "M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"
137
- })), _path28 || (_path28 = /* @__PURE__ */ React.createElement("path", {
138
- fill: "#ad1519",
139
- d: "M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
140
- })), _path29 || (_path29 = /* @__PURE__ */ React.createElement("path", {
141
- fill: "none",
142
- stroke: "#000",
143
- strokeWidth: .3,
144
- d: "M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
145
- })), _path30 || (_path30 = /* @__PURE__ */ React.createElement("path", {
146
- fill: "#058e6e",
147
- d: "M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4z"
148
- })), _path31 || (_path31 = /* @__PURE__ */ React.createElement("path", {
149
- fill: "none",
150
- stroke: "#000",
151
- strokeWidth: .3,
152
- d: "M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 0 1 .2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"
153
- })), _path32 || (_path32 = /* @__PURE__ */ React.createElement("path", {
154
- fill: "#ad1519",
155
- d: "m127.3 215.3.3-.4h.7l-.4.6z"
156
- })), _path33 || (_path33 = /* @__PURE__ */ React.createElement("path", {
157
- fill: "none",
158
- stroke: "#000",
159
- strokeWidth: .3,
160
- d: "m127.3 215.3.3-.4h.7l-.4.6-.6-.2"
161
- })), _path34 || (_path34 = /* @__PURE__ */ React.createElement("path", {
162
- fill: "#fff",
163
- d: "M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4"
164
- })), _path35 || (_path35 = /* @__PURE__ */ React.createElement("path", {
165
- fill: "none",
166
- stroke: "#000",
167
- strokeWidth: .3,
168
- d: "M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 0 1 .5.4.4.4 0 0 1-.5.4.4.4 0 0 1-.4-.4z"
169
- })), _path36 || (_path36 = /* @__PURE__ */ React.createElement("path", {
170
- fill: "#058e6e",
171
- d: "M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4z"
172
- })), _path37 || (_path37 = /* @__PURE__ */ React.createElement("path", {
173
- fill: "none",
174
- stroke: "#000",
175
- strokeWidth: .3,
176
- d: "M139.3 214.9h.6a.3.3 0 0 0 .4-.2.3.3 0 0 0-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"
177
- })), _path38 || (_path38 = /* @__PURE__ */ React.createElement("path", {
178
- fill: "#ad1519",
179
- d: "m142 215.4-.3-.5h-.7l.3.6z"
180
- })), _path39 || (_path39 = /* @__PURE__ */ React.createElement("path", {
181
- fill: "none",
182
- stroke: "#000",
183
- strokeWidth: .3,
184
- d: "m142 215.4-.3-.5h-.7l.3.6.6-.1"
185
- })), _path40 || (_path40 = /* @__PURE__ */ React.createElement("path", {
186
- fill: "#ad1519",
187
- d: "M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6"
188
- })), _path41 || (_path41 = /* @__PURE__ */ React.createElement("path", {
189
- fill: "none",
190
- stroke: "#000",
191
- strokeLinejoin: "round",
192
- strokeWidth: .3,
193
- d: "M134.6 217.1a25 25 0 0 1-6-.6 25.5 25.5 0 0 1 12.1 0c-1.6.4-3.7.6-6 .6z"
194
- })), _path42 || (_path42 = /* @__PURE__ */ React.createElement("path", {
195
- fill: "#c8b100",
196
- d: "m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3"
197
- })), _path43 || (_path43 = /* @__PURE__ */ React.createElement("path", {
198
- fill: "none",
199
- stroke: "#000",
200
- strokeWidth: .3,
201
- d: "m142 212-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z"
202
- })), _path44 || (_path44 = /* @__PURE__ */ React.createElement("path", {
203
- fill: "#c8b100",
204
- d: "M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3s0 .4.2.4l.3-.3"
205
- })), _path45 || (_path45 = /* @__PURE__ */ React.createElement("path", {
206
- fill: "none",
207
- stroke: "#000",
208
- strokeWidth: .3,
209
- d: "M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3s0 .4.2.4l.3-.3z"
210
- })), _path46 || (_path46 = /* @__PURE__ */ React.createElement("path", {
211
- fill: "#c8b100",
212
- d: "m132 211.2.1-.4q.3 0 .3.3c0 .2 0 .4-.2.4z"
213
- })), _path47 || (_path47 = /* @__PURE__ */ React.createElement("path", {
214
- fill: "none",
215
- stroke: "#000",
216
- strokeWidth: .3,
217
- d: "m132 211.2.1-.4q.3 0 .3.3c0 .2 0 .4-.2.4z"
218
- })), _path48 || (_path48 = /* @__PURE__ */ React.createElement("path", {
219
- fill: "#c8b100",
220
- d: "m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3"
221
- })), _path49 || (_path49 = /* @__PURE__ */ React.createElement("path", {
222
- fill: "none",
223
- stroke: "#000",
224
- strokeWidth: .3,
225
- d: "m127.3 212 .1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z"
226
- })), _path50 || (_path50 = /* @__PURE__ */ React.createElement("path", {
227
- fill: "#c8b100",
228
- d: "m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3z"
229
- })), _path51 || (_path51 = /* @__PURE__ */ React.createElement("path", {
230
- fill: "none",
231
- stroke: "#000",
232
- strokeWidth: .3,
233
- d: "m134.6 208.5-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5"
234
- })), _path52 || (_path52 = /* @__PURE__ */ React.createElement("path", {
235
- fill: "#c8b100",
236
- d: "m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3z"
237
- })), _path53 || (_path53 = /* @__PURE__ */ React.createElement("path", {
238
- fill: "none",
239
- stroke: "#000",
240
- strokeWidth: .3,
241
- d: "m132.8 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"
242
- })), _path54 || (_path54 = /* @__PURE__ */ React.createElement("path", {
243
- fill: "#c8b100",
244
- d: "m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3z"
245
- })), _path55 || (_path55 = /* @__PURE__ */ React.createElement("path", {
246
- fill: "none",
247
- stroke: "#000",
248
- strokeWidth: .3,
249
- d: "m136.4 210.5-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6"
250
- })), _path56 || (_path56 = /* @__PURE__ */ React.createElement("path", {
251
- fill: "#c8b100",
252
- d: "m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3z"
253
- })), _path57 || (_path57 = /* @__PURE__ */ React.createElement("path", {
254
- fill: "none",
255
- stroke: "#000",
256
- strokeWidth: .3,
257
- d: "m129.3 209-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3"
258
- })), _path58 || (_path58 = /* @__PURE__ */ React.createElement("path", {
259
- fill: "#c8b100",
260
- d: "m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"
261
- })), _path59 || (_path59 = /* @__PURE__ */ React.createElement("path", {
262
- fill: "none",
263
- stroke: "#000",
264
- strokeWidth: .3,
265
- d: "m128 211.2.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"
266
- })), _path60 || (_path60 = /* @__PURE__ */ React.createElement("path", {
267
- fill: "#c8b100",
268
- d: "m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6z"
269
- })), _path61 || (_path61 = /* @__PURE__ */ React.createElement("path", {
270
- fill: "none",
271
- stroke: "#000",
272
- strokeWidth: .3,
273
- d: "m131.5 210.5-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5"
274
- })), _path62 || (_path62 = /* @__PURE__ */ React.createElement("path", {
275
- fill: "#c8b100",
276
- d: "M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9z"
277
- })), _path63 || (_path63 = /* @__PURE__ */ React.createElement("path", {
278
- fill: "none",
279
- stroke: "#000",
280
- strokeWidth: .3,
281
- d: "M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"
282
- })), _path64 || (_path64 = /* @__PURE__ */ React.createElement("path", {
283
- fill: "#c8b100",
284
- d: "M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"
285
- })), _path65 || (_path65 = /* @__PURE__ */ React.createElement("path", {
286
- fill: "none",
287
- stroke: "#000",
288
- strokeWidth: .3,
289
- d: "M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"
290
- })), _path66 || (_path66 = /* @__PURE__ */ React.createElement("path", {
291
- fill: "#c8b100",
292
- d: "m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3z"
293
- })), _path67 || (_path67 = /* @__PURE__ */ React.createElement("path", {
294
- fill: "none",
295
- stroke: "#000",
296
- strokeWidth: .3,
297
- d: "m140 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"
298
- })), _path68 || (_path68 = /* @__PURE__ */ React.createElement("path", {
299
- fill: "#c8b100",
300
- d: "m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1z"
301
- })), _path69 || (_path69 = /* @__PURE__ */ React.createElement("path", {
302
- fill: "none",
303
- stroke: "#000",
304
- strokeWidth: .3,
305
- d: "m141.4 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"
306
- })), _path70 || (_path70 = /* @__PURE__ */ React.createElement("path", {
307
- fill: "#c8b100",
308
- d: "m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6z"
309
- })), _path71 || (_path71 = /* @__PURE__ */ React.createElement("path", {
310
- fill: "none",
311
- stroke: "#000",
312
- strokeWidth: .3,
313
- d: "m137.8 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"
314
- })), _path72 || (_path72 = /* @__PURE__ */ React.createElement("path", {
315
- fill: "#c8b100",
316
- d: "m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9z"
317
- })), _path73 || (_path73 = /* @__PURE__ */ React.createElement("path", {
318
- fill: "none",
319
- stroke: "#000",
320
- strokeWidth: .3,
321
- d: "m142.5 211.4.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4"
322
- })), _path74 || (_path74 = /* @__PURE__ */ React.createElement("path", {
323
- fill: "#c8b100",
324
- d: "M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5"
325
- })), _path75 || (_path75 = /* @__PURE__ */ React.createElement("path", {
326
- fill: "none",
327
- stroke: "#000",
328
- strokeWidth: .3,
329
- d: "M134.2 210.4a.5.5 0 0 1 .4-.4c.3 0 .5.2.5.4a.5.5 0 0 1-.5.5.5.5 0 0 1-.4-.5z"
330
- })), _path76 || (_path76 = /* @__PURE__ */ React.createElement("path", {
331
- fill: "#c8b100",
332
- d: "M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"
333
- })), _path77 || (_path77 = /* @__PURE__ */ React.createElement("path", {
334
- fill: "none",
335
- stroke: "#000",
336
- strokeWidth: .3,
337
- d: "M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"
338
- })), _path78 || (_path78 = /* @__PURE__ */ React.createElement("path", {
339
- fill: "#c8b100",
340
- d: "m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1"
341
- })), _path79 || (_path79 = /* @__PURE__ */ React.createElement("path", {
342
- fill: "none",
343
- stroke: "#000",
344
- strokeWidth: .3,
345
- d: "m124.8 212.2-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 0 1 .4.2v-.2s.3 0 .4.3v1z"
346
- })), _path80 || (_path80 = /* @__PURE__ */ React.createElement("path", {
347
- fill: "#c8b100",
348
- d: "M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5"
349
- })), _path81 || (_path81 = /* @__PURE__ */ React.createElement("path", {
350
- fill: "none",
351
- stroke: "#000",
352
- strokeWidth: .3,
353
- d: "M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z"
354
- })), _path82 || (_path82 = /* @__PURE__ */ React.createElement("path", {
355
- fill: "#c8b100",
356
- d: "m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7z"
357
- })), _path83 || (_path83 = /* @__PURE__ */ React.createElement("path", {
358
- fill: "none",
359
- stroke: "#000",
360
- strokeWidth: .3,
361
- d: "m144.3 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7z"
362
- })), _path84 || (_path84 = /* @__PURE__ */ React.createElement("path", {
363
- fill: "#c8b100",
364
- d: "M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"
365
- })), _path85 || (_path85 = /* @__PURE__ */ React.createElement("path", {
366
- fill: "none",
367
- stroke: "#000",
368
- strokeWidth: .3,
369
- d: "M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"
370
- })), _path86 || (_path86 = /* @__PURE__ */ React.createElement("path", {
371
- fill: "#c8b100",
372
- d: "M124 223h21.4v-5.5H124z"
373
- })), _path87 || (_path87 = /* @__PURE__ */ React.createElement("path", {
374
- fill: "none",
375
- stroke: "#000",
376
- strokeWidth: .4,
377
- d: "M124 223h21.4v-5.5H124z"
378
- })), _path88 || (_path88 = /* @__PURE__ */ React.createElement("path", {
379
- fill: "#c8b100",
380
- d: "M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2"
381
- })), _path89 || (_path89 = /* @__PURE__ */ React.createElement("path", {
382
- fill: "none",
383
- stroke: "#000",
384
- strokeLinejoin: "round",
385
- strokeWidth: .4,
386
- d: "M126.2 226.8a1 1 0 0 1 .4 0h16.5a1.4 1.4 0 0 1-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 0 1-.4 0h-16a1.4 1.4 0 0 1-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 0 1-1 1.2z"
387
- })), _path90 || (_path90 = /* @__PURE__ */ React.createElement("path", {
388
- fill: "#c8b100",
389
- d: "M126.6 226.8h16c.6 0 1 .3 1 .7s-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8"
390
- })), _path91 || (_path91 = /* @__PURE__ */ React.createElement("path", {
391
- fill: "none",
392
- stroke: "#000",
393
- strokeWidth: .4,
394
- d: "M126.6 226.8h16c.6 0 1 .3 1 .7s-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z"
395
- })), _path92 || (_path92 = /* @__PURE__ */ React.createElement("path", {
396
- fill: "#c8b100",
397
- d: "M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6"
398
- })), _path93 || (_path93 = /* @__PURE__ */ React.createElement("path", {
399
- fill: "none",
400
- stroke: "#000",
401
- strokeWidth: .4,
402
- d: "M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z"
403
- })), _path94 || (_path94 = /* @__PURE__ */ React.createElement("path", {
404
- fill: "#005bbf",
405
- d: "M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9z"
406
- })), _path95 || (_path95 = /* @__PURE__ */ React.createElement("path", {
407
- fill: "none",
408
- stroke: "#000",
409
- strokeWidth: .4,
410
- d: "M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 0 1-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8 8.3 8.3 0 0 1-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 0 1 3.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 0 0 3.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9z"
411
- })), _path96 || (_path96 = /* @__PURE__ */ React.createElement("path", {
412
- fill: "#ccc",
413
- d: "M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8z"
414
- })), _path97 || (_path97 = /* @__PURE__ */ React.createElement("path", {
415
- fill: "none",
416
- stroke: "#000",
417
- strokeWidth: .4,
418
- d: "M149.6 319.8a8 8 0 0 1-3.7-.9 8.3 8.3 0 0 0-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8.2 8.2 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 0 1 3.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 0 0 7.5 0 8.5 8.5 0 0 1 7.5.1 8.1 8.1 0 0 0 3.7.8v-2.3"
419
- })), _path98 || (_path98 = /* @__PURE__ */ React.createElement("path", {
420
- fill: "#005bbf",
421
- d: "M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8z"
422
- })), _path99 || (_path99 = /* @__PURE__ */ React.createElement("path", {
423
- fill: "none",
424
- stroke: "#000",
425
- strokeWidth: .4,
426
- d: "M149.6 322a7 7 0 0 1-3.7-.8 8.3 8.3 0 0 0-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 0 0-3.7-.8 8 8 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 0 1 7.4 0 7 7 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322"
427
- })), _path100 || (_path100 = /* @__PURE__ */ React.createElement("path", {
428
- fill: "#ccc",
429
- d: "M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8z"
430
- })), _path101 || (_path101 = /* @__PURE__ */ React.createElement("path", {
431
- fill: "none",
432
- stroke: "#000",
433
- strokeWidth: .4,
434
- d: "M149.6 326.7a8 8 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.9 10.2 10.2 0 0 1 7.4 0 8 8 0 0 0 3.7.9 8.4 8.4 0 0 0 3.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3"
435
- })), _path102 || (_path102 = /* @__PURE__ */ React.createElement("path", {
436
- fill: "#005bbf",
437
- d: "M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8s2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8z"
438
- })), _path103 || (_path103 = /* @__PURE__ */ React.createElement("path", {
439
- fill: "none",
440
- stroke: "#000",
441
- strokeWidth: .4,
442
- d: "M149.6 329a8.1 8.1 0 0 1-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 0 0-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 0 0 3.8-.8c1-.5 2.3-.8 3.7-.8s2.7.3 3.7.7a8.4 8.4 0 0 0 7.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8z"
443
- })), _path104 || (_path104 = /* @__PURE__ */ React.createElement("path", {
444
- fill: "#c8b100",
445
- d: "m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0"
446
- })), _path105 || (_path105 = /* @__PURE__ */ React.createElement("path", {
447
- fill: "none",
448
- stroke: "#000",
449
- strokeLinejoin: "round",
450
- strokeWidth: .4,
451
- d: "m126.2 308 .2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 0 1-2.7-2.6v-.5a1.3 1.3 0 0 1-.3 0h-16a1.4 1.4 0 0 1-.5 0z"
452
- })), _path106 || (_path106 = /* @__PURE__ */ React.createElement("path", {
453
- fill: "#c8b100",
454
- d: "M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7"
455
- })), _path107 || (_path107 = /* @__PURE__ */ React.createElement("path", {
456
- fill: "none",
457
- stroke: "#000",
458
- strokeWidth: .4,
459
- d: "M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z"
460
- })), _path108 || (_path108 = /* @__PURE__ */ React.createElement("path", {
461
- fill: "#c8b100",
462
- d: "M123.7 316.7h22V311h-22z"
463
- })), _path109 || (_path109 = /* @__PURE__ */ React.createElement("path", {
464
- fill: "none",
465
- stroke: "#000",
466
- strokeWidth: .4,
467
- d: "M123.7 316.7h22V311h-22z"
468
- })), _path110 || (_path110 = /* @__PURE__ */ React.createElement("path", {
469
- fill: "#ad1519",
470
- d: "M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8"
471
- })), _path111 || (_path111 = /* @__PURE__ */ React.createElement("path", {
472
- fill: "none",
473
- stroke: "#000",
474
- strokeWidth: .4,
475
- d: "M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 0 0-.1-8.8z"
476
- })), _path112 || (_path112 = /* @__PURE__ */ React.createElement("path", {
477
- fill: "#ccc",
478
- d: "M126.8 305.6h15.6V229h-15.6v76.5z"
479
- })), _path113 || (_path113 = /* @__PURE__ */ React.createElement("path", {
480
- fill: "none",
481
- stroke: "#000",
482
- strokeWidth: .4,
483
- d: "M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z"
484
- })), _path114 || (_path114 = /* @__PURE__ */ React.createElement("path", {
485
- fill: "#ad1519",
486
- d: "M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"
487
- })), _path115 || (_path115 = /* @__PURE__ */ React.createElement("path", {
488
- fill: "none",
489
- stroke: "#000",
490
- strokeLinejoin: "round",
491
- strokeWidth: .4,
492
- d: "M158.4 257.7a49.6 49.6 0 0 0-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 0 1 9.2-.7c6.6 0 12.4.8 15.8 2.1v9.4"
493
- })), _path116 || (_path116 = /* @__PURE__ */ React.createElement("path", {
494
- fill: "#ad1519",
495
- d: "M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3z"
496
- })), _path117 || (_path117 = /* @__PURE__ */ React.createElement("path", {
497
- fill: "none",
498
- stroke: "#000",
499
- strokeWidth: .4,
500
- d: "M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4"
501
- })), _path118 || (_path118 = /* @__PURE__ */ React.createElement("path", {
502
- fill: "#ad1519",
503
- d: "M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"
504
- })), _path119 || (_path119 = /* @__PURE__ */ React.createElement("path", {
505
- fill: "none",
506
- stroke: "#000",
507
- strokeWidth: .4,
508
- d: "M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5"
509
- })), _path120 || (_path120 = /* @__PURE__ */ React.createElement("path", {
510
- fill: "#ad1519",
511
- d: "M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7"
512
- })), _path121 || (_path121 = /* @__PURE__ */ React.createElement("path", {
513
- fill: "none",
514
- stroke: "#000",
515
- strokeLinejoin: "round",
516
- strokeWidth: .4,
517
- d: "M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z"
518
- })), _path122 || (_path122 = /* @__PURE__ */ React.createElement("path", {
519
- fill: "#c8b100",
520
- d: "M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3zm-1.2-2.7.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 0 1-.6.3zm7.3-2.5-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6zm8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 0 1-1 0 55 55 0 0 1-1.8 4.6l-2.4-4.3-1 .1h-1a131 131 0 0 1 3.5 6zm8.8-4.7.4-.9a3.4 3.4 0 0 0-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 0 1-.4 1.1 4 4 0 0 0 1.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9z"
521
- })), _path123 || (_path123 = /* @__PURE__ */ React.createElement("path", {
522
- fill: "#ad1519",
523
- d: "M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5-1.2-.9-1.2-.9"
524
- })), _path124 || (_path124 = /* @__PURE__ */ React.createElement("path", {
525
- fill: "none",
526
- stroke: "#000",
527
- strokeWidth: .3,
528
- d: "M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 0 1 2 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 0 1 2.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5-1.2-.9-1.2-.9z"
529
- })), _path125 || (_path125 = /* @__PURE__ */ React.createElement("path", {
530
- fill: "#c8b100",
531
- d: "M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9"
532
- })), _path126 || (_path126 = /* @__PURE__ */ React.createElement("path", {
533
- fill: "none",
534
- stroke: "#000",
535
- strokeWidth: .3,
536
- d: "M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z"
537
- })), _path127 || (_path127 = /* @__PURE__ */ React.createElement("path", {
538
- fill: "#c8b100",
539
- d: "M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8"
540
- })), _path128 || (_path128 = /* @__PURE__ */ React.createElement("path", {
541
- fill: "none",
542
- stroke: "#000",
543
- strokeWidth: .3,
544
- d: "M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z"
545
- })), _path129 || (_path129 = /* @__PURE__ */ React.createElement("path", {
546
- fill: "#c8b100",
547
- d: "M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5 5 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8z"
548
- })), _path130 || (_path130 = /* @__PURE__ */ React.createElement("path", {
549
- fill: "none",
550
- stroke: "#000",
551
- strokeWidth: .3,
552
- d: "M271 215.3a4.5 4.5 0 0 0-.5-1 27.4 27.4 0 0 1 14.8 0l-.6.8a5 5 0 0 0-.3.8 22.9 22.9 0 0 0-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6"
553
- })), _path131 || (_path131 = /* @__PURE__ */ React.createElement("path", {
554
- fill: "#c8b100",
555
- d: "M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24 24 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6"
556
- })), _path132 || (_path132 = /* @__PURE__ */ React.createElement("path", {
557
- fill: "none",
558
- stroke: "#000",
559
- strokeWidth: .3,
560
- d: "M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24 24 0 0 0-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z"
561
- })), _path133 || (_path133 = /* @__PURE__ */ React.createElement("path", {
562
- fill: "#fff",
563
- d: "M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4"
564
- })), _path134 || (_path134 = /* @__PURE__ */ React.createElement("path", {
565
- fill: "none",
566
- stroke: "#000",
567
- strokeWidth: .2,
568
- d: "M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm-.2-1.4a.4.4 0 0 1 .4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"
569
- })), _path135 || (_path135 = /* @__PURE__ */ React.createElement("path", {
570
- fill: "none",
571
- stroke: "#000",
572
- strokeLinecap: "round",
573
- strokeWidth: .3,
574
- d: "m287.8 211.2.2-1a2.7 2.7 0 0 0-2.7-2.8c-.5 0-1 .1-1.3.3"
575
- })), _path136 || (_path136 = /* @__PURE__ */ React.createElement("path", {
576
- fill: "none",
577
- stroke: "#000",
578
- strokeWidth: .3,
579
- d: "m283 209.2.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4"
580
- })), _path137 || (_path137 = /* @__PURE__ */ React.createElement("path", {
581
- fill: "none",
582
- stroke: "#000",
583
- strokeWidth: .2,
584
- d: "M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 0 1 .5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 0 1 .5-.4c.2 0 .4.1.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z"
585
- })), _path138 || (_path138 = /* @__PURE__ */ React.createElement("path", {
586
- fill: "#c8b100",
587
- d: "m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6"
588
- })), _path139 || (_path139 = /* @__PURE__ */ React.createElement("path", {
589
- fill: "none",
590
- stroke: "#000",
591
- strokeWidth: .3,
592
- d: "m285.3 213.2-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 0 1 7.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z"
593
- })), _path140 || (_path140 = /* @__PURE__ */ React.createElement("path", {
594
- fill: "#fff",
595
- d: "M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4"
596
- })), _path141 || (_path141 = /* @__PURE__ */ React.createElement("path", {
597
- fill: "none",
598
- stroke: "#000",
599
- strokeWidth: .2,
600
- d: "M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 0 1-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 0 1-.5-.4z"
601
- })), _path142 || (_path142 = /* @__PURE__ */ React.createElement("path", {
602
- fill: "none",
603
- stroke: "#000",
604
- strokeLinecap: "round",
605
- strokeWidth: .3,
606
- d: "M267.8 211.2a2.8 2.8 0 0 1-.2-1 2.7 2.7 0 0 1 2.7-2.8c.5 0 1 .1 1.4.3"
607
- })), _path143 || (_path143 = /* @__PURE__ */ React.createElement("path", {
608
- fill: "none",
609
- stroke: "#000",
610
- strokeWidth: .3,
611
- d: "M272.7 209.2a1.7 1.7 0 0 1-.3-.8c0-1 1.2-2 2.6-2a3 3 0 0 1 1.5.4"
612
- })), _path144 || (_path144 = /* @__PURE__ */ React.createElement("path", {
613
- fill: "none",
614
- stroke: "#000",
615
- strokeWidth: .2,
616
- d: "M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 0 1-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4.4.4 0 0 1-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 0 1-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"
617
- })), _path145 || (_path145 = /* @__PURE__ */ React.createElement("path", {
618
- fill: "#c8b100",
619
- d: "M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a1 1 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6s-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2"
620
- })), _path146 || (_path146 = /* @__PURE__ */ React.createElement("path", {
621
- fill: "none",
622
- stroke: "#000",
623
- strokeWidth: .3,
624
- d: "M277.9 210.7h.2a1 1 0 0 0 0 .4c0 .6.5 1 1 1a1 1 0 0 0 1-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a1 1 0 0 0 0-.1l.4-.4.2.5a1 1 0 0 0-.1.4 1 1 0 0 0 1 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 0 1-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 0 1-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 0 1-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 0 1-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6s-.6 0-.9-.2a4.2 4.2 0 0 1-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 0 0 1-1 1 1 0 0 0 0-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 0 0 0-.3h.2z"
625
- })), _path147 || (_path147 = /* @__PURE__ */ React.createElement("path", {
626
- fill: "#c8b100",
627
- d: "M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1"
628
- })), _path148 || (_path148 = /* @__PURE__ */ React.createElement("path", {
629
- fill: "none",
630
- stroke: "#000",
631
- strokeWidth: .3,
632
- d: "M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 0 0-7.4-1z"
633
- })), _path149 || (_path149 = /* @__PURE__ */ React.createElement("path", {
634
- fill: "#fff",
635
- d: "M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4"
636
- })), _path150 || (_path150 = /* @__PURE__ */ React.createElement("path", {
637
- fill: "none",
638
- stroke: "#000",
639
- strokeWidth: .3,
640
- d: "M275 214.4c0-.3.2-.4.5-.4a.4.4 0 0 1 .4.4.4.4 0 0 1-.4.4c-.3 0-.5-.2-.5-.4z"
641
- })), _path151 || (_path151 = /* @__PURE__ */ React.createElement("path", {
642
- fill: "#ad1519",
643
- d: "M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
644
- })), _path152 || (_path152 = /* @__PURE__ */ React.createElement("path", {
645
- fill: "none",
646
- stroke: "#000",
647
- strokeWidth: .3,
648
- d: "M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 0 1 .2.3.3.3 0 0 1-.3.3h-1"
649
- })), _path153 || (_path153 = /* @__PURE__ */ React.createElement("path", {
650
- fill: "#058e6e",
651
- d: "M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4z"
652
- })), _path154 || (_path154 = /* @__PURE__ */ React.createElement("path", {
653
- fill: "none",
654
- stroke: "#000",
655
- strokeWidth: .3,
656
- d: "M273.2 214.9h-.6a.3.3 0 0 1-.4-.2.3.3 0 0 1 .3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 0 1-.3.4h-.7"
657
- })), _path155 || (_path155 = /* @__PURE__ */ React.createElement("path", {
658
- fill: "#ad1519",
659
- d: "m270.5 215.3.3-.4h.7l-.4.6z"
660
- })), _path156 || (_path156 = /* @__PURE__ */ React.createElement("path", {
661
- fill: "none",
662
- stroke: "#000",
663
- strokeWidth: .3,
664
- d: "m270.5 215.3.3-.4h.7l-.4.6-.6-.2"
665
- })), _path157 || (_path157 = /* @__PURE__ */ React.createElement("path", {
666
- fill: "#fff",
667
- d: "M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4"
668
- })), _path158 || (_path158 = /* @__PURE__ */ React.createElement("path", {
669
- fill: "none",
670
- stroke: "#000",
671
- strokeWidth: .3,
672
- d: "M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 0 1-.4-.4z"
673
- })), _path159 || (_path159 = /* @__PURE__ */ React.createElement("path", {
674
- fill: "#058e6e",
675
- d: "M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4z"
676
- })), _path160 || (_path160 = /* @__PURE__ */ React.createElement("path", {
677
- fill: "none",
678
- stroke: "#000",
679
- strokeWidth: .3,
680
- d: "M282.5 214.9h.7a.3.3 0 0 0 .3-.2.3.3 0 0 0-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7"
681
- })), _path161 || (_path161 = /* @__PURE__ */ React.createElement("path", {
682
- fill: "#ad1519",
683
- d: "m285.1 215.4-.2-.5h-.7l.3.6z"
684
- })), _path162 || (_path162 = /* @__PURE__ */ React.createElement("path", {
685
- fill: "none",
686
- stroke: "#000",
687
- strokeWidth: .3,
688
- d: "m285.1 215.4-.2-.5h-.7l.3.6.6-.1"
689
- })), _path163 || (_path163 = /* @__PURE__ */ React.createElement("path", {
690
- fill: "#ad1519",
691
- d: "M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6"
692
- })), _path164 || (_path164 = /* @__PURE__ */ React.createElement("path", {
693
- fill: "none",
694
- stroke: "#000",
695
- strokeLinejoin: "round",
696
- strokeWidth: .3,
697
- d: "M277.8 217.1a25 25 0 0 1-6-.6 25.4 25.4 0 0 1 6-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z"
698
- })), _path165 || (_path165 = /* @__PURE__ */ React.createElement("path", {
699
- fill: "#c8b100",
700
- d: "m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3"
701
- })), _path166 || (_path166 = /* @__PURE__ */ React.createElement("path", {
702
- fill: "none",
703
- stroke: "#000",
704
- strokeWidth: .3,
705
- d: "m285.2 212-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z"
706
- })), _path167 || (_path167 = /* @__PURE__ */ React.createElement("path", {
707
- fill: "#c8b100",
708
- d: "M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3s0 .4.2.4z"
709
- })), _path168 || (_path168 = /* @__PURE__ */ React.createElement("path", {
710
- fill: "none",
711
- stroke: "#000",
712
- strokeWidth: .3,
713
- d: "M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3s0 .4.2.4z"
714
- })), _path169 || (_path169 = /* @__PURE__ */ React.createElement("path", {
715
- fill: "#c8b100",
716
- d: "M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3"
717
- })), _path170 || (_path170 = /* @__PURE__ */ React.createElement("path", {
718
- fill: "none",
719
- stroke: "#000",
720
- strokeWidth: .3,
721
- d: "M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z"
722
- })), _path171 || (_path171 = /* @__PURE__ */ React.createElement("path", {
723
- fill: "#c8b100",
724
- d: "m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3"
725
- })), _path172 || (_path172 = /* @__PURE__ */ React.createElement("path", {
726
- fill: "none",
727
- stroke: "#000",
728
- strokeWidth: .3,
729
- d: "m270.5 212 .1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z"
730
- })), _path173 || (_path173 = /* @__PURE__ */ React.createElement("path", {
731
- fill: "#c8b100",
732
- d: "m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3z"
733
- })), _path174 || (_path174 = /* @__PURE__ */ React.createElement("path", {
734
- fill: "none",
735
- stroke: "#000",
736
- strokeWidth: .3,
737
- d: "m277.8 208.5-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5"
738
- })), _path175 || (_path175 = /* @__PURE__ */ React.createElement("path", {
739
- fill: "#c8b100",
740
- d: "m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3z"
741
- })), _path176 || (_path176 = /* @__PURE__ */ React.createElement("path", {
742
- fill: "none",
743
- stroke: "#000",
744
- strokeWidth: .3,
745
- d: "m276 210.5.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6"
746
- })), _path177 || (_path177 = /* @__PURE__ */ React.createElement("path", {
747
- fill: "#c8b100",
748
- d: "m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3z"
749
- })), _path178 || (_path178 = /* @__PURE__ */ React.createElement("path", {
750
- fill: "none",
751
- stroke: "#000",
752
- strokeWidth: .3,
753
- d: "m279.6 210.5-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6"
754
- })), _path179 || (_path179 = /* @__PURE__ */ React.createElement("path", {
755
- fill: "#c8b100",
756
- d: "m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3z"
757
- })), _path180 || (_path180 = /* @__PURE__ */ React.createElement("path", {
758
- fill: "none",
759
- stroke: "#000",
760
- strokeWidth: .3,
761
- d: "m272.5 209-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3"
762
- })), _path181 || (_path181 = /* @__PURE__ */ React.createElement("path", {
763
- fill: "#c8b100",
764
- d: "m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1z"
765
- })), _path182 || (_path182 = /* @__PURE__ */ React.createElement("path", {
766
- fill: "none",
767
- stroke: "#000",
768
- strokeWidth: .3,
769
- d: "m271.1 211.2.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6"
770
- })), _path183 || (_path183 = /* @__PURE__ */ React.createElement("path", {
771
- fill: "#c8b100",
772
- d: "m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6z"
773
- })), _path184 || (_path184 = /* @__PURE__ */ React.createElement("path", {
774
- fill: "none",
775
- stroke: "#000",
776
- strokeWidth: .3,
777
- d: "m274.7 210.5-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5"
778
- })), _path185 || (_path185 = /* @__PURE__ */ React.createElement("path", {
779
- fill: "#c8b100",
780
- d: "M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9z"
781
- })), _path186 || (_path186 = /* @__PURE__ */ React.createElement("path", {
782
- fill: "none",
783
- stroke: "#000",
784
- strokeWidth: .3,
785
- d: "M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4"
786
- })), _path187 || (_path187 = /* @__PURE__ */ React.createElement("path", {
787
- fill: "#c8b100",
788
- d: "M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4"
789
- })), _path188 || (_path188 = /* @__PURE__ */ React.createElement("path", {
790
- fill: "none",
791
- stroke: "#000",
792
- strokeWidth: .3,
793
- d: "M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.4.5.5 0 0 1-.5-.4z"
794
- })), _path189 || (_path189 = /* @__PURE__ */ React.createElement("path", {
795
- fill: "#c8b100",
796
- d: "m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3z"
797
- })), _path190 || (_path190 = /* @__PURE__ */ React.createElement("path", {
798
- fill: "none",
799
- stroke: "#000",
800
- strokeWidth: .3,
801
- d: "m283.2 209 .7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3"
802
- })), _path191 || (_path191 = /* @__PURE__ */ React.createElement("path", {
803
- fill: "#c8b100",
804
- d: "m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1z"
805
- })), _path192 || (_path192 = /* @__PURE__ */ React.createElement("path", {
806
- fill: "none",
807
- stroke: "#000",
808
- strokeWidth: .3,
809
- d: "m284.6 211.2-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6"
810
- })), _path193 || (_path193 = /* @__PURE__ */ React.createElement("path", {
811
- fill: "#c8b100",
812
- d: "m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6z"
813
- })), _path194 || (_path194 = /* @__PURE__ */ React.createElement("path", {
814
- fill: "none",
815
- stroke: "#000",
816
- strokeWidth: .3,
817
- d: "m281 210.5.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5"
818
- })), _path195 || (_path195 = /* @__PURE__ */ React.createElement("path", {
819
- fill: "#c8b100",
820
- d: "M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9z"
821
- })), _path196 || (_path196 = /* @__PURE__ */ React.createElement("path", {
822
- fill: "none",
823
- stroke: "#000",
824
- strokeWidth: .3,
825
- d: "M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4"
826
- })), _path197 || (_path197 = /* @__PURE__ */ React.createElement("path", {
827
- fill: "#c8b100",
828
- d: "M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5"
829
- })), _path198 || (_path198 = /* @__PURE__ */ React.createElement("path", {
830
- fill: "none",
831
- stroke: "#000",
832
- strokeWidth: .3,
833
- d: "M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 0 1-.5-.5z"
834
- })), _path199 || (_path199 = /* @__PURE__ */ React.createElement("path", {
835
- fill: "#c8b100",
836
- d: "M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4"
837
- })), _path200 || (_path200 = /* @__PURE__ */ React.createElement("path", {
838
- fill: "none",
839
- stroke: "#000",
840
- strokeWidth: .3,
841
- d: "M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 0 1-.5-.4z"
842
- })), _path201 || (_path201 = /* @__PURE__ */ React.createElement("path", {
843
- fill: "#c8b100",
844
- d: "M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 0 1-.8-.8"
845
- })), _path202 || (_path202 = /* @__PURE__ */ React.createElement("path", {
846
- fill: "#c8b100",
847
- d: "M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4"
848
- })), _path203 || (_path203 = /* @__PURE__ */ React.createElement("path", {
849
- fill: "none",
850
- stroke: "#000",
851
- strokeWidth: .3,
852
- d: "M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z"
853
- })), _path204 || (_path204 = /* @__PURE__ */ React.createElement("path", {
854
- fill: "#c8b100",
855
- d: "M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"
856
- })), _path205 || (_path205 = /* @__PURE__ */ React.createElement("path", {
857
- fill: "none",
858
- stroke: "#000",
859
- strokeWidth: .3,
860
- d: "M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 0 1-.8-.8c0-.4.2-.7.6-.8"
861
- })), _path206 || (_path206 = /* @__PURE__ */ React.createElement("path", {
862
- fill: "#c8b100",
863
- d: "m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3z"
864
- })), _path207 || (_path207 = /* @__PURE__ */ React.createElement("path", {
865
- fill: "none",
866
- stroke: "#000",
867
- strokeWidth: .3,
868
- d: "m268 212.2-.6-.7a2.3 2.3 0 0 0-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3z"
869
- })), _path208 || (_path208 = /* @__PURE__ */ React.createElement("path", {
870
- fill: "#c8b100",
871
- d: "M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5"
872
- })), _path209 || (_path209 = /* @__PURE__ */ React.createElement("path", {
873
- fill: "none",
874
- stroke: "#000",
875
- strokeWidth: .3,
876
- d: "M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z"
877
- })), _path210 || (_path210 = /* @__PURE__ */ React.createElement("path", {
878
- fill: "#c8b100",
879
- d: "m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7z"
880
- })), _path211 || (_path211 = /* @__PURE__ */ React.createElement("path", {
881
- fill: "none",
882
- stroke: "#000",
883
- strokeWidth: .3,
884
- d: "m287.5 212.2.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 0 0-.4.2v-.2s-.3 0-.4.3v.7z"
885
- })), _path212 || (_path212 = /* @__PURE__ */ React.createElement("path", {
886
- fill: "#c8b100",
887
- d: "M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5"
888
- })), _path213 || (_path213 = /* @__PURE__ */ React.createElement("path", {
889
- fill: "none",
890
- stroke: "#000",
891
- strokeWidth: .3,
892
- d: "M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z"
893
- })), _path214 || (_path214 = /* @__PURE__ */ React.createElement("path", {
894
- fill: "#c8b100",
895
- d: "M267.2 223h21.4v-5.5h-21.4z"
896
- })), _path215 || (_path215 = /* @__PURE__ */ React.createElement("path", {
897
- fill: "none",
898
- stroke: "#000",
899
- strokeWidth: .4,
900
- d: "M267.2 223h21.4v-5.5h-21.4z"
901
- })), _path216 || (_path216 = /* @__PURE__ */ React.createElement("path", {
902
- fill: "#c8b100",
903
- d: "M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2"
904
- })), _path217 || (_path217 = /* @__PURE__ */ React.createElement("path", {
905
- fill: "none",
906
- stroke: "#000",
907
- strokeLinejoin: "round",
908
- strokeWidth: .4,
909
- d: "M286.3 226.8a1 1 0 0 0-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z"
910
- })), _path218 || (_path218 = /* @__PURE__ */ React.createElement("path", {
911
- fill: "#c8b100",
912
- d: "M269.9 226.8h16c.6 0 1 .3 1 .7s-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8"
913
- })), _path219 || (_path219 = /* @__PURE__ */ React.createElement("path", {
914
- fill: "none",
915
- stroke: "#000",
916
- strokeWidth: .4,
917
- d: "M269.9 226.8h16c.6 0 1 .3 1 .7s-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z"
918
- })), _path220 || (_path220 = /* @__PURE__ */ React.createElement("path", {
919
- fill: "#c8b100",
920
- d: "M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6"
921
- })), _path221 || (_path221 = /* @__PURE__ */ React.createElement("path", {
922
- fill: "none",
923
- stroke: "#000",
924
- strokeWidth: .4,
925
- d: "M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z"
926
- })), _path222 || (_path222 = /* @__PURE__ */ React.createElement("path", {
927
- fill: "#005bbf",
928
- d: "M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4"
929
- })), _path223 || (_path223 = /* @__PURE__ */ React.createElement("path", {
930
- fill: "none",
931
- stroke: "#000",
932
- strokeWidth: .4,
933
- d: "M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 0 1 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 0 1-3.7-.9 8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z"
934
- })), _path224 || (_path224 = /* @__PURE__ */ React.createElement("path", {
935
- fill: "#ccc",
936
- d: "M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8 2.8.3 3.8.8 2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"
937
- })), _path225 || (_path225 = /* @__PURE__ */ React.createElement("path", {
938
- fill: "none",
939
- stroke: "#000",
940
- strokeWidth: .4,
941
- d: "M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8 2.8.3 3.8.8 2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.1 8.1 0 0 0-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 0 1-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 0 0-3.7.7 8.1 8.1 0 0 1-3.8.9v-2.3"
942
- })), _path226 || (_path226 = /* @__PURE__ */ React.createElement("path", {
943
- fill: "#005bbf",
944
- d: "M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7s2.8.2 3.8.7 2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"
945
- })), _path227 || (_path227 = /* @__PURE__ */ React.createElement("path", {
946
- fill: "none",
947
- stroke: "#000",
948
- strokeWidth: .4,
949
- d: "M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7s2.8.2 3.8.7 2.3.9 3.7.9a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.8 8 8 0 0 1 3.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8V322"
950
- })), _path228 || (_path228 = /* @__PURE__ */ React.createElement("path", {
951
- fill: "#ccc",
952
- d: "M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8s2.8.3 3.8.8 2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"
953
- })), _path229 || (_path229 = /* @__PURE__ */ React.createElement("path", {
954
- fill: "none",
955
- stroke: "#000",
956
- strokeWidth: .4,
957
- d: "M263 326.7a8 8 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8s2.8.3 3.8.8 2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 0 0 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.9 8.2 8.2 0 0 0-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 0 0-3.8-.8 8.3 8.3 0 0 0-3.7.8c-1 .5-2.3.8-3.8.8v2.3"
958
- })), _path230 || (_path230 = /* @__PURE__ */ React.createElement("path", {
959
- fill: "#005bbf",
960
- d: "M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8s2.8.3 3.8.8 2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3"
961
- })), _path231 || (_path231 = /* @__PURE__ */ React.createElement("path", {
962
- fill: "none",
963
- stroke: "#000",
964
- strokeWidth: .4,
965
- d: "M263 329a8.1 8.1 0 0 0 3.7-.8c1-.5 2.3-.8 3.7-.8s2.8.3 3.8.8 2.3.8 3.7.8a8.2 8.2 0 0 0 3.8-.9 8.4 8.4 0 0 1 3.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 0 1-3.8-.8 8.2 8.2 0 0 0-3.7-.8 8.4 8.4 0 0 0-3.6.7 8.2 8.2 0 0 1-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z"
966
- })), _path232 || (_path232 = /* @__PURE__ */ React.createElement("path", {
967
- fill: "#c8b100",
968
- d: "m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5z"
969
- })), _path233 || (_path233 = /* @__PURE__ */ React.createElement("path", {
970
- fill: "none",
971
- stroke: "#000",
972
- strokeLinejoin: "round",
973
- strokeWidth: .4,
974
- d: "m286.3 308-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5z"
975
- })), _path234 || (_path234 = /* @__PURE__ */ React.createElement("path", {
976
- fill: "#c8b100",
977
- d: "M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7"
978
- })), _path235 || (_path235 = /* @__PURE__ */ React.createElement("path", {
979
- fill: "none",
980
- stroke: "#000",
981
- strokeWidth: .4,
982
- d: "M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z"
983
- })), _path236 || (_path236 = /* @__PURE__ */ React.createElement("path", {
984
- fill: "#c8b100",
985
- d: "M266.9 316.7h22V311h-22z"
986
- })), _path237 || (_path237 = /* @__PURE__ */ React.createElement("path", {
987
- fill: "none",
988
- stroke: "#000",
989
- strokeWidth: .4,
990
- d: "M266.9 316.7h22V311h-22z"
991
- })), _path238 || (_path238 = /* @__PURE__ */ React.createElement("path", {
992
- fill: "#ad1519",
993
- d: "M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8"
994
- })), _path239 || (_path239 = /* @__PURE__ */ React.createElement("path", {
995
- fill: "none",
996
- stroke: "#000",
997
- strokeWidth: .4,
998
- d: "M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 0 1 .2-8.8z"
999
- })), _path240 || (_path240 = /* @__PURE__ */ React.createElement("path", {
1000
- fill: "#ccc",
1001
- d: "M270.1 305.6h15.6V229h-15.6v76.5z"
1002
- })), _path241 || (_path241 = /* @__PURE__ */ React.createElement("path", {
1003
- fill: "none",
1004
- stroke: "#000",
1005
- strokeWidth: .4,
1006
- d: "M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z"
1007
- })), _path242 || (_path242 = /* @__PURE__ */ React.createElement("path", {
1008
- fill: "#ad1519",
1009
- d: "M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1z"
1010
- })), _path243 || (_path243 = /* @__PURE__ */ React.createElement("path", {
1011
- fill: "none",
1012
- stroke: "#000",
1013
- strokeLinejoin: "round",
1014
- strokeWidth: .4,
1015
- d: "M254.2 257.7a49.6 49.6 0 0 1 23.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 0 0-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4"
1016
- })), _path244 || (_path244 = /* @__PURE__ */ React.createElement("path", {
1017
- fill: "#ad1519",
1018
- d: "M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3z"
1019
- })), _path245 || (_path245 = /* @__PURE__ */ React.createElement("path", {
1020
- fill: "none",
1021
- stroke: "#000",
1022
- strokeWidth: .4,
1023
- d: "M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4"
1024
- })), _path246 || (_path246 = /* @__PURE__ */ React.createElement("path", {
1025
- fill: "#ad1519",
1026
- d: "M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"
1027
- })), _path247 || (_path247 = /* @__PURE__ */ React.createElement("path", {
1028
- fill: "none",
1029
- stroke: "#000",
1030
- strokeWidth: .4,
1031
- d: "M270 261.5a13 13 0 0 0-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5"
1032
- })), _path248 || (_path248 = /* @__PURE__ */ React.createElement("path", {
1033
- fill: "#ad1519",
1034
- d: "M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7"
1035
- })), _path249 || (_path249 = /* @__PURE__ */ React.createElement("path", {
1036
- fill: "none",
1037
- stroke: "#000",
1038
- strokeLinejoin: "round",
1039
- strokeWidth: .4,
1040
- d: "M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z"
1041
- })), _path250 || (_path250 = /* @__PURE__ */ React.createElement("path", {
1042
- fill: "#c8b100",
1043
- d: "M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5 5 0 0 1-.5.1 53 53 0 0 1-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131 131 0 0 1 4 5.7h.5zm6-6.6h-1a8 8 0 0 1-.8 0v6.2h4.2v-.7h-2.6zm6.8 1 2 .3v-.7l-5.8-.5v.8a19 19 0 0 1 2 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5zm3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9zm8 7-.2 2 .8.5.9.5.5-7a3.4 3.4 0 0 1-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5 2-1.4-.2 2.3z"
1044
- })), _path251 || (_path251 = /* @__PURE__ */ React.createElement("path", {
1045
- fill: "none",
1046
- stroke: "#000",
1047
- strokeWidth: .1,
1048
- d: "M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2z"
1049
- })), _path252 || (_path252 = /* @__PURE__ */ React.createElement("path", {
1050
- fill: "#ad1519",
1051
- stroke: "#000",
1052
- strokeWidth: .3,
1053
- d: "M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0 0 14.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 0 1 7.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 0 1 7.5-4.7 26 26 0 0 1 10.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 0 0 8-2c3.7-1.5 9-2.5 15.5-2.5z"
1054
- })), _path253 || (_path253 = /* @__PURE__ */ React.createElement("path", {
1055
- fill: "#c8b100",
1056
- stroke: "#000",
1057
- strokeWidth: .4,
1058
- d: "M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 0 1-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0 1 29.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 0 1 0 2.4c-7.5 2.2-18 3.6-29.8 3.6"
1059
- })), _path254 || (_path254 = /* @__PURE__ */ React.createElement("path", {
1060
- fill: "#ad1519",
1061
- d: "M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2"
1062
- })), _path255 || (_path255 = /* @__PURE__ */ React.createElement("path", {
1063
- fill: "none",
1064
- stroke: "#000",
1065
- strokeWidth: .1,
1066
- d: "M206.9 215.7v-6.3m-1.7 6.3v-6.3"
1067
- })), _path256 || (_path256 = /* @__PURE__ */ React.createElement("path", {
1068
- fill: "none",
1069
- stroke: "#000",
1070
- strokeWidth: .2,
1071
- d: "M203.6 215.7v-6.3m-1.6 6.3v-6.3"
1072
- })), _path257 || (_path257 = /* @__PURE__ */ React.createElement("path", {
1073
- fill: "none",
1074
- stroke: "#000",
1075
- strokeWidth: .3,
1076
- d: "M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6"
1077
- })), _path258 || (_path258 = /* @__PURE__ */ React.createElement("path", {
1078
- fill: "none",
1079
- stroke: "#000",
1080
- strokeWidth: .4,
1081
- d: "M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5"
1082
- })), _path259 || (_path259 = /* @__PURE__ */ React.createElement("path", {
1083
- fill: "none",
1084
- stroke: "#000",
1085
- strokeWidth: .5,
1086
- d: "M189.7 214.5v-4.2m-1.2 4.1v-4"
1087
- })), _path260 || (_path260 = /* @__PURE__ */ React.createElement("path", {
1088
- fill: "none",
1089
- stroke: "#000",
1090
- strokeWidth: .6,
1091
- d: "M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211"
1092
- })), _path261 || (_path261 = /* @__PURE__ */ React.createElement("path", {
1093
- fill: "none",
1094
- stroke: "#000",
1095
- strokeWidth: .7,
1096
- d: "M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3"
1097
- })), _path262 || (_path262 = /* @__PURE__ */ React.createElement("path", {
1098
- fill: "none",
1099
- stroke: "#000",
1100
- strokeWidth: .9,
1101
- d: "M179.8 212.8v-.7"
1102
- })), _path263 || (_path263 = /* @__PURE__ */ React.createElement("path", {
1103
- fill: "none",
1104
- stroke: "#000",
1105
- strokeWidth: .1,
1106
- d: "M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3"
1107
- })), _path264 || (_path264 = /* @__PURE__ */ React.createElement("path", {
1108
- fill: "#c8b100",
1109
- stroke: "#000",
1110
- strokeWidth: .4,
1111
- d: "M206 207.4a108 108 0 0 0-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0 1 33 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7"
1112
- })), _path265 || (_path265 = /* @__PURE__ */ React.createElement("path", {
1113
- fill: "#c8b100",
1114
- stroke: "#000",
1115
- strokeWidth: .4,
1116
- d: "M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 0 1-1.3-.6 1 1 0 0 1 .7-1.3 121 121 0 0 1 33.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3s-.8.8-1.3.6c-8.4-2.5-20-4-32.9-4"
1117
- })), _path266 || (_path266 = /* @__PURE__ */ React.createElement("path", {
1118
- fill: "none",
1119
- stroke: "#000",
1120
- strokeLinejoin: "round",
1121
- strokeWidth: .4,
1122
- d: "M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0 1 27.6 3c-7.3 2-17 3.2-27.6 3.2z"
1123
- })), _path267 || (_path267 = /* @__PURE__ */ React.createElement("path", {
1124
- fill: "#fff",
1125
- stroke: "#000",
1126
- strokeWidth: .4,
1127
- d: "M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1128
- })), _path268 || (_path268 = /* @__PURE__ */ React.createElement("path", {
1129
- fill: "#ad1519",
1130
- stroke: "#000",
1131
- strokeWidth: .4,
1132
- d: "M206.1 205.6H203a1 1 0 0 1 0-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2"
1133
- })), _path269 || (_path269 = /* @__PURE__ */ React.createElement("path", {
1134
- fill: "#058e6e",
1135
- stroke: "#000",
1136
- strokeWidth: .4,
1137
- d: "m190.3 206.5-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 0 1 1-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4"
1138
- })), _path270 || (_path270 = /* @__PURE__ */ React.createElement("path", {
1139
- fill: "#fff",
1140
- stroke: "#000",
1141
- strokeWidth: .4,
1142
- d: "M181 206.7c0-.6.5-1 1.1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1"
1143
- })), _path271 || (_path271 = /* @__PURE__ */ React.createElement("path", {
1144
- fill: "#ad1519",
1145
- stroke: "#000",
1146
- strokeWidth: .4,
1147
- d: "m174 208.5 1.2-1.6 3.3.4-2.6 2-1.8-.8"
1148
- })), _path272 || (_path272 = /* @__PURE__ */ React.createElement("path", {
1149
- fill: "#058e6e",
1150
- stroke: "#000",
1151
- strokeWidth: .4,
1152
- d: "m222 206.5 2.3.2c.5.1 1-.3 1.1-.8a1 1 0 0 0-.9-1.1l-2.2-.3-2.4-.3a1 1 0 0 0-1.1.9c-.1.5.3 1 .9 1l2.3.4"
1153
- })), _path273 || (_path273 = /* @__PURE__ */ React.createElement("path", {
1154
- fill: "#fff",
1155
- stroke: "#000",
1156
- strokeWidth: .4,
1157
- d: "M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 0 1-1-1"
1158
- })), _path274 || (_path274 = /* @__PURE__ */ React.createElement("path", {
1159
- fill: "#ad1519",
1160
- stroke: "#000",
1161
- strokeWidth: .4,
1162
- d: "m238.2 208.5-1.1-1.6-3.3.4 2.6 2 1.8-.8"
1163
- })), _path275 || (_path275 = /* @__PURE__ */ React.createElement("path", {
1164
- fill: "none",
1165
- stroke: "#000",
1166
- strokeWidth: .4,
1167
- d: "M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4"
1168
- })), _path276 || (_path276 = /* @__PURE__ */ React.createElement("path", {
1169
- fill: "#c8b100",
1170
- d: "m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6z"
1171
- })), _path277 || (_path277 = /* @__PURE__ */ React.createElement("path", {
1172
- fill: "none",
1173
- stroke: "#000",
1174
- strokeWidth: .4,
1175
- d: "m182.3 183.8 1.4 1 2-3.2a7.4 7.4 0 0 1-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 0 0-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 0 0 3 7.6l-1 1.8"
1176
- })), _path278 || (_path278 = /* @__PURE__ */ React.createElement("path", {
1177
- fill: "#c8b100",
1178
- d: "M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7z"
1179
- })), _path279 || (_path279 = /* @__PURE__ */ React.createElement("path", {
1180
- fill: "none",
1181
- stroke: "#000",
1182
- strokeWidth: .4,
1183
- d: "M182.4 183.8a9.3 9.3 0 0 1-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 0 0-3.4 6.8 8.9 8.9 0 0 0 3 6.7l-.9 1.8"
1184
- })), _path280 || (_path280 = /* @__PURE__ */ React.createElement("path", {
1185
- fill: "#c8b100",
1186
- d: "M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1z"
1187
- })), _path281 || (_path281 = /* @__PURE__ */ React.createElement("path", {
1188
- fill: "none",
1189
- stroke: "#000",
1190
- strokeWidth: .4,
1191
- d: "M160.1 187.1a8.8 8.8 0 0 1-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 0 0-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 0 0-.7 3.1 7.3 7.3 0 0 0 2.7 5.6l-2.6 4.1-1.3-1z"
1192
- })), _path282 || (_path282 = /* @__PURE__ */ React.createElement("path", {
1193
- fill: "#c8b100",
1194
- d: "M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8"
1195
- })), _path283 || (_path283 = /* @__PURE__ */ React.createElement("path", {
1196
- fill: "none",
1197
- stroke: "#000",
1198
- strokeWidth: .4,
1199
- d: "M162.7 173.3a10.5 10.5 0 0 0-4 4.1 8.6 8.6 0 0 0-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 0 1-2.3-6.5c0-4 2.5-7.5 6.4-9.8z"
1200
- })), _path284 || (_path284 = /* @__PURE__ */ React.createElement("path", {
1201
- fill: "#c8b100",
1202
- d: "M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6"
1203
- })), _path285 || (_path285 = /* @__PURE__ */ React.createElement("path", {
1204
- fill: "none",
1205
- stroke: "#000",
1206
- strokeWidth: .4,
1207
- d: "M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z"
1208
- })), _path286 || (_path286 = /* @__PURE__ */ React.createElement("path", {
1209
- fill: "#c8b100",
1210
- d: "M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28 28 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4"
1211
- })), _path287 || (_path287 = /* @__PURE__ */ React.createElement("path", {
1212
- fill: "none",
1213
- stroke: "#000",
1214
- strokeWidth: .4,
1215
- d: "M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28 28 0 0 1 .4-4.2 2 2 0 0 1 1.8-1.4z"
1216
- })), _path288 || (_path288 = /* @__PURE__ */ React.createElement("path", {
1217
- fill: "#c8b100",
1218
- d: "m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6z"
1219
- })), _path289 || (_path289 = /* @__PURE__ */ React.createElement("path", {
1220
- fill: "none",
1221
- stroke: "#000",
1222
- strokeWidth: .4,
1223
- d: "m229.7 183.8-1.3 1-2-3.2a7.4 7.4 0 0 0 3.6-6.3 7 7 0 0 0 0-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 0 0-8.5 2.4 23 23 0 0 0-.2-1.8 17.4 17.4 0 0 1 8.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 0 1-3 7.6l1 1.8"
1224
- })), _path290 || (_path290 = /* @__PURE__ */ React.createElement("path", {
1225
- fill: "#c8b100",
1226
- d: "M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7z"
1227
- })), _path291 || (_path291 = /* @__PURE__ */ React.createElement("path", {
1228
- fill: "none",
1229
- stroke: "#000",
1230
- strokeWidth: .4,
1231
- d: "M229.6 183.8a9.1 9.1 0 0 0 4.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 0 1 3.4 6.8 8.9 8.9 0 0 1-3.2 6.7l1 1.8"
1232
- })), _path292 || (_path292 = /* @__PURE__ */ React.createElement("path", {
1233
- fill: "#c8b100",
1234
- d: "M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1z"
1235
- })), _path293 || (_path293 = /* @__PURE__ */ React.createElement("path", {
1236
- fill: "none",
1237
- stroke: "#000",
1238
- strokeWidth: .4,
1239
- d: "M252 187.1a8.8 8.8 0 0 0 2.2-5.9 8.7 8.7 0 0 0-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 0 0-6 .6l1 1.4a25.4 25.4 0 0 1 5-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 0 1-2.6 5.6l2.5 4.1 1.3-1z"
1240
- })), _path294 || (_path294 = /* @__PURE__ */ React.createElement("path", {
1241
- fill: "#c8b100",
1242
- d: "M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8"
1243
- })), _path295 || (_path295 = /* @__PURE__ */ React.createElement("path", {
1244
- fill: "none",
1245
- stroke: "#000",
1246
- strokeWidth: .4,
1247
- d: "M249.3 173.3a10.6 10.6 0 0 1 4 4.1 8.7 8.7 0 0 1 .9 3.8 8.8 8.8 0 0 1-2.3 5.9l1.6 2.5a10.4 10.4 0 0 0 2.3-6.5c0-4-2.6-7.5-6.5-9.8z"
1248
- })), _path296 || (_path296 = /* @__PURE__ */ React.createElement("path", {
1249
- fill: "#fff",
1250
- d: "M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7"
1251
- })), _path297 || (_path297 = /* @__PURE__ */ React.createElement("path", {
1252
- fill: "none",
1253
- stroke: "#000",
1254
- strokeWidth: .4,
1255
- d: "M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7z"
1256
- })), _path298 || (_path298 = /* @__PURE__ */ React.createElement("path", {
1257
- fill: "#fff",
1258
- stroke: "#000",
1259
- strokeWidth: .4,
1260
- d: "M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 0 1-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3s1.5.6 1.5 1.3c0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 0 1-.8-.8"
1261
- })), _path299 || (_path299 = /* @__PURE__ */ React.createElement("path", {
1262
- fill: "#c8b100",
1263
- stroke: "#000",
1264
- strokeWidth: .4,
1265
- d: "m206.2 191.8 1.2.2a4.6 4.6 0 0 0 4.5 6 4.7 4.7 0 0 0 4.4-3c.1 0 .5-1.7.7-1.7s.1 1.8.2 1.7c.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 0 0 4.7-5l1.5-1.5.7 2a4 4 0 0 0-.4 1.9 4.4 4.4 0 0 0 4.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 0 1-3.3 1 6.5 6.5 0 0 1-6.1-3.7 7 7 0 0 1-10.4-.3 7 7 0 0 1-4.6 1.8 6.9 6.9 0 0 1-5.7-3 6.9 6.9 0 0 1-5.7 3 7 7 0 0 1-4.7-1.8 7 7 0 0 1-10.4.3 6.5 6.5 0 0 1-6 3.7 6.7 6.7 0 0 1-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 0 0 3.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 0 0-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 0 0 0 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 0 0 4.5 3.1 4.6 4.6 0 0 0 4.5-6l1.2-.2"
1266
- })), _path300 || (_path300 = /* @__PURE__ */ React.createElement("path", {
1267
- fill: "#fff",
1268
- stroke: "#000",
1269
- strokeWidth: .4,
1270
- d: "M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1s0 1.6.6 1.8c.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8s1.2.3 1.5 1.1 0 1.6-.5 1.8c-.6.2-1.3-.3-1.6-1.1"
1271
- })), _path301 || (_path301 = /* @__PURE__ */ React.createElement("path", {
1272
- fill: "#c8b100",
1273
- stroke: "#000",
1274
- strokeWidth: .4,
1275
- d: "M182.7 184a5.1 5.1 0 0 1 2.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 0 1-.7 1.6 1.9 1.9 0 0 0-1.5-.4 1.8 1.8 0 0 0-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 0 1 1-3.4m.4 9.8a1.8 1.8 0 0 1-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 0 0-3 2 5.3 5.3 0 0 0 3.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 0 0 .2-1.1 1.7 1.7 0 0 0-.6-1l1.4-1.3a10 10 0 0 1 2-.9l1.1-.4v.6a6 6 0 0 1-.2.8 5 5 0 0 1 3.4 1 5 5 0 0 1-2.9 2 6.4 6.4 0 0 0 .7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 0 1-1.8-.7"
1276
- })), _path302 || (_path302 = /* @__PURE__ */ React.createElement("path", {
1277
- fill: "#ad1519",
1278
- stroke: "#000",
1279
- strokeWidth: .4,
1280
- d: "M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 0 1-2.1-2"
1281
- })), _path303 || (_path303 = /* @__PURE__ */ React.createElement("path", {
1282
- fill: "#c8b100",
1283
- stroke: "#000",
1284
- strokeWidth: .4,
1285
- d: "M206.1 180.8a5.7 5.7 0 0 1 1.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 0 1-1 1.7 2.1 2.1 0 0 0-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7"
1286
- })), _path304 || (_path304 = /* @__PURE__ */ React.createElement("path", {
1287
- fill: "#c8b100",
1288
- stroke: "#000",
1289
- strokeWidth: .4,
1290
- d: "M204.6 191.8a2 2 0 0 1-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 0 0-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 0 0 .1-2.6s.9-.7 1.8-1a8 8 0 0 1 2.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 0 1-3.6 1.6 7 7 0 0 0 .5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 0 0-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 0 1 1.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 0 0-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 0 0-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6 6 0 0 1-.4.7 5 5 0 0 1 2.9 2 5.3 5.3 0 0 1-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 0 1-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9l-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 0 0-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11 11 0 0 0 1.8-.7"
1291
- })), _path305 || (_path305 = /* @__PURE__ */ React.createElement("path", {
1292
- fill: "#ad1519",
1293
- stroke: "#000",
1294
- strokeWidth: .4,
1295
- d: "M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 0 1-2 2 2 2 0 0 1-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2"
1296
- })), _path306 || (_path306 = /* @__PURE__ */ React.createElement("path", {
1297
- fill: "#c8b100",
1298
- stroke: "#000",
1299
- strokeWidth: .4,
1300
- d: "m246.3 198 .7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 0 0-2.9-2.8 3 3 0 0 0-2.4 1l-.2-1s-1.3.3-1.9 1.8 0 3.6 0 3.6-.3-.9-.7-1.5a8 8 0 0 0-2.4-1.6l-1.3-.7-.1.5a5 5 0 0 0 0 .8 7.9 7.9 0 0 0-3.7.5 4.7 4.7 0 0 0 2.5 2.2l-.8.7a4 4 0 0 0-.4.5l1.3.2 2.5.2a15 15 0 0 0 1.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 0 1 2.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 0 1 2.4-1.6l1.3-.7v1.3a7.9 7.9 0 0 1 3.7.5 4.7 4.7 0 0 1-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a15 15 0 0 1-1.7-.2"
1301
- })), _path307 || (_path307 = /* @__PURE__ */ React.createElement("path", {
1302
- fill: "#ad1519",
1303
- stroke: "#000",
1304
- strokeWidth: .4,
1305
- d: "M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 0 1-2.1-2"
1306
- })), _path308 || (_path308 = /* @__PURE__ */ React.createElement("path", {
1307
- fill: "#005bbf",
1308
- stroke: "#000",
1309
- strokeWidth: .3,
1310
- d: "M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 0 1-4.2-4"
1311
- })), _path309 || (_path309 = /* @__PURE__ */ React.createElement("path", {
1312
- fill: "#c8b100",
1313
- stroke: "#000",
1314
- strokeWidth: .3,
1315
- d: "M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2z"
1316
- })), _path310 || (_path310 = /* @__PURE__ */ React.createElement("path", {
1317
- fill: "#ccc",
1318
- d: "M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2"
1319
- })), _path311 || (_path311 = /* @__PURE__ */ React.createElement("path", {
1320
- fill: "none",
1321
- stroke: "#000",
1322
- strokeWidth: .5,
1323
- d: "M206.5 330.6a82 82 0 0 1-35.5-8.2 22.7 22.7 0 0 1-12.8-20.4v-32h96.4v32a22.7 22.7 0 0 1-12.8 20.4 81 81 0 0 1-35.3 8.2z"
1324
- })), _path312 || (_path312 = /* @__PURE__ */ React.createElement("path", {
1325
- fill: "#ccc",
1326
- d: "M206.3 270h48.3v-53.5h-48.3z"
1327
- })), _path313 || (_path313 = /* @__PURE__ */ React.createElement("path", {
1328
- fill: "none",
1329
- stroke: "#000",
1330
- strokeWidth: .5,
1331
- d: "M206.3 270h48.3v-53.5h-48.3z"
1332
- })), _path314 || (_path314 = /* @__PURE__ */ React.createElement("path", {
1333
- fill: "#ad1519",
1334
- d: "M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"
1335
- })), _path315 || (_path315 = /* @__PURE__ */ React.createElement("path", {
1336
- fill: "#c8b100",
1337
- stroke: "#000",
1338
- strokeWidth: .5,
1339
- d: "M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7z"
1340
- })), _path316 || (_path316 = /* @__PURE__ */ React.createElement("path", {
1341
- fill: "#c8b100",
1342
- stroke: "#000",
1343
- strokeLinejoin: "round",
1344
- strokeWidth: .5,
1345
- d: "M158 301.6a24.4 24.4 0 0 0 5.5 15v-47.5h-5.4z"
1346
- })), _path317 || (_path317 = /* @__PURE__ */ React.createElement("path", {
1347
- fill: "#c7b500",
1348
- stroke: "#000",
1349
- strokeWidth: .5,
1350
- d: "M179.4 324.7a26.6 26.6 0 0 0 5.6 0v-55.9h-5.6v56z"
1351
- })), _path318 || (_path318 = /* @__PURE__ */ React.createElement("path", {
1352
- fill: "#c8b100",
1353
- stroke: "#000",
1354
- strokeWidth: .5,
1355
- d: "M190 323.5a19 19 0 0 0 5.8-2.5v-52.2H190z"
1356
- })), _path319 || (_path319 = /* @__PURE__ */ React.createElement("path", {
1357
- fill: "#ad1519",
1358
- d: "M158.1 270h48.2v-53.5H158z"
1359
- })), _path320 || (_path320 = /* @__PURE__ */ React.createElement("path", {
1360
- fill: "none",
1361
- stroke: "#000",
1362
- strokeWidth: .5,
1363
- d: "M158.1 270h48.2v-53.5H158z"
1364
- })), _path321 || (_path321 = /* @__PURE__ */ React.createElement("path", {
1365
- fill: "#c8b100",
1366
- stroke: "#000",
1367
- strokeWidth: .5,
1368
- d: "M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z"
1369
- })), _path322 || (_path322 = /* @__PURE__ */ React.createElement("path", {
1370
- fill: "none",
1371
- stroke: "#000",
1372
- strokeWidth: .5,
1373
- d: "M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32"
1374
- })), _path323 || (_path323 = /* @__PURE__ */ React.createElement("path", {
1375
- fill: "#ad1519",
1376
- d: "M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"
1377
- })), _path324 || (_path324 = /* @__PURE__ */ React.createElement("path", {
1378
- fill: "none",
1379
- stroke: "#000",
1380
- strokeWidth: .5,
1381
- d: "M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3"
1382
- })), _path325 || (_path325 = /* @__PURE__ */ React.createElement("path", {
1383
- fill: "#c8b100",
1384
- d: "m215.1 294.1.1.5c0 .6-.5 1-1.1 1a1 1 0 0 1-1.1-1v-.5h-1.5a2.5 2.5 0 0 0 1.8 2.9v3.9h1.6V297a2.6 2.6 0 0 0 1.7-1.6h4.4v-1.2zm21.8 0v1.2h-4a2.5 2.5 0 0 1-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2 2 0 0 1-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 0 0 1.8-2.4 2 2 0 0 0 0-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 0 1 .1-.5zm-6.7 22.1a15.6 15.6 0 0 0 3.7-1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.3-4.8h1.7a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6m-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5m-2.2-4.5-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7m1.4-5.3 1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 0 1-.3-2.7zm5.6 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2zm-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2zm2.2-9.4 1.6.7 3-3.3-1-1.4zm-1.3-1-1-1.4 3-3.3 1.6.7zm18.1 9.9.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 0 0 .3-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3.1 2.6m6-4.8a1.2 1.2 0 0 0-1.5 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5m2.2-4.5 1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7zm-5.6 13.7a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2zm.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.6 18.6 0 0 0 4-2zm-2.2-9.4-1.6.7-2.9-3.3 1-1.4zm1.3-1 1-1.4-3-3.3-1.6.7zm-20.1-8.7.5 1.6h4.5l.5-1.6zm21.1 0-.5 1.6h-4.5l-.5-1.6zm-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1m1.9-7.8 1.7-.4v-4.3l-1.7-.5zm-1.6 0-1.7-.4v-4.3l1.7-.5z"
1385
- })), _path326 || (_path326 = /* @__PURE__ */ React.createElement("path", {
1386
- fill: "#c8b100",
1387
- d: "M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 0 0-1-.6c-.4 0-.7.3-1 .6zm12.2 0v-.3h4.1a2.4 2.4 0 0 1 .2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3zm21.6 0a1.1 1.1 0 0 1 1-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3zm-30.2-15 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.7 2.5 2.5 2.5 0 0 0 1.8 2.4v5.2h1.6v-5.2zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 0 1-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 0 1 2.4-1.7 2.6 2.6 0 0 1 2.7 2.5 2.5 2.5 0 0 1-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4a2.6 2.6 0 0 1 2.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6m-17.8 4-1.7.4v4.3l1.7.5zm1.6 0 1.7.4v4.3l-1.7.5zm30.6 0-1.7.4v4.3l1.7.5zm1.6 0 1.7.4v4.3l-1.7.5zm-25.5.8 1.6-.7 2.9 3.3-1 1.4zm-1.3 1-1 1.4 3 3.3 1.6-.7zm18.5-1.1-1.6-.7-3 3.3 1 1.4zm1.2 1 1 1.4-3 3.3-1.5-.7zm-20.3 9 .5-1.6h4.5l.5 1.6zm-6.7-17c0-.6.5-1 1.2-1a1 1 0 0 1 1 1c0 .6-.4 1-1 1a1.1 1.1 0 0 1-1.2-1m12.1.8-.5 1.6H220l-.5-1.6zm0-1.6-.5-1.6H220l-.5 1.6zm15.7 17.8-.5-1.6h-4.5l-.5 1.6zm4.4-17c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1m-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 0 1-1.1-1m6.2.8.5 1.6h4.6l.5-1.6zm0-1.6.5-1.6h4.6l.5 1.6zm-5.9 5-1.7.5v4.3l1.7.5V281m1.7 0 1.6.5v4.3l-1.6.5z"
1388
- })), _path327 || (_path327 = /* @__PURE__ */ React.createElement("path", {
1389
- fill: "none",
1390
- stroke: "#c8b100",
1391
- strokeWidth: .3,
1392
- d: "M232.7 316.3a15.6 15.6 0 0 0 3.7-1.1l.8 1.4a17.6 17.6 0 0 1-4.3 1.2 2.6 2.6 0 0 1-2.6 2 2.6 2.6 0 0 1-2.5-2 17.5 17.5 0 0 1-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 0 1 1.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 0 1-.2-.5h-4V294h4a2.6 2.6 0 0 1 .2-.4l-5-5.6 1.2-1 5 5.5a2 2 0 0 1 .2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7 6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 0 0-2.5-1.7 2.6 2.6 0 0 0-2.6 2.5 2.5 2.5 0 0 0 1.7 2.4v5.2h1.6v-5.2zm6.5 34.8-.8 1.4a16.6 16.6 0 0 1-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 0 1-.3-3.5l.1-.1a15.3 15.3 0 0 1-1.2-4.8h1.6a13.1 13.1 0 0 0 1 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 0 0 3.1 2.6zm-8.4-13.1V297a2.5 2.5 0 0 1-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 0 1-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 0 1-1.6.1 1 1 0 0 1 0-1.5zm-2-4.5-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3 1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 0 0 4.8 2.6l.4-1.6a13.7 13.7 0 0 1-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 0 0 4.8 2.6l-1.2 1.1a18.7 18.7 0 0 1-4-2l.4-1.7"
1393
- })), _path328 || (_path328 = /* @__PURE__ */ React.createElement("path", {
1394
- fill: "none",
1395
- stroke: "#c8b100",
1396
- strokeWidth: .3,
1397
- d: "m221.9 305.1 1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 0 1-1.1-1zm25.7 19.4.8 1.4a16.7 16.7 0 0 0 3.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 0 0 .2-3.5l-.1-.1a15 15 0 0 0 1.3-4.8h-1.7a13.3 13.3 0 0 1-1 4 3 3 0 0 0-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 0 0 .1 2.8 15 15 0 0 1-3 2.6zm8.4-13.1V297a2.5 2.5 0 0 0 1.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9zm-2.3 8.3a1.2 1.2 0 0 0-1.6 0 1 1 0 0 0-.1 1.4 1.2 1.2 0 0 0 1.6.1 1 1 0 0 0 0-1.5zm2-4.5 1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 0 1-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 0 1 2.5-1.7 2.6 2.6 0 0 1 2.6 2.5 2.5 2.5 0 0 1-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 0 1-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 0 1-1.6 1.6zm8.8 33.8a15.7 15.7 0 0 1-4.8 2.6l-.4-1.6a13.7 13.7 0 0 0 4-2l1.2 1m.8 1.4a17.4 17.4 0 0 1-4.8 2.6l1.2 1.1a18.7 18.7 0 0 0 4-2l-.4-1.7m-27.4-31.4-1.7.5v4.3l1.7.5v-5.2m1.7 0 1.6.4v4.3l-1.6.5V283m30.5 0-1.7.5v4.3l1.7.5V283"
1398
- })), _path329 || (_path329 = /* @__PURE__ */ React.createElement("path", {
1399
- fill: "none",
1400
- stroke: "#c8b100",
1401
- strokeWidth: .3,
1402
- d: "m247.1 283.1 1.7.5v4.3l-1.7.5V283m-8.6 22-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1 1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20 1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1 1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9 .5-1.6h4.5l.5 1.6h-5.5m0 1.5.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1.2-1zm12.1.8-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1s1.1.5 1.1 1c0 .6-.5 1.1-1 1.1a1 1 0 0 1-1.2-1zm-4.4-.7-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1s1.1.4 1.1 1-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm1.9-7.8 1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 0 1 1.1 1c0 .6-.5 1-1 1a1.1 1.1 0 0 1-1.2-1zm6.2.8.5 1.6h4.6l.5-1.6h-5.5m0-1.6.4-1.6h4.6l.5 1.6h-5.5m-6 5-1.6.5v4.3l1.6.5V281m1.7 0 1.6.5v4.3l-1.6.5V281"
1403
- })), _path330 || (_path330 = /* @__PURE__ */ React.createElement("path", {
1404
- fill: "#058e6e",
1405
- d: "M227.7 294.7a2.6 2.6 0 0 1 2.6-2.5 2.6 2.6 0 0 1 2.6 2.5 2.6 2.6 0 0 1-2.6 2.4c-1.4 0-2.6-1-2.6-2.4"
1406
- })), _path331 || (_path331 = /* @__PURE__ */ React.createElement("path", {
1407
- fill: "#db4446",
1408
- d: "M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1z"
1409
- })), _path332 || (_path332 = /* @__PURE__ */ React.createElement("path", {
1410
- fill: "none",
1411
- stroke: "#000",
1412
- strokeWidth: .4,
1413
- d: "M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 0 1-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1z"
1414
- })), _path333 || (_path333 = /* @__PURE__ */ React.createElement("path", {
1415
- fill: "#ed72aa",
1416
- stroke: "#000",
1417
- strokeWidth: .4,
1418
- d: "M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 0 1-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 0 1 .2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8s.6 2 1 2.4c.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6s.2-1-.2-1.4c-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8s-.8-.7-1-.8a3.7 3.7 0 0 1-1-1l-.4-1.4a4.2 4.2 0 0 1 0-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2s-.2 1.5.2 2.8c.3 1.2.5 1.9.4 2.1a3 3 0 0 1-.7.8h-.9a2.5 2.5 0 0 0-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7s.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 0 0-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 0 1-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 0 0-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6s-.8-.5-.5-.8c.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 0 0 2-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 0 0-1.8-.6 9 9 0 0 1-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3q-.6 0-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2s-.3.7-.6 1-.4 1-.3 1.4c.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9s1.4-.4 1.4-.4 1.4.7 2.7 1.7a15 15 0 0 1 2.2 2.1"
1419
- })), _path334 || (_path334 = /* @__PURE__ */ React.createElement("path", { d: "m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3z" })), _path335 || (_path335 = /* @__PURE__ */ React.createElement("path", {
1420
- fill: "none",
1421
- stroke: "#000",
1422
- strokeWidth: .3,
1423
- d: "m228.1 226.8-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3z"
1424
- })), _path336 || (_path336 = /* @__PURE__ */ React.createElement("path", { d: "M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3z" })), _path337 || (_path337 = /* @__PURE__ */ React.createElement("path", {
1425
- fill: "none",
1426
- stroke: "#000",
1427
- strokeWidth: .1,
1428
- d: "M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3z"
1429
- })), _path338 || (_path338 = /* @__PURE__ */ React.createElement("path", {
1430
- fill: "none",
1431
- stroke: "#000",
1432
- strokeWidth: .3,
1433
- d: "m237.3 231.3-.4-.7a8 8 0 0 1-.3-.4"
1434
- })), _path339 || (_path339 = /* @__PURE__ */ React.createElement("path", {
1435
- fill: "#db4446",
1436
- d: "M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8"
1437
- })), _path340 || (_path340 = /* @__PURE__ */ React.createElement("path", {
1438
- fill: "none",
1439
- stroke: "#000",
1440
- strokeWidth: .4,
1441
- d: "M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 0 1-.6.8z"
1442
- })), _path341 || (_path341 = /* @__PURE__ */ React.createElement("path", {
1443
- fill: "#db4446",
1444
- d: "M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7 7 0 0 0 .4-.6"
1445
- })), _path342 || (_path342 = /* @__PURE__ */ React.createElement("path", {
1446
- fill: "none",
1447
- stroke: "#000",
1448
- strokeWidth: .4,
1449
- d: "M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7 7 0 0 0 .4-.6z"
1450
- })), _path343 || (_path343 = /* @__PURE__ */ React.createElement("path", {
1451
- fill: "#db4446",
1452
- d: "M214.2 230.6s-.8.1-1.2.6-.3 1.3-.3 1.3.4-.5.9-.5l1 .2-.1-.8z"
1453
- })), _path344 || (_path344 = /* @__PURE__ */ React.createElement("path", {
1454
- fill: "none",
1455
- stroke: "#000",
1456
- strokeWidth: .4,
1457
- d: "M214.2 230.6s-.8.1-1.2.6-.3 1.3-.3 1.3.4-.5.9-.5l1 .2-.1-.8z"
1458
- })), _path345 || (_path345 = /* @__PURE__ */ React.createElement("path", { d: "m228.2 230.5.3-.5.3.5z" })), _path346 || (_path346 = /* @__PURE__ */ React.createElement("path", {
1459
- fill: "none",
1460
- stroke: "#000",
1461
- strokeWidth: .3,
1462
- d: "m228.2 230.5.3-.5.3.5h-.7"
1463
- })), _path347 || (_path347 = /* @__PURE__ */ React.createElement("path", { d: "m229 230.5.3-.5.4.5z" })), _path348 || (_path348 = /* @__PURE__ */ React.createElement("path", {
1464
- fill: "none",
1465
- stroke: "#000",
1466
- strokeWidth: .3,
1467
- d: "m229 230.5.3-.5.4.5h-.8"
1468
- })), _path349 || (_path349 = /* @__PURE__ */ React.createElement("path", { d: "m228.6 227.3.8.3-.7.4-.1-.6" })), _path350 || (_path350 = /* @__PURE__ */ React.createElement("path", {
1469
- fill: "none",
1470
- stroke: "#000",
1471
- strokeWidth: .3,
1472
- d: "m228.6 227.3.8.3-.7.4-.1-.6"
1473
- })), _path351 || (_path351 = /* @__PURE__ */ React.createElement("path", { d: "m229.5 227.6.7.2-.5.4z" })), _path352 || (_path352 = /* @__PURE__ */ React.createElement("path", {
1474
- fill: "none",
1475
- stroke: "#000",
1476
- strokeWidth: .3,
1477
- d: "m229.5 227.6.7.2-.5.4-.2-.6"
1478
- })), _path353 || (_path353 = /* @__PURE__ */ React.createElement("path", {
1479
- fill: "none",
1480
- stroke: "#000",
1481
- strokeWidth: .4,
1482
- d: "M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 0 0 1.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 0 0-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5 1.3-.8a4 4 0 0 0 1-1"
1483
- })), _path354 || (_path354 = /* @__PURE__ */ React.createElement("path", {
1484
- fill: "#db4446",
1485
- d: "M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4z"
1486
- })), _path355 || (_path355 = /* @__PURE__ */ React.createElement("path", {
1487
- fill: "none",
1488
- stroke: "#000",
1489
- strokeWidth: .4,
1490
- d: "M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4z"
1491
- })), _path356 || (_path356 = /* @__PURE__ */ React.createElement("path", {
1492
- fill: "#db4446",
1493
- d: "M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8"
1494
- })), _path357 || (_path357 = /* @__PURE__ */ React.createElement("path", {
1495
- fill: "none",
1496
- stroke: "#000",
1497
- strokeWidth: .4,
1498
- d: "M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z"
1499
- })), _path358 || (_path358 = /* @__PURE__ */ React.createElement("path", {
1500
- fill: "#db4446",
1501
- d: "M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3z"
1502
- })), _path359 || (_path359 = /* @__PURE__ */ React.createElement("path", {
1503
- fill: "none",
1504
- stroke: "#000",
1505
- strokeWidth: .4,
1506
- d: "M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3"
1507
- })), _path360 || (_path360 = /* @__PURE__ */ React.createElement("path", {
1508
- fill: "#db4446",
1509
- d: "M224.2 252.6s-.4-.6-1.1-.6-1.4.7-1.4.7.8-.1 1 .2l.5.6.5-.3z"
1510
- })), _path361 || (_path361 = /* @__PURE__ */ React.createElement("path", {
1511
- fill: "none",
1512
- stroke: "#000",
1513
- strokeWidth: .4,
1514
- d: "M224.2 252.6s-.4-.6-1.1-.6-1.4.7-1.4.7.8-.1 1 .2l.5.6.5-.3z"
1515
- })), _path362 || (_path362 = /* @__PURE__ */ React.createElement("path", {
1516
- fill: "#db4446",
1517
- d: "M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7"
1518
- })), _path363 || (_path363 = /* @__PURE__ */ React.createElement("path", {
1519
- fill: "none",
1520
- stroke: "#000",
1521
- strokeWidth: .4,
1522
- d: "M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z"
1523
- })), _path364 || (_path364 = /* @__PURE__ */ React.createElement("path", {
1524
- fill: "#db4446",
1525
- d: "M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2"
1526
- })), _path365 || (_path365 = /* @__PURE__ */ React.createElement("path", {
1527
- fill: "none",
1528
- stroke: "#000",
1529
- strokeWidth: .4,
1530
- d: "M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z"
1531
- })), _path366 || (_path366 = /* @__PURE__ */ React.createElement("path", {
1532
- fill: "#db4446",
1533
- d: "M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8z"
1534
- })), _path367 || (_path367 = /* @__PURE__ */ React.createElement("path", {
1535
- fill: "none",
1536
- stroke: "#000",
1537
- strokeWidth: .4,
1538
- d: "M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8z"
1539
- })), _path368 || (_path368 = /* @__PURE__ */ React.createElement("path", {
1540
- fill: "#db4446",
1541
- d: "M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a16 16 0 0 1-.7-.3"
1542
- })), _path369 || (_path369 = /* @__PURE__ */ React.createElement("path", {
1543
- fill: "none",
1544
- stroke: "#000",
1545
- strokeWidth: .4,
1546
- d: "M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a16 16 0 0 1-.7-.3z"
1547
- })), _path370 || (_path370 = /* @__PURE__ */ React.createElement("path", {
1548
- fill: "#db4446",
1549
- d: "M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3"
1550
- })), _path371 || (_path371 = /* @__PURE__ */ React.createElement("path", {
1551
- fill: "none",
1552
- stroke: "#000",
1553
- strokeWidth: .4,
1554
- d: "M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z"
1555
- })), _path372 || (_path372 = /* @__PURE__ */ React.createElement("path", {
1556
- fill: "#ffd691",
1557
- stroke: "#000",
1558
- strokeWidth: .5,
1559
- d: "M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7"
1560
- })), _path373 || (_path373 = /* @__PURE__ */ React.createElement("path", {
1561
- fill: "#058e6e",
1562
- stroke: "#000",
1563
- strokeWidth: .5,
1564
- d: "M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1"
1565
- })), _path374 || (_path374 = /* @__PURE__ */ React.createElement("path", {
1566
- fill: "#ad1519",
1567
- stroke: "#000",
1568
- strokeWidth: .5,
1569
- d: "M206.7 323.8a4.8 4.8 0 0 1 0-7.1 4.8 4.8 0 0 1 1.5 3.5 4.9 4.9 0 0 1-1.5 3.6"
1570
- })), _path375 || (_path375 = /* @__PURE__ */ React.createElement("path", {
1571
- fill: "#058e6e",
1572
- stroke: "#000",
1573
- strokeWidth: .5,
1574
- d: "M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3"
1575
- })), _path376 || (_path376 = /* @__PURE__ */ React.createElement("path", {
1576
- fill: "#fff",
1577
- d: "M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"
1578
- })), _path377 || (_path377 = /* @__PURE__ */ React.createElement("path", {
1579
- fill: "none",
1580
- stroke: "#000",
1581
- strokeWidth: .4,
1582
- d: "M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"
1583
- })), _path378 || (_path378 = /* @__PURE__ */ React.createElement("path", {
1584
- fill: "#fff",
1585
- d: "M255.4 188.2c0-.6.5-1 1.1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1586
- })), _path379 || (_path379 = /* @__PURE__ */ React.createElement("path", {
1587
- fill: "none",
1588
- stroke: "#000",
1589
- strokeWidth: .4,
1590
- d: "M255.4 188.2c0-.6.5-1 1.1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1591
- })), _path380 || (_path380 = /* @__PURE__ */ React.createElement("path", {
1592
- fill: "#fff",
1593
- d: "M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1594
- })), _path381 || (_path381 = /* @__PURE__ */ React.createElement("path", {
1595
- fill: "none",
1596
- stroke: "#000",
1597
- strokeWidth: .4,
1598
- d: "M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1599
- })), _path382 || (_path382 = /* @__PURE__ */ React.createElement("path", {
1600
- fill: "#fff",
1601
- d: "M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"
1602
- })), _path383 || (_path383 = /* @__PURE__ */ React.createElement("path", {
1603
- fill: "none",
1604
- stroke: "#000",
1605
- strokeWidth: .4,
1606
- d: "M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"
1607
- })), _path384 || (_path384 = /* @__PURE__ */ React.createElement("path", {
1608
- fill: "#fff",
1609
- d: "M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"
1610
- })), _path385 || (_path385 = /* @__PURE__ */ React.createElement("path", {
1611
- fill: "none",
1612
- stroke: "#000",
1613
- strokeWidth: .4,
1614
- d: "M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"
1615
- })), _path386 || (_path386 = /* @__PURE__ */ React.createElement("path", {
1616
- fill: "#fff",
1617
- d: "M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1618
- })), _path387 || (_path387 = /* @__PURE__ */ React.createElement("path", {
1619
- fill: "none",
1620
- stroke: "#000",
1621
- strokeWidth: .4,
1622
- d: "M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1623
- })), _path388 || (_path388 = /* @__PURE__ */ React.createElement("path", {
1624
- fill: "#fff",
1625
- d: "M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1626
- })), _path389 || (_path389 = /* @__PURE__ */ React.createElement("path", {
1627
- fill: "none",
1628
- stroke: "#000",
1629
- strokeWidth: .4,
1630
- d: "M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1631
- })), _path390 || (_path390 = /* @__PURE__ */ React.createElement("path", {
1632
- fill: "#fff",
1633
- d: "M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"
1634
- })), _path391 || (_path391 = /* @__PURE__ */ React.createElement("path", {
1635
- fill: "none",
1636
- stroke: "#000",
1637
- strokeWidth: .4,
1638
- d: "M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"
1639
- })), _path392 || (_path392 = /* @__PURE__ */ React.createElement("path", {
1640
- fill: "#fff",
1641
- d: "M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1642
- })), _path393 || (_path393 = /* @__PURE__ */ React.createElement("path", {
1643
- fill: "none",
1644
- stroke: "#000",
1645
- strokeWidth: .4,
1646
- d: "M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1647
- })), _path394 || (_path394 = /* @__PURE__ */ React.createElement("path", {
1648
- fill: "#fff",
1649
- d: "M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1650
- })), _path395 || (_path395 = /* @__PURE__ */ React.createElement("path", {
1651
- fill: "none",
1652
- stroke: "#000",
1653
- strokeWidth: .4,
1654
- d: "M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
1655
- })), _path396 || (_path396 = /* @__PURE__ */ React.createElement("path", {
1656
- fill: "#fff",
1657
- d: "M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1658
- })), _path397 || (_path397 = /* @__PURE__ */ React.createElement("path", {
1659
- fill: "none",
1660
- stroke: "#000",
1661
- strokeWidth: .4,
1662
- d: "M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1663
- })), _path398 || (_path398 = /* @__PURE__ */ React.createElement("path", {
1664
- fill: "#fff",
1665
- d: "M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1666
- })), _path399 || (_path399 = /* @__PURE__ */ React.createElement("path", {
1667
- fill: "none",
1668
- stroke: "#000",
1669
- strokeWidth: .4,
1670
- d: "M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1671
- })), _path400 || (_path400 = /* @__PURE__ */ React.createElement("path", {
1672
- fill: "#fff",
1673
- d: "M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1674
- })), _path401 || (_path401 = /* @__PURE__ */ React.createElement("path", {
1675
- fill: "none",
1676
- stroke: "#000",
1677
- strokeWidth: .4,
1678
- d: "M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1679
- })), _path402 || (_path402 = /* @__PURE__ */ React.createElement("path", {
1680
- fill: "#fff",
1681
- d: "M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1682
- })), _path403 || (_path403 = /* @__PURE__ */ React.createElement("path", {
1683
- fill: "none",
1684
- stroke: "#000",
1685
- strokeWidth: .4,
1686
- d: "M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1687
- })), _path404 || (_path404 = /* @__PURE__ */ React.createElement("path", {
1688
- fill: "#fff",
1689
- stroke: "#000",
1690
- strokeWidth: .4,
1691
- d: "M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 0 1-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1-1-.4-1-1"
1692
- })), _path405 || (_path405 = /* @__PURE__ */ React.createElement("path", {
1693
- fill: "#fff",
1694
- d: "M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1695
- })), _path406 || (_path406 = /* @__PURE__ */ React.createElement("path", {
1696
- fill: "none",
1697
- stroke: "#000",
1698
- strokeWidth: .4,
1699
- d: "M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
1700
- })), _path407 || (_path407 = /* @__PURE__ */ React.createElement("path", {
1701
- fill: "#fff",
1702
- d: "M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1703
- })), _path408 || (_path408 = /* @__PURE__ */ React.createElement("path", {
1704
- fill: "none",
1705
- stroke: "#000",
1706
- strokeWidth: .4,
1707
- d: "M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1708
- })), _path409 || (_path409 = /* @__PURE__ */ React.createElement("path", {
1709
- fill: "#fff",
1710
- d: "M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1"
1711
- })), _path410 || (_path410 = /* @__PURE__ */ React.createElement("path", {
1712
- fill: "none",
1713
- stroke: "#000",
1714
- strokeWidth: .4,
1715
- d: "M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z"
1716
- })), _path411 || (_path411 = /* @__PURE__ */ React.createElement("path", {
1717
- fill: "#fff",
1718
- d: "M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1719
- })), _path412 || (_path412 = /* @__PURE__ */ React.createElement("path", {
1720
- fill: "none",
1721
- stroke: "#000",
1722
- strokeWidth: .4,
1723
- d: "M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1724
- })), _path413 || (_path413 = /* @__PURE__ */ React.createElement("path", {
1725
- fill: "#fff",
1726
- d: "M215 163.5c0-.6.5-1 1.1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1"
1727
- })), _path414 || (_path414 = /* @__PURE__ */ React.createElement("path", {
1728
- fill: "none",
1729
- stroke: "#000",
1730
- strokeWidth: .4,
1731
- d: "M215 163.5c0-.6.5-1 1.1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1z"
1732
- })), _path415 || (_path415 = /* @__PURE__ */ React.createElement("path", {
1733
- fill: "#fff",
1734
- d: "M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1735
- })), _path416 || (_path416 = /* @__PURE__ */ React.createElement("path", {
1736
- fill: "none",
1737
- stroke: "#000",
1738
- strokeWidth: .4,
1739
- d: "M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1740
- })), _path417 || (_path417 = /* @__PURE__ */ React.createElement("path", {
1741
- fill: "#fff",
1742
- d: "M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1743
- })), _path418 || (_path418 = /* @__PURE__ */ React.createElement("path", {
1744
- fill: "none",
1745
- stroke: "#000",
1746
- strokeWidth: .4,
1747
- d: "M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1748
- })), _path419 || (_path419 = /* @__PURE__ */ React.createElement("path", {
1749
- fill: "#fff",
1750
- d: "M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1"
1751
- })), _path420 || (_path420 = /* @__PURE__ */ React.createElement("path", {
1752
- fill: "none",
1753
- stroke: "#000",
1754
- strokeWidth: .4,
1755
- d: "M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 0 1-1-1z"
1756
- })), _path421 || (_path421 = /* @__PURE__ */ React.createElement("path", {
1757
- fill: "#fff",
1758
- d: "M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1759
- })), _path422 || (_path422 = /* @__PURE__ */ React.createElement("path", {
1760
- fill: "none",
1761
- stroke: "#000",
1762
- strokeWidth: .4,
1763
- d: "M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1764
- })), _path423 || (_path423 = /* @__PURE__ */ React.createElement("path", {
1765
- fill: "#fff",
1766
- d: "M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1767
- })), _path424 || (_path424 = /* @__PURE__ */ React.createElement("path", {
1768
- fill: "none",
1769
- stroke: "#000",
1770
- strokeWidth: .4,
1771
- d: "M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1772
- })), _path425 || (_path425 = /* @__PURE__ */ React.createElement("path", {
1773
- fill: "#fff",
1774
- d: "M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1"
1775
- })), _path426 || (_path426 = /* @__PURE__ */ React.createElement("path", {
1776
- fill: "none",
1777
- stroke: "#000",
1778
- strokeWidth: .4,
1779
- d: "M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1-1z"
1780
- })), _path427 || (_path427 = /* @__PURE__ */ React.createElement("path", {
1781
- fill: "#fff",
1782
- d: "M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1783
- })), _path428 || (_path428 = /* @__PURE__ */ React.createElement("path", {
1784
- fill: "none",
1785
- stroke: "#000",
1786
- strokeWidth: .4,
1787
- d: "M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1788
- })), _path429 || (_path429 = /* @__PURE__ */ React.createElement("path", {
1789
- fill: "#fff",
1790
- d: "M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1"
1791
- })), _path430 || (_path430 = /* @__PURE__ */ React.createElement("path", {
1792
- fill: "none",
1793
- stroke: "#000",
1794
- strokeWidth: .4,
1795
- d: "M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 0 1-1-1z"
1796
- })), _path431 || (_path431 = /* @__PURE__ */ React.createElement("path", {
1797
- fill: "#fff",
1798
- d: "M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1799
- })), _path432 || (_path432 = /* @__PURE__ */ React.createElement("path", {
1800
- fill: "none",
1801
- stroke: "#000",
1802
- strokeWidth: .4,
1803
- d: "M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1804
- })), _path433 || (_path433 = /* @__PURE__ */ React.createElement("path", {
1805
- fill: "#fff",
1806
- d: "M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1807
- })), _path434 || (_path434 = /* @__PURE__ */ React.createElement("path", {
1808
- fill: "none",
1809
- stroke: "#000",
1810
- strokeWidth: .4,
1811
- d: "M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1812
- })), _path435 || (_path435 = /* @__PURE__ */ React.createElement("path", {
1813
- fill: "#fff",
1814
- d: "M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1815
- })), _path436 || (_path436 = /* @__PURE__ */ React.createElement("path", {
1816
- fill: "none",
1817
- stroke: "#000",
1818
- strokeWidth: .4,
1819
- d: "M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1820
- })), _path437 || (_path437 = /* @__PURE__ */ React.createElement("path", {
1821
- fill: "#fff",
1822
- d: "M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1823
- })), _path438 || (_path438 = /* @__PURE__ */ React.createElement("path", {
1824
- fill: "none",
1825
- stroke: "#000",
1826
- strokeWidth: .4,
1827
- d: "M166.6 169.1c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
1828
- })), _path439 || (_path439 = /* @__PURE__ */ React.createElement("path", {
1829
- fill: "#fff",
1830
- d: "M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1"
1831
- })), _path440 || (_path440 = /* @__PURE__ */ React.createElement("path", {
1832
- fill: "none",
1833
- stroke: "#000",
1834
- strokeWidth: .4,
1835
- d: "M170 168.5c0-.5.5-1 1.1-1a1 1 0 0 1 0 2c-.6 0-1-.4-1-1z"
1836
- })), _path441 || (_path441 = /* @__PURE__ */ React.createElement("path", {
1837
- fill: "#fff",
1838
- d: "M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1839
- })), _path442 || (_path442 = /* @__PURE__ */ React.createElement("path", {
1840
- fill: "none",
1841
- stroke: "#000",
1842
- strokeWidth: .4,
1843
- d: "M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1844
- })), _path443 || (_path443 = /* @__PURE__ */ React.createElement("path", {
1845
- fill: "#fff",
1846
- d: "M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1"
1847
- })), _path444 || (_path444 = /* @__PURE__ */ React.createElement("path", {
1848
- fill: "none",
1849
- stroke: "#000",
1850
- strokeWidth: .4,
1851
- d: "M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 0 1-1.1-1z"
1852
- })), _path445 || (_path445 = /* @__PURE__ */ React.createElement("path", {
1853
- fill: "#fff",
1854
- d: "M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1"
1855
- })), _path446 || (_path446 = /* @__PURE__ */ React.createElement("path", {
1856
- fill: "none",
1857
- stroke: "#000",
1858
- strokeWidth: .4,
1859
- d: "M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 0 1-1-1z"
1860
- })), _path447 || (_path447 = /* @__PURE__ */ React.createElement("path", {
1861
- fill: "#fff",
1862
- stroke: "#000",
1863
- strokeWidth: .4,
1864
- d: "M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 0 1-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1865
- })), _path448 || (_path448 = /* @__PURE__ */ React.createElement("path", {
1866
- fill: "#fff",
1867
- d: "M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1"
1868
- })), _path449 || (_path449 = /* @__PURE__ */ React.createElement("path", {
1869
- fill: "none",
1870
- stroke: "#000",
1871
- strokeWidth: .4,
1872
- d: "M182.3 166.5c0-.5.5-1 1-1a1 1 0 0 1 0 2 1 1 0 0 1-1-1z"
1873
- })), _path450 || (_path450 = /* @__PURE__ */ React.createElement("path", {
1874
- fill: "#fff",
1875
- d: "M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1"
1876
- })), _path451 || (_path451 = /* @__PURE__ */ React.createElement("path", {
1877
- fill: "none",
1878
- stroke: "#000",
1879
- strokeWidth: .4,
1880
- d: "M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 0 1-1-1z"
1881
- })), _path452 || (_path452 = /* @__PURE__ */ React.createElement("path", {
1882
- fill: "#fff",
1883
- d: "M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1"
1884
- })), _path453 || (_path453 = /* @__PURE__ */ React.createElement("path", {
1885
- fill: "none",
1886
- stroke: "#000",
1887
- strokeWidth: .4,
1888
- d: "M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z"
1889
- })), _path454 || (_path454 = /* @__PURE__ */ React.createElement("path", {
1890
- fill: "#fff",
1891
- d: "M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1892
- })), _path455 || (_path455 = /* @__PURE__ */ React.createElement("path", {
1893
- fill: "none",
1894
- stroke: "#000",
1895
- strokeWidth: .4,
1896
- d: "M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1897
- })), _path456 || (_path456 = /* @__PURE__ */ React.createElement("path", {
1898
- fill: "#fff",
1899
- d: "M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1"
1900
- })), _path457 || (_path457 = /* @__PURE__ */ React.createElement("path", {
1901
- fill: "none",
1902
- stroke: "#000",
1903
- strokeWidth: .4,
1904
- d: "M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 0 1-1-1z"
1905
- })), _path458 || (_path458 = /* @__PURE__ */ React.createElement("path", {
1906
- fill: "#fff",
1907
- d: "M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1908
- })), _path459 || (_path459 = /* @__PURE__ */ React.createElement("path", {
1909
- fill: "none",
1910
- stroke: "#000",
1911
- strokeWidth: .4,
1912
- d: "M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1913
- })), _path460 || (_path460 = /* @__PURE__ */ React.createElement("path", {
1914
- fill: "#fff",
1915
- d: "M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1"
1916
- })), _path461 || (_path461 = /* @__PURE__ */ React.createElement("path", {
1917
- fill: "none",
1918
- stroke: "#000",
1919
- strokeWidth: .4,
1920
- d: "M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 0 1-1-1z"
1921
- })), _path462 || (_path462 = /* @__PURE__ */ React.createElement("path", {
1922
- fill: "#c8b100",
1923
- stroke: "#000",
1924
- strokeWidth: .4,
1925
- d: "M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5"
1926
- })), _path463 || (_path463 = /* @__PURE__ */ React.createElement("path", {
1927
- fill: "#c8b100",
1928
- stroke: "#000",
1929
- strokeWidth: .4,
1930
- d: "M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7z"
1931
- })), _path464 || (_path464 = /* @__PURE__ */ React.createElement("path", {
1932
- fill: "#c8b100",
1933
- stroke: "#000",
1934
- strokeWidth: .4,
1935
- d: "m179.3 258.2-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0 2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3 1-2a5.3 5.3 0 0 0-2-.4l-1.7.4 1.1 2zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9zm-1.7-12 .4-4.4h-4.2l.2 4.4zm3.3 0-.4-4.4h4.4l-.5 4.4zm-10 0 .2-4.4h-4.2l.5 4.4z"
1936
- })), _path465 || (_path465 = /* @__PURE__ */ React.createElement("path", {
1937
- fill: "#0039f0",
1938
- d: "M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z"
1939
- })), _path466 || (_path466 = /* @__PURE__ */ React.createElement("path", {
1940
- fill: "#ad1519",
1941
- d: "M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5"
1942
- })), _path467 || (_path467 = /* @__PURE__ */ React.createElement("path", {
1943
- fill: "none",
1944
- stroke: "#000",
1945
- strokeWidth: .6,
1946
- d: "M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z"
1947
- })), _path468 || (_path468 = /* @__PURE__ */ React.createElement("path", {
1948
- fill: "#005bbf",
1949
- d: "M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13"
1950
- })), _path469 || (_path469 = /* @__PURE__ */ React.createElement("path", {
1951
- fill: "none",
1952
- stroke: "#000",
1953
- strokeWidth: .6,
1954
- d: "M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z"
1955
- })), _path470 || (_path470 = /* @__PURE__ */ React.createElement("path", {
1956
- fill: "#c8b100",
1957
- d: "M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a1 1 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"
1958
- })), _path471 || (_path471 = /* @__PURE__ */ React.createElement("path", {
1959
- fill: "none",
1960
- stroke: "#000",
1961
- strokeLinejoin: "round",
1962
- strokeWidth: .3,
1963
- d: "M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 0 0 .6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a1 1 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"
1964
- })), _path472 || (_path472 = /* @__PURE__ */ React.createElement("path", {
1965
- fill: "#c8b100",
1966
- d: "M199.2 269.9h4.1v-1h-4.1z"
1967
- })), _path473 || (_path473 = /* @__PURE__ */ React.createElement("path", {
1968
- fill: "none",
1969
- stroke: "#000",
1970
- strokeWidth: .3,
1971
- d: "M199.2 269.9h4.1v-1h-4.1z"
1972
- })), _path474 || (_path474 = /* @__PURE__ */ React.createElement("path", {
1973
- fill: "#c8b100",
1974
- d: "M211.4 260.9s-1.3 1.4-1.3 2.7.6 2.4.6 2.4c-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 1 1 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"
1975
- })), _path475 || (_path475 = /* @__PURE__ */ React.createElement("path", {
1976
- fill: "none",
1977
- stroke: "#000",
1978
- strokeLinejoin: "round",
1979
- strokeWidth: .3,
1980
- d: "M211.4 260.9s-1.3 1.4-1.3 2.7.6 2.4.6 2.4c-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 0 1 1 1 1 1 0 0 1 0 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 0 1 0-.3 1 1 0 0 1 1-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 0 0-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"
1981
- })), _path476 || (_path476 = /* @__PURE__ */ React.createElement("path", {
1982
- fill: "#c8b100",
1983
- d: "M209.4 269.9h4.1v-1h-4.1z"
1984
- })), _path477 || (_path477 = /* @__PURE__ */ React.createElement("path", {
1985
- fill: "none",
1986
- stroke: "#000",
1987
- strokeWidth: .3,
1988
- d: "M209.4 269.9h4.1v-1h-4.1z"
1989
- })), _path478 || (_path478 = /* @__PURE__ */ React.createElement("path", {
1990
- fill: "#c8b100",
1991
- d: "M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1q.6 0 .9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7"
1992
- })), _path479 || (_path479 = /* @__PURE__ */ React.createElement("path", {
1993
- fill: "none",
1994
- stroke: "#000",
1995
- strokeLinejoin: "round",
1996
- strokeWidth: .3,
1997
- d: "M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 0 1 1 1 .9.9 0 0 1 0 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 0 1 0-.3 1 1 0 0 1 1-1q.6 0 .9.6l.5-1 .2-.7a1.4 1.4 0 0 0-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z"
1998
- })), _path480 || (_path480 = /* @__PURE__ */ React.createElement("path", {
1999
- fill: "#c8b100",
2000
- d: "M204.3 278.6h4.1v-1h-4.1z"
2001
- })), _path481 || (_path481 = /* @__PURE__ */ React.createElement("path", {
2002
- fill: "none",
2003
- stroke: "#000",
2004
- strokeWidth: .3,
2005
- d: "M204.3 278.6h4.1v-1h-4.1z"
2006
- })), _path482 || (_path482 = /* @__PURE__ */ React.createElement("path", {
2007
- fill: "#c8b100",
2008
- d: "M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3z"
2009
- })), _path483 || (_path483 = /* @__PURE__ */ React.createElement("path", {
2010
- fill: "none",
2011
- stroke: "#000",
2012
- strokeWidth: .3,
2013
- d: "M237.6 223.4h-.3a1.5 1.5 0 0 1-.3.4c-.2.2-.6.2-.8 0a.5.5 0 0 1-.1-.4.5.5 0 0 1-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 0 1 0-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 0 1 2.9 1.6 9 9 0 0 1 2.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 0 1-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 0 1-.1-.4.6.6 0 0 1-.5 0c-.2-.2-.3-.5 0-.8l.2-.3z"
2014
- })), _path484 || (_path484 = /* @__PURE__ */ React.createElement("path", { d: "M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2" })), _path485 || (_path485 = /* @__PURE__ */ React.createElement("path", {
2015
- fill: "none",
2016
- stroke: "#000",
2017
- strokeWidth: .1,
2018
- d: "M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z"
2019
- })), _path486 || (_path486 = /* @__PURE__ */ React.createElement("path", { d: "m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2z" })), _path487 || (_path487 = /* @__PURE__ */ React.createElement("path", {
2020
- fill: "none",
2021
- stroke: "#000",
2022
- strokeWidth: .1,
2023
- d: "m236.3 224.8-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3"
2024
- })), _path488 || (_path488 = /* @__PURE__ */ React.createElement("path", { d: "m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1z" })), _path489 || (_path489 = /* @__PURE__ */ React.createElement("path", {
2025
- fill: "none",
2026
- stroke: "#000",
2027
- strokeWidth: .1,
2028
- d: "m234.6 223.7-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1"
2029
- })), _path490 || (_path490 = /* @__PURE__ */ React.createElement("path", { d: "M233.7 223h.2v.2h-.2s-.1-.1 0-.2" })), _path491 || (_path491 = /* @__PURE__ */ React.createElement("path", {
2030
- fill: "none",
2031
- stroke: "#000",
2032
- strokeWidth: .1,
2033
- d: "M233.7 223h.2v.2h-.2s-.1-.1 0-.2z"
2034
- })), _path492 || (_path492 = /* @__PURE__ */ React.createElement("path", { d: "M237.3 225.5v-.2h-.3l.1.2z" })), _path493 || (_path493 = /* @__PURE__ */ React.createElement("path", {
2035
- fill: "none",
2036
- stroke: "#000",
2037
- strokeWidth: .1,
2038
- d: "M237.3 225.5v-.2h-.3l.1.2z"
2039
- })), _path494 || (_path494 = /* @__PURE__ */ React.createElement("path", { d: "m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2z" })), _path495 || (_path495 = /* @__PURE__ */ React.createElement("path", {
2040
- fill: "none",
2041
- stroke: "#000",
2042
- strokeWidth: .1,
2043
- d: "m237.9 226.2.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2"
2044
- })), _path496 || (_path496 = /* @__PURE__ */ React.createElement("path", { d: "M238.8 227v-.3h-.3v.2h.3" })), _path497 || (_path497 = /* @__PURE__ */ React.createElement("path", {
2045
- fill: "none",
2046
- stroke: "#000",
2047
- strokeWidth: .1,
2048
- d: "M238.8 227v-.3h-.3v.2h.3z"
2049
- })), _path498 || (_path498 = /* @__PURE__ */ React.createElement("path", {
2050
- fill: "#c8b100",
2051
- d: "M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"
2052
- })), _path499 || (_path499 = /* @__PURE__ */ React.createElement("path", {
2053
- fill: "none",
2054
- stroke: "#000",
2055
- strokeWidth: .3,
2056
- d: "M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5"
2057
- })), _path500 || (_path500 = /* @__PURE__ */ React.createElement("path", {
2058
- fill: "#c8b100",
2059
- d: "M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7z"
2060
- })), _path501 || (_path501 = /* @__PURE__ */ React.createElement("path", {
2061
- fill: "none",
2062
- stroke: "#000",
2063
- strokeWidth: .3,
2064
- d: "M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3"
2065
- })), _path502 || (_path502 = /* @__PURE__ */ React.createElement("path", {
2066
- fill: "#c8b100",
2067
- d: "m236.4 222.6-.4.3-.6-.7v-.1h1.1z"
2068
- })), _path503 || (_path503 = /* @__PURE__ */ React.createElement("path", {
2069
- fill: "none",
2070
- stroke: "#000",
2071
- strokeWidth: .3,
2072
- d: "m236.4 222.6-.4.3-.6-.7v-.1h1.1v.5"
2073
- })), _path504 || (_path504 = /* @__PURE__ */ React.createElement("path", {
2074
- fill: "#c8b100",
2075
- d: "M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3"
2076
- })), _path505 || (_path505 = /* @__PURE__ */ React.createElement("path", {
2077
- fill: "none",
2078
- stroke: "#000",
2079
- strokeWidth: .3,
2080
- d: "M235.3 222a.3.3 0 0 1 .4 0 .3.3 0 0 1 0 .3.3.3 0 0 1-.3 0 .3.3 0 0 1-.1-.3z"
2081
- })), _path506 || (_path506 = /* @__PURE__ */ React.createElement("path", {
2082
- fill: "#c8b100",
2083
- d: "m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1 0 .9 0 .9z"
2084
- })), _path507 || (_path507 = /* @__PURE__ */ React.createElement("path", {
2085
- fill: "none",
2086
- stroke: "#000",
2087
- strokeWidth: .3,
2088
- d: "m233.2 221.1-.2-.7-.4-.4s.4-.2.8.1 0 .9 0 .9z"
2089
- })), _path508 || (_path508 = /* @__PURE__ */ React.createElement("path", {
2090
- fill: "#c8b100",
2091
- d: "m234.2 221.4-.4.4-.6-.6v-.2h1z"
2092
- })), _path509 || (_path509 = /* @__PURE__ */ React.createElement("path", {
2093
- fill: "none",
2094
- stroke: "#000",
2095
- strokeWidth: .3,
2096
- d: "m234.2 221.4-.4.4-.6-.6v-.2h1v.4"
2097
- })), _path510 || (_path510 = /* @__PURE__ */ React.createElement("path", {
2098
- fill: "#c8b100",
2099
- d: "m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2z"
2100
- })), _path511 || (_path511 = /* @__PURE__ */ React.createElement("path", {
2101
- fill: "none",
2102
- stroke: "#000",
2103
- strokeWidth: .3,
2104
- d: "m233.1 221 .3-.1v.3c0 .2-.1.2-.2.2z"
2105
- })), _path512 || (_path512 = /* @__PURE__ */ React.createElement("path", {
2106
- fill: "#c8b100",
2107
- d: "M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4z"
2108
- })), _path513 || (_path513 = /* @__PURE__ */ React.createElement("path", {
2109
- fill: "none",
2110
- stroke: "#000",
2111
- strokeWidth: .3,
2112
- d: "M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5"
2113
- })), _path514 || (_path514 = /* @__PURE__ */ React.createElement("path", {
2114
- fill: "#c8b100",
2115
- d: "M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7z"
2116
- })), _path515 || (_path515 = /* @__PURE__ */ React.createElement("path", {
2117
- fill: "none",
2118
- stroke: "#000",
2119
- strokeWidth: .3,
2120
- d: "M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2"
2121
- })), _path516 || (_path516 = /* @__PURE__ */ React.createElement("path", {
2122
- fill: "#c8b100",
2123
- d: "m238.4 224-.5.2-.4-.7v-.2h.1l.9.2z"
2124
- })), _path517 || (_path517 = /* @__PURE__ */ React.createElement("path", {
2125
- fill: "none",
2126
- stroke: "#000",
2127
- strokeWidth: .3,
2128
- d: "m238.4 224-.5.2-.4-.7v-.2h.1l.9.2-.1.5"
2129
- })), _path518 || (_path518 = /* @__PURE__ */ React.createElement("path", {
2130
- fill: "#c8b100",
2131
- d: "M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4"
2132
- })), _path519 || (_path519 = /* @__PURE__ */ React.createElement("path", {
2133
- fill: "none",
2134
- stroke: "#000",
2135
- strokeWidth: .3,
2136
- d: "M237.3 223.2h.4a.3.3 0 0 1 0 .4.3.3 0 0 1-.3 0 .3.3 0 0 1 0-.4z"
2137
- })), _path520 || (_path520 = /* @__PURE__ */ React.createElement("path", {
2138
- fill: "#c8b100",
2139
- d: "m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8z"
2140
- })), _path521 || (_path521 = /* @__PURE__ */ React.createElement("path", {
2141
- fill: "none",
2142
- stroke: "#000",
2143
- strokeWidth: .3,
2144
- d: "m240.2 224.3.1.5-.8.3h-.2v-.2l.4-.8.5.2"
2145
- })), _path522 || (_path522 = /* @__PURE__ */ React.createElement("path", {
2146
- fill: "#c8b100",
2147
- d: "m240 225.8-.5.1-.3-.8v-.1h.2l.8.3z"
2148
- })), _path523 || (_path523 = /* @__PURE__ */ React.createElement("path", {
2149
- fill: "none",
2150
- stroke: "#000",
2151
- strokeWidth: .3,
2152
- d: "m240 225.8-.5.1-.3-.8v-.1h.2l.8.3-.1.5"
2153
- })), _path524 || (_path524 = /* @__PURE__ */ React.createElement("path", {
2154
- fill: "#c8b100",
2155
- d: "m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8z"
2156
- })), _path525 || (_path525 = /* @__PURE__ */ React.createElement("path", {
2157
- fill: "none",
2158
- stroke: "#000",
2159
- strokeWidth: .3,
2160
- d: "m238.6 224.3-.2.5.9.3h.1v-.1l-.3-.8-.5.1"
2161
- })), _path526 || (_path526 = /* @__PURE__ */ React.createElement("path", {
2162
- fill: "#c8b100",
2163
- d: "M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0"
2164
- })), _path527 || (_path527 = /* @__PURE__ */ React.createElement("path", {
2165
- fill: "none",
2166
- stroke: "#000",
2167
- strokeWidth: .3,
2168
- d: "M239.5 225.2a.3.3 0 0 0 0-.3.3.3 0 0 0-.4 0 .3.3 0 0 0 0 .3.3.3 0 0 0 .4 0z"
2169
- })), _path528 || (_path528 = /* @__PURE__ */ React.createElement("path", {
2170
- fill: "#c8b100",
2171
- d: "M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2z"
2172
- })), _path529 || (_path529 = /* @__PURE__ */ React.createElement("path", {
2173
- fill: "none",
2174
- stroke: "#000",
2175
- strokeWidth: .3,
2176
- d: "M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2z"
2177
- })), _path530 || (_path530 = /* @__PURE__ */ React.createElement("path", {
2178
- fill: "#c8b100",
2179
- d: "m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1z"
2180
- })), _path531 || (_path531 = /* @__PURE__ */ React.createElement("path", {
2181
- fill: "none",
2182
- stroke: "#000",
2183
- strokeWidth: .3,
2184
- d: "m240.3 226.1-.3.5.8.5v-.1h.2l-.1-1-.6.1"
2185
- })), _path532 || (_path532 = /* @__PURE__ */ React.createElement("path", {
2186
- fill: "#c8b100",
2187
- d: "M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2z"
2188
- })), _path533 || (_path533 = /* @__PURE__ */ React.createElement("path", {
2189
- fill: "none",
2190
- stroke: "#000",
2191
- strokeWidth: .3,
2192
- d: "M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1"
2193
- })), _path534 || (_path534 = /* @__PURE__ */ React.createElement("path", {
2194
- fill: "none",
2195
- d: "M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2"
2196
- })), _path535 || (_path535 = /* @__PURE__ */ React.createElement("path", {
2197
- fill: "none",
2198
- stroke: "#000",
2199
- strokeWidth: .1,
2200
- d: "M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2"
2201
- })), _path536 || (_path536 = /* @__PURE__ */ React.createElement("path", {
2202
- fill: "none",
2203
- stroke: "#000",
2204
- strokeWidth: .2,
2205
- d: "M129.2 216.6v-.2"
2206
- })), _path537 || (_path537 = /* @__PURE__ */ React.createElement("path", {
2207
- fill: "none",
2208
- d: "M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216"
2209
- })), _path538 || (_path538 = /* @__PURE__ */ React.createElement("path", {
2210
- fill: "none",
2211
- stroke: "#000",
2212
- strokeWidth: .1,
2213
- d: "M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2"
2214
- })), _path539 || (_path539 = /* @__PURE__ */ React.createElement("path", {
2215
- fill: "none",
2216
- stroke: "#000",
2217
- strokeWidth: .2,
2218
- d: "M272.6 216.6v-.2"
2219
- })), _path540 || (_path540 = /* @__PURE__ */ React.createElement("path", {
2220
- fill: "none",
2221
- d: "M279.1 217v-1m-.6 1v-1m-.4 1.1V216"
2222
- })));
2223
- };
2224
-
2225
- //#endregion
2226
- export { es_default as default };
2227
- //# sourceMappingURL=es.mjs.map