@7shifts/sous-chef 4.0.0-beta.0 → 4.0.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 (1508) hide show
  1. package/README.md +1 -0
  2. package/dist/actions/Button/Button.d.ts +12 -1
  3. package/dist/actions/PaginationControls/PaginationControls.d.ts +5 -0
  4. package/dist/actions/index.d.ts +2 -2
  5. package/dist/assets/MagnifyingGlassIllustration/MagnifyingGlassIllustration.d.ts +3 -0
  6. package/dist/assets/MagnifyingGlassIllustration/index.d.ts +1 -0
  7. package/dist/controls/ToolbarSelect/ToolbarSelect.d.ts +3 -2
  8. package/dist/core/SousChefProvider/SousChefProvider.d.ts +3 -1
  9. package/dist/core/SousChefProvider/context/ProviderConfigContext.d.ts +3 -1
  10. package/dist/empty_states/EmptyStateContainer/helpers/helpers.d.ts +5 -0
  11. package/dist/empty_states/EmptyStateContainer/types.d.ts +1 -1
  12. package/dist/feedback/InlineBanner/InlineBanner.d.ts +9 -1
  13. package/dist/feedback/InlineBanner/InlineBannerCTA/InlineBannerCTA.d.ts +1 -1
  14. package/dist/feedback/MicroBanner/ButtonCTA/ButtonCTA.d.ts +9 -0
  15. package/dist/feedback/MicroBanner/ButtonCTA/index.d.ts +1 -0
  16. package/dist/feedback/MicroBanner/MicroBanner.d.ts +19 -0
  17. package/dist/feedback/MicroBanner/MicroBannerIcon/MicroBannerIcon.d.ts +7 -0
  18. package/dist/feedback/MicroBanner/MicroBannerIcon/index.d.ts +1 -0
  19. package/dist/feedback/MicroBanner/constants.d.ts +7 -0
  20. package/dist/feedback/MicroBanner/index.d.ts +1 -0
  21. package/dist/feedback/MicroBanner/types.d.ts +2 -0
  22. package/dist/feedback/PersistentBanner/constants.d.ts +2 -0
  23. package/dist/feedback/PersistentBanner/types.d.ts +1 -1
  24. package/dist/feedback/Toast/Toast.d.ts +2 -1
  25. package/dist/feedback/Toast/types.d.ts +4 -0
  26. package/dist/feedback/index.d.ts +2 -1
  27. package/dist/forms/ColorField/ColorField.d.ts +5 -0
  28. package/dist/forms/ColorField/ColorOverlay/ColorOverlay.d.ts +9 -0
  29. package/dist/forms/ColorField/ColorOverlay/index.d.ts +1 -0
  30. package/dist/forms/ColorField/ColorOverlay/useColorKeyboardNavigation.d.ts +4 -0
  31. package/dist/forms/ColorField/ColorSwatch/ColorSwatch.d.ts +6 -0
  32. package/dist/forms/ColorField/ColorSwatch/index.d.ts +1 -0
  33. package/dist/forms/ColorField/constants.d.ts +1 -0
  34. package/dist/forms/ColorField/index.d.ts +1 -0
  35. package/dist/forms/CurrencyField/CurrencyField.d.ts +2 -2
  36. package/dist/forms/DateField/DateField.d.ts +2 -2
  37. package/dist/forms/DateRangeField/DateRangeCalendar/DateRangeCalendar.d.ts +0 -1
  38. package/dist/forms/DateRangeField/FromDate/FromDate.d.ts +1 -1
  39. package/dist/forms/DateRangeField/ToDate/ToDate.d.ts +1 -1
  40. package/dist/forms/Field/Field.d.ts +1 -0
  41. package/dist/forms/FormRow/FormRow.d.ts +2 -0
  42. package/dist/forms/MultiSelectField/MultiSelectField.d.ts +4 -2
  43. package/dist/forms/NumberField/NumberField.d.ts +13 -0
  44. package/dist/forms/NumberField/index.d.ts +1 -0
  45. package/dist/forms/PhoneField/usePhoneField.d.ts +2 -1
  46. package/dist/forms/PillSelectField/CreatableOption/CreatableOption.d.ts +11 -0
  47. package/dist/forms/PillSelectField/CreatableOption/index.d.ts +1 -0
  48. package/dist/forms/PillSelectField/PillSelectField.d.ts +8 -5
  49. package/dist/forms/PillSelectField/types.d.ts +4 -0
  50. package/dist/forms/RadioGroupField/BoxOptions/BoxOptions.d.ts +3 -1
  51. package/dist/forms/RadioGroupField/RadioGroupField.d.ts +4 -1
  52. package/dist/forms/SelectField/CreatableButton/CreatableButton.d.ts +15 -0
  53. package/dist/forms/SelectField/CreatableButton/index.d.ts +1 -0
  54. package/dist/forms/SelectField/CreateInputForm/CreateInputForm.d.ts +16 -0
  55. package/dist/forms/SelectField/CreateInputForm/index.d.ts +1 -0
  56. package/dist/forms/SelectField/CustomContainer/CustomContainer.d.ts +1 -1
  57. package/dist/forms/SelectField/CustomGroupWithCreate/CustomGroupWithCreate.d.ts +7 -0
  58. package/dist/forms/SelectField/CustomGroupWithCreate/index.d.ts +1 -0
  59. package/dist/forms/SelectField/CustomOption/CustomOption.d.ts +1 -1
  60. package/dist/forms/SelectField/SelectField.d.ts +5 -3
  61. package/dist/forms/SelectField/types.d.ts +9 -0
  62. package/dist/forms/SelectField/useSelectField.d.ts +5 -6
  63. package/dist/forms/TextField/useTextField.d.ts +1 -2
  64. package/dist/forms/TimeField/TimeField.d.ts +8 -3
  65. package/dist/forms/TimeField/TimeFieldDropdown/TimeFieldDropdown.d.ts +5 -2
  66. package/dist/forms/TimeField/TimeFieldDropdownTrigger/TimeFieldDropdownTrigger.d.ts +2 -0
  67. package/dist/forms/TimeField/TimeFieldInput/TimeFieldInput.d.ts +3 -1
  68. package/dist/forms/TimeField/constants.d.ts +4 -0
  69. package/dist/forms/TimeField/domain.d.ts +2 -1
  70. package/dist/forms/TimeField/types.d.ts +1 -0
  71. package/dist/forms/TimeRangeField/TimeRangeEnd/TimeRangeEnd.d.ts +3 -1
  72. package/dist/forms/TimeRangeField/TimeRangeField.d.ts +4 -1
  73. package/dist/forms/TimeRangeField/TimeRangeStart/TimeRangeStart.d.ts +1 -1
  74. package/dist/forms/TimeRangeField/types.d.ts +2 -0
  75. package/dist/forms/WeekField/WeekField.d.ts +2 -2
  76. package/dist/forms/hooks/useDateFieldControllers.d.ts +4 -5
  77. package/dist/forms/hooks/useMultiSelectFieldControllers.d.ts +0 -1
  78. package/dist/forms/hooks/usePhoneFieldControllers.d.ts +2 -1
  79. package/dist/forms/hooks/useRangeFieldControllers.d.ts +0 -1
  80. package/dist/forms/hooks/useSelectFieldControllers.d.ts +0 -1
  81. package/dist/forms/index.d.ts +5 -1
  82. package/dist/forms/validations.d.ts +1 -0
  83. package/dist/foundation/domain.d.ts +1 -1
  84. package/dist/foundation/tokens/color/color-codes.d.ts +26 -6
  85. package/dist/foundation/tokens/color/color-constants.d.ts +128 -0
  86. package/dist/foundation/tokens/color/color-types.d.ts +1 -1
  87. package/dist/foundation/types.d.ts +40 -10
  88. package/dist/hooks/useBackgroundColorCheck.d.ts +15 -0
  89. package/dist/hooks/useIsVisibleInViewPort/index.d.ts +2 -0
  90. package/dist/hooks/useIsVisibleInViewPort/useIsVisibleInViewPort.d.ts +12 -0
  91. package/dist/hooks/usePositionStyles.d.ts +0 -1
  92. package/dist/hooks/useTheme.d.ts +5 -0
  93. package/dist/hooks/useViewPortIntersectionObserver/index.d.ts +2 -0
  94. package/dist/hooks/useViewPortIntersectionObserver/useViewPortIntersectionObserver.d.ts +10 -0
  95. package/dist/i18n/TranslationsContext.d.ts +0 -1
  96. package/dist/i18n/locales/en.json +25 -3
  97. package/dist/i18n/locales/es.json +24 -2
  98. package/dist/i18n/locales/fr.json +24 -2
  99. package/dist/icons/VariantGallery.d.ts +26 -0
  100. package/dist/icons/components/IconFlagSolid.d.ts +9 -0
  101. package/dist/icons/components/arrows/IconArrowDown.d.ts +10 -0
  102. package/dist/icons/components/arrows/IconArrowDownWideShort.d.ts +10 -0
  103. package/dist/icons/components/arrows/IconArrowLeft.d.ts +10 -0
  104. package/dist/icons/components/arrows/IconArrowRight.d.ts +10 -0
  105. package/dist/icons/components/arrows/IconArrowToTop.d.ts +10 -0
  106. package/dist/icons/components/arrows/IconArrowTurnDownRight.d.ts +10 -0
  107. package/dist/icons/components/arrows/IconArrowUp.d.ts +10 -0
  108. package/dist/icons/components/arrows/IconChevronDown.d.ts +10 -0
  109. package/dist/icons/components/arrows/IconChevronLeft.d.ts +10 -0
  110. package/dist/icons/components/arrows/IconChevronRight.d.ts +10 -0
  111. package/dist/icons/components/arrows/IconChevronUp.d.ts +10 -0
  112. package/dist/icons/components/arrows/IconExpand.d.ts +10 -0
  113. package/dist/icons/components/arrows/IconRepeat.d.ts +10 -0
  114. package/dist/icons/components/arrows/IconReply.d.ts +10 -0
  115. package/dist/icons/components/arrows/IconSort.d.ts +10 -0
  116. package/dist/icons/components/arrows/IconSync.d.ts +10 -0
  117. package/dist/icons/components/arrows/IconSyncExclamation.d.ts +10 -0
  118. package/dist/icons/components/arrows/IconUndo.d.ts +10 -0
  119. package/dist/icons/components/arrows/index.d.ts +18 -0
  120. package/dist/icons/components/business/IconAnalytics.d.ts +10 -0
  121. package/dist/icons/components/business/IconBalanceScale.d.ts +10 -0
  122. package/dist/icons/components/business/IconBalanceScaleLeft.d.ts +10 -0
  123. package/dist/icons/components/business/IconBarsV.d.ts +10 -0
  124. package/dist/icons/components/business/IconBook.d.ts +10 -0
  125. package/dist/icons/components/business/IconCalculator.d.ts +10 -0
  126. package/dist/icons/components/business/IconCashRegister.d.ts +10 -0
  127. package/dist/icons/components/business/IconChartBar.d.ts +10 -0
  128. package/dist/icons/components/business/IconCreditCard.d.ts +10 -0
  129. package/dist/icons/components/business/IconCreditCardPlus.d.ts +10 -0
  130. package/dist/icons/components/business/IconDollarSign.d.ts +10 -0
  131. package/dist/icons/components/business/IconEnvelopeOpenDollar.d.ts +10 -0
  132. package/dist/icons/components/business/IconGanttChart.d.ts +10 -0
  133. package/dist/icons/components/business/IconHandHoldingCoin.d.ts +10 -0
  134. package/dist/icons/components/business/IconHandHoldingDollar.d.ts +10 -0
  135. package/dist/icons/components/business/IconMoneyBill.d.ts +10 -0
  136. package/dist/icons/components/business/IconPercentage.d.ts +10 -0
  137. package/dist/icons/components/business/IconSitemap.d.ts +10 -0
  138. package/dist/icons/components/business/IconTable.d.ts +10 -0
  139. package/dist/icons/components/business/index.d.ts +19 -0
  140. package/dist/icons/components/communication/IconBell.d.ts +10 -0
  141. package/dist/icons/components/communication/IconBullhorn.d.ts +10 -0
  142. package/dist/icons/components/communication/IconCamera.d.ts +10 -0
  143. package/dist/icons/components/communication/IconCameraSlash.d.ts +10 -0
  144. package/dist/icons/components/communication/IconComment.d.ts +10 -0
  145. package/dist/icons/components/communication/IconCommentLines.d.ts +10 -0
  146. package/dist/icons/components/communication/IconEnvelope.d.ts +10 -0
  147. package/dist/icons/components/communication/IconMessages.d.ts +10 -0
  148. package/dist/icons/components/communication/IconMobile.d.ts +10 -0
  149. package/dist/icons/components/communication/IconPhone.d.ts +10 -0
  150. package/dist/icons/components/communication/IconVideo.d.ts +10 -0
  151. package/dist/icons/components/communication/IconWifi.d.ts +10 -0
  152. package/dist/icons/components/communication/IconWifiSlash.d.ts +10 -0
  153. package/dist/icons/components/communication/index.d.ts +13 -0
  154. package/dist/icons/components/controls/IconBarsH.d.ts +10 -0
  155. package/dist/icons/components/controls/IconBold.d.ts +10 -0
  156. package/dist/icons/components/controls/IconCheckCircle.d.ts +10 -0
  157. package/dist/icons/components/controls/IconCog.d.ts +10 -0
  158. package/dist/icons/components/controls/IconCopy.d.ts +10 -0
  159. package/dist/icons/components/controls/IconEdit.d.ts +10 -0
  160. package/dist/icons/components/controls/IconEllipsis.d.ts +10 -0
  161. package/dist/icons/components/controls/IconEllipsisV.d.ts +10 -0
  162. package/dist/icons/components/controls/IconExternalLink.d.ts +10 -0
  163. package/dist/icons/components/controls/IconEye.d.ts +10 -0
  164. package/dist/icons/components/controls/IconEyeSlash.d.ts +10 -0
  165. package/dist/icons/components/controls/IconFile.d.ts +10 -0
  166. package/dist/icons/components/controls/IconGripVertical.d.ts +10 -0
  167. package/dist/icons/components/controls/IconHouse.d.ts +10 -0
  168. package/dist/icons/components/controls/IconImage.d.ts +10 -0
  169. package/dist/icons/components/controls/IconItalic.d.ts +10 -0
  170. package/dist/icons/components/controls/IconLink.d.ts +10 -0
  171. package/dist/icons/components/controls/IconList.d.ts +10 -0
  172. package/dist/icons/components/controls/IconListOl.d.ts +10 -0
  173. package/dist/icons/components/controls/IconLock.d.ts +10 -0
  174. package/dist/icons/components/controls/IconMemoMagnifyingGlass.d.ts +10 -0
  175. package/dist/icons/components/controls/IconMinus.d.ts +10 -0
  176. package/dist/icons/components/controls/IconMinusCircle.d.ts +10 -0
  177. package/dist/icons/components/controls/IconPaperPlane.d.ts +10 -0
  178. package/dist/icons/components/controls/IconPaperPlaneClock.d.ts +10 -0
  179. package/dist/icons/components/controls/IconPaperclip.d.ts +10 -0
  180. package/dist/icons/components/controls/IconPencil.d.ts +10 -0
  181. package/dist/icons/components/controls/IconPlus.d.ts +10 -0
  182. package/dist/icons/components/controls/IconPrint.d.ts +10 -0
  183. package/dist/icons/components/controls/IconSearch.d.ts +10 -0
  184. package/dist/icons/components/controls/IconSignIn.d.ts +10 -0
  185. package/dist/icons/components/controls/IconSignOut.d.ts +10 -0
  186. package/dist/icons/components/controls/IconSlidersH.d.ts +10 -0
  187. package/dist/icons/components/controls/IconSortChevron.d.ts +10 -0
  188. package/dist/icons/components/controls/IconSortChevronDown.d.ts +10 -0
  189. package/dist/icons/components/controls/IconSortChevronUp.d.ts +10 -0
  190. package/dist/icons/components/controls/IconStrikethrough.d.ts +10 -0
  191. package/dist/icons/components/controls/IconTimes.d.ts +10 -0
  192. package/dist/icons/components/controls/IconTrash.d.ts +10 -0
  193. package/dist/icons/components/controls/IconUnderline.d.ts +10 -0
  194. package/dist/icons/components/controls/IconUnlock.d.ts +10 -0
  195. package/dist/icons/components/controls/IconVolume.d.ts +10 -0
  196. package/dist/icons/components/controls/IconVolumeMute.d.ts +10 -0
  197. package/dist/icons/components/controls/IconWrench.d.ts +10 -0
  198. package/dist/icons/components/controls/index.d.ts +44 -0
  199. package/dist/icons/components/emojis/IconAwful.d.ts +9 -0
  200. package/dist/icons/components/emojis/IconAwfulMonochromatic.d.ts +9 -0
  201. package/dist/icons/components/emojis/IconBad.d.ts +9 -0
  202. package/dist/icons/components/emojis/IconBadMonochromatic.d.ts +9 -0
  203. package/dist/icons/components/emojis/IconDecent.d.ts +9 -0
  204. package/dist/icons/components/emojis/IconDecentMonochromatic.d.ts +9 -0
  205. package/dist/icons/components/emojis/IconGood.d.ts +9 -0
  206. package/dist/icons/components/emojis/IconGoodMonochromatic.d.ts +9 -0
  207. package/dist/icons/components/emojis/IconGreat.d.ts +9 -0
  208. package/dist/icons/components/emojis/IconGreatMonochromatic.d.ts +9 -0
  209. package/dist/icons/components/emojis/index.d.ts +10 -0
  210. package/dist/icons/components/human/IconAddressBook.d.ts +10 -0
  211. package/dist/icons/components/human/IconFaceSmileRelaxed.d.ts +10 -0
  212. package/dist/icons/components/human/IconFileUser.d.ts +10 -0
  213. package/dist/icons/components/human/IconGrinBeam.d.ts +10 -0
  214. package/dist/icons/components/human/IconHand.d.ts +10 -0
  215. package/dist/icons/components/human/IconHandPointRight.d.ts +10 -0
  216. package/dist/icons/components/human/IconHandshake.d.ts +10 -0
  217. package/dist/icons/components/human/IconStar.d.ts +10 -0
  218. package/dist/icons/components/human/IconThumbsDown.d.ts +10 -0
  219. package/dist/icons/components/human/IconThumbsUp.d.ts +10 -0
  220. package/dist/icons/components/human/IconUser.d.ts +10 -0
  221. package/dist/icons/components/human/IconUserComputer.d.ts +10 -0
  222. package/dist/icons/components/human/IconUserFriends.d.ts +10 -0
  223. package/dist/icons/components/human/IconUserPlus.d.ts +10 -0
  224. package/dist/icons/components/human/IconUserSearch.d.ts +10 -0
  225. package/dist/icons/components/human/IconUserSlash.d.ts +10 -0
  226. package/dist/icons/components/human/IconUserTag.d.ts +10 -0
  227. package/dist/icons/components/human/IconUserTie.d.ts +10 -0
  228. package/dist/icons/components/human/IconUsers.d.ts +10 -0
  229. package/dist/icons/components/human/index.d.ts +19 -0
  230. package/dist/icons/components/image/IconBirthdayCake.d.ts +10 -0
  231. package/dist/icons/components/image/IconBolt.d.ts +10 -0
  232. package/dist/icons/components/image/IconBriefcase.d.ts +10 -0
  233. package/dist/icons/components/image/IconBullseyeArrow.d.ts +10 -0
  234. package/dist/icons/components/image/IconClipboardList.d.ts +10 -0
  235. package/dist/icons/components/image/IconDownload.d.ts +10 -0
  236. package/dist/icons/components/image/IconFilePdf.d.ts +10 -0
  237. package/dist/icons/components/image/IconFlag.d.ts +10 -0
  238. package/dist/icons/components/image/IconFourDotsCircle.d.ts +10 -0
  239. package/dist/icons/components/image/IconFourSquares.d.ts +10 -0
  240. package/dist/icons/components/image/IconGavel.d.ts +10 -0
  241. package/dist/icons/components/image/IconGif.d.ts +10 -0
  242. package/dist/icons/components/image/IconGift.d.ts +10 -0
  243. package/dist/icons/components/image/IconGlobe.d.ts +10 -0
  244. package/dist/icons/components/image/IconHatChef.d.ts +10 -0
  245. package/dist/icons/components/image/IconIslandTropical.d.ts +10 -0
  246. package/dist/icons/components/image/IconLaptopSearch.d.ts +10 -0
  247. package/dist/icons/components/image/IconMagic.d.ts +10 -0
  248. package/dist/icons/components/image/IconMapMarker.d.ts +10 -0
  249. package/dist/icons/components/image/IconMedal.d.ts +10 -0
  250. package/dist/icons/components/image/IconMugSaucer.d.ts +10 -0
  251. package/dist/icons/components/image/IconNotesMedical.d.ts +10 -0
  252. package/dist/icons/components/image/IconPlateUtensils.d.ts +10 -0
  253. package/dist/icons/components/image/IconPlug.d.ts +10 -0
  254. package/dist/icons/components/image/IconRocket.d.ts +10 -0
  255. package/dist/icons/components/image/IconSparkle.d.ts +10 -0
  256. package/dist/icons/components/image/IconStickyNoteLines.d.ts +10 -0
  257. package/dist/icons/components/image/IconStore.d.ts +10 -0
  258. package/dist/icons/components/image/IconTachometer.d.ts +10 -0
  259. package/dist/icons/components/image/IconThreeSquares.d.ts +10 -0
  260. package/dist/icons/components/image/IconUniversity.d.ts +10 -0
  261. package/dist/icons/components/image/index.d.ts +31 -0
  262. package/dist/icons/components/index.d.ts +8 -148
  263. package/dist/icons/components/status/IconAward.d.ts +10 -0
  264. package/dist/icons/components/status/IconAwardSimple.d.ts +10 -0
  265. package/dist/icons/components/status/IconBan.d.ts +10 -0
  266. package/dist/icons/components/status/IconCheck.d.ts +10 -0
  267. package/dist/icons/components/status/IconCheckCircleIncomplete.d.ts +10 -0
  268. package/dist/icons/components/status/IconCheckCircleIncompleteRole.d.ts +10 -0
  269. package/dist/icons/components/status/IconCheckCircleIncompleteUser.d.ts +10 -0
  270. package/dist/icons/components/status/IconCircleHalfStroke.d.ts +10 -0
  271. package/dist/icons/components/status/IconCircleXMark.d.ts +10 -0
  272. package/dist/icons/components/status/IconDeleteLeft.d.ts +10 -0
  273. package/dist/icons/components/status/IconExclamation.d.ts +10 -0
  274. package/dist/icons/components/status/IconExclamationTriangle.d.ts +10 -0
  275. package/dist/icons/components/status/IconInfoCircle.d.ts +10 -0
  276. package/dist/icons/components/status/IconQuestionCircle.d.ts +10 -0
  277. package/dist/icons/components/status/IconTimesOctagon.d.ts +10 -0
  278. package/dist/icons/components/status/index.d.ts +15 -0
  279. package/dist/icons/components/time/IconCalendar.d.ts +10 -0
  280. package/dist/icons/components/time/IconCalendarAlt.d.ts +10 -0
  281. package/dist/icons/components/time/IconCalendarCheck.d.ts +10 -0
  282. package/dist/icons/components/time/IconCalendarDay.d.ts +10 -0
  283. package/dist/icons/components/time/IconCalendarExclamation.d.ts +10 -0
  284. package/dist/icons/components/time/IconCalendarStar.d.ts +10 -0
  285. package/dist/icons/components/time/IconCalendarWeek.d.ts +10 -0
  286. package/dist/icons/components/time/IconClock.d.ts +10 -0
  287. package/dist/icons/components/time/IconClockExclamation.d.ts +10 -0
  288. package/dist/icons/components/time/IconClockRewind.d.ts +10 -0
  289. package/dist/icons/components/time/IconOvertime.d.ts +10 -0
  290. package/dist/icons/components/time/IconStopwatch.d.ts +10 -0
  291. package/dist/icons/components/time/index.d.ts +12 -0
  292. package/dist/icons/constants.d.ts +1 -0
  293. package/dist/icons/index.d.ts +1 -0
  294. package/dist/icons/types.d.ts +2 -1
  295. package/dist/index.css +2952 -2118
  296. package/dist/index.css.map +1 -0
  297. package/dist/index.d.ts +1 -0
  298. package/dist/index.js +58782 -9189
  299. package/dist/index.js.map +1 -1
  300. package/dist/index.modern.js +60595 -10416
  301. package/dist/index.modern.js.map +1 -1
  302. package/dist/ink_illustrations/components/art/InkArtistHat.d.ts +7 -0
  303. package/dist/ink_illustrations/components/art/InkArtistPainting.d.ts +7 -0
  304. package/dist/ink_illustrations/components/art/InkBrush.d.ts +7 -0
  305. package/dist/ink_illustrations/components/art/InkBrushCup.d.ts +7 -0
  306. package/dist/ink_illustrations/components/art/InkColorPalette.d.ts +7 -0
  307. package/dist/ink_illustrations/components/art/InkContemporaryArtAbstract.d.ts +7 -0
  308. package/dist/ink_illustrations/components/art/InkDrawingPalette.d.ts +7 -0
  309. package/dist/ink_illustrations/components/art/InkHandDrawingWithPencil.d.ts +7 -0
  310. package/dist/ink_illustrations/components/art/InkMural.d.ts +7 -0
  311. package/dist/ink_illustrations/components/art/InkMuseumPainting.d.ts +7 -0
  312. package/dist/ink_illustrations/components/art/InkMuseumSculpture.d.ts +7 -0
  313. package/dist/ink_illustrations/components/art/InkPaintTin.d.ts +7 -0
  314. package/dist/ink_illustrations/components/art/InkPottery.d.ts +7 -0
  315. package/dist/ink_illustrations/components/art/InkSculptureCarvingChisel.d.ts +7 -0
  316. package/dist/ink_illustrations/components/art/InkShapes.d.ts +7 -0
  317. package/dist/ink_illustrations/components/art/InkSprayPaintCan.d.ts +7 -0
  318. package/dist/ink_illustrations/components/art/index.d.ts +16 -0
  319. package/dist/ink_illustrations/components/business/InkBriefcase.d.ts +7 -0
  320. package/dist/ink_illustrations/components/business/InkCallToActionButtons.d.ts +7 -0
  321. package/dist/ink_illustrations/components/business/InkCoinUsDollar.d.ts +7 -0
  322. package/dist/ink_illustrations/components/business/InkGlobalInternational.d.ts +7 -0
  323. package/dist/ink_illustrations/components/business/InkKey.d.ts +7 -0
  324. package/dist/ink_illustrations/components/business/InkLightBulb.d.ts +7 -0
  325. package/dist/ink_illustrations/components/business/InkLockLocked.d.ts +7 -0
  326. package/dist/ink_illustrations/components/business/InkMagnet.d.ts +7 -0
  327. package/dist/ink_illustrations/components/business/InkNotepadWithArrow.d.ts +7 -0
  328. package/dist/ink_illustrations/components/business/InkPieChartRevenue.d.ts +7 -0
  329. package/dist/ink_illustrations/components/business/InkQuestionAnswerChat.d.ts +7 -0
  330. package/dist/ink_illustrations/components/business/InkRoadmap.d.ts +7 -0
  331. package/dist/ink_illustrations/components/business/InkShoppingCart.d.ts +7 -0
  332. package/dist/ink_illustrations/components/business/InkTarget.d.ts +7 -0
  333. package/dist/ink_illustrations/components/business/InkWebsiteOnMonitor.d.ts +7 -0
  334. package/dist/ink_illustrations/components/business/InkWritingPen.d.ts +7 -0
  335. package/dist/ink_illustrations/components/business/index.d.ts +16 -0
  336. package/dist/ink_illustrations/components/cooking/InkBakingMold.d.ts +7 -0
  337. package/dist/ink_illustrations/components/cooking/InkBlender.d.ts +7 -0
  338. package/dist/ink_illustrations/components/cooking/InkBowl.d.ts +7 -0
  339. package/dist/ink_illustrations/components/cooking/InkChefHat.d.ts +7 -0
  340. package/dist/ink_illustrations/components/cooking/InkCookbook.d.ts +7 -0
  341. package/dist/ink_illustrations/components/cooking/InkCookingTongs.d.ts +7 -0
  342. package/dist/ink_illustrations/components/cooking/InkCuttingBoard.d.ts +7 -0
  343. package/dist/ink_illustrations/components/cooking/InkDicer.d.ts +7 -0
  344. package/dist/ink_illustrations/components/cooking/InkExtractorHood.d.ts +7 -0
  345. package/dist/ink_illustrations/components/cooking/InkFryingPanEggs.d.ts +7 -0
  346. package/dist/ink_illustrations/components/cooking/InkIceMold.d.ts +7 -0
  347. package/dist/ink_illustrations/components/cooking/InkKitchenApron.d.ts +7 -0
  348. package/dist/ink_illustrations/components/cooking/InkKnife.d.ts +7 -0
  349. package/dist/ink_illustrations/components/cooking/InkLadle.d.ts +7 -0
  350. package/dist/ink_illustrations/components/cooking/InkMasher.d.ts +7 -0
  351. package/dist/ink_illustrations/components/cooking/InkMeasuringJug.d.ts +7 -0
  352. package/dist/ink_illustrations/components/cooking/InkMicrowaveOven.d.ts +7 -0
  353. package/dist/ink_illustrations/components/cooking/InkMixer.d.ts +7 -0
  354. package/dist/ink_illustrations/components/cooking/InkMixingIngredients.d.ts +7 -0
  355. package/dist/ink_illustrations/components/cooking/InkOliveOil.d.ts +7 -0
  356. package/dist/ink_illustrations/components/cooking/InkOven.d.ts +7 -0
  357. package/dist/ink_illustrations/components/cooking/InkOvenGlove.d.ts +7 -0
  358. package/dist/ink_illustrations/components/cooking/InkPot.d.ts +7 -0
  359. package/dist/ink_illustrations/components/cooking/InkRoller.d.ts +7 -0
  360. package/dist/ink_illustrations/components/cooking/InkSaltShaker.d.ts +7 -0
  361. package/dist/ink_illustrations/components/cooking/InkSauceBottle.d.ts +7 -0
  362. package/dist/ink_illustrations/components/cooking/InkSaucePan.d.ts +7 -0
  363. package/dist/ink_illustrations/components/cooking/InkSpatula.d.ts +7 -0
  364. package/dist/ink_illustrations/components/cooking/InkStrainer.d.ts +7 -0
  365. package/dist/ink_illustrations/components/cooking/InkTeaPot.d.ts +7 -0
  366. package/dist/ink_illustrations/components/cooking/InkToaster.d.ts +7 -0
  367. package/dist/ink_illustrations/components/cooking/InkWhisk.d.ts +7 -0
  368. package/dist/ink_illustrations/components/cooking/index.d.ts +32 -0
  369. package/dist/ink_illustrations/components/design/Ink3DModeling02.d.ts +7 -0
  370. package/dist/ink_illustrations/components/design/Ink3DPrinting.d.ts +7 -0
  371. package/dist/ink_illustrations/components/design/InkAppFolder.d.ts +7 -0
  372. package/dist/ink_illustrations/components/design/InkApps.d.ts +7 -0
  373. package/dist/ink_illustrations/components/design/InkBigboard.d.ts +7 -0
  374. package/dist/ink_illustrations/components/design/InkBookletBrochure.d.ts +7 -0
  375. package/dist/ink_illustrations/components/design/InkBoxInUnfoldedForm.d.ts +7 -0
  376. package/dist/ink_illustrations/components/design/InkColorProfileCmyk.d.ts +7 -0
  377. package/dist/ink_illustrations/components/design/InkCube.d.ts +7 -0
  378. package/dist/ink_illustrations/components/design/InkCutScissors.d.ts +7 -0
  379. package/dist/ink_illustrations/components/design/InkDeadline.d.ts +7 -0
  380. package/dist/ink_illustrations/components/design/InkDesignSketchOfClothes.d.ts +7 -0
  381. package/dist/ink_illustrations/components/design/InkDrawingOnGraphicTablet.d.ts +7 -0
  382. package/dist/ink_illustrations/components/design/InkEmbroidery.d.ts +7 -0
  383. package/dist/ink_illustrations/components/design/InkEyedropperWithColorPalette.d.ts +7 -0
  384. package/dist/ink_illustrations/components/design/InkFocusEyeHidden.d.ts +7 -0
  385. package/dist/ink_illustrations/components/design/InkGraphicFileGalleryFrame.d.ts +7 -0
  386. package/dist/ink_illustrations/components/design/InkGuidelineBrandBook.d.ts +7 -0
  387. package/dist/ink_illustrations/components/design/InkInteriorDesignHouseBlueprintPaperPlan.d.ts +7 -0
  388. package/dist/ink_illustrations/components/design/InkLabelDesign.d.ts +7 -0
  389. package/dist/ink_illustrations/components/design/InkLandscapeDesign.d.ts +7 -0
  390. package/dist/ink_illustrations/components/design/InkLayers.d.ts +7 -0
  391. package/dist/ink_illustrations/components/design/InkMagazine.d.ts +7 -0
  392. package/dist/ink_illustrations/components/design/InkMagicStick.d.ts +7 -0
  393. package/dist/ink_illustrations/components/design/InkMobileMockup.d.ts +7 -0
  394. package/dist/ink_illustrations/components/design/InkOnlineMeeting.d.ts +7 -0
  395. package/dist/ink_illustrations/components/design/InkOverlapOverlayIntersectionOpacity.d.ts +7 -0
  396. package/dist/ink_illustrations/components/design/InkPacManWithCursor.d.ts +7 -0
  397. package/dist/ink_illustrations/components/design/InkPaletteForDrawing.d.ts +7 -0
  398. package/dist/ink_illustrations/components/design/InkPenCurves.d.ts +7 -0
  399. package/dist/ink_illustrations/components/design/InkPenToolCursorWithBeziers.d.ts +7 -0
  400. package/dist/ink_illustrations/components/design/InkPencil.d.ts +7 -0
  401. package/dist/ink_illustrations/components/design/InkProtractorRuler.d.ts +7 -0
  402. package/dist/ink_illustrations/components/design/InkRuler.d.ts +7 -0
  403. package/dist/ink_illustrations/components/design/InkScaleToolCrop.d.ts +7 -0
  404. package/dist/ink_illustrations/components/design/InkSearch.d.ts +7 -0
  405. package/dist/ink_illustrations/components/design/InkSettings.d.ts +7 -0
  406. package/dist/ink_illustrations/components/design/InkStickerSmileEmoji.d.ts +7 -0
  407. package/dist/ink_illustrations/components/design/InkTShirtPrinting.d.ts +7 -0
  408. package/dist/ink_illustrations/components/design/InkTabletMockup.d.ts +7 -0
  409. package/dist/ink_illustrations/components/design/InkTextToolFont.d.ts +7 -0
  410. package/dist/ink_illustrations/components/design/InkTransparentBackground.d.ts +7 -0
  411. package/dist/ink_illustrations/components/design/InkWebBrowsing1.d.ts +7 -0
  412. package/dist/ink_illustrations/components/design/InkWebBrowsing2.d.ts +7 -0
  413. package/dist/ink_illustrations/components/design/InkWebUiElementImageSettings.d.ts +7 -0
  414. package/dist/ink_illustrations/components/design/index.d.ts +45 -0
  415. package/dist/ink_illustrations/components/education/InkAcademicCap.d.ts +7 -0
  416. package/dist/ink_illustrations/components/education/InkAudioBook.d.ts +7 -0
  417. package/dist/ink_illustrations/components/education/InkBlackboard.d.ts +7 -0
  418. package/dist/ink_illustrations/components/education/InkBook.d.ts +7 -0
  419. package/dist/ink_illustrations/components/education/InkBookSearch.d.ts +7 -0
  420. package/dist/ink_illustrations/components/education/InkBookShelf.d.ts +7 -0
  421. package/dist/ink_illustrations/components/education/InkBrainLearn.d.ts +7 -0
  422. package/dist/ink_illustrations/components/education/InkCheckMark.d.ts +7 -0
  423. package/dist/ink_illustrations/components/education/InkCrossMark.d.ts +7 -0
  424. package/dist/ink_illustrations/components/education/InkDiplomaCertificate.d.ts +7 -0
  425. package/dist/ink_illustrations/components/education/InkGlobe.d.ts +7 -0
  426. package/dist/ink_illustrations/components/education/InkLanguage.d.ts +7 -0
  427. package/dist/ink_illustrations/components/education/InkMedal.d.ts +7 -0
  428. package/dist/ink_illustrations/components/education/InkNoteBook.d.ts +7 -0
  429. package/dist/ink_illustrations/components/education/InkProjector.d.ts +7 -0
  430. package/dist/ink_illustrations/components/education/InkTestExamGrades.d.ts +7 -0
  431. package/dist/ink_illustrations/components/education/index.d.ts +16 -0
  432. package/dist/ink_illustrations/components/emojis/InkAngryFace.d.ts +7 -0
  433. package/dist/ink_illustrations/components/emojis/InkAstonishedFace.d.ts +7 -0
  434. package/dist/ink_illustrations/components/emojis/InkBeamingFaceWithSmilingEyes.d.ts +7 -0
  435. package/dist/ink_illustrations/components/emojis/InkFaceBlowingKiss.d.ts +7 -0
  436. package/dist/ink_illustrations/components/emojis/InkFaceWithTearsOfJoy.d.ts +7 -0
  437. package/dist/ink_illustrations/components/emojis/InkGrimacingFace.d.ts +7 -0
  438. package/dist/ink_illustrations/components/emojis/InkPleadingFace.d.ts +7 -0
  439. package/dist/ink_illustrations/components/emojis/InkSleepingFace.d.ts +7 -0
  440. package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithGlasses.d.ts +7 -0
  441. package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithHeartEyes.d.ts +7 -0
  442. package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithHearts.d.ts +7 -0
  443. package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithSunglasses.d.ts +7 -0
  444. package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithTear.d.ts +7 -0
  445. package/dist/ink_illustrations/components/emojis/InkSmirkingFace.d.ts +7 -0
  446. package/dist/ink_illustrations/components/emojis/InkThinkingFace.d.ts +7 -0
  447. package/dist/ink_illustrations/components/emojis/InkWinkingFaceWithTongue.d.ts +7 -0
  448. package/dist/ink_illustrations/components/emojis/index.d.ts +16 -0
  449. package/dist/ink_illustrations/components/enterteniment/Ink3DGlasses.d.ts +7 -0
  450. package/dist/ink_illustrations/components/enterteniment/InkAmusementPark.d.ts +7 -0
  451. package/dist/ink_illustrations/components/enterteniment/InkBallet.d.ts +7 -0
  452. package/dist/ink_illustrations/components/enterteniment/InkBowling.d.ts +7 -0
  453. package/dist/ink_illustrations/components/enterteniment/InkCardGames.d.ts +7 -0
  454. package/dist/ink_illustrations/components/enterteniment/InkCarouselWithHorses.d.ts +7 -0
  455. package/dist/ink_illustrations/components/enterteniment/InkDiscoBall.d.ts +7 -0
  456. package/dist/ink_illustrations/components/enterteniment/InkDj.d.ts +7 -0
  457. package/dist/ink_illustrations/components/enterteniment/InkFirecracker.d.ts +7 -0
  458. package/dist/ink_illustrations/components/enterteniment/InkJoystick.d.ts +7 -0
  459. package/dist/ink_illustrations/components/enterteniment/InkMagicTricks.d.ts +7 -0
  460. package/dist/ink_illustrations/components/enterteniment/InkMascarade.d.ts +7 -0
  461. package/dist/ink_illustrations/components/enterteniment/InkNotesChart.d.ts +7 -0
  462. package/dist/ink_illustrations/components/enterteniment/InkRollerSkating.d.ts +7 -0
  463. package/dist/ink_illustrations/components/enterteniment/InkSlotMachine.d.ts +7 -0
  464. package/dist/ink_illustrations/components/enterteniment/InkTheatre.d.ts +7 -0
  465. package/dist/ink_illustrations/components/enterteniment/index.d.ts +16 -0
  466. package/dist/ink_illustrations/components/food/InkAvocado.d.ts +7 -0
  467. package/dist/ink_illustrations/components/food/InkBeverageCola.d.ts +7 -0
  468. package/dist/ink_illustrations/components/food/InkBreadToast.d.ts +7 -0
  469. package/dist/ink_illustrations/components/food/InkBurger.d.ts +7 -0
  470. package/dist/ink_illustrations/components/food/InkCabbage.d.ts +7 -0
  471. package/dist/ink_illustrations/components/food/InkCandy.d.ts +7 -0
  472. package/dist/ink_illustrations/components/food/InkCarrot.d.ts +7 -0
  473. package/dist/ink_illustrations/components/food/InkCheese.d.ts +7 -0
  474. package/dist/ink_illustrations/components/food/InkCoctailTropical.d.ts +7 -0
  475. package/dist/ink_illustrations/components/food/InkCoffeeCup.d.ts +7 -0
  476. package/dist/ink_illustrations/components/food/InkCoffeeCupTakeaway.d.ts +7 -0
  477. package/dist/ink_illustrations/components/food/InkCrayfish.d.ts +7 -0
  478. package/dist/ink_illustrations/components/food/InkCroissant.d.ts +7 -0
  479. package/dist/ink_illustrations/components/food/InkCupcake.d.ts +7 -0
  480. package/dist/ink_illustrations/components/food/InkDonut.d.ts +7 -0
  481. package/dist/ink_illustrations/components/food/InkEggSunnySide.d.ts +7 -0
  482. package/dist/ink_illustrations/components/food/InkFrenchFries.d.ts +7 -0
  483. package/dist/ink_illustrations/components/food/InkFruitBowl.d.ts +7 -0
  484. package/dist/ink_illustrations/components/food/InkGrapes.d.ts +7 -0
  485. package/dist/ink_illustrations/components/food/InkHotDog.d.ts +7 -0
  486. package/dist/ink_illustrations/components/food/InkIceCream.d.ts +7 -0
  487. package/dist/ink_illustrations/components/food/InkLunchBag.d.ts +7 -0
  488. package/dist/ink_illustrations/components/food/InkMatcha.d.ts +7 -0
  489. package/dist/ink_illustrations/components/food/InkMilkCarton.d.ts +7 -0
  490. package/dist/ink_illustrations/components/food/InkNoodlesWok.d.ts +7 -0
  491. package/dist/ink_illustrations/components/food/InkPepper.d.ts +7 -0
  492. package/dist/ink_illustrations/components/food/InkPizzaSlice.d.ts +7 -0
  493. package/dist/ink_illustrations/components/food/InkSoup.d.ts +7 -0
  494. package/dist/ink_illustrations/components/food/InkSteak.d.ts +7 -0
  495. package/dist/ink_illustrations/components/food/InkSushi.d.ts +7 -0
  496. package/dist/ink_illustrations/components/food/InkTaco.d.ts +7 -0
  497. package/dist/ink_illustrations/components/food/InkWatermelon.d.ts +7 -0
  498. package/dist/ink_illustrations/components/food/index.d.ts +32 -0
  499. package/dist/ink_illustrations/components/gardening/InkBirdHouse.d.ts +7 -0
  500. package/dist/ink_illustrations/components/gardening/InkGardenFence.d.ts +7 -0
  501. package/dist/ink_illustrations/components/gardening/InkGardenScissors.d.ts +7 -0
  502. package/dist/ink_illustrations/components/gardening/InkGardenShovel.d.ts +7 -0
  503. package/dist/ink_illustrations/components/gardening/InkGardeningFork.d.ts +7 -0
  504. package/dist/ink_illustrations/components/gardening/InkLawnmower.d.ts +7 -0
  505. package/dist/ink_illustrations/components/gardening/InkPlantPot1.d.ts +7 -0
  506. package/dist/ink_illustrations/components/gardening/InkPlantPot2.d.ts +7 -0
  507. package/dist/ink_illustrations/components/gardening/InkPlantPot3.d.ts +7 -0
  508. package/dist/ink_illustrations/components/gardening/InkPlantPot4.d.ts +7 -0
  509. package/dist/ink_illustrations/components/gardening/InkPlantPot5.d.ts +7 -0
  510. package/dist/ink_illustrations/components/gardening/InkPlantPot6.d.ts +7 -0
  511. package/dist/ink_illustrations/components/gardening/InkRakes.d.ts +7 -0
  512. package/dist/ink_illustrations/components/gardening/InkSeeds.d.ts +7 -0
  513. package/dist/ink_illustrations/components/gardening/InkWateringCan.d.ts +7 -0
  514. package/dist/ink_illustrations/components/gardening/InkWateringHose.d.ts +7 -0
  515. package/dist/ink_illustrations/components/gardening/index.d.ts +16 -0
  516. package/dist/ink_illustrations/components/hands/InkCrossedFingers.d.ts +7 -0
  517. package/dist/ink_illustrations/components/hands/InkFingerSnap.d.ts +7 -0
  518. package/dist/ink_illustrations/components/hands/InkFingerWalking.d.ts +7 -0
  519. package/dist/ink_illustrations/components/hands/InkFistRaised.d.ts +7 -0
  520. package/dist/ink_illustrations/components/hands/InkHandMeasuringHorizontally.d.ts +7 -0
  521. package/dist/ink_illustrations/components/hands/InkHandMeasuringVertically.d.ts +7 -0
  522. package/dist/ink_illustrations/components/hands/InkHandMeditationGesture.d.ts +7 -0
  523. package/dist/ink_illustrations/components/hands/InkHandRaised.d.ts +7 -0
  524. package/dist/ink_illustrations/components/hands/InkHandSignCall.d.ts +7 -0
  525. package/dist/ink_illustrations/components/hands/InkHandSignChill.d.ts +7 -0
  526. package/dist/ink_illustrations/components/hands/InkHandSignHalfHeartLeft.d.ts +7 -0
  527. package/dist/ink_illustrations/components/hands/InkHandSignLittle.d.ts +7 -0
  528. package/dist/ink_illustrations/components/hands/InkHandSignRock.d.ts +7 -0
  529. package/dist/ink_illustrations/components/hands/InkHandSignStop.d.ts +7 -0
  530. package/dist/ink_illustrations/components/hands/InkHandThreeFingers.d.ts +7 -0
  531. package/dist/ink_illustrations/components/hands/InkHandVictoryLeftHand.d.ts +7 -0
  532. package/dist/ink_illustrations/components/hands/InkHandVictoryRightHand.d.ts +7 -0
  533. package/dist/ink_illustrations/components/hands/InkHandVulcanSalute.d.ts +7 -0
  534. package/dist/ink_illustrations/components/hands/InkHandWaving.d.ts +7 -0
  535. package/dist/ink_illustrations/components/hands/InkHandWithCamera.d.ts +7 -0
  536. package/dist/ink_illustrations/components/hands/InkHandWithCards.d.ts +7 -0
  537. package/dist/ink_illustrations/components/hands/InkHandWithChopsticks.d.ts +7 -0
  538. package/dist/ink_illustrations/components/hands/InkHandWithCigarette.d.ts +7 -0
  539. package/dist/ink_illustrations/components/hands/InkHandWithCoins.d.ts +7 -0
  540. package/dist/ink_illustrations/components/hands/InkHandWithCreditCard.d.ts +7 -0
  541. package/dist/ink_illustrations/components/hands/InkHandWithCup.d.ts +7 -0
  542. package/dist/ink_illustrations/components/hands/InkHandWithDiamonds.d.ts +7 -0
  543. package/dist/ink_illustrations/components/hands/InkHandWithDices.d.ts +7 -0
  544. package/dist/ink_illustrations/components/hands/InkHandWithGem.d.ts +7 -0
  545. package/dist/ink_illustrations/components/hands/InkHandWithGift.d.ts +7 -0
  546. package/dist/ink_illustrations/components/hands/InkHandWithGlass.d.ts +7 -0
  547. package/dist/ink_illustrations/components/hands/InkHandWithMagicWand.d.ts +7 -0
  548. package/dist/ink_illustrations/components/hands/InkHandWithPaletteknifePainting.d.ts +7 -0
  549. package/dist/ink_illustrations/components/hands/InkHandWithPencilDrawing.d.ts +7 -0
  550. package/dist/ink_illustrations/components/hands/InkHandWithPhone.d.ts +7 -0
  551. package/dist/ink_illustrations/components/hands/InkHandWithPuzzle.d.ts +7 -0
  552. package/dist/ink_illustrations/components/hands/InkHandWithRose.d.ts +7 -0
  553. package/dist/ink_illustrations/components/hands/InkHandWithSeedsPlanting.d.ts +7 -0
  554. package/dist/ink_illustrations/components/hands/InkHandWithSmartPen.d.ts +7 -0
  555. package/dist/ink_illustrations/components/hands/InkHandWithSpray.d.ts +7 -0
  556. package/dist/ink_illustrations/components/hands/InkHandWithToothBrush.d.ts +7 -0
  557. package/dist/ink_illustrations/components/hands/InkHandWithWatches.d.ts +7 -0
  558. package/dist/ink_illustrations/components/hands/InkHandWithWipingCloth.d.ts +7 -0
  559. package/dist/ink_illustrations/components/hands/InkIndexPointingDown.d.ts +7 -0
  560. package/dist/ink_illustrations/components/hands/InkMakingPhotoOnPhone.d.ts +7 -0
  561. package/dist/ink_illustrations/components/hands/InkPushingButton.d.ts +7 -0
  562. package/dist/ink_illustrations/components/hands/InkThumbBackDirection.d.ts +7 -0
  563. package/dist/ink_illustrations/components/hands/InkThumbsUp.d.ts +7 -0
  564. package/dist/ink_illustrations/components/hands/index.d.ts +48 -0
  565. package/dist/ink_illustrations/components/health/InkAmbulance.d.ts +7 -0
  566. package/dist/ink_illustrations/components/health/InkBandAid.d.ts +7 -0
  567. package/dist/ink_illustrations/components/health/InkBloodBagForTransfusion.d.ts +7 -0
  568. package/dist/ink_illustrations/components/health/InkCardiogramMonitor.d.ts +7 -0
  569. package/dist/ink_illustrations/components/health/InkCrutches.d.ts +7 -0
  570. package/dist/ink_illustrations/components/health/InkDiagnosisDocument.d.ts +7 -0
  571. package/dist/ink_illustrations/components/health/InkDigitalThermometer.d.ts +7 -0
  572. package/dist/ink_illustrations/components/health/InkDropperContainer.d.ts +7 -0
  573. package/dist/ink_illustrations/components/health/InkEar.d.ts +7 -0
  574. package/dist/ink_illustrations/components/health/InkEyeDropper.d.ts +7 -0
  575. package/dist/ink_illustrations/components/health/InkFaceMask.d.ts +7 -0
  576. package/dist/ink_illustrations/components/health/InkHeadMirror.d.ts +7 -0
  577. package/dist/ink_illustrations/components/health/InkHospitalBed.d.ts +7 -0
  578. package/dist/ink_illustrations/components/health/InkInhaler.d.ts +7 -0
  579. package/dist/ink_illustrations/components/health/InkKidney.d.ts +7 -0
  580. package/dist/ink_illustrations/components/health/InkLabTest.d.ts +7 -0
  581. package/dist/ink_illustrations/components/health/InkLungs.d.ts +7 -0
  582. package/dist/ink_illustrations/components/health/InkMaleFemaleSex.d.ts +7 -0
  583. package/dist/ink_illustrations/components/health/InkMedicalKit.d.ts +7 -0
  584. package/dist/ink_illustrations/components/health/InkNasalSpray.d.ts +7 -0
  585. package/dist/ink_illustrations/components/health/InkOintment.d.ts +7 -0
  586. package/dist/ink_illustrations/components/health/InkPharmacyStore.d.ts +7 -0
  587. package/dist/ink_illustrations/components/health/InkPills.d.ts +7 -0
  588. package/dist/ink_illustrations/components/health/InkPillsBlisterPack.d.ts +7 -0
  589. package/dist/ink_illustrations/components/health/InkPillsContainer.d.ts +7 -0
  590. package/dist/ink_illustrations/components/health/InkSanitizer.d.ts +7 -0
  591. package/dist/ink_illustrations/components/health/InkStethoscope.d.ts +7 -0
  592. package/dist/ink_illustrations/components/health/InkStomach.d.ts +7 -0
  593. package/dist/ink_illustrations/components/health/InkSyringe.d.ts +7 -0
  594. package/dist/ink_illustrations/components/health/InkTooth.d.ts +7 -0
  595. package/dist/ink_illustrations/components/health/InkVirus.d.ts +7 -0
  596. package/dist/ink_illustrations/components/health/InkWalkingFrame.d.ts +7 -0
  597. package/dist/ink_illustrations/components/health/index.d.ts +32 -0
  598. package/dist/ink_illustrations/components/holidays/InkBirthdayCakeSlice.d.ts +7 -0
  599. package/dist/ink_illustrations/components/holidays/InkBirthdayCap.d.ts +7 -0
  600. package/dist/ink_illustrations/components/holidays/InkCandies.d.ts +7 -0
  601. package/dist/ink_illustrations/components/holidays/InkChampagneCheers.d.ts +7 -0
  602. package/dist/ink_illustrations/components/holidays/InkChristmasAngel.d.ts +7 -0
  603. package/dist/ink_illustrations/components/holidays/InkChristmasBells.d.ts +7 -0
  604. package/dist/ink_illustrations/components/holidays/InkChristmasElf.d.ts +7 -0
  605. package/dist/ink_illustrations/components/holidays/InkChristmasSack.d.ts +7 -0
  606. package/dist/ink_illustrations/components/holidays/InkChristmasSnowman.d.ts +7 -0
  607. package/dist/ink_illustrations/components/holidays/InkChristmasStar.d.ts +7 -0
  608. package/dist/ink_illustrations/components/holidays/InkChristmasStocking.d.ts +7 -0
  609. package/dist/ink_illustrations/components/holidays/InkChristmasTree.d.ts +7 -0
  610. package/dist/ink_illustrations/components/holidays/InkChristmasTreeBall1.d.ts +7 -0
  611. package/dist/ink_illustrations/components/holidays/InkChristmasTreeBall2.d.ts +7 -0
  612. package/dist/ink_illustrations/components/holidays/InkChristmasWreath.d.ts +7 -0
  613. package/dist/ink_illustrations/components/holidays/InkCookieMan.d.ts +7 -0
  614. package/dist/ink_illustrations/components/holidays/InkFireworks.d.ts +7 -0
  615. package/dist/ink_illustrations/components/holidays/InkFlowerBouquet.d.ts +7 -0
  616. package/dist/ink_illustrations/components/holidays/InkHalloweenGhost1.d.ts +7 -0
  617. package/dist/ink_illustrations/components/holidays/InkHalloweenGhost2.d.ts +7 -0
  618. package/dist/ink_illustrations/components/holidays/InkHalloweenJack.d.ts +7 -0
  619. package/dist/ink_illustrations/components/holidays/InkHanukkah.d.ts +7 -0
  620. package/dist/ink_illustrations/components/holidays/InkIndependenceDayGrill.d.ts +7 -0
  621. package/dist/ink_illustrations/components/holidays/InkMagicWand.d.ts +7 -0
  622. package/dist/ink_illustrations/components/holidays/InkSparkles1.d.ts +7 -0
  623. package/dist/ink_illustrations/components/holidays/InkSparkles2.d.ts +7 -0
  624. package/dist/ink_illustrations/components/holidays/InkSparkles3.d.ts +7 -0
  625. package/dist/ink_illustrations/components/holidays/InkStPatricksDayClover.d.ts +7 -0
  626. package/dist/ink_illustrations/components/holidays/InkValentinesDayTeddy.d.ts +7 -0
  627. package/dist/ink_illustrations/components/holidays/index.d.ts +29 -0
  628. package/dist/ink_illustrations/components/index.d.ts +27 -0
  629. package/dist/ink_illustrations/components/marketing/InkAiAutomation.d.ts +7 -0
  630. package/dist/ink_illustrations/components/marketing/InkBarChartUp.d.ts +7 -0
  631. package/dist/ink_illustrations/components/marketing/InkCogs.d.ts +7 -0
  632. package/dist/ink_illustrations/components/marketing/InkContentImage.d.ts +7 -0
  633. package/dist/ink_illustrations/components/marketing/InkContentVideo.d.ts +7 -0
  634. package/dist/ink_illustrations/components/marketing/InkDataFlow.d.ts +7 -0
  635. package/dist/ink_illustrations/components/marketing/InkDataReport.d.ts +7 -0
  636. package/dist/ink_illustrations/components/marketing/InkEmail.d.ts +7 -0
  637. package/dist/ink_illustrations/components/marketing/InkEmailInbox.d.ts +7 -0
  638. package/dist/ink_illustrations/components/marketing/InkEmailOpened.d.ts +7 -0
  639. package/dist/ink_illustrations/components/marketing/InkFireTrending.d.ts +7 -0
  640. package/dist/ink_illustrations/components/marketing/InkFlag.d.ts +7 -0
  641. package/dist/ink_illustrations/components/marketing/InkInstagramPost.d.ts +7 -0
  642. package/dist/ink_illustrations/components/marketing/InkLink.d.ts +7 -0
  643. package/dist/ink_illustrations/components/marketing/InkLockUnlocked.d.ts +7 -0
  644. package/dist/ink_illustrations/components/marketing/InkMarketingCampaign.d.ts +7 -0
  645. package/dist/ink_illustrations/components/marketing/InkMessageInformation.d.ts +7 -0
  646. package/dist/ink_illustrations/components/marketing/InkMessageQuestionsFaq.d.ts +7 -0
  647. package/dist/ink_illustrations/components/marketing/InkMoneyMetricUp.d.ts +7 -0
  648. package/dist/ink_illustrations/components/marketing/InkMoneySearch.d.ts +7 -0
  649. package/dist/ink_illustrations/components/marketing/InkNews.d.ts +7 -0
  650. package/dist/ink_illustrations/components/marketing/InkNotificationHashtag.d.ts +7 -0
  651. package/dist/ink_illustrations/components/marketing/InkPresentationLive.d.ts +7 -0
  652. package/dist/ink_illustrations/components/marketing/InkPresentationReport.d.ts +7 -0
  653. package/dist/ink_illustrations/components/marketing/InkPrivacyGdpr.d.ts +7 -0
  654. package/dist/ink_illustrations/components/marketing/InkStaircaseUp.d.ts +7 -0
  655. package/dist/ink_illustrations/components/marketing/InkTimer.d.ts +7 -0
  656. package/dist/ink_illustrations/components/marketing/InkUploadToCloud.d.ts +7 -0
  657. package/dist/ink_illustrations/components/marketing/InkWorkingByDesk.d.ts +7 -0
  658. package/dist/ink_illustrations/components/marketing/index.d.ts +29 -0
  659. package/dist/ink_illustrations/components/music/InkBanjo.d.ts +7 -0
  660. package/dist/ink_illustrations/components/music/InkBoombox.d.ts +7 -0
  661. package/dist/ink_illustrations/components/music/InkCassetteTape.d.ts +7 -0
  662. package/dist/ink_illustrations/components/music/InkCastanets.d.ts +7 -0
  663. package/dist/ink_illustrations/components/music/InkCongasDrum.d.ts +7 -0
  664. package/dist/ink_illustrations/components/music/InkDigitalPiano.d.ts +7 -0
  665. package/dist/ink_illustrations/components/music/InkDjembeAfricanDrum.d.ts +7 -0
  666. package/dist/ink_illustrations/components/music/InkDrum.d.ts +7 -0
  667. package/dist/ink_illustrations/components/music/InkDrumSet.d.ts +7 -0
  668. package/dist/ink_illustrations/components/music/InkFlute.d.ts +7 -0
  669. package/dist/ink_illustrations/components/music/InkGuitar.d.ts +7 -0
  670. package/dist/ink_illustrations/components/music/InkHarmonica.d.ts +7 -0
  671. package/dist/ink_illustrations/components/music/InkHarp.d.ts +7 -0
  672. package/dist/ink_illustrations/components/music/InkHorn.d.ts +7 -0
  673. package/dist/ink_illustrations/components/music/InkKalimba.d.ts +7 -0
  674. package/dist/ink_illustrations/components/music/InkMaracas.d.ts +7 -0
  675. package/dist/ink_illustrations/components/music/InkMetronome.d.ts +7 -0
  676. package/dist/ink_illustrations/components/music/InkOcarina.d.ts +7 -0
  677. package/dist/ink_illustrations/components/music/InkPanflute.d.ts +7 -0
  678. package/dist/ink_illustrations/components/music/InkPiano.d.ts +7 -0
  679. package/dist/ink_illustrations/components/music/InkPlates.d.ts +7 -0
  680. package/dist/ink_illustrations/components/music/InkSaxophone.d.ts +7 -0
  681. package/dist/ink_illustrations/components/music/InkSubwoofer.d.ts +7 -0
  682. package/dist/ink_illustrations/components/music/InkTambourine.d.ts +7 -0
  683. package/dist/ink_illustrations/components/music/InkTriangle.d.ts +7 -0
  684. package/dist/ink_illustrations/components/music/InkTrumpet.d.ts +7 -0
  685. package/dist/ink_illustrations/components/music/InkTuningFork.d.ts +7 -0
  686. package/dist/ink_illustrations/components/music/InkVinylRecord.d.ts +7 -0
  687. package/dist/ink_illustrations/components/music/InkVinylRecordPlayer.d.ts +7 -0
  688. package/dist/ink_illustrations/components/music/InkViolin.d.ts +7 -0
  689. package/dist/ink_illustrations/components/music/InkVocalMicrophone.d.ts +7 -0
  690. package/dist/ink_illustrations/components/music/InkXylophone.d.ts +7 -0
  691. package/dist/ink_illustrations/components/music/index.d.ts +32 -0
  692. package/dist/ink_illustrations/components/nature/InkBamboo.d.ts +7 -0
  693. package/dist/ink_illustrations/components/nature/InkCherryBlossoms.d.ts +7 -0
  694. package/dist/ink_illustrations/components/nature/InkChestnut.d.ts +7 -0
  695. package/dist/ink_illustrations/components/nature/InkEarWheat.d.ts +7 -0
  696. package/dist/ink_illustrations/components/nature/InkFourLeafClover.d.ts +7 -0
  697. package/dist/ink_illustrations/components/nature/InkHazelnut.d.ts +7 -0
  698. package/dist/ink_illustrations/components/nature/InkLeaf1.d.ts +7 -0
  699. package/dist/ink_illustrations/components/nature/InkLeaf2.d.ts +7 -0
  700. package/dist/ink_illustrations/components/nature/InkMushroom.d.ts +7 -0
  701. package/dist/ink_illustrations/components/nature/InkPalm.d.ts +7 -0
  702. package/dist/ink_illustrations/components/nature/InkReedGrass.d.ts +7 -0
  703. package/dist/ink_illustrations/components/nature/InkSunflower.d.ts +7 -0
  704. package/dist/ink_illustrations/components/nature/InkTree.d.ts +7 -0
  705. package/dist/ink_illustrations/components/nature/InkTreeEvergreen.d.ts +7 -0
  706. package/dist/ink_illustrations/components/nature/InkTreeStump.d.ts +7 -0
  707. package/dist/ink_illustrations/components/nature/InkVaseWithWildflowers.d.ts +7 -0
  708. package/dist/ink_illustrations/components/nature/index.d.ts +16 -0
  709. package/dist/ink_illustrations/components/office/InkBooks.d.ts +7 -0
  710. package/dist/ink_illustrations/components/office/InkBooksStack.d.ts +7 -0
  711. package/dist/ink_illustrations/components/office/InkBoxOpened.d.ts +7 -0
  712. package/dist/ink_illustrations/components/office/InkCalculator.d.ts +7 -0
  713. package/dist/ink_illustrations/components/office/InkClassicPhone.d.ts +7 -0
  714. package/dist/ink_illustrations/components/office/InkCoffeeMug.d.ts +7 -0
  715. package/dist/ink_illustrations/components/office/InkComputerMouse.d.ts +7 -0
  716. package/dist/ink_illustrations/components/office/InkCorkNoticeBoard.d.ts +7 -0
  717. package/dist/ink_illustrations/components/office/InkCutterPaperKnife.d.ts +7 -0
  718. package/dist/ink_illustrations/components/office/InkDeskLamp.d.ts +7 -0
  719. package/dist/ink_illustrations/components/office/InkDuctTape.d.ts +7 -0
  720. package/dist/ink_illustrations/components/office/InkDumbbell.d.ts +7 -0
  721. package/dist/ink_illustrations/components/office/InkElectricCoolingFan.d.ts +7 -0
  722. package/dist/ink_illustrations/components/office/InkEmployeeIdBadge.d.ts +7 -0
  723. package/dist/ink_illustrations/components/office/InkEmployeeOfMonth.d.ts +7 -0
  724. package/dist/ink_illustrations/components/office/InkEraser.d.ts +7 -0
  725. package/dist/ink_illustrations/components/office/InkExtensionCableCord.d.ts +7 -0
  726. package/dist/ink_illustrations/components/office/InkFileFolder.d.ts +7 -0
  727. package/dist/ink_illustrations/components/office/InkFlashDriveUsb.d.ts +7 -0
  728. package/dist/ink_illustrations/components/office/InkHeadphones.d.ts +7 -0
  729. package/dist/ink_illustrations/components/office/InkKeyboard.d.ts +7 -0
  730. package/dist/ink_illustrations/components/office/InkLaptop.d.ts +7 -0
  731. package/dist/ink_illustrations/components/office/InkMarker.d.ts +7 -0
  732. package/dist/ink_illustrations/components/office/InkOfficeChair01.d.ts +7 -0
  733. package/dist/ink_illustrations/components/office/InkOfficeChair02.d.ts +7 -0
  734. package/dist/ink_illustrations/components/office/InkOfficeNotebook.d.ts +7 -0
  735. package/dist/ink_illustrations/components/office/InkOfficePlant1.d.ts +7 -0
  736. package/dist/ink_illustrations/components/office/InkOfficePlant2.d.ts +7 -0
  737. package/dist/ink_illustrations/components/office/InkOfficePlant3.d.ts +7 -0
  738. package/dist/ink_illustrations/components/office/InkOfficeProjector.d.ts +7 -0
  739. package/dist/ink_illustrations/components/office/InkOfficeSnack.d.ts +7 -0
  740. package/dist/ink_illustrations/components/office/InkPaperClip.d.ts +7 -0
  741. package/dist/ink_illustrations/components/office/InkPaperShredder.d.ts +7 -0
  742. package/dist/ink_illustrations/components/office/InkPen.d.ts +7 -0
  743. package/dist/ink_illustrations/components/office/InkPencilSharpener.d.ts +7 -0
  744. package/dist/ink_illustrations/components/office/InkPrinter.d.ts +7 -0
  745. package/dist/ink_illustrations/components/office/InkSandglass.d.ts +7 -0
  746. package/dist/ink_illustrations/components/office/InkScanner.d.ts +7 -0
  747. package/dist/ink_illustrations/components/office/InkScissors.d.ts +7 -0
  748. package/dist/ink_illustrations/components/office/InkShelfWithBooks.d.ts +7 -0
  749. package/dist/ink_illustrations/components/office/InkSmartphone.d.ts +7 -0
  750. package/dist/ink_illustrations/components/office/InkStapler.d.ts +7 -0
  751. package/dist/ink_illustrations/components/office/InkStickyNotes.d.ts +7 -0
  752. package/dist/ink_illustrations/components/office/InkTrashBin.d.ts +7 -0
  753. package/dist/ink_illustrations/components/office/InkUsbDrive01.d.ts +7 -0
  754. package/dist/ink_illustrations/components/office/InkUsbDrive02.d.ts +7 -0
  755. package/dist/ink_illustrations/components/office/InkUsbHub.d.ts +7 -0
  756. package/dist/ink_illustrations/components/office/InkWallCalendar.d.ts +7 -0
  757. package/dist/ink_illustrations/components/office/InkWallClock.d.ts +7 -0
  758. package/dist/ink_illustrations/components/office/InkWebCamera.d.ts +7 -0
  759. package/dist/ink_illustrations/components/office/InkWifiRouter.d.ts +7 -0
  760. package/dist/ink_illustrations/components/office/InkWorkingTable.d.ts +7 -0
  761. package/dist/ink_illustrations/components/office/index.d.ts +52 -0
  762. package/dist/ink_illustrations/components/other/InkAirBalloon.d.ts +7 -0
  763. package/dist/ink_illustrations/components/other/InkBackpack.d.ts +7 -0
  764. package/dist/ink_illustrations/components/other/InkCowboyHat.d.ts +7 -0
  765. package/dist/ink_illustrations/components/other/InkCrown.d.ts +7 -0
  766. package/dist/ink_illustrations/components/other/InkDolphin.d.ts +7 -0
  767. package/dist/ink_illustrations/components/other/InkFlowerVase.d.ts +7 -0
  768. package/dist/ink_illustrations/components/other/InkGiftBox.d.ts +7 -0
  769. package/dist/ink_illustrations/components/other/InkHare.d.ts +7 -0
  770. package/dist/ink_illustrations/components/other/InkJuiceCarton.d.ts +7 -0
  771. package/dist/ink_illustrations/components/other/InkMicrophone.d.ts +7 -0
  772. package/dist/ink_illustrations/components/other/InkPaperPlane.d.ts +7 -0
  773. package/dist/ink_illustrations/components/other/InkPartyHat.d.ts +7 -0
  774. package/dist/ink_illustrations/components/other/InkPokemon.d.ts +7 -0
  775. package/dist/ink_illustrations/components/other/InkS/321/201ulptureBust.d.ts +7 -0
  776. package/dist/ink_illustrations/components/other/InkWallet.d.ts +7 -0
  777. package/dist/ink_illustrations/components/other/index.d.ts +15 -0
  778. package/dist/ink_illustrations/components/people/InkCouple01.d.ts +7 -0
  779. package/dist/ink_illustrations/components/people/InkCouple02.d.ts +7 -0
  780. package/dist/ink_illustrations/components/people/InkCouple03.d.ts +7 -0
  781. package/dist/ink_illustrations/components/people/InkMan01.d.ts +7 -0
  782. package/dist/ink_illustrations/components/people/InkMan02.d.ts +7 -0
  783. package/dist/ink_illustrations/components/people/InkMan03.d.ts +7 -0
  784. package/dist/ink_illustrations/components/people/InkMan04.d.ts +7 -0
  785. package/dist/ink_illustrations/components/people/InkMan05.d.ts +7 -0
  786. package/dist/ink_illustrations/components/people/InkMan06.d.ts +7 -0
  787. package/dist/ink_illustrations/components/people/InkMan07.d.ts +7 -0
  788. package/dist/ink_illustrations/components/people/InkMan08.d.ts +7 -0
  789. package/dist/ink_illustrations/components/people/InkMan09.d.ts +7 -0
  790. package/dist/ink_illustrations/components/people/InkMan10.d.ts +7 -0
  791. package/dist/ink_illustrations/components/people/InkMan11.d.ts +7 -0
  792. package/dist/ink_illustrations/components/people/InkMan12.d.ts +7 -0
  793. package/dist/ink_illustrations/components/people/InkMan13.d.ts +7 -0
  794. package/dist/ink_illustrations/components/people/InkMan14.d.ts +7 -0
  795. package/dist/ink_illustrations/components/people/InkMan15.d.ts +7 -0
  796. package/dist/ink_illustrations/components/people/InkMan16.d.ts +7 -0
  797. package/dist/ink_illustrations/components/people/InkMan17.d.ts +7 -0
  798. package/dist/ink_illustrations/components/people/InkWoman01.d.ts +7 -0
  799. package/dist/ink_illustrations/components/people/InkWoman02.d.ts +7 -0
  800. package/dist/ink_illustrations/components/people/InkWoman03.d.ts +7 -0
  801. package/dist/ink_illustrations/components/people/InkWoman04.d.ts +7 -0
  802. package/dist/ink_illustrations/components/people/InkWoman05.d.ts +7 -0
  803. package/dist/ink_illustrations/components/people/InkWoman06.d.ts +7 -0
  804. package/dist/ink_illustrations/components/people/InkWoman07.d.ts +7 -0
  805. package/dist/ink_illustrations/components/people/InkWoman08.d.ts +7 -0
  806. package/dist/ink_illustrations/components/people/InkWoman09.d.ts +7 -0
  807. package/dist/ink_illustrations/components/people/InkWoman10.d.ts +7 -0
  808. package/dist/ink_illustrations/components/people/InkWoman11.d.ts +7 -0
  809. package/dist/ink_illustrations/components/people/InkWoman12.d.ts +7 -0
  810. package/dist/ink_illustrations/components/people/index.d.ts +32 -0
  811. package/dist/ink_illustrations/components/pets/InkBirdCage.d.ts +7 -0
  812. package/dist/ink_illustrations/components/pets/InkCatFace.d.ts +7 -0
  813. package/dist/ink_illustrations/components/pets/InkCatPlaying.d.ts +7 -0
  814. package/dist/ink_illustrations/components/pets/InkCatStanding.d.ts +7 -0
  815. package/dist/ink_illustrations/components/pets/InkDogFace.d.ts +7 -0
  816. package/dist/ink_illustrations/components/pets/InkDogHouse.d.ts +7 -0
  817. package/dist/ink_illustrations/components/pets/InkDogStanding.d.ts +7 -0
  818. package/dist/ink_illustrations/components/pets/InkDogToy.d.ts +7 -0
  819. package/dist/ink_illustrations/components/pets/InkFishAquarium.d.ts +7 -0
  820. package/dist/ink_illustrations/components/pets/InkPetBowl.d.ts +7 -0
  821. package/dist/ink_illustrations/components/pets/InkPetCollar.d.ts +7 -0
  822. package/dist/ink_illustrations/components/pets/InkPetCrate.d.ts +7 -0
  823. package/dist/ink_illustrations/components/pets/InkPetFood.d.ts +7 -0
  824. package/dist/ink_illustrations/components/pets/InkPetLitterShovel.d.ts +7 -0
  825. package/dist/ink_illustrations/components/pets/InkRabbit.d.ts +7 -0
  826. package/dist/ink_illustrations/components/pets/InkSnake.d.ts +7 -0
  827. package/dist/ink_illustrations/components/pets/index.d.ts +16 -0
  828. package/dist/ink_illustrations/components/sciency/InkAnatomy.d.ts +7 -0
  829. package/dist/ink_illustrations/components/sciency/InkAsteroid.d.ts +7 -0
  830. package/dist/ink_illustrations/components/sciency/InkAstronaut.d.ts +7 -0
  831. package/dist/ink_illustrations/components/sciency/InkBacteria.d.ts +7 -0
  832. package/dist/ink_illustrations/components/sciency/InkChemistry.d.ts +7 -0
  833. package/dist/ink_illustrations/components/sciency/InkDna.d.ts +7 -0
  834. package/dist/ink_illustrations/components/sciency/InkLabTube.d.ts +7 -0
  835. package/dist/ink_illustrations/components/sciency/InkMicroChips.d.ts +7 -0
  836. package/dist/ink_illustrations/components/sciency/InkMicroscope.d.ts +7 -0
  837. package/dist/ink_illustrations/components/sciency/InkNewtonsCradle.d.ts +7 -0
  838. package/dist/ink_illustrations/components/sciency/InkNuclearEnergy.d.ts +7 -0
  839. package/dist/ink_illustrations/components/sciency/InkPlanet.d.ts +7 -0
  840. package/dist/ink_illustrations/components/sciency/InkPlantInTube.d.ts +7 -0
  841. package/dist/ink_illustrations/components/sciency/InkRobotics.d.ts +7 -0
  842. package/dist/ink_illustrations/components/sciency/InkSpaceTravel.d.ts +7 -0
  843. package/dist/ink_illustrations/components/sciency/InkTelescope.d.ts +7 -0
  844. package/dist/ink_illustrations/components/sciency/index.d.ts +16 -0
  845. package/dist/ink_illustrations/components/shop/InkBillCheck.d.ts +7 -0
  846. package/dist/ink_illustrations/components/shop/InkBox.d.ts +7 -0
  847. package/dist/ink_illustrations/components/shop/InkClosed.d.ts +7 -0
  848. package/dist/ink_illustrations/components/shop/InkCreditCard.d.ts +7 -0
  849. package/dist/ink_illustrations/components/shop/InkDiscountTag.d.ts +7 -0
  850. package/dist/ink_illustrations/components/shop/InkDollarBill.d.ts +7 -0
  851. package/dist/ink_illustrations/components/shop/InkGoShopping.d.ts +7 -0
  852. package/dist/ink_illustrations/components/shop/InkLuxuryJewellery.d.ts +7 -0
  853. package/dist/ink_illustrations/components/shop/InkOpen.d.ts +7 -0
  854. package/dist/ink_illustrations/components/shop/InkOpenAllDay24Hours.d.ts +7 -0
  855. package/dist/ink_illustrations/components/shop/InkPosTerminalMachine.d.ts +7 -0
  856. package/dist/ink_illustrations/components/shop/InkQrCode.d.ts +7 -0
  857. package/dist/ink_illustrations/components/shop/InkQrCodeScanMobile.d.ts +7 -0
  858. package/dist/ink_illustrations/components/shop/InkSavingMoney.d.ts +7 -0
  859. package/dist/ink_illustrations/components/shop/InkShoppingBasket.d.ts +7 -0
  860. package/dist/ink_illustrations/components/shop/InkStoreShop.d.ts +7 -0
  861. package/dist/ink_illustrations/components/shop/index.d.ts +16 -0
  862. package/dist/ink_illustrations/components/sport/InkAlpinist.d.ts +7 -0
  863. package/dist/ink_illustrations/components/sport/InkAmericanFootball.d.ts +7 -0
  864. package/dist/ink_illustrations/components/sport/InkBarbell.d.ts +7 -0
  865. package/dist/ink_illustrations/components/sport/InkBaseball.d.ts +7 -0
  866. package/dist/ink_illustrations/components/sport/InkBaseballBatWithBall.d.ts +7 -0
  867. package/dist/ink_illustrations/components/sport/InkBasketball.d.ts +7 -0
  868. package/dist/ink_illustrations/components/sport/InkBoxing.d.ts +7 -0
  869. package/dist/ink_illustrations/components/sport/InkBoxingGloves.d.ts +7 -0
  870. package/dist/ink_illustrations/components/sport/InkCanoeist.d.ts +7 -0
  871. package/dist/ink_illustrations/components/sport/InkCardioExerciseAthletePowerlifterWithBarbell.d.ts +7 -0
  872. package/dist/ink_illustrations/components/sport/InkCoachWhistle.d.ts +7 -0
  873. package/dist/ink_illustrations/components/sport/InkCurlingStone.d.ts +7 -0
  874. package/dist/ink_illustrations/components/sport/InkCyclistBicycle.d.ts +7 -0
  875. package/dist/ink_illustrations/components/sport/InkFencerSwordsmanWithSaber.d.ts +7 -0
  876. package/dist/ink_illustrations/components/sport/InkFitnessTracker.d.ts +7 -0
  877. package/dist/ink_illustrations/components/sport/InkFootballPlayer.d.ts +7 -0
  878. package/dist/ink_illustrations/components/sport/InkFrisbee.d.ts +7 -0
  879. package/dist/ink_illustrations/components/sport/InkGolfClubSet.d.ts +7 -0
  880. package/dist/ink_illustrations/components/sport/InkGolfTennisHatCap.d.ts +7 -0
  881. package/dist/ink_illustrations/components/sport/InkHandBandage.d.ts +7 -0
  882. package/dist/ink_illustrations/components/sport/InkHockeyPlayer.d.ts +7 -0
  883. package/dist/ink_illustrations/components/sport/InkHockeyStickWithPuck.d.ts +7 -0
  884. package/dist/ink_illustrations/components/sport/InkIceSkating.d.ts +7 -0
  885. package/dist/ink_illustrations/components/sport/InkJumpingRopes.d.ts +7 -0
  886. package/dist/ink_illustrations/components/sport/InkKarateMaster.d.ts +7 -0
  887. package/dist/ink_illustrations/components/sport/InkKettlebell.d.ts +7 -0
  888. package/dist/ink_illustrations/components/sport/InkLifeJacket.d.ts +7 -0
  889. package/dist/ink_illustrations/components/sport/InkMotocrossMotorcycle.d.ts +7 -0
  890. package/dist/ink_illustrations/components/sport/InkPoleVaultAthleteJumper.d.ts +7 -0
  891. package/dist/ink_illustrations/components/sport/InkPunchingBoxingBag.d.ts +7 -0
  892. package/dist/ink_illustrations/components/sport/InkResistanceBand.d.ts +7 -0
  893. package/dist/ink_illustrations/components/sport/InkReusableWaterBottle.d.ts +7 -0
  894. package/dist/ink_illustrations/components/sport/InkReusableWaterBottleWithEnergyDrink.d.ts +7 -0
  895. package/dist/ink_illustrations/components/sport/InkRollerSkates.d.ts +7 -0
  896. package/dist/ink_illustrations/components/sport/InkRunning.d.ts +7 -0
  897. package/dist/ink_illustrations/components/sport/InkSkateboarder.d.ts +7 -0
  898. package/dist/ink_illustrations/components/sport/InkSkates.d.ts +7 -0
  899. package/dist/ink_illustrations/components/sport/InkSkier.d.ts +7 -0
  900. package/dist/ink_illustrations/components/sport/InkSnorkeling.d.ts +7 -0
  901. package/dist/ink_illustrations/components/sport/InkSnowboarder.d.ts +7 -0
  902. package/dist/ink_illustrations/components/sport/InkSoccer.d.ts +7 -0
  903. package/dist/ink_illustrations/components/sport/InkSportBag.d.ts +7 -0
  904. package/dist/ink_illustrations/components/sport/InkSportsHockeyFootballHelmet.d.ts +7 -0
  905. package/dist/ink_illustrations/components/sport/InkSumoWrestler.d.ts +7 -0
  906. package/dist/ink_illustrations/components/sport/InkSurferSurfboard.d.ts +7 -0
  907. package/dist/ink_illustrations/components/sport/InkSwimmingGogglesWithCap.d.ts +7 -0
  908. package/dist/ink_illustrations/components/sport/InkTableTennis.d.ts +7 -0
  909. package/dist/ink_illustrations/components/sport/InkTennis.d.ts +7 -0
  910. package/dist/ink_illustrations/components/sport/InkTennisShuttlecock.d.ts +7 -0
  911. package/dist/ink_illustrations/components/sport/InkVolleyball.d.ts +7 -0
  912. package/dist/ink_illustrations/components/sport/index.d.ts +50 -0
  913. package/dist/ink_illustrations/components/therapy/InkBalanceYinYang.d.ts +7 -0
  914. package/dist/ink_illustrations/components/therapy/InkBrokenHeart.d.ts +7 -0
  915. package/dist/ink_illustrations/components/therapy/InkGroupOnlineTherapy.d.ts +7 -0
  916. package/dist/ink_illustrations/components/therapy/InkHumanMoods.d.ts +7 -0
  917. package/dist/ink_illustrations/components/therapy/InkIndividualOnlineTherapy.d.ts +7 -0
  918. package/dist/ink_illustrations/components/therapy/InkMindDepression.d.ts +7 -0
  919. package/dist/ink_illustrations/components/therapy/InkMindEnergyLevels.d.ts +7 -0
  920. package/dist/ink_illustrations/components/therapy/InkMindProblemSolving.d.ts +7 -0
  921. package/dist/ink_illustrations/components/therapy/InkMindQuestion.d.ts +7 -0
  922. package/dist/ink_illustrations/components/therapy/InkMindThoughtProcess.d.ts +7 -0
  923. package/dist/ink_illustrations/components/therapy/InkPsychiatryNeurons.d.ts +7 -0
  924. package/dist/ink_illustrations/components/therapy/InkPsychologySymbol.d.ts +7 -0
  925. package/dist/ink_illustrations/components/therapy/InkPsychotherapistTakingNotes.d.ts +7 -0
  926. package/dist/ink_illustrations/components/therapy/InkStoneStacking.d.ts +7 -0
  927. package/dist/ink_illustrations/components/therapy/InkYogaMan.d.ts +7 -0
  928. package/dist/ink_illustrations/components/therapy/InkYogaWoman.d.ts +7 -0
  929. package/dist/ink_illustrations/components/therapy/index.d.ts +16 -0
  930. package/dist/ink_illustrations/components/transport/InkAirPlane.d.ts +7 -0
  931. package/dist/ink_illustrations/components/transport/InkBicycle.d.ts +7 -0
  932. package/dist/ink_illustrations/components/transport/InkBus.d.ts +7 -0
  933. package/dist/ink_illustrations/components/transport/InkCableCar.d.ts +7 -0
  934. package/dist/ink_illustrations/components/transport/InkCar.d.ts +7 -0
  935. package/dist/ink_illustrations/components/transport/InkCarKey1.d.ts +7 -0
  936. package/dist/ink_illustrations/components/transport/InkCarKey2.d.ts +7 -0
  937. package/dist/ink_illustrations/components/transport/InkCargoShip.d.ts +7 -0
  938. package/dist/ink_illustrations/components/transport/InkCrane.d.ts +7 -0
  939. package/dist/ink_illustrations/components/transport/InkCruiseShip.d.ts +7 -0
  940. package/dist/ink_illustrations/components/transport/InkDirigible.d.ts +7 -0
  941. package/dist/ink_illustrations/components/transport/InkDoubleDecker.d.ts +7 -0
  942. package/dist/ink_illustrations/components/transport/InkGasStationPump.d.ts +7 -0
  943. package/dist/ink_illustrations/components/transport/InkHelicopter.d.ts +7 -0
  944. package/dist/ink_illustrations/components/transport/InkHighSpeedTrain.d.ts +7 -0
  945. package/dist/ink_illustrations/components/transport/InkHotAirBalloon.d.ts +7 -0
  946. package/dist/ink_illustrations/components/transport/InkKayak.d.ts +7 -0
  947. package/dist/ink_illustrations/components/transport/InkMoped.d.ts +7 -0
  948. package/dist/ink_illustrations/components/transport/InkMotorbike.d.ts +7 -0
  949. package/dist/ink_illustrations/components/transport/InkPowerBoat1.d.ts +7 -0
  950. package/dist/ink_illustrations/components/transport/InkPowerBoat2.d.ts +7 -0
  951. package/dist/ink_illustrations/components/transport/InkRv.d.ts +7 -0
  952. package/dist/ink_illustrations/components/transport/InkSailboat.d.ts +7 -0
  953. package/dist/ink_illustrations/components/transport/InkScooter.d.ts +7 -0
  954. package/dist/ink_illustrations/components/transport/InkSegway.d.ts +7 -0
  955. package/dist/ink_illustrations/components/transport/InkSemi.d.ts +7 -0
  956. package/dist/ink_illustrations/components/transport/InkSkateboard.d.ts +7 -0
  957. package/dist/ink_illustrations/components/transport/InkSubmarine.d.ts +7 -0
  958. package/dist/ink_illustrations/components/transport/InkTractor.d.ts +7 -0
  959. package/dist/ink_illustrations/components/transport/InkTrafficLight.d.ts +7 -0
  960. package/dist/ink_illustrations/components/transport/InkTram.d.ts +7 -0
  961. package/dist/ink_illustrations/components/transport/InkWaterScooter.d.ts +7 -0
  962. package/dist/ink_illustrations/components/transport/index.d.ts +32 -0
  963. package/dist/ink_illustrations/components/travel/InkAirplanePillow.d.ts +7 -0
  964. package/dist/ink_illustrations/components/travel/InkAviatorSunglasses.d.ts +7 -0
  965. package/dist/ink_illustrations/components/travel/InkBonfire.d.ts +7 -0
  966. package/dist/ink_illustrations/components/travel/InkCampingSuv.d.ts +7 -0
  967. package/dist/ink_illustrations/components/travel/InkCarabine.d.ts +7 -0
  968. package/dist/ink_illustrations/components/travel/InkCompass.d.ts +7 -0
  969. package/dist/ink_illustrations/components/travel/InkDirectionSigns.d.ts +7 -0
  970. package/dist/ink_illustrations/components/travel/InkDoNotDisturb.d.ts +7 -0
  971. package/dist/ink_illustrations/components/travel/InkDrawing.d.ts +7 -0
  972. package/dist/ink_illustrations/components/travel/InkDrawing1.d.ts +7 -0
  973. package/dist/ink_illustrations/components/travel/InkFlashlight.d.ts +7 -0
  974. package/dist/ink_illustrations/components/travel/InkFlipFlops.d.ts +7 -0
  975. package/dist/ink_illustrations/components/travel/InkFlippers.d.ts +7 -0
  976. package/dist/ink_illustrations/components/travel/InkHotelSign.d.ts +7 -0
  977. package/dist/ink_illustrations/components/travel/InkMatches.d.ts +7 -0
  978. package/dist/ink_illustrations/components/travel/InkPanama.d.ts +7 -0
  979. package/dist/ink_illustrations/components/travel/InkPaperMap.d.ts +7 -0
  980. package/dist/ink_illustrations/components/travel/InkPassport.d.ts +7 -0
  981. package/dist/ink_illustrations/components/travel/InkPolaroidPhotoCard1.d.ts +7 -0
  982. package/dist/ink_illustrations/components/travel/InkPolaroidPhotoCard2.d.ts +7 -0
  983. package/dist/ink_illustrations/components/travel/InkRescueCircle.d.ts +7 -0
  984. package/dist/ink_illustrations/components/travel/InkSuitcase.d.ts +7 -0
  985. package/dist/ink_illustrations/components/travel/InkSunBed.d.ts +7 -0
  986. package/dist/ink_illustrations/components/travel/InkSunscreen.d.ts +7 -0
  987. package/dist/ink_illustrations/components/travel/InkSwimsuitBikini.d.ts +7 -0
  988. package/dist/ink_illustrations/components/travel/InkSwimsuitShorts.d.ts +7 -0
  989. package/dist/ink_illustrations/components/travel/InkSwissKnife.d.ts +7 -0
  990. package/dist/ink_illustrations/components/travel/InkTemplate.d.ts +7 -0
  991. package/dist/ink_illustrations/components/travel/InkTent.d.ts +7 -0
  992. package/dist/ink_illustrations/components/travel/InkTouristBackpack.d.ts +7 -0
  993. package/dist/ink_illustrations/components/travel/InkTouristBriefcase.d.ts +7 -0
  994. package/dist/ink_illustrations/components/travel/index.d.ts +31 -0
  995. package/dist/ink_illustrations/components/weather/InkClearNight.d.ts +7 -0
  996. package/dist/ink_illustrations/components/weather/InkCloudy.d.ts +7 -0
  997. package/dist/ink_illustrations/components/weather/InkGroup7975.d.ts +7 -0
  998. package/dist/ink_illustrations/components/weather/InkPartlyCloudyDay.d.ts +7 -0
  999. package/dist/ink_illustrations/components/weather/InkPartlyCloudyNight.d.ts +7 -0
  1000. package/dist/ink_illustrations/components/weather/InkRainDrops.d.ts +7 -0
  1001. package/dist/ink_illustrations/components/weather/InkRainbow.d.ts +7 -0
  1002. package/dist/ink_illustrations/components/weather/InkRainy.d.ts +7 -0
  1003. package/dist/ink_illustrations/components/weather/InkSnowflake.d.ts +7 -0
  1004. package/dist/ink_illustrations/components/weather/InkSnowy.d.ts +7 -0
  1005. package/dist/ink_illustrations/components/weather/InkStrongWind.d.ts +7 -0
  1006. package/dist/ink_illustrations/components/weather/InkTemperatureCold.d.ts +7 -0
  1007. package/dist/ink_illustrations/components/weather/InkTemperatureHot.d.ts +7 -0
  1008. package/dist/ink_illustrations/components/weather/InkThunderstorm.d.ts +7 -0
  1009. package/dist/ink_illustrations/components/weather/InkTornado.d.ts +7 -0
  1010. package/dist/ink_illustrations/components/weather/InkUmbrella.d.ts +7 -0
  1011. package/dist/ink_illustrations/components/weather/InkWindy.d.ts +7 -0
  1012. package/dist/ink_illustrations/components/weather/index.d.ts +17 -0
  1013. package/dist/ink_illustrations/components/work/InkCodeTerminal.d.ts +7 -0
  1014. package/dist/ink_illustrations/components/work/InkDocumentSignature.d.ts +7 -0
  1015. package/dist/ink_illustrations/components/work/InkDocumentWithInfographic.d.ts +7 -0
  1016. package/dist/ink_illustrations/components/work/InkDocumentsAndMedia.d.ts +7 -0
  1017. package/dist/ink_illustrations/components/work/InkForm.d.ts +7 -0
  1018. package/dist/ink_illustrations/components/work/InkInfographics.d.ts +7 -0
  1019. package/dist/ink_illustrations/components/work/InkLaptopBrowser.d.ts +7 -0
  1020. package/dist/ink_illustrations/components/work/InkMonitorBrowser.d.ts +7 -0
  1021. package/dist/ink_illustrations/components/work/InkPackageDiscount.d.ts +7 -0
  1022. package/dist/ink_illustrations/components/work/InkPerformanceMetric.d.ts +7 -0
  1023. package/dist/ink_illustrations/components/work/InkPieChartDiscount.d.ts +7 -0
  1024. package/dist/ink_illustrations/components/work/InkProfile.d.ts +7 -0
  1025. package/dist/ink_illustrations/components/work/InkStopSign.d.ts +7 -0
  1026. package/dist/ink_illustrations/components/work/InkWebWindow.d.ts +7 -0
  1027. package/dist/ink_illustrations/components/work/InkWorkflow.d.ts +7 -0
  1028. package/dist/ink_illustrations/components/work/index.d.ts +15 -0
  1029. package/dist/ink_illustrations/illustration-typescript-template.d.ts +9 -0
  1030. package/dist/ink_illustrations/illustrationUtils.d.ts +1 -0
  1031. package/dist/ink_illustrations/index.d.ts +1 -0
  1032. package/dist/layout/PageLayout/MenuItem/MenuItem.d.ts +7 -0
  1033. package/dist/layout/PageLayout/MenuItem/index.d.ts +1 -0
  1034. package/dist/layout/PageLayout/PageLayout.d.ts +10 -0
  1035. package/dist/layout/PageLayout/index.d.ts +1 -0
  1036. package/dist/layout/PageLayout/types.d.ts +11 -0
  1037. package/dist/layout/index.d.ts +3 -1
  1038. package/dist/lists/Accordion/Accordion.d.ts +4 -2
  1039. package/dist/lists/Accordion/types.d.ts +1 -1
  1040. package/dist/lists/ActionList/ActionList.d.ts +6 -2
  1041. package/dist/lists/ActionList/type.d.ts +10 -0
  1042. package/dist/lists/ActionListItem/type.d.ts +1 -1
  1043. package/dist/lists/DataTable/DataTable.d.ts +3 -3
  1044. package/dist/lists/DataTable/DataTableContext.d.ts +1 -1
  1045. package/dist/lists/DataTable/DataTableCoverShadow/DataTableCoverShadow.d.ts +3 -4
  1046. package/dist/lists/DataTable/DataTableEmptyState/DataTableEmptyState.d.ts +3 -2
  1047. package/dist/lists/DataTable/DataTableScrollFakeBorder/DataTableScrollFakeBorder.d.ts +2 -1
  1048. package/dist/lists/DataTable/DataTableStickyColumnsContainer/DataTableStickyColumnsContainer.d.ts +1 -2
  1049. package/dist/lists/DataTable/types.d.ts +1 -0
  1050. package/dist/lists/hooks/useDataTableScrollState.d.ts +0 -3
  1051. package/dist/lists/hooks/useDetectFixedScroll.d.ts +1 -0
  1052. package/dist/lists/hooks/useTableHeaderHeight.d.ts +1 -0
  1053. package/dist/media/Chip/constants.d.ts +2 -0
  1054. package/dist/media/Chip/types.d.ts +1 -1
  1055. package/dist/media/Pill/Pill.d.ts +1 -1
  1056. package/dist/media/Pill/constants.d.ts +1 -0
  1057. package/dist/media/Pill/types.d.ts +1 -1
  1058. package/dist/overlay/Calendar/Calendar.d.ts +1 -2
  1059. package/dist/overlay/CalendarMonth/CalendarMonth.d.ts +15 -0
  1060. package/dist/overlay/CalendarMonth/index.d.ts +1 -0
  1061. package/dist/overlay/Dropdown/Dropdown.d.ts +1 -0
  1062. package/dist/overlay/DropdownListItem/DropdownListItem.d.ts +3 -1
  1063. package/dist/overlay/DropdownListItemSelectable/DropdownListItemSelectable.d.ts +11 -0
  1064. package/dist/overlay/DropdownListItemSelectable/index.d.ts +1 -0
  1065. package/dist/overlay/DropdownSubmenu/DropdownSubmenu.d.ts +12 -0
  1066. package/dist/overlay/DropdownSubmenu/index.d.ts +1 -0
  1067. package/dist/overlay/HintModal/HintModal.d.ts +3 -1
  1068. package/dist/overlay/KebabMenu/types.d.ts +0 -1
  1069. package/dist/overlay/Modal/Modal.d.ts +3 -3
  1070. package/dist/overlay/Popover/Popover.d.ts +18 -0
  1071. package/dist/overlay/Popover/index.d.ts +1 -0
  1072. package/dist/overlay/Tooltip/Tooltip.d.ts +5 -2
  1073. package/dist/overlay/hooks/useListKeyboardNavigation/types.d.ts +1 -1
  1074. package/dist/overlay/hooks/useSubmenu.d.ts +18 -0
  1075. package/dist/overlay/index.d.ts +3 -1
  1076. package/dist/tests/utils/mockIntersectionObserver.d.ts +9 -0
  1077. package/dist/typography/Text/Text.d.ts +1 -1
  1078. package/dist/typography/Text/constants.d.ts +3 -0
  1079. package/dist/typography/Text/types.d.ts +2 -2
  1080. package/dist/utils/date.d.ts +1 -1
  1081. package/dist/utils/dom.d.ts +5 -0
  1082. package/dist/utils/elements.d.ts +0 -1
  1083. package/dist/utils/environment.d.ts +1 -0
  1084. package/dist/utils/types.d.ts +0 -1
  1085. package/package.json +29 -24
  1086. package/dist/controls/ToolbarSelect/ToolbarSelect.styles.d.ts +0 -5
  1087. package/dist/flags/flags/ac.svg +0 -76
  1088. package/dist/flags/flags/ad.svg +0 -150
  1089. package/dist/flags/flags/ae.svg +0 -6
  1090. package/dist/flags/flags/af.svg +0 -81
  1091. package/dist/flags/flags/ag.svg +0 -14
  1092. package/dist/flags/flags/ai.svg +0 -758
  1093. package/dist/flags/flags/al.svg +0 -5
  1094. package/dist/flags/flags/am.svg +0 -5
  1095. package/dist/flags/flags/ao.svg +0 -13
  1096. package/dist/flags/flags/ar.svg +0 -32
  1097. package/dist/flags/flags/as.svg +0 -72
  1098. package/dist/flags/flags/at.svg +0 -6
  1099. package/dist/flags/flags/au.svg +0 -8
  1100. package/dist/flags/flags/aw.svg +0 -186
  1101. package/dist/flags/flags/ax.svg +0 -18
  1102. package/dist/flags/flags/az.svg +0 -8
  1103. package/dist/flags/flags/ba.svg +0 -12
  1104. package/dist/flags/flags/bb.svg +0 -6
  1105. package/dist/flags/flags/bd.svg +0 -4
  1106. package/dist/flags/flags/be.svg +0 -7
  1107. package/dist/flags/flags/bf.svg +0 -7
  1108. package/dist/flags/flags/bg.svg +0 -7
  1109. package/dist/flags/flags/bh.svg +0 -4
  1110. package/dist/flags/flags/bi.svg +0 -15
  1111. package/dist/flags/flags/bj.svg +0 -14
  1112. package/dist/flags/flags/bl.svg +0 -5
  1113. package/dist/flags/flags/bm.svg +0 -97
  1114. package/dist/flags/flags/bn.svg +0 -36
  1115. package/dist/flags/flags/bo.svg +0 -676
  1116. package/dist/flags/flags/bq.svg +0 -5
  1117. package/dist/flags/flags/br.svg +0 -45
  1118. package/dist/flags/flags/bs.svg +0 -13
  1119. package/dist/flags/flags/bt.svg +0 -89
  1120. package/dist/flags/flags/bw.svg +0 -7
  1121. package/dist/flags/flags/by.svg +0 -20
  1122. package/dist/flags/flags/bz.svg +0 -145
  1123. package/dist/flags/flags/ca.svg +0 -4
  1124. package/dist/flags/flags/cc.svg +0 -19
  1125. package/dist/flags/flags/cd.svg +0 -5
  1126. package/dist/flags/flags/cf.svg +0 -15
  1127. package/dist/flags/flags/cg.svg +0 -12
  1128. package/dist/flags/flags/ch.svg +0 -9
  1129. package/dist/flags/flags/ci.svg +0 -7
  1130. package/dist/flags/flags/ck.svg +0 -9
  1131. package/dist/flags/flags/cl.svg +0 -13
  1132. package/dist/flags/flags/cm.svg +0 -15
  1133. package/dist/flags/flags/cn.svg +0 -11
  1134. package/dist/flags/flags/co.svg +0 -7
  1135. package/dist/flags/flags/cr.svg +0 -7
  1136. package/dist/flags/flags/cu.svg +0 -13
  1137. package/dist/flags/flags/cv.svg +0 -13
  1138. package/dist/flags/flags/cw.svg +0 -14
  1139. package/dist/flags/flags/cx.svg +0 -15
  1140. package/dist/flags/flags/cy.svg +0 -6
  1141. package/dist/flags/flags/cz.svg +0 -5
  1142. package/dist/flags/flags/de.svg +0 -5
  1143. package/dist/flags/flags/dj.svg +0 -13
  1144. package/dist/flags/flags/dk.svg +0 -5
  1145. package/dist/flags/flags/dm.svg +0 -152
  1146. package/dist/flags/flags/do.svg +0 -129
  1147. package/dist/flags/flags/dz.svg +0 -5
  1148. package/dist/flags/flags/ec.svg +0 -138
  1149. package/dist/flags/flags/ee.svg +0 -7
  1150. package/dist/flags/flags/eg.svg +0 -38
  1151. package/dist/flags/flags/eh.svg +0 -16
  1152. package/dist/flags/flags/er.svg +0 -8
  1153. package/dist/flags/flags/es.svg +0 -544
  1154. package/dist/flags/flags/et.svg +0 -14
  1155. package/dist/flags/flags/fi.svg +0 -5
  1156. package/dist/flags/flags/fj.svg +0 -120
  1157. package/dist/flags/flags/fk.svg +0 -90
  1158. package/dist/flags/flags/fm.svg +0 -11
  1159. package/dist/flags/flags/fo.svg +0 -12
  1160. package/dist/flags/flags/fr.svg +0 -5
  1161. package/dist/flags/flags/ga.svg +0 -7
  1162. package/dist/flags/flags/gb.svg +0 -7
  1163. package/dist/flags/flags/gd.svg +0 -27
  1164. package/dist/flags/flags/ge.svg +0 -6
  1165. package/dist/flags/flags/gf.svg +0 -5
  1166. package/dist/flags/flags/gg.svg +0 -9
  1167. package/dist/flags/flags/gh.svg +0 -6
  1168. package/dist/flags/flags/gi.svg +0 -32
  1169. package/dist/flags/flags/gl.svg +0 -4
  1170. package/dist/flags/flags/gm.svg +0 -14
  1171. package/dist/flags/flags/gn.svg +0 -7
  1172. package/dist/flags/flags/gp.svg +0 -5
  1173. package/dist/flags/flags/gq.svg +0 -23
  1174. package/dist/flags/flags/gr.svg +0 -16
  1175. package/dist/flags/flags/gt.svg +0 -220
  1176. package/dist/flags/flags/gu.svg +0 -23
  1177. package/dist/flags/flags/gw.svg +0 -13
  1178. package/dist/flags/flags/gy.svg +0 -9
  1179. package/dist/flags/flags/hk.svg +0 -8
  1180. package/dist/flags/flags/hn.svg +0 -18
  1181. package/dist/flags/flags/hr.svg +0 -58
  1182. package/dist/flags/flags/ht.svg +0 -116
  1183. package/dist/flags/flags/hu.svg +0 -7
  1184. package/dist/flags/flags/id.svg +0 -4
  1185. package/dist/flags/flags/ie.svg +0 -7
  1186. package/dist/flags/flags/il.svg +0 -14
  1187. package/dist/flags/flags/im.svg +0 -36
  1188. package/dist/flags/flags/in.svg +0 -25
  1189. package/dist/flags/flags/io.svg +0 -130
  1190. package/dist/flags/flags/iq.svg +0 -10
  1191. package/dist/flags/flags/ir.svg +0 -219
  1192. package/dist/flags/flags/is.svg +0 -12
  1193. package/dist/flags/flags/it.svg +0 -7
  1194. package/dist/flags/flags/je.svg +0 -45
  1195. package/dist/flags/flags/jm.svg +0 -8
  1196. package/dist/flags/flags/jo.svg +0 -16
  1197. package/dist/flags/flags/jp.svg +0 -11
  1198. package/dist/flags/flags/ke.svg +0 -23
  1199. package/dist/flags/flags/kg.svg +0 -15
  1200. package/dist/flags/flags/kh.svg +0 -61
  1201. package/dist/flags/flags/ki.svg +0 -36
  1202. package/dist/flags/flags/km.svg +0 -16
  1203. package/dist/flags/flags/kn.svg +0 -14
  1204. package/dist/flags/flags/kp.svg +0 -15
  1205. package/dist/flags/flags/kr.svg +0 -24
  1206. package/dist/flags/flags/kw.svg +0 -13
  1207. package/dist/flags/flags/ky.svg +0 -109
  1208. package/dist/flags/flags/kz.svg +0 -36
  1209. package/dist/flags/flags/la.svg +0 -12
  1210. package/dist/flags/flags/lb.svg +0 -15
  1211. package/dist/flags/flags/lc.svg +0 -8
  1212. package/dist/flags/flags/li.svg +0 -43
  1213. package/dist/flags/flags/lk.svg +0 -22
  1214. package/dist/flags/flags/lr.svg +0 -14
  1215. package/dist/flags/flags/ls.svg +0 -8
  1216. package/dist/flags/flags/lt.svg +0 -7
  1217. package/dist/flags/flags/lu.svg +0 -5
  1218. package/dist/flags/flags/lv.svg +0 -6
  1219. package/dist/flags/flags/ly.svg +0 -13
  1220. package/dist/flags/flags/ma.svg +0 -4
  1221. package/dist/flags/flags/mc.svg +0 -6
  1222. package/dist/flags/flags/md.svg +0 -70
  1223. package/dist/flags/flags/me.svg +0 -116
  1224. package/dist/flags/flags/mf.svg +0 -5
  1225. package/dist/flags/flags/mg.svg +0 -7
  1226. package/dist/flags/flags/mh.svg +0 -7
  1227. package/dist/flags/flags/mk.svg +0 -5
  1228. package/dist/flags/flags/ml.svg +0 -7
  1229. package/dist/flags/flags/mm.svg +0 -12
  1230. package/dist/flags/flags/mn.svg +0 -14
  1231. package/dist/flags/flags/mo.svg +0 -9
  1232. package/dist/flags/flags/mp.svg +0 -86
  1233. package/dist/flags/flags/mq.svg +0 -5
  1234. package/dist/flags/flags/mr.svg +0 -6
  1235. package/dist/flags/flags/ms.svg +0 -33
  1236. package/dist/flags/flags/mt.svg +0 -49
  1237. package/dist/flags/flags/mu.svg +0 -8
  1238. package/dist/flags/flags/mv.svg +0 -6
  1239. package/dist/flags/flags/mw.svg +0 -10
  1240. package/dist/flags/flags/mx.svg +0 -382
  1241. package/dist/flags/flags/my.svg +0 -26
  1242. package/dist/flags/flags/mz.svg +0 -21
  1243. package/dist/flags/flags/na.svg +0 -16
  1244. package/dist/flags/flags/nc.svg +0 -13
  1245. package/dist/flags/flags/ne.svg +0 -6
  1246. package/dist/flags/flags/nf.svg +0 -9
  1247. package/dist/flags/flags/ng.svg +0 -6
  1248. package/dist/flags/flags/ni.svg +0 -129
  1249. package/dist/flags/flags/nl.svg +0 -5
  1250. package/dist/flags/flags/no.svg +0 -7
  1251. package/dist/flags/flags/np.svg +0 -13
  1252. package/dist/flags/flags/nr.svg +0 -12
  1253. package/dist/flags/flags/nu.svg +0 -10
  1254. package/dist/flags/flags/nz.svg +0 -36
  1255. package/dist/flags/flags/om.svg +0 -115
  1256. package/dist/flags/flags/pa.svg +0 -14
  1257. package/dist/flags/flags/pe.svg +0 -244
  1258. package/dist/flags/flags/pf.svg +0 -19
  1259. package/dist/flags/flags/pg.svg +0 -9
  1260. package/dist/flags/flags/ph.svg +0 -6
  1261. package/dist/flags/flags/pk.svg +0 -15
  1262. package/dist/flags/flags/pl.svg +0 -6
  1263. package/dist/flags/flags/pm.svg +0 -5
  1264. package/dist/flags/flags/pr.svg +0 -13
  1265. package/dist/flags/flags/ps.svg +0 -15
  1266. package/dist/flags/flags/pt.svg +0 -57
  1267. package/dist/flags/flags/pw.svg +0 -11
  1268. package/dist/flags/flags/py.svg +0 -157
  1269. package/dist/flags/flags/qa.svg +0 -4
  1270. package/dist/flags/flags/re.svg +0 -5
  1271. package/dist/flags/flags/ro.svg +0 -7
  1272. package/dist/flags/flags/rs.svg +0 -292
  1273. package/dist/flags/flags/ru.svg +0 -7
  1274. package/dist/flags/flags/rw.svg +0 -13
  1275. package/dist/flags/flags/sa.svg +0 -26
  1276. package/dist/flags/flags/sb.svg +0 -13
  1277. package/dist/flags/flags/sc.svg +0 -7
  1278. package/dist/flags/flags/sd.svg +0 -13
  1279. package/dist/flags/flags/se.svg +0 -4
  1280. package/dist/flags/flags/sg.svg +0 -13
  1281. package/dist/flags/flags/sh.svg +0 -76
  1282. package/dist/flags/flags/si.svg +0 -18
  1283. package/dist/flags/flags/sj.svg +0 -7
  1284. package/dist/flags/flags/sk.svg +0 -9
  1285. package/dist/flags/flags/sl.svg +0 -7
  1286. package/dist/flags/flags/sm.svg +0 -75
  1287. package/dist/flags/flags/sn.svg +0 -8
  1288. package/dist/flags/flags/so.svg +0 -11
  1289. package/dist/flags/flags/sr.svg +0 -6
  1290. package/dist/flags/flags/ss.svg +0 -8
  1291. package/dist/flags/flags/st.svg +0 -16
  1292. package/dist/flags/flags/sv.svg +0 -594
  1293. package/dist/flags/flags/sx.svg +0 -56
  1294. package/dist/flags/flags/sy.svg +0 -6
  1295. package/dist/flags/flags/sz.svg +0 -34
  1296. package/dist/flags/flags/ta.svg +0 -76
  1297. package/dist/flags/flags/tc.svg +0 -50
  1298. package/dist/flags/flags/td.svg +0 -7
  1299. package/dist/flags/flags/tg.svg +0 -14
  1300. package/dist/flags/flags/th.svg +0 -7
  1301. package/dist/flags/flags/tj.svg +0 -22
  1302. package/dist/flags/flags/tk.svg +0 -5
  1303. package/dist/flags/flags/tl.svg +0 -13
  1304. package/dist/flags/flags/tm.svg +0 -205
  1305. package/dist/flags/flags/tn.svg +0 -4
  1306. package/dist/flags/flags/to.svg +0 -10
  1307. package/dist/flags/flags/tr.svg +0 -8
  1308. package/dist/flags/flags/tt.svg +0 -5
  1309. package/dist/flags/flags/tv.svg +0 -9
  1310. package/dist/flags/flags/tw.svg +0 -34
  1311. package/dist/flags/flags/tz.svg +0 -13
  1312. package/dist/flags/flags/ua.svg +0 -6
  1313. package/dist/flags/flags/ug.svg +0 -30
  1314. package/dist/flags/flags/us.svg +0 -9
  1315. package/dist/flags/flags/uy.svg +0 -28
  1316. package/dist/flags/flags/uz.svg +0 -30
  1317. package/dist/flags/flags/va.svg +0 -479
  1318. package/dist/flags/flags/vc.svg +0 -8
  1319. package/dist/flags/flags/ve.svg +0 -26
  1320. package/dist/flags/flags/vg.svg +0 -63
  1321. package/dist/flags/flags/vi.svg +0 -28
  1322. package/dist/flags/flags/vn.svg +0 -11
  1323. package/dist/flags/flags/vu.svg +0 -21
  1324. package/dist/flags/flags/wf.svg +0 -5
  1325. package/dist/flags/flags/ws.svg +0 -7
  1326. package/dist/flags/flags/xk.svg +0 -8
  1327. package/dist/flags/flags/ye.svg +0 -7
  1328. package/dist/flags/flags/yt.svg +0 -5
  1329. package/dist/flags/flags/za.svg +0 -17
  1330. package/dist/flags/flags/zm.svg +0 -27
  1331. package/dist/flags/flags/zw.svg +0 -21
  1332. package/dist/forms/DatePickerCalendar/DatePickerCalendar.d.ts +0 -15
  1333. package/dist/forms/DatePickerCalendar/index.d.ts +0 -1
  1334. package/dist/forms/hooks/useFieldMask.d.ts +0 -1
  1335. package/dist/forms/hooks/useShouldScrollMenuIntoView.d.ts +0 -1
  1336. package/dist/foundation/colors.d.ts +0 -53
  1337. package/dist/i18n/locales/locales/en.json +0 -44
  1338. package/dist/i18n/locales/locales/es.json +0 -44
  1339. package/dist/i18n/locales/locales/fr.json +0 -44
  1340. package/dist/icons/components/IconAnalytics.d.ts +0 -9
  1341. package/dist/icons/components/IconArrowDown.d.ts +0 -9
  1342. package/dist/icons/components/IconArrowDownWideShort.d.ts +0 -9
  1343. package/dist/icons/components/IconArrowLeft.d.ts +0 -9
  1344. package/dist/icons/components/IconArrowRight.d.ts +0 -9
  1345. package/dist/icons/components/IconArrowToTop.d.ts +0 -9
  1346. package/dist/icons/components/IconArrowTurnDownRight.d.ts +0 -9
  1347. package/dist/icons/components/IconArrowUp.d.ts +0 -9
  1348. package/dist/icons/components/IconAward.d.ts +0 -9
  1349. package/dist/icons/components/IconAwful.d.ts +0 -9
  1350. package/dist/icons/components/IconAwfulMonochromatic.d.ts +0 -9
  1351. package/dist/icons/components/IconBad.d.ts +0 -9
  1352. package/dist/icons/components/IconBadMonochromatic.d.ts +0 -9
  1353. package/dist/icons/components/IconBalanceScale.d.ts +0 -9
  1354. package/dist/icons/components/IconBalanceScaleLeft.d.ts +0 -9
  1355. package/dist/icons/components/IconBan.d.ts +0 -9
  1356. package/dist/icons/components/IconBarsH.d.ts +0 -9
  1357. package/dist/icons/components/IconBarsV.d.ts +0 -9
  1358. package/dist/icons/components/IconBell.d.ts +0 -9
  1359. package/dist/icons/components/IconBirthdayCake.d.ts +0 -9
  1360. package/dist/icons/components/IconBold.d.ts +0 -9
  1361. package/dist/icons/components/IconBolt.d.ts +0 -9
  1362. package/dist/icons/components/IconBook.d.ts +0 -9
  1363. package/dist/icons/components/IconBriefcase.d.ts +0 -9
  1364. package/dist/icons/components/IconBullseyeArrow.d.ts +0 -9
  1365. package/dist/icons/components/IconCalculator.d.ts +0 -9
  1366. package/dist/icons/components/IconCalendar.d.ts +0 -9
  1367. package/dist/icons/components/IconCalendarAlt.d.ts +0 -9
  1368. package/dist/icons/components/IconCalendarCheck.d.ts +0 -9
  1369. package/dist/icons/components/IconCalendarDay.d.ts +0 -9
  1370. package/dist/icons/components/IconCalendarExclamation.d.ts +0 -9
  1371. package/dist/icons/components/IconCalendarStar.d.ts +0 -9
  1372. package/dist/icons/components/IconCalendarTomorrow.d.ts +0 -9
  1373. package/dist/icons/components/IconCamera.d.ts +0 -9
  1374. package/dist/icons/components/IconCameraSlash.d.ts +0 -9
  1375. package/dist/icons/components/IconCashRegister.d.ts +0 -9
  1376. package/dist/icons/components/IconChartBar.d.ts +0 -9
  1377. package/dist/icons/components/IconCheck.d.ts +0 -9
  1378. package/dist/icons/components/IconCheckCircleIncomplete.d.ts +0 -9
  1379. package/dist/icons/components/IconChevronDown.d.ts +0 -9
  1380. package/dist/icons/components/IconChevronLeft.d.ts +0 -9
  1381. package/dist/icons/components/IconChevronRight.d.ts +0 -9
  1382. package/dist/icons/components/IconChevronUp.d.ts +0 -9
  1383. package/dist/icons/components/IconClipboardList.d.ts +0 -9
  1384. package/dist/icons/components/IconClock.d.ts +0 -9
  1385. package/dist/icons/components/IconCog.d.ts +0 -9
  1386. package/dist/icons/components/IconComment.d.ts +0 -9
  1387. package/dist/icons/components/IconCommentLines.d.ts +0 -9
  1388. package/dist/icons/components/IconCopy.d.ts +0 -9
  1389. package/dist/icons/components/IconCreditCard.d.ts +0 -9
  1390. package/dist/icons/components/IconCreditCardPlus.d.ts +0 -9
  1391. package/dist/icons/components/IconDecent.d.ts +0 -9
  1392. package/dist/icons/components/IconDecentMonochromatic.d.ts +0 -9
  1393. package/dist/icons/components/IconDownload.d.ts +0 -9
  1394. package/dist/icons/components/IconEdit.d.ts +0 -9
  1395. package/dist/icons/components/IconEllipsisV.d.ts +0 -9
  1396. package/dist/icons/components/IconEnvelope.d.ts +0 -9
  1397. package/dist/icons/components/IconEnvelopeOpenDollar.d.ts +0 -9
  1398. package/dist/icons/components/IconExclaimation.d.ts +0 -9
  1399. package/dist/icons/components/IconExclaimationTriangle.d.ts +0 -9
  1400. package/dist/icons/components/IconExpand.d.ts +0 -9
  1401. package/dist/icons/components/IconExternalLink.d.ts +0 -9
  1402. package/dist/icons/components/IconEye.d.ts +0 -9
  1403. package/dist/icons/components/IconEyeSlash.d.ts +0 -9
  1404. package/dist/icons/components/IconFile.d.ts +0 -9
  1405. package/dist/icons/components/IconFilePdf.d.ts +0 -9
  1406. package/dist/icons/components/IconFlag.d.ts +0 -9
  1407. package/dist/icons/components/IconFourDotsCircle.d.ts +0 -9
  1408. package/dist/icons/components/IconFourSquares.d.ts +0 -9
  1409. package/dist/icons/components/IconGavel.d.ts +0 -9
  1410. package/dist/icons/components/IconGif.d.ts +0 -9
  1411. package/dist/icons/components/IconGift.d.ts +0 -9
  1412. package/dist/icons/components/IconGood.d.ts +0 -9
  1413. package/dist/icons/components/IconGoodMonochromatic.d.ts +0 -9
  1414. package/dist/icons/components/IconGreat.d.ts +0 -9
  1415. package/dist/icons/components/IconGreatMonochromatic.d.ts +0 -9
  1416. package/dist/icons/components/IconGrinBeam.d.ts +0 -9
  1417. package/dist/icons/components/IconGripVertical.d.ts +0 -9
  1418. package/dist/icons/components/IconHandshake.d.ts +0 -9
  1419. package/dist/icons/components/IconHatChef.d.ts +0 -9
  1420. package/dist/icons/components/IconImage.d.ts +0 -9
  1421. package/dist/icons/components/IconInfoCircle.d.ts +0 -9
  1422. package/dist/icons/components/IconIslandTropical.d.ts +0 -9
  1423. package/dist/icons/components/IconItalic.d.ts +0 -9
  1424. package/dist/icons/components/IconLaptopSearch.d.ts +0 -9
  1425. package/dist/icons/components/IconLink.d.ts +0 -9
  1426. package/dist/icons/components/IconList.d.ts +0 -9
  1427. package/dist/icons/components/IconListOI.d.ts +0 -9
  1428. package/dist/icons/components/IconLock.d.ts +0 -9
  1429. package/dist/icons/components/IconMagicSolid.d.ts +0 -9
  1430. package/dist/icons/components/IconMapMarker.d.ts +0 -9
  1431. package/dist/icons/components/IconMegaphone.d.ts +0 -9
  1432. package/dist/icons/components/IconMessages.d.ts +0 -9
  1433. package/dist/icons/components/IconMinus.d.ts +0 -9
  1434. package/dist/icons/components/IconMinusCircle.d.ts +0 -9
  1435. package/dist/icons/components/IconMoneyBill.d.ts +0 -9
  1436. package/dist/icons/components/IconMugSaucerSolid.d.ts +0 -9
  1437. package/dist/icons/components/IconNotesMedical.d.ts +0 -9
  1438. package/dist/icons/components/IconOvertime.d.ts +0 -9
  1439. package/dist/icons/components/IconPaperPlane.d.ts +0 -9
  1440. package/dist/icons/components/IconPaperPlaneClock.d.ts +0 -9
  1441. package/dist/icons/components/IconPaperclip.d.ts +0 -9
  1442. package/dist/icons/components/IconPencil.d.ts +0 -9
  1443. package/dist/icons/components/IconPercentage.d.ts +0 -9
  1444. package/dist/icons/components/IconPhone.d.ts +0 -9
  1445. package/dist/icons/components/IconPlateUtensils.d.ts +0 -9
  1446. package/dist/icons/components/IconPlug.d.ts +0 -9
  1447. package/dist/icons/components/IconPlus.d.ts +0 -9
  1448. package/dist/icons/components/IconPrint.d.ts +0 -9
  1449. package/dist/icons/components/IconQuestionCircle.d.ts +0 -9
  1450. package/dist/icons/components/IconRepeat.d.ts +0 -9
  1451. package/dist/icons/components/IconReply.d.ts +0 -9
  1452. package/dist/icons/components/IconRocket.d.ts +0 -9
  1453. package/dist/icons/components/IconSearch.d.ts +0 -9
  1454. package/dist/icons/components/IconSignOut.d.ts +0 -9
  1455. package/dist/icons/components/IconSitemap.d.ts +0 -9
  1456. package/dist/icons/components/IconSlidersH.d.ts +0 -9
  1457. package/dist/icons/components/IconSort.d.ts +0 -9
  1458. package/dist/icons/components/IconStar.d.ts +0 -9
  1459. package/dist/icons/components/IconStarSolid.d.ts +0 -9
  1460. package/dist/icons/components/IconStickyNoteLines.d.ts +0 -9
  1461. package/dist/icons/components/IconStopwatch.d.ts +0 -9
  1462. package/dist/icons/components/IconStrikethrough.d.ts +0 -9
  1463. package/dist/icons/components/IconSync.d.ts +0 -9
  1464. package/dist/icons/components/IconSyncExclaimation.d.ts +0 -9
  1465. package/dist/icons/components/IconTable.d.ts +0 -9
  1466. package/dist/icons/components/IconTachometer.d.ts +0 -9
  1467. package/dist/icons/components/IconTimes.d.ts +0 -9
  1468. package/dist/icons/components/IconTimesOctagon.d.ts +0 -9
  1469. package/dist/icons/components/IconTrash.d.ts +0 -9
  1470. package/dist/icons/components/IconUnderline.d.ts +0 -9
  1471. package/dist/icons/components/IconUndo.d.ts +0 -9
  1472. package/dist/icons/components/IconUniversity.d.ts +0 -9
  1473. package/dist/icons/components/IconUnlock.d.ts +0 -9
  1474. package/dist/icons/components/IconUserComputer.d.ts +0 -9
  1475. package/dist/icons/components/IconUserFriends.d.ts +0 -9
  1476. package/dist/icons/components/IconUserLight.d.ts +0 -9
  1477. package/dist/icons/components/IconUserPlus.d.ts +0 -9
  1478. package/dist/icons/components/IconUserSearch.d.ts +0 -9
  1479. package/dist/icons/components/IconUserSlash.d.ts +0 -9
  1480. package/dist/icons/components/IconUserSolid.d.ts +0 -9
  1481. package/dist/icons/components/IconUserTag.d.ts +0 -9
  1482. package/dist/icons/components/IconUserTie.d.ts +0 -9
  1483. package/dist/icons/components/IconUsers.d.ts +0 -9
  1484. package/dist/icons/components/IconVideo.d.ts +0 -9
  1485. package/dist/icons/components/IconVolume.d.ts +0 -9
  1486. package/dist/icons/components/IconVolumeMute.d.ts +0 -9
  1487. package/dist/icons/components/IconWrench.d.ts +0 -9
  1488. package/dist/lists/DataTable/DataTableCell/DataTableCell.d.ts +0 -7
  1489. package/dist/lists/DataTable/DataTableCell/index.d.ts +0 -1
  1490. package/dist/lists/DataTable/DataTableEmptyState/EmptyStateIllustration/EmptyStateIllustration.d.ts +0 -3
  1491. package/dist/lists/DataTable/DataTableEmptyState/EmptyStateIllustration/index.d.ts +0 -1
  1492. package/dist/lists/DataTable/DataTableHeader.d.ts +0 -9
  1493. package/dist/lists/ResourceTable/ResourceTable.d.ts +0 -28
  1494. package/dist/lists/ResourceTable/ResourceTableContext.d.ts +0 -7
  1495. package/dist/lists/ResourceTable/ResourceTableHeader.d.ts +0 -12
  1496. package/dist/lists/ResourceTable/index.d.ts +0 -1
  1497. package/dist/lists/ResourceTable/types.d.ts +0 -26
  1498. package/dist/lists/ResourceTableRow/ResourceTableRow.d.ts +0 -13
  1499. package/dist/lists/ResourceTableRow/index.d.ts +0 -1
  1500. package/dist/overlay/Menu/Menu.d.ts +0 -10
  1501. package/dist/overlay/Menu/MenuButton.d.ts +0 -8
  1502. package/dist/overlay/Menu/MenuContext.d.ts +0 -9
  1503. package/dist/overlay/Menu/MenuItem.d.ts +0 -7
  1504. package/dist/overlay/Menu/MenuList.d.ts +0 -6
  1505. package/dist/overlay/Menu/index.d.ts +0 -1
  1506. package/dist/overlay/Menu/types.d.ts +0 -5
  1507. package/dist/utils/i18n.d.ts +0 -1
  1508. package/dist/utils/mask.d.ts +0 -18
