@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.
- package/README.md +1 -0
- package/dist/actions/Button/Button.d.ts +12 -1
- package/dist/actions/PaginationControls/PaginationControls.d.ts +5 -0
- package/dist/actions/index.d.ts +2 -2
- package/dist/assets/MagnifyingGlassIllustration/MagnifyingGlassIllustration.d.ts +3 -0
- package/dist/assets/MagnifyingGlassIllustration/index.d.ts +1 -0
- package/dist/controls/ToolbarSelect/ToolbarSelect.d.ts +3 -2
- package/dist/core/SousChefProvider/SousChefProvider.d.ts +3 -1
- package/dist/core/SousChefProvider/context/ProviderConfigContext.d.ts +3 -1
- package/dist/empty_states/EmptyStateContainer/helpers/helpers.d.ts +5 -0
- package/dist/empty_states/EmptyStateContainer/types.d.ts +1 -1
- package/dist/feedback/InlineBanner/InlineBanner.d.ts +9 -1
- package/dist/feedback/InlineBanner/InlineBannerCTA/InlineBannerCTA.d.ts +1 -1
- package/dist/feedback/MicroBanner/ButtonCTA/ButtonCTA.d.ts +9 -0
- package/dist/feedback/MicroBanner/ButtonCTA/index.d.ts +1 -0
- package/dist/feedback/MicroBanner/MicroBanner.d.ts +19 -0
- package/dist/feedback/MicroBanner/MicroBannerIcon/MicroBannerIcon.d.ts +7 -0
- package/dist/feedback/MicroBanner/MicroBannerIcon/index.d.ts +1 -0
- package/dist/feedback/MicroBanner/constants.d.ts +7 -0
- package/dist/feedback/MicroBanner/index.d.ts +1 -0
- package/dist/feedback/MicroBanner/types.d.ts +2 -0
- package/dist/feedback/PersistentBanner/constants.d.ts +2 -0
- package/dist/feedback/PersistentBanner/types.d.ts +1 -1
- package/dist/feedback/Toast/Toast.d.ts +2 -1
- package/dist/feedback/Toast/types.d.ts +4 -0
- package/dist/feedback/index.d.ts +2 -1
- package/dist/forms/ColorField/ColorField.d.ts +5 -0
- package/dist/forms/ColorField/ColorOverlay/ColorOverlay.d.ts +9 -0
- package/dist/forms/ColorField/ColorOverlay/index.d.ts +1 -0
- package/dist/forms/ColorField/ColorOverlay/useColorKeyboardNavigation.d.ts +4 -0
- package/dist/forms/ColorField/ColorSwatch/ColorSwatch.d.ts +6 -0
- package/dist/forms/ColorField/ColorSwatch/index.d.ts +1 -0
- package/dist/forms/ColorField/constants.d.ts +1 -0
- package/dist/forms/ColorField/index.d.ts +1 -0
- package/dist/forms/CurrencyField/CurrencyField.d.ts +2 -2
- package/dist/forms/DateField/DateField.d.ts +2 -2
- package/dist/forms/DateRangeField/DateRangeCalendar/DateRangeCalendar.d.ts +0 -1
- package/dist/forms/DateRangeField/FromDate/FromDate.d.ts +1 -1
- package/dist/forms/DateRangeField/ToDate/ToDate.d.ts +1 -1
- package/dist/forms/Field/Field.d.ts +1 -0
- package/dist/forms/FormRow/FormRow.d.ts +2 -0
- package/dist/forms/MultiSelectField/MultiSelectField.d.ts +4 -2
- package/dist/forms/NumberField/NumberField.d.ts +13 -0
- package/dist/forms/NumberField/index.d.ts +1 -0
- package/dist/forms/PhoneField/usePhoneField.d.ts +2 -1
- package/dist/forms/PillSelectField/CreatableOption/CreatableOption.d.ts +11 -0
- package/dist/forms/PillSelectField/CreatableOption/index.d.ts +1 -0
- package/dist/forms/PillSelectField/PillSelectField.d.ts +8 -5
- package/dist/forms/PillSelectField/types.d.ts +4 -0
- package/dist/forms/RadioGroupField/BoxOptions/BoxOptions.d.ts +3 -1
- package/dist/forms/RadioGroupField/RadioGroupField.d.ts +4 -1
- package/dist/forms/SelectField/CreatableButton/CreatableButton.d.ts +15 -0
- package/dist/forms/SelectField/CreatableButton/index.d.ts +1 -0
- package/dist/forms/SelectField/CreateInputForm/CreateInputForm.d.ts +16 -0
- package/dist/forms/SelectField/CreateInputForm/index.d.ts +1 -0
- package/dist/forms/SelectField/CustomContainer/CustomContainer.d.ts +1 -1
- package/dist/forms/SelectField/CustomGroupWithCreate/CustomGroupWithCreate.d.ts +7 -0
- package/dist/forms/SelectField/CustomGroupWithCreate/index.d.ts +1 -0
- package/dist/forms/SelectField/CustomOption/CustomOption.d.ts +1 -1
- package/dist/forms/SelectField/SelectField.d.ts +5 -3
- package/dist/forms/SelectField/types.d.ts +9 -0
- package/dist/forms/SelectField/useSelectField.d.ts +5 -6
- package/dist/forms/TextField/useTextField.d.ts +1 -2
- package/dist/forms/TimeField/TimeField.d.ts +8 -3
- package/dist/forms/TimeField/TimeFieldDropdown/TimeFieldDropdown.d.ts +5 -2
- package/dist/forms/TimeField/TimeFieldDropdownTrigger/TimeFieldDropdownTrigger.d.ts +2 -0
- package/dist/forms/TimeField/TimeFieldInput/TimeFieldInput.d.ts +3 -1
- package/dist/forms/TimeField/constants.d.ts +4 -0
- package/dist/forms/TimeField/domain.d.ts +2 -1
- package/dist/forms/TimeField/types.d.ts +1 -0
- package/dist/forms/TimeRangeField/TimeRangeEnd/TimeRangeEnd.d.ts +3 -1
- package/dist/forms/TimeRangeField/TimeRangeField.d.ts +4 -1
- package/dist/forms/TimeRangeField/TimeRangeStart/TimeRangeStart.d.ts +1 -1
- package/dist/forms/TimeRangeField/types.d.ts +2 -0
- package/dist/forms/WeekField/WeekField.d.ts +2 -2
- package/dist/forms/hooks/useDateFieldControllers.d.ts +4 -5
- package/dist/forms/hooks/useMultiSelectFieldControllers.d.ts +0 -1
- package/dist/forms/hooks/usePhoneFieldControllers.d.ts +2 -1
- package/dist/forms/hooks/useRangeFieldControllers.d.ts +0 -1
- package/dist/forms/hooks/useSelectFieldControllers.d.ts +0 -1
- package/dist/forms/index.d.ts +5 -1
- package/dist/forms/validations.d.ts +1 -0
- package/dist/foundation/domain.d.ts +1 -1
- package/dist/foundation/tokens/color/color-codes.d.ts +26 -6
- package/dist/foundation/tokens/color/color-constants.d.ts +128 -0
- package/dist/foundation/tokens/color/color-types.d.ts +1 -1
- package/dist/foundation/types.d.ts +40 -10
- package/dist/hooks/useBackgroundColorCheck.d.ts +15 -0
- package/dist/hooks/useIsVisibleInViewPort/index.d.ts +2 -0
- package/dist/hooks/useIsVisibleInViewPort/useIsVisibleInViewPort.d.ts +12 -0
- package/dist/hooks/usePositionStyles.d.ts +0 -1
- package/dist/hooks/useTheme.d.ts +5 -0
- package/dist/hooks/useViewPortIntersectionObserver/index.d.ts +2 -0
- package/dist/hooks/useViewPortIntersectionObserver/useViewPortIntersectionObserver.d.ts +10 -0
- package/dist/i18n/TranslationsContext.d.ts +0 -1
- package/dist/i18n/locales/en.json +25 -3
- package/dist/i18n/locales/es.json +24 -2
- package/dist/i18n/locales/fr.json +24 -2
- package/dist/icons/VariantGallery.d.ts +26 -0
- package/dist/icons/components/IconFlagSolid.d.ts +9 -0
- package/dist/icons/components/arrows/IconArrowDown.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowDownWideShort.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowLeft.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowRight.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowToTop.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowTurnDownRight.d.ts +10 -0
- package/dist/icons/components/arrows/IconArrowUp.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronDown.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronLeft.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronRight.d.ts +10 -0
- package/dist/icons/components/arrows/IconChevronUp.d.ts +10 -0
- package/dist/icons/components/arrows/IconExpand.d.ts +10 -0
- package/dist/icons/components/arrows/IconRepeat.d.ts +10 -0
- package/dist/icons/components/arrows/IconReply.d.ts +10 -0
- package/dist/icons/components/arrows/IconSort.d.ts +10 -0
- package/dist/icons/components/arrows/IconSync.d.ts +10 -0
- package/dist/icons/components/arrows/IconSyncExclamation.d.ts +10 -0
- package/dist/icons/components/arrows/IconUndo.d.ts +10 -0
- package/dist/icons/components/arrows/index.d.ts +18 -0
- package/dist/icons/components/business/IconAnalytics.d.ts +10 -0
- package/dist/icons/components/business/IconBalanceScale.d.ts +10 -0
- package/dist/icons/components/business/IconBalanceScaleLeft.d.ts +10 -0
- package/dist/icons/components/business/IconBarsV.d.ts +10 -0
- package/dist/icons/components/business/IconBook.d.ts +10 -0
- package/dist/icons/components/business/IconCalculator.d.ts +10 -0
- package/dist/icons/components/business/IconCashRegister.d.ts +10 -0
- package/dist/icons/components/business/IconChartBar.d.ts +10 -0
- package/dist/icons/components/business/IconCreditCard.d.ts +10 -0
- package/dist/icons/components/business/IconCreditCardPlus.d.ts +10 -0
- package/dist/icons/components/business/IconDollarSign.d.ts +10 -0
- package/dist/icons/components/business/IconEnvelopeOpenDollar.d.ts +10 -0
- package/dist/icons/components/business/IconGanttChart.d.ts +10 -0
- package/dist/icons/components/business/IconHandHoldingCoin.d.ts +10 -0
- package/dist/icons/components/business/IconHandHoldingDollar.d.ts +10 -0
- package/dist/icons/components/business/IconMoneyBill.d.ts +10 -0
- package/dist/icons/components/business/IconPercentage.d.ts +10 -0
- package/dist/icons/components/business/IconSitemap.d.ts +10 -0
- package/dist/icons/components/business/IconTable.d.ts +10 -0
- package/dist/icons/components/business/index.d.ts +19 -0
- package/dist/icons/components/communication/IconBell.d.ts +10 -0
- package/dist/icons/components/communication/IconBullhorn.d.ts +10 -0
- package/dist/icons/components/communication/IconCamera.d.ts +10 -0
- package/dist/icons/components/communication/IconCameraSlash.d.ts +10 -0
- package/dist/icons/components/communication/IconComment.d.ts +10 -0
- package/dist/icons/components/communication/IconCommentLines.d.ts +10 -0
- package/dist/icons/components/communication/IconEnvelope.d.ts +10 -0
- package/dist/icons/components/communication/IconMessages.d.ts +10 -0
- package/dist/icons/components/communication/IconMobile.d.ts +10 -0
- package/dist/icons/components/communication/IconPhone.d.ts +10 -0
- package/dist/icons/components/communication/IconVideo.d.ts +10 -0
- package/dist/icons/components/communication/IconWifi.d.ts +10 -0
- package/dist/icons/components/communication/IconWifiSlash.d.ts +10 -0
- package/dist/icons/components/communication/index.d.ts +13 -0
- package/dist/icons/components/controls/IconBarsH.d.ts +10 -0
- package/dist/icons/components/controls/IconBold.d.ts +10 -0
- package/dist/icons/components/controls/IconCheckCircle.d.ts +10 -0
- package/dist/icons/components/controls/IconCog.d.ts +10 -0
- package/dist/icons/components/controls/IconCopy.d.ts +10 -0
- package/dist/icons/components/controls/IconEdit.d.ts +10 -0
- package/dist/icons/components/controls/IconEllipsis.d.ts +10 -0
- package/dist/icons/components/controls/IconEllipsisV.d.ts +10 -0
- package/dist/icons/components/controls/IconExternalLink.d.ts +10 -0
- package/dist/icons/components/controls/IconEye.d.ts +10 -0
- package/dist/icons/components/controls/IconEyeSlash.d.ts +10 -0
- package/dist/icons/components/controls/IconFile.d.ts +10 -0
- package/dist/icons/components/controls/IconGripVertical.d.ts +10 -0
- package/dist/icons/components/controls/IconHouse.d.ts +10 -0
- package/dist/icons/components/controls/IconImage.d.ts +10 -0
- package/dist/icons/components/controls/IconItalic.d.ts +10 -0
- package/dist/icons/components/controls/IconLink.d.ts +10 -0
- package/dist/icons/components/controls/IconList.d.ts +10 -0
- package/dist/icons/components/controls/IconListOl.d.ts +10 -0
- package/dist/icons/components/controls/IconLock.d.ts +10 -0
- package/dist/icons/components/controls/IconMemoMagnifyingGlass.d.ts +10 -0
- package/dist/icons/components/controls/IconMinus.d.ts +10 -0
- package/dist/icons/components/controls/IconMinusCircle.d.ts +10 -0
- package/dist/icons/components/controls/IconPaperPlane.d.ts +10 -0
- package/dist/icons/components/controls/IconPaperPlaneClock.d.ts +10 -0
- package/dist/icons/components/controls/IconPaperclip.d.ts +10 -0
- package/dist/icons/components/controls/IconPencil.d.ts +10 -0
- package/dist/icons/components/controls/IconPlus.d.ts +10 -0
- package/dist/icons/components/controls/IconPrint.d.ts +10 -0
- package/dist/icons/components/controls/IconSearch.d.ts +10 -0
- package/dist/icons/components/controls/IconSignIn.d.ts +10 -0
- package/dist/icons/components/controls/IconSignOut.d.ts +10 -0
- package/dist/icons/components/controls/IconSlidersH.d.ts +10 -0
- package/dist/icons/components/controls/IconSortChevron.d.ts +10 -0
- package/dist/icons/components/controls/IconSortChevronDown.d.ts +10 -0
- package/dist/icons/components/controls/IconSortChevronUp.d.ts +10 -0
- package/dist/icons/components/controls/IconStrikethrough.d.ts +10 -0
- package/dist/icons/components/controls/IconTimes.d.ts +10 -0
- package/dist/icons/components/controls/IconTrash.d.ts +10 -0
- package/dist/icons/components/controls/IconUnderline.d.ts +10 -0
- package/dist/icons/components/controls/IconUnlock.d.ts +10 -0
- package/dist/icons/components/controls/IconVolume.d.ts +10 -0
- package/dist/icons/components/controls/IconVolumeMute.d.ts +10 -0
- package/dist/icons/components/controls/IconWrench.d.ts +10 -0
- package/dist/icons/components/controls/index.d.ts +44 -0
- package/dist/icons/components/emojis/IconAwful.d.ts +9 -0
- package/dist/icons/components/emojis/IconAwfulMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconBad.d.ts +9 -0
- package/dist/icons/components/emojis/IconBadMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconDecent.d.ts +9 -0
- package/dist/icons/components/emojis/IconDecentMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconGood.d.ts +9 -0
- package/dist/icons/components/emojis/IconGoodMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/IconGreat.d.ts +9 -0
- package/dist/icons/components/emojis/IconGreatMonochromatic.d.ts +9 -0
- package/dist/icons/components/emojis/index.d.ts +10 -0
- package/dist/icons/components/human/IconAddressBook.d.ts +10 -0
- package/dist/icons/components/human/IconFaceSmileRelaxed.d.ts +10 -0
- package/dist/icons/components/human/IconFileUser.d.ts +10 -0
- package/dist/icons/components/human/IconGrinBeam.d.ts +10 -0
- package/dist/icons/components/human/IconHand.d.ts +10 -0
- package/dist/icons/components/human/IconHandPointRight.d.ts +10 -0
- package/dist/icons/components/human/IconHandshake.d.ts +10 -0
- package/dist/icons/components/human/IconStar.d.ts +10 -0
- package/dist/icons/components/human/IconThumbsDown.d.ts +10 -0
- package/dist/icons/components/human/IconThumbsUp.d.ts +10 -0
- package/dist/icons/components/human/IconUser.d.ts +10 -0
- package/dist/icons/components/human/IconUserComputer.d.ts +10 -0
- package/dist/icons/components/human/IconUserFriends.d.ts +10 -0
- package/dist/icons/components/human/IconUserPlus.d.ts +10 -0
- package/dist/icons/components/human/IconUserSearch.d.ts +10 -0
- package/dist/icons/components/human/IconUserSlash.d.ts +10 -0
- package/dist/icons/components/human/IconUserTag.d.ts +10 -0
- package/dist/icons/components/human/IconUserTie.d.ts +10 -0
- package/dist/icons/components/human/IconUsers.d.ts +10 -0
- package/dist/icons/components/human/index.d.ts +19 -0
- package/dist/icons/components/image/IconBirthdayCake.d.ts +10 -0
- package/dist/icons/components/image/IconBolt.d.ts +10 -0
- package/dist/icons/components/image/IconBriefcase.d.ts +10 -0
- package/dist/icons/components/image/IconBullseyeArrow.d.ts +10 -0
- package/dist/icons/components/image/IconClipboardList.d.ts +10 -0
- package/dist/icons/components/image/IconDownload.d.ts +10 -0
- package/dist/icons/components/image/IconFilePdf.d.ts +10 -0
- package/dist/icons/components/image/IconFlag.d.ts +10 -0
- package/dist/icons/components/image/IconFourDotsCircle.d.ts +10 -0
- package/dist/icons/components/image/IconFourSquares.d.ts +10 -0
- package/dist/icons/components/image/IconGavel.d.ts +10 -0
- package/dist/icons/components/image/IconGif.d.ts +10 -0
- package/dist/icons/components/image/IconGift.d.ts +10 -0
- package/dist/icons/components/image/IconGlobe.d.ts +10 -0
- package/dist/icons/components/image/IconHatChef.d.ts +10 -0
- package/dist/icons/components/image/IconIslandTropical.d.ts +10 -0
- package/dist/icons/components/image/IconLaptopSearch.d.ts +10 -0
- package/dist/icons/components/image/IconMagic.d.ts +10 -0
- package/dist/icons/components/image/IconMapMarker.d.ts +10 -0
- package/dist/icons/components/image/IconMedal.d.ts +10 -0
- package/dist/icons/components/image/IconMugSaucer.d.ts +10 -0
- package/dist/icons/components/image/IconNotesMedical.d.ts +10 -0
- package/dist/icons/components/image/IconPlateUtensils.d.ts +10 -0
- package/dist/icons/components/image/IconPlug.d.ts +10 -0
- package/dist/icons/components/image/IconRocket.d.ts +10 -0
- package/dist/icons/components/image/IconSparkle.d.ts +10 -0
- package/dist/icons/components/image/IconStickyNoteLines.d.ts +10 -0
- package/dist/icons/components/image/IconStore.d.ts +10 -0
- package/dist/icons/components/image/IconTachometer.d.ts +10 -0
- package/dist/icons/components/image/IconThreeSquares.d.ts +10 -0
- package/dist/icons/components/image/IconUniversity.d.ts +10 -0
- package/dist/icons/components/image/index.d.ts +31 -0
- package/dist/icons/components/index.d.ts +8 -148
- package/dist/icons/components/status/IconAward.d.ts +10 -0
- package/dist/icons/components/status/IconAwardSimple.d.ts +10 -0
- package/dist/icons/components/status/IconBan.d.ts +10 -0
- package/dist/icons/components/status/IconCheck.d.ts +10 -0
- package/dist/icons/components/status/IconCheckCircleIncomplete.d.ts +10 -0
- package/dist/icons/components/status/IconCheckCircleIncompleteRole.d.ts +10 -0
- package/dist/icons/components/status/IconCheckCircleIncompleteUser.d.ts +10 -0
- package/dist/icons/components/status/IconCircleHalfStroke.d.ts +10 -0
- package/dist/icons/components/status/IconCircleXMark.d.ts +10 -0
- package/dist/icons/components/status/IconDeleteLeft.d.ts +10 -0
- package/dist/icons/components/status/IconExclamation.d.ts +10 -0
- package/dist/icons/components/status/IconExclamationTriangle.d.ts +10 -0
- package/dist/icons/components/status/IconInfoCircle.d.ts +10 -0
- package/dist/icons/components/status/IconQuestionCircle.d.ts +10 -0
- package/dist/icons/components/status/IconTimesOctagon.d.ts +10 -0
- package/dist/icons/components/status/index.d.ts +15 -0
- package/dist/icons/components/time/IconCalendar.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarAlt.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarCheck.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarDay.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarExclamation.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarStar.d.ts +10 -0
- package/dist/icons/components/time/IconCalendarWeek.d.ts +10 -0
- package/dist/icons/components/time/IconClock.d.ts +10 -0
- package/dist/icons/components/time/IconClockExclamation.d.ts +10 -0
- package/dist/icons/components/time/IconClockRewind.d.ts +10 -0
- package/dist/icons/components/time/IconOvertime.d.ts +10 -0
- package/dist/icons/components/time/IconStopwatch.d.ts +10 -0
- package/dist/icons/components/time/index.d.ts +12 -0
- package/dist/icons/constants.d.ts +1 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/types.d.ts +2 -1
- package/dist/index.css +2952 -2118
- package/dist/index.css.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +58782 -9189
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +60595 -10416
- package/dist/index.modern.js.map +1 -1
- package/dist/ink_illustrations/components/art/InkArtistHat.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkArtistPainting.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkBrush.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkBrushCup.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkColorPalette.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkContemporaryArtAbstract.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkDrawingPalette.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkHandDrawingWithPencil.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkMural.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkMuseumPainting.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkMuseumSculpture.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkPaintTin.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkPottery.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkSculptureCarvingChisel.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkShapes.d.ts +7 -0
- package/dist/ink_illustrations/components/art/InkSprayPaintCan.d.ts +7 -0
- package/dist/ink_illustrations/components/art/index.d.ts +16 -0
- package/dist/ink_illustrations/components/business/InkBriefcase.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkCallToActionButtons.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkCoinUsDollar.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkGlobalInternational.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkKey.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkLightBulb.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkLockLocked.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkMagnet.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkNotepadWithArrow.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkPieChartRevenue.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkQuestionAnswerChat.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkRoadmap.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkShoppingCart.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkTarget.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkWebsiteOnMonitor.d.ts +7 -0
- package/dist/ink_illustrations/components/business/InkWritingPen.d.ts +7 -0
- package/dist/ink_illustrations/components/business/index.d.ts +16 -0
- package/dist/ink_illustrations/components/cooking/InkBakingMold.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkBlender.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkBowl.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkChefHat.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkCookbook.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkCookingTongs.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkCuttingBoard.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkDicer.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkExtractorHood.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkFryingPanEggs.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkIceMold.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkKitchenApron.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkKnife.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkLadle.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMasher.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMeasuringJug.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMicrowaveOven.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMixer.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkMixingIngredients.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkOliveOil.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkOven.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkOvenGlove.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkPot.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkRoller.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSaltShaker.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSauceBottle.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSaucePan.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkSpatula.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkStrainer.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkTeaPot.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkToaster.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/InkWhisk.d.ts +7 -0
- package/dist/ink_illustrations/components/cooking/index.d.ts +32 -0
- package/dist/ink_illustrations/components/design/Ink3DModeling02.d.ts +7 -0
- package/dist/ink_illustrations/components/design/Ink3DPrinting.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkAppFolder.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkApps.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkBigboard.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkBookletBrochure.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkBoxInUnfoldedForm.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkColorProfileCmyk.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkCube.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkCutScissors.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkDeadline.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkDesignSketchOfClothes.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkDrawingOnGraphicTablet.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkEmbroidery.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkEyedropperWithColorPalette.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkFocusEyeHidden.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkGraphicFileGalleryFrame.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkGuidelineBrandBook.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkInteriorDesignHouseBlueprintPaperPlan.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkLabelDesign.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkLandscapeDesign.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkLayers.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkMagazine.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkMagicStick.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkMobileMockup.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkOnlineMeeting.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkOverlapOverlayIntersectionOpacity.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPacManWithCursor.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPaletteForDrawing.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPenCurves.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPenToolCursorWithBeziers.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkPencil.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkProtractorRuler.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkRuler.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkScaleToolCrop.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkSearch.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkSettings.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkStickerSmileEmoji.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTShirtPrinting.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTabletMockup.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTextToolFont.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkTransparentBackground.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkWebBrowsing1.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkWebBrowsing2.d.ts +7 -0
- package/dist/ink_illustrations/components/design/InkWebUiElementImageSettings.d.ts +7 -0
- package/dist/ink_illustrations/components/design/index.d.ts +45 -0
- package/dist/ink_illustrations/components/education/InkAcademicCap.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkAudioBook.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBlackboard.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBook.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBookSearch.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBookShelf.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkBrainLearn.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkCheckMark.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkCrossMark.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkDiplomaCertificate.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkGlobe.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkLanguage.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkMedal.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkNoteBook.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkProjector.d.ts +7 -0
- package/dist/ink_illustrations/components/education/InkTestExamGrades.d.ts +7 -0
- package/dist/ink_illustrations/components/education/index.d.ts +16 -0
- package/dist/ink_illustrations/components/emojis/InkAngryFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkAstonishedFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkBeamingFaceWithSmilingEyes.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkFaceBlowingKiss.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkFaceWithTearsOfJoy.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkGrimacingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkPleadingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSleepingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithGlasses.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithHeartEyes.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithHearts.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithSunglasses.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmilingFaceWithTear.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkSmirkingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkThinkingFace.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/InkWinkingFaceWithTongue.d.ts +7 -0
- package/dist/ink_illustrations/components/emojis/index.d.ts +16 -0
- package/dist/ink_illustrations/components/enterteniment/Ink3DGlasses.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkAmusementPark.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkBallet.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkBowling.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkCardGames.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkCarouselWithHorses.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkDiscoBall.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkDj.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkFirecracker.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkJoystick.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkMagicTricks.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkMascarade.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkNotesChart.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkRollerSkating.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkSlotMachine.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/InkTheatre.d.ts +7 -0
- package/dist/ink_illustrations/components/enterteniment/index.d.ts +16 -0
- package/dist/ink_illustrations/components/food/InkAvocado.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkBeverageCola.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkBreadToast.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkBurger.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCabbage.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCandy.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCarrot.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCheese.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCoctailTropical.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCoffeeCup.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCoffeeCupTakeaway.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCrayfish.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCroissant.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkCupcake.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkDonut.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkEggSunnySide.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkFrenchFries.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkFruitBowl.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkGrapes.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkHotDog.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkIceCream.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkLunchBag.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkMatcha.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkMilkCarton.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkNoodlesWok.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkPepper.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkPizzaSlice.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkSoup.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkSteak.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkSushi.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkTaco.d.ts +7 -0
- package/dist/ink_illustrations/components/food/InkWatermelon.d.ts +7 -0
- package/dist/ink_illustrations/components/food/index.d.ts +32 -0
- package/dist/ink_illustrations/components/gardening/InkBirdHouse.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardenFence.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardenScissors.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardenShovel.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkGardeningFork.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkLawnmower.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot1.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot2.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot3.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot4.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot5.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkPlantPot6.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkRakes.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkSeeds.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkWateringCan.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/InkWateringHose.d.ts +7 -0
- package/dist/ink_illustrations/components/gardening/index.d.ts +16 -0
- package/dist/ink_illustrations/components/hands/InkCrossedFingers.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkFingerSnap.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkFingerWalking.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkFistRaised.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandMeasuringHorizontally.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandMeasuringVertically.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandMeditationGesture.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandRaised.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignCall.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignChill.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignHalfHeartLeft.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignLittle.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignRock.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandSignStop.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandThreeFingers.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandVictoryLeftHand.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandVictoryRightHand.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandVulcanSalute.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWaving.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCamera.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCards.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithChopsticks.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCigarette.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCoins.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCreditCard.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithCup.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithDiamonds.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithDices.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithGem.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithGift.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithGlass.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithMagicWand.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPaletteknifePainting.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPencilDrawing.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPhone.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithPuzzle.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithRose.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithSeedsPlanting.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithSmartPen.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithSpray.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithToothBrush.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithWatches.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkHandWithWipingCloth.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkIndexPointingDown.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkMakingPhotoOnPhone.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkPushingButton.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkThumbBackDirection.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/InkThumbsUp.d.ts +7 -0
- package/dist/ink_illustrations/components/hands/index.d.ts +48 -0
- package/dist/ink_illustrations/components/health/InkAmbulance.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkBandAid.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkBloodBagForTransfusion.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkCardiogramMonitor.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkCrutches.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkDiagnosisDocument.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkDigitalThermometer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkDropperContainer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkEar.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkEyeDropper.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkFaceMask.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkHeadMirror.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkHospitalBed.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkInhaler.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkKidney.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkLabTest.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkLungs.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkMaleFemaleSex.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkMedicalKit.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkNasalSpray.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkOintment.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPharmacyStore.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPills.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPillsBlisterPack.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkPillsContainer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkSanitizer.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkStethoscope.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkStomach.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkSyringe.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkTooth.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkVirus.d.ts +7 -0
- package/dist/ink_illustrations/components/health/InkWalkingFrame.d.ts +7 -0
- package/dist/ink_illustrations/components/health/index.d.ts +32 -0
- package/dist/ink_illustrations/components/holidays/InkBirthdayCakeSlice.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkBirthdayCap.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkCandies.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChampagneCheers.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasAngel.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasBells.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasElf.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasSack.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasSnowman.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasStar.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasStocking.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasTree.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasTreeBall1.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasTreeBall2.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkChristmasWreath.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkCookieMan.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkFireworks.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkFlowerBouquet.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHalloweenGhost1.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHalloweenGhost2.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHalloweenJack.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkHanukkah.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkIndependenceDayGrill.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkMagicWand.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkSparkles1.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkSparkles2.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkSparkles3.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkStPatricksDayClover.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/InkValentinesDayTeddy.d.ts +7 -0
- package/dist/ink_illustrations/components/holidays/index.d.ts +29 -0
- package/dist/ink_illustrations/components/index.d.ts +27 -0
- package/dist/ink_illustrations/components/marketing/InkAiAutomation.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkBarChartUp.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkCogs.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkContentImage.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkContentVideo.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkDataFlow.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkDataReport.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkEmail.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkEmailInbox.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkEmailOpened.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkFireTrending.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkFlag.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkInstagramPost.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkLink.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkLockUnlocked.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMarketingCampaign.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMessageInformation.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMessageQuestionsFaq.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMoneyMetricUp.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkMoneySearch.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkNews.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkNotificationHashtag.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkPresentationLive.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkPresentationReport.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkPrivacyGdpr.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkStaircaseUp.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkTimer.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkUploadToCloud.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/InkWorkingByDesk.d.ts +7 -0
- package/dist/ink_illustrations/components/marketing/index.d.ts +29 -0
- package/dist/ink_illustrations/components/music/InkBanjo.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkBoombox.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkCassetteTape.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkCastanets.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkCongasDrum.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDigitalPiano.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDjembeAfricanDrum.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDrum.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkDrumSet.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkFlute.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkGuitar.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkHarmonica.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkHarp.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkHorn.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkKalimba.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkMaracas.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkMetronome.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkOcarina.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkPanflute.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkPiano.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkPlates.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkSaxophone.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkSubwoofer.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTambourine.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTriangle.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTrumpet.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkTuningFork.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkVinylRecord.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkVinylRecordPlayer.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkViolin.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkVocalMicrophone.d.ts +7 -0
- package/dist/ink_illustrations/components/music/InkXylophone.d.ts +7 -0
- package/dist/ink_illustrations/components/music/index.d.ts +32 -0
- package/dist/ink_illustrations/components/nature/InkBamboo.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkCherryBlossoms.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkChestnut.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkEarWheat.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkFourLeafClover.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkHazelnut.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkLeaf1.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkLeaf2.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkMushroom.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkPalm.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkReedGrass.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkSunflower.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkTree.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkTreeEvergreen.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkTreeStump.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/InkVaseWithWildflowers.d.ts +7 -0
- package/dist/ink_illustrations/components/nature/index.d.ts +16 -0
- package/dist/ink_illustrations/components/office/InkBooks.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkBooksStack.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkBoxOpened.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCalculator.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkClassicPhone.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCoffeeMug.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkComputerMouse.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCorkNoticeBoard.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkCutterPaperKnife.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkDeskLamp.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkDuctTape.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkDumbbell.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkElectricCoolingFan.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkEmployeeIdBadge.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkEmployeeOfMonth.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkEraser.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkExtensionCableCord.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkFileFolder.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkFlashDriveUsb.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkHeadphones.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkKeyboard.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkLaptop.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkMarker.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeChair01.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeChair02.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeNotebook.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficePlant1.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficePlant2.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficePlant3.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeProjector.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkOfficeSnack.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPaperClip.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPaperShredder.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPen.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPencilSharpener.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkPrinter.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkSandglass.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkScanner.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkScissors.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkShelfWithBooks.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkSmartphone.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkStapler.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkStickyNotes.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkTrashBin.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkUsbDrive01.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkUsbDrive02.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkUsbHub.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWallCalendar.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWallClock.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWebCamera.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWifiRouter.d.ts +7 -0
- package/dist/ink_illustrations/components/office/InkWorkingTable.d.ts +7 -0
- package/dist/ink_illustrations/components/office/index.d.ts +52 -0
- package/dist/ink_illustrations/components/other/InkAirBalloon.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkBackpack.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkCowboyHat.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkCrown.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkDolphin.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkFlowerVase.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkGiftBox.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkHare.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkJuiceCarton.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkMicrophone.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkPaperPlane.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkPartyHat.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkPokemon.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkS/321/201ulptureBust.d.ts +7 -0
- package/dist/ink_illustrations/components/other/InkWallet.d.ts +7 -0
- package/dist/ink_illustrations/components/other/index.d.ts +15 -0
- package/dist/ink_illustrations/components/people/InkCouple01.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkCouple02.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkCouple03.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan01.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan02.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan03.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan04.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan05.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan06.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan07.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan08.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan09.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan10.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan11.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan12.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan13.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan14.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan15.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan16.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkMan17.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman01.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman02.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman03.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman04.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman05.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman06.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman07.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman08.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman09.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman10.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman11.d.ts +7 -0
- package/dist/ink_illustrations/components/people/InkWoman12.d.ts +7 -0
- package/dist/ink_illustrations/components/people/index.d.ts +32 -0
- package/dist/ink_illustrations/components/pets/InkBirdCage.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkCatFace.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkCatPlaying.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkCatStanding.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogFace.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogHouse.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogStanding.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkDogToy.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkFishAquarium.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetBowl.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetCollar.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetCrate.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetFood.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkPetLitterShovel.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkRabbit.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/InkSnake.d.ts +7 -0
- package/dist/ink_illustrations/components/pets/index.d.ts +16 -0
- package/dist/ink_illustrations/components/sciency/InkAnatomy.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkAsteroid.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkAstronaut.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkBacteria.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkChemistry.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkDna.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkLabTube.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkMicroChips.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkMicroscope.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkNewtonsCradle.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkNuclearEnergy.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkPlanet.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkPlantInTube.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkRobotics.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkSpaceTravel.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/InkTelescope.d.ts +7 -0
- package/dist/ink_illustrations/components/sciency/index.d.ts +16 -0
- package/dist/ink_illustrations/components/shop/InkBillCheck.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkBox.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkClosed.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkCreditCard.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkDiscountTag.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkDollarBill.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkGoShopping.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkLuxuryJewellery.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkOpen.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkOpenAllDay24Hours.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkPosTerminalMachine.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkQrCode.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkQrCodeScanMobile.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkSavingMoney.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkShoppingBasket.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/InkStoreShop.d.ts +7 -0
- package/dist/ink_illustrations/components/shop/index.d.ts +16 -0
- package/dist/ink_illustrations/components/sport/InkAlpinist.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkAmericanFootball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBarbell.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBaseball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBaseballBatWithBall.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBasketball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBoxing.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkBoxingGloves.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCanoeist.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCardioExerciseAthletePowerlifterWithBarbell.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCoachWhistle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCurlingStone.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkCyclistBicycle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFencerSwordsmanWithSaber.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFitnessTracker.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFootballPlayer.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkFrisbee.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkGolfClubSet.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkGolfTennisHatCap.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkHandBandage.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkHockeyPlayer.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkHockeyStickWithPuck.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkIceSkating.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkJumpingRopes.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkKarateMaster.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkKettlebell.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkLifeJacket.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkMotocrossMotorcycle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkPoleVaultAthleteJumper.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkPunchingBoxingBag.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkResistanceBand.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkReusableWaterBottle.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkReusableWaterBottleWithEnergyDrink.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkRollerSkates.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkRunning.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSkateboarder.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSkates.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSkier.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSnorkeling.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSnowboarder.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSoccer.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSportBag.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSportsHockeyFootballHelmet.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSumoWrestler.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSurferSurfboard.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkSwimmingGogglesWithCap.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkTableTennis.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkTennis.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkTennisShuttlecock.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/InkVolleyball.d.ts +7 -0
- package/dist/ink_illustrations/components/sport/index.d.ts +50 -0
- package/dist/ink_illustrations/components/therapy/InkBalanceYinYang.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkBrokenHeart.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkGroupOnlineTherapy.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkHumanMoods.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkIndividualOnlineTherapy.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindDepression.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindEnergyLevels.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindProblemSolving.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindQuestion.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkMindThoughtProcess.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkPsychiatryNeurons.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkPsychologySymbol.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkPsychotherapistTakingNotes.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkStoneStacking.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkYogaMan.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/InkYogaWoman.d.ts +7 -0
- package/dist/ink_illustrations/components/therapy/index.d.ts +16 -0
- package/dist/ink_illustrations/components/transport/InkAirPlane.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkBicycle.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkBus.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCableCar.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCar.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCarKey1.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCarKey2.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCargoShip.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCrane.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkCruiseShip.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkDirigible.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkDoubleDecker.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkGasStationPump.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkHelicopter.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkHighSpeedTrain.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkHotAirBalloon.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkKayak.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkMoped.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkMotorbike.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkPowerBoat1.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkPowerBoat2.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkRv.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSailboat.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkScooter.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSegway.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSemi.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSkateboard.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkSubmarine.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkTractor.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkTrafficLight.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkTram.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/InkWaterScooter.d.ts +7 -0
- package/dist/ink_illustrations/components/transport/index.d.ts +32 -0
- package/dist/ink_illustrations/components/travel/InkAirplanePillow.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkAviatorSunglasses.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkBonfire.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkCampingSuv.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkCarabine.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkCompass.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDirectionSigns.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDoNotDisturb.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDrawing.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkDrawing1.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkFlashlight.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkFlipFlops.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkFlippers.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkHotelSign.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkMatches.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPanama.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPaperMap.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPassport.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPolaroidPhotoCard1.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkPolaroidPhotoCard2.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkRescueCircle.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSuitcase.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSunBed.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSunscreen.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSwimsuitBikini.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSwimsuitShorts.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkSwissKnife.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTemplate.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTent.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTouristBackpack.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/InkTouristBriefcase.d.ts +7 -0
- package/dist/ink_illustrations/components/travel/index.d.ts +31 -0
- package/dist/ink_illustrations/components/weather/InkClearNight.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkCloudy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkGroup7975.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkPartlyCloudyDay.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkPartlyCloudyNight.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkRainDrops.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkRainbow.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkRainy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkSnowflake.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkSnowy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkStrongWind.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkTemperatureCold.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkTemperatureHot.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkThunderstorm.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkTornado.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkUmbrella.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/InkWindy.d.ts +7 -0
- package/dist/ink_illustrations/components/weather/index.d.ts +17 -0
- package/dist/ink_illustrations/components/work/InkCodeTerminal.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkDocumentSignature.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkDocumentWithInfographic.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkDocumentsAndMedia.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkForm.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkInfographics.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkLaptopBrowser.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkMonitorBrowser.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkPackageDiscount.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkPerformanceMetric.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkPieChartDiscount.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkProfile.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkStopSign.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkWebWindow.d.ts +7 -0
- package/dist/ink_illustrations/components/work/InkWorkflow.d.ts +7 -0
- package/dist/ink_illustrations/components/work/index.d.ts +15 -0
- package/dist/ink_illustrations/illustration-typescript-template.d.ts +9 -0
- package/dist/ink_illustrations/illustrationUtils.d.ts +1 -0
- package/dist/ink_illustrations/index.d.ts +1 -0
- package/dist/layout/PageLayout/MenuItem/MenuItem.d.ts +7 -0
- package/dist/layout/PageLayout/MenuItem/index.d.ts +1 -0
- package/dist/layout/PageLayout/PageLayout.d.ts +10 -0
- package/dist/layout/PageLayout/index.d.ts +1 -0
- package/dist/layout/PageLayout/types.d.ts +11 -0
- package/dist/layout/index.d.ts +3 -1
- package/dist/lists/Accordion/Accordion.d.ts +4 -2
- package/dist/lists/Accordion/types.d.ts +1 -1
- package/dist/lists/ActionList/ActionList.d.ts +6 -2
- package/dist/lists/ActionList/type.d.ts +10 -0
- package/dist/lists/ActionListItem/type.d.ts +1 -1
- package/dist/lists/DataTable/DataTable.d.ts +3 -3
- package/dist/lists/DataTable/DataTableContext.d.ts +1 -1
- package/dist/lists/DataTable/DataTableCoverShadow/DataTableCoverShadow.d.ts +3 -4
- package/dist/lists/DataTable/DataTableEmptyState/DataTableEmptyState.d.ts +3 -2
- package/dist/lists/DataTable/DataTableScrollFakeBorder/DataTableScrollFakeBorder.d.ts +2 -1
- package/dist/lists/DataTable/DataTableStickyColumnsContainer/DataTableStickyColumnsContainer.d.ts +1 -2
- package/dist/lists/DataTable/types.d.ts +1 -0
- package/dist/lists/hooks/useDataTableScrollState.d.ts +0 -3
- package/dist/lists/hooks/useDetectFixedScroll.d.ts +1 -0
- package/dist/lists/hooks/useTableHeaderHeight.d.ts +1 -0
- package/dist/media/Chip/constants.d.ts +2 -0
- package/dist/media/Chip/types.d.ts +1 -1
- package/dist/media/Pill/Pill.d.ts +1 -1
- package/dist/media/Pill/constants.d.ts +1 -0
- package/dist/media/Pill/types.d.ts +1 -1
- package/dist/overlay/Calendar/Calendar.d.ts +1 -2
- package/dist/overlay/CalendarMonth/CalendarMonth.d.ts +15 -0
- package/dist/overlay/CalendarMonth/index.d.ts +1 -0
- package/dist/overlay/Dropdown/Dropdown.d.ts +1 -0
- package/dist/overlay/DropdownListItem/DropdownListItem.d.ts +3 -1
- package/dist/overlay/DropdownListItemSelectable/DropdownListItemSelectable.d.ts +11 -0
- package/dist/overlay/DropdownListItemSelectable/index.d.ts +1 -0
- package/dist/overlay/DropdownSubmenu/DropdownSubmenu.d.ts +12 -0
- package/dist/overlay/DropdownSubmenu/index.d.ts +1 -0
- package/dist/overlay/HintModal/HintModal.d.ts +3 -1
- package/dist/overlay/KebabMenu/types.d.ts +0 -1
- package/dist/overlay/Modal/Modal.d.ts +3 -3
- package/dist/overlay/Popover/Popover.d.ts +18 -0
- package/dist/overlay/Popover/index.d.ts +1 -0
- package/dist/overlay/Tooltip/Tooltip.d.ts +5 -2
- package/dist/overlay/hooks/useListKeyboardNavigation/types.d.ts +1 -1
- package/dist/overlay/hooks/useSubmenu.d.ts +18 -0
- package/dist/overlay/index.d.ts +3 -1
- package/dist/tests/utils/mockIntersectionObserver.d.ts +9 -0
- package/dist/typography/Text/Text.d.ts +1 -1
- package/dist/typography/Text/constants.d.ts +3 -0
- package/dist/typography/Text/types.d.ts +2 -2
- package/dist/utils/date.d.ts +1 -1
- package/dist/utils/dom.d.ts +5 -0
- package/dist/utils/elements.d.ts +0 -1
- package/dist/utils/environment.d.ts +1 -0
- package/dist/utils/types.d.ts +0 -1
- package/package.json +29 -24
- package/dist/controls/ToolbarSelect/ToolbarSelect.styles.d.ts +0 -5
- package/dist/flags/flags/ac.svg +0 -76
- package/dist/flags/flags/ad.svg +0 -150
- package/dist/flags/flags/ae.svg +0 -6
- package/dist/flags/flags/af.svg +0 -81
- package/dist/flags/flags/ag.svg +0 -14
- package/dist/flags/flags/ai.svg +0 -758
- package/dist/flags/flags/al.svg +0 -5
- package/dist/flags/flags/am.svg +0 -5
- package/dist/flags/flags/ao.svg +0 -13
- package/dist/flags/flags/ar.svg +0 -32
- package/dist/flags/flags/as.svg +0 -72
- package/dist/flags/flags/at.svg +0 -6
- package/dist/flags/flags/au.svg +0 -8
- package/dist/flags/flags/aw.svg +0 -186
- package/dist/flags/flags/ax.svg +0 -18
- package/dist/flags/flags/az.svg +0 -8
- package/dist/flags/flags/ba.svg +0 -12
- package/dist/flags/flags/bb.svg +0 -6
- package/dist/flags/flags/bd.svg +0 -4
- package/dist/flags/flags/be.svg +0 -7
- package/dist/flags/flags/bf.svg +0 -7
- package/dist/flags/flags/bg.svg +0 -7
- package/dist/flags/flags/bh.svg +0 -4
- package/dist/flags/flags/bi.svg +0 -15
- package/dist/flags/flags/bj.svg +0 -14
- package/dist/flags/flags/bl.svg +0 -5
- package/dist/flags/flags/bm.svg +0 -97
- package/dist/flags/flags/bn.svg +0 -36
- package/dist/flags/flags/bo.svg +0 -676
- package/dist/flags/flags/bq.svg +0 -5
- package/dist/flags/flags/br.svg +0 -45
- package/dist/flags/flags/bs.svg +0 -13
- package/dist/flags/flags/bt.svg +0 -89
- package/dist/flags/flags/bw.svg +0 -7
- package/dist/flags/flags/by.svg +0 -20
- package/dist/flags/flags/bz.svg +0 -145
- package/dist/flags/flags/ca.svg +0 -4
- package/dist/flags/flags/cc.svg +0 -19
- package/dist/flags/flags/cd.svg +0 -5
- package/dist/flags/flags/cf.svg +0 -15
- package/dist/flags/flags/cg.svg +0 -12
- package/dist/flags/flags/ch.svg +0 -9
- package/dist/flags/flags/ci.svg +0 -7
- package/dist/flags/flags/ck.svg +0 -9
- package/dist/flags/flags/cl.svg +0 -13
- package/dist/flags/flags/cm.svg +0 -15
- package/dist/flags/flags/cn.svg +0 -11
- package/dist/flags/flags/co.svg +0 -7
- package/dist/flags/flags/cr.svg +0 -7
- package/dist/flags/flags/cu.svg +0 -13
- package/dist/flags/flags/cv.svg +0 -13
- package/dist/flags/flags/cw.svg +0 -14
- package/dist/flags/flags/cx.svg +0 -15
- package/dist/flags/flags/cy.svg +0 -6
- package/dist/flags/flags/cz.svg +0 -5
- package/dist/flags/flags/de.svg +0 -5
- package/dist/flags/flags/dj.svg +0 -13
- package/dist/flags/flags/dk.svg +0 -5
- package/dist/flags/flags/dm.svg +0 -152
- package/dist/flags/flags/do.svg +0 -129
- package/dist/flags/flags/dz.svg +0 -5
- package/dist/flags/flags/ec.svg +0 -138
- package/dist/flags/flags/ee.svg +0 -7
- package/dist/flags/flags/eg.svg +0 -38
- package/dist/flags/flags/eh.svg +0 -16
- package/dist/flags/flags/er.svg +0 -8
- package/dist/flags/flags/es.svg +0 -544
- package/dist/flags/flags/et.svg +0 -14
- package/dist/flags/flags/fi.svg +0 -5
- package/dist/flags/flags/fj.svg +0 -120
- package/dist/flags/flags/fk.svg +0 -90
- package/dist/flags/flags/fm.svg +0 -11
- package/dist/flags/flags/fo.svg +0 -12
- package/dist/flags/flags/fr.svg +0 -5
- package/dist/flags/flags/ga.svg +0 -7
- package/dist/flags/flags/gb.svg +0 -7
- package/dist/flags/flags/gd.svg +0 -27
- package/dist/flags/flags/ge.svg +0 -6
- package/dist/flags/flags/gf.svg +0 -5
- package/dist/flags/flags/gg.svg +0 -9
- package/dist/flags/flags/gh.svg +0 -6
- package/dist/flags/flags/gi.svg +0 -32
- package/dist/flags/flags/gl.svg +0 -4
- package/dist/flags/flags/gm.svg +0 -14
- package/dist/flags/flags/gn.svg +0 -7
- package/dist/flags/flags/gp.svg +0 -5
- package/dist/flags/flags/gq.svg +0 -23
- package/dist/flags/flags/gr.svg +0 -16
- package/dist/flags/flags/gt.svg +0 -220
- package/dist/flags/flags/gu.svg +0 -23
- package/dist/flags/flags/gw.svg +0 -13
- package/dist/flags/flags/gy.svg +0 -9
- package/dist/flags/flags/hk.svg +0 -8
- package/dist/flags/flags/hn.svg +0 -18
- package/dist/flags/flags/hr.svg +0 -58
- package/dist/flags/flags/ht.svg +0 -116
- package/dist/flags/flags/hu.svg +0 -7
- package/dist/flags/flags/id.svg +0 -4
- package/dist/flags/flags/ie.svg +0 -7
- package/dist/flags/flags/il.svg +0 -14
- package/dist/flags/flags/im.svg +0 -36
- package/dist/flags/flags/in.svg +0 -25
- package/dist/flags/flags/io.svg +0 -130
- package/dist/flags/flags/iq.svg +0 -10
- package/dist/flags/flags/ir.svg +0 -219
- package/dist/flags/flags/is.svg +0 -12
- package/dist/flags/flags/it.svg +0 -7
- package/dist/flags/flags/je.svg +0 -45
- package/dist/flags/flags/jm.svg +0 -8
- package/dist/flags/flags/jo.svg +0 -16
- package/dist/flags/flags/jp.svg +0 -11
- package/dist/flags/flags/ke.svg +0 -23
- package/dist/flags/flags/kg.svg +0 -15
- package/dist/flags/flags/kh.svg +0 -61
- package/dist/flags/flags/ki.svg +0 -36
- package/dist/flags/flags/km.svg +0 -16
- package/dist/flags/flags/kn.svg +0 -14
- package/dist/flags/flags/kp.svg +0 -15
- package/dist/flags/flags/kr.svg +0 -24
- package/dist/flags/flags/kw.svg +0 -13
- package/dist/flags/flags/ky.svg +0 -109
- package/dist/flags/flags/kz.svg +0 -36
- package/dist/flags/flags/la.svg +0 -12
- package/dist/flags/flags/lb.svg +0 -15
- package/dist/flags/flags/lc.svg +0 -8
- package/dist/flags/flags/li.svg +0 -43
- package/dist/flags/flags/lk.svg +0 -22
- package/dist/flags/flags/lr.svg +0 -14
- package/dist/flags/flags/ls.svg +0 -8
- package/dist/flags/flags/lt.svg +0 -7
- package/dist/flags/flags/lu.svg +0 -5
- package/dist/flags/flags/lv.svg +0 -6
- package/dist/flags/flags/ly.svg +0 -13
- package/dist/flags/flags/ma.svg +0 -4
- package/dist/flags/flags/mc.svg +0 -6
- package/dist/flags/flags/md.svg +0 -70
- package/dist/flags/flags/me.svg +0 -116
- package/dist/flags/flags/mf.svg +0 -5
- package/dist/flags/flags/mg.svg +0 -7
- package/dist/flags/flags/mh.svg +0 -7
- package/dist/flags/flags/mk.svg +0 -5
- package/dist/flags/flags/ml.svg +0 -7
- package/dist/flags/flags/mm.svg +0 -12
- package/dist/flags/flags/mn.svg +0 -14
- package/dist/flags/flags/mo.svg +0 -9
- package/dist/flags/flags/mp.svg +0 -86
- package/dist/flags/flags/mq.svg +0 -5
- package/dist/flags/flags/mr.svg +0 -6
- package/dist/flags/flags/ms.svg +0 -33
- package/dist/flags/flags/mt.svg +0 -49
- package/dist/flags/flags/mu.svg +0 -8
- package/dist/flags/flags/mv.svg +0 -6
- package/dist/flags/flags/mw.svg +0 -10
- package/dist/flags/flags/mx.svg +0 -382
- package/dist/flags/flags/my.svg +0 -26
- package/dist/flags/flags/mz.svg +0 -21
- package/dist/flags/flags/na.svg +0 -16
- package/dist/flags/flags/nc.svg +0 -13
- package/dist/flags/flags/ne.svg +0 -6
- package/dist/flags/flags/nf.svg +0 -9
- package/dist/flags/flags/ng.svg +0 -6
- package/dist/flags/flags/ni.svg +0 -129
- package/dist/flags/flags/nl.svg +0 -5
- package/dist/flags/flags/no.svg +0 -7
- package/dist/flags/flags/np.svg +0 -13
- package/dist/flags/flags/nr.svg +0 -12
- package/dist/flags/flags/nu.svg +0 -10
- package/dist/flags/flags/nz.svg +0 -36
- package/dist/flags/flags/om.svg +0 -115
- package/dist/flags/flags/pa.svg +0 -14
- package/dist/flags/flags/pe.svg +0 -244
- package/dist/flags/flags/pf.svg +0 -19
- package/dist/flags/flags/pg.svg +0 -9
- package/dist/flags/flags/ph.svg +0 -6
- package/dist/flags/flags/pk.svg +0 -15
- package/dist/flags/flags/pl.svg +0 -6
- package/dist/flags/flags/pm.svg +0 -5
- package/dist/flags/flags/pr.svg +0 -13
- package/dist/flags/flags/ps.svg +0 -15
- package/dist/flags/flags/pt.svg +0 -57
- package/dist/flags/flags/pw.svg +0 -11
- package/dist/flags/flags/py.svg +0 -157
- package/dist/flags/flags/qa.svg +0 -4
- package/dist/flags/flags/re.svg +0 -5
- package/dist/flags/flags/ro.svg +0 -7
- package/dist/flags/flags/rs.svg +0 -292
- package/dist/flags/flags/ru.svg +0 -7
- package/dist/flags/flags/rw.svg +0 -13
- package/dist/flags/flags/sa.svg +0 -26
- package/dist/flags/flags/sb.svg +0 -13
- package/dist/flags/flags/sc.svg +0 -7
- package/dist/flags/flags/sd.svg +0 -13
- package/dist/flags/flags/se.svg +0 -4
- package/dist/flags/flags/sg.svg +0 -13
- package/dist/flags/flags/sh.svg +0 -76
- package/dist/flags/flags/si.svg +0 -18
- package/dist/flags/flags/sj.svg +0 -7
- package/dist/flags/flags/sk.svg +0 -9
- package/dist/flags/flags/sl.svg +0 -7
- package/dist/flags/flags/sm.svg +0 -75
- package/dist/flags/flags/sn.svg +0 -8
- package/dist/flags/flags/so.svg +0 -11
- package/dist/flags/flags/sr.svg +0 -6
- package/dist/flags/flags/ss.svg +0 -8
- package/dist/flags/flags/st.svg +0 -16
- package/dist/flags/flags/sv.svg +0 -594
- package/dist/flags/flags/sx.svg +0 -56
- package/dist/flags/flags/sy.svg +0 -6
- package/dist/flags/flags/sz.svg +0 -34
- package/dist/flags/flags/ta.svg +0 -76
- package/dist/flags/flags/tc.svg +0 -50
- package/dist/flags/flags/td.svg +0 -7
- package/dist/flags/flags/tg.svg +0 -14
- package/dist/flags/flags/th.svg +0 -7
- package/dist/flags/flags/tj.svg +0 -22
- package/dist/flags/flags/tk.svg +0 -5
- package/dist/flags/flags/tl.svg +0 -13
- package/dist/flags/flags/tm.svg +0 -205
- package/dist/flags/flags/tn.svg +0 -4
- package/dist/flags/flags/to.svg +0 -10
- package/dist/flags/flags/tr.svg +0 -8
- package/dist/flags/flags/tt.svg +0 -5
- package/dist/flags/flags/tv.svg +0 -9
- package/dist/flags/flags/tw.svg +0 -34
- package/dist/flags/flags/tz.svg +0 -13
- package/dist/flags/flags/ua.svg +0 -6
- package/dist/flags/flags/ug.svg +0 -30
- package/dist/flags/flags/us.svg +0 -9
- package/dist/flags/flags/uy.svg +0 -28
- package/dist/flags/flags/uz.svg +0 -30
- package/dist/flags/flags/va.svg +0 -479
- package/dist/flags/flags/vc.svg +0 -8
- package/dist/flags/flags/ve.svg +0 -26
- package/dist/flags/flags/vg.svg +0 -63
- package/dist/flags/flags/vi.svg +0 -28
- package/dist/flags/flags/vn.svg +0 -11
- package/dist/flags/flags/vu.svg +0 -21
- package/dist/flags/flags/wf.svg +0 -5
- package/dist/flags/flags/ws.svg +0 -7
- package/dist/flags/flags/xk.svg +0 -8
- package/dist/flags/flags/ye.svg +0 -7
- package/dist/flags/flags/yt.svg +0 -5
- package/dist/flags/flags/za.svg +0 -17
- package/dist/flags/flags/zm.svg +0 -27
- package/dist/flags/flags/zw.svg +0 -21
- package/dist/forms/DatePickerCalendar/DatePickerCalendar.d.ts +0 -15
- package/dist/forms/DatePickerCalendar/index.d.ts +0 -1
- package/dist/forms/hooks/useFieldMask.d.ts +0 -1
- package/dist/forms/hooks/useShouldScrollMenuIntoView.d.ts +0 -1
- package/dist/foundation/colors.d.ts +0 -53
- package/dist/i18n/locales/locales/en.json +0 -44
- package/dist/i18n/locales/locales/es.json +0 -44
- package/dist/i18n/locales/locales/fr.json +0 -44
- package/dist/icons/components/IconAnalytics.d.ts +0 -9
- package/dist/icons/components/IconArrowDown.d.ts +0 -9
- package/dist/icons/components/IconArrowDownWideShort.d.ts +0 -9
- package/dist/icons/components/IconArrowLeft.d.ts +0 -9
- package/dist/icons/components/IconArrowRight.d.ts +0 -9
- package/dist/icons/components/IconArrowToTop.d.ts +0 -9
- package/dist/icons/components/IconArrowTurnDownRight.d.ts +0 -9
- package/dist/icons/components/IconArrowUp.d.ts +0 -9
- package/dist/icons/components/IconAward.d.ts +0 -9
- package/dist/icons/components/IconAwful.d.ts +0 -9
- package/dist/icons/components/IconAwfulMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconBad.d.ts +0 -9
- package/dist/icons/components/IconBadMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconBalanceScale.d.ts +0 -9
- package/dist/icons/components/IconBalanceScaleLeft.d.ts +0 -9
- package/dist/icons/components/IconBan.d.ts +0 -9
- package/dist/icons/components/IconBarsH.d.ts +0 -9
- package/dist/icons/components/IconBarsV.d.ts +0 -9
- package/dist/icons/components/IconBell.d.ts +0 -9
- package/dist/icons/components/IconBirthdayCake.d.ts +0 -9
- package/dist/icons/components/IconBold.d.ts +0 -9
- package/dist/icons/components/IconBolt.d.ts +0 -9
- package/dist/icons/components/IconBook.d.ts +0 -9
- package/dist/icons/components/IconBriefcase.d.ts +0 -9
- package/dist/icons/components/IconBullseyeArrow.d.ts +0 -9
- package/dist/icons/components/IconCalculator.d.ts +0 -9
- package/dist/icons/components/IconCalendar.d.ts +0 -9
- package/dist/icons/components/IconCalendarAlt.d.ts +0 -9
- package/dist/icons/components/IconCalendarCheck.d.ts +0 -9
- package/dist/icons/components/IconCalendarDay.d.ts +0 -9
- package/dist/icons/components/IconCalendarExclamation.d.ts +0 -9
- package/dist/icons/components/IconCalendarStar.d.ts +0 -9
- package/dist/icons/components/IconCalendarTomorrow.d.ts +0 -9
- package/dist/icons/components/IconCamera.d.ts +0 -9
- package/dist/icons/components/IconCameraSlash.d.ts +0 -9
- package/dist/icons/components/IconCashRegister.d.ts +0 -9
- package/dist/icons/components/IconChartBar.d.ts +0 -9
- package/dist/icons/components/IconCheck.d.ts +0 -9
- package/dist/icons/components/IconCheckCircleIncomplete.d.ts +0 -9
- package/dist/icons/components/IconChevronDown.d.ts +0 -9
- package/dist/icons/components/IconChevronLeft.d.ts +0 -9
- package/dist/icons/components/IconChevronRight.d.ts +0 -9
- package/dist/icons/components/IconChevronUp.d.ts +0 -9
- package/dist/icons/components/IconClipboardList.d.ts +0 -9
- package/dist/icons/components/IconClock.d.ts +0 -9
- package/dist/icons/components/IconCog.d.ts +0 -9
- package/dist/icons/components/IconComment.d.ts +0 -9
- package/dist/icons/components/IconCommentLines.d.ts +0 -9
- package/dist/icons/components/IconCopy.d.ts +0 -9
- package/dist/icons/components/IconCreditCard.d.ts +0 -9
- package/dist/icons/components/IconCreditCardPlus.d.ts +0 -9
- package/dist/icons/components/IconDecent.d.ts +0 -9
- package/dist/icons/components/IconDecentMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconDownload.d.ts +0 -9
- package/dist/icons/components/IconEdit.d.ts +0 -9
- package/dist/icons/components/IconEllipsisV.d.ts +0 -9
- package/dist/icons/components/IconEnvelope.d.ts +0 -9
- package/dist/icons/components/IconEnvelopeOpenDollar.d.ts +0 -9
- package/dist/icons/components/IconExclaimation.d.ts +0 -9
- package/dist/icons/components/IconExclaimationTriangle.d.ts +0 -9
- package/dist/icons/components/IconExpand.d.ts +0 -9
- package/dist/icons/components/IconExternalLink.d.ts +0 -9
- package/dist/icons/components/IconEye.d.ts +0 -9
- package/dist/icons/components/IconEyeSlash.d.ts +0 -9
- package/dist/icons/components/IconFile.d.ts +0 -9
- package/dist/icons/components/IconFilePdf.d.ts +0 -9
- package/dist/icons/components/IconFlag.d.ts +0 -9
- package/dist/icons/components/IconFourDotsCircle.d.ts +0 -9
- package/dist/icons/components/IconFourSquares.d.ts +0 -9
- package/dist/icons/components/IconGavel.d.ts +0 -9
- package/dist/icons/components/IconGif.d.ts +0 -9
- package/dist/icons/components/IconGift.d.ts +0 -9
- package/dist/icons/components/IconGood.d.ts +0 -9
- package/dist/icons/components/IconGoodMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconGreat.d.ts +0 -9
- package/dist/icons/components/IconGreatMonochromatic.d.ts +0 -9
- package/dist/icons/components/IconGrinBeam.d.ts +0 -9
- package/dist/icons/components/IconGripVertical.d.ts +0 -9
- package/dist/icons/components/IconHandshake.d.ts +0 -9
- package/dist/icons/components/IconHatChef.d.ts +0 -9
- package/dist/icons/components/IconImage.d.ts +0 -9
- package/dist/icons/components/IconInfoCircle.d.ts +0 -9
- package/dist/icons/components/IconIslandTropical.d.ts +0 -9
- package/dist/icons/components/IconItalic.d.ts +0 -9
- package/dist/icons/components/IconLaptopSearch.d.ts +0 -9
- package/dist/icons/components/IconLink.d.ts +0 -9
- package/dist/icons/components/IconList.d.ts +0 -9
- package/dist/icons/components/IconListOI.d.ts +0 -9
- package/dist/icons/components/IconLock.d.ts +0 -9
- package/dist/icons/components/IconMagicSolid.d.ts +0 -9
- package/dist/icons/components/IconMapMarker.d.ts +0 -9
- package/dist/icons/components/IconMegaphone.d.ts +0 -9
- package/dist/icons/components/IconMessages.d.ts +0 -9
- package/dist/icons/components/IconMinus.d.ts +0 -9
- package/dist/icons/components/IconMinusCircle.d.ts +0 -9
- package/dist/icons/components/IconMoneyBill.d.ts +0 -9
- package/dist/icons/components/IconMugSaucerSolid.d.ts +0 -9
- package/dist/icons/components/IconNotesMedical.d.ts +0 -9
- package/dist/icons/components/IconOvertime.d.ts +0 -9
- package/dist/icons/components/IconPaperPlane.d.ts +0 -9
- package/dist/icons/components/IconPaperPlaneClock.d.ts +0 -9
- package/dist/icons/components/IconPaperclip.d.ts +0 -9
- package/dist/icons/components/IconPencil.d.ts +0 -9
- package/dist/icons/components/IconPercentage.d.ts +0 -9
- package/dist/icons/components/IconPhone.d.ts +0 -9
- package/dist/icons/components/IconPlateUtensils.d.ts +0 -9
- package/dist/icons/components/IconPlug.d.ts +0 -9
- package/dist/icons/components/IconPlus.d.ts +0 -9
- package/dist/icons/components/IconPrint.d.ts +0 -9
- package/dist/icons/components/IconQuestionCircle.d.ts +0 -9
- package/dist/icons/components/IconRepeat.d.ts +0 -9
- package/dist/icons/components/IconReply.d.ts +0 -9
- package/dist/icons/components/IconRocket.d.ts +0 -9
- package/dist/icons/components/IconSearch.d.ts +0 -9
- package/dist/icons/components/IconSignOut.d.ts +0 -9
- package/dist/icons/components/IconSitemap.d.ts +0 -9
- package/dist/icons/components/IconSlidersH.d.ts +0 -9
- package/dist/icons/components/IconSort.d.ts +0 -9
- package/dist/icons/components/IconStar.d.ts +0 -9
- package/dist/icons/components/IconStarSolid.d.ts +0 -9
- package/dist/icons/components/IconStickyNoteLines.d.ts +0 -9
- package/dist/icons/components/IconStopwatch.d.ts +0 -9
- package/dist/icons/components/IconStrikethrough.d.ts +0 -9
- package/dist/icons/components/IconSync.d.ts +0 -9
- package/dist/icons/components/IconSyncExclaimation.d.ts +0 -9
- package/dist/icons/components/IconTable.d.ts +0 -9
- package/dist/icons/components/IconTachometer.d.ts +0 -9
- package/dist/icons/components/IconTimes.d.ts +0 -9
- package/dist/icons/components/IconTimesOctagon.d.ts +0 -9
- package/dist/icons/components/IconTrash.d.ts +0 -9
- package/dist/icons/components/IconUnderline.d.ts +0 -9
- package/dist/icons/components/IconUndo.d.ts +0 -9
- package/dist/icons/components/IconUniversity.d.ts +0 -9
- package/dist/icons/components/IconUnlock.d.ts +0 -9
- package/dist/icons/components/IconUserComputer.d.ts +0 -9
- package/dist/icons/components/IconUserFriends.d.ts +0 -9
- package/dist/icons/components/IconUserLight.d.ts +0 -9
- package/dist/icons/components/IconUserPlus.d.ts +0 -9
- package/dist/icons/components/IconUserSearch.d.ts +0 -9
- package/dist/icons/components/IconUserSlash.d.ts +0 -9
- package/dist/icons/components/IconUserSolid.d.ts +0 -9
- package/dist/icons/components/IconUserTag.d.ts +0 -9
- package/dist/icons/components/IconUserTie.d.ts +0 -9
- package/dist/icons/components/IconUsers.d.ts +0 -9
- package/dist/icons/components/IconVideo.d.ts +0 -9
- package/dist/icons/components/IconVolume.d.ts +0 -9
- package/dist/icons/components/IconVolumeMute.d.ts +0 -9
- package/dist/icons/components/IconWrench.d.ts +0 -9
- package/dist/lists/DataTable/DataTableCell/DataTableCell.d.ts +0 -7
- package/dist/lists/DataTable/DataTableCell/index.d.ts +0 -1
- package/dist/lists/DataTable/DataTableEmptyState/EmptyStateIllustration/EmptyStateIllustration.d.ts +0 -3
- package/dist/lists/DataTable/DataTableEmptyState/EmptyStateIllustration/index.d.ts +0 -1
- package/dist/lists/DataTable/DataTableHeader.d.ts +0 -9
- package/dist/lists/ResourceTable/ResourceTable.d.ts +0 -28
- package/dist/lists/ResourceTable/ResourceTableContext.d.ts +0 -7
- package/dist/lists/ResourceTable/ResourceTableHeader.d.ts +0 -12
- package/dist/lists/ResourceTable/index.d.ts +0 -1
- package/dist/lists/ResourceTable/types.d.ts +0 -26
- package/dist/lists/ResourceTableRow/ResourceTableRow.d.ts +0 -13
- package/dist/lists/ResourceTableRow/index.d.ts +0 -1
- package/dist/overlay/Menu/Menu.d.ts +0 -10
- package/dist/overlay/Menu/MenuButton.d.ts +0 -8
- package/dist/overlay/Menu/MenuContext.d.ts +0 -9
- package/dist/overlay/Menu/MenuItem.d.ts +0 -7
- package/dist/overlay/Menu/MenuList.d.ts +0 -6
- package/dist/overlay/Menu/index.d.ts +0 -1
- package/dist/overlay/Menu/types.d.ts +0 -5
- package/dist/utils/i18n.d.ts +0 -1
- package/dist/utils/mask.d.ts +0 -18
package/dist/flags/flags/tm.svg
DELETED
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tm" viewBox="0 0 640 480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M42.7 0h682.6v512H42.7z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-40) scale(.9375)">
|
|
8
|
-
<path fill="#00843d" d="M0 0h768v512H0z"/>
|
|
9
|
-
<g fill="#fff" stroke-width="1pt">
|
|
10
|
-
<path d="M263.3 137.5c27.9 13.4 61.1 0 73.1-18.6 12.4-17.4 13.9-46.5-7.4-73.2 33 27.4 40.4 58.5 23.9 84.1-22 29.3-70.6 28.4-89.6 7.7z"/>
|
|
11
|
-
<path d="m312.8 69.4 5.6.1L314 73l1.7 5.6-4.7-3.3-4.5 3.3 1.5-5.5-4.5-3.5 5.6-.1L311 64zm-27.7 34.8h5.6l-4.4 3.6 1.7 5.5-4.7-3.3-4.6 3.4 1.6-5.6-4.5-3.4 5.6-.2 1.8-5.5zm1.8-27.4h5.7l-4.5 3.6 1.7 5.5-4.6-3.3-4.6 3.4 1.6-5.6-4.5-3.5 5.6-.1 1.8-5.5zm0-27.5h5.7L288 53l1.7 5.5-4.6-3.2-4.6 3.3 1.6-5.5-4.5-3.5 5.6-.1L285 44zm-30.7 34.8h5.6l-4.5 3.6 1.7 5.5-4.6-3.3-4.6 3.4 1.6-5.6-4.5-3.4 5.6-.2 1.8-5.5z"/>
|
|
12
|
-
</g>
|
|
13
|
-
<path fill="#ca3745" d="M47.5 0h164.6v512H47.5z"/>
|
|
14
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
15
|
-
<path d="M47.5 133.5v-3.7l6.8-9.1-1.3-1.9 4-5.4-1.3-1.9-2.7 3.7-1.4-1.8 9.6-12.8 1.4 1.8-1.4 1.8L64 108l6.8-9.2-6.9-8.9-2.7 3.4 1.4 1.9-1.4 1.8-9.6-12.8 1.4-1.8 2.7 3.6 1.4-1.8-4.1-5.5 1.3-1.8-6.8-9.2V64l9.6 12.8-1.4 1.8 4.1 5.5-2.7 3.7 2.7 3.6L64 86l9.7 13-9.7 12.6-4-5.5-2.8 3.7 2.7 3.7-4 5.4 1.3 1.9-9.6 12.8z"/>
|
|
16
|
-
<path d="m47.5 87.8 1.4 3.6V97H53l2.8 1.8-2.8 1.9h-4v5.4l-1.4 3.7v-22z"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
19
|
-
<path d="M47.5 221.3v-3.7l6.8-9.1-1.3-1.9 4-5.5-1.3-1.8L53 203l-1.4-1.9 9.6-12.8 1.4 1.9-1.4 1.8 2.8 3.7 6.8-9.2-6.9-8.9-2.7 3.4 1.4 1.9-1.4 1.8-9.6-12.8L53 170l2.7 3.6 1.4-1.8-4.1-5.5 1.3-1.8-6.8-9.2v-3.6l9.6 12.8-1.4 1.8 4.1 5.5-2.7 3.6 2.7 3.7 4.1-5.5 9.7 13-9.7 12.6-4-5.5-2.8 3.7 2.7 3.6-4 5.5 1.3 1.9-9.6 12.8z"/>
|
|
20
|
-
<path d="m47.5 175.5 1.4 3.7v5.5H53l2.8 1.8-2.8 1.8h-4v5.5l-1.4 3.7v-22z"/>
|
|
21
|
-
</g>
|
|
22
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
23
|
-
<path d="M47.5 309v-3.6l6.8-9.2-1.3-1.8 4-5.5-1.3-1.8-2.7 3.6-1.4-1.8 9.6-12.8 1.4 1.8-1.4 1.9 2.8 3.7 6.8-9.2-6.9-9-2.7 3.5 1.4 1.8-1.4 1.8-9.6-12.8 1.4-1.8 2.7 3.7 1.4-1.9-4.1-5.4 1.3-1.9-6.8-9.1v-3.7l9.6 12.8-1.4 1.9 4.1 5.4-2.7 3.7 2.7 3.7 4.2-5.5 9.6 13-9.7 12.6-4-5.5-2.8 3.6 2.7 3.7-4 5.5 1.3 1.8-9.6 12.8z"/>
|
|
24
|
-
<path d="M47.5 263.3 49 267v5.5h4l2.8 1.8L53 276h-4v5.5l-1.4 3.7v-22z"/>
|
|
25
|
-
</g>
|
|
26
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
27
|
-
<path d="M47.5 391.3v-3.7l6.8-9.1-1.3-1.8 4-5.5-1.3-1.8L53 373l-1.4-1.8 9.6-12.8 1.4 1.8-1.4 1.8 2.8 3.7 6.8-9.1-6.9-9-2.7 3.5 1.4 1.8-1.4 1.8-9.6-12.8 1.4-1.8 2.7 3.7 1.4-1.9-4.1-5.5 1.3-1.8-6.8-9.1v-3.7l9.6 12.8-1.4 1.8 4.1 5.5-2.7 3.7 2.7 3.6 4.2-5.4 9.6 13-9.7 12.6-4-5.5-2.8 3.6 2.7 3.7-4 5.5 1.3 1.8-9.6 12.8z"/>
|
|
28
|
-
<path d="m47.5 345.6 1.4 3.6v5.5H53l2.8 1.9-2.8 1.8h-4v5.5l-1.4 3.6v-22z"/>
|
|
29
|
-
</g>
|
|
30
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
31
|
-
<path d="M212.1 133.5v-3.7l-6.8-9.1 1.4-1.9-4.1-5.4 1.3-1.9 2.8 3.7 1.4-1.8-9.6-12.8-1.4 1.8 1.4 1.8-2.9 3.7-6.7-9.2 6.8-8.9 2.8 3.4-1.4 1.9 1.3 1.8 9.6-12.8-1.3-1.8-2.8 3.6-1.3-1.8 4-5.5-1.3-1.8 6.8-9.2V64l-9.5 12.8 1.3 1.8-4 5.5 2.7 3.7-2.8 3.6-4.1-5.5-9.7 13 9.7 12.6 4.1-5.5 2.8 3.7-2.8 3.7 4.1 5.4-1.3 1.9 9.5 12.8z"/>
|
|
32
|
-
<path d="m212.1 87.8-1.4 3.6V97h-4l-2.8 1.8 2.7 1.9h4.1v5.4l1.4 3.7v-22z"/>
|
|
33
|
-
</g>
|
|
34
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
35
|
-
<path d="M212.6 221.3v-3.7l-6.8-9.1 1.3-1.9-4-5.5 1.3-1.8 2.7 3.7 1.4-1.9-9.6-12.8-1.4 1.9 1.4 1.8-2.8 3.7-6.8-9.2 6.9-8.9 2.7 3.4-1.4 1.8 1.4 1.9 9.6-12.8-1.4-1.9-2.7 3.7-1.4-1.8 4.1-5.5-1.3-1.8 6.8-9.2v-3.6l-9.6 12.8 1.4 1.8-4.1 5.5 2.7 3.6-2.7 3.7-4.1-5.5-9.7 13 9.7 12.6 4-5.5 2.8 3.7-2.7 3.6 4 5.5-1.3 1.8 9.6 12.8z"/>
|
|
36
|
-
<path d="m212.6 175.5-1.4 3.7v5.5H207l-2.8 1.8 2.8 1.8h4v5.5l1.5 3.7v-22z"/>
|
|
37
|
-
</g>
|
|
38
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
39
|
-
<path d="M212.1 309v-3.6l-6.8-9.2 1.4-1.8-4.1-5.5 1.3-1.8 2.8 3.6 1.4-1.8-9.6-12.8-1.4 1.8 1.4 1.9-2.9 3.7-6.7-9.2 6.8-9 2.8 3.5-1.4 1.8 1.3 1.8 9.6-12.8-1.3-1.8-2.8 3.7-1.3-1.9 4-5.4-1.3-1.9 6.8-9.1v-3.7l-9.5 12.8 1.3 1.9-4 5.4 2.7 3.7-2.8 3.7-4.1-5.5-9.7 13 9.7 12.6 4.1-5.5 2.8 3.6-2.8 3.7 4.1 5.5-1.3 1.8L212 309z"/>
|
|
40
|
-
<path d="m212.1 263.3-1.4 3.7v5.5h-4l-2.8 1.8 2.7 1.8h4.1v5.5l1.4 3.7v-22z"/>
|
|
41
|
-
</g>
|
|
42
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
43
|
-
<path d="M212.1 391.3v-3.7l-6.8-9.1 1.4-1.8-4.1-5.5 1.3-1.8 2.8 3.6 1.4-1.8-9.6-12.8-1.4 1.8 1.4 1.8-2.9 3.7-6.7-9.1 6.8-9 2.8 3.5-1.4 1.8 1.3 1.8L208 342l-1.3-1.8-2.8 3.7-1.3-1.9 4-5.5-1.3-1.8 6.8-9.1v-3.7l-9.5 12.8 1.3 1.8-4 5.5 2.7 3.7-2.8 3.6-4.1-5.4-9.7 13 9.7 12.6 4.1-5.5 2.8 3.6-2.8 3.7 4.1 5.5-1.3 1.8 9.5 12.8z"/>
|
|
44
|
-
<path d="m212.1 345.6-1.4 3.6v5.5h-4l-2.8 1.9 2.7 1.8h4.1v5.5l1.4 3.6v-22z"/>
|
|
45
|
-
</g>
|
|
46
|
-
<path fill="#faae29" d="M47.5 34.7v-3.6l6.8-9.2-1.3-1.8 4-5.5-1.3-1.8-2.7 3.7-1.4-1.9 9.6-12.8 1.4 1.9-1.4 1.8L64 9.2 70.8 0h2.8L64 12.8l-4.2-5.5-2.7 3.7 2.7 3.6-4 5.5L57 22l-9.5 12.8zm0-34.7h8.3L53 1.8h-4v5.5L47.4 11V0zm164.6 34.7v-3.6l-6.8-9.2 1.4-1.8-4.1-5.5 1.3-1.8 2.8 3.7 1.3-1.9-9.6-12.8-1.3 1.9 1.3 1.8-2.8 3.7-6.8-9.2H186l9.7 12.8 4.1-5.5 2.8 3.7-2.8 3.6 4.1 5.5-1.3 1.8 9.5 12.8zm0-34.7h-8.2l2.7 1.8h4.1v5.5l1.4 3.7V0zM116.1 504.7s6-10.4 20.8-13.5c14.9-3.2 17.5 6.9 26 6.9s22-7 22-7-13.5 13.3-24 13c-10.3-.3-13.8-7-24.5-6-10.6 1-20.3 6.9-20.3 6.6z"/>
|
|
47
|
-
<path fill="#faae29" d="M144.8 504.7s-5.9-10.4-20.7-13.5c-15-3.2-17.5 6.9-26 6.9s-22-7-22-7 13.5 13.3 23.9 13c10.4-.3 14-7 24.5-6 10.7 1 20.3 6.9 20.3 6.6z"/>
|
|
48
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
49
|
-
<path d="M96.2 487.5c-1.3-2.7-4.6-14.7-2.9-16.2 2.7-1 9.7 11.3 9 22.2-4.6 2.5-20-1-19.9-4.2 1.1-4.5 9.9-3 13.8-1.8z"/>
|
|
50
|
-
<path d="M86.8 477c-.8-3-2.2-15.6-.2-16.6 2.7-.2 7.6 13.7 5.3 24.2-4.9 1.2-19.5-6.5-18.8-9.6 1.8-4 10-.2 13.7 2z"/>
|
|
51
|
-
<path d="M79.2 465.4c-.6-3.2-.8-16 1.2-16.6 2.7.2 6.4 14.8 3.2 24.9-5 .4-18.8-9.6-17.8-12.5 2-3.8 10 1.3 13.4 4.2z"/>
|
|
52
|
-
<path d="M73.2 453c-.2-3.3 1-16 3.1-16.2 2.7.7 4.6 15.9.2 25.2-4.9-.6-17.4-13.3-16-16 2.4-3.3 9.7 3.4 12.7 7z"/>
|
|
53
|
-
<path d="M69 439.9c.2-3.3 2.8-15.5 4.9-15.4 2.5 1.3 2.8 16.6-2.5 25-4.8-1.6-15.9-16.5-14.3-19 2.9-2.8 9.3 5.3 12 9.4z"/>
|
|
54
|
-
<path d="M70.2 425c-.3 13-2.7 13.2-7 3.6-2-3.7-2.2-18.7-.5-19.3 2.5 0 7.4 10.7 7.5 15.7z"/>
|
|
55
|
-
</g>
|
|
56
|
-
<g fill="#faae29" stroke-width="1pt">
|
|
57
|
-
<path d="M164 489c1.3-2.8 4.6-14.8 2.9-16.3-2.7-1-9.6 11.2-9 22.2 4.6 2.5 20.1-1 19.9-4.2-1.1-4.5-9.8-3-13.8-1.8z"/>
|
|
58
|
-
<path d="M173.4 478.4c.9-3 2.2-15.6.3-16.6-2.7-.2-7.7 13.6-5.3 24.2 4.8 1.2 19.5-6.5 18.7-9.6-1.7-4.1-10-.2-13.7 2z"/>
|
|
59
|
-
<path d="M181 466.8c.6-3.2.8-16-1.2-16.6-2.7.2-6.4 14.7-3.1 24.8 5 .4 18.8-9.5 17.8-12.5-2.2-3.8-10 1.4-13.5 4.3z"/>
|
|
60
|
-
<path d="M187 454.3c.2-3.2-1-15.9-3.1-16.1-2.7.7-4.6 15.9-.2 25.2 5-.6 17.4-13.3 16.1-16-2.5-3.4-9.7 3.4-12.8 6.9z"/>
|
|
61
|
-
<path d="M191.2 441.2c-.1-3.2-2.8-15.5-4.8-15.3-2.6 1.2-2.9 16.6 2.5 25 4.8-1.6 15.8-16.5 14.2-19-2.9-2.8-9.3 5.3-12 9.3z"/>
|
|
62
|
-
<path d="M190 426.4c.4 13 2.7 13.1 7 3.5 2-3.6 2.2-18.7.5-19.2-2.5 0-7.4 10.7-7.5 15.7z"/>
|
|
63
|
-
</g>
|
|
64
|
-
<g transform="matrix(.99985 0 0 1.26515 188.3 -77)">
|
|
65
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".1" d="M-3.5 290.6H-9v3.5h-5.3v3.5h-21.2l-3.6 3.6 1.8 1.8h8.9l1.7-1.8h-8.8l1.7-1.8h12.4l-5.3 5.3H-39l-3.5-1.7-3.6 1.7h-12.4l-5.3-5.3h12.4l1.8 1.8h-8.9l1.8 1.8h8.9l1.7-1.8-3.5-3.6h-19.5v-3.5h-5.3v-3.5h-5.3v-16h5.3v-3.5h5.3v-3.6h19.5l3.5-3.5-1.7-1.8h-8.9l-1.8 1.8h8.9l-1.8 1.7h-12.4l5.3-5.3H-46l3.6 1.8 3.5-1.8h12.4l5.3 5.3h-12.4l-1.7-1.7h8.8l-1.8-1.8h-8.8L-39 264l3.6 3.5h21.2v3.6h5.3v3.5h5.4v16z" transform="matrix(1.4884 0 0 1.24 3.5 -39.5)"/>
|
|
66
|
-
<path fill="#00843d" stroke="#faae29" stroke-width="1.4" d="M375.6 499.7v24.8h10.6v7h10.6v7h35.5l14.2 10.7 14.1-10.6h39v-7l10.6-.1v-7H521v-24.9h-10.7v-7h-10.6v-7.2h-39l-14.1-10.6-14.2 10.6h-35.5v7.2h-10.6v7h-10.6z" transform="matrix(.74419 0 0 .62 -392 -6.5)"/>
|
|
67
|
-
<path fill="#ca3745" d="m-75.6 296.6-15.8 11v-11h15.8zm31.6 0 15.9 11v-11H-44zm-31.6 28.6-15.8-11v11h15.8zm31.6 0 15.9-11v11H-44zm5.3-22-5.3 4.4h10.6l-5.3-4.4zm-42.2 0-5.2 4.4h10.5l-5.3-4.4zm0 15.4-5.2-4.4h10.5l-5.3 4.4zm42.2 0-5.3-4.4h10.6l-5.3 4.4z"/>
|
|
68
|
-
<path fill="#faae29" d="m-59.8 329.6-5.3-4.4h10.6l-5.3 4.4zm0-22-5.3-4.4h10.6l-5.3 4.4zm0-15.4-5.3 4.5h10.6l-5.3-4.5zm0 22-5.3 4.4h10.6l-5.3-4.4z"/>
|
|
69
|
-
<path fill="#faae29" stroke="#000" stroke-width=".1" d="M467.7 506.7H482v3.5h-14.2z" transform="matrix(.74419 0 0 .62 -392 -6.5)"/>
|
|
70
|
-
<path fill="#c00" stroke="#000" stroke-width=".1" d="M414.6 510.2h7v3.6h-7zm56.7 0h7v3.6h-7z" transform="matrix(.74419 0 0 .62 -392 -6.5)"/>
|
|
71
|
-
<path fill="#900" stroke="#000" stroke-width=".1" d="M439.4 489h14.1v3.5h-14.1zm0 7h14.1v3.6h-14.1z" transform="matrix(.74419 0 0 .62 -392 -6.5)"/>
|
|
72
|
-
<path fill="#900" stroke="#000" stroke-width=".1" d="M435.8 492.5h21.3v3.6h-21.3zm3.6 32h14.1v3.4h-14.1zm0 7h14.1v3.5h-14.1zm-3.6-3.5h21.3v3.5h-21.3z" transform="matrix(.74419 0 0 .62 -392 -6.5)"/>
|
|
73
|
-
<path fill="#faae29" stroke="#000" stroke-width=".1" d="M467.7 513.8H482v3.5h-14.2zm-56.7-7.1h14.2v3.5H411zm0 7h14.2v3.6H411zm-3.5-3.5h7v3.6h-7zm14.2 0h7v3.6h-7zm42.5 0h7v3.6h-7zm14.2 0h7v3.6h-7z" transform="matrix(.74419 0 0 .62 -392 -6.5)"/>
|
|
74
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -374.1 -39)"/>
|
|
75
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -367.6 -39)"/>
|
|
76
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -361 -39)"/>
|
|
77
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -371.5 -41.1)"/>
|
|
78
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -363.7 -41.1)"/>
|
|
79
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -371.6 -36.8)"/>
|
|
80
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -363.7 -36.7)"/>
|
|
81
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -353.2 -50)"/>
|
|
82
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -346.6 -50)"/>
|
|
83
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -340 -50)"/>
|
|
84
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -350.5 -52.2)"/>
|
|
85
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -342.7 -52.2)"/>
|
|
86
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -350.6 -47.9)"/>
|
|
87
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -342.7 -47.8)"/>
|
|
88
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -374.2 -60.9)"/>
|
|
89
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -367.6 -60.9)"/>
|
|
90
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -361 -61)"/>
|
|
91
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -371.6 -63.1)"/>
|
|
92
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -363.7 -63.1)"/>
|
|
93
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -371.6 -58.8)"/>
|
|
94
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -363.7 -58.7)"/>
|
|
95
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -395.3 -49.8)"/>
|
|
96
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -388.7 -49.8)"/>
|
|
97
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -382.1 -49.9)"/>
|
|
98
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -392.6 -52)"/>
|
|
99
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -384.8 -52)"/>
|
|
100
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -392.7 -47.7)"/>
|
|
101
|
-
<circle cx="413.7" cy="582" r=".9" fill="#fff" transform="matrix(.74419 0 0 .62 -384.8 -47.6)"/>
|
|
102
|
-
</g>
|
|
103
|
-
<path fill="#fff" d="m138.9 255.8 4.5-2.2 4.6 2.2h-9.1zm-13.6 0 4.5-2.2 4.6 2.2h-9.1zm-13.6 0 4.5-2.2 4.6 2.2h-9.1zm27.2-49 4.5 2.2 4.6-2.1h-9.1zm-13.6 0 4.5 2.2 4.6-2.1h-9.1zm-13.6 0 4.5 2.2 4.6-2.1h-9.1z"/>
|
|
104
|
-
<path fill="#00843d" d="m135.1 262.1-5.3 4.3-5.3-4.3-5.3 4.3-5.3-4.3v2.2l3.6 2-1.8 2.2v2.1h1.8l1.7-2 1.8 2h1.8v-2l-1.8-2.2 3.5-2.1 3.6 2-1.8 2.2v2.1h1.8l1.7-2 1.8 2h1.7v-2l-1.7-2.2 3.5-2.1 3.5 2-1.7 2.2v2.1h1.7l1.8-2 1.8 2h1.7v-2l-1.7-2.2 3.5-2.1V262l-5.3 4.3-5.3-4.3zm0-61.6-5.3-4.3-5.3 4.3-5.3-4.3-5.3 4.3v-2.1l3.6-2.2-1.8-2V192h1.8l1.7 2.1 1.8-2.1h1.8v2.1l-1.8 2.2 3.5 2 3.6-2-1.8-2.2V192h1.8l1.7 2.1 1.8-2.1h1.7v2.1l-1.7 2.2 3.5 2 3.5-2-1.7-2.2V192h1.7l1.8 2.1 1.8-2.1h1.7v2.1l-1.7 2.2 3.5 2v2.2l-5.3-4.3-5.3 4.3zm40 35.4 5.8-4.6-5.7-4.6 5.7-4.6-5.7-4.6h2.8l2.9 3 2.8-1.5h2.8v1.6l-2.8 1.5 2.8 1.5v1.6h-2.8l-2.8-1.6-2.9 3.1 2.9 3 2.8-1.4h2.8v1.5l-2.8 1.5 2.8 1.5v1.6h-2.8l-2.8-1.6-2.9 3.1 2.9 3 2.8-1.5h2.8v1.6l-2.8 1.5 2.8 1.6v1.5h-2.8l-2.8-1.5-2.9 3h-2.8l5.7-4.6-5.7-4.6zm-90.6 0-5.7-4.6 5.7-4.6-5.7-4.6 5.7-4.6h-2.9l-2.8 3L76 219h-3v1.6l3 1.4-2.9 1.5v1.6H76l2.8-1.6 2.8 3.1-2.8 3-2.8-1.4h-3v1.5l2.9 1.5-2.9 1.5v1.6h3l2.8-1.6 2.8 3.1-2.8 3.1-2.8-1.5h-3v1.5l2.9 1.5L73 242v1.5h3l2.8-1.5 2.8 3h2.9l-5.7-4.6 5.7-4.6z"/>
|
|
105
|
-
<path fill="#00843d" stroke="#000" stroke-width=".3" d="M-26.6 214.4h1.8v1.7h-1.8zm-1.8 1.7h1.8v1.8h-1.7zm-8.8 8.9h1.8v1.8h-1.8zm1.8-1.8h1.7v1.8h-1.7zm-58.5 0h1.8v1.8H-94zm-8.9-8.8h1.8v1.7h-1.8zm1.8 1.7h1.8v1.8h-1.8zm0-39h1.8v1.8h-1.8zm-1.8 1.8h1.8v1.8h-1.8zm10.7-10.6h1.7v1.8H-92zm-1.8 1.8h1.8v1.8H-94zm56.7-1.8h1.8v1.8h-1.8zm1.8 1.8h1.7v1.8h-1.7zm7 7h1.8v1.8h-1.7zm1.8 1.9h1.8v1.7h-1.8zM-92 225h1.7v1.8H-92z" transform="matrix(1.2798 0 0 1.1995 211.4 -5.6)"/>
|
|
106
|
-
<path fill="#fff" d="M122.9 231.3h-6.7v-4.2h4.5v-3.9h4.4v-3.6h4.5v4.5c-3.7 0-6.7 3-6.7 7.2z"/>
|
|
107
|
-
<path fill="#faae29" d="M136.3 231.3h6.7v-4.2h-4.5v-3.9H134v-3.6h-4.4v4.5c3.7 0 6.7 3 6.7 7.2z"/>
|
|
108
|
-
<path fill="#fff" d="M136.3 231.3h6.7v4.2h-4.5v3.9H134v3.6h-4.4v-4.5c3.7 0 6.7-3 6.7-7.2z"/>
|
|
109
|
-
<path fill="#faae29" d="M122.9 231.3h-6.7v4.2h4.5v3.9h4.4v3.6h4.5v-4.5c-3.7 0-6.7-3-6.7-7.2z"/>
|
|
110
|
-
<path fill="#00843d" d="M136.3 231.3h-6.7v-7.2c3.7 0 6.7 3.3 6.7 7.2z"/>
|
|
111
|
-
<path fill="#ca3745" d="M136.3 231.3h-6.7v7.2c3.7 0 6.7-3.2 6.7-7.2z"/>
|
|
112
|
-
<path fill="#00843d" d="M122.9 231.3h6.7v7.2c-3.7 0-6.7-3.2-6.7-7.2z"/>
|
|
113
|
-
<path fill="#ca3745" d="M122.9 231.3h6.7v-7.2c-3.7 0-6.7 3.3-6.7 7.2z"/>
|
|
114
|
-
<path fill="#00843d" d="m136.6 257.9-6.8-4.3-6.8 4.3-6.8-4.3-6.8 4.3v-2.1l4.5-2.2-2.2-2.1v-2.1h2.2l2.3 2.1 2.3-2.1h2.3v2.1l-2.3 2.1 4.5 2.2 4.6-2.2-2.3-2.1v-2.1h2.3l2.2 2.1 2.3-2.1h2.3v2.1l-2.3 2.1 4.5 2.2 4.6-2.2-2.3-2.1v-2.1h2.3l2.2 2.1 2.3-2.1h2.3v2.1l-2.3 2.1 4.5 2.2v2l-6.8-4.2-6.8 4.3zm0-53.1-6.8 4.2-6.8-4.2-6.8 4.2-6.8-4.2v2l4.5 2.2-2.2 2.1v2.2h2.2l2.3-2.2 2.3 2.2h2.3V211l-2.3-2 4.5-2.2 4.6 2.1-2.3 2.1v2.2h2.3l2.2-2.2 2.3 2.2h2.3V211l-2.3-2 4.5-2.2 4.6 2.1-2.3 2.1v2.2h2.3l2.2-2.2 2.3 2.2h2.3V211l-2.3-2 4.5-2.2v-2.1l-6.8 4.2-6.8-4.2zm25 31.8-3.4-5.3 3.4-5.3-3.4-5.3 3.4-5.3h-1.7l-1.7 3.5-1.7-1.8h-1.7v1.8l1.7 1.8-1.7 1.8v1.7h1.7l1.7-1.7 1.7 3.5-1.7 3.5-1.7-1.7h-1.7v1.7l1.7 1.8-1.7 1.8v1.8h1.7l1.7-1.8 1.7 3.5-1.7 3.6-1.7-1.8h-1.7v1.8l1.7 1.7-1.7 1.8v1.8h1.7l1.7-1.8 1.7 3.6h1.7l-3.4-5.4 3.4-5.3z"/>
|
|
115
|
-
<path fill="#00843d" stroke="#000" stroke-width=".4" d="m-101 177.2-7 7v26.6l7 7.1h32l7-7v-26.6l-7.1-7.1H-101zm-1.8-5.4-17.7 17.8v16l17.8 17.6h35.4l17.7-17.7v-16l-17.7-17.7h-35.4z" transform="matrix(1.2798 0 0 1.1995 238.7 -5.6)"/>
|
|
116
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 .79966 215 140.3)"/>
|
|
117
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 -.79966 215 322.3)"/>
|
|
118
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 -.79966 229.6 322.3)"/>
|
|
119
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 .79966 229.6 140.3)"/>
|
|
120
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 -.79966 207.8 322.3)"/>
|
|
121
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 -.79966 222.3 322.3)"/>
|
|
122
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 -.79966 236.8 322.3)"/>
|
|
123
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-104.5 180.7 3.5-3.5h-3.5v3.5z" transform="matrix(1.9196 0 0 -1.7991 303.3 576.6)"/>
|
|
124
|
-
<path fill="#00843d" d="m98 236.6 3.5-5.3L98 226l3.4-5.3-3.4-5.3h1.7l1.7 3.5 1.7-1.8h1.7v1.8l-1.7 1.8 1.7 1.8v1.7h-1.7l-1.7-1.7-1.7 3.5 1.7 3.5 1.7-1.7h1.7v1.7l-1.7 1.8 1.7 1.8v1.8h-1.7l-1.7-1.8-1.7 3.5 1.7 3.6 1.7-1.8h1.7v1.8l-1.7 1.7 1.7 1.8v1.8h-1.7l-1.7-1.8-1.7 3.6H98l3.4-5.4-3.4-5.3z"/>
|
|
125
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(1.2798 0 0 1.07958 261.3 59.2)"/>
|
|
126
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".4" d="m-99.2 180.7-3.6 3.6v26.5l3.6 3.6h-5.3v-33.7h5.3z" transform="matrix(1.2798 0 0 1.1995 229.6 -5.6)"/>
|
|
127
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 .79966 207.8 140.3)"/>
|
|
128
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 .79966 222.3 140.3)"/>
|
|
129
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-93.9 147 3.5 5.4 3.6-5.4H-94z" transform="matrix(1.02384 0 0 .79966 236.8 140.3)"/>
|
|
130
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".4" d="m-99.2 180.7-3.6 3.6v26.5l3.6 3.6h-5.3v-33.7h5.3z" transform="matrix(-1.2798 0 0 1.1995 30 -5.6)"/>
|
|
131
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-104.5 180.7 3.5-3.5h-3.5v3.5z" transform="matrix(-1.9196 0 0 -1.7991 -43.6 576.6)"/>
|
|
132
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-104.5 180.7 3.5-3.5h-3.5v3.5z" transform="matrix(-1.9196 0 0 1.7991 -43.6 -114)"/>
|
|
133
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-104.5 180.7 3.5-3.5h-3.5v3.5z" transform="matrix(1.9196 0 0 1.7991 303.3 -114)"/>
|
|
134
|
-
<path fill="#00843d" stroke="#000" stroke-width=".4" d="m-101 177.2-7 7v26.6l7 7.1h32l7-7v-26.6l-7.1-7.1H-101zm0-1.8-8.8 8.8v26.6l8.8 8.9h32l8.8-8.9v-26.6l-8.9-8.8H-101z" transform="matrix(1.2798 0 0 1.1995 238.7 -5.6)"/>
|
|
135
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(1.2798 0 0 1.07965 261.3 63)"/>
|
|
136
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(1.2798 0 0 1.07958 261.3 66.8)"/>
|
|
137
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(1.2798 0 0 1.07965 261.3 70.6)"/>
|
|
138
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(1.2798 0 0 1.07965 261.3 55.3)"/>
|
|
139
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(-1.2798 0 0 1.07958 -1.7 59.2)"/>
|
|
140
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(-1.2798 0 0 1.07965 -1.7 63)"/>
|
|
141
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(-1.2798 0 0 1.07958 -1.7 66.8)"/>
|
|
142
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(-1.2798 0 0 1.07965 -1.7 70.6)"/>
|
|
143
|
-
<path fill="#faae29" stroke="#000" stroke-width=".3" d="M-76.2 154.1h7.1l1.8 1.8-1.8 1.8h-7V154z" transform="matrix(-1.2798 0 0 1.07965 -1.7 55.3)"/>
|
|
144
|
-
<path fill="#970000" stroke="#000" stroke-width=".3" d="M-101 179v37h8.9v8.9h56.7V216h8.8v-37h-8.8v-8.8h-56.7v8.8h-8.9zm1.8 1.7v33.7h8.8v8.8h53.2v-8.8h8.9v-33.7h-8.9V172h-53.2v8.8h-8.8z" transform="matrix(1.2798 0 0 1.1995 211.4 -5.6)"/>
|
|
145
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m-28.4 69.1-5.3-7.1v-5.3l-5.3-5.3h-10.6l-8.9-5.3h-28.3l-8.9 5.3h-10.6l-5.3 5.3V62l-5.3 7v14.3l5.3 7v5.4l5.3 5.3h10.6l8.9 5.3h28.3l8.9-5.3H-39l5.4-5.3v-5.3l5.3-7.1V69z" transform="matrix(1.2798 0 0 1.1535 222.8 -36.7)"/>
|
|
146
|
-
<path fill="#faae29" d="M75.4 51.2v6.1l6.8 8.2v6.1l6.8 6.2h13.6l11.4 6h15.8V51.3H75.4z"/>
|
|
147
|
-
<path fill="#ca3745" d="m110.7 65.5-8.3 5.3h-5l1.7 1.7-3.3 3.5 1.7 1.8 5-1.8 1.6 1.8.7-4.7 9.2-5.6-3.3-2z"/>
|
|
148
|
-
<path fill="#ca3745" d="m101.6 61.4-8.3 5.3h-4.9l1.6 1.7-3.2 3.5 1.6 1.8 5-1.8 1.6 1.8.8-4.7 9.1-5.5-3.3-2zm-4.5-8.2-8.3 5.3h-5l1.7 1.8-3.3 3.5 1.7 1.7 5-1.8 1.6 1.8.7-4.7 9.2-5.5-3.3-2z"/>
|
|
149
|
-
<path fill="#faae29" d="M184.2 51.2v-6.1l-6.8-8.2v-6.1l-6.8-6.2H157l-11.3-6.1h-15.9v32.7h54.4z"/>
|
|
150
|
-
<path fill="#ca3745" d="M129.8 83.9h-4.2l-4.8-4.1H113l-4.2-2 2.1-2 4.2 2h4.2l4.2-6.2 6.3 2v4.2h-6.3l6.3 6z"/>
|
|
151
|
-
<path fill="#fff" d="M75.4 51.2v-6.1l6.8-8.2v-6.1l6.8-6.2h13.6l11.4-6.1h15.8v32.7H75.4z"/>
|
|
152
|
-
<path fill="#ca3745" d="M129.8 18.5h-4.2l-4.8 4H113l-4.2 2.1 2.1 2 4.2-2h4.2l4.2 6.2 6.3-2v-4.2h-6.3l6.3-6.1z"/>
|
|
153
|
-
<path fill="#ca3745" d="M129.8 18.5h4.2l4.9 4h7.7l4.2 2.1-2 2-4.3-2h-4.2l-4.2 6.2-6.3-2v-4.2h6.3l-6.3-6.1z"/>
|
|
154
|
-
<path fill="#fff" d="M184.2 51.2v6.1l-6.8 8.2v6.1l-6.8 6.2H157l-11.3 6h-15.9V51.3h54.4z"/>
|
|
155
|
-
<path fill="#ca3745" d="M129.8 83.9h4.2l4.9-4.1h7.7l4.2-2-2-2-4.3 2h-4.2l-4.2-6.2-6.3 2v4.2h6.3l-6.3 6zm-28.2-43-8.3-5.2h-4.9L90 34l-3.2-3.5 1.6-1.8 5 1.8 1.6-1.8.8 4.7 9.1 5.5-3.3 2zm47.4-4 8.2-5.3h5l-1.7-1.7 3.3-3.5-1.6-1.8-5 1.8-1.6-1.8-.8 4.7-9.1 5.6 3.3 2z"/>
|
|
156
|
-
<path fill="#ca3745" d="m110.7 36.9-8.3-5.3h-5l1.7-1.7-3.3-3.5 1.7-1.8 5 1.8 1.6-1.8.7 4.7 9.2 5.5-3.3 2zM97 49.2l-8.3-5.3h-5l1.7-1.8-3.3-3.5L84 37l5 1.8 1.6-1.8.7 4.7 9.2 5.5-3.3 2z"/>
|
|
157
|
-
<path fill="#fff" d="M79.5 51.2h2l2.1 2 2.1-2h44.1v28.6h-2l2 2V84l-6.3-6.1v-2h2.1v2h2.1v-2l-17-9H96.3v-9L90 53.4h-4.2l-2.1 2 2 2h-2l-4.2-6z"/>
|
|
158
|
-
<path fill="#faae29" d="M79.5 51.2h2l2.1-2 2.1 2h44.1V22.6h-2l2-2v-2.1l-6.3 6.1v2h2.1v-2h2.1v2l-17 9.1H96.3v8.9L90 49.2h-4.2l-2.1-2 2-2.1h-2l-4.2 6.1z"/>
|
|
159
|
-
<path fill="#00843d" d="M89 51.2h40.8v24.5l-18.1-10.2H98.1v-8.2l-9-6.1z"/>
|
|
160
|
-
<path fill="#ca3745" d="m158 41 8.3-5.3h5l-1.7-1.7 3.3-3.5-1.6-1.8-5 1.8-1.6-1.8-.8 4.7-9.1 5.5 3.2 2zm4.6 8.2 8.3-5.3h4.9l-1.7-1.8 3.3-3.5-1.6-1.7-5 1.8-1.6-1.8-.8 4.7-9.1 5.5 3.3 2z"/>
|
|
161
|
-
<path fill="#fff" d="M180.2 51.2h-2.1l-2.1-2-2.1 2h-44.1V22.6h2.1l-2.1-2v-2.1l6.3 6.1v2H134v-2h-2.1v2l17 9.1h14.4v8.9l6.4 4.6h4.2l2-2-2-2.1h2l4.3 6.1z"/>
|
|
162
|
-
<path fill="#00843d" d="M170.6 51.2h-40.8V26.7L148 36.9h13.6v8.2l9.1 6.1z"/>
|
|
163
|
-
<path fill="#ca3745" d="m149 65.5 8.2 5.3h5l-1.7 1.7 3.3 3.5-1.6 1.8-5-1.8-1.6 1.8-.8-4.7-9.1-5.6 3.3-2z"/>
|
|
164
|
-
<path fill="#ca3745" d="m158 61.4 8.3 5.3h5l-1.7 1.7 3.3 3.5-1.6 1.8-5-1.8-1.6 1.8-.8-4.7-9.1-5.5 3.2-2zm4.6-8.2 8.3 5.3h4.9l-1.7 1.7 3.3 3.5-1.6 1.8-5-1.8-1.6 1.8-.8-4.7-9.1-5.5 3.3-2z"/>
|
|
165
|
-
<path fill="#faae29" d="M180.2 51.2h-2.1l-2.1 2-2.1-2h-44.1v28.6h2.1l-2.1 2V84l6.3-6.1v-2H134v2h-2.1v-2l17-9h14.4v-9l6.4-4.5h4.2l2 2-2 2h2l4.3-6z"/>
|
|
166
|
-
<path fill="#ca3745" d="M170.6 51.2h-40.8v24.5L148 65.5h13.6v-8.2l9.1-6.1zm-81.6 0h40.8V26.7l-18.1 10.2H98.1v8.2l-9 6.1z"/>
|
|
167
|
-
<path fill="#ca3745" d="m134.3 51.2 11.4-6.1h6.8l-2.3-2 4.6-4.2-2.3-2-6.8 2-2.3-2-1 5.5-12.6 6.4 4.5 2.4zm-9 0L114 57.3h-6.8l2.2 2-4.5 4.2 2.3 2 6.8-2 2.2 2 1-5.5 12.6-6.4-4.5-2.4z"/>
|
|
168
|
-
<path fill="#00843d" d="M125.3 51.2 114 45.1h-6.8l2.3-2-4.5-4.2 2.3-2 6.8 2 2.2-2 1 5.5 12.6 6.4-4.5 2.4zm9 0 11.4 6.1h6.8l-2.3 2 4.6 4.2-2.3 2-6.8-2-2.3 2-1-5.5-12.6-6.4 4.5-2.4z"/>
|
|
169
|
-
<path fill="#fff" d="M116.2 51.2 129.8 41l13.6 10.2-13.6 10.2-13.6-10.2z"/>
|
|
170
|
-
<path fill="#ca3745" d="m85.7 55.3 2.1 2-2 2h-2.2l-6.3-8.1h2.1l4.2 6.1h2.1l-2-2 2-2H90v2h-4.2z"/>
|
|
171
|
-
<path fill="#ca3745" d="m85.7 47.1 2.1-2-2-2h-2.2l-6.3 8.1h2.1l4.2-6.1h2.1l-2 2 2 2H90v-2h-4.2zm88.2 8.2-2 2 2 2h2.1l6.3-8.1h-2l-4.3 6.1h-2l2-2-2-2h-4.3v2h4.2z"/>
|
|
172
|
-
<path fill="#ca3745" d="m174 47.1-2.2-2 2.1-2h2.1l6.3 8.1h-2l-4.3-6.1h-2l2 2-2 2h-4.3v-2h4.2zm-46.3-4h4.2v16.3h-4.2z"/>
|
|
173
|
-
<path fill="#ca3745" d="M121.4 47.1h16.8v8.2h-16.8z"/>
|
|
174
|
-
<path fill="#00843d" stroke="#000" stroke-width=".1" d="m333 170-10.6 5.4v8.8l10.7 5.4h10.6l10.6-5.4v-8.8l-10.6-5.3h-10.6z" transform="matrix(3.555 0 0 3.847 -1073.2 -292.2)"/>
|
|
175
|
-
<path fill="#c00" d="M87.2 396.3h2.2V392H94v4.2h2.3v-9.8H94v4.2h-4.5v-4.2h-2.3v9.8zm57.9 32.6h2.3v-4.2h4.5v4.2h2.3V419H152v4.2h-4.6V419h-2.2v9.8zm-36.6-49h2.3v-4.1h4.6v4.2h2.2v-9.8h-2.2v4.2h-4.6v-4.2h-2.3v9.8zm33.5 0h2.3v-4.1h4.6v4.2h2.3v-9.8h-2.3v4.2h-4.6v-4.2H142v9.8zm21.4 16.4h2.2V392h4.6v4.2h2.3v-9.8h-2.3v4.2h-4.6v-4.2h-2.2v9.8zm0 16.3h2.2v-4.2h4.6v4.2h2.3v-9.8h-2.3v4.2h-4.6v-4.2h-2.2v9.8z"/>
|
|
176
|
-
<path fill="#faae29" d="M129.8 435.4v-35.9h54.9v16.3L148 435.4h-18.3zm0-71.7v35.8H75v-16.3l36.5-19.5h18.3z"/>
|
|
177
|
-
<path fill="#fff" d="M129.8 363.7v35.8h54.9v-16.3L148 363.7h-18.3zm0 71.7v-35.9H75v16.3l36.5 19.6h18.3z"/>
|
|
178
|
-
<path fill="#faae29" stroke="#000" stroke-width=".1" d="M-177.2 368.5h21.3l-21.3-10.6v10.6zm24.8-1.8v17.7H-186v-14.1h-7.1l-8.9-5.3v-12.4l5.4-5.4h-7.1V365h-1.8v-19.5h17.7l35.4 21.2z" transform="matrix(1.0321 0 0 .92 342 45.9)"/>
|
|
179
|
-
<path fill="#ca3745" d="M111.5 388.1V411h5.5l12.8 6.6 12.8-6.6h5.5v-22.8h-5.5l-12.8-6.5-12.8 6.5h-5.5z"/>
|
|
180
|
-
<path fill="#faae29" stroke="#000" stroke-width=".1" d="M-177.2 368.5h21.3l-21.3-10.6v10.6zm24.8-1.8v17.7H-186v-14.1h-7.1l-8.9-5.3v-12.4l5.4-5.4h-7.1V365h-1.8v-19.5h17.7l35.4 21.2z" transform="matrix(-1.0321 0 0 -.92 -82.3 753.2)"/>
|
|
181
|
-
<path fill="#fff" stroke="#000" stroke-width=".1" d="M-177.2 368.5h21.3l-21.3-10.6v10.6zm24.8-1.8v17.7H-186v-14.1h-7.1l-8.9-5.3v-12.4l5.4-5.4h-7.1V365h-1.8v-19.5h17.7l35.4 21.2z" transform="matrix(-1.0321 0 0 .92 -82.3 45.9)"/>
|
|
182
|
-
<path fill="#fff" stroke="#000" stroke-width=".1" d="M-177.2 368.5h21.3l-21.3-10.6v10.6zm24.8-1.8v17.7H-186v-14.1h-7.1l-8.9-5.3v-12.4l5.4-5.4h-7.1V365h-1.8v-19.5h17.7l35.4 21.2z" transform="matrix(1.0321 0 0 -.92 342 753.2)"/>
|
|
183
|
-
<path fill="#ca3745" d="M86 412.6h2.2v-5h4.6v5h2.3v-11.4h-2.3v4.9h-4.6v-5H86v11.5zm21.9 16.3h2.3v-5h4.5v5h2.3v-11.4h-2.3v4.9h-4.5v-5h-2.3V429zm-22-42.4h2.3v4.9h4.6v-5h2.3V398h-2.3v-5h-4.6v4.9H86v-11.4zm22-16.3h2.3v4.9h4.5v-5h2.3v11.5h-2.3v-4.9h-4.5v5h-2.3v-11.5zm34.7 58.7h2.3v-5h4.6v5h2.3v-11.4h-2.3v4.9h-4.6v-5h-2.3V429zm22-31h2.3V393h4.5v5h2.3v-11.5h-2.3v4.9H167v-5h-2.3V398z"/>
|
|
184
|
-
<path fill="#ca3745" d="M142.6 428.9h2.3v-5h4.6v5h2.3v-11.4h-2.3v4.9h-4.6v-5h-2.3V429z"/>
|
|
185
|
-
<path fill="#ca3745" d="M142.6 428.9h2.3v-5h4.6v5h2.3v-11.4h-2.3v4.9h-4.6v-5h-2.3V429zm22-16.3h2.3v-5h4.5v5h2.3v-11.4h-2.3v4.8H167v-4.9h-2.3v11.5zm-22-31h2.3v-4.9h4.6v5h2.3v-11.5h-2.3v4.9h-4.6v-5h-2.3v11.5z"/>
|
|
186
|
-
<path fill="#fff" d="m131.7 399.5 7.3-6h3.6v3H139v1.5h5.5v-5.9H139v-4.5h-7.3v4.5h1.8v-3h3.6v3l-7.3 6-7.3-6v-3h3.7v3h1.8v-4.5h-7.3v4.5h-5.5v6h5.5v-1.5H117v-3h3.7l7.3 6-7.3 5.9H117v-3h3.7V401h-5.5v6h5.5v4.4h7.3V407h-1.8v3h-3.7v-3l7.3-6 7.3 6v3h-3.6v-3h-1.8v4.4h7.3V407h5.5v-6H139v1.5h3.6v3H139l-7.3-6z"/>
|
|
187
|
-
<g transform="matrix(1.0321 0 0 .95838 204.8 18.2)">
|
|
188
|
-
<path fill="#ca3745" d="m-122.3 134.3 3.4-3.8h20.6l15.4-16.7h20.6l15.4 16.8h20.6l3.4 3.7-3.4 3.7H-47l-15.4 16.8H-83L-98.3 138H-119l-3.4-3.7z"/>
|
|
189
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".3" d="m372 391.5 2-2h22.8l17.1-19.4h19l17.2 19.5h22.8l1.9 2-1.9 1.9h-22.8L434.8 411H412l-15.2-17.5h-22.9l-1.9-2z" transform="matrix(.93104 0 0 .90908 -466.9 -221.3)"/>
|
|
190
|
-
<path fill="#faae29" d="m-64 136.2 6.8 7.4-3.4 3.7-1.8-1.8H-64v1.8l1.7 1.9h3.5l3.4-3.7v-3.8l-6.9-7.4 6.9-7.5v-3.7l-3.4-3.7h-3.5l-1.7 1.8v1.9h1.7l1.8-1.9 3.4 3.8-6.9 7.4-6.8-7.4 6.8-7.5v-1.9h-1.7l-6.8 7.5-6.9-7.5h-1.7v1.9l6.8 7.5-6.8 7.4-6.9-7.4 3.5-3.8 1.7 1.9h1.7v-1.9l-1.7-1.8h-3.5l-3.4 3.7v3.7l6.9 7.5-6.9 7.4v3.8l3.4 3.7h3.5l1.7-1.9v-1.8H-83l-1.7 1.8-3.5-3.7 6.9-7.4 6.8 7.4-6.8 7.5v1.8h1.7l6.9-7.4 6.8 7.4h1.7v-1.8l-6.8-7.5 6.8-7.4zm-8.6-9.4-6.9 7.5 6.9 7.4 6.8-7.4-6.8-7.5zm-10.3 28v15l1.7-2 1.7 2 1.7-2 1.7 2 1.8-2 1.7 2 1.7-2 1.7 2 1.7-2 1.7 2 1.7-2 1.8 2v-15H-83zm20.6-41v-15l-1.8 2-1.7-2-1.7 2-1.7-2-1.7 2-1.7-2-1.8 2-1.7-2-1.7 2-1.7-2-1.7 2-1.7-2v15h20.6zm29 16.8v-15l-1.6 2-1.7-2-1.7 2-1.8-2-1.7 2-1.7-2-1.7 2-1.7-2v15h13.7zm-65 0v-15l-1.8 2-1.7-2-1.7 2-1.7-2-1.7 2-1.7-2-1.8 2-1.7-2v15h13.7zm65.1 7.4v15l-1.7-2-1.7 2-1.7-2-1.8 2-1.7-2-1.7 2-1.7-2-1.7 2v-15h13.7zm-65.2 0v15l-1.7-2-1.7 2-1.7-2-1.7 2-1.7-2-1.7 2-1.8-2-1.7 2v-15h13.7z"/>
|
|
191
|
-
<path fill="#00843d" d="M-62.4 154.8v9.3l1.8-1.9 1.7 2 1.7-2 1.7 2 1.7-2 1.7 2 1.8-2 1.7 2 1.7-2V138l-15.5 16.8zm-20.5 0v9.3l-1.8-1.9-1.7 2-1.7-2-1.7 2-1.7-2-1.7 2-1.7-2-1.7 2-1.8-2V138l15.5 16.8zm0-41v-9.3l-1.8 1.8-1.7-1.8-1.7 1.8-1.7-1.8-1.7 1.8-1.7-1.8-1.7 1.8-1.7-1.8-1.8 1.8v24.3l15.5-16.8zm20.5 0v-9.3l1.8 1.8 1.7-1.8 1.7 1.8 1.7-1.8 1.7 1.8 1.7-1.8 1.7 1.8 1.8-1.8 1.7 1.8v24.3l-15.5-16.8zm-49.7 35.4-1.7-1.9-1.7 2-1.7-2-1.7 2-1.7-2-1.8 2-1.7-2-1.7 2v-30l1.7 2 1.7-2 1.8 2 1.7-2 1.7 2 1.7-2 1.7 2 1.7-2v11.3h-6.8l-3.5 3.7 3.5 3.7h6.8v11.2zm78.9 0 1.7-1.9 1.7 2 1.7-2 1.8 2 1.7-2 1.7 2 1.7-2 1.7 2v-30l-1.7 2-1.7-2-1.7 2-1.7-2-1.8 2-1.7-2-1.7 2-1.7-2v11.3h6.9l3.4 3.7-3.4 3.7h-6.9v11.2z"/>
|
|
192
|
-
<path fill="#fff" d="M-91.4 156s-1.4 1.4-1.4 2.2c0 .7 1.5 2.2 2.2 2.2.8 0 2.1-1.5 2.1-2.2s-1.4-2.2-1.4-2.2v-3s3 5.1 3 2.9c0-1.6-3-4.3-3-4.3h-1.5s-3 3.2-3 4.3c0 2.2 3-2.9 3-2.9v3z"/>
|
|
193
|
-
<path fill="#ca3745" d="M-73.5 161.7s-1.7 2-1.7 3 1.8 3.2 2.6 3.2c1 0 2.5-2.1 2.5-3.1s-1.7-3.1-1.7-3.1v-4.2s3 6.8 3 3.7c0-2-3-5.7-3-5.7h-1.7s-3.5 4.6-3 5.7c0 3.1 3-3.7 3-3.7v4.2z"/>
|
|
194
|
-
<ellipse cx="403.9" cy="391.5" fill="#00843d" rx="3.5" ry="1.8" transform="matrix(.96774 0 0 1.0526 -482.4 -277.9)"/>
|
|
195
|
-
<ellipse cx="403.9" cy="391.5" fill="#00843d" rx="3.5" ry="1.8" transform="matrix(.96774 0 0 1.0526 -463.5 -277.9)"/>
|
|
196
|
-
<ellipse cx="403.9" cy="391.5" fill="#00843d" rx="3.5" ry="1.8" transform="matrix(.96774 0 0 1.0526 -444.7 -277.9)"/>
|
|
197
|
-
<path fill="#fff" d="M-91.7 112.8s-1.4-1.5-1.4-2.2c0-.7 1.5-2.3 2.1-2.3.8 0 2.1 1.5 2.1 2.2 0 .8-1.4 2.3-1.4 2.3v3s3.1-5.2 3.1-3c0 1.6-3 4.4-3 4.4h-1.5s-3.1-3.2-3.1-4.3c0-2.2 3 2.8 3 2.8v-3z"/>
|
|
198
|
-
<path fill="#ca3745" d="M-73.9 107s-1.7-2-1.7-3 1.9-3.1 2.6-3.1c1 0 2.6 2 2.6 3s-1.7 3.2-1.7 3.2v4s3-6.7 3-3.6c0 2-3 5.8-3 5.8H-74s-3.5-4.7-3-5.8c0-3 3 3.7 3 3.7V107z"/>
|
|
199
|
-
<path fill="#fff" d="M-54.9 156s-1.4 1.4-1.4 2.2c0 .7 1.5 2.2 2.2 2.2.8 0 2.1-1.5 2.1-2.2s-1.4-2.2-1.4-2.2v-3s3 5.1 3 2.9c0-1.6-3-4.3-3-4.3H-55s-3 3.2-3 4.3c0 2.2 3-2.9 3-2.9v3zm-.3-43.2s-1.4-1.5-1.4-2.3c0-.6 1.5-2.2 2.1-2.2.8 0 2.1 1.5 2.1 2.2 0 .8-1.4 2.3-1.4 2.3v3s3.1-5.2 3.1-3c0 1.6-3 4.4-3 4.4h-1.5s-3.1-3.2-3.1-4.3c0-2.2 3 2.8 3 2.8v-3z"/>
|
|
200
|
-
<path fill="#ca3745" d="M-106.3 145.6s-1.9 1.4-1.9 2c0 .7 2 2.2 2.9 2.1 1 0 2.8-1.3 2.8-2s-1.9-2.1-1.9-2.1v-2.8s3.4 4.5 3.4 2.5c0-1.4-3.4-3.9-3.4-3.9h-1.9s-3.9 3.2-3.3 3.9c0 2 3.3-2.5 3.3-2.5v2.8zm-.4-21.1s-1.9-1.4-1.9-2.1c0-.7 2-2.1 2.9-2 1 0 2.8 1.3 2.8 2s-1.9 2-1.9 2v2.8s3.4-4.5 3.4-2.4c0 1.3-3.4 3.8-3.4 3.8h-1.9s-3.9-3.1-3.3-3.8c0-2 3.3 2.4 3.3 2.4v-2.7zm66.3 20.6s-2 1.4-2 2.1c0 .7 2.1 2.1 3 2.1 1 0 2.8-1.4 2.8-2 0-.8-2-2.2-2-2.2v-2.7s3.4 4.5 3.4 2.4c0-1.3-3.3-3.8-3.3-3.8h-2s-3.8 3.1-3.3 3.8c0 2.1 3.4-2.4 3.4-2.4v2.8zm-.4-21s-2-1.4-2-2.1c0-.7 2.1-2.1 3-2.1 1 0 2.8 1.4 2.8 2 0 .8-2 2.1-2 2.1v2.8s3.4-4.5 3.4-2.5c0 1.4-3.3 3.9-3.3 3.9h-2s-3.8-3.1-3.3-3.8c0-2.1 3.4 2.4 3.4 2.4V124z"/>
|
|
201
|
-
<path fill="#fff" d="M-120.3 145.4c-.6-1.3-.4-1.9-.4-2.6 0-.7 1.7-2 2.3-2 .8 0 2.1 1.4 2.1 2.2 0 .7 0 1.3-.3 2.6l-.8-2.1c-1.1 3-1.2 3-1.8-.1l-1 2zm0-21.5c-.5 1.3-.4 1.9-.4 2.6 0 .7 1.7 2 2.4 2 .8 0 2.1-1.4 2.1-2.2 0-.7 0-1.3-.3-2.6l-.9 2.1c-1-3-1.1-3-1.8.1l-1-2zm92.5 21.2c-.6-1.3-.5-1.9-.5-2.6 0-.7 1.8-2 2.4-2 .8 0 2.1 1.5 2.1 2.2 0 .7 0 1.4-.3 2.6l-.9-2.1c-1 3-1.1 3.1-1.8 0l-1 1.9zm0-21.4c-.6 1.2-.4 1.8-.4 2.6 0 .6 1.7 2 2.3 2 .8 0 2.2-1.5 2.2-2.2 0-.8 0-1.4-.3-2.7l-1 2.2c-1-3.1-1-3.2-1.7 0l-1-2z"/>
|
|
202
|
-
<path fill="#ca3745" stroke="#000" stroke-width=".1" d="M115.2 177.2v-5.4h-16v-10.6H85v-3.5H72.6v-32H85v-3.5h14.2v-10.6h16v-5.3h21.2v5.3h16v10.6h14.1v3.6H179v31.9h-12.4v3.5h-14.1v10.6h-16v5.3h-21.2zm-1.8 1.7v-5.3h-16V163H83.3v-3.6H70.9V124h12.4v-3.5h14.1v-10.7h16v-5.3h24.8v5.3h16v10.7h14.1v3.5h12.4v35.4h-12.4v3.6h-14.2v10.6h-16v5.3h-24.7z" transform="matrix(1 0 0 .99999 -198.4 -7)"/>
|
|
203
|
-
</g>
|
|
204
|
-
</g>
|
|
205
|
-
</svg>
|
package/dist/flags/flags/tn.svg
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill="#e70013" d="m0 0h640v480h-640z"/>
|
|
3
|
-
<path d="m320 119.2a1 1 0 0 0 -1 240.3 1 1 0 0 0 1-240.3zm72 173.8a90 90 0 1 1 0-107 72 72 0 1 0 0 107zm-4.7-21.7-37.4-12.1-23.1 31.8v-39.3l-37.4-12.2 37.4-12.2v-39.3l23.1 31.8 37.4-12.1-23.1 31.8z" fill="#fff"/>
|
|
4
|
-
</svg>
|
package/dist/flags/flags/to.svg
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-to" viewBox="0 0 640 480">
|
|
2
|
-
<g fill-rule="evenodd" stroke-width="1pt">
|
|
3
|
-
<path fill="#c10000" d="M0 0h640v480H0z"/>
|
|
4
|
-
<path fill="#fff" d="M0 0h250v200.3H0z"/>
|
|
5
|
-
<g fill="#c10000">
|
|
6
|
-
<path d="M102.8 31.2h39.9v139.6h-39.8z"/>
|
|
7
|
-
<path d="M192.6 81v40H53V81z"/>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
</svg>
|
package/dist/flags/flags/tr.svg
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tr" viewBox="0 0 640 480">
|
|
2
|
-
<g fill-rule="evenodd">
|
|
3
|
-
<path fill="#e30a17" d="M0 0h640v480H0z"/>
|
|
4
|
-
<path fill="#fff" d="M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z"/>
|
|
5
|
-
<path fill="#e30a17" d="M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z"/>
|
|
6
|
-
<path fill="#fff" d="m430.7 191.5-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
package/dist/flags/flags/tt.svg
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tt" viewBox="0 0 640 480">
|
|
2
|
-
<path fill="#fff" d="M0 0h640v480H0z"/>
|
|
3
|
-
<path fill="#e00000" fill-rule="evenodd" d="M463.7 480 0 1v478.8l463.7.2zM176.3 0 640 479V.2L176.3 0z"/>
|
|
4
|
-
<path fill-rule="evenodd" d="M27.7.2h118.6l468.2 479.3H492.2L27.7.2z"/>
|
|
5
|
-
</svg>
|
package/dist/flags/flags/tv.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tv" viewBox="0 0 640 480">
|
|
2
|
-
<path fill="#009fca" d="M0 0h640v480H0z"/>
|
|
3
|
-
<path fill="#fff40d" fill-rule="evenodd" d="M593.3 122.7H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2 196.8h27.6l-22.3 15.2 8.5 24.7-22.3-15.3-22.3 15.3 8.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3 15.2 8.5 24.7-22.3-15.3-22.2 15.3 8.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8 417.7h27.6L301 432.8l8.6 24.6-22.3-15.2-22.3 15.2 8.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.3 15.3h-27.5l-8.5 24.6zm81.3-112.5H412l22.3-15.2-8.5-24.7 22.3 15.3 22.3-15.3-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6 22.3 15.2 22.3-15.2-8.6 24.6 22.4 15.3H525l-8.5 24.6zM439.7 400H412l22.3-15.2L426 360l22.3 15.2 22.3-15.2-8.6 24.7 22.3 15.2h-27.5l-8.5 24.7zm-81.3 19.9h-27.6l22.3-15.2-8.5-24.7 22.3 15.2 22.3-15.2-8.6 24.6L403 420h-27.5l-8.5 24.7z"/>
|
|
4
|
-
<path fill="#012169" d="M0 0h320v240H0z"/>
|
|
5
|
-
<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"/>
|
|
6
|
-
<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"/>
|
|
7
|
-
<path fill="#FFF" d="M120.5 0v240h80V0zM0 80v80h320V80z"/>
|
|
8
|
-
<path fill="#C8102E" d="M0 96.5v48h320v-48zM136.5 0v240h48V0z"/>
|
|
9
|
-
</svg>
|
package/dist/flags/flags/tw.svg
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tw" viewBox="0 0 640 480">
|
|
2
|
-
<clipPath id="a">
|
|
3
|
-
<path d="M0 0h640v480H0z"/>
|
|
4
|
-
</clipPath>
|
|
5
|
-
<g clip-path="url(#a)">
|
|
6
|
-
<path fill="red" d="M0 0h720v480H0z"/>
|
|
7
|
-
<path fill="#000095" d="M0 0h360v240H0z"/>
|
|
8
|
-
<g fill="#fff">
|
|
9
|
-
<path d="m154 126.9-2.5 9.6 9.4 2.6-1.8-7.1zm46.9 5.1-1.8 7.1 9.4-2.6-2.5-9.6zm-41.8-24-5.1 5.1 1.9 6.9z"/>
|
|
10
|
-
<path d="m155.9 120-1.9 6.9 5.1 5.1z"/>
|
|
11
|
-
<path d="m154 113.1-6.9 6.9 6.9 6.9 1.9-6.9zm14 27.8 5.1 5.1 6.9-1.9zm18.9 5.1 9.6 2.5 2.6-9.4-7.1 1.8z"/>
|
|
12
|
-
<path d="m192 140.9 7.1-1.8 1.8-7.1zm-31.1-1.8 2.6 9.4 9.6-2.5-5.1-5.1zm19.1 5 6.9 1.9 5.1-5.1z"/>
|
|
13
|
-
<path d="m173.1 146 6.9 6.9 6.9-6.9-6.9-1.9zm-12.2-45.1-9.4 2.6 2.5 9.6 5.1-5.1zm-1.8 31.1 1.8 7.1 7.1 1.8zm45-12 1.9-6.9-5.1-5.1z"/>
|
|
14
|
-
<path d="m168 99.1-7.1 1.8-1.8 7.1zm32.9 8.9-1.8-7.1-7.1-1.8zm5.1 18.9 6.9-6.9-6.9-6.9-1.9 6.9z"/>
|
|
15
|
-
<path d="m200.9 108-8.9-8.9-12-3.2-12 3.2-8.9 8.9-3.2 12 3.2 12 8.9 8.9 12 3.2 12-3.2 8.9-8.9 3.2-12z"/>
|
|
16
|
-
<path d="m200.9 132 5.1-5.1-1.9-6.9zm5.1-18.9 2.5-9.6-9.4-2.6 1.8 7.1zm-6.9-12.2-2.6-9.4-9.6 2.5 5.1 5.1zm-26-6.9-9.6-2.5-2.6 9.4 7.1-1.8zm6.9 1.9-6.9-1.9-5.1 5.1z"/>
|
|
17
|
-
<path d="m186.9 94-6.9-6.9-6.9 6.9 6.9 1.9z"/>
|
|
18
|
-
<path d="m192 99.1-5.1-5.1-6.9 1.9zM173.1 146l-9.6 2.5 4.5 16.6 12-12.2zm-5.1 19.1 12 44.9 12-44.9-12-12.2zm-7.1-26-9.4-2.6-4.4 16.4 16.4-4.4z"/>
|
|
19
|
-
<path d="m147.1 152.9-12 45.1 32.9-32.9-4.5-16.6zm-12-20.9L102 165.1l45.1-12.2 4.4-16.4z"/>
|
|
20
|
-
<path d="m154 126.9-6.9-6.9-12 12 16.4 4.5zm0-13.8-2.5-9.6-16.4 4.5 12 12z"/>
|
|
21
|
-
<path d="M135.1 108 90 120l45.1 12 12-12zm90 24-16.6 4.5 4.4 16.4 45.1 12.2z"/>
|
|
22
|
-
<path d="m199.1 139.1-2.6 9.4 16.4 4.4-4.4-16.4zm-12.2 6.9-6.9 6.9 12 12.2 4.5-16.6zm19.1-19.1 2.5 9.6 16.6-4.5-12.2-12z"/>
|
|
23
|
-
<path d="m192 165.1 33.1 32.9-12.2-45.1-16.4-4.4zm7.1-64.2 9.4 2.6 4.4-16.4-16.4 4.4z"/>
|
|
24
|
-
<path d="M225.1 108 258 75.1l-45.1 12-4.4 16.4zm-12.2-20.9L225.1 42 192 75.1l4.5 16.4zm12.2 44.9 44.9-12-44.9-12-12.2 12z"/>
|
|
25
|
-
<path d="m206 113.1 6.9 6.9 12.2-12-16.6-4.5zm-38-38L135.1 42l12 45.1 16.4 4.4z"/>
|
|
26
|
-
<path d="m160.9 100.9 2.6-9.4-16.4-4.4 4.4 16.4z"/>
|
|
27
|
-
<path d="m147.1 87.1-45.1-12 33.1 32.9 16.4-4.5zm39.8 6.9 9.6-2.5-4.5-16.4-12 12z"/>
|
|
28
|
-
<path d="M192 75.1 180 30l-12 45.1 12 12z"/>
|
|
29
|
-
<path d="m173.1 94 6.9-6.9-12-12-4.5 16.4z"/>
|
|
30
|
-
</g>
|
|
31
|
-
<circle cx="180" cy="120" r="51.1" fill="#000095"/>
|
|
32
|
-
<circle cx="180" cy="120" r="45.1" fill="#fff"/>
|
|
33
|
-
</g>
|
|
34
|
-
</svg>
|
package/dist/flags/flags/tz.svg
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-tz" viewBox="0 0 640 480">
|
|
2
|
-
<defs>
|
|
3
|
-
<clipPath id="a">
|
|
4
|
-
<path fill-opacity=".7" d="M10 0h160v120H10z"/>
|
|
5
|
-
</clipPath>
|
|
6
|
-
</defs>
|
|
7
|
-
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="matrix(4 0 0 4 -40 0)">
|
|
8
|
-
<path fill="#09f" d="M0 0h180v120H0z"/>
|
|
9
|
-
<path fill="#090" d="M0 0h180L0 120V0z"/>
|
|
10
|
-
<path d="M0 120h40l140-95V0h-40L0 95v25z"/>
|
|
11
|
-
<path fill="#ff0" d="M0 91.5 137.2 0h13.5L0 100.5v-9zM29.3 120 180 19.5v9L42.8 120H29.3z"/>
|
|
12
|
-
</g>
|
|
13
|
-
</svg>
|
package/dist/flags/flags/ua.svg
DELETED
package/dist/flags/flags/ug.svg
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ug" 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
|
-
<path fill="#ffe700" fill-rule="evenodd" d="M-128 341.4h768v85.3h-768z"/>
|
|
9
|
-
<path fill-rule="evenodd" d="M-128 256h768v85.3h-768z"/>
|
|
10
|
-
<path fill="#de3908" fill-rule="evenodd" d="M-128 170.7h768V256h-768z"/>
|
|
11
|
-
<path fill="#ffe700" fill-rule="evenodd" d="M-128 85.4h768v85.3h-768z"/>
|
|
12
|
-
<path fill-rule="evenodd" d="M-128 0h768v85.3h-768z"/>
|
|
13
|
-
<path fill="#fffdff" fill-rule="evenodd" stroke="#000" d="M335.7 256a79.7 79.7 0 1 1-159.4 0 79.7 79.7 0 0 1 159.4 0z"/>
|
|
14
|
-
<path fill="#de3108" fill-rule="evenodd" stroke="#000" d="m242 194.9-5.2-9.5c2-2 5.3-3.6 10.7-3.6l-.6 10.5-5 2.6z"/>
|
|
15
|
-
<path fill="#ffe700" fill-rule="evenodd" stroke="#000" d="m247 192.3.7-10.5s10.7-.6 16.5 6.4l-5.7 8.2-11.6-4z"/>
|
|
16
|
-
<path fill="#de3108" fill-rule="evenodd" stroke="#000" d="m258.6 196.3 5.3-8.2c3.5 3.7 5 6.3 5.5 10.3.1.1-8.3 2.1-8.3 2l-2.5-4.1z"/>
|
|
17
|
-
<path fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M244.6 331.1s9.9-11.3 29.1-8.9c-2.9-4.7-12.3-4.1-12.3-4.1s-2.8-22-.6-23.2 12 .1 12 .1c1.2 0 3.4-3.4 1.6-5.6-1.7-2.2-6.8-10.5-4.7-12.2 2.1-1.6 13.4 1 13.4 1l-32-41s-3.3-15.5 3.3-23c7.9-6.5 7-13.6 6.8-13.5-1.1-7.2-12-12.3-19.4-5.7-4.3 5.2-1.4 9.2-1.4 9.2s-11.5 3.1-11.9 5.1c-.5 2 12.9-.3 12.9-.3l-1.3 9.1s-26 23.6-6 44l.6-.8s7 8.6 14.3 10.5c7 7 6.3 6 6.3 6s1.3 11.1 0 13.3c-1.7-.5-19.3-1.2-21.9-.2-2.4.8-11.4.3-9.2 15.1l3.3-7.5s-.3 5.3 1.9 7.2c-.4-5.6 2.1-9.4 2.1-9.4s.4 6.2 1.8 7c1.4 1 1.4-10 9-9 7.4.9 12.9.6 12.9.6s2.5 21.4 1.7 23.4c-5.4-1.3-18.4.5-19.2 3.8 7.6-.5 11.1.4 11.1.4s-6.1 5.5-4.2 8.6z"/>
|
|
18
|
-
<path fill="#9ca69c" fill-rule="evenodd" stroke="#9ca69c" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M247.6 214.8s-18.9 20.8-10.7 36.7c.4-2.2.2-3.6.5-3.5-.5-.3 2.3 1.9 2.1 1.5 0-1.2-.8-3.7-.8-3.7l2.5.7-1.5-2.8 3.7.4s-1.3-3.4-.9-3.4l3 .2c-5.4-9.6-.3-17.6 2.1-26.2z"/>
|
|
19
|
-
<path fill="#9ca69c" fill-rule="evenodd" stroke="#9ca69c" d="M254.2 196.9s1 7.2-3 9.2c-.5.5-3 1.3-2.6 2.8.4 2 1.5 1.6 3 1.2 4.1-.7 8.9-9.4 2.6-13.2z"/>
|
|
20
|
-
<path fill="#fff" fill-rule="evenodd" d="M247.2 203a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>
|
|
21
|
-
<path fill="#de3108" fill-rule="evenodd" stroke="#000" d="M241.1 209c-1 .9-6.2 6.3-1 8.3 5.3-1.4 3.8-2.4 5-3.6 0-2.5-2.6-3.1-4-4.6z"/>
|
|
22
|
-
<path fill="#9ca69c" fill-rule="evenodd" stroke="#9ca69c" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M252.6 260.5c-.3 1.2-1.5 5.6.1 9 4.6-2 6.7-1.4 8.2-.4-3.7-3-5.2-4.3-8.3-8.6z"/>
|
|
23
|
-
<path fill="#fff" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="m260.4 281.1.2 10.2s3.6.6 5.2 0 0-7-5.4-10.2z"/>
|
|
24
|
-
<path fill="#9ca69c" fill-rule="evenodd" stroke="#000" d="M286 282.4s-6.5-15.8-23.2-19.8-14.5-21.8-13.2-22.9c.8-1.5 1.3-3.9 6.1-1.6s27 13.4 30.2 14 .4 30.7.2 30.3z"/>
|
|
25
|
-
<path fill="#de3108" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width=".9" d="M270.2 262.5c-.3.2 22.3 13.4 15.5 24.7 6.4-4.3 4.4-11.7 4.4-11.7s5.2 13.7-7.6 20.4c1.4 1.2 2.3 1 2.3 1l-2.2 2.1s-1 1.7 7.6-2.5c-2.3 1.9-2.5 3.3-2.5 3.3s.6 1.8 6.2-3.1c-4.5 4.9-5.5 7.4-5.5 7.3 12.3-1 39-41-8.4-52.7l2.1 2.2-12 9z"/>
|
|
26
|
-
<path fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9" d="M271.2 258.6c3 2.2 4.1 3 4.5 4-2.8-.6-5.3-.4-5.3-.4s-6.1-5.8-7.2-6.3c-.8 0-5.6-3-5.6-3-2.3-1.2-4.5-9.3 4.2-7a93 93 0 0 0 10.3 4.6l10.7 3.4 6.2 6.9s-11-5.4-12.4-5.5c3 2.4 4.7 5.8 4.7 5.8-3.5-1-6.5-2-10.1-2.5z"/>
|
|
27
|
-
<path fill="none" stroke="#fff" stroke-linecap="round" stroke-width=".9" d="M228.4 209.9s10.5-2.6 11.8-2.2"/>
|
|
28
|
-
<path fill="#de3908" fill-rule="evenodd" d="M-128 426.7h768V512h-768z"/>
|
|
29
|
-
</g>
|
|
30
|
-
</svg>
|
package/dist/flags/flags/us.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-us" viewBox="0 0 640 480">
|
|
2
|
-
<path fill="#bd3d44" d="M0 0h640v480H0"/>
|
|
3
|
-
<path stroke="#fff" stroke-width="37" d="M0 55.3h640M0 129h640M0 203h640M0 277h640M0 351h640M0 425h640"/>
|
|
4
|
-
<path fill="#192f5d" d="M0 0h364.8v258.5H0"/>
|
|
5
|
-
<marker id="a" markerHeight="30" markerWidth="30">
|
|
6
|
-
<path fill="#fff" d="m14 0 9 27L0 10h28L5 27z"/>
|
|
7
|
-
</marker>
|
|
8
|
-
<path fill="none" marker-mid="url(#a)" d="m0 0 16 11h61 61 61 61 60L47 37h61 61 60 61L16 63h61 61 61 61 60L47 89h61 61 60 61L16 115h61 61 61 61 60L47 141h61 61 60 61L16 166h61 61 61 61 60L47 192h61 61 60 61L16 218h61 61 61 61 60L0 0"/>
|
|
9
|
-
</svg>
|
package/dist/flags/flags/uy.svg
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-uy" viewBox="0 0 640 480">
|
|
2
|
-
<path fill="#fff" d="M0 0h640v480H0z"/>
|
|
3
|
-
<path fill="#0038a8" d="M266 53.3h374v53.4H266zm0 106.7h374v53.3H266zM0 266.7h640V320H0zm0 106.6h640v53.4H0z"/>
|
|
4
|
-
<g fill="#fcd116" stroke="#000" stroke-miterlimit="20" stroke-width=".6" transform="translate(133.3 133.3) scale(2.93333)">
|
|
5
|
-
<g id="c">
|
|
6
|
-
<g id="b">
|
|
7
|
-
<g id="a">
|
|
8
|
-
<path stroke-linecap="square" d="M1.5 9 6 12c-8 13 1 15-6 21 3-7-3-5-3-17" transform="rotate(22.5)"/>
|
|
9
|
-
<path fill="none" d="M0 11c-2 13 4.5 17 0 22" transform="rotate(22.5)"/>
|
|
10
|
-
<path d="M0 0h6L0 33-6 0h6v33"/>
|
|
11
|
-
</g>
|
|
12
|
-
<use xlink:href="#a" width="100%" height="100%" transform="rotate(45)"/>
|
|
13
|
-
</g>
|
|
14
|
-
<use xlink:href="#b" width="100%" height="100%" transform="rotate(90)"/>
|
|
15
|
-
</g>
|
|
16
|
-
<use xlink:href="#c" width="100%" height="100%" transform="scale(-1)"/>
|
|
17
|
-
<circle r="11"/>
|
|
18
|
-
</g>
|
|
19
|
-
<g transform="translate(133.3 133.3) scale(.29333)">
|
|
20
|
-
<g id="d">
|
|
21
|
-
<path d="M81-44c-7 8-11-6-36-6S16-35 12-38s21-21 29-22 31 7 40 16m-29 9c7 6 1 19-6 19S26-28 32-36"/>
|
|
22
|
-
<path d="M19-26c1-12 11-14 27-14s23 12 29 15c-7 0-13-10-29-10s-16 0-27 10m3 2c4-6 9 6 20 6s17-3 24-8-10 12-21 12-26-6-23-10"/>
|
|
23
|
-
<path d="M56-17c13-7 5-17 0-19 2 2 10 12 0 19M0 43c6 0 8-2 16-2s27 11 38 7c-23 9-14 3-54 3h-5m63 6c-4-7-3-5-11-16 8 6 10 9 11 16M0 67c25 0 21-5 54-19-24 3-29 11-54 11h-5m5-29c7 0 9-5 17-5s19 3 24 7c1 1-3-8-11-9S25 9 16 7c0 4 3 3 4 9 0 5-9 5-11 0 2 8-4 8-9 8"/>
|
|
24
|
-
</g>
|
|
25
|
-
<use xlink:href="#d" width="100%" height="100%" transform="scale(-1 1)"/>
|
|
26
|
-
<path d="M0 76c-5 0-18 3 0 3s5-3 0-3"/>
|
|
27
|
-
</g>
|
|
28
|
-
</svg>
|
package/dist/flags/flags/uz.svg
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-uz" viewBox="0 0 640 480">
|
|
2
|
-
<path fill="#1eb53a" d="M0 320h640v160H0z"/>
|
|
3
|
-
<path fill="#0099b5" d="M0 0h640v160H0z"/>
|
|
4
|
-
<path fill="#ce1126" d="M0 153.6h640v172.8H0z"/>
|
|
5
|
-
<path fill="#fff" d="M0 163.2h640v153.6H0z"/>
|
|
6
|
-
<circle cx="134.4" cy="76.8" r="57.6" fill="#fff"/>
|
|
7
|
-
<circle cx="153.6" cy="76.8" r="57.6" fill="#0099b5"/>
|
|
8
|
-
<g fill="#fff" transform="matrix(1.92 0 0 1.92 261.1 122.9)">
|
|
9
|
-
<g id="e">
|
|
10
|
-
<g id="d">
|
|
11
|
-
<g id="c">
|
|
12
|
-
<g id="b">
|
|
13
|
-
<path id="a" d="M0-6-1.9-.3 1 .7"/>
|
|
14
|
-
<use xlink:href="#a" width="100%" height="100%" transform="scale(-1 1)"/>
|
|
15
|
-
</g>
|
|
16
|
-
<use xlink:href="#b" width="100%" height="100%" transform="rotate(72)"/>
|
|
17
|
-
</g>
|
|
18
|
-
<use xlink:href="#b" width="100%" height="100%" transform="rotate(-72)"/>
|
|
19
|
-
<use xlink:href="#c" width="100%" height="100%" transform="rotate(144)"/>
|
|
20
|
-
</g>
|
|
21
|
-
<use xlink:href="#d" width="100%" height="100%" y="-24"/>
|
|
22
|
-
<use xlink:href="#d" width="100%" height="100%" y="-48"/>
|
|
23
|
-
</g>
|
|
24
|
-
<use xlink:href="#e" width="100%" height="100%" x="24"/>
|
|
25
|
-
<use xlink:href="#e" width="100%" height="100%" x="48"/>
|
|
26
|
-
<use xlink:href="#d" width="100%" height="100%" x="-48"/>
|
|
27
|
-
<use xlink:href="#d" width="100%" height="100%" x="-24"/>
|
|
28
|
-
<use xlink:href="#d" width="100%" height="100%" x="-24" y="-24"/>
|
|
29
|
-
</g>
|
|
30
|
-
</svg>
|