@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,109 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-ky" viewBox="0 0 640 480">
2
- <path fill="#006" d="M0 0h640v480H0z"/>
3
- <path fill="#012169" d="M0 0h320v240H0z"/>
4
- <path fill="#fff" d="m37.5 0 122 90.5L281 0h39v31l-120 89.5 120 89V240h-40l-120-89.5L40.5 240H0v-30l119.5-89L0 32V0z"/>
5
- <path fill="#c8102e" d="M212 140.5 320 220v20l-135.5-99.5zm-92 10 3 17.5-96 72H0zM320 0v1.5l-124.5 94 1-22L295 0zM0 0l119.5 88h-30L0 21z"/>
6
- <path fill="#fff" d="M120.5 0v240h80V0zM0 80v80h320V80z"/>
7
- <path fill="#c8102e" d="M0 96.5v48h320v-48zM136.5 0v240h48V0z"/>
8
- <g stroke="#fff" stroke-linejoin="round" stroke-width="9.6" transform="translate(-306.8 -21.2) scale(.87136)">
9
- <use xlink:href="#a" width="100%" height="100%"/>
10
- <use xlink:href="#b" width="100%" height="100%"/>
11
- <use xlink:href="#c" width="100%" height="100%"/>
12
- <use xlink:href="#d" width="100%" height="100%"/>
13
- <use xlink:href="#e" width="100%" height="100%"/>
14
- <use xlink:href="#f" width="100%" height="100%"/>
15
- <use xlink:href="#g" width="100%" height="100%"/>
16
- </g>
17
- <g stroke="#000" stroke-width="1.4" transform="translate(-306.8 -21.2) scale(.87136)">
18
- <g id="b" fill="#fcea83">
19
- <path d="M754.4 449.6c2.9 7.6 23.5 17.7 47.5 4.8 16.3-9.2 26.8-22 36.9-45 2.8-5.8 4.3-13-2.4-17.3-5.3-3.9-14-8.2-17.8-12-1.9-2-3.8-3.4-5.2-4.8 1 1 1.9 1.9 2.8 3.3 9.6 11.5-.4 28.3-11 38.4-7.7 7.2-21.5 24.9-41.7 8.1-4.3-3.8-14.4 12-9 24.5zM1045.8 449.6c-3.4 7.6-24 17.7-47.5 4.8-16.2-9.2-26.8-22-37.3-45-2.4-5.8-3.9-13 2.8-17.3 5.3-3.9 14-8.2 17.8-12 1.9-2 3.3-3.4 5.2-4.8-1 1-1.9 1.9-2.8 3.3-9.6 11.5.4 28.3 10.5 38.4 7.7 7.2 22 24.9 42.2 8.1 4.3-3.8 13.9 12 9 24.5z"/>
20
- <path d="M900.1 490.8c38.3 0 97.3-17.3 129-77.7 5.2-10 0-15.3-6.3-18.6a73 73 0 0 1-19.2-14c7.7 7.7 6.2 13 1 21.6-24.5 40.8-58 61.4-104.5 61.4s-80-20.6-104.5-61.4c-5.2-8.6-6.7-13.9.5-21.5a66 66 0 0 1-19.2 13.9c-6.2 3.3-11.5 8.6-6.2 18.6 31.6 60.4 91 77.7 129.4 77.7z"/>
21
- </g>
22
- <g id="c" fill="#c8102e">
23
- <path d="M811.4 409.8c-1-4.8-7.1-2.9-9 2.9a68.4 68.4 0 0 1-6.8-10.6c-5.7-8.6-6.7-14.4 1.5-22.5 3.8-3.8 11.5-8.2 16.7-3.4 11 9.1 5.3 24-2.4 33.6zM988.3 409.8c1-4.8 7.7-2.9 9.6 2.9 2.4-3.4 4.8-6.7 6.7-10.6 5.7-8.6 6.7-14.4-2-22.5-3.3-3.8-11-8.2-16.7-3.4-10.6 9.1-5.3 24 2.4 33.6zM754.4 449.6c-4.8-7.2-8.6-26-9.6-30.7-1.4-4.3-1.9-8.2 3.4-10 5.3-2 10 4.7 12.4 10.5 2.4 5.7 6.3 14.3 10.6 24.9-10.6-6.2-19.2-2-16.8 5.3zM1045.8 449.6c4.3-7.2 8.1-26 9.6-30.7 1-4.3 1.9-8.2-3.4-10-5.3-2-10 4.7-12.4 10.5-2.4 5.7-6.3 14.3-10.6 24.9 10.6-6.2 18.7-2 16.8 5.3z"/>
24
- </g>
25
- <g fill="#00493d" stroke="none">
26
- <path d="m782.2 406.4-3.8 2c-1 .4-1 1.4-1 1.9h-.5L775 406h.5c0 .4.5 1 1.4.4l8.2-4.3c1-.5 1-1 .5-1.4l.4-.5 2.4 4.8h-.4c-.5-.5-1-1-2-.5l-3.3 2 1.4 2.8 3.9-1.4c1-.5.4-1.5.4-2h.5l2 4.4c-.5-.5-1-1-2-.5l-8.1 4.3c-1 .5-1 1-.5 1.4l-.5.5-2.4-4.3.5-.5c.5.5 1 1 2 .5l3.8-2zM790.4 412.7c1-.5 1-1 .4-2h.5l4.8 7.2-3.3 2.4v-.4c1.9-1.5 1.9-3.4 1.4-3.9s-1-1-1-1.4c-.4 0-.4-.5-1.4.5l-3.4 2.4c.5.4 1 1.9 3.4.4h.5l-5.3 3.9v-.5c2.4-2 1.4-3.4 1-3.8l-3.4 2.4c-1 .4-1 1-1 1.4.5 0 .5.5 1 1 .5 1 2 1.9 4.3 1l.5.4-3.8 1.4-4.8-7.6h.5c.4.4 1 1 1.9.4zM798 430.9l-3.3 2.8c-.5.5-.5 1.5 0 2h-.5l-3.4-3.4.5-.5c.5.5 1 1 2 0l6.2-6.2c1-.5 1-1 .4-2l3.4 4c-.5-.6-1.4-.6-2 0l-2.8 2.8 2.4 2.4 2.9-2.4c1-1 .5-1.4 0-2l.5-.4 3.3 3.8h-.5c-.4 0-1-.4-1.9.5l-6.2 5.8c-1 1-1 1.4-.5 1.9v.5l-3.3-3.9c.4 0 1.4.5 1.9 0l3.3-3.3zM805.2 441l1.5 1.4 1.9-4.3s-1.5.4-3.9 1.9l.5 1-.5.4-1-1c-.4.5-.9.5-1.4 1-1.4 1-1 1.5-.4 2v.4l-2.4-2.4h.4l2-.5 9.5-5.2.5.4s-.5.5-4.8 10.1c0 1-.4 1.4 0 2.4l-3.8-3.3.5-.5c.5 1 1.4 1 1.9 0 0-.5.5-1.5.5-2l-1.5-1.4.5-.5zM809 450.5l.5-.5c.5.5 1 .5 2 0l6.2-8.1-.5-.5c-1-.5-2.4-.5-3.8 1v-.5l1.9-2.4 7.2 5.3-2.4 2.8h-.5c1.4-1.4 1-3.3 0-3.8v-.5l-6.2 8.2c-1 .5-.5 1.4 0 1.9h-.5z"/>
27
- <path d="m821.5 452.4-2.4 3.4c-.5 1 0 1.4.5 2l-.5.4-3.8-2.9v-.5c1 .5 1.4.5 1.9-.4l5.3-7.2c.4-1 0-1.5-.5-2l.5-.4 3.8 2.8v.5c-1-.5-1.4-.5-2 .5L822 452l2.9 1.9 2.4-3.4c.4-1 0-1.4-.5-1.9l.5-.5 3.8 2.9v.5c-.5-.5-1.4-.5-2 .5l-4.7 7.6c-1 .5-.5 1 0 1.5v.4l-4.3-2.8h.5c.4 0 1 0 1.4-.5l2.4-3.8zM831.1 465.9l.5-.5c.5.5 1.4.5 1.9-.5l3.8-8.1c.5-1 0-1.5-.5-2l8.2 3.9-2 3.8-.4-.5c1.4-1.9 0-3.8-.5-4.3-.5 0-1-.5-1.4-.5-.5 0-.5 0-1 1-.5.5-1.9 3.3-1.9 3.3.5.5 1.4 1.5 3.4-1h.4l-2.8 5.8-.5-.4c1.4-3-.5-3.4-1-3.4l-1.9 3.8c-.5 1 0 1.5.5 1.5v.5zM845 472.6c-1.4-1-1.4-3.9 0-6.7 1-3 2.9-5.3 4.8-4.4 1.4.5 1 3.4 0 6.3-1.5 3.3-3.4 5.2-4.8 4.8h-.5c3.4 1.4 5.8-.5 7.2-3.9 1.4-2.8 1-6.2-2-7.6-2.8-1.5-5.7.4-7.1 3.8-1.4 3.4-1 6.7 2 7.7zM859.8 473.5l2-5.7c.4-1 0-1.5-.5-2l2.4.5v.5c-.5 0-1 0-1.5 1l-1.9 5.7c-1 2.4-2.4 4.3-5.2 3.4-2-.5-3.4-2.9-2.4-5.3l2.4-6.2c.4-1 0-1.5-.5-2v-.4l4.3 1.9v.5c-.5-.5-1.4-.5-1.4.5L855 472c-.5 1.9-.5 3.8 1 4.3 1.4.5 2.8-.5 3.7-2.9zM864.2 467.3c0-.5 0-.5-.5-.5l3.3.5 3 9.1 1.4-5.8c.4-1 0-1.4-.5-1.9l2.8.5-.4.5c-.5 0-1 0-1.5 1l-2.4 10.5h-.4l-3.9-11.5-2.4 7.7c0 1.4.5 1.4 1 1.9v.5l-2.9-1v-.5c.5.5 1.4 0 1.4-1l2.4-8.6zM880.5 476.9c-1 4.3-3 5.3-3.9 5.3h-1s-.4-.5 0-1l1.5-9.6c.5-.5.5-1 1-.5h1c.9 0 1.8 2 1.4 5.8l1.4.5c1-4.8-1-6.8-3.4-7.2-1.9-.5-4.8-1-4.8-1v.5c.5.5 1.5.5 1 2l-1.4 8.5c-.5 1-1 1.5-1.5 1.5h-.4l4.7 1c2.4.4 4.8 0 5.8-5.3zM884.8 473c0-1-1-1.4-1.5-1.4v-.5l8.7 1-.5 3.8c0-2.4-1.5-3.3-2.4-3.3-.5-.5-1-.5-1.5-.5-.4 0-.4 0-.4 1.4l-.5 3.9c.5 0 1.9.4 2.9-2.4l-.5 6.2h-.5c0-2.9-1.4-2.9-2-2.9l-.4 4.3c0 1 0 1 .5 1l1 .5c1.4 0 2.8-.5 3.8-3.4h.5l-1 3.8-9.1-1c1 0 1.4-.4 2-1.3zM900.6 478.8c0 4.3-1.5 5.7-2.9 5.7-.5-.4-.5-.4-1-.4l-.4-.5.5-10c0-.6 0-.6.4-.6h1c1 0 2.4 1.5 2.4 5.8h1.9c0-4.8-2.4-6.2-4.8-6.2-2-.5-4.8-.5-4.8-.5v.5c.5 0 1.5.4 1.5 1.4l-.5 9.1c0 1-.5 1.4-1 1.4v.5h4.3c2.4 0 4.8-1 5.3-6.2h-2zM914.5 482.6c0 1 .5 1 1.4 1v.5l-5.3.4c.5-.4 1.5-1 1.5-1.9l-1-9c-.5-1-1-1-1.9-1v-.5l5.3-.5c-.5.5-1.5 1-1 2zM919.3 483.6v-.5c.5 0 1-.5 1-1.4l-2-10h-.5c-1 .4-1.9 1.3-1.4 3.3h-.5l-.5-3.4 8.7-1.4.4 3.3h-.4c0-1.9-1.5-2.4-3-2.4h-.4l2 10c0 1 .4 1.5 1.4 1.5v.5zM939.9 474l-2-5.7c0-1-.9-1-1.4-1v-.5l2.4-1v.5c-.5.5-.5.5-.5 1.5l2 6.2c.4 2 .4 4.8-2.4 5.8-2 .4-4.3-.5-4.8-3.4l-2-6.2c-.4-1-.9-1-1.4-1l-.5-.5 4.8-1.4v.5c-.4.5-1 1-.4 1.9l1.4 6.2c.5 2 2 2.9 3.3 2.9 1.5-.5 2-2.4 1.5-4.8zM945.2 470.6c2.3-1 1.9-2.3 1.4-3.8-.5-1.4-1.4-2.4-2.4-1.9-.5 0-1 .5-.5 1l1.5 4.7.4.5 1 3.9c.5 1 1.4 1 2 .4v.5l-4.4 2-.5-.5c1-.5 1-1 1-2l-3.4-8.1c-.5-1.4-1-1-1.9-1v-.4l4.8-2c2-.4 3.8 0 4.8 2 .5 2.4-.5 3.8-2.4 4.8-.5 0-1 .4-1 .4z"/>
28
- <path d="M957.1 472c-1.4.6-3.3-1.4-4.8-4.7-1.4-2.9-1.4-5.8 0-6.2 1.5-.5 3.4 1.4 4.8 4.3 1.5 2.9 1.5 5.7 0 6.7 3-1 3.9-4.3 2.4-7.7-1.4-2.9-4.3-4.8-7.2-3.8a5.6 5.6 0 0 0-2.4 7.7c1.5 3.3 4.4 5.2 7.2 3.8zM957.6 458.7h-.9l2.8-2 8.7 4.8-3-5.2c-.4-1-1.4-1-1.8-1v-.5l2.4-1c-.5.6-1 1 0 2l4.8 9.6-.5.5-10.6-5.8 3.9 7.2c.4 1 1.4 1 1.9.5v.5l-2.4 1.4v-.5c.5-.5.5-1 0-1.9l-3.8-7.7-1.5-1zM979.2 460.1v-.5c0-.5.5-1 0-1.9l-5.8-8.1h-.5c-1 .4-1.4 2.4 0 3.8l-.4.5-2-3.4 7.2-4.8 2 3c-1.5-1.5-3-1.5-3.9-1l-.5.4 5.8 8.2c.5 1 1.4 1 2 .5v.4z"/>
29
- <path d="m984.5 448.6 2.8 3.4c.5.4 1.5.4 2 0v.4l-3.9 3.4v-.5c.5-.5.5-1 0-1.9l-5.7-7.2c-.5-1-1-.5-2-.5l3.9-3.3v.5c0 .4-.5 1 0 1.9l2.4 2.8 2.8-1.9-2.3-3.3c-.5-1-1.5-.5-2-.5l3.9-3.4v.5c-.5.5-.5 1 0 2l5.7 7.1c.5.5 1 .5 1.5 0l.4.5-3.8 3.4-.5-.5c.5-.5 1-1 .5-2l-2.9-3.3zM988.8 438.5c-.5-.4-1.5-.4-2 0v-.4l6.3-5.8 2.9 2.9h-.5c-1.5-2-3.4-1-4.3-.5 0 .5-.5.5-1 1 0 0 0 .4.5 1.4l2.9 2.9c.4-.5 1.9-1.5 0-3.9h.4l3.9 4.4v.4c-2.4-2.4-3.4-1-3.9-.4l3 2.8c.4 1 .9 1 .9 1l1.4-1.4c.5-.5 1-2 0-4.8h.5l1.9 3.3-6.2 6.2-.5-.4c.5-.5 1-1 0-2zM1000.3 425.1c-.5.5-.5 1.5.4 2 1 .9 2 .9 3.9 0 1-.5 2.8-1 4.3.4 2.4 2.4 1.4 4.3 1 5.3-.5.5-1.5 1-2 1.4-.5 0-.5 0-.5.5v.5l-3.3-2.9h.5c1.9 1 3.8 1.4 4.8 0 1-1 0-2-.5-2.4-1-1-2-1-3.4 0-1.4.5-3.3.5-4.8-.5-1.9-1.9-1.9-3.3-1-4.8l2-1.4c.5 0 .5 0 0-1l3.4 2.4h-.5c-2.4-1-3.9-.4-4.3.5zM1004.6 421.3c-1-.5-1.5 0-2 .5h-.4l5.3-7.7 3.3 2.4-.5.5a3.3 3.3 0 0 0-4.3 0c0 .5-.5 1-.5 1.4-.4 0-.4.5.5 1 .5.5 3.4 2.4 3.4 2.4.5-.5 1.4-1.5-.5-3.4v-.5l4.8 3.9c-2.9-1.5-3.4 0-3.8.4l3.3 2.4c1 .5 1.4.5 1.4.5 0-.5.5-1 1-1.4.5-1 1-2.4-1-4.3l.5-.5 2.4 2.9-4.8 7.2h-.5c.5-1 .5-1.5-.4-2.4zM1017.5 412.7l-1.4 2.4c-2-2-2.9-3.4-2.9-3.4l4.3 1h1c.5 0 1.4.4 1.9.4 1.4.5 1 1 .5 2h.5l2.4-4.4c-1 1-1.5.5-2.4.5-10.1-1.9-11-2.4-11-2.4v.5l7.6 8.6c.5.5.5 1.5.5 2h.5l1.4-2.4-.5-.5c-.5 1-1 1.4-1.9 0l-1-1 1.5-3.3zM1014.6 402.1c-.4.5-.4 1.5 1 2 1.4.4 2 0 3.4-1s2.8-2 4.7-1c3 1.5 2.4 3.9 2 4.8l-1.5 2v.9l-3.8-2c2.4.5 4.3 0 4.8-1.4.5-1-.5-1.9-1-2.4-1-.4-1.9 0-3.3 1-1.5 1.4-3 2-4.8 1-2-1-2.9-2.4-2-3.9 0-1 1-1.4 1.5-1.9 0-.5 0-.5-.5-1v-.4l3.9 1.9h-.5c-2.4-.5-3.9.5-3.9 1.4z"/>
30
- </g>
31
- </g>
32
- <g stroke="#000" stroke-width="1.4" transform="translate(-306.8 -21.2) scale(.87136)">
33
- <g id="d" fill="#073163">
34
- <path fill="#fff" d="M863.2 232.5c-6.2 1.4-10.5 1.9-16.3-3.4-3.8-3.8-2.9-10.5 1-13 4.3-2.8 8.1-4.7 13.4-3.3 5.3 1.5 19.2 14.4 15.8 14.9-3.4 0-8.6 3.3-13.9 4.8zM878 209.5c2-1.5 4.4-2.4 10.6-3 5.8-.4 10-.4 11.5 4 2 5.2 3.4 11.4 7.2 14.3-2.4 1.4-14.4 2.9-18.7.5-5.7-2.9-7.2-14-10.5-15.8zM919.3 210c1.9-1.5 4.3-1.5 10.5-1s8.6 1 10 5.3c1.5 4.8 0 11 3 15.3-3 1-12.5 1-15.9-2.4-5.2-3.8-4.8-14.9-7.6-17.3z"/>
35
- <path d="M948 212.8c-4.3-1-7.2-1.4-9 0 2.3 2.9.4 14.4 5.2 18.2 3.3 2.4 12 3 13.9-2.4 2.4-4.8 2.4-12-10-15.8zM898.7 208c1.4-1.4 4.3-1.9 10-1.9 6.3 0 10 1 12 4.8 2 4.8 1.4 11 4.8 14.9-1.4 1.9-14.4 1.9-18.2-1-5.3-3.4-5.8-14.4-8.6-16.8zM858 212.3c0-2.4 3.3-2.8 12-3.3 8.5-1 9-.5 11.9 5.7 1.4 3.4 3.3 9.1 7.2 11-10.6 2.5-14 3.9-19.7.5a29.2 29.2 0 0 1-10-10.5c-.5-1.4-.5-2.9-1.5-3.4z"/>
36
- </g>
37
- <g fill="#f9d050" stroke-width=".6">
38
- <g id="f">
39
- <path d="M881 163.5c-10.1-7.7-22.1-14.9-33.1-16.3a280 280 0 0 1 32.6 25.4"/>
40
- <path d="M886.7 156.3c-12-8.2-25.9-17.3-39.3-18.2a124 124 0 0 1 33 27.8M902 142.9a93 93 0 0 1 23.5-32.2c-4.8 10.1-10 30.7-12.5 38.9"/>
41
- <path d="M912.6 140.5A48.4 48.4 0 0 1 937 115a101.2 101.2 0 0 0-18.2 35"/>
42
- <path d="M916.9 150a84.5 84.5 0 0 1 37.8-31.6c-12 12-29.7 34-34 42.7M923.6 160.6c8.6-4.8 25.9-12.5 38.3-10-7.6 2.8-30.6 13.3-40.7 23"/>
43
- <path d="M921.7 157.2c8.1-8.6 23-21.5 38.8-26.8-11.5 11-36 36-39.3 39.8M898.7 152c-5.8-17.8-14.4-34.5-27.3-39.8a130.9 130.9 0 0 1 21 48.9M887.6 151.5c-9.5-11.5-22.5-23-37.3-25.4a90.1 90.1 0 0 1 33 38.8"/>
44
- <path d="M893 151c-12-21.6-21.2-25.4-26.4-29.7 4.3 8.1 14.8 29.7 21 38.8"/>
45
- <path fill="none" d="M869 149.6a57.7 57.7 0 0 1 17.2 16.7"/>
46
- <path d="M869 159.6c2.8 2.4 8.1 5.3 12.9 9.6M926 166.8c4.8-3.8 15.3-10 20.6-12M922.6 163.5c4.8-6.3 14.4-14.9 17.8-17.8M936 133.7a286.9 286.9 0 0 0-18.2 22.6M923.6 129.4a157 157 0 0 0-12 21.1M885.7 130.4c2.9 7.7 8.2 20.6 10 25.9M881.4 138.5c2 3 5.8 9.6 7.2 14.4"/>
47
- </g>
48
- <g id="g">
49
- <path d="M897.7 136.1c0-4.3 2.9-9 5.8-9 3.3 0 5.7 5.7 5.7 9 0 3.9-2.9 7.2-5.7 7.2-3 0-5.8-2.8-5.8-7.2z"/>
50
- <path d="M891.5 140c.5-4.8 3.8-8.6 6.7-8.2 2.9.5 4.3 6.3 3.8 9.6-.5 3.8-3.8 6.7-6.2 6.2-2.4 0-4.8-3.3-4.3-7.6zM904.4 141.4c-1-4.3 1-9 3.9-9.6 2.8-.4 5.7 4.3 6.2 8.2 1 3.8-1.5 7.6-3.9 7.6-2.3.5-5.7-1.9-6.2-6.2z"/>
51
- <path d="M897.2 145.2c0-4.7 2.9-9 5.8-9 3.3 0 5.7 5.2 5.7 9 0 3.9-2.8 7.2-5.7 7.2-2.9 0-5.8-2.8-5.8-7.2z"/>
52
- <path d="M888.6 147.6c0-4.3 3.4-9 6.2-9 3 0 5.8 5.7 5.8 9 0 3.9-3.4 7.2-5.8 7.2-2.8 0-6.2-2.8-6.2-7.2zM906.3 145.7c0-4.3 3-9 5.8-9 3.3 0 5.7 5.7 5.7 9 0 3.9-2.8 7.2-5.7 7.2-2.9 0-5.8-2.9-5.8-7.2z"/>
53
- <path d="M904.4 149.6c0-4.8 3.4-9.1 6.2-9.1 3 0 5.8 5.2 5.8 9 0 3.9-2.9 7.3-5.8 7.3-2.8 0-6.2-3-6.2-7.2z"/>
54
- <path d="M896.8 153.9c0-4.8 2.8-9.1 5.7-9.1 3.4 0 5.8 5.7 5.8 9 0 4-3 7.3-5.8 7.3-2.9 0-5.8-3-5.8-7.2zM884.8 153.9c0-4.8 2.4-9.1 4.8-9.1s4.3 5.7 4.3 9c0 4-2.4 7.3-4.3 7.3-2.4 0-4.8-3-4.8-7.2zM911.6 153c0-4.4 2.4-8.7 4.8-8.7s4.8 5.3 4.8 8.6c0 4.3-2.9 7.2-4.8 7.2-2.4 0-4.8-2.9-4.8-7.2z"/>
55
- <path d="M914.5 161c1-4.7 3.8-8.6 5.7-8 2 .4 2.4 6.1 1.5 9.5-.5 4.3-3.4 6.7-5.3 6.2-2-.4-2.9-3.8-2-7.6z"/>
56
- <path d="M905.4 159.6c.5-4.3 3.3-8.6 5.7-8.1 2.9 0 4.3 5.7 3.9 9-.5 4.4-3 7.3-5.3 6.8-2.4 0-4.8-3.4-4.3-7.7zM892 161c-1.5-4.7-4.4-8-6.3-7.6-1.9.5-2.4 6.2-1.4 9.6 1 3.8 3.8 6.2 5.7 5.7 1.5-.4 3-3.8 2-7.6z"/>
57
- <path d="M888.6 160.1c0-4.3 2.4-8.6 4.8-8.6 2.9 0 4.8 5.3 4.8 8.6 0 4.3-2.4 7.2-4.8 7.2-2 0-4.8-2.9-4.8-7.2z"/>
58
- <path d="M895.8 162c0-4.8 2.9-9 5.7-9 3.4 0 5.8 5.2 5.8 9 0 3.9-2.9 7.2-5.8 7.2-2.8 0-5.7-2.9-5.7-7.2zM898.2 109.3c-1 3.8-4.3 7.2-2 12.5-4.2-1.5-8-2-11.4 1.9 4.3-.5 8.1 1 10 3.8-3.8-.5-5.7 1.5-6.7 3.9 3.4-1 6.7-2 8.2-1.5-1.5 1.5-3.9 3.8-4.3 5.8 2.8-2.4 6.2-2 8.1-3.4-1.4 3.4 1.4 6.7 3.8 10-.4-4.7 2.4-8 1-10.5 4.3 1 4.8 4.8 11 4.8-2.4-1.4-3.8-6.2-6.7-6.2 1.4-.5 7.2-1 8.2 0-1-2-4.4-3.8-6.3-3.8 2-2 5.3-5.8 7.7-6.8-3.4.5-8.6 1-10.5 3.9 4.7-3.9 3.8-11 9-12-2.8-.5-7.1 1.4-10.5 4.8 1.5-2.9 1.5-6.7 3.4-7.7-3.9 1-8.2 5.8-9.6 8.2a18 18 0 0 0-2.4-7.7z"/>
59
- <path d="M900.6 117c0 1.4 0 4.3-.5 5.2M906.8 116.5c-1 1-2.9 4.3-2.9 7.2"/>
60
- <path fill="none" d="M909.7 122.2a7.6 7.6 0 0 0-3.4 4.4"/>
61
- </g>
62
- </g>
63
- <g id="e" fill="#059334">
64
- <path d="M858.9 169.7c-3.4 0-6.2-1.4-8.2-3.8-3.3-4.4-12.4-6.3-16.3-2.4-1.4 1-3.3 1-4.7 1.4-2.4 0-5.3 2.4-4.4 7.2 2-1.5 2.4 0 3.9 0 1-.5.5.5.5 1.4 0 2.4 5.2 7.2 10 6.7 5.3 0 7.7 2 8.6 3 1.5 1.3.5.9 1.5 3.3 1.4 1.4 1.9 1.9-.5 3.8a9.7 9.7 0 0 0 0 14.9c6.2 4.7 22 12 39.8-2 17.2-13.4 44-5.7 46-1 2.4 4.9 3.3 7.7 3.8 10.1.5 2 2.9 3.9 6.3 3.4 3.3 0 7.1 1.4 9 2.9 2.5 1.4 5.8 1 4.9-3.4-2-13.4-10.1-15.3-11-21.5 4.7.4 8 .4 10-1.5 1.4-1.9 3.3-5.3 5.3-6.2 1.4-1 1.4-2-.5-1.5-2.4.5-3.8 1.5-8.2 1-22-2.4-83.8-19.2-95.8-15.8z"/>
65
- <path fill="#000" d="M956.7 186a34.8 34.8 0 0 0-9.2 9.6c-4.7 6.2-19.1 12.4-36.9 12.4-17.2 0-27.7-2.8-35.4-9a60.6 60.6 0 0 0-10.6-6.8c-5.2-2.4-6.2-7.7-4.8-12-1.4 2.4-2.3 4.8-5.2 4.3-2 0-5.8 0-4.8 2-.5-1-.5-2.4-1-3l-1-.9c1.5 1 4.9-1.9 7.3-1.9 1.9.5 4.3-1.9 3.8-4.8l-1.4-6.2c3.8-2 54.1 7.2 64.2 8.1 10 .5 38.8 4.8 35 8.2z"/>
66
- <path d="M865.6 167.8c4.8-4.8 10.5-7.2 16.3-5.8h1.4c3-2.4 9.6-2.9 13.5-1h1.9c5.7-1.9 16.7 0 20.6 3.9l1.4 1c13-1 20.6 4.7 29.7 13.9 1 1 2.4 2.8 4.8 3.3 2.9.5 3.4 2 1 3.4a37.8 37.8 0 0 0-10 9c-4.4 5.8-18.3 11.6-35.6 11.6-16.7 0-26.8-3-34.5-8.7-4.3-3.3-7.6-5.2-10-6.7-2.9-1-6.7-4.8-5.3-8.6 1-3.8-1.4-8.6-3.3-13.4 1.4-1 5.2-2.4 7.1-1.4z"/>
67
- <g fill="#00493d">
68
- <path d="M950.4 179.8c-9-9.2-16.7-14.9-29.7-14 0 .5 0 2-.5 3a66.3 66.3 0 0 1 23.5 17.7c2-2 5.3-4.3 6.7-6.7zM919.3 164.9c-3.9-3.8-14.9-5.8-20.6-3.8 0 1.9 0 4.8-1 6.7 3.4 1.4 6.2 4.8 9.1 8.1 2-.5 6.7-1.9 9.1-2.4a44 44 0 0 0 3.4-8.6zM896.8 161c-3.9-1.9-10.6-1.4-13.5 1-1 2-1.4 5.8-1.4 7.7 2 0 4.8 1.4 5.7 2.4 3-1 6.8-2.9 8.2-4.3.5-2 1.4-4.8 1-6.7zM865.6 167.8c4.8-4.8 10.5-7.2 16.3-5.8-1 1.5-1.4 4.3-1.4 7.2-5.3-.5-12 1-14.9 2.9z"/>
69
- <path d="M941.8 187.4a64.2 64.2 0 0 0-22-16.8c0 .5-1 2.4-1.5 3.9 2.9 4.3 8.6 13.9 11 19.2 2.4-1 9.1-3.9 12.5-6.3zM905.4 198a179 179 0 0 0 1.4-19.7c2.4-.5 7.2-1.9 9.1-2.4 2.4 3.9 8.2 14 10.6 18.7-5.8 1.4-15.4 3.8-21.1 3.4zM888.6 175c2.4-1 5.8-3 8.1-4.8 2 1.4 5.8 4.8 7.2 6.7 0 4.3-1.4 16.8-1.9 21-3.8 0-10-.9-13.4-2.8.5-7.2 1-15.3 0-20.1zM864.6 180.7c.5-1 1-4.3 1-5.7 3.8-2.4 13.4-4.8 20.6-1 .5 4.8 0 16.8-.5 19.7a96.4 96.4 0 0 0-21-13z"/>
70
- </g>
71
- <g fill="none">
72
- <path fill="#000" stroke="none" d="M840.7 172c-1 0-1.5-2.8-3.4-2.8-.5 0-1.9.5-2.4 0 0 1 .5 2 1 2.4.5 1.4 2.9.5 4.8.5z"/>
73
- <path d="M840.7 180.2c5.7 0 6.7-7.2 9.6-7.6M844 180.7c4.3 2 7.7-8.1 11-7.7M835.4 168.3c1.4 0 2.4-2 4.8.4 1 1 2.4 1.5 3.4 1.5M842.6 175.4c-2 3-5.3 4.8-7.2 3.9M834.4 163.5c-1.4 1-2.3 2.8-3.3 4.3M829.7 170.6v2.4"/>
74
- </g>
75
- </g>
76
- </g>
77
- <g stroke-width="1.4" transform="translate(-306.8 -21.2) scale(.87136)">
78
- <path id="a" fill="#fff" d="M989.7 233v93.4c0 81-38.3 108.8-89.6 130.8-51.3-22-90-49.8-90-130.8v-93.5h179.6z"/>
79
- <path fill="#c8102e" d="M900.1 312c4.3 0 11-3.8 16.8-9.6 6.2-6.7 16.8-9 27.8 0 11 9.1 17.7 5.3 23.5 0 5.7-5.2 10.5-7.2 21.5-7.2V233H810v62.3c11 0 15.8 2 21.6 7.2 5.7 5.3 12.4 9.1 23.5 0 11.5-9 21.5-6.7 28.2 0 5.3 5.8 12 9.6 16.8 9.6z"/>
80
- <g fill="#0b50a0">
81
- <path d="M900.1 360c5.8 0 17.3-6.3 20.1-7.7 10.6-6.3 18.2-.5 24.5 2.4 6.7 2.8 19.1 6.2 26.8 0 7.7-6.3 12-5.8 17.3-5.8 1-7.2 1-14.4 1-22.5v-5.8c-6.8-1.4-10.1.5-17.3 6.8-7.2 6.2-15.4 4.8-26 1-10-4.4-20-12-30.1 0a24.2 24.2 0 0 1-16.3 8c-7.2 0-13.4-4.7-16.3-8-10.5-12-20.1-4.4-30.2 0-10.5 3.8-19.2 5.2-26.3-1-6.7-6.3-10.1-8.2-17.3-6.8v5.8c0 8.1.5 15.3 1.4 22.5 5.3 0 9.2-.5 16.8 5.8 7.7 6.2 20.6 2.8 26.9 0 6.7-2.9 14.3-8.7 24.9-2.4 2.9 1.4 13.9 7.6 20.1 7.6zM900.1 380.6a51 51 0 0 0 23.5-7.2c9.6-5.3 16.3-3 25.9 1.9 10 4.8 18.2 3.3 24 0 2.8-2 5.2-5.8 11.4-4.3-2.8 12-7.2 22.5-12.4 31.1a32.5 32.5 0 0 1-25-1.9c-10-4.8-22.5-7.7-29.2-3.4a36 36 0 0 1-18.2 5.8c-5.3 0-12-2-18.2-5.8-6.7-4.3-19.2-1.4-29.2 3.4a32.5 32.5 0 0 1-25 2c-5.2-8.7-9.5-19.3-12.4-31.2 6.2-1.5 8.6 2.4 11.5 4.3a23.9 23.9 0 0 0 23.5 0c10-4.8 16.7-7.2 26.3-2a51 51 0 0 0 23.5 7.3zM900.1 457.2a191.9 191.9 0 0 0 51.3-29.7c-3.9-1.4-6.2-.5-9.6-2.9-3.4-2.4-13.4-3.3-22 1.5a39 39 0 0 1-39.3 0c-8.7-4.8-18.7-3.9-22-1.5-3.4 2.4-5.8 1.5-9.7 3a184.7 184.7 0 0 0 51.3 29.6z"/>
82
- </g>
83
- <g stroke="#000">
84
- <path fill="#f9d050" d="M887.6 256.4c.5 1-.4 3.4 0 4.3 1 2 1 3 2.4 3.9h3.4c10.5 0 23-4.3 33.5-4.3 10.1 0 16.3 3.3 22 3.3 3.4 0 6.3-2.4 6.3-4.8s-3.8-3.8-12-3.8c-11.5 0-17.7 2.9-27.3 2.9-14.4 0-16.8-5.3-16.8-7.7 0-2.4 2.4-5.7 10.1-5.7 2.4 0 4.3-.5 5.3-1.5.5-1 1.9-2.9 4.8-4.3 3.3-2 10 0 13.4-2.4 0 2-2.9 4.8-5.3 5.8 4.8-1.5 10-1.5 11 2.4-2.4-1.5-6.2-.5-7.6 0-2 .4-2.9 1-4.8 1.4 1.9-.5 2.9 3.3 5.7 3.3-2.8 2.4-7.6 2.4-12.4.5-1.5-.5-5.3-1.9-7.7-1.9-4.8 0-7.7 1-7.7 2.9 0 2.4 3 3.8 11.5 3.8 8.7 0 13.5-2.4 26.4-2.4-1-1.4.5-2.9-1.4-4.3 4.8 0 10 1.4 12 4.8-.5-3.4 2.3-6.2 1.4-9.1 2.9.5 5.3 3.3 5.7 5.7 0-1.4 2-1.4 2-2.8a7.4 7.4 0 0 1 3.8 7.6c1.4-2.4 2.9-1.4 3.8-4.3 1 2 .5 7.7-2.9 9.6 3-2 7.2-2 10.1 1.4-2.9-.4-4.3 1-5.7 1.5A44.4 44.4 0 0 1 948 267c-7.6-.5-8.6-2-13.4-2 2.9.5 8.6 6.3 14 6.3 3.3 0 5.7 0 7.1-.5 1.4-.5 3.8 0 5.7 1 1.5 1.4 4.4 2.8 6.3 2.4-.5 1.9-1.5 2.8-2.9 3.3 2.4 1.5 1 2.4 3.4 4.3-1 0-2 1-3.4.5 1.4 1.4 1.4 3.4 2.9 4.3-.5 0-2 .5-2.9 0 1.4 2 0 4.3 1.4 5.3 1.5 2-1.4 4.3-3.8 2.4.5 1.4-1 2.9-2.4 2.4s-2.4-2-2-2.4c0-.5 0-.5.6-1-1 1.5-2.9 1.5-3.9 1-.4-.5-1-1-1-1.4-3.3 1-4.7-2-4.2-3.4.4-1.4 3.3-2 4.3-1.4 1 .4 1.9 1 2.9 0 1-.5 1.4-1.5 1.4-2.4 0-1.5-1.4-5.8-7.7-5.3-7.2.5-18.7-1.4-24.4-3.4-.5-.4-1-.4-1.5-1 0 2-1.9 3-1.9 4.9 0 2.4 1 4.3 3.9 5.2-1.5 2.4-3.9 2-4.8.5 0 1.5-2 2.4-2 4.3-.4-1-1-1.4-1.4-2.4-1.4 3.4-5.3 5.3-7.2 4.4-2.4 1.9-5.2 1.4-6.2-.5-1.4 1-3.4 1-4.3 0 0 1.4-1 1-1.5 2.9 0 1-1.9 1.4-2.8 1-1-.6-1.5-2.5-.5-3.4-1.4 1-2.9 1-3.8 0 0-1 0-2.4 1-3h.9c-1-.4-2.4 0-3.4-.4-1-1-1-2-.5-2.9.5-.5 2-1.4 3-.5l.4.5c0-1 .5-1.9 1-1.9 1-.5 2.3-.5 3.8 1 1 1.4 1.9 1.4 4.8 1 2.4 0 6.2-2.5 9-4.9-8-1.4-3.3-6.7-.9-8.6-1.9-.5-4.8-.5-6.7.5-10 5.3-20.6 11.5-27.3 9.6a6 6 0 0 0 1 2.8c-1.5 0-4.4 0-5.3-1.4-.5 1-1.4 3.4-.5 5.3-1-1-3.8-2-5.3-2.4 1 1 0 2.9.5 4.3-1.4-1.4-3.8-2.4-4.8-1.4s-2.9 1.4-4.3 1a7.5 7.5 0 0 1-3.8 2.8c0-1 0-2.4-.5-2.9-.5 1.5-2 3.4-3.8 4.3 0-1 0-2.4-.5-3.3 0 1.9-3.8 2.9-4.3 4.3.5-1.4.5-2.9.5-3.8a7.3 7.3 0 0 1-4.8 3.3c.4-1 1-2 .4-2.9-.4 2-3.3 3-5.7 2.4 0 1-2 2.4-4.3 1-1.5-.5-2.4-2-1.5-2.9-1.9 0-3.8-1.9-2.8-3.3 0-.5.4-1 .4-1.5-1.4-1-1.9-2.9-.4-4.3.4-.5 1.9-.5 2.8-.5 0-3.8 3.4-3.8 4.8-1 1 1.5 3.9 3.9 6.3 3.4 1 0 1.4-.5 2.4-.5a43 43 0 0 0 12-6.2c.4-1.4.4-2.4.4-3.3-1.9 1-3.8 1.9-4.8 3.3v-1.4c-1.4 0-3.8-.5-4.8-.5.5-.5 1-2.9 2-3.4-2.4.5-4.8 0-6.8-.4 1-1 1-2.4 1.5-3.9-1 .5-3.4-.4-5.3 0 .5-1.4 1-3.3 2.4-3.8-2 .5-4.3 0-6.7-1 2 0 2.9-2.4 4.3-2.4-3.8 0-4.8-1.9-6.7-2.8 1.4.4 2.4-1 3.8-1-1.4-.5-3.8-2.9-2.8-4.3-.5.5-1 1.4-2 2-1 .4-2.8 0-4.3-1.5-1-2-.5-4.3 1.5-4.8a2.3 2.3 0 0 1-1.5-3.9c.5-1 2.4-2.3 3.4-1l1.4 2c-.5-1-.5-2.9-.5-4.3.5-1.4 1.5-1.4 3-2 1.3 0 2.3 1.5 2.3 3 0 1.4.5 2.3 1 4.3l.4-2c0-1.9 2.4-1.4 3.9-1 1.4.6 1.9 3.4 0 4.9-1 1-.5 2.4.5 3.3 3.3 5.3 9 9.6 13.9 10.1 0-2 1-3.8 2.4-5.3 0-1 .4-2.4 1-3.3.4-2.9 1.8-4.3 3.7-3.4-.4-.5-1-1-1-1.4-1.4-1.5-2.8-3.9-1.8-5.8 1-1.9 3.8-1.4 4.8-.4-.5-3 2.8-5.3 2.8-6.8.5 1.5 1.5 3.4 1 4.8.5-1.9 3.8-4.3 6.2-5.2-1 1.4 2 3.8 1.5 5.2 1-2.4 4.8-3.8 7.6-3.8-1 1-1 2.9-1 3.8 1.5 0 4-.4 4.9-1.9 0 2-1 3.9-2 4.8.5-.5 2.4-.5 3.9-.5-1.5 1.5-1 3-2.4 3.9 1.9-1 4.3-1 4.8 1 1 1.4-.5 3.8-1.5 5.2-1 .5-1.9 1.4-2.4 1.4z"/>
85
- <g fill="none">
86
- <path d="M858 262.2c-3.4 1.4-4.4 4.8-4.9 6.7"/>
87
- <path d="M857.5 265.5c-4.8 3-6.8 5.3-5.8 10.6M859.8 280c3-1 4.8-2 7.2-6.3"/>
88
- <path d="M865.6 275.6c-1 2 0 5.3-1.4 6.7a8.8 8.8 0 0 0 4.8-6.7"/>
89
- <path d="M866.6 280.9c1.9-1 4.8-3.9 6.2-7.2-.5 1.4 0 3.8-1 5.3 2.4-2.4 3.4-3.9 3.9-6.3l.4 2c1-1 2-2 2-3.9M878 272.2v2.4c2-1.4 2.5-3.3 2.5-5.7"/>
90
- <path d="M880 271.8c2.9-2 3.3-4.8 3.3-9.1M883.3 267.5c2-1.5 2.4-2.4 2.4-6.8M879.5 247.8c-1 0-2 .5-2 2 0 .9-1.4 2.3-1.4 3.8-.4 1.9-1.4 2.4-2.8 1.9-1.5-1-1.5-1-1.5-2.4 0-2 2.4-2.4 2.4-4.3.5-1 1-2.4 1.5-2.4-2.4 1.4-5.8.4-6.3-2.4"/>
91
- <path d="M883.8 249.2c-1 .5-2-1-3.3-.4-.5 0-2 .4-2.4 0"/>
92
- <path d="M877.1 251.6c.5.5 2.9 1.5 5.3.5-2 .5-3.4-1.9-1.5-3.3M872.8 246.8c-2 0-3.4 1.5-2.9 3 .5 1.4 2.4 1.4 3.8.4M869.4 270.8c.5-.5 1-1.4 1-2 1 0 2-.4 2.4-.9 1.9 0 3.3-1.4 3.8-2.8 1 0 1.5-2.4 2-3.4.4.5 1.4 0 1.9-2 1 .6 2.4 0 2.8-1.4M863.7 255c0 .5-1 1.4-2 2 .5.9 0 3.3-.9 3.7.5 1 0 2.4-.5 3.4 0 .5.5 2 .5 2.4M865.6 245.4c-1 2.4-.5 5.3 1.4 5.8"/>
93
- <path d="M866.6 253c-.5 2.5-.5 5.8-1 7.3-.5 1-1.4 4.3 2.4 5.2 4.3 1 6.7.5 9.1-6.7M884.3 277.5c0 .5-.5 1.5-1.4 1.5M887.6 276.6c0 1-1 2.4-1.4 2.8M891 275.6c0 1 0 2.4-1 2.9M861.8 245.9c.4 0 1 1 1.4 1.9-1.4-1-2.9 1.4-2 2.9M860.3 254l-1.9 1.5M858.9 258.3c-.5 0-1 .5-1.4.5M835.9 249.7c0-.5 0-.5.5-1M831.6 248.3c-.5 0-.5 0-1-.5M832 255h1M830.1 252.1a5 5 0 0 0-2.8-1.4M856.5 269.9c-3.4 2.8-4.8 5.2-5.3 8.6M859.8 272.2a11 11 0 0 1-3.8 4.4M841.2 286.6a11 11 0 0 1-9.6-1.4c-.5-.5-1-.5-1.5-1M855.5 280c-.4 1.8-1 4.2-1.9 4.7 3.9-2 7.2-4.8 7.7-9.1M827.7 289c1.5-.5 3 .5 3.9-.5M911.1 273.2c1 .5 2.4 1 2.9 1.4.5-1 2.4-2.4 3.8-2.8M877.1 283.3c-.5-2 .5-4.3 3.4-5.3M858.4 291.4c.5-1 .5-2.4 1-3.3M837.3 292.9c-.5 1-1.4 1.9-1.4 2.8M830.1 293.8s0-.5.5-.5c1-.4 2.4-1.4 2.9-2.4M895.3 287.1c-1 .5-1.4 0-1.9-.5M894.8 289.5s-.4.5-1 .5M897.2 291.9c-.5.5-1 1-1.4 1M911.1 292.9c1-.5 1.5-1.5 2-3.4M904.9 292.4c1.4-.5 2.4-1.5 3.8-2.9M918.3 288.5c0-1 0-1.9.5-2.8M953.8 292.9c-1-1-1-2.4.5-3.4 1-.5 1.4-1 2.4-1.4"/>
94
- <path d="M924.5 276c-7.6-3.3-7.1-7.6-13.4-7.1M958.6 291c.5.4 0 1.9 0 2.3M962.9 291c-.5 1.4-.5 1.9-.5 3.3M926 245.9h-4M885.7 262.2c0 1 1.5 2.9 5.3 2.9-.5 0-1-.5-1-.5M887.6 256.4c-.4.5-1 0-1 0-.9-1 .6-2.8 2-3.8-1.4.5-2.4.5-3.4.5-1 2.9-3.8 4.3-5.7 2.4-.5 1.9-2.9 4.3-4.8 3.8-2-1-2.4-2.4-2-3.8-2.3 2.8-5.2 1-6.1 0-.5-1 0-3.4 1-6.3"/>
95
- </g>
96
- <path stroke="none" d="M918.3 274.6c-1.4 1-2.9 0-4.3 1.5-1 1 .5 1.4 1.4 1.4-.4 1.5-.4 2 2 2-1 1.4 1.9 1.9 1.4 3.8a4.6 4.6 0 0 0 1-4.8c-.5-1.5-3-2.4-1.5-3.9z"/>
97
- <g fill="#073163" stroke="none">
98
- <path d="M874.7 259.3c-2-1-2.4-2.4-2-3.8-.4 1-1.3 1.4-2.3 1.4-2 4.3-4.3 8.2-7.2 8.2-3.4.4-2.9 3.8-.5 3.8 5.3 1 7.7-1 12-9.6zM827.3 247.8c1.4-1.4.4-2.9-.5-3.3-1.5-.5-4.3 0-5.8 2.3 1.5-.4 3-.4 3.4.5.5 1 1.4 2 2.9.5zM829.7 239.2c3.3 0 4.3.5 4.7 1.9.5 1-.4 2.4-1.4 2.4-1.4 0-2.9-1-2.4-1.4.5-1 .5-2.4-1-3zM839.2 246.8c2.4.5 3.4-1 2-2.8-.5-1.5-2-2.4-4.4-2 2.4 1.5 0 3.9 2.4 4.8zM821.5 255a4 4 0 0 0 4.8 2c1.4-.6 2-2 1.4-3-1-1.4-2.4-1.9-2.8 0-1 2-2.4 1.5-3.4 1zM828.7 284.2c-1-1.9-3.8-1.9-6.2 0 1-.5 2.8 0 3.3 1s1.5 1 2 1c.4-.5 1.4-1 .9-2zM832.5 281.4c0-2.4-3.3-3-5.2-2 1 0 2.4 1 2.4 2 .4 1 1.4 1.4 1.9 1.4 1-.5 1.4-1 1-1.4zM827.7 290c-2.8-.5-4.3 2.9-4.3 5.2.5-1.4 2-2.3 3.4-1.9 1.4 0 1.9-.4 1.9-1.4.5-1 0-1.4-1-2zM828.2 298.1c1 .5 2-.5 2.4-1.9 0-1 2-1 2.4-.5 1 .5 1 2.4-.5 3.4-1 .5-3.3 1-4.3-1zM894.8 283.7c-1-.4-3.3-1.4-5.2 0 1.4-.4 2.4.5 2.8 1.5 0 1 1.5 1.4 2 .5.4-.5 1-1.5.4-2zM890.5 287.1c-1.9-1-4.3 1.4-4.8 3.4a7 7 0 0 1 3.4-1.5c1 .5 1.9 0 1.9-1 .5-.4.5-.9-.5-.9zM893 291c-1.5 0-3.4 1.9-3.4 3.8.4-1 1.4-1.5 2.4-1 1 0 2.4-.5 2.4-1.4 0-1-.5-1.5-1.5-1.5zM897.2 294.8c-1-.5-2.4 0-2.4 1.4s0 2.9-.4 3.4c1-1 1.9-1.5 2.8-2 .5-.4 1-1.9 0-2.8zM951.4 290.5c-1-1-2.4-.5-2.9.4-.5 1-1 3.4 0 5.3 0-1 1-2.4 2-2.4 1.4-.5 1.8-2.4.9-3.3zM954.3 292.4c-2 1-2 4.3-.5 6.2 0-1 .5-2.4 1.4-2.9 1.5 0 2-1.9 1.5-2.8-1-1-2-.5-2.4-.5zM960 294.3c-1-.5-2 .5-2 1.4-.4 1.5.6 3.4 2 4.3 0-1 .5-1.9 1-2.4 1.4-1 1-2.8-1-3.3zM964.3 293.8c-1 0-1.9 1.4-1 2.9.5 1 1.5 1.4 3.4 1-.5 0-1.4-1.5-1-2 .5-1 0-1.9-1.4-1.9z"/>
99
- </g>
100
- </g>
101
- <g id="h">
102
- <path fill="#f9d050" d="m831.1 383.4 24-73.8 24 73.8-62.9-45.5H894Z"/>
103
- <path fill="#024919" d="m835.9 376.7 49.8-36.4h-61.3l49.3 36.4-18.6-58.4z"/>
104
- </g>
105
- <use xlink:href="#h" width="100%" height="100%" x="90.1"/>
106
- <use xlink:href="#h" width="100%" height="100%" x="45" y="52.2"/>
107
- <path fill="none" stroke="#000" d="M989.7 233v93.4c0 81-38.3 108.8-89.6 130.8-51.3-22-90-49.8-90-130.8v-93.5h179.6z"/>
108
- </g>
109
- </svg>
@@ -1,36 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-kz" viewBox="0 0 640 480">
2
- <path fill="#00abc2" d="M0 0h640v480H0z"/>
3
- <g fill="#ffec2d">
4
- <g transform="matrix(.48 0 0 .48 345.8 201.6)">
5
- <circle r="134.6"/>
6
- <g id="c">
7
- <g id="b">
8
- <path id="a" d="M0-152.9c8-.1 11-5.1 11-11.1 0-8-11-46.1-11-46.1S-11-172-11-164c0 6 3 11.1 11 11.1z"/>
9
- <use xlink:href="#a" width="100%" height="100%" transform="rotate(90)"/>
10
- <use xlink:href="#a" width="100%" height="100%" transform="scale(-1)"/>
11
- <use xlink:href="#a" width="100%" height="100%" transform="rotate(-90)"/>
12
- </g>
13
- <use xlink:href="#b" width="100%" height="100%" transform="rotate(22.5)"/>
14
- <use xlink:href="#b" width="100%" height="100%" transform="rotate(45)"/>
15
- <use xlink:href="#b" width="100%" height="100%" transform="rotate(67.5)"/>
16
- </g>
17
- <use xlink:href="#c" width="100%" height="100%" transform="rotate(11.3)"/>
18
- </g>
19
- <g transform="translate(-172.8) scale(.48)">
20
- <path d="M1075.8 655c-3.5 6.3-5.6 13.6-10 19.3-13.6-12.3-33.2-12-50.4-12.7-14.2-.8-29.6-2.1-40.6-12.2-11.5-9.5-21-21.7-33.8-29.4a83.2 83.2 0 0 1-33.1-15.3c-20.2-16.5-31.8-41-51.6-58-3.7-3.6-8.2-6.5-12.4-9.6-4 1-2.2 9.6-7.1 5.2-2.7-2-9.4-2.1-10 .6 6 8 12.1 17 13 27.2-4.2.4-11.5-.9-13.5.6a84.3 84.3 0 0 0 20.4 21.3c-3.8.6-11.3.3-12.8 1.8a59 59 0 0 0 26.8 14.7c2 2.8-3.1 8.2 1.3 10.6 2.5 1 10.9 2.8 5.1 5.7-4 2.6-2.5 8.9 2.6 8.7 3.2 1.7 10.4 2 11 5-2.9 2.8-11.7 6.2-4.2 9a52 52 0 0 0 23.1 6.7c-4 3.4-9 5.3-13.1 8.5 18.5 10.9 39 18 59.4 25 8 2.6 16.3 5.1 24.7 6.7-24.4-1.4-48-8.6-70.2-18.5-11.5-5-23-9.9-34.8-14.2 5.1-2.7 11.1-3.4 16.5-5.7-11.2-2.2-23.3-3-33-9 1.4-2.8 7-2.9 10.2-4.3 6-1.4 9.6-3 1.3-3.6-8.4-2.3-18-1.3-25.5-6.3.5-3 8.3-2 11.4-3.3 4-.7 8.4-1.3 11.6-4-13-5.3-30-1.5-40.2-13-2.3-4.4 7.3-.9 10-1.6 7 0 14.5 2.2 21.2-.6-19-8.3-39.3-16-53.7-31.4-1.6-2.5-6.4-9.3-2.5-10.1 11.2 1.5 19.3 13.7 31.4 11.8 1.6-2.1-7-5.6-9.2-8.7a229.4 229.4 0 0 1-46.8-51c-.8-6.7 9.5-7.7 12.2-2.6 13.4 13 25.5 28 42.2 36.8 6 2.9-3.4-3.4-4.6-5.7a298.7 298.7 0 0 1-40.9-57.9c-2-3.8-5.1-10.7.7-12.7 5.7-2.9 11.5 1 14.4 6 11.3 14.3 19.7 31.3 33.8 43.2-12-23.3-24.9-48-25.2-74.8.3-5.2.6-13 7.7-12.9 6-.9 5 6.7 7 10.3 5.8 19.8 8.3 41.2 20 58.6-2.5-14.6-6.4-29.7-3.8-44.6.6-5 6-6.4 9.7-3.4 2.9 7 3.5 15.9 6.1 23.5a237 237 0 0 0 93 127.2 244.7 244.7 0 0 0 123.3 42.3c4 .4 8 .5 11.9.7m136.4 91.1c-7.2 4.4-12.8-3.4-18.8-5.7-4.4 2.4-4.8 10.2-8.8 14-4.8 5.5-10.8-1.6-10.3-7-5.8 4.9-8.7 16-18 14.4-4.5-3.6-7.8-11.2-11.2-2.5-2.7 4.2-10 10.2-13.9 3.8-1.2-5.6-4-12.2-7-3.3-2.2 6.4-9 11-15.4 8.2-3.6-2.9 2.8-13.7-1.7-13-6.8 4.6-10.8 15.7-20.3 14.8-3.7-4 2.3-11.1-1.8-15.7-4.7 6.1-10 15.1-18.3 15.7-4-3.2.2-12.5-2.4-13.8-8.4 5-17.4 14.1-28 11.3 4.1-16 21.5-21.5 36-22.7 25.1-3.1 51.5 2.6 75.7-6.5 3.9-2.4 13.3-5.7 10-11.2-3-4.4 7.7-2.7 8.7-7.8-.6-6.4 5-5.5 10.4-6 24.4-1.1 48.5 4 72.8 4.9 1.8 11.8-11.3 20.1-22 16.5-5 .8-12.5-11.6-11-2.6-1 4.8-.4 11-4.7 14.2m-207.4-24.2c5.6 5.1 9.6-1 14.9-3.3a197 197 0 0 0 48.3-27.3c9.2-7.6 17.2-17.5 29.6-20 24.2-7.3 49.9-6.4 74.1-13.2 18.5-25.2 49.8-34.3 76.1-48.8 5.9-1.8 8.2-6.7 10-12 10-15.9 23.7-29.9 39.9-39.5a37.2 37.2 0 0 1 25.4-4.6 42.4 42.4 0 0 1-13.7 26.5c5.9-.1 11-3.8 16.8-3.6 2 10.6-9.4 16.1-15.5 22.7 3.4.8 16.4 1.8 9.3 5.2-9 6.2-19.3 10.5-27.6 17.8 7.7 1.4 8.6 3 .8 5.8-4.3 2.8-12.4 3.8-13.2 9.4 5.8 3.6-2.6 7-5.9 8.2-6.2 1.5-12.8 4.2-4.5 9-3.1 4.7-9.9 5.7-15.4 5.2 1.7 5.4 4.1 11.4-2.8 13.8a107.7 107.7 0 0 1-53.6 22.4c24.5 1.8 49.8-2.7 70.7-16 2.8-3.3 17.3-6.9 9.2-9.6-3.8-1.6-12-3.4-12.6-6.3 11.4-7 25.7-4.5 37.9-8.6.3-4-9.3-2.9-12.9-3.8-8.5-.7-8-2.9.2-3.7 10.4-2.8 22.2-3.3 31-10-7.1-3.4-16.1-.5-23.7-3.2 12.9-5.6 28.1-6.2 39.7-14.7 5.3-5.9-6.8-4-10.3-3.9-7.1 1.3-10.4-2.2-2.3-5.1 13.9-10.3 31.4-16.9 41.2-31.7 2.3-3.3 5.4-13.3-2-9.8-9.6 3.3-18.1 14.1-29.2 10.8 21.8-16.9 42.4-36 57.3-59.3.8-6.8-9.8-7.5-12.5-2.2-14 13.4-26.6 29.3-44.5 37.8a280.6 280.6 0 0 0 43.6-56.4c2.7-6 9.8-13.3 6-20-6.3-5.2-14.1-.4-17.3 5.7-10.9 14.2-19.1 30.7-33 42.3 12.1-23.3 24.8-48.2 25-75 0-5.6-1-13.8-8.6-12.7-6 1-4.5 10-7 14.5-5.4 18.4-8 38.3-19 54.3 2.5-14.9 6.8-30.5 3.5-45.5-1.6-6.8-12.5-3.9-11 2.8-13 65.9-57.3 123.5-115 156.8-26.5 15-56 24.6-86.2 29-8 1.7-16.8.7-24.5 3.5-18.8 14.3-30.1 38.4-53.8 45.9-10.7 5.3-24.5 6.4-32.1 16.2a8.6 8.6 0 0 0-.8 4.2m51.7-10.3c-3.6.2-7.1.6-10.6 1.7-4.7.7-9.2 2.3-13.8 3l-1.9.4-3.1.3a10.9 10.9 0 0 1 0 5.1 6 6 0 0 1-1.4 2c-.6.8-1.3 1.4-2.2 1.8a7 7 0 0 1-2.6.7c-.9 0-1.8 0-2.7-.4-.9-.3-1.7-.8-2.5-1.5l-2.8.5h-2.6l-2.8-1a16.1 16.1 0 0 1-2.6-1.3c-3.4 2-7.2 3.9-9.3 7.4a11 11 0 0 0-1.6 5.3c-.2 2.4.4 4.8 1.4 7 .4.6.7-2.3 1.8-2.7 1.9-1.6 4.3-2.7 6.7-3.3 2-1 1.7 0 .9 1.6-.2.9-1.3 4 .2 2.4a65 65 0 0 1 21.6-4.1c10.6-1.1 21.2-1.4 31.8-1.5l30 .6c4.8.2 9.6 1.2 14.3.4 1.1-.3 2.9-.3 3.6-1-2.2-1.2-4.7-1.3-7-1.6h-19.1c-5.3-.5-10.8-.6-15.8-2.6-1.4-.5-2.6-1.8-3.9-.4a24 24 0 0 1-5.9 1.3c-3.5.2-7-.5-10.2-1.8 2.3-3.2 5.1-6 7.7-9l-6.2-1.3c3.7-2.5 7-5.4 10.6-8z"/>
21
- <circle cx="1020" cy="720.9" r="2.4"/>
22
- <circle cx="1019.8" cy="720.5" r="1" stroke="#ffec2d" stroke-width=".4"/>
23
- </g>
24
- <g transform="scale(.48)">
25
- <g id="f">
26
- <g id="e">
27
- <path d="M120 73s-9.6-8.2-12.9-4.1c-5.2 6.5 16.2 39 16.2 50.4 0 18.8-12.6 23.9-28 26.5-10.4 1.8-27.3-.7-27.3-.7 3.2-4.3 5.3-5.6 10.6-5.9-6-3-12-9.8-12-20.3 0-16.1 6.6-22.8 6.6-41C73.2 68 65 55 65 55c14.6 1.5 21.8 15 17.7 25.8a7 7 0 0 0 6.3-1.9c1 3-.6 6.5-2.9 9.5 1.8 1 3.2.4 6-.2-.2 3-2 6.4-6.6 9.5 13.2-3.4 21.2 5.7 21.2 15.3 0 7.3-5 12.5-10 12.5-1.6 0-4-.7-5.3-1.7-1 2-.4 4.7.5 6.7-3.6-1-6-3.2-4.3-7.7-2.8-.2-5-1.2-6.5-3 1.5-2 3.8-3 6.5-3-2-4.2.3-6.5 3.6-8.4 0 0-2.1 8.4 3.2 8.4 2.4 0 4.6-.7 4.6-4.3 0-3.1-2.7-7.4-9-7.1-6.2.3-11.3 4.3-11.3 14.3 0 9.2 7.5 13.8 17.3 14 8.8.4 15.5-4.4 15.5-13.5C111.5 108 94 80.4 94 69.6c0-8.1 7.2-12.7 14.4-12.7 9.2 0 17 9.2 17 9.2l-5.4 6.8z"/>
28
- <path id="d" d="M122 292.1c0 20.3-18.2 30.7-32.5 30.7-19.2 0-29.5-11.5-29.5-26.6 0-8.5 1.6-13.9 5.5-22l44.2-91.7a27 27 0 0 0 2-12.2c0-8.2-8-14.9-16.3-15-7.6-.3-16 7-16 15.3 0 10.1 5.3 14.6 10.7 14.6 6.6 0 9.2-2.7 9.2-7.4 0-3.2-1.5-4.6-3.8-4.6-5.7 0-4 7.6-4 7.6a5.2 5.2 0 0 1-3.9-7 10.2 10.2 0 0 1-5.5-3.3c1.5-1.5 3.3-2.6 5.5-3-1.3-4.4.5-6.5 4.3-7.5a7.6 7.6 0 0 0-.5 4.8c6-1.8 15.3 1 15.3 11.4s-7.2 19.1-20.7 17c3.2 1.5 4.8 4.6 5.2 8.1-2.5-1-5.2-1-5.2-1 1.6 2.7 3.8 5 3.7 10.6-2.5-1.2-4.9-3.3-8-2 5 10-1.2 23.6-17 26.8 5.8-6.8 8.6-14 8.6-21.3 0-23.5-6.5-27.4-6.5-43.8a24 24 0 0 1 10.5-19.2v.3A14 14 0 0 1 68 145a62 62 0 0 1 34 .3 25 25 0 0 1 18 12 36 36 0 0 1 0 28.9c-6.3 13-35.7 75.6-44.9 95.2-2 4.2-3.1 8.6-3.1 13.4 0 12 11 16.2 17.2 16.2 7.5 0 15.2-5.7 15.2-12.8 0-4.5-2.5-7.3-6-7.3-8.5 0-8 7.2-6.3 11.8-5.3-2.4-8.3-6.6-7.5-11a14 14 0 0 1-8.4-4.8c2-2.6 4.6-4.6 8.4-4.7-1.7-6.9 3-9.8 7.5-11.4-1.4 5-2.4 10.9 6.3 10.9 6.3 0 11.2 1 14.1 5.2l.7-27c.4-8.1-10.8-8-18-5.5 2.7-9.3 8.2-14.4 21-13.1a10 10 0 0 1-6.4-9.8c0-7.6 6.2-16 10.2-18.5l2 79z"/>
29
- <use xlink:href="#d" width="100%" height="100%" transform="matrix(1 0 0 -1 0 645)"/>
30
- </g>
31
- <use xlink:href="#e" width="100%" height="100%" transform="matrix(-1 0 0 1 240 0)"/>
32
- </g>
33
- <use xlink:href="#f" width="100%" height="100%" transform="matrix(1 0 0 -1 0 1000)"/>
34
- </g>
35
- </g>
36
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-la" viewBox="0 0 640 480">
2
- <defs>
3
- <clipPath id="a">
4
- <path fill-opacity=".7" d="M0 0h640v480H0z"/>
5
- </clipPath>
6
- </defs>
7
- <g fill-rule="evenodd" clip-path="url(#a)">
8
- <path fill="#ce1126" d="M-40 0h720v480H-40z"/>
9
- <path fill="#002868" d="M-40 119.3h720v241.4H-40z"/>
10
- <path fill="#fff" d="M423.4 240a103.4 103.4 0 1 1-206.8 0 103.4 103.4 0 1 1 206.8 0z"/>
11
- </g>
12
- </svg>
@@ -1,15 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lb" viewBox="0 0 640 480">
2
- <defs>
3
- <clipPath id="a">
4
- <path fill-opacity=".7" d="M-85.3 0h682.6v512H-85.3z"/>
5
- </clipPath>
6
- </defs>
7
- <g clip-path="url(#a)" transform="translate(80) scale(.9375)">
8
- <g fill-rule="evenodd" stroke-width="1pt">
9
- <path fill="#EE161F" d="M-128 384h768v128h-768zm0-384h768v128h-768z"/>
10
- <path fill="#fff" d="M-128 128h768v256h-768z"/>
11
- </g>
12
- <path fill="#00A850" d="M252.1 130c-7.8 15.5-13 15.5-26 26-5.2 5.1-13 7.7-2.6 13-10.5 5.1-15.7 7.7-20.9 18.1l2.6 2.6s10-4.8 10.4-2.6c1.8 2.1-13 10-14.9 11.3l-11 7c-13.1 10.3-21 7.7-28.7 23.3l26-2.6c5.2 18.2-13 20.8-26 28.6l-20.9 13c5.3 18.2 20.9 7.8 33.9 2.6l2.6 2.6v5.2l-26 13s-30.8 17.6-31.3 18.2c-.2 1 0 5.2 0 5.2 10.4 2.6 26 5.2 36.5 0 13-5.2 15.6-10.4 31.2-10.4a100.6 100.6 0 0 1-52 20.8v10.4c15.6 0 26 0 39-2.6l33.8-10.4c7.8 0 15.7 7.8 13 15.6-7.7 28.6-39 23.4-49.4 46.8L213 369c10.4-5.2 20.8-10.3 33.8-7.7 15.6 5.2 15.6 15.6 36.4 20.8l-5.2-13c5.2 2.6 10.4 2.6 15.7 5.2 13 5.2 15.6 10.4 31.2 7.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39 0-41.6l18.2 5.2c18.2 2.6 18.2-2.6 44.2 7.8 15.7 5.2 20.9 13 39 7.8-7.7-18.2-36.3-31.2-54.6-36.4 20.9-13 15.6 5.2 44.3-2.6v-5.2C369.3 278 361.4 265 332.8 265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3 1.4-3.3 4.3-4.5 8.3 5.4 33.3 4.8 34.8 4.7-.8-6.4-12.7-11.7-23-16.9 0 0-44.7-27.5-44.9-29.9.9-7 18.3 1.1 37 6.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z"/>
13
- <path fill="#fff" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.2" d="M224 303c1.9-6.1 4.4-11.6-7.2-16.9-11.6-5.3 5.8 21.1 7.2 17zm13.7-12.3c-2.3.3-3.6 8.8 1.1 11.2 5.2.8 1-11.1-1.1-11.2zm13.5-1c-2.4.8-2.5 12.8 6 10.6 8.6-2.1 0-11.5-6-10.5zM267 259c1.8-3-.1-15-7.4-10-7.4 5.1 5 10.8 7.4 10zm-16-10c2.3-.9 2.5-8.3-4-6.3-6.3 1.9 2.3 7.8 4 6.3zm-14.4 2.9s-4.5-6.2-8-4.9c-4.3 4.2 8.3 5 8 4.9zM187 271.7c1.9.2 16-2.3 20.9-7.8 4.9-5.5-25.1 2.3-25.1 2.4 0 .1 2.8 4.9 4.2 5.4zm141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3 4.3 12.4 5.7 12.4 4.8zm-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2 5 10.7 9.8 13.7 6.3zm-32.1-5.3s2.5-8.2 8.6-6.6c7 5.3-8.3 6.9-8.6 6.6zm-6-6.2c-1-2.3-7.3-1-14.6 3.9-7.4 4.7 16.8 1.4 14.6-4zm18.7-22.1s6.5-3 8.5 0c2.7 4.3-8.6 0-8.5 0zm-5.5-2.9c-1.3-2.6-8.5-2.9-8.3 1-1.2 3 9.4 2.4 8.3-1zm-17.2 0c-.7-1.5-11 0-14 6.2 5 2.4 16.3-2.3 14-6.2zm-22 6.3s-13.4 8.3-14.3 14.3c.4 5.2 16.8-9.4 16.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7 6.7-5.6 7.2-5.3.5 1.7-5.1 6.3-7.2 5.3zm4.3 31.6c.3-2.5-16-2.3-9.9 5.2 5.2 6.3 11-4.1 9.9-5.2zm-15 10.7c-.8-1.6-2-6-4.2-6.4-1.9 0-11.7 2-12.5 3.6-.4 1.3 4.1 9.4 5.6 9.6 1.8.7 10.9-6 11.2-6.8zm88.4 55.2c.5-1.8 17.3-7.5 23-2 6.8 9.3-23.4 5-23 2zm46 10.9c3.7-6.2-11.3-13.6-17.6-6.5 2.2 8.5 14.6 11.6 17.6 6.5z"/>
14
- </g>
15
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lc" viewBox="0 0 640 480">
2
- <g fill-rule="evenodd">
3
- <path fill="#65cfff" d="M0 0h640v480H0z"/>
4
- <path fill="#fff" d="m318.9 42 162.7 395.3-322.6.9L318.9 42z"/>
5
- <path d="m319 96.5 140.8 340-279 .8L319 96.5z"/>
6
- <path fill="#ffce00" d="m318.9 240.1 162.7 197.6-322.6.5 159.9-198.1z"/>
7
- </g>
8
- </svg>
@@ -1,43 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-li" viewBox="0 0 640 480">
2
- <path fill="#002b7f" d="M0 0h640v240H0z"/>
3
- <path fill="#ce1126" d="M0 240h640v240H0z"/>
4
- <g fill="#ffd83d" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="scale(.8)">
5
- <g id="a">
6
- <path stroke="none" d="m216.4 122.3-1.9 62.5h-63.4c-7.8-15.2-14.2-28-14.2-45.5 0-14.6 11.5-26.2 28-26.2 17.5 0 36.8 5.9 51.5 9.2z"/>
7
- <g stroke-width="1.5">
8
- <path d="M144.5 125.2v36m5-39.7v48m5.2-50.5v57.2m5-58.4v44.9m5.1-45.1v45.3m5.1-47v47m5.1-47v47m5.1-46.5v47m5.1-46.5v46.9m5.1-44v47m5-46.5v52.9m5.2-52.9v47m5-47v47"/>
9
- <path fill="#000" d="M176.4 118c10.8 1.7 34.4 12.8 31.7 27.7-3.8 21.2-16.2 12.7-32.6 9.7l-12.4 4.1c-4.5 4.5-11 8.7-15.4 3.2h-7.4v28.8h81.4V122z"/>
10
- </g>
11
- <circle cx="212.8" cy="113" r="4.9"/>
12
- <circle cx="201.7" cy="110.3" r="4.9"/>
13
- <circle cx="190.4" cy="107.5" r="4.9"/>
14
- <circle cx="179.1" cy="105.6" r="4.9"/>
15
- <circle cx="167.8" cy="104.5" r="4.9"/>
16
- <circle cx="156.8" cy="105.1" r="4.9"/>
17
- <circle cx="146.2" cy="108.7" r="4.9"/>
18
- <circle cx="137.3" cy="115.3" r="4.9"/>
19
- <circle cx="131" cy="124.4" r="4.9"/>
20
- <circle cx="127.9" cy="135.2" r="4.9"/>
21
- <circle cx="128" cy="146.3" r="4.9"/>
22
- <circle cx="130.2" cy="157.2" r="4.9"/>
23
- <path d="m215 119.5-.5 6.5c-12.3-2-29.7-8.8-46-8.8-15 0-26.6 6-26.6 21.2 0 14.9 6.3 28.5 14.7 42.3l-8.7 4c-7.8-15-14.3-28-14.3-45.4 0-14.6 11.5-29 31.3-29 17.5 0 35.4 6 50.1 9.2z"/>
24
- </g>
25
- <use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 444 0)"/>
26
- <path d="m222 53.1-5.2 9.7 5.2 9.6 5.1-9.6L222 53zm0 24.4-5.2 9.6 5.2 9.7 5-9.8-5.1-9.6zM203.6 75l8.1 5.1 8.1-5.1-8-5.2-8.2 5.2zm20.5 0 8.1 5.1 8.2-5.1-8.2-5.2-8 5.2z"/>
27
- <circle cx="222" cy="75.1" r="3.9"/>
28
- <circle cx="222" cy="100" r="10.5"/>
29
- <path fill="none" stroke-width="1.5" d="M219.3 89.9v6.6a62.5 62.5 0 0 0-7.4.8m20.2 0a62.1 62.1 0 0 0-7.5-.8v-6.6m-12.8 12.7a61.4 61.4 0 0 1 10.2-.9c3.4 0 6.8.3 10 .9"/>
30
- <path d="M211.8 117.7c-1 17-3 34.5-9.7 47.1l10.8-4.4c3.8-14.3 4.6-32.8 5.7-41.6l-6.8-1.1zm20.4 0-6.9 1.1c1.2 8.8 2 27.3 5.7 41.6l10.8 4.4c-6.6-12.6-8.6-30-9.6-47.1z"/>
31
- <path d="M222 154.7c-13 0-22.5 6-23 21.6-3.2-5.6-16.5-23-29-20.7-7.4 1.4-14 11.7-12.8 23.4-6.2-17.6-24.1-20.5-37.3-10 11.7 9.5 16.9 37.8 26.7 50h150.7c9.8-12.2 15-40.5 26.7-50-13.1-10.5-31.1-7.6-37.2 10 1-11.7-5.5-22-13-23.4-12.4-2.3-25.7 15.1-28.9 20.7-.5-15.5-10-21.6-23-21.6z"/>
32
- <g stroke-width="1.5">
33
- <path fill="#000" d="M297.1 219c0 5.6-33.6 11.7-75.1 11.7s-75.2-6-75.2-11.7c0-5.5 33.7-8.5 75.2-8.5 41.4 0 75.1 3 75.1 8.5z"/>
34
- <circle cx="222" cy="114.4" r="3.5"/>
35
- <circle cx="222" cy="122" r="3.7"/>
36
- <circle cx="222" cy="130.2" r="4.1"/>
37
- <circle cx="222" cy="139.3" r="4.7"/>
38
- <circle cx="222" cy="149.4" r="5.1"/>
39
- <path fill="#000" stroke="none" d="M220 159.2c-.6 0-1.1.5-1 1.4l.6 4.3c.2 1.5 1 1 1.3 0 .2-1.2.1-2 .2-4.1 0-1.1-.6-1.6-1.2-1.6zm4 0c-.6 0-1.1.5-1.1 1.6 0 2.1 0 2.9.2 4 .2 1.2 1 1.6 1.3 0l.5-4.2c.2-1-.4-1.4-.9-1.4zm-7.7.6a1 1 0 0 0-1 1c0 1 .3 2.3.4 3.8.2 1.5 1.3 1 1.4 0 0-.8.2-2.2 0-3.9 0-.6-.2-.9-.6-1a.8.8 0 0 0-.2 0zm11.1 0c-.3 0-.6.3-.7 1a20.1 20.1 0 0 0 .2 3.8c0 1 1.2 1.5 1.3 0 0-1.5.4-2.7.4-3.7 0-.6-.5-1-1-1.1a.8.8 0 0 0-.2 0zm-15.4 1.7c-.5.1-1 .7-.8 1.3.3 1.3.6 2.7.6 4 0 1.1.9.7 1 0a59.8 59.8 0 0 0 .1-4c0-1-.5-1.4-1-1.3zm19.6 0c-.3.1-.6.5-.6 1.3l.2 4c0 .7 1 1.1 1 0 0-1.3.2-2.7.5-4 .2-.6-.3-1.2-.7-1.3a.6.6 0 0 0-.3 0zm-59 .2c-.6 0-1 .7-.6 1.5.6 1.4 1.3 2.2 1.9 3.6.5 1.3 1.4.5 1.1-.4l-1.4-3.7c-.3-.7-.7-1-1-1zm98.8 0c-.4 0-.7.3-1 1-.9 1.9-1.2 2.8-1.5 3.7-.2 1 .6 1.7 1.2.4l1.8-3.6c.4-.8 0-1.5-.5-1.5zm-94.8 0c-.5.2-.7.7-.5 1.3.6 1.2 1.3 2.5 1.8 3.8.4 1.1 1.4.8 1-.2l-1-3.7c-.4-1-1-1.3-1.3-1.2zm90.5 0c-.4.1-.8.5-1 1.2-.7 2-.8 2.6-1.1 3.7-.4 1 .6 1.3 1 .2l1.8-3.8c.2-.6 0-1.1-.4-1.3a.6.6 0 0 0-.3 0zm-85.5 1c-.6.1-1 .9-.6 1.9.4 1.2 1 2.3 1.6 3.7.6 1.4 1.5 1.1 1.3.2-.3-.9-.5-2.3-1.2-4.5-.3-1-.7-1.4-1.1-1.3zm80.8 0c-.4 0-.9.3-1.2 1.3-.6 2.2-1 3.6-1.1 4.5-.3 1 .7 1.2 1.2-.2.6-1.4 1.2-2.5 1.6-3.7.4-1 0-1.8-.5-1.9zm-93.2.7c-.6 0-1 1-.7 1.7.5 1 .9 1.4 1.4 2.6.6 1.2 1.2.3 1-.5-.3-.8-.6-1.7-.8-2.8-.2-.8-.6-1-1-1zm105.6 0c-.4 0-.7.2-1 1l-.7 2.8c-.2.8.4 1.7 1 .5.5-1.2.8-1.5 1.4-2.6.3-.7-.2-1.6-.7-1.7zm-67 2.8c-.7 0-1.3.8-1 1.5.2 1.2.8 2.2 1.1 3.7.4 1.3 1.3.7 1.2-.2a28.7 28.7 0 0 0-.5-4c-.2-.7-.5-1-.9-1zm28.4 0c-.3 0-.7.3-.8 1a28.7 28.7 0 0 0-.6 4c0 .9.9 1.5 1.2.2l1.2-3.7c.2-.7-.4-1.5-1-1.5zm-14.2 1.2c-.8 0-.9 1-.9 1.7a12.3 12.3 0 0 1-2 6.4c-1 1.2-2.3.9-3.5.2a22.3 22.3 0 0 1-3.3-2.2c-1.4-1-2.4-.4-.8 1.9 4.6 6.6 9.6 12.2 9.6 23 0 1.3.3 1.7.9 1.7s.8-.4.8-1.8c0-10.7 5-16.3 9.6-23 1.6-2.2.6-2.8-.7-1.8a21 21 0 0 1-3.3 2.2c-1.3.7-2.6 1-3.5-.2a12.3 12.3 0 0 1-2-6.4c-.1-.7-.2-1.7-1-1.7zm-35.3-1.6a.6.6 0 0 0-.2 0c-.3.1-.4.4-.3 1l1.1 3.9c.3 1 1.4.7 1.2-.5l-.6-3.1c-.2-.8-.8-1.3-1.2-1.3zm70.6 0c-.5 0-1 .5-1.2 1.3-.4 1.4-.4 1.8-.6 3-.3 1.3.9 1.5 1.1.6l1.2-4c0-.5-.1-.8-.4-.9a.6.6 0 0 0-.2 0zm-91.6.4c-.6 0-1 .8-.4 1.8.6 1.2 1.7 2.6 2.2 3.5.5.8 1.4.2.8-.8-.6-1-.8-2.3-1.6-3.8a1 1 0 0 0-1-.7zm112.5 0c-.3 0-.7.2-1 .7-.7 1.5-1 2.7-1.5 3.8-.6 1 .2 1.6.7.8.5-.9 1.6-2.3 2.2-3.5.6-1 .2-1.8-.4-1.8zM134 169.5c-.6 0-.8 1.2-.2 2a19.2 19.2 0 0 0 2.6 2.7c.8.8 1-.2.6-1l-1.8-2.7c-.5-.7-.9-1-1.2-1zm175.9 0c-.3 0-.7.3-1.1 1l-1.9 2.7c-.4.8-.2 1.8.7 1a19 19 0 0 0 2.6-2.7c.6-.8.4-2-.3-2zm-170.8 1c-.6 0-1 .4-.5 1.3l1.9 3.8c.5 1 2 1.3 1.4-.2l-1.3-3.8c-.3-.7-1-1-1.5-1zm165.8 0c-.6 0-1.3.4-1.6 1.1l-1.2 3.8c-.6 1.5.9 1.2 1.4.2.5-1 1.3-2.5 1.8-3.8.5-.9.1-1.3-.4-1.3zm-175.6.4c-.8 0-.8.7-.1 1.2.9.7 2 1.4 3 2.3 1.3 1 1.7 0 1-.8-.6-.8-1.2-1.6-2.9-2.5-.4-.2-.7-.2-1-.2zm185.3 0c-.2 0-.6 0-1 .2-1.6.9-2.3 1.7-3 2.5-.6.9-.1 1.8 1.1.8 1-.9 2.2-1.6 3-2.3.8-.5.7-1.2 0-1.2zm-109.6.7c-.5 0-.8.5-.7 1.2l1 3.6c.2 1.1 1.5 1.1 1.3 0-.2-1-.3-2.3-.7-3.9-.1-.6-.4-.9-.8-1a.6.6 0 0 0-.1 0zm33.8 0c-.3 0-.6.3-.8 1-.4 1.5-.5 2.8-.7 3.9-.2 1 1.1 1 1.3-.1l1-3.6c.2-.7-.2-1.2-.6-1.2a.6.6 0 0 0-.2 0zm-64-2c-.3 0-.5.7-.2 1.7a26 26 0 0 1 1.6 9c-.3 1.2-1 1.3-1.9 1a18.8 18.8 0 0 1-2.8-1.7c-.8-.5-1.7.1-.5 1.1 6 5 10.3 10.7 12 17.6.2 1.4 1.1 1.6.9 0-1.4-8.7-1.7-15.9.4-20.3.8-1.7 0-3.3-1.2-.6-.9 1.8-2.2 2.5-3.3 1a47.9 47.9 0 0 1-4-7.7c-.2-.7-.5-1-.8-1.1a.3.3 0 0 0-.1 0zm94.1 0c-.3 0-.6.4-.8 1-.7 2-2.9 6.2-4 7.8s-2.4.8-3.2-1c-1.3-2.7-2-1.1-1.3.6 2.1 4.4 1.8 11.6.5 20.3-.3 1.6.6 1.4 1 0a32.4 32.4 0 0 1 11.8-17.6c1.2-1 .3-1.6-.5-1a18 18 0 0 1-2.8 1.5c-1 .4-1.6.3-1.9-1-.2-1.2.2-3.9 1.7-9 .2-.8 0-1.5-.3-1.6a.3.3 0 0 0-.2 0zM144.4 172c-.5 0-1 .4-.7 1.2.4 1.4 1.2 2.8 1.5 3.6.3.9 1.2.5 1-.7l-.5-3.1c0-.6-.7-1-1.3-1zm155.1 0c-.6 0-1.2.4-1.3 1l-.4 3.1c-.2 1.2.7 1.6 1 .7.2-.8 1-2.2 1.4-3.6.3-.8-.1-1.2-.7-1.2zm-136.3-1.7c-.6-.1-.7 1.5-.2 2.2l2.8 3.1c.8 1 1.3.1.8-.7l-2.6-3.8c-.3-.5-.6-.8-.8-.8zm117.5 0c-.2 0-.5.3-.8.8l-2.6 3.8c-.5.8 0 1.7.9.7l2.7-3.1c.5-.7.5-2.3-.2-2.2zm-132 4c-.4 0-.7.2-.5 1 .2 1.2.5 2 .8 3.1.3 1 1 .9 1-.1l-.3-3.2a1.1 1.1 0 0 0-1-.9zm146.5 0a1 1 0 0 0-1 .8l-.3 3.2c0 1 .8 1.2 1 .1l.9-3c.2-.9-.2-1.2-.6-1.2zm-133.4 1.4c-.6 0-1.1.7-.4 1.6 1.1 1.5 2.4 2.5 2.9 3 .4.6 1.5.4.8-.7l-2.3-3.5c-.2-.4-.6-.5-1-.4zm120 0c-.2 0-.5.1-.6.4l-2.4 3.5c-.7 1.1.4 1.3.9.8.4-.6 1.7-1.6 2.9-3.1.7-1 .1-1.6-.5-1.6a.9.9 0 0 0-.2 0zm-140.7 4.1c-.4 0-.6.4 0 1.3a17 17 0 0 1 3.3 6.4c.1 1.4-.5 1.4-1.1 1.4-1.9 0-2.8-1.4-4.4-1.8-1.7-.3-2 .5-.8 1.4a53.4 53.4 0 0 1 14.7 13.8c1 1.9 2.3 2.5 1.6.8a23.7 23.7 0 0 1-2.4-12.6c.5-2.8 1.2-4.6 1.1-6.2 0-1.5-1-1.4-1.3 0l-1 2.8c-.4.5-1.8.8-3-.9a48 48 0 0 0-5.6-5.8c-.3-.3-.7-.5-1-.6zm161.7 0c-.3 0-.7.2-1.1.6a48.2 48.2 0 0 0-5.5 5.8c-1.3 1.7-2.7 1.4-3 1a12 12 0 0 1-1-2.9c-.4-1.4-1.3-1.5-1.4 0 0 1.6.6 3.4 1.1 6.2s0 7.2-2.3 12.6c-.8 1.7.6 1 1.6-.8a53 53 0 0 1 14.6-13.8c1.2-.9 1-1.7-.7-1.4-1.7.4-2.6 1.8-4.4 1.8-.6 0-1.3 0-1.2-1.4.1-1.3 1.8-4.4 3.3-6.4.6-1 .5-1.3 0-1.3z"/>
40
- <path d="m150.1 212.7 2 6.1m2-7.3 1.8 6.2m2.6-7 1.2 6.4m2.8-7.1 1.3 6.3m3.8-6.8 1 6.4m4.5-6.4 1.1 6.3m4.3-8.1.8 6.4m4.2-6.1.8 6.4m4.1-7 .8 6.4m4-7 .5 6.5m4.8-6.5.4 6.5m4.4-6.8.3 6.5m4.9-6.8.3 6.4m5.7-6.6.3 6.5m79 .2-2 6.1m-2-7.3-1.7 6.2m-2.6-7-1.2 6.4m-2.8-7.1-1.3 6.3m-4-6.8-1 6.4m-4.4-6.4-1.1 6.4m-4.2-8.2-.8 6.4m-4.3-6.1-.8 6.4m-4-7-.9 6.4m-4-7-.5 6.5m-4.8-6.5-.4 6.5m-4.3-6.8-.3 6.5m-5-6.8-.2 6.4m-5.8-6.6-.2 6.5m-7.2-7v7.2"/>
41
- </g>
42
- </g>
43
- </svg>
@@ -1,22 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-lk" viewBox="0 0 640 480">
2
- <path fill="#ffb700" d="M0 0h640v480H0z"/>
3
- <path fill="#ff5b00" d="m26.7 240 88-213.3h88v426.6h-88z"/>
4
- <path fill="#005641" d="M26.7 26.7h88v426.6h-88z"/>
5
- <path fill="#8d2029" d="M229.3 26.7H616v426.6H229.3z"/>
6
- <path id="a" fill="#ffb700" stroke="#000" stroke-width="1.1" d="M579.3 408.6s3.6 7.3 7.6 10.4c6 4.4 18 4 23.3 9.3 6.1 6.1-.5 14.2-.5 15l.4 4.2s-4.2 0-6 .3c-2.6.4-3.6 2.6-8.6 2.3-12.3-.8-11.8-12-12.5-21.5-.6-3.6-2-8.4-2.9-12-.7-3-.8-8-.8-8z"/>
7
- <use xlink:href="#a" width="100%" height="100%" transform="matrix(-1 0 0 1 845.3 0)"/>
8
- <use xlink:href="#a" width="100%" height="100%" transform="matrix(1 0 0 -1 0 480)"/>
9
- <use xlink:href="#a" width="100%" height="100%" transform="rotate(180 422.7 240)"/>
10
- <g transform="translate(0 -76)">
11
- <use xlink:href="#b" width="100%" height="100%" stroke="#000" stroke-width="5.6"/>
12
- <g id="b" fill="#ffb700">
13
- <path d="m363.5 415.8 2.3-1.4 1 1.4c1.3 1.8 5 1.7 7.4 0l1.9-1.5 1.6 1.4c2 1.9 5.8 1.9 8.3 0 1.7-1.2 2-1.3 3-.3.7.6 2.7 1.2 4.4 1.5 3.2.4 3.2.4 5-2.4 1.6-2.3 1.8-3.2 1.5-5.5a59.4 59.4 0 0 1-.6-5.3c-.2-2.6-.1-2.6 3.6-4a50.5 50.5 0 0 0 5.4-2c1.5-.9 5.7-5.8 5.7-6.8 0-.2-1.6-.6-3.6-.8-8-1-9.3-5.2-4.1-13 8.3-13 13.4-25.5 13.4-33.4 0-3.6.3-4.8.7-4 1.9 3.1-1.5 16.4-6.5 26l-2 3.8 1.9-.4c1-.3 7.4-3 14-6 18.2-8.2 24.4-9.8 36.2-9.3 9.9.4 14 2.3 21 9.6 3.7 4 7.3 6.7 13.8 10.8 13.8 8.6 14.4 9.4 15.1 19.6.7 10.3.3 10.9-7.5 12.6-6.7 1.5-10.9 4.6-12 9-.6 2.2.7 2.3 4 .1l2.5-1.6 1.1 1.6c1.5 2.1 4.5 2.1 7 0l2-1.5 2 1.5c3 2.5 7 1.9 8.2-1.2.2-.5.8-.4 2 .7 2.3 2 8 2.8 8.6 1.2.2-.6-.2-2-1-3.2-3.3-5-4.4-7.3-4.4-10 0-3.8 1-5.7 5.4-8.7 5.2-3.8 6.8-8.6 2.8-8.6-2.4 0-4.9-2.2-6.5-5.7-3.2-7.2-2.5-15.2 2.3-28.6a57.6 57.6 0 0 0 5.4-25.2c0-7.4-.2-8.6-1.8-12.7a45.4 45.4 0 0 0-4.6-8.1l-2.8-3.7 3.5-3c10.8-8.9 8.6-23.5-4.4-29.1-4-1.8-5-1.9-12-1.9-4 0-10.5.6-14 1.3a98.2 98.2 0 0 1-14.2 1.2c-6.8 0-8-.2-10.6-1.6-2.7-1.4-3.2-2.1-3.7-5.5a2 2 0 0 0-1.1-1.5c-1-.3-5.2 3.4-5.8 5-.4.9-.6.8-1.5-.3a13.4 13.4 0 0 1-2-3.6c-1-3.3.3-5.7 4.2-7.6l3-1.4-1.8-1.1c-3.6-2.3-9.8-.7-12 3-.7 1-1.4 2-1.6 2-.2 0-1.4-1-2.6-2.3-4.7-4.6-3.1-11.4 3.2-13.4 3.3-1.1 6.3-.3 6.9 2 1 3.3 3.8-1.1 3.3-5.2-.3-2.7-.3-2.8 1.6-2.8 2.6 0 8 3.4 9.8 6 2 3.1 1.8 8-.4 11.6l-1.7 2.8 2.3-.4c3.2-.7 6.4-2.7 8-5.2a12 12 0 0 0 .4-10.4c-1.5-2.7-1.3-3.1.9-2.2 3.6 1.5 5.6 3.2 7 6.1 1.4 2.6 1.5 3.2.8 6a17 17 0 0 1-2.2 4.8c-1.2 1.6-1.3 1.9-.3 1.9 1.8 0 5.4-1.7 6.7-3 .7-.8 1.7-2.5 2.2-4l1-2.5 1 2c1.5 2.7 4.5 5.2 8.1 6.8 3.9 1.6 5.5 1.7 3.5.2-1.4-1-4-8.5-3.1-9.2a51 51 0 0 1 11.7 9c5.7 5.1 9.3 6.8 14.5 6.8 6.7 0 10.6-5.8 7.6-11.3-1.7-3.2-5.6-3.7-8-1-1 1.3-1.3 2.3-1 3.7.4 1.6.3 1.8-1.2 1.8-2 0-5.8-2.5-12.6-8.2a102 102 0 0 0-32.1-18.7 70.4 70.4 0 0 0-24.3-1.3c-6.4 1.2-14 4.9-18.2 8.8-7.3 7-7.4 16.3-.3 24.8l2 2.4-1.3 2.2a9.3 9.3 0 0 0 .4 10.4c1 1.4 2 2.5 2.3 2.5.2 0 .4-.9.5-2 .2-2.7 1.4-4.5 3.4-5.2 1.8-.7 3-.3 11.2 3 8.7 3.4 23 3.6 38.2.6a42.6 42.6 0 0 1 20 .2c7.2 3 8.8 10.7 3.6 16.5-2.3 2.6-4.4 3.6-11.7 5.6a54.3 54.3 0 0 1-19.5 1.5c-10.8-.1-14.7.1-19 1-4.9 1-7.8 1.1-21.8.8l-16.3-.4 1.8 1.4a22 22 0 0 0 3.1 2.3c1.3.7 1.2.8-.6 1.5-1 .4-3.4.7-5.3.7h-3.3l-.4 2.8a10 10 0 0 0 0 4c.4 1 .2 1.2-.8.8-.7-.3-2.6-.8-4.3-1.1a26.7 26.7 0 0 1-5-1.6c-1.9-1-2.1-1-2.8.3-.6 1-6.2 5.2-7 5.2a26.7 26.7 0 0 0-2.2-7.5c-1-2.1-1.9-4.5-2.2-5.2-.3-1.1-.5-1.2-1-.3-.3.5-.7 2-1 3.2a15.5 15.5 0 0 1-1.8 4.6l-1.5 2.2-1-1.9c-1-2-2.6-4.2-3.2-4.2-.2 0-.5.6-.7 1.5-.5 1.6-4.4 6.3-5.4 6.3-.3 0-.6-1.3-.6-3 0-1.5-.3-2.9-.7-2.9-.4 0-.7.5-.7 1 0 1.2-3.3 5-4.5 5-.4 0-1.2.4-1.7 1-1.2 1.3-2.2 1.1-1.7-.4a9 9 0 0 0-.4-3.8l-1-3.2c-.2-.5-1.4-.3-4 .5-4 1.3-5.4 1-3.3-.6.8-.6 2-2.7 2.6-4.6.7-2 1.7-3.7 2.2-3.9.7-.2.7 0-.2 1.2a5.7 5.7 0 0 0-1.1 2.6c0 .5-.5 1.8-1 2.9-.6 1-1 2-.9 2.1s1.7-.5 3.5-1.3l3.2-1.6v1.4c0 .8.4 2.8.9 4.5l.9 3 2.2-1c2.2-1 4.3-4.6 4.3-7.5 0-1.4.8-1.2 1.2.3 0 .4.6 2.1 1 3.7l1 2.8 1.5-1.8c.9-1 1.9-3 2.3-4.3.8-2.4 2-3.5 2-1.7 0 1.2 3.4 5.8 4 5.4.4-.2 1-1.9 1.5-3.8 1-4 2.5-6.6 3.5-6 .4.2.5.6.3 1-.2.2.6 2.8 1.8 5.6a2557.7 2557.7 0 0 1 2.6 6.3c.4 1 .8 1 3.3-1.3 1.5-1.4 3-2.9 3.1-3.4.3-.8.6-.7 2 .2a25 25 0 0 0 9.5 2.8c.2-.2.4-2 .4-4l.1-3.7 2 .4c1 .3 3.3.3 5 0l3-.4-2.7-2c-1.5-1-3-2.3-3.4-2.9-.3-.6-1.7-1.2-3.2-1.3-4.1-.4-11.4-4.4-11.4-6.4 0-.4 1 .3 2.2 1.4 2.8 2.5 6.6 4 10 4h2.4l-1.5-2a11.9 11.9 0 0 1-2-5.2c-.2-3-.5-3.4-3.6-5.5a35.2 35.2 0 0 1-5-4.3l-1.7-1.9-.9 2.3c-.5 1.3-1 2.3-1.3 2.3-.2 0-1.2-.8-2-1.7a7 7 0 0 0-2-1.6c-.3 0-1 1.2-1.8 2.7l-1.4 2.7-1-1.5a23.8 23.8 0 0 0-3-3.4c-1.2-1-1.7-1.8-1.3-1.8.4 0 1.7 1 3 2.3l2.2 2.3 1-1.7a6 6 0 0 0 .5-3.8c-.4-1.8-.3-1.9.3-.7a16 16 0 0 0 3 3l2.2 1.8 1.5-2.7c1.5-2.8 1.5-2.8 2.1-1.1 1 2.1 7.5 7.5 13 10.6 1 .5.6-1.1-1-5a12.7 12.7 0 0 1-.8-4c0-1.8-.5-2.6-2.8-4.4a10.9 10.9 0 0 1-5-8.4c-.3-1.7-.9-3.5-1.4-4.1-.6-1-.8-.4-.6 2.6.2 2.1-.1 4.7-.6 5.8l-.8 2-.6-1.7c-.4-.9-2-2.5-3.5-3.5s-2.6-2-2.4-2.2c.2-.2 1.8.7 3.5 2 2.7 2.1 3.2 2.3 3.6 1.4.4-1 0-5.6-.8-8.8-.4-1.6-.4-1.6 1.6.4 1.4 1.4 2.2 3.2 2.9 6.2.8 3.8 1.2 4.5 4.7 7.6 2.1 1.9 4 3.3 4.1 3.2.2-.2.4-5 .6-10.8.4-11.1 0-13.8-2.7-17.2l-1.4-1.8 2.2-2.3a16 16 0 0 0 4.7-8.8l.4-2.7-2.4 2.3c-2 1.9-3 2.3-5.3 2.3s-3.2-.4-4.7-2a20 20 0 0 0-8.3-4.8c-1.2-.4-1.6-.2-1.6.6 0 .6-.6 2.2-1.4 3.7l-1.4 2.6-3-3c-1.9-1.7-4-3.2-5.7-3.6-4.1-1-4.3-1-4.3 2.1 0 4.7-2 5.6-5.6 2.5-2.8-2.4-5-3-10.3-2.3l-4 .4.7 1.8c.6 1.5.5 2.2-.8 3.9-2.1 2.8-4.8 4-9 4-2 0-4.4.4-5.4.9s-3.6 1-5.7 1.2c-2 .2-4.3.6-5 .8-1 .4-1 0-.7-2.2.5-3.4-2-6-5.7-6-4.9 0-7.1 4.4-5.2 10.2a44.6 44.6 0 0 1 1 3.8 23 23 0 0 0 5.2 6.6c2.6 2.6 5 5.3 5.4 6a9 9 0 0 0 3 2.5l2.2 1.2-.3-2.4c-.3-2.6.2-3 1.6-1.1.5.6 1.8 1.7 2.8 2.3 1.7 1 2 1 2 .2 0-.6.3-1.9.7-2.9l.7-1.8 1.3 2.5c.7 1.4 3 4.5 5.1 7 4.1 4.7 6.7 10 5.4 11.2-.6.5-2 .5-5-.1-2.2-.4-5-.7-6.2-.5-2.3.3-2.5 0-1-1.8 1.5-2 1.2-2.3-1.8-2.3-3.5 0-12.2-1.7-15.6-3-3.2-1.3-4-1-5 2.1l-1.7 5.6-1 3 3.6-.3a37 37 0 0 0 5.5-1 6 6 0 0 1 2.2-.3c.2.1-.3 1.3-1 2.7l-1.4 2.4 2.2-.4c1.2-.3 3-.9 4-1.4 1.8-.8 2-.8 3.4 1.5 1.7 2.7 3 2.6 3.3-.3.3-3 1.3-2.6 3.2 1.4 1.8 3.8 3.6 5.2 4 3 .1-.8 1-2 2.1-2.8 2.2-1.5 3.8-1 4.7 1.3 1 2.5-1.2 5-7.4 8.8a43 43 0 0 0-21.7 31c-1.9 11.8 4 24 15.6 32.9 5.6 4.2 14.5 8.6 13.9 7-2.4-7.3-2.3-21 .1-23.3.4-.4.3 1-.3 3.1-2 7.9-1 14.1 4 28.7 4.4 13.2 3.8 18.9-2.6 22.6-2 1.2-3.3 1.4-8.8 1.3-6 0-6.7 0-8.6 1.6a15.7 15.7 0 0 0-4.3 8.6c0 1.3 1.4 1.1 4-.4z"/>
14
- <path d="m460.5 415.5 2.5-1.6 1.7 1.6c2.2 2.1 4.9 2 7-.1 1-1 1.8-1.6 1.9-1.5l.9 1.6c.5.9 1.6 1.3 3.6 1.5 2.3.1 3 0 4-1.4l1-1.7 2.5 1.6c6.8 4.4 10.4-.2 7.3-9.3-1.5-4.6-.6-7.2 4.3-13 2.1-2.5 3.8-5.2 3.8-6 0-1.1-.4-1.3-3.2-1.2-2.6 0-3.4-.3-4.8-1.8-2.3-2.5-2.1-5.4.4-8.6l2-2.5-3.6-2.4a59.7 59.7 0 0 1-8-7.1 25.7 25.7 0 0 0-17.5-9l-4.7-.5v3.6c0 4.5 2.2 8.9 8 16.3 6.6 8.4 7 9.7 7.3 20.7l.3 9.3-2 1.8c-1.7 1.6-2.4 1.9-8 2.2-5.3.3-6.5.6-8 2a8.7 8.7 0 0 0-3.4 5.3c-.3 1.5-.2 1.8.9 1.8.7 0 2.4-.7 3.8-1.6zm-142.2-24a5.8 5.8 0 0 0 1-3c0-1 .6-1.4 3.2-1.8l3.1-.4-2-1.7c-2.5-2-2.8-3.5-.6-3.5s5.8-2.2 6.4-3.9c.3-.8 0-1.8-.4-2.3-1.2-1.4-3.5-1.2-3.9.4-.5 1.6-1.2 1.6-3 0-2.5-2.5-2.6-7.6 0-10.6 1.1-1.4 1.1-1.4-.4-2.9-1.6-1.6-2.8-4.6-2-5.4.2-.2 1.5 0 2.8.5 2 .6 2.7.6 3.5 0 2.3-1.9-.2-4.3-4-3.7-1.6.2-2.2 0-2.4-.8-.2-.6-1.5-1.4-3-1.8-2.7-.7-2.7-.7-2.7 1.2 0 2-1.2 2.4-3.4 1.1-1.8-1-3.5-.2-3.5 1.7 0 1.8 1.7 2.6 5 2.4 2.4-.1 2.5 1.7.2 4.3l-1.7 2 1.3 1.9c2 2.8 1.8 7.5-.3 9.9l-1.7 1.8-1.1-1.5c-1.6-2-3.7-1.9-4.3.3-.3 1.4 0 2 1.8 3.6 1.2 1 3 1.8 3.9 1.8 2.3 0 2.2 1.9-.2 3.7l-2 1.5 3 .4c1.6.3 3 .7 3 1 0 1.3 2 5.2 2.6 5.2.4 0 1.2-.7 1.8-1.5z"/>
15
- <path d="M356.5 374.9c2.7-1 8.5-6 8.5-7.1 0-.4-1.6-2.2-3.6-4-4-3.6-8.5-9.9-9.7-13.5-.6-2-3.5-5.2-11.7-13.2l-10.9-10.5-3.1.8c-1.8.4-3.9.8-4.7.8-1.5 0-1.5 0 .5 1.6l2 1.6 3-1.6c2.7-1.6 2.8-1.6 3.1-.3.2.7-.2 2-1 2.9-.7.9-1.1 2-1 2.3.3.3-.4 1-1.5 1.6-2 1-3.5 4.3-1.9 4.3 1.5 0 4.7-4 4.3-5.3-.2-.7 0-1.4.2-1.6 1.3-.7 1.2 2.4 0 4-.8.8-1.2 1.8-1 2.2.2.3-.5 1-1.6 1.6-2 1-3.5 4.3-1.9 4.3s4.7-3.8 4.4-5.2c-.2-.7-.2-1.5.1-1.7.9-.4 1.3 2 .6 3.2a2.3 2.3 0 0 0 0 2.2c.7 1.3 0 3.7-1.3 4.5-.5.3-.2 1 1.2 2 2 1.4 2 1.6 2 8 0 5.4.2 6.8 1.2 7.7 1 1 1.2 1 1.2 0s2-2.4 3.5-2.4c.5 0 3.4 2.5 6.5 5.5s6.4 5.7 7.3 5.8l2.2.4c.3 0 1.7-.3 3.1-1zm-33.3-26.1c0-1.7-3.6-3.6-7.9-4-3.5-.5-3.5-.4-3.5 1.3 0 1.4.5 2 3 3 3.8 1.7 8.4 1.5 8.4-.3z"/>
16
- <path d="M327.1 348.6c1.8-1.6 2.6-3.4 1.5-3.4-1.2 0-4.4 2.8-4.4 4 0 1.6.6 1.5 3-.6zm-3.7-5.1c.1-1-.5-1.6-2.3-2.5-4-1.7-8.6-2.6-9.7-1.7-2.1 1.7-.7 3.9 2.6 4.3 1.4.1 3.2.5 4.1.9 2.6 1 5 .5 5.3-1zm0-5.3c.2-1.3-.7-1.8-8-4.4-5.5-2-7.9-1-6.1 2.3.6 1.1 1.6 1.6 3.9 2 1.7.2 4 .7 5.1 1.1 3 1 4.8.6 5-1zm3.6-4.9c1.1-1.1 2-2.4 2-3 0-1.5-4.3 1.3-4.9 3.3-.6 2.3.5 2.2 3-.3zm-3.6-.3c.2-1.6-2.4-3-7.6-4.1-3.9-.9-5.6-.4-5.3 1.4.2 1 1.5 1.7 5 2.8 5.9 1.8 7.6 1.8 7.9-.1zm5-7.4c6.8-3 7.3-10.5 1-12.5-2.6-.8-4.2-.3-5.2 1.4-.8 1.4-.3 3.8.7 3.8.4 0 .7.5.7 1 0 2.7-10.2 3.8-14.4 1.7-1.5-.7-2-2.7-.9-2.7 1 0 1.6-2 1.1-3.3-.6-2-2.6-2.6-5.3-1.8-6.3 1.6-6.1 9 .3 12a33.6 33.6 0 0 0 22 .4z"/>
17
- <path d="M324.3 319.8c.4-.4.2-1-.4-1.4-1.4-1.1-1.3-2.8.2-4.7 1.2-1.4 1.3-3.6 1.7-25.1.7-37.1 3.5-65 7.1-71.8 1.5-2.6 1.3-2.6-2.5 0a36 36 0 0 0-11.7 13.6c-6.2 11.5-8.3 27-8.3 60.2 0 18.8.1 21.3 1.2 23 1 1.8 1 2.4.4 4.2-.5 1.1-.7 2.3-.5 2.5 1.4 1.3 11.4 1 12.8-.5zm56.1-35.4c.3-.3-.2-2-1-3.6-1.2-2.6-1.7-3-3.4-3a65 65 0 0 1-23-6.4c-5.1-2.3-7-2.8-7.5-2.2-1.6 1.5 1 5 5 6.9a64 64 0 0 0 18.3 3.7c2.7 0 2.8 0 1.2 2.3l-1 1.6h3l5 .6c3 .7 3 .7 3.4.1z"/>
18
- <path fill="#000" d="M412 301.1c0-1-2.9-3.5-5.7-5.2-2.3-1.3-2.7-1.4-2.7-.3 0 1.6-1.4 5.7-2 5.7-.3 0-.8-.8-1-1.7-.3-1-1.4-3-2.5-4.3l-2-2.5-1.4 2.3c-1.4 2.2-3.9 4.3-5 4.3-.2 0-.3-1.2 0-2.5.1-1.6 0-2.8-.5-3-.4-.3-.8-.2-.8.2 0 .8-3.4 4.6-4 4.6-.4 0-.8-1-1-2.4l-.8-4.8c-.2-1.2.3-.4 1 2l1.6 4.1 1.6-2.5a11 11 0 0 0 1.6-3.4c0-.5.3-.7.7-.5.4.2.9 1.9 1.1 3.7l.5 3.4 1.8-2a28.8 28.8 0 0 0 2.6-3.2c.7-1.2.8-1.2 2.3 0 .8.8 2.1 2.5 2.9 3.9s1.5 2.4 1.6 2.3l.6-3.2.4-3c.1-.5 5.4 3 7.4 4.7 1.2 1.1 2.4 1.9 2.6 1.7.2-.2.4-1.8.4-3.7 0-2.8-.3-3.6-2-5.1-2-1.8-2-1.8-2.8-.5-1 1.7-2.1 1.7-2.1 0 0-1.2-3.8-5.9-4.7-5.9-.3 0-1.1 1-1.8 2.3s-1.5 2.3-1.7 2.3c-1 0-6.3-6-6.3-7 0-.8.4-.6 1.3.8a21 21 0 0 0 3.1 3.6c2 1.8 2.8 1.4 3.6-2.1.3-1 .7-1.8 1-1.8.8 0 5.4 4.9 6 6.5l.7 1.6.5-1.8c.6-2.2 1.3-2.2 2.3-.2.4.8 2.4 2.6 4.4 3.8l3.7 2.4.7-2.4c.4-1.3 1-2 1.2-1.6.4.5-.6 4.5-1.3 5.3 0 .1-1.3-.6-2.6-1.5l-2.5-1.8v3.2c0 1.7-.2 3.8-.4 4.6-.5 1.6-1.7 2-1.7.6zm-18.5-25.4c-4.4-3.6-5-4.4-5-6.2l.1-1.8.3 1.7c.2 1 1.4 2.6 2.8 3.8l2.6 2 1.5-1.8c.9-1 1.6-2.2 1.6-2.6 0-1.2.2-1.1 3.2 1.5 2.6 2.3 2.7 2.3 3 .8.3-.8.2-2.4 0-3.5-1-3-.8-3.4.5-1.6l2.4 2.8c1 1.1 1.1 1.1 1.5-.3.3-.9.5-2.4.5-3.4v-1.9l2.3 2.7c2.3 2.6 2.5 2.7 3.1 1.4.5-.7.8-2.4.8-3.7 0-1.8.2-2.2.6-1.6.8 1.2.3 4.2-1.1 6.8l-1 2-1.3-2.1c-1.7-2.6-2.3-2.6-3.3.2-1 2.7-1.7 2.9-2.7.8-.6-1.3-.8-1.1-1.2 1.7l-.5 3-3-2.3-3-2.3-1.5 1.5c-.7.9-1.3 2-1.3 2.4 0 1-.8 1-1.9 0zm39-13.6c-1.5-1.4-2.6-2.8-2.4-3 .3-.3.5-.4.6-.2a67 67 0 0 0 3 3c3.4 3.6 2.7 3.7-1.1.2zm-52-5.4c-1.4-2-1.3-3.2.5-5.4 1.2-1.5 1.8-1.7 4-1.4 1.5.1 4.6 1.4 6.9 2.8a21.2 21.2 0 0 0 11 3l-1.7-2.8c-2.2-3.3-2.2-3.7.4-1.7 2.6 2.1 5.7 2.7 12.7 2.5l3.4-.1-2-2c-2.7-2.7-1.9-3 1.2-.3 2.8 2.5 2.7 2.7-3.4 3.3a23 23 0 0 1-7.6-.5c-3.4-1-3.6-.9-2.9.2.4.7 1 1.2 1.3 1.2.4 0 .7.4.7.8 0 1.3-7.4.1-11-1.6-8-4.1-9-4.5-11-3.9a4.3 4.3 0 0 0-2.4 2.3c-1.3 3.3 3.4 5.9 5.3 3 .6-.9.5-1.4-.5-2.5-1.4-1.4-1.2-1.6.6-1 1.3.5 1.4 3.6.2 4.8-1.3 1.3-4.5 1-5.7-.7z"/>
19
- <path fill="#000" d="M412.4 248.6c-1-1-.2-1.2 4.3-1.3 5.6-.1 9-1 13-3.6 3.2-2 4.1-1.6 1 .5-2.7 2-7 3.4-11.3 3.8l-5.1.7c-.8.2-1.7.1-2-.1z"/>
20
- </g>
21
- </g>
22
- </svg>
@@ -1,14 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lr" viewBox="0 0 640 480">
2
- <defs>
3
- <clipPath id="a">
4
- <path fill-opacity=".7" d="M0 0h682.7v512H0z"/>
5
- </clipPath>
6
- </defs>
7
- <g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9375)">
8
- <path fill="#fff" d="M0 0h767.9v512H0z"/>
9
- <path fill="#006" d="M0 0h232.7v232.8H0z"/>
10
- <path fill="#c00" d="M0 464.9h767.9V512H0z"/>
11
- <path fill="#c00" d="M0 465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7 0h535.1v46.5H232.7zm0 186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z"/>
12
- <path fill="#fff" d="m166.3 177.5-50.7-31-50.4 31.3 18.7-50.9-50.3-31.4 62.3-.4 19.3-50.7L135 95h62.3l-50.1 31.7 19.1 50.8z"/>
13
- </g>
14
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ls" viewBox="0 0 640 480">
2
- <path fill="#fff" d="M0 0h640v480H0z"/>
3
- <path fill="#009543" d="M0 336h640v144H0z"/>
4
- <path fill="#00209f" d="M0 0h640v144H0z"/>
5
- <path stroke="#000" stroke-width="1.6" d="M319.6 153c-2.7 0-5.4 3-5.4 3l.3 32.4-10.3 10.7h8.3v18.5l-49 66-7.2-2.6-12.7 27s31.3 19.6 76.7 19c49.8-.5 76.9-19.9 76.9-19.9l-13-26.6-6.5 2.8-49.6-65.6v-19.1h8.2L325.1 188v-32.2s-2.7-3-5.5-2.9z"/>
6
- <path fill="none" stroke="#000" stroke-width="8" d="M336.7 230.4h-33.9s-12.2-25.9-10.3-44c2-18.4 12.6-27.1 26.6-27.3 16.6-.1 25.2 8.1 27.8 26.6 2.6 18.3-10.2 44.7-10.2 44.7z"/>
7
- <path fill="#fff" d="M260.5 292.1c-.6.7-4.7 8.9-4.7 8.9l7-1.5-2.3-7.4zm4 10.5-7.4 2.4 8.9 3.5-1.5-5.9zm3.3-10.3 3.7 10.9 9-2.6-2.3-5.2-10.4-3.1zm5.8 14.8 1.2 4.4 12 3-4.8-10.2-8.4 2.8zm13.2-9.3 4.3 10.2 9-3.5-3-4.5-10.3-2.2zm6 13.9 1.4 3.8 14 2-5.9-9.2-9.6 3.4zm13.4-11 5.2 9.1 13-4.8-1.4-3.5-16.8-.7zm7.6 12.4 2.7 4.8 16.2-.5-6-9-13 4.7zm17.1-12 4.4 7.6 10.4-5-2.8-4-12 1.4zm17 5.8-10.3 5.1 2.7 4.5 13.8-2.2-6.2-7.4zm3.3-8 5.3 6.7 8.7-6.9-3-3-11 3.2zm15.9 3.5-8.3 6.3 2.2 3.9 11.4-3-5.3-7.2zm11.4-13 2 2.9-5.7 8.5-5.9-7.6 9.6-3.8zm3.9 7.3 3.5 7-7 2.4-.6-3.3 4-6z"/>
8
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lt" viewBox="0 0 640 480">
2
- <g fill-rule="evenodd" stroke-width="1pt" transform="scale(.64143 .96773)">
3
- <rect width="1063" height="708.7" fill="#006a44" rx="0" ry="0" transform="scale(.93865 .69686)"/>
4
- <rect width="1063" height="236.2" y="475.6" fill="#c1272d" rx="0" ry="0" transform="scale(.93865 .69686)"/>
5
- <path fill="#fdb913" d="M0 0h997.8v164.6H0z"/>
6
- </g>
7
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lu" viewBox="0 0 640 480">
2
- <path fill="#00a1de" d="M0 240h640v240H0z"/>
3
- <path fill="#ed2939" d="M0 0h640v240H0z"/>
4
- <path fill="#fff" d="M0 160h640v160H0z"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-lv" viewBox="0 0 640 480">
2
- <g fill-rule="evenodd">
3
- <path fill="#fff" d="M0 0h640v480H0z"/>
4
- <path fill="#981e32" d="M0 0h640v192H0zm0 288h640v192H0z"/>
5
- </g>
6
- </svg>
@@ -1,13 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ly" viewBox="0 0 640 480">
2
- <defs>
3
- <clipPath id="a">
4
- <path d="M166.7-20h666.6v500H166.7z"/>
5
- </clipPath>
6
- </defs>
7
- <g clip-path="url(#a)" transform="matrix(.96 0 0 .96 -160 19.2)">
8
- <path fill="#239e46" d="M0-20h1000v500H0z"/>
9
- <path d="M0-20h1000v375H0z"/>
10
- <path fill="#e70013" d="M0-20h1000v125H0z"/>
11
- <path fill="#fff" d="M544.2 185.8a54.3 54.3 0 1 0 0 88.4 62.5 62.5 0 1 1 0-88.4M530.4 230l84.1-27.3-52 71.5v-88.4l52 71.5z"/>
12
- </g>
13
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ma" viewBox="0 0 640 480">
2
- <path fill="#c1272d" d="M640 0H0v480h640z"/>
3
- <path fill="none" stroke="#006233" stroke-width="11.7" d="M320 179.4 284.4 289l93.2-67.6H262.4l93.2 67.6z"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-mc" viewBox="0 0 640 480">
2
- <g fill-rule="evenodd" stroke-width="1pt">
3
- <path fill="#f31830" d="M0 0h640v240H0z"/>
4
- <path fill="#fff" d="M0 240h640v240H0z"/>
5
- </g>
6
- </svg>
@@ -1,70 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-md" viewBox="0 0 640 480">
2
- <g fill-rule="evenodd" stroke-width="1pt">
3
- <path fill="#00319c" d="M0 0h213.3v480H0z"/>
4
- <path fill="#ffde00" d="M213.3 0h213.4v480H213.3z"/>
5
- <path fill="#de2110" d="M426.7 0H640v480H426.7z"/>
6
- </g>
7
- <path fill="#ff1900" fill-rule="evenodd" stroke="#000" stroke-width=".7" d="m360.4 320.4 24.2 35c1.4 2 2.7 3.9.7 5.2-2 1.3-1.4 6.4 0 8.4 2.7 3.9 6 4.5 8 3.2l18.4-11.6c2-1.2 2.7-4.5 0-8.4-1.5-2-6-4.5-8-3.2-2.1 1.3-3.5-.7-4.8-2.6l-24.3-35"/>
8
- <path fill="#a77b3b" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M177.2 696.3c0 24.4-9.6 44.3-21.3 44.3-11.7 0-21.3-19.9-21.3-44.3S144.3 652 156 652s21.3 19.8 21.3 44.3z" transform="matrix(.52728 -.42386 .44358 .50386 -32.4 20)"/>
9
- <path fill="#ff1900" fill-rule="evenodd" stroke="#000" stroke-width=".7" d="m262 306.1-21.5 36.7c-1.2 2-2.4 4-4.5 3-2.1-1.2-6.6 1.7-7.8 3.8-2.4 4-1.5 7.2.7 8.4l19.2 10.2c2 1.1 5.4.2 7.8-3.8 1.1-2.2 1.4-7.3-.7-8.4-2.1-1.1-1-3.2.3-5.2l21.4-36.7"/>
10
- <path fill="#a77b3b" fill-rule="evenodd" stroke="#000" stroke-width="1.7" d="M331.2 280.6h-19.6c-.6.6-6.2 35.6-12.2 49-7.3 16.3-29.2 30.7-29.2 30.7s13.1 4 17 6.6c1-.3 22-4.7 24.4-30.3 2.4 25.6-14.6 37.3-14.6 37.3s24.4 7 24.4 23.3c0-16.3 24.4-23.3 24.4-23.3s-12.2-11.7-14.7-37.3c5 25.6 23.5 30 24.5 30.3 3.9-2.6 17-6.6 17-6.6s-21.9-14.4-29.2-30.7c-6-13.4-11.6-48.4-12.2-49zm-83-116.7 36.6 11.7c12.1 0 24.4-11.7 24.4-23.4.4-26-9.8-35-12.2-35l4.8-4.6-7.3-7s2.5-12.1 26.9-11.7c24.4.5 24.4 11.7 24.4 23.3s-12.2 11.7-12.2 35c0 11.7 12.2 23.4 24.4 23.4l36.6-11.7v116.7H248.1V163.9z"/>
11
- <g fill="none" stroke="#000">
12
- <path stroke-width=".5" d="m302.2 292.2 14.6 15 14.7-15 14.6 15 29.3-15 14.3 15.8 15-15.8 21.6 15.8 22.3-15.8 14.6 15 14.7-15" transform="matrix(.16672 0 0 .46773 253.9 31.9)"/>
13
- <path stroke-width=".2" d="m432.3 435.8-7.1 39m10.6-39v39m7.1-39v39m7.1-39 3.5 39m3.6-39 3.5 39" transform="matrix(.68905 0 0 .65843 16.2 -144)"/>
14
- </g>
15
- <g stroke="#000" stroke-width="2.5">
16
- <path fill="#a77b3b" fill-rule="evenodd" d="M318.9 361.4c35.4 17.7 35.4 53.2 35.4 70.9-1.2 16.1 0 354.3 0 354.3s-2.3-20-17.7-35.4L319 733.5l-17.7-17.7c-13-11.8-17.7-35.5-17.7-53.2v-248s0-17.8 35.4-53.2z" transform="matrix(-.68905 0 0 .65843 443.4 -144)"/>
17
- <path fill="none" d="M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7" transform="matrix(-.68905 0 0 .65843 443.4 -237.3)"/>
18
- <path fill="none" d="M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7" transform="matrix(-.68905 0 0 -.65843 443.4 530.2)"/>
19
- <path fill="none" d="M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7" transform="matrix(-.68905 0 0 .65843 443.4 -190.7)"/>
20
- <path fill="none" d="m301.4 557-.2 158.8" transform="matrix(-.68905 0 0 1.24911 443.4 -566.8)"/>
21
- <path fill="none" d="m301.4 539.3-.2 176.5" transform="matrix(-.68905 0 0 1.12111 431.4 -464)"/>
22
- <path fill="none" d="m301.4 539.3-.2 176.5" transform="matrix(-.68905 0 0 1.2559 419.2 -548.3)"/>
23
- </g>
24
- <g stroke="#000" stroke-width="2.5">
25
- <path fill="#a77b3b" fill-rule="evenodd" d="M318.9 361.4c35.4 17.7 35.4 53.2 35.4 70.9-1.2 16.1 0 354.3 0 354.3s-2.3-20-17.7-35.4L319 733.5l-17.7-17.7c-13-11.8-17.7-35.5-17.7-53.2v-248s0-17.8 35.4-53.2z" transform="matrix(.68905 0 0 .65843 199.3 -144)"/>
26
- <path fill="none" d="M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7" transform="matrix(.68905 0 0 .65843 199.3 -237.3)"/>
27
- <path fill="none" d="M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7" transform="matrix(.68905 0 0 -.65843 199.3 530.2)"/>
28
- <path fill="none" d="M283.5 574c.4 0 17.7-17.7 17.7-17.7l17.7 17.7 17.7-17.7 17.7 17.7" transform="matrix(.68905 0 0 .65843 199.3 -190.7)"/>
29
- <path fill="none" d="m301.4 557-.2 158.8" transform="matrix(.68905 0 0 1.24911 199.3 -566.8)"/>
30
- <path fill="none" d="m301.4 539.3-.2 176.5" transform="matrix(.68905 0 0 1.12111 211.4 -464)"/>
31
- <path fill="none" d="m301.4 539.3-.2 176.5" transform="matrix(.68905 0 0 1.2559 223.6 -548.3)"/>
32
- </g>
33
- <path fill="#a77b3b" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M177.2 696.3c0 24.4-9.6 44.3-21.3 44.3-11.7 0-21.3-19.9-21.3-44.3S144.3 652 156 652s21.3 19.8 21.3 44.3z" transform="matrix(.63605 .25323 -.26502 .60778 361.1 -165.2)"/>
34
- <path fill="red" fill-rule="evenodd" d="M248.1 175.6h146.5v70H248.1z"/>
35
- <path fill="#564dff" fill-rule="evenodd" d="M248.1 245.6h146.5v35c0 23.3-36.6 23.3-73.2 46.6C284.7 304 248 304 248 280.6v-35z"/>
36
- <path fill="none" stroke="#ff0" stroke-width="2" d="M336.6 485.4h212.6V645c0 35.4-53.1 35.4-106.3 70.9-53.1-35.5-106.3-35.5-106.3-71V485.5z" transform="matrix(.68905 0 0 .65843 16.2 -144)"/>
37
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M385.6 129.9S335 185.4 335 238.5c0 53.1 53.1 70.9 53.1 70.9s-17.7 0-17.7 70.8c0 35.5 53.1 17.8 53.1 35.5s-.7 60.5 0 88.6c0 17.7-35.4 0-35.4 17.7 0 8.8 26.6 53.1 53.2 53.1s53.1-44.3 53.1-53.1c0-17.7-35.4 0-35.4-17.7v-88.6c0-17.7 53.1 0 53.1-35.5 0-70.8-17.7-70.8-17.7-70.8s53.2-17.7 53.2-70.9-50.7-108.6-50.7-108.6 28.5 73.2 28.5 108.6c0 17.7-13.3 53.2-48.7 53.2 0 0-9-17.8-17.7 0 0 0-10.2-17.8-17.7 0-2.6 6-7.2-17.8-17.8 0-4.4 4.7-8-17.8-17.7 0-17.7 0-53.1-17.8-53.1-53.2s32.9-108.6 32.9-108.6z" transform="matrix(.48234 0 0 .30917 108.5 140.1)"/>
38
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M382.7 248c-3.6 3.6 4.6 61.3 7 63.8 3.6 3.5 24.9 3.5 28.4 0 2.5-2.5 0-56.7-3.5-60.2-3.6-3.6-29.4-6-32-3.6z" transform="matrix(.48234 0 0 .30917 110.4 201.6)"/>
39
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M382.7 248c-3.6 3.6 4.6 61.3 7 63.8 3.6 3.5 24.9 3.5 28.4 0 2.5-2.5 0-56.7-3.5-60.2-3.6-3.6-29.4-6-32-3.6z" transform="matrix(-.48234 0 0 .30917 532.4 201.6)"/>
40
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M414.6 228.5a16 16 0 1 1-32 0 16 16 0 0 1 32 0z" transform="matrix(.5544 0 0 .38542 82.7 183.7)"/>
41
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="2.5" d="M414.6 228.5a16 16 0 1 1-32 0 16 16 0 0 1 32 0z" transform="matrix(.55441 0 0 .38543 118 183.7)"/>
42
- <path fill-rule="evenodd" d="M336.8 307.5c0 1.5-2 2.7-4.3 2.7-2.4 0-4.3-1.2-4.3-2.7s2-2.7 4.3-2.7 4.3 1.2 4.3 2.7zm-22.3 0c0 1.5-1.9 2.7-4.2 2.7-2.4 0-4.3-1.2-4.3-2.7s1.9-2.7 4.3-2.7c2.3 0 4.2 1.2 4.2 2.7z"/>
43
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="m439.4 550-7.8-10.3-12.8 1.7 1.8-12.8-10.3-7.7 10.3-7.8-1.8-12.8 12.8 1.8 7.8-10.3 7.8 10.3 12.7-1.8-1.7 12.8 10.2 7.8-10.2 7.8 1.7 12.7-12.8-1.7z" transform="matrix(.67225 0 0 .64237 26 -133.3)"/>
44
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="m496 591.7 21.3 10.7 21.3-10.7-21.3-10.6-21.2 10.6z" transform="matrix(.68905 0 0 .65843 16.2 -144)"/>
45
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="m496 591.7 21.3 10.7 21.3-10.7-21.3-10.6-21.2 10.6z" transform="matrix(.68905 0 0 .65843 -88.8 -144)"/>
46
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M535 659c-3.5-7-14.1-10.6-21.2-10.6s-14.2 0-21.3 10.7c0-14.2 10.5-21.3 21.3-21.3a22.7 22.7 0 0 1 21.2 21.3z" transform="matrix(.59753 -.3279 .34316 .57097 -165.2 86.5)"/>
47
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z" transform="matrix(.68905 0 0 .65843 13.7 -155.7)"/>
48
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z" transform="matrix(.68905 0 0 .65843 8.8 -139.4)"/>
49
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z" transform="matrix(.68905 0 0 .65843 6.4 -148.7)"/>
50
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z" transform="matrix(.68905 0 0 .65843 18.6 -139.4)"/>
51
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z" transform="matrix(.68905 0 0 .65843 21 -148.7)"/>
52
- <path fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M386.2 652a7 7 0 1 1-14.1 0 7 7 0 0 1 14.1 0z" transform="matrix(.68905 0 0 .65843 13.7 -146.4)"/>
53
- <g fill-rule="evenodd">
54
- <path fill="#da4500" d="M297.8 120.4c-12.4 0-14 2-19.6 3.9 0-5.4 13.8-11.7 26-11.7 0 3.9-3.2 7.8-6.4 7.8z"/>
55
- <path fill="#cac9c7" d="M316.5 108c0 2.5-2.2 4.6-4.9 4.6s-4.9-2.1-4.9-4.7 2.2-4.6 4.9-4.6 4.9 2 4.9 4.6z"/>
56
- <path fill="#ff0" stroke="#000" stroke-width="1.1" d="M361.4 357.9v10.6h17.7v53.1h10.7v-53.1h17.7v-10.6h-17.7v-14.2H379v14.2h-17.7z" transform="matrix(.68905 0 0 .65843 16.2 -144)"/>
57
- <path fill="#da4500" d="M304.3 112.6a78.5 78.5 0 0 0-29.3 3.9c0-7.2 8.4-15.6 22.8-15.6 3.2 0 6.5 7.8 6.5 11.7z"/>
58
- </g>
59
- <g fill-rule="evenodd">
60
- <path fill="#008500" stroke="#000" stroke-width=".7" d="M67.3 613c-14.2-14.2-16.6-21.4 3.6-10.1l283.7 247.5-3.4 7L67.4 613z" transform="matrix(.38821 .29653 -.14073 .23692 237.4 71.3)"/>
61
- <path fill="#008f00" d="M228.4 330.4c.8-10.6-18.6-22-19.4-21.3-.7.8 1.2 7 4.9 10.1-7-3.6-14.4-5.8-14.6-4.3-.6 2.2 11 7.2 12 9.2 0 1.4-8.6 1.2-8.4 2.6.2 1.4 24.3 13.6 25.5 3.7zM209 299.6c.8-10.6-18.6-22-19.3-21.3-.8.7 1.1 6.9 4.8 10.1-7-3.6-14.4-5.9-14.6-4.3-.5 2.1 11 7.2 12 9.2.1 1.4-8.5 1.2-8.4 2.6.2 1.4 24.3 13.5 25.5 3.7zm-14.8-28c.8-10.6-18.6-22-19.4-21.3-.7.7 1.2 6.9 4.9 10.1-7-3.6-14.4-5.9-14.6-4.3-.5 2.1 11 7.2 12 9.2 0 1.4-8.5 1.2-8.4 2.6.2 1.4 24.3 13.6 25.5 3.7zm-14.6-30.4c.7-10.5-18.6-22-19.4-21.3-.8.8 1.2 7 4.8 10.2-7-3.7-14.4-5.9-14.5-4.3-.6 2.1 11 7.2 11.9 9.1.1 1.4-8.5 1.3-8.3 2.7.1 1.4 24.2 13.5 25.5 3.6z"/>
62
- <path fill="#008f00" d="M184.6 239.9c9.4-5.7 7.5-27.4 6.5-27.6-1.1-.1-5.2 5-5.7 9.8-1.1-7.6-3.6-14.6-5-13.8-2.1.8.4 12.7-.7 14.6-1 1-6-5.8-7-4.8-1.2 1 2.8 26.7 12 21.8zm13.6 26.6c10.8-2.4 16.7-23.4 15.7-23.9s-6.6 3-8.7 7.4c1.6-7.5 1.7-14.9 0-14.6-2.3.1-4 12.1-5.7 13.5-1.3.6-3.7-7.3-5-6.8-1.4.6-6.6 26.1 3.7 24.4zm16.2 27.2c9.9-4.8 10-26.6 9-26.8-1-.3-5.5 4.5-6.5 9.2-.4-7.7-2.2-14.8-3.7-14.1-2.2.6-.8 12.6-2 14.4-1.2.9-5.5-6.3-6.7-5.4-1.2.8.4 26.8 10 22.7zm17.6 35.6c10.3-3.9 12.8-25.5 11.8-25.9-1-.3-6 4-7.5 8.6.4-7.7-.6-15-2.2-14.4-2.3.4-2.1 12.5-3.5 14.2-1.3.7-4.8-6.8-6-6-1.3.6-2.5 26.7 7.4 23.5z"/>
63
- </g>
64
- <path fill="#ff1900" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M209 776c0 7.8-10.2 14.2-23 14.2s-23-6.4-23-14.2 10.3-14.2 23-14.2 23 6.4 23 14.2z" transform="matrix(.60164 .32097 -.3359 .5749 389.6 -146.8)"/>
65
- <g fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width=".5">
66
- <path d="M156 414.6v-7.1h7v-7.1h7v7h7.2v7.2H170v17.7h-7v-17.7h-7zm7 60.2h7v205.5h-7z" transform="matrix(.49887 .1571 -.1826 .4713 451.4 -3.7)"/>
67
- <path d="M159.4 676.8h14.2v56.7h-14.2zM156 439.4h21.3c14.1 0-3.6 39-3.6 39h-14.1s-17.8-39-3.6-39zm17.6-5.4c0 3-3.1 5.4-7 5.4s-7.1-2.4-7.1-5.3 3.1-5.4 7-5.4 7.1 2.4 7.1 5.4z" transform="matrix(.49887 .1571 -.1826 .4713 451.4 -3.7)"/>
68
- </g>
69
- <path fill="#ff1900" fill-rule="evenodd" stroke="#000" stroke-width="1.1" d="M209 776c0 7.8-10.2 14.2-23 14.2s-23-6.4-23-14.2 10.3-14.2 23-14.2 23 6.4 23 14.2z" transform="matrix(.57449 -.36357 .38048 .54895 -2.3 4.2)"/>
70
- </svg>