@@ -1,479 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-va" viewBox="0 0 640 480">
2
- <g fill-rule="evenodd">
3
- <path fill="#fff" d="M320 0h320v480H320z"/>
4
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M282.4-735.1c0 .6 56 222.8 118.2 300.5 69.4 87.3 113.2 87.4 113.2 87.4l70.9-17.8s-41.6 2.1-123.9-104.2c-83.4-107.7-109.4-286-108.1-282.8l-70.3 16.9z" transform="matrix(-.24 0 0 .1991 534 334.4)"/>
5
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M285-727.6c-1.5-9.4 33.9 221 140.2 327.2 53.1 53.1 88.6 53.1 88.6 53.1l88.6-17.7s-51.7 3.8-134-102.5c-83.5-107.8-108.6-263.3-108-263.9l-75.4 3.8z" transform="matrix(.24 0 0 .1991 381.9 336.2)"/>
6
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M282.4-735.1c0 .6 56 222.8 118.2 300.5 69.4 87.3 113.2 87.4 113.2 87.4l70.9-17.8s-41.6 2.1-123.9-104.2c-83.4-107.7-109.4-286-108.1-282.8l-70.3 16.9z" transform="matrix(.24 0 0 .1991 381.9 336.2)"/>
7
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M285-727.6c-1.5-9.4 33.9 221 140.2 327.2 53.1 53.1 88.6 53.1 88.6 53.1l88.6-17.7s-51.7 3.8-134-102.5c-83.5-107.8-108.6-263.3-108-263.9l-75.4 3.8z" transform="matrix(-.24 0 0 .1991 534 334.4)"/>
8
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m344.5-596.3 9.2 22.1s1.5-9.7 8.5-11.5l7-1.7s27 49.3 32.3 58.1c5.3 8.8-3.6 16.8-1.8 16.8s26.5-11.5 26.5-11.5-10.6.9-15-6.2-34.8-60-34.8-60 6.1-2.6 11.4-5.2c5.3-2.7 10.6 8 10.6 8L385.2-614s0 8.9-4.4 10.6c-4.4 1.8-8 3.6-8 3.6s-3.5-6.2-8-13.3c-4.4-7 4.5-14.1 4.5-14.1l-23 11.5s8 4.4 10.6 8.8l5.3 8.8s-3.2 1.8-8.2 3.5c-3.6 1.9-7.7 0-9.5-1.7z" transform="matrix(.23995 .00428 -.00516 .19905 380 342.3)"/>
9
- <g fill="#b00" stroke="#000" stroke-width="12.8">
10
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01763 .00275 .01016 -.01162 411 329.6)"/>
11
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0173 .00313 .01036 -.0116 409.4 331)"/>
12
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01763 .00275 .01016 -.01162 407.3 332.6)"/>
13
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01789 -.0011 .00628 -.01341 429.5 312.4)"/>
14
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0177 -.00038 .0068 -.01331 428.4 313.9)"/>
15
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01791 -.00081 .0066 -.0133 426.8 315.8)"/>
16
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01769 .00056 .0078 -.01292 425.8 316.4)"/>
17
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01765 -.00269 .00455 -.0139 433.9 305.9)"/>
18
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0175 -.00223 .00475 -.01392 433 307.6)"/>
19
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01765 -.00269 .00455 -.0139 431.7 309.7)"/>
20
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01754 -.00195 .00507 -.01384 430.5 311.2)"/>
21
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01784 .00155 .009 -.01227 418 324)"/>
22
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01754 .00195 .0092 -.01225 416.4 325.4)"/>
23
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01784 .00155 .009 -.01227 414.5 327.1)"/>
24
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0173 .00313 .01036 -.0116 413.1 328)"/>
25
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01794 .00014 .00759 -.01293 424 318.3)"/>
26
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01769 .00056 .0078 -.01292 422.7 319.8)"/>
27
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01784 .00155 .009 -.01227 421.4 320.8)"/>
28
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01754 .00195 .0092 -.01225 419.9 322.2)"/>
29
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01668 -.00552 .00122 -.01437 443.6 284.2)"/>
30
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01707 -.00392 .00278 -.01429 443.6 284.8)"/>
31
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01715 -.00439 .00258 -.01424 442.7 287)"/>
32
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01707 -.00392 .00278 -.01429 442 288.9)"/>
33
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01664 -.00505 .0014 -.01443 445.7 277.8)"/>
34
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01668 -.00552 .00122 -.01437 445 280)"/>
35
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01664 -.00505 .0014 -.01443 444.4 282)"/>
36
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01752 -.00323 .00393 -.01402 438 298.3)"/>
37
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01738 -.00277 .00413 -.01406 437.1 300)"/>
38
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01752 -.00323 .00393 -.01402 436 302.2)"/>
39
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0175 -.00223 .00475 -.01392 435.2 303.8)"/>
40
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01715 -.00439 .00258 -.01424 441 291.1)"/>
41
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01738 -.00277 .00413 -.01406 441.3 292.2)"/>
42
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01752 -.00323 .00393 -.01402 440.1 294.4)"/>
43
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01738 -.00277 .00413 -.01406 439.2 296.1)"/>
44
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01541 -.00768 -.00154 -.01435 448.9 266.5)"/>
45
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01656 -.00577 .0009 -.01438 448.9 268)"/>
46
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01653 -.0053 .0011 -.01445 448.4 269.9)"/>
47
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01546 -.0072 -.00136 -.01443 449.6 259.9)"/>
48
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01541 -.00768 -.00154 -.01435 449.4 262.3)"/>
49
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01546 -.0072 -.00136 -.01443 449.1 264.1)"/>
50
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01656 -.00577 .0009 -.01438 447.7 272.2)"/>
51
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01664 -.00505 .0014 -.01443 447 273.5)"/>
52
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01668 -.00552 .00122 -.01437 446.3 275.8)"/>
53
- </g>
54
- <g fill="#b00" stroke="#000" stroke-width="12.8">
55
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01781 .00178 -.00923 -.01216 503.2 324)"/>
56
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0175 .00217 -.00943 -.01214 504.7 325.4)"/>
57
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01781 .00178 -.00923 -.01216 506.6 327.1)"/>
58
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01776 -.00209 -.00521 -.01373 486 305.7)"/>
59
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01762 -.00135 -.00574 -.01366 487.1 307.3)"/>
60
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0178 -.0018 -.00554 -.01364 488.5 309.4)"/>
61
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0177 -.00041 -.00676 -.01332 489.5 310)"/>
62
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0174 -.00365 -.00345 -.01411 482.2 299)"/>
63
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01728 -.00319 -.00365 -.01415 483 300.8)"/>
64
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0174 -.00365 -.00345 -.01411 484.1 303)"/>
65
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01735 -.0029 -.00398 -.01409 485.2 304.6)"/>
66
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01792 .00057 -.00802 -.01274 496.7 318)"/>
67
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01766 .00098 -.00823 -.01273 498.1 319.4)"/>
68
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01792 .00057 -.00802 -.01274 499.9 321.3)"/>
69
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0175 .00217 -.00943 -.01214 501.2 322.3)"/>
70
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0179 -.00085 -.00656 -.01332 491 312)"/>
71
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0177 -.00041 -.00676 -.01332 492.3 313.5)"/>
72
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01792 .00057 -.00802 -.01274 493.5 314.6)"/>
73
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01766 .00098 -.00823 -.01273 495 316.1)"/>
74
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01621 -.00642 -.00009 -.0144 474.2 276.9)"/>
75
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01672 -.00485 -.00165 -.01441 474.1 277.5)"/>
76
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01677 -.00532 -.00146 -.01435 475 279.8)"/>
77
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01672 -.00485 -.00165 -.01441 475.5 281.6)"/>
78
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0162 -.00595 -.00027 -.01447 472.6 270.4)"/>
79
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01621 -.00642 -.00009 -.0144 473.2 272.7)"/>
80
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0162 -.00595 -.00027 -.01447 473.6 274.6)"/>
81
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01723 -.00419 -.00282 -.01421 478.6 291.2)"/>
82
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01713 -.00372 -.00302 -.01425 479.4 293)"/>
83
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01723 -.00419 -.00282 -.01421 480.4 295.3)"/>
84
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01728 -.00319 -.00365 -.01415 481.1 296.8)"/>
85
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01677 -.00532 -.00146 -.01435 476.3 283.9)"/>
86
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01713 -.00372 -.00302 -.01425 475.9 285)"/>
87
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01723 -.00419 -.00282 -.01421 476.9 287.2)"/>
88
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01713 -.00372 -.00302 -.01425 477.6 289)"/>
89
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01478 -.0085 .00266 -.01423 470.4 259)"/>
90
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01607 -.00667 .00022 -.0144 470.2 260.4)"/>
91
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01608 -.0062 .00004 -.01448 470.6 262.3)"/>
92
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01486 -.00804 .00249 -.01433 470 252.3)"/>
93
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01478 -.0085 .00266 -.01423 470.2 254.6)"/>
94
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01486 -.00804 .00249 -.01433 470.3 256.5)"/>
95
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01607 -.00667 .00022 -.0144 471 264.7)"/>
96
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0162 -.00595 -.00027 -.01447 471.6 266)"/>
97
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01621 -.00642 -.00009 -.0144 472.2 268.4)"/>
98
- </g>
99
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m344.5-596.3 9.2 22.1s1.5-9.7 8.5-11.5l7-1.7s27 49.3 32.3 58.1c5.3 8.8-3.6 16.8-1.8 16.8s26.5-11.5 26.5-11.5-10.6.9-15-6.2-34.8-60-34.8-60 6.1-2.6 11.4-5.2c5.3-2.7 10.6 8 10.6 8L385.2-614s0 8.9-4.4 10.6c-4.4 1.8-8 3.6-8 3.6s-3.5-6.2-8-13.3c-4.4-7 4.5-14.1 4.5-14.1l-23 11.5s8 4.4 10.6 8.8l5.3 8.8s-3.2 1.8-8.2 3.5c-3.6 1.9-7.7 0-9.5-1.7z" transform="matrix(-.23995 .00428 .00516 .19905 536 340.5)"/>
100
- <g transform="matrix(.14437 0 0 .12085 423.6 295.3)">
101
- <path fill="silver" d="m324.6-255.4-50.2 50.1L449.8-29.9l50.1-50z"/>
102
- <circle cx="354.3" cy="-1428" r="35.4" fill="#fff133" stroke="#000" stroke-width="1.2" transform="scale(-1 1) rotate(45 -177.9 -1104.6)"/>
103
- <path fill="silver" stroke="#000" stroke-width="1.2" d="m-402-957 37.5 37.7-25 25-37.6-37.6c-12.5-12.5 12.5-37.5 25-25z"/>
104
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m-346.6-926.5-50.1 50a25 25 0 0 1-25-25c10.8-25.8 25-38.4 50-50a26.9 26.9 0 0 1 25 25z"/>
105
- <path fill="silver" stroke="#000" stroke-width="1.2" d="m-352-931.9 37.7 37.6-50.2 50.1-37.5-37.5c5-20 30-45.1 50-50.1z"/>
106
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m-309-889-50.1 50.1a25.1 25.1 0 0 1-25-25c10.8-25.9 25-38.4 50-50.1a26.9 26.9 0 0 1 25 25z"/>
107
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M-314.4-894.3 28.4-551.5l-50 50.1-342.9-342.8c5-20 30.1-45 50.1-50z"/>
108
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m49-531-50.2 50.1a25.1 25.1 0 0 1-25-25c10.8-25.9 25-38.5 50-50.1A26.9 26.9 0 0 1 49-531z"/>
109
- <path fill="silver" stroke="#000" stroke-width="1.2" d="m49-531 225.4 225.5-50 50.1L-1.3-480.9c5-20 30.1-45 50.1-50z"/>
110
- <path fill="silver" stroke="#000" stroke-width="1.2" d="m186.7-418.2-75.1 75.1a25.1 25.1 0 0 1-25-25s0-25 25-50.1 50-25 50-25c11.7 1.5 21.5 12.4 25.1 25z"/>
111
- <path fill="silver" stroke="#000" stroke-width="1.2" d="m186.7-418.2 50.2 75.1-50.1 50.1-75.2-50c-2.8-2.5 0-25.1 25-50.2s49-24.4 50.1-25z"/>
112
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M336.6-506.7c0-35.4 0-86.6 17.7-130C372-593.3 372-542 372-506.7h-35.4z" transform="rotate(135 434.8 18.7) scale(1 -.81782)"/>
113
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M318.9-506.7h17.7V-550c0-43.3-35.4-65-35.4-65l17.7 108.3z" transform="rotate(-45 399.4 -194.2) scale(1 .81782)"/>
114
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M318.9-506.7h17.7V-550c0-43.3-35.4-65-35.4-65l17.7 108.3z" transform="rotate(135 434.8 18.7) scale(1 -.81782)"/>
115
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m-314.4-894.3 37.6 37.6c25 25 112.8 137.8 112.8 137.8s117.3 92.3 142.3 117.3L16-564c-25-25-180-129.8-180-129.8S-71.7-551.5-34.1-514l-37.6-37.6c-25-25-117.3-142.3-117.3-142.3S-289.3-769-314.4-794.1l-50-50c25 25 175.3 125.2 175.3 125.2s-100.2-150.3-125.3-175.4z"/>
116
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M299.5-230.3A907.4 907.4 0 0 0 412.2-92.5a83 83 0 0 0 50.1 25s0-25-25-50a899 899 0 0 0-137.8-112.8zm-62.6-112.8c87.6 87.7 187.9 137.8 250.5 200.5 50.1 50 15.4 88.4 1.4 100.6-14 12.1-52 50.3-101.6-.4C324.5-105 274.4-205.3 186.7-293c0-25 25.1-50 50.1-50z"/>
117
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M218.3 257.9h23v73h-23z" transform="matrix(-1.2487 -1.4214 -1.3593 1.3175 1166.1 -102.6)"/>
118
- <g fill="silver" stroke="#000">
119
- <path stroke-width=".6" d="m301.2 396.9 17.7 17.7-17.7 17.7 8.8 8.8 17.7-17.7 35.5 35.5-17.7 17.7 8.8 8.8 17.7-17.7 17.8 17.7-53.2 53.2-35.4-35.4 17.7-17.8 8.9 8.9 8.8-8.9-35.4-35.4-8.9 8.9 8.9 8.8-17.7 17.7-17.7-17.7 8.8-8.8-8.8-8.9-35.5 35.4 8.9 8.9 8.8-8.9 17.8 17.8-17.8 17.7-8.8-8.9-8.9 8.9 35.5 35.4 8.8-8.9-8.8-8.8 17.7-17.7 35.4 35.4-53.1 53.1-17.8-17.7 17.8-17.7-9-8.8-17.6 17.7-35.5-35.5 17.8-17.7-8.9-8.8-17.7 17.7-17.7-17.7 124-124z" transform="matrix(-2.2946 0 0 2.2438 360.6 -1733.7)"/>
120
- <path stroke-width="1.1" d="M318.9 786.6V822l88.6 88.6v-70.8L389.8 822h-35.5L319 786.6z" transform="matrix(-1.1473 0 0 1.1219 157.3 -1288.5)"/>
121
- <path stroke-width="1.1" d="m230.4 698.8 70.4 70.4.8 35.2-71.2-71.3v-34.3z" transform="matrix(-1.1473 0 0 1.1219 157.4 -1288.5)"/>
122
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(-1.1473 0 0 1.1219 157.3 -1288.5)"/>
123
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(-1.1473 0 0 1.1219 259 -1387.9)"/>
124
- <path stroke-width="1.1" d="M248 644.9v35.4l17.8-17.7-17.8-17.7z" transform="matrix(-1.1473 0 0 1.1219 157.3 -1288.5)"/>
125
- <path stroke-width="1.1" d="M248 644.9v35.4l17.8-17.7-17.8-17.7z" transform="matrix(-1.1473 0 0 1.1219 55.7 -1189.1)"/>
126
- <path stroke-width="1.1" d="m230.4 698.8 35.8 35.4v35.4l-35.8-36.5v-34.3z" transform="matrix(-1.1473 0 0 1.1219 218.8 -1349)"/>
127
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(-1.1473 0 0 1.1219 55.7 -1507.1)"/>
128
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(-1.1473 0 0 1.1219 137 -1427.6)"/>
129
- <path stroke-width="1.1" d="m283.5 822 53.1-53.1v-35.4l-70.9 70.8 17.8 17.8z" transform="matrix(-1.1473 0 0 1.1219 137 -1546.9)"/>
130
- <path stroke-width="1.1" d="M248 644.9v35.4l17.8-17.7-17.8-17.7z" transform="matrix(-1.1473 0 0 1.1219 35.4 -1447.5)"/>
131
- <path stroke-width="1.1" d="M301.2 804.3 265.8 769v-35.4l35.4 35.4v35.4z" transform="matrix(-1.1473 0 0 1.1219 55.7 -1507.1)"/>
132
- <path stroke-width="1.1" d="m389.8 822-53.2-53v-35.4l70.9 70.8-17.7 17.8z" transform="matrix(-1.1473 0 0 1.1219 55.7 -1546.9)"/>
133
- <path stroke-width="1.1" d="m230.4 698 70.9 71h35.4l17.7 17.6v70.9l-124-124.4v-35z" transform="matrix(-1.1473 0 0 1.1219 -66.2 -1387.9)"/>
134
- <path stroke-width="1.1" d="m354.3 822 106.3-106.3h35.5L389.8 822h-35.5zm53.2 17.8 106.3-106.3-17.7-17.7L389.8 822l17.7 17.7z" transform="matrix(-1.1473 0 0 1.1219 157.3 -1288.5)"/>
135
- <path stroke-width="1.1" d="M407.5 839.8v70.8l106.3-106.3v-70.8L407.5 839.8z" transform="matrix(-1.1473 0 0 1.1219 157.3 -1288.5)"/>
136
- <path stroke-width="1.1" d="m354.3 822 106.3-106.3h35.5L389.8 822h-35.5zm53.2 17.8 106.3-106.3-17.7-17.7L389.8 822l17.7 17.7z" transform="matrix(-1.1473 0 0 1.1219 -5.3 -1447.5)"/>
137
- <path stroke-width="1.1" d="M407.5 839.8v70.8l106.3-106.3v-70.8L407.5 839.8z" transform="matrix(-1.1473 0 0 1.1219 -5.3 -1447.5)"/>
138
- <path stroke-width="1.1" d="m318.9 786.6 17.7-17.7v-35.4l-35.4 35.4 17.7 17.7z" transform="matrix(-1.1473 0 0 1.1219 -86.6 -1527)"/>
139
- <path stroke-width="1.1" d="m318.9 786.6 17.7-17.7v-35.4l-35.4 35.4 17.7 17.7z" transform="matrix(-1.1473 0 0 1.1219 15 -1626.4)"/>
140
- <path stroke-width="1.1" d="M265.8 768.9v-35.4l17.7 17.7-17.7 17.7z" transform="matrix(-1.1473 0 0 1.1219 55.7 -1348.1)"/>
141
- <path stroke-width="1.1" d="M301.2 804.3 265.8 769l17.7-17.7 17.7 17.7v35.4z" transform="matrix(-1.1473 0 0 1.1219 137 -1427.6)"/>
142
- <path stroke-width="1.1" d="m301.2 804.3-17.7-17.7 17.7-17.7v35.4z" transform="matrix(-1.1473 0 0 1.1219 15 -1586.6)"/>
143
- </g>
144
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M196.5 254.2h25.2v80.2h-25.2z" transform="matrix(-1.2509 -1.4194 -1.3614 1.3153 1166.1 -102.6)"/>
145
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M336.6 166.5c0 14.7 35.4 35.5 35.4-17.7h-35.4v17.7z" transform="matrix(-1.8992 0 0 1.8865 1166.1 -102.6)"/>
146
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M242.1 24.8c-147 0-113.1 164.2-100.4 124 9.4-29.5 35.5-70.8 65-80.2C246.9 55.8 233.4 78 248 78c14.7 0 1.2-22.2 41.4-9.4 29.5 9.4 55.6 50.7 65 80.2 12.7 40.3 53-124-112.3-124z" transform="matrix(-1.8992 0 0 1.8865 1166.1 -102.6)"/>
147
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M389.8 166.5a141.8 141.8 0 0 1-283.5 0v-17.7c0-29 35.4 124 141.7 124s141.8-124.7 141.8-124v17.7z" transform="matrix(-1.8992 0 0 1.8865 1166.1 -102.6)"/>
148
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M336.6 166.5c0 14.7 35.4 35.5 35.4-17.7h-35.4v17.7z" transform="matrix(1.8992 0 0 1.8865 224 -100.5)"/>
149
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M389.8 148.8a141.8 141.8 0 1 1-283.6 0 141.8 141.8 0 0 1 283.6 0zm-53.2 0c0 14.7 22.8 3 9.4 43a81 81 0 0 1-56.6 55c-40.2 12.7-26.7-9.4-41.4-9.4-14.6 0-1.1 22.1-41.3 9.4a80.2 80.2 0 0 1-56.6-56.6c-12.8-40.2 9.3-26.7 9.3-41.4s-22-1.1-9.3-41.3a80.2 80.2 0 0 1 56.6-56.6c40.2-12.8 26.7 9.3 41.3 9.3 14.7 0 1.2-22 41.4-9.3a80.3 80.3 0 0 1 56.6 56.6c12.7 40.2-9.4 26.6-9.4 41.3z" transform="matrix(-1.8992 0 0 1.8865 1166.1 -102.6)"/>
150
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M126.5 157.7c-20.2 0-1.9 67.6-9 51.7a126.5 126.5 0 0 1 0-103.4c7.1-16-11.2 51.7 9 51.7z" transform="matrix(-1.6618 0 0 1.7607 1107.2 -99.5)"/>
151
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M372 140a88 88 0 0 1-9.7 44.8c-8 13.7 9.8-44.8-8-44.8 17.7 0 1.7-58.6 8-44.8a107.7 107.7 0 0 1 9.8 44.8z" transform="matrix(-1.8992 0 0 2.0316 1166.1 -106.2)"/>
152
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M296.3 263a123.5 123.5 0 0 1-96.5 0c-14.9-6.2 48.2 9.8 48.2-7.9 0 17.7 63.1 1.7 48.3 8zM248 42.6c0-17.7-63-1.7-48.2-8a123 123 0 0 1 96.5 0c14.8 6.3-48.3-9.7-48.3 8z" transform="matrix(-1.8992 0 0 1.8865 1166.1 -102.6)"/>
153
- <ellipse cx="82.1" cy="160.9" fill="#fff133" stroke="#000" stroke-width="1.2" rx="18.4" ry="20.1" transform="matrix(-1.2929 -1.3819 -1.3912 1.2842 1257.6 -120)"/>
154
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M276.6 287.7a142 142 0 0 1-57.1 0l-1.5 7a149 149 0 0 0 60 0l-1.4-7z" transform="matrix(-1.2929 -1.3819 1.3912 -1.2842 808.9 712)"/>
155
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M276.6 287.7a142 142 0 0 1-57.1 0l-1.5 7a149 149 0 0 0 60 0l-1.4-7z" transform="matrix(-1.2929 -1.3819 -1.3912 1.2842 1223.2 329.9)"/>
156
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M267.7 308.5c-9.2 1.9-20.2 1-30 1-9.7 0-19.3-2.7-28.5-4.6l8.8-10.3a149.3 149.3 0 0 0 60 0l-10.3 14z" transform="matrix(-1.2929 -1.3819 -1.3912 1.2842 1223.2 329.9)"/>
157
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M276.6 287.7a142 142 0 0 1-57.1 0l-1.5 7a149 149 0 0 0 60 0l-1.4-7z" transform="matrix(-1.3912 1.2842 1.2929 1.3819 847.4 -345.2)"/>
158
- <ellipse cx="82.1" cy="160.9" fill="#fff133" stroke="#000" stroke-width="1.2" rx="18.4" ry="20.1" transform="matrix(-1.2929 -1.3819 -1.3912 1.2842 789.1 314.4)"/>
159
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M267.6 281.5c-9.2 1.9-17.1 3-26.9 3s-23-.8-32.3-2.7l9.6 12.8a149.5 149.5 0 0 0 60 0l-10.4-13.1z" transform="matrix(-1.3912 1.2842 1.2929 1.3819 850.6 -315.2)"/>
160
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m174 271.8-.9 14.8-3.2 4.5 1-15 3-4.3zm156.5-6.2 3.6 4.2 1 13.6-2.9-3-1.7-14.8z" transform="matrix(-1.8992 0 0 1.8865 1166.1 -102.6)"/>
161
- <ellipse cx="82.1" cy="160.9" fill="#fff133" stroke="#000" stroke-width="1.2" rx="18.4" ry="20.1" transform="matrix(-1.2929 -1.3819 -1.3912 1.2842 1237.6 329.9)"/>
162
- </g>
163
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="m513.8-790.2 35.4-17.7 35.4 17.7s-73.3 35.5-73.3 159.5c0 88.6 125.2 106.3 125.2 212.6 0 45.6-34.1 88.6-69.6 88.6s-88.6-17.7-141.7-70.9c35.4 17.7 76 37.3 106.3 36 19.6-.3 55-17.7 55-53 0-71-122.8-107-122.8-213.3 0-124 50-159.4 50-159.4z" transform="matrix(-.24 0 0 .1991 534 334.4)"/>
164
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="m520.3-790.2 46.6-17.7 10 17.7s-70.6 35.5-70.6 159.5c0 88.6 125.9 106.3 125.9 212.6 0 45.6-26.7 87.4-65.3 88.6-73.4 2.3-90.4-24-141.7-70.9 43.1 32.3 105 46.8 129 34.2 29.4-15.4 35-36 35-53.8 0-70.9-120.9-104.4-120.9-210.7 0-124 52-159.4 52-159.4z" transform="matrix(-.24 0 0 .1991 534 334.4)"/>
165
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M513.3-789.7c7-2.4 36-18.2 71.3 17.3 17.8 17.7 17.8 53.1 17.8 70.8l53.1-53.1s-29-86.9-107.6-53.6a334.8 334.8 0 0 0-34.5 18.6z" transform="matrix(-.24 0 0 .1991 534 334.4)"/>
166
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M523.8-796c8.8-2.8 36.7-6.3 64.6 18.6 17.7 17.7 19 42.9 19 60.6l40.6-38c3.4-3.1-24.8-81.2-99.2-54a154 154 0 0 0-25 12.9z" transform="matrix(-.24 0 0 .1991 534 334.4)"/>
167
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m344.5-596.3 9.2 22.1s1.5-9.7 8.5-11.5l7-1.7s27 49.3 32.3 58.1c5.3 8.8-3.6 16.8-1.8 16.8s26.5-11.5 26.5-11.5-10.6.9-15-6.2-34.8-60-34.8-60 6.1-2.6 11.4-5.2c5.3-2.7 10.6 8 10.6 8L385.2-614s0 8.9-4.4 10.6c-4.4 1.8-8 3.6-8 3.6s-3.5-6.2-8-13.3c-4.4-7 4.5-14.1 4.5-14.1l-23 11.5s8 4.4 10.6 8.8l5.3 8.8s-3.2 1.8-8.2 3.5c-3.6 1.9-7.7 0-9.5-1.7z" transform="matrix(-.19534 -.02065 -.06668 .17315 439.6 337.1)"/>
168
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m344.5-596.3 9.2 22.1s1.5-9.7 8.5-11.5l7-1.7s27 49.3 32.3 58.1c5.3 8.8-3.6 16.8-1.8 16.8s26.5-11.5 26.5-11.5-10.6.9-15-6.2-34.8-60-34.8-60 6.1-2.6 11.4-5.2c5.3-2.7 10.6 8 10.6 8L385.2-614s0 8.9-4.4 10.6c-4.4 1.8-8 3.6-8 3.6s-3.5-6.2-8-13.3c-4.4-7 4.5-14.1 4.5-14.1l-23 11.5s8 4.4 10.6 8.8l5.3 8.8s-3.2 1.8-8.2 3.5c-3.6 1.9-7.7 0-9.5-1.7z" transform="matrix(.17775 .02412 .0031 -.13262 320.6 95.2)"/>
169
- <g transform="matrix(.14437 0 0 .12085 423.6 295.3)">
170
- <g transform="rotate(45 478.1 -504.6)">
171
- <circle cx="354.3" cy="-1428" r="35.4" fill="silver" stroke="#000" stroke-width="1.2" transform="translate(124 283.5)"/>
172
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M460.6-1126.8v53.2h35.5v-53.2c0-17.7-35.5-17.7-35.5 0z"/>
173
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M443-1066h70.8a25.1 25.1 0 0 0 0-35.5c-26-10.6-44.9-9.5-70.9 0a27 27 0 0 0 0 35.4z"/>
174
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M443-1073.6v53.1h70.8v-53.1c-17.7-10.6-53.2-10.6-70.9 0z"/>
175
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M443-1013h70.8a25.1 25.1 0 0 0 0-35.4c-26-10.6-44.9-9.5-70.9 0a27 27 0 0 0 0 35.5z"/>
176
- <path fill="#fff133" d="M443-117h70.8v248.1h-70.9z"/>
177
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M443-1020.5v484.8h70.8v-484.8c-17.7-10.6-53.2-10.6-70.9 0z"/>
178
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M443-506.7h70.8a25.1 25.1 0 0 0 0-35.4c-26-10.6-44.9-9.5-70.9 0a27 27 0 0 0 0 35.4z"/>
179
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M443-506.7v318.9h70.8v-318.9c-17.7-10.6-53.2-10.6-70.9 0z"/>
180
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M425.2-329.5h106.3a25 25 0 0 0 0-35.5s-17.7-17.7-53.2-17.7-53.1 17.7-53.1 17.7c-7.1 9.4-6.3 24 0 35.5z"/>
181
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m425.2-329.5 17.7 88.6h70.9l17.7-88.6c.3-3.8-17.7-17.7-53.2-17.7s-51.9 17.3-53.1 17.7z"/>
182
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M336.6-506.7c0-35.4 0-86.6 17.7-130C372-593.3 372-542 372-506.7h-35.4z" transform="matrix(1 0 0 .81782 124 173.4)"/>
183
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M318.9-506.7h17.7V-550c0-43.3-35.4-65-35.4-65l17.7 108.3z" transform="matrix(-1 0 0 .81782 832.7 173.4)"/>
184
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M318.9-506.7h17.7V-550c0-43.3-35.4-65-35.4-65l17.7 108.3z" transform="matrix(1 0 0 .81782 124 173.4)"/>
185
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M478.3-117a908.6 908.6 0 0 1 17.8 177.2 83 83 0 0 1-17.8 53.2s-17.7-17.7-17.7-53.2c0-17.7 0-88.6 17.7-177.1zM443-241c0 124-35.4 230.4-35.4 319 0 70.8 51.6 73.4 70 72.1 18.6-1.3 72.4-1.2 71.7-72.2 0-88.5-35.4-194.8-35.4-318.9-17.7-17.7-53.2-17.7-70.9 0z"/>
186
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M443-1020.5v53.2c0 35.4 17.6 177.1 17.6 177.1S443-642 443-606.6v53.2c0-35.4 35.4-219 35.4-219s35.5 165.9 35.5 219v-53.2c0-35.4-17.7-183.6-17.7-183.6s17.7-124 17.7-159.4v-70.9c0 35.4-35.4 212.6-35.4 212.6S443-985.1 443-1020.5z"/>
187
- </g>
188
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M218.3 257.9h23v73h-23z" transform="matrix(1.2487 -1.4214 1.3593 1.3175 -662.5 -102.6)"/>
189
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M336.6 166.5c0 14.7 35.4 35.5 35.4-17.7h-35.4v17.7z" transform="matrix(1.8992 0 0 1.8865 -662.5 -102.6)"/>
190
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M242.1 24.8c-147 0-113.1 164.2-100.4 124 9.4-29.5 35.5-70.8 65-80.2C246.9 55.8 233.4 78 248 78c14.7 0 1.2-22.2 41.4-9.4 29.5 9.4 55.6 50.7 65 80.2 12.7 40.3 53-124-112.3-124z" transform="matrix(1.8992 0 0 1.8865 -662.5 -102.6)"/>
191
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M389.8 166.5a141.8 141.8 0 0 1-283.5 0v-17.7c0-29 35.4 124 141.7 124s141.8-124.7 141.8-124v17.7z" transform="matrix(1.8992 0 0 1.8865 -662.5 -102.6)"/>
192
- <ellipse cx="82.1" cy="160.9" fill="silver" stroke="#000" stroke-width="1.2" rx="18.4" ry="20.1" transform="matrix(1.2929 -1.3819 1.3912 1.2842 -753.9 -120)"/>
193
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M196.5 254.2h25.2v80.2h-25.2z" transform="matrix(1.2509 -1.4194 1.3614 1.3153 -662.5 -102.6)"/>
194
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M336.6 166.5c0 14.7 35.4 35.5 35.4-17.7h-35.4v17.7z" transform="matrix(-1.8992 0 0 1.8865 279.7 -100.5)"/>
195
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M389.8 148.8a141.8 141.8 0 1 1-283.6 0 141.8 141.8 0 0 1 283.6 0zm-53.2 0c0 14.7 22.8 3 9.4 43a81 81 0 0 1-56.6 55c-40.2 12.7-26.7-9.4-41.4-9.4-14.6 0-1.1 22.1-41.3 9.4a80.2 80.2 0 0 1-56.6-56.6c-12.8-40.2 9.3-26.7 9.3-41.4s-22-1.1-9.3-41.3a80.2 80.2 0 0 1 56.6-56.6c40.2-12.8 26.7 9.3 41.3 9.3 14.7 0 1.2-22 41.4-9.3a80.3 80.3 0 0 1 56.6 56.6c12.7 40.2-9.4 26.6-9.4 41.3z" transform="matrix(1.8992 0 0 1.8865 -662.5 -102.6)"/>
196
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M126.5 157.7c-20.2 0-1.9 67.6-9 51.7a126.5 126.5 0 0 1 0-103.4c7.1-16-11.2 51.7 9 51.7z" transform="matrix(1.6618 0 0 1.7607 -603.6 -99.5)"/>
197
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M372 140a88 88 0 0 1-9.7 44.8c-8 13.7 9.8-44.8-8-44.8 17.7 0 1.7-58.6 8-44.8a107.7 107.7 0 0 1 9.8 44.8z" transform="matrix(1.8992 0 0 2.0316 -662.5 -106.2)"/>
198
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M296.3 263a123.5 123.5 0 0 1-96.5 0c-14.9-6.2 48.2 9.8 48.2-7.9 0 17.7 63.1 1.7 48.3 8zM248 42.6c0-17.7-63-1.7-48.2-8a123 123 0 0 1 96.5 0c14.8 6.3-48.3-9.7-48.3 8z" transform="matrix(1.8992 0 0 1.8865 -662.5 -102.6)"/>
199
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M276.6 287.7a142 142 0 0 1-57.1 0l-1.5 7a149 149 0 0 0 60 0l-1.4-7z" transform="matrix(1.2929 -1.3819 -1.3912 -1.2842 -305.2 712)"/>
200
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M276.6 287.7a142 142 0 0 1-57.1 0l-1.5 7a149 149 0 0 0 60 0l-1.4-7z" transform="matrix(1.2929 -1.3819 1.3912 1.2842 -719.6 329.9)"/>
201
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M267.7 308.5c-9.2 1.9-20.2 1-30 1-9.7 0-19.3-2.7-28.5-4.6l8.8-10.3a149.3 149.3 0 0 0 60 0l-10.3 14z" transform="matrix(1.2929 -1.3819 1.3912 1.2842 -719.6 329.9)"/>
202
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M276.6 287.7a142 142 0 0 1-57.1 0l-1.5 7a149 149 0 0 0 60 0l-1.4-7z" transform="matrix(1.3912 1.2842 -1.2929 1.3819 -343.8 -345.2)"/>
203
- <ellipse cx="82.1" cy="160.9" fill="silver" stroke="#000" stroke-width="1.2" rx="18.4" ry="20.1" transform="matrix(1.2929 -1.3819 1.3912 1.2842 -285.5 314.4)"/>
204
- <path fill="silver" stroke="#000" stroke-width="1.2" d="M267.6 281.5c-9.2 1.9-17.1 3-26.9 3s-23-.8-32.3-2.7l9.6 12.8a149.5 149.5 0 0 0 60 0l-10.4-13.1z" transform="matrix(1.3912 1.2842 -1.2929 1.3819 -347 -315.2)"/>
205
- <path fill="silver" stroke="#000" stroke-width="1.2" d="m174 271.8-.9 14.8-3.2 4.5 1-15 3-4.3zm156.5-6.2 3.6 4.2 1 13.6-2.9-3-1.7-14.8z" transform="matrix(1.8992 0 0 1.8865 -662.5 -102.6)"/>
206
- <ellipse cx="82.1" cy="160.9" fill="silver" stroke="#000" stroke-width="1.2" rx="18.4" ry="20.1" transform="matrix(1.2929 -1.3819 1.3912 1.2842 -733.9 329.9)"/>
207
- <g fill="#fff133" stroke="#000">
208
- <path stroke-width=".6" d="m301.2 396.9 17.7 17.7-17.7 17.7 8.8 8.8 17.7-17.7 35.5 35.5-17.7 17.7 8.8 8.8 17.7-17.7 17.8 17.7-53.2 53.2-35.4-35.4 17.7-17.8 8.9 8.9 8.8-8.9-35.4-35.4-8.9 8.9 8.9 8.8-17.7 17.7-17.7-17.7 8.8-8.8-8.8-8.9-35.5 35.4 8.9 8.9 8.8-8.9 17.8 17.8-17.8 17.7-8.8-8.9-8.9 8.9 35.5 35.4 8.8-8.9-8.8-8.8 17.7-17.7 35.4 35.4-53.1 53.1-17.8-17.7 17.8-17.7-9-8.8-17.6 17.7-35.5-35.5 17.8-17.7-8.9-8.8-17.7 17.7-17.7-17.7 124-124z" transform="matrix(2.2946 0 0 2.2438 143.1 -1733.7)"/>
209
- <path stroke-width="1.1" d="M318.9 786.6V822l88.6 88.6v-70.8L389.8 822h-35.5L319 786.6z" transform="matrix(1.1473 0 0 1.1219 346.4 -1288.5)"/>
210
- <path stroke-width="1.1" d="m230.4 698.8 70.4 70.4.8 35.2-71.2-71.3v-34.3z" transform="matrix(1.1473 0 0 1.1219 346.3 -1288.5)"/>
211
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(1.1473 0 0 1.1219 346.4 -1288.5)"/>
212
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(1.1473 0 0 1.1219 244.7 -1387.9)"/>
213
- <path stroke-width="1.1" d="M248 644.9v35.4l17.8-17.7-17.8-17.7z" transform="matrix(1.1473 0 0 1.1219 346.4 -1288.5)"/>
214
- <path stroke-width="1.1" d="M248 644.9v35.4l17.8-17.7-17.8-17.7z" transform="matrix(1.1473 0 0 1.1219 448 -1189.1)"/>
215
- <path stroke-width="1.1" d="m230.4 698.8 35.8 35.4v35.4l-35.8-36.5v-34.3z" transform="matrix(1.1473 0 0 1.1219 284.9 -1349)"/>
216
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(1.1473 0 0 1.1219 448 -1507.1)"/>
217
- <path stroke-width="1.1" d="m301.2 804.3 35.4-35.4v-35.4l-35.4 35.4v35.4z" transform="matrix(1.1473 0 0 1.1219 366.7 -1427.6)"/>
218
- <path stroke-width="1.1" d="m283.5 822 53.1-53.1v-35.4l-70.9 70.8 17.8 17.8z" transform="matrix(1.1473 0 0 1.1219 366.7 -1546.9)"/>
219
- <path stroke-width="1.1" d="M248 644.9v35.4l17.8-17.7-17.8-17.7z" transform="matrix(1.1473 0 0 1.1219 468.3 -1447.5)"/>
220
- <path stroke-width="1.1" d="M301.2 804.3 265.8 769v-35.4l35.4 35.4v35.4z" transform="matrix(1.1473 0 0 1.1219 448 -1507.1)"/>
221
- <path stroke-width="1.1" d="m389.8 822-53.2-53v-35.4l70.9 70.8-17.7 17.8z" transform="matrix(1.1473 0 0 1.1219 448 -1546.9)"/>
222
- <path stroke-width="1.1" d="m230.4 698 70.9 71h35.4l17.7 17.6v70.9l-124-124.4v-35z" transform="matrix(1.1473 0 0 1.1219 569.8 -1387.9)"/>
223
- <path stroke-width="1.1" d="m354.3 822 106.3-106.3h35.5L389.8 822h-35.5zm53.2 17.8 106.3-106.3-17.7-17.7L389.8 822l17.7 17.7z" transform="matrix(1.1473 0 0 1.1219 346.4 -1288.5)"/>
224
- <path stroke-width="1.1" d="M407.5 839.8v70.8l106.3-106.3v-70.8L407.5 839.8z" transform="matrix(1.1473 0 0 1.1219 346.4 -1288.5)"/>
225
- <path stroke-width="1.1" d="m354.3 822 106.3-106.3h35.5L389.8 822h-35.5zm53.2 17.8 106.3-106.3-17.7-17.7L389.8 822l17.7 17.7z" transform="matrix(1.1473 0 0 1.1219 509 -1447.5)"/>
226
- <path stroke-width="1.1" d="M407.5 839.8v70.8l106.3-106.3v-70.8L407.5 839.8z" transform="matrix(1.1473 0 0 1.1219 509 -1447.5)"/>
227
- <path stroke-width="1.1" d="m318.9 786.6 17.7-17.7v-35.4l-35.4 35.4 17.7 17.7z" transform="matrix(1.1473 0 0 1.1219 590.3 -1527)"/>
228
- <path stroke-width="1.1" d="m318.9 786.6 17.7-17.7v-35.4l-35.4 35.4 17.7 17.7z" transform="matrix(1.1473 0 0 1.1219 488.6 -1626.4)"/>
229
- <path stroke-width="1.1" d="M265.8 768.9v-35.4l17.7 17.7-17.7 17.7z" transform="matrix(1.1473 0 0 1.1219 448 -1348.1)"/>
230
- <path stroke-width="1.1" d="M301.2 804.3 265.8 769l17.7-17.7 17.7 17.7v35.4z" transform="matrix(1.1473 0 0 1.1219 366.7 -1427.6)"/>
231
- <path stroke-width="1.1" d="m301.2 804.3-17.7-17.7 17.7-17.7v35.4z" transform="matrix(1.1473 0 0 1.1219 488.6 -1586.6)"/>
232
- </g>
233
- </g>
234
- <g fill="#b00" stroke="#000" stroke-width="18">
235
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452 279.3)"/>
236
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452.1 277.4)"/>
237
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452.1 275)"/>
238
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452.1 273.1)"/>
239
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452 287.8)"/>
240
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452 286)"/>
241
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452 283.6)"/>
242
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452 281.7)"/>
243
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452.3 262.1)"/>
244
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452.3 260.3)"/>
245
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452.3 257.9)"/>
246
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452.3 256)"/>
247
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452.2 270.7)"/>
248
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452.2 268.8)"/>
249
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452.2 266.4)"/>
250
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452.2 264.5)"/>
251
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.7 313.5)"/>
252
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.8 311.6)"/>
253
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.8 309.3)"/>
254
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.8 307.4)"/>
255
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.6 322.1)"/>
256
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.7 320.2)"/>
257
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.7 317.8)"/>
258
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.7 316)"/>
259
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.9 296.4)"/>
260
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452 294.5)"/>
261
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 452 292.1)"/>
262
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 452 290.2)"/>
263
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.8 305)"/>
264
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.8 303)"/>
265
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.9 300.7)"/>
266
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.9 298.8)"/>
267
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.4 347.8)"/>
268
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.4 345.9)"/>
269
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.4 343.5)"/>
270
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.4 341.6)"/>
271
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.3 354.4)"/>
272
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.3 352)"/>
273
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.4 350.2)"/>
274
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.5 330.7)"/>
275
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.6 328.8)"/>
276
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.6 326.4)"/>
277
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.6 324.5)"/>
278
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.4 339.2)"/>
279
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.5 337.3)"/>
280
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.5 335)"/>
281
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.5 333)"/>
282
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.1 369.3)"/>
283
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.2 367.4)"/>
284
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.2 365)"/>
285
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.2 363.1)"/>
286
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451 376)"/>
287
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.1 373.6)"/>
288
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.1 371.7)"/>
289
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.2 360.8)"/>
290
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01446 .00854 -.00318 .01423 451.3 358.8)"/>
291
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01435 .009 -.00335 .01413 451.3 356.5)"/>
292
- </g>
293
- <g fill="#b00" stroke="#000" stroke-width="18">
294
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 279.6)"/>
295
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 277.6)"/>
296
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 275.3)"/>
297
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 273.4)"/>
298
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 288.1)"/>
299
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 286.2)"/>
300
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 283.8)"/>
301
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 282)"/>
302
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 262.4)"/>
303
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 260.5)"/>
304
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 258.1)"/>
305
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 256.2)"/>
306
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 271)"/>
307
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 269)"/>
308
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 266.7)"/>
309
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 264.8)"/>
310
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.1 313.8)"/>
311
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.1 312)"/>
312
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.1 309.5)"/>
313
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.1 307.6)"/>
314
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.1 322.4)"/>
315
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.1 320.5)"/>
316
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.1 318.1)"/>
317
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.1 316.2)"/>
318
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 296.7)"/>
319
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 294.8)"/>
320
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 292.4)"/>
321
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 290.5)"/>
322
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 305.3)"/>
323
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.1 303.4)"/>
324
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455 301)"/>
325
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455 299)"/>
326
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.2 348)"/>
327
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.2 346.2)"/>
328
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.2 343.8)"/>
329
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.2 341.9)"/>
330
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 354.7)"/>
331
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.2 352.4)"/>
332
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 350.4)"/>
333
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.2 331)"/>
334
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.2 329)"/>
335
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.1 326.7)"/>
336
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.2 324.8)"/>
337
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.2 339.5)"/>
338
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.2 337.6)"/>
339
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.2 335.2)"/>
340
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.2 333.3)"/>
341
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.3 369.6)"/>
342
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 367.7)"/>
343
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.3 365.3)"/>
344
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 363.4)"/>
345
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 376.3)"/>
346
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.3 373.9)"/>
347
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 372)"/>
348
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.3 361)"/>
349
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01457 .0084 -.003 .01426 455.3 359.1)"/>
350
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01447 .00887 -.00316 .01416 455.3 356.8)"/>
351
- </g>
352
- <g fill="#b00" stroke="#000" stroke-width="12.8">
353
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01804 .0045 .00258 .01426 466.7 266.4)"/>
354
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.00502 .01448 -.01369 .00945 463 262.7)"/>
355
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01316 .01078 -.0063 .01351 464.4 265)"/>
356
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.011 .01222 -.01787 -.00248 462.7 259.1)"/>
357
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0104 .0123 -.018 -.00234 465.1 259.1)"/>
358
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01155 .01189 -.01775 -.003 452.2 259)"/>
359
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01097 .01198 -.01788 -.00286 454.6 259.1)"/>
360
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01155 .01189 -.01775 -.003 457.6 259.1)"/>
361
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0104 .0123 -.018 -.00234 459.7 259.2)"/>
362
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01155 .01189 -.01775 -.003 448.7 258.1)"/>
363
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01268 .01087 -.01732 -.00452 450.4 258.5)"/>
364
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01676 .00696 -.01454 -.00862 449.5 257)"/>
365
- </g>
366
- <g fill="#b00" stroke="#000" stroke-width="12.8">
367
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01456 -.00876 -.0151 .00691 500.9 356.2)"/>
368
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01407 -.00899 -.01526 .0068 503 355.6)"/>
369
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01456 -.00876 -.0151 .00691 505.8 355)"/>
370
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01407 -.00899 -.01526 .0068 508 354.3)"/>
371
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01737 .00284 -.00405 .01407 524 347.4)"/>
372
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01147 .01155 .00717 .0131 526 341.3)"/>
373
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0175 .0033 -.00385 .01404 525.1 345.2)"/>
374
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0136 -.00978 -.01575 .0058 490.8 358.3)"/>
375
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0131 -.00997 -.0159 .00568 493 357.8)"/>
376
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01493 -.00832 -.0148 .00736 496.4 357.2)"/>
377
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01254 -.01046 -.0162 .00507 497.3 356.6)"/>
378
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01456 -.00876 -.0151 .00691 510.6 353.6)"/>
379
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01407 -.00899 -.01526 .0068 512.8 353)"/>
380
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01096 -.01188 -.01683 .003 458.7 360)"/>
381
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01041 -.01198 -.01695 .00287 461 360)"/>
382
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01096 -.01188 -.01683 .003 463.8 360)"/>
383
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01041 -.01198 -.01695 .00287 466.1 360)"/>
384
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01096 -.01188 -.01683 .003 448.5 360.3)"/>
385
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01041 -.01198 -.01695 .00287 450.8 360.2)"/>
386
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01096 -.01188 -.01683 .003 453.6 360.2)"/>
387
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01041 -.01198 -.01695 .00287 455.9 360.1)"/>
388
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01244 -.01081 -.01634 .00452 480 359.6)"/>
389
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01231 -.01064 -.0163 .00483 482.5 359.3)"/>
390
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01284 -.01048 -.01616 .00495 485.3 359)"/>
391
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0131 -.00997 -.0159 .00568 488 358.8)"/>
392
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01096 -.01188 -.01683 .003 469 359.9)"/>
393
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0113 -.0114 -.0167 .00377 471.6 359.9)"/>
394
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0125 -.01076 -.01631 .0046 474.8 359.8)"/>
395
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01107 -.01156 -.01677 .00353 476.6 359.4)"/>
396
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00824 -.01334 -.0172 .00043 416.7 358.2)"/>
397
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00768 -.01335 -.01729 .00028 419 358.4)"/>
398
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00983 -.01256 -.01706 .0019 422.4 359.2)"/>
399
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00927 -.01262 -.01717 .00176 424.6 359.3)"/>
400
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00768 -.01335 -.01729 .00028 408.8 357.1)"/>
401
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00824 -.01334 -.0172 .00043 411.6 357.5)"/>
402
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00768 -.01335 -.01729 .00028 413.9 357.8)"/>
403
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00983 -.01256 -.01706 .0019 437.7 359.9)"/>
404
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00927 -.01262 -.01717 .00176 440 360)"/>
405
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01096 -.01188 -.01683 .003 443.4 360.4)"/>
406
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01041 -.01198 -.01695 .00287 445.7 360.3)"/>
407
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00983 -.01256 -.01706 .0019 427.5 359.4)"/>
408
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00927 -.01262 -.01717 .00176 429.8 359.5)"/>
409
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00983 -.01256 -.01706 .0019 432.6 359.7)"/>
410
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00927 -.01262 -.01717 .00176 434.9 359.8)"/>
411
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01773 -.00226 .00503 -.01378 399.9 338.6)"/>
412
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0141 -.00895 -.00376 -.01413 397.1 342.6)"/>
413
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.00947 -.01275 -.00925 -.01215 397 346.8)"/>
414
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.00376 -.01448 -.01383 -.00869 397.7 350.2)"/>
415
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01766 .00094 .00819 -.01275 405.4 333)"/>
416
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01793 .00053 .00798 -.01276 403.7 334.8)"/>
417
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01757 -.0018 .00523 -.0138 401.2 336.5)"/>
418
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.001 -.01499 -.0159 -.0055 399.7 353.5)"/>
419
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00438 -.01435 -.01702 -.00258 402.7 355.4)"/>
420
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.00824 -.01334 -.0172 .00043 406.5 356.8)"/>
421
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0174 -.00361 -.01096 .0111 516.7 351.7)"/>
422
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.0168 -.00469 -.0118 .01058 516.9 352.1)"/>
423
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01764 -.00272 -.01013 .01164 521.7 349.4)"/>
424
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(-.01667 -.00498 -.01207 .01037 518.6 351)"/>
425
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01634 -.0062 .01318 .00926 511.5 341)"/>
426
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0159 -.0065 .01336 .00919 509.6 340)"/>
427
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01686 -.00512 .01228 .01009 506.4 338.9)"/>
428
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0159 -.0065 .01336 .00919 518.5 344.3)"/>
429
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.01634 -.0062 .01318 .00926 516 343.1)"/>
430
- <path d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.0159 -.0065 .01336 .00919 514 342.2)"/>
431
- </g>
432
- <g transform="matrix(.08053 0 0 .0956 438.4 288)">
433
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M212.6-1995v53.2h-53.1v35.5h53.1v106.3H248v-106.3h53.2v-35.5H248v-53.1h-35.4z"/>
434
- <ellipse cx="239.2" cy="-1813.5" fill="#fff133" stroke="#000" stroke-width="1.2" rx="62" ry="57.3" transform="matrix(.57143 0 0 .61816 93.6 -679)"/>
435
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M602.4-1119.4c0 68.5-10.5 145.7-29.3 205-120-26.4-268-39.7-339-39.7-87.6 0-246.2 13.3-345.3 26.5a630.8 630.8 0 0 1-30.5-191.8c0-273.8 105.2-390.2 367.5-496 233.3 105.8 376.6 222.2 376.6 496z" transform="matrix(1.0576 0 0 1.3394 -5.8 363.7)"/>
436
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M567-657.3c0-44-150.9-79.7-336.7-79.7s-336.6 35.7-336.6 79.7v26.6c0-44 150.8-70.9 336.6-70.9S567-657 567-613v-44.3z" transform="matrix(1.1715 0 0 .74463 -32.8 -634.9)"/>
437
- <g fill="#fff133" stroke="#000" stroke-width="1.2">
438
- <path d="m230.3-825.6-53.1 53.2 35.4 35.4-17.7 17.7-35.5-35.4-53.1 53.1 53.1 53.2L195-684l17.7 17.8v53.1H248v-53.1l17.7-17.8 35.5 35.5 53.1-53.2-53.1-53.1-35.4 35.4L248-737l35.5-35.5-53.2-53.1z" transform="matrix(1.1725 0 0 .74463 -33 -766.8)"/>
439
- <path d="m221-825.6-8.4 53.2v35.4l-17.7 17.7v-35.4l-17.7 53.1 17.7 53.2V-684l17.7 17.8v53.1h17.7v-53.1L248-684v35.5l17.8-53.2-17.8-53.1v35.4L230.3-737v-35.4l-9.3-53.2z" transform="matrix(1.13516 -.18643 .29356 .72091 -190 -703.6)"/>
440
- <path d="m221-825.6-8.4 53.2v35.4l-17.7 17.7v-35.4l-17.7 53.1 17.7 53.2V-684l17.7 17.8v53.1h17.7v-53.1L248-684v35.5l17.8-53.2-17.8-53.1v35.4L230.3-737v-35.4l-9.3-53.2z" transform="matrix(1.1416 .16986 -.26746 .725 182.2 -778.4)"/>
441
- <path d="M141.7-1020.5a38.1 38.1 0 0 1 35.5-35.4c17.7 0 35.4 17.7 35.4 35.4s-17.7 35.4-17.7 35.4l70.8 70.9h-35.4l-53.1-53.1-53.2 53.1H88.6l70.9-70.9s-17.8-17.7-17.8-35.4z" transform="matrix(.92597 -.09509 .18717 .73508 28.8 -521.9)"/>
442
- <path d="M141.7-1020.5a38.1 38.1 0 0 1 35.5-35.4c17.7 0 35.4 17.7 35.4 35.4s-17.7 35.4-17.7 35.4l70.8 70.9h-35.4l-53.1-53.1-53.2 53.1H88.6l70.9-70.9s-17.8-17.7-17.8-35.4z" transform="matrix(.92699 .091 -.17909 .7359 124.8 -554)"/>
443
- <path d="M567-657.3c0-44-150.9-79.7-336.7-79.7s-336.6 35.7-336.6 79.7v26.6c0-44 150.8-70.9 336.6-70.9S567-657 567-613v-44.3z" transform="matrix(1.1725 0 0 .74463 -33 -674.5)"/>
444
- </g>
445
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M567-657.3c0-44-150.9-79.7-336.7-79.7s-336.6 35.7-336.6 79.7v26.6c0-44 150.8-70.9 336.6-70.9S567-657 567-613v-44.3z" transform="matrix(1.0735 0 0 .74463 -9.3 -386.9)"/>
446
- <g fill="#fff133" stroke="#000" stroke-width="1.2">
447
- <path d="m230.3-825.6-53.1 53.2 35.4 35.4-17.7 17.7-35.5-35.4-53.1 53.1 53.1 53.2L195-684l17.7 17.8v53.1H248v-53.1l17.7-17.8 35.5 35.5 53.1-53.2-53.1-53.1-35.4 35.4L248-737l35.5-35.5-53.2-53.1z" transform="matrix(1.1042 0 0 .74463 -12.9 -518.8)"/>
448
- <path d="m221-825.6-8.4 53.2v35.4l-17.7 17.7v-35.4l-17.7 53.1 17.7 53.2V-684l17.7 17.8v53.1h17.7v-53.1L248-684v35.5l17.8-53.2-17.8-53.1v35.4L230.3-737v-35.4l-9.3-53.2z" transform="matrix(1.06903 -.18643 .27645 .72092 -160.7 -455.6)"/>
449
- <path d="m221-825.6-8.4 53.2v35.4l-17.7 17.7v-35.4l-17.7 53.1 17.7 53.2V-684l17.7 17.8v53.1h17.7v-53.1L248-684v35.5l17.8-53.2-17.8-53.1v35.4L230.3-737v-35.4l-9.3-53.2z" transform="matrix(1.0751 .16986 -.25188 .725 189.8 -530.4)"/>
450
- <path d="M141.7-1020.5a38.1 38.1 0 0 1 35.5-35.4c17.7 0 35.4 17.7 35.4 35.4s-17.7 35.4-17.7 35.4l70.8 70.9h-35.4l-53.1-53.1-53.2 53.1H88.6l70.9-70.9s-17.8-17.7-17.8-35.4z" transform="matrix(.87203 -.09509 .17626 .73508 45.4 -273.9)"/>
451
- <path d="M141.7-1020.5a38.1 38.1 0 0 1 35.5-35.4c17.7 0 35.4 17.7 35.4 35.4s-17.7 35.4-17.7 35.4l70.8 70.9h-35.4l-53.1-53.1-53.2 53.1H88.6l70.9-70.9s-17.8-17.7-17.8-35.4z" transform="matrix(.873 .091 -.16866 .7359 135.8 -306)"/>
452
- <path d="M567-657.3c0-44-150.9-79.7-336.7-79.7s-336.6 35.7-336.6 79.7v26.6c0-44 150.8-70.9 336.6-70.9S567-657 567-613v-44.3z" transform="matrix(1.1042 0 0 .74463 -12.9 -426.4)"/>
453
- </g>
454
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="M567-657.3c0-44-150.9-79.7-336.7-79.7s-336.6 35.7-336.6 79.7v26.6c0-44 150.8-70.9 336.6-70.9S567-657 567-613v-44.3z" transform="matrix(1.105 0 0 .74463 -16.1 -865.2)"/>
455
- <g fill="#fff133" stroke="#000" stroke-width="1.2">
456
- <path d="m230.3-825.6-53.1 53.2 35.4 35.4-17.7 17.7-35.5-35.4-53.1 53.1 53.1 53.2L195-684l17.7 17.8v53.1H248v-53.1l17.7-17.8 35.5 35.5 53.1-53.2-53.1-53.1-35.4 35.4L248-737l35.5-35.5-53.2-53.1z" transform="matrix(1.0799 0 0 .70238 -6.2 -1031.3)"/>
457
- <path d="m221-825.6-8.4 53.2v35.4l-17.7 17.7v-35.4l-17.7 53.1 17.7 53.2V-684l17.7 17.8v53.1h17.7v-53.1L248-684v35.5l17.8-53.2-17.8-53.1v35.4L230.3-737v-35.4l-9.3-53.2z" transform="matrix(1.0455 -.17585 .27037 .68 -150.8 -971.8)"/>
458
- <path d="m221-825.6-8.4 53.2v35.4l-17.7 17.7v-35.4l-17.7 53.1 17.7 53.2V-684l17.7 17.8v53.1h17.7v-53.1L248-684v35.5l17.8-53.2-17.8-53.1v35.4L230.3-737v-35.4l-9.3-53.2z" transform="matrix(1.05143 .16022 -.24634 .68386 192.1 -1042.3)"/>
459
- <path d="M141.7-1020.5a38.1 38.1 0 0 1 35.5-35.4c17.7 0 35.4 17.7 35.4 35.4s-17.7 35.4-17.7 35.4l70.8 70.9h-35.4l-53.1-53.1-53.2 53.1H88.6l70.9-70.9s-17.8-17.7-17.8-35.4z" transform="matrix(.85284 -.0897 .17238 .69338 50.8 -800.3)"/>
460
- <path d="M141.7-1020.5a38.1 38.1 0 0 1 35.5-35.4c17.7 0 35.4 17.7 35.4 35.4s-17.7 35.4-17.7 35.4l70.8 70.9h-35.4l-53.1-53.1-53.2 53.1H88.6l70.9-70.9s-17.8-17.7-17.8-35.4z" transform="matrix(.85378 .08583 -.16494 .69414 139.3 -830.7)"/>
461
- <path d="M567-657.3c0-44-150.9-79.7-336.7-79.7s-336.6 35.7-336.6 79.7v26.6c0-44 150.8-70.9 336.6-70.9S567-657 567-613v-44.3z" transform="matrix(1.0799 0 0 .70238 -6.2 -944.2)"/>
462
- </g>
463
- <ellipse cx="234.1" cy="-822.1" fill="#b90000" rx="375.9" ry="120.5" transform="matrix(.96627 0 0 .41385 13 -517.5)"/>
464
- </g>
465
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="m513.8-790.2 35.4-17.7 35.4 17.7s-73.3 35.5-73.3 159.5c0 88.6 125.2 106.3 125.2 212.6 0 45.6-34.1 88.6-69.6 88.6s-88.6-17.7-141.7-70.9c35.4 17.7 76 37.3 106.3 36 19.6-.3 55-17.7 55-53 0-71-122.8-107-122.8-213.3 0-124 50-159.4 50-159.4z" transform="matrix(.24 0 0 .1991 381.9 336.2)"/>
466
- <path fill="#b00" stroke="#000" stroke-width="18" d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.02071 -.00148 .00948 .02238 454.4 384)"/>
467
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="m520.3-790.2 46.6-17.7 10 17.7s-70.6 35.5-70.6 159.5c0 88.6 125.9 106.3 125.9 212.6 0 45.6-26.7 87.4-65.3 88.6-73.4 2.3-90.4-24-141.7-70.9 43.1 32.3 105 46.8 129 34.2 29.4-15.4 35-36 35-53.8 0-70.9-120.9-104.4-120.9-210.7 0-124 52-159.4 52-159.4z" transform="matrix(.24 0 0 .1991 381.9 336.2)"/>
468
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M513.3-789.7c7-2.4 36-18.2 71.3 17.3 17.8 17.7 17.8 53.1 17.8 70.8l53.1-53.1s-29-86.9-107.6-53.6a334.8 334.8 0 0 0-34.5 18.6z" transform="matrix(.24 0 0 .1991 381.9 336.2)"/>
469
- <path fill="#fff" stroke="#000" stroke-width="1.2" d="M523.8-796c8.8-2.8 36.7-6.3 64.6 18.6 17.7 17.7 19 42.9 19 60.6l40.6-38c3.4-3.1-24.8-81.2-99.2-54a154 154 0 0 0-25 12.9z" transform="matrix(.24 0 0 .1991 381.9 336.2)"/>
470
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m344.5-596.3 9.2 22.1s1.5-9.7 8.5-11.5l7-1.7s27 49.3 32.3 58.1c5.3 8.8-3.6 16.8-1.8 16.8s26.5-11.5 26.5-11.5-10.6.9-15-6.2-34.8-60-34.8-60 6.1-2.6 11.4-5.2c5.3-2.7 10.6 8 10.6 8L385.2-614s0 8.9-4.4 10.6c-4.4 1.8-8 3.6-8 3.6s-3.5-6.2-8-13.3c-4.4-7 4.5-14.1 4.5-14.1l-23 11.5s8 4.4 10.6 8.8l5.3 8.8s-3.2 1.8-8.2 3.5c-3.6 1.9-7.7 0-9.5-1.7z" transform="matrix(.19534 -.02065 .06668 .17315 476.4 339)"/>
471
- <path fill="#fff133" stroke="#000" stroke-width="1.2" d="m344.5-596.3 9.2 22.1s1.5-9.7 8.5-11.5l7-1.7s27 49.3 32.3 58.1c5.3 8.8-3.6 16.8-1.8 16.8s26.5-11.5 26.5-11.5-10.6.9-15-6.2-34.8-60-34.8-60 6.1-2.6 11.4-5.2c5.3-2.7 10.6 8 10.6 8L385.2-614s0 8.9-4.4 10.6c-4.4 1.8-8 3.6-8 3.6s-3.5-6.2-8-13.3c-4.4-7 4.5-14.1 4.5-14.1l-23 11.5s8 4.4 10.6 8.8l5.3 8.8s-3.2 1.8-8.2 3.5c-3.6 1.9-7.7 0-9.5-1.7z" transform="matrix(-.17775 .02412 -.0031 -.13262 595.4 97)"/>
472
- <path fill="#b00" stroke="#000" stroke-width="18" d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.02071 -.00148 .00948 .02238 457.9 383.8)"/>
473
- <path fill="#b00" stroke="#000" stroke-width="18" d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.03487 -.00148 .01595 .02238 452.7 386.7)"/>
474
- <path fill="#b00" stroke="#000" stroke-width="18" d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.03487 -.00148 .01595 .02238 456 386.5)"/>
475
- <path fill="#b00" stroke="#000" stroke-width="18" d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.04323 -.00148 .01978 .02238 451.4 389.9)"/>
476
- <path fill="#b00" stroke="#000" stroke-width="18" d="M212.6-453.5c-35.4 0-70.9 35.4-70.9 70.8s35.5 70.9 70.9 70.9h194.9c35.4 0 70.9-35.4 70.9-70.9 0-37-35.5-70.8-71-70.8H212.7z" transform="matrix(.04323 -.00148 .01978 .02238 455.4 389.6)"/>
477
- <path fill="#ffe000" d="M0 0h320v480H0z"/>
478
- </g>
479
- </svg>