@ncino/web-components 10.3.0 → 10.4.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/dist/components/accordion/gator/base/accordion.gator.js +10 -10
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/alert/gator/base/alert.gator.js +4 -4
- package/dist/components/banner/gator/banner.gator.js +5 -5
- package/dist/components/button/gator/button.gator.js +6 -6
- package/dist/components/display-card/gator/display-card.gator.js +10 -10
- package/dist/components/headline-card/gator/headline-card.gator.js +3 -3
- package/dist/components/icon/gator/icon.gator.js +2 -2
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/illustration/gator/illustration.gator.js +4 -4
- package/dist/components/illustration/gator/index.js +1 -1
- package/dist/components/illustration/gator/templates/index.js +1 -1
- package/dist/components/image-card/gator/image-card.gator.js +15 -15
- package/dist/components/input/base/input-base.gator.js +9 -9
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +28 -28
- package/dist/components/input/gator/help-text/help-text.gator.js +3 -3
- package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +10 -10
- package/dist/components/input/gator/input-file/input-file.gator.js +11 -11
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +9 -9
- package/dist/components/input/gator/input-time/input-time.gator.js +3 -3
- package/dist/components/list/gator/list-item/list-item.gator.js +13 -13
- package/dist/components/selection-box/selection-box.gator.js +6 -6
- package/dist/components/table/gator/table-pagination/table-pagination.gator.js +12 -12
- package/dist/components/table/gator/table.gator.js +91 -91
- package/dist/node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js +1 -1
- package/dist/node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/unsafe-svg.js +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js +2 -2
- package/dist/packages/styles/dist/gator/themes/icons/add-link.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/airplane.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/alarm.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/apartment.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-around.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-line-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-line-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrows-down-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bank.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bell-disabled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bell.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/binoculars.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/book.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/box.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/brain.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/cake.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/calculator.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/calendar.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/camera.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/caret-up-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/case.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-bar-horizontal.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-bar.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-donut.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-line.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-pie.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-rise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-scatter.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-ai.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-dots.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-slash.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-text.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/check-circle-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/check-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/check.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox-indeterminate.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox-selected.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkerboard.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-dashed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-filled.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/city.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clipboard.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock-clockwise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock-counter-clockwise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/collapse.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/cone.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/contact-info.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/copy.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/credit-card.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/crop.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/crosshairs.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-dollar-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-eur.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-gbp.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-inr.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-jpy.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-krw.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-kzt.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-ngn.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-rub.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor-arrow.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor-hand.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dashboard.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/delete.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dna.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-add.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-ai.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-check.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-e-sign.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-image.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-pdf.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-sign.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-zip.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dollar-bills.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/dollar-house.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/down-payment.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/download.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/drag-drop.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/earth.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exclude-square.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/expand-arrows.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/expand.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/export.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye-closed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye-crossed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/facebook-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/file-code.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/files.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filter-funnel.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filters-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filters.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ad-andorra.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ae-united-arab-emirates.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-af-afghanistan.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ag-antigua-and-barbuda.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ai-anguilla.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-al-albania.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-am-armenia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ao-angola.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-aq-antarctica.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ar-argentina.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-as-american-smoa.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-at-austria.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-au-australia.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-aw-aruba.js +31 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ax-aland-islands.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-az-azerbaijan.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ba-bosnia-and-herzegovina.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bb-barbados.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bd-bangladesh.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-be-belgium.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bf-burkina-faso.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bg-bulgaria.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bh-bahrain.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bi-burundi.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bj-benin.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bl-saint-barthelemy.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bm-bermuda.js +39 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bn-brunei-darussalam.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bo-bolivia.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-bo-bonaire.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-sa-sba.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-se-snt-eustatius.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-br-brazil.js +48 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bs-bahamas.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bt-bhutan.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bv-bouvet-island.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bw-botswana.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-by-belarus.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bz-belize.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ca-canada.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cc-cocos-keeling-islands.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cd-democratic-republic-of-the-congo.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cf-central-african-republic.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cg-republic-of-the-congo.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ch-switzerland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ci-c/303/264te-divoire-ivory-coast.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ck-cook-islands.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cl-chile.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cm-cameroon.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cn-china.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-co-colombia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cr-costa-rica.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cu-cuba.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cv-cabo-verde.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cw-cura/303/247ao.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cx-christmas-island.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cy-cyprus.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cz-czech-republic.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-de-germany.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dj-djibouti.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dk-denmark.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dm-dominica.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-do-dominican-republic.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dz-algeria.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ec-ecuador.js +38 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ee-estonia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-eg-egypt.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-eh-western-sahara.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-er-eritrea.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-es-sain.js +80 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-et-ethiopia.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fi-finland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fj-fiji.js +57 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fk-falkland-islands.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fm-federated-states-of-micronesia.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fo-faroe-islands.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fr-france.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ga-gabon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-eng-england.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-nir-northern-ireland.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-sct-sotland.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-ukm-united-kingdom.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-wls-wales.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gd-grenada.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ge-georgia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gf-french-guiana.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gg-guernsey.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gh-ghana.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gi-gibraltar.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gl-greenland.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gm-gambia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gn-guinea.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gp-guadeloupe-2.js +46 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gp-guadeloupe.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gq-equatorial-guinea.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gr-greece.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gs-s-georgia-and-s-sandwich-islands.js +68 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gt-guatemala.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gu-guam.js +36 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gw-guinea-bissau.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gy-guyana.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hk-hong-kong.js +34 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hm-heard-and-mcdonald-islands.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hn-honduras.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hr-croatia-hrvatska.js +61 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ht-haiti.js +48 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hu-hungary.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-id-indonesia.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ie-ireland.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-il-isreal.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-im-isle-of-man.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-in-india.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-io-british-indian-ocean-territory.js +45 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-iq-iraq.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ir-iran.js +90 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-is-iceland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-it-italy.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-je-jersey.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jm-jamaica.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jo-jordan.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jp-japan.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ke-kenia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kg-kyrgyzstan.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kh-cambodia.js +278 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ki--kiribati.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-km-comoros.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kn-saint-kitts-and-nevis.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kp-korea-north.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kr-korea-south.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kw-kuwait.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ky-cayman-islands.js +53 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kz-kazakhstan.js +33 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-la-laos.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lb-lebanon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lc-saint-lucia.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-li-liechtenstein.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lk-sri-lanka.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lr-liberia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ls-lesotho.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lt-lithuania.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lu-luxembourg.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lv-latvia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ly-libya.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ma-morocco.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mc-monaco.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-md-moldova.js +34 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-me-montenegro.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mf-saint-martin.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mg-madagascar.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mh-marshall-islands.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mk-north-macedonia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ml-mali.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mm-myanmar.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mn-mongolia.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mo-macao.js +31 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mp-northern-mariana-islands.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mq-martinique-2.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mq-martinique.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mr-mauritania.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ms-montserrat.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mt-malta.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mu-mauritius.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mv-maldives.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mw-malawi.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mx-mexico.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-my-malaysia.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mz-mozambique.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-na-namibia.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nc-new-caledonia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ne-niger.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nf-norfolk-island.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ng-nigeria.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ni-nicaragua.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nl-netherlands.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-no-norway.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-np-nepal.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nr-nauru.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nu-niue.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nz-new-zealand-aotearoa.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-om-oman.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pa-panama.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pe-peru.js +46 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pf-french-polynesia.js +43 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pg-papua-new-guinea.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ph-philippines.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pk-pakistan.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pl-poland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-saint-pierre-and-miquelon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-st-pierre-and-miquelon.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pn-pitcairn-islands.js +53 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pr-puerto-rico.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ps-palestinian-territory.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pt-portugal.js +122 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pw-palau.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-py-paraguay.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-qa-qatar.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-re-reunion.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ro-romania.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-rs-srbia.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ru-russian-federation.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-rw-rwanda.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sa-sudi-arabia.js +33 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sb-slomon-islands.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sc-sychelles.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sd-sdan.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-se-seden.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sg-sngapore.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sh-sint-helena.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-si-sovenia.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sj-salbard-and-jan-mayen.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sk-sovakia.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sl-serra-leone.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sm-sn-marino.js +43 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sn-snegal.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-so-smalia.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sr-sriname.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ss-south-sudan.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-st-so-tome-and-principe.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sv-el-slvador.js +36 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sx-snt-maarten.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sy-sria.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sz-saziland.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tc-turks-and-caicos-islands.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-td-chad.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tf-french-southern-and-antarctic-lands.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tg-togo.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-th-thailand.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tj-tajikistan.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tk-tokelau.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tl-timor-leste.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tm-turkmenistan.js +76 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tn-tunisia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-to-tonga.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tr-turkey.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tt-trinidad-and-tobago.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tv-tuvalu.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tw-taiwan.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tz-tanzania.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ua-ukraine.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ug-uganda.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-um-united-states-minor-outlying-islands.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-us-united-states.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-uy-uruguay.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-uz-uzbekistan.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-va-vatican-city-state.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vc-saint-vincent-and-the-grenadines.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ve-venezuela.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vg-virgin-islands-british.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vi-virgin-islands-us.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vn-vietnam.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vu-vanuatu.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-wf-wallis-and-futuna.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ws-smoa.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ye-yemen.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-yt-unf-mayotte.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-za-south-africa.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-zm-zambia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-zw-zimbabwe.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flame.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flash-off.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flash-on.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/folder.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/gauge.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/grid-four.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/grid-nine.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/hammer.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/hand-pointing.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/heart.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-door.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-finance-arrow.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-finance.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-search.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/house-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/house.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/inbox.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/index.js +1 -0
- package/dist/packages/styles/dist/gator/themes/icons/info.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/instagram-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/interest-rate.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/invoice.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/kanban.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/label.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/laptop.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/layout.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/lightbulb-filament.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/lightbulb.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/link.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/linkedin-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/list-star.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/list.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/loading-spinner-gif.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/loading.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/lock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/magic-wand.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mail-open.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mail.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mailbox.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/map.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/menu-hamburger.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-excel-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-outlook-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-powerpoint-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-teams-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-word-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus-square.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mobile-phone-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/monitor.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/move-doc.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/move.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/music.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-0.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-1.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-10.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-3.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-4.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-5.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-6.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-7.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-8.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-9.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/overflow-menu.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/paper-airplane.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/paperclip.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pause-circle.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/pause.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-amazon-pay.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-amex.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-apple-pay.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-discover.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-google-pay.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-mastercard.js +7 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-visa.js +7 -0
- package/dist/packages/styles/dist/gator/themes/icons/pen.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pencil-paper.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pencil.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/people-multiple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/people-share.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/percent.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-add.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-check.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-lock.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/person.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone-alert.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone-mobile.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/picture.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pin.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pinterest-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/play-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/play.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/plugs-connected.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/plugs.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/plus-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/plus.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/printer.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-chat-bubble.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-circle.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-mark.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/radio-selected.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/radio.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/receipt.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/restricted-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/restricted.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/robot.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/sandals.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/save.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/screen.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/search.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/selection.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/send-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/send.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/settings.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/share-1.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/share-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/shield-lock.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/shield-warning.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sidebar-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sidebar.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/smart-home.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-down.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-left.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-right.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-up-down.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-up.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-reverse-variant.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-variant.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sparkle-filled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sparkle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/speech-bubble.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/square-split-horizontal.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/square-split-vertical.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/square.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/stack.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/stamp.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star-four-filled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star-four.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/stopwatch.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sun.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sync.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/tab-arrows.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/table.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/target.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/text-aa.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/thumbs-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/thumbs-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/tools.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/touch-id.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/trash.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/trend-up.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/twitter-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/unlink.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/unlock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/upload.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/video.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/waffle.js +38 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-diamond.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-octagon.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wet-sign.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wifi-off.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wifi.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/x-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/yelp-logo.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/youtube-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/zillow-logo.js +8 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/add-note.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/address.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/appointment-confirmed.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/assets.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/auto-money.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/balloons.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/bank-account.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/brief-case.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/calendar-home.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/change-data.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/check-with-pencil.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrower.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrowers-incomplete.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrowers.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/commercial.js +27 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/condo.js +40 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/connectivity.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/consumer.js +20 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/contact-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/conversation-multiple.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/credit-card.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/crop-background.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/crop-page.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/declarations-legal.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/deliver.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/demographic-info.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/document-add.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/document-signature.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/download-app.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/empty-box.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/family-home.js +36 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/home-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-5.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-6.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-fireworks.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-under-construction.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-with-shield.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/index.js +1 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/inquiry.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/locked.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/make-an-offer.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/mortgage.js +18 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/network-error.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-1.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-2.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-3.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/paper-3.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/paper-7.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/person-2.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/personal-info.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/portfolio-analytics.js +35 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/price-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/quick-links.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/register.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/schedule-home-tour.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/small-business.js +18 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/social-security.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/start-conversation.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/status-no-x.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/status.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/success.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/talkluments.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/thumbs-down-man.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/town-home.js +52 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/transfer.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/treasury.js +19 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/unsecured-line-of-credit.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/upload-cloud.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/your-bank-placeholder.js +37 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/your-bank.js +24 -0
- package/dist/types/components/accordion/gator/base/accordion.gator.d.ts +1 -1
- package/dist/types/components/icon/gator/templates/index.d.ts +1 -544
- package/dist/types/components/illustration/gator/templates/index.d.ts +1 -69
- package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +1 -1
- package/dist/types/components/selection-box/selection-box.gator.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
- package/dist/components/icon/gator/templates/add-link.js +0 -12
- package/dist/components/icon/gator/templates/airplane.js +0 -8
- package/dist/components/icon/gator/templates/alarm.js +0 -8
- package/dist/components/icon/gator/templates/apartment.js +0 -8
- package/dist/components/icon/gator/templates/arrow-around.js +0 -8
- package/dist/components/icon/gator/templates/arrow-down.js +0 -8
- package/dist/components/icon/gator/templates/arrow-left.js +0 -8
- package/dist/components/icon/gator/templates/arrow-line-left.js +0 -8
- package/dist/components/icon/gator/templates/arrow-line-right.js +0 -8
- package/dist/components/icon/gator/templates/arrow-right.js +0 -8
- package/dist/components/icon/gator/templates/arrow-up.js +0 -8
- package/dist/components/icon/gator/templates/arrows-down-up.js +0 -8
- package/dist/components/icon/gator/templates/bank.js +0 -8
- package/dist/components/icon/gator/templates/bell-disabled.js +0 -8
- package/dist/components/icon/gator/templates/bell.js +0 -8
- package/dist/components/icon/gator/templates/binoculars.js +0 -8
- package/dist/components/icon/gator/templates/book.js +0 -8
- package/dist/components/icon/gator/templates/box.js +0 -8
- package/dist/components/icon/gator/templates/brain.js +0 -8
- package/dist/components/icon/gator/templates/cake.js +0 -8
- package/dist/components/icon/gator/templates/calculator.js +0 -8
- package/dist/components/icon/gator/templates/calendar.js +0 -8
- package/dist/components/icon/gator/templates/camera.js +0 -8
- package/dist/components/icon/gator/templates/caret-up-down.js +0 -8
- package/dist/components/icon/gator/templates/case.js +0 -14
- package/dist/components/icon/gator/templates/chart-bar-horizontal.js +0 -5
- package/dist/components/icon/gator/templates/chart-bar.js +0 -5
- package/dist/components/icon/gator/templates/chart-donut.js +0 -5
- package/dist/components/icon/gator/templates/chart-line.js +0 -5
- package/dist/components/icon/gator/templates/chart-pie.js +0 -5
- package/dist/components/icon/gator/templates/chart-rise.js +0 -8
- package/dist/components/icon/gator/templates/chart-scatter.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-ai.js +0 -6
- package/dist/components/icon/gator/templates/chat-circle-dots.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-slash.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-text.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle.js +0 -5
- package/dist/components/icon/gator/templates/chat.js +0 -8
- package/dist/components/icon/gator/templates/check-circle-filled.js +0 -5
- package/dist/components/icon/gator/templates/check-circle.js +0 -8
- package/dist/components/icon/gator/templates/check.js +0 -8
- package/dist/components/icon/gator/templates/checkbox-indeterminate.js +0 -7
- package/dist/components/icon/gator/templates/checkbox-selected.js +0 -5
- package/dist/components/icon/gator/templates/checkbox.js +0 -15
- package/dist/components/icon/gator/templates/checkerboard.js +0 -5
- package/dist/components/icon/gator/templates/chevron-down.js +0 -8
- package/dist/components/icon/gator/templates/chevron-left.js +0 -8
- package/dist/components/icon/gator/templates/chevron-right.js +0 -8
- package/dist/components/icon/gator/templates/chevron-up.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-down.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-left.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-right.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-up.js +0 -8
- package/dist/components/icon/gator/templates/circle-dashed.js +0 -8
- package/dist/components/icon/gator/templates/circle-filled.js +0 -10
- package/dist/components/icon/gator/templates/circle.js +0 -8
- package/dist/components/icon/gator/templates/city.js +0 -8
- package/dist/components/icon/gator/templates/clipboard.js +0 -8
- package/dist/components/icon/gator/templates/clock-clockwise.js +0 -8
- package/dist/components/icon/gator/templates/clock-counter-clockwise.js +0 -8
- package/dist/components/icon/gator/templates/clock.js +0 -8
- package/dist/components/icon/gator/templates/collapse.js +0 -8
- package/dist/components/icon/gator/templates/cone.js +0 -8
- package/dist/components/icon/gator/templates/contact-info.js +0 -8
- package/dist/components/icon/gator/templates/copy.js +0 -8
- package/dist/components/icon/gator/templates/credit-card.js +0 -8
- package/dist/components/icon/gator/templates/crop.js +0 -8
- package/dist/components/icon/gator/templates/crosshairs.js +0 -8
- package/dist/components/icon/gator/templates/currency-dollar-simple.js +0 -8
- package/dist/components/icon/gator/templates/currency-eur.js +0 -8
- package/dist/components/icon/gator/templates/currency-gbp.js +0 -8
- package/dist/components/icon/gator/templates/currency-inr.js +0 -8
- package/dist/components/icon/gator/templates/currency-jpy.js +0 -8
- package/dist/components/icon/gator/templates/currency-krw.js +0 -8
- package/dist/components/icon/gator/templates/currency-kzt.js +0 -8
- package/dist/components/icon/gator/templates/currency-ngn.js +0 -8
- package/dist/components/icon/gator/templates/currency-rub.js +0 -8
- package/dist/components/icon/gator/templates/cursor-arrow.js +0 -19
- package/dist/components/icon/gator/templates/cursor-hand.js +0 -29
- package/dist/components/icon/gator/templates/cursor.js +0 -8
- package/dist/components/icon/gator/templates/dashboard.js +0 -8
- package/dist/components/icon/gator/templates/delete.js +0 -8
- package/dist/components/icon/gator/templates/dna.js +0 -8
- package/dist/components/icon/gator/templates/document-add.js +0 -8
- package/dist/components/icon/gator/templates/document-ai.js +0 -11
- package/dist/components/icon/gator/templates/document-check.js +0 -12
- package/dist/components/icon/gator/templates/document-e-sign.js +0 -12
- package/dist/components/icon/gator/templates/document-image.js +0 -8
- package/dist/components/icon/gator/templates/document-pdf.js +0 -8
- package/dist/components/icon/gator/templates/document-sign.js +0 -12
- package/dist/components/icon/gator/templates/document-zip.js +0 -8
- package/dist/components/icon/gator/templates/document.js +0 -8
- package/dist/components/icon/gator/templates/dollar-bills.js +0 -24
- package/dist/components/icon/gator/templates/dollar-house.js +0 -12
- package/dist/components/icon/gator/templates/down-payment.js +0 -16
- package/dist/components/icon/gator/templates/download.js +0 -8
- package/dist/components/icon/gator/templates/drag-drop.js +0 -28
- package/dist/components/icon/gator/templates/earth.js +0 -8
- package/dist/components/icon/gator/templates/exclude-square.js +0 -5
- package/dist/components/icon/gator/templates/exit-circle.js +0 -8
- package/dist/components/icon/gator/templates/exit-left.js +0 -8
- package/dist/components/icon/gator/templates/exit.js +0 -8
- package/dist/components/icon/gator/templates/expand-arrows.js +0 -8
- package/dist/components/icon/gator/templates/expand.js +0 -8
- package/dist/components/icon/gator/templates/export.js +0 -8
- package/dist/components/icon/gator/templates/eye-closed.js +0 -8
- package/dist/components/icon/gator/templates/eye-crossed.js +0 -8
- package/dist/components/icon/gator/templates/eye.js +0 -8
- package/dist/components/icon/gator/templates/facebook-logo.js +0 -8
- package/dist/components/icon/gator/templates/file-code.js +0 -8
- package/dist/components/icon/gator/templates/files.js +0 -8
- package/dist/components/icon/gator/templates/filter-funnel.js +0 -8
- package/dist/components/icon/gator/templates/filters-2.js +0 -8
- package/dist/components/icon/gator/templates/filters.js +0 -8
- package/dist/components/icon/gator/templates/flags/flag-ad-andorra.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-ae-united-arab-emirates.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-af-afghanistan.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-ai-anguilla.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-al-albania.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-am-armenia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ao-angola.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-aq-antarctica.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-ar-argentina.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-as-american-smoa.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-at-austria.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-au-australia.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-aw-aruba.js +0 -34
- package/dist/components/icon/gator/templates/flags/flag-ax-aland-islands.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-az-azerbaijan.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bb-barbados.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-bd-bangladesh.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-be-belgium.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bf-burkina-faso.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bg-bulgaria.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bh-bahrain.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-bi-burundi.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-bj-benin.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bl-saint-barthelemy.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bm-bermuda.js +0 -42
- package/dist/components/icon/gator/templates/flags/flag-bn-brunei-darussalam.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-bo-bolivia.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-bq-bo-bonaire.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-bq-sa-sba.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-bq-se-snt-eustatius.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-br-brazil.js +0 -51
- package/dist/components/icon/gator/templates/flags/flag-bs-bahamas.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-bt-bhutan.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-bv-bouvet-island.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-bw-botswana.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-by-belarus.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-bz-belize.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-ca-canada.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-cf-central-african-republic.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-cg-republic-of-the-congo.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ch-switzerland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ci-c/303/264te-divoire-ivory-coast.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ck-cook-islands.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-cl-chile.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cm-cameroon.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cn-china.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-co-colombia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-cr-costa-rica.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-cu-cuba.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-cv-cabo-verde.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-cw-cura/303/247ao.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cx-christmas-island.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cy-cyprus.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-cz-czech-republic.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-de-germany.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-dj-djibouti.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-dk-denmark.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-dm-dominica.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-do-dominican-republic.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-dz-algeria.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ec-ecuador.js +0 -41
- package/dist/components/icon/gator/templates/flags/flag-ee-estonia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-eg-egypt.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-eh-western-sahara.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-er-eritrea.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-es-sain.js +0 -83
- package/dist/components/icon/gator/templates/flags/flag-et-ethiopia.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-fi-finland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-fj-fiji.js +0 -60
- package/dist/components/icon/gator/templates/flags/flag-fk-falkland-islands.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-fo-faroe-islands.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-fr-france.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ga-gabon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gb-eng-england.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-gb-nir-northern-ireland.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-gb-sct-sotland.js +0 -15
- package/dist/components/icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-gb-wls-wales.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gd-grenada.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-ge-georgia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-gf-french-guiana.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gg-guernsey.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gh-ghana.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-gi-gibraltar.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-gl-greenland.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-gm-gambia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gn-guinea.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gp-guadeloupe-2.js +0 -49
- package/dist/components/icon/gator/templates/flags/flag-gp-guadeloupe.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gq-equatorial-guinea.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-gr-greece.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js +0 -71
- package/dist/components/icon/gator/templates/flags/flag-gt-guatemala.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gu-guam.js +0 -39
- package/dist/components/icon/gator/templates/flags/flag-gw-guinea-bissau.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-gy-guyana.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-hk-hong-kong.js +0 -37
- package/dist/components/icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-hn-honduras.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-hr-croatia-hrvatska.js +0 -64
- package/dist/components/icon/gator/templates/flags/flag-ht-haiti.js +0 -51
- package/dist/components/icon/gator/templates/flags/flag-hu-hungary.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-id-indonesia.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ie-ireland.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-il-isreal.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-im-isle-of-man.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-in-india.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js +0 -48
- package/dist/components/icon/gator/templates/flags/flag-iq-iraq.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-ir-iran.js +0 -93
- package/dist/components/icon/gator/templates/flags/flag-is-iceland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-it-italy.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-je-jersey.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-jm-jamaica.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-jo-jordan.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-jp-japan.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ke-kenia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-kg-kyrgyzstan.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-kh-cambodia.js +0 -281
- package/dist/components/icon/gator/templates/flags/flag-ki--kiribati.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-km-comoros.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-kp-korea-north.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-kr-korea-south.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-kw-kuwait.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-ky-cayman-islands.js +0 -56
- package/dist/components/icon/gator/templates/flags/flag-kz-kazakhstan.js +0 -36
- package/dist/components/icon/gator/templates/flags/flag-la-laos.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-lb-lebanon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-lc-saint-lucia.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-li-liechtenstein.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-lk-sri-lanka.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-lr-liberia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ls-lesotho.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-lt-lithuania.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-lu-luxembourg.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-lv-latvia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ly-libya.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ma-morocco.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mc-monaco.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-md-moldova.js +0 -37
- package/dist/components/icon/gator/templates/flags/flag-me-montenegro.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-mf-saint-martin.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mg-madagascar.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mh-marshall-islands.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mk-north-macedonia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ml-mali.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mm-myanmar.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mn-mongolia.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mo-macao.js +0 -34
- package/dist/components/icon/gator/templates/flags/flag-mp-northern-mariana-islands.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-mq-martinique-2.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-mq-martinique.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mr-mauritania.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-ms-montserrat.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-mt-malta.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-mu-mauritius.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mv-maldives.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-mw-malawi.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mx-mexico.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-my-malaysia.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mz-mozambique.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-na-namibia.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-nc-new-caledonia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ne-niger.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-nf-norfolk-island.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ng-nigeria.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ni-nicaragua.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-nl-netherlands.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-no-norway.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-np-nepal.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-nr-nauru.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-nu-niue.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-om-oman.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-pa-panama.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-pe-peru.js +0 -49
- package/dist/components/icon/gator/templates/flags/flag-pf-french-polynesia.js +0 -46
- package/dist/components/icon/gator/templates/flags/flag-pg-papua-new-guinea.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ph-philippines.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-pk-pakistan.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-pl-poland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-pn-pitcairn-islands.js +0 -56
- package/dist/components/icon/gator/templates/flags/flag-pr-puerto-rico.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-ps-palestinian-territory.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-pt-portugal.js +0 -125
- package/dist/components/icon/gator/templates/flags/flag-pw-palau.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-py-paraguay.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-qa-qatar.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-re-reunion.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ro-romania.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-rs-srbia.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-ru-russian-federation.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-rw-rwanda.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-sa-sudi-arabia.js +0 -36
- package/dist/components/icon/gator/templates/flags/flag-sb-slomon-islands.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-sc-sychelles.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-sd-sdan.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-se-seden.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-sg-sngapore.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-sh-sint-helena.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-si-sovenia.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-sk-sovakia.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-sl-serra-leone.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-sm-sn-marino.js +0 -46
- package/dist/components/icon/gator/templates/flags/flag-sn-snegal.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-so-smalia.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-sr-sriname.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ss-south-sudan.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-st-so-tome-and-principe.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-sv-el-slvador.js +0 -39
- package/dist/components/icon/gator/templates/flags/flag-sx-snt-maarten.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-sy-sria.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-sz-saziland.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-td-chad.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-tg-togo.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-th-thailand.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-tj-tajikistan.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-tk-tokelau.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-tl-timor-leste.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-tm-turkmenistan.js +0 -79
- package/dist/components/icon/gator/templates/flags/flag-tn-tunisia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-to-tonga.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-tr-turkey.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-tv-tuvalu.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-tw-taiwan.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-tz-tanzania.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ua-ukraine.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ug-uganda.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-us-united-states.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-uy-uruguay.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-uz-uzbekistan.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-va-vatican-city-state.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ve-venezuela.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-vg-virgin-islands-british.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-vi-virgin-islands-us.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-vn-vietnam.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-vu-vanuatu.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-wf-wallis-and-futuna.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ws-smoa.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-ye-yemen.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-yt-unf-mayotte.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-za-south-africa.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-zm-zambia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-zw-zimbabwe.js +0 -31
- package/dist/components/icon/gator/templates/flame.js +0 -8
- package/dist/components/icon/gator/templates/flash-off.js +0 -8
- package/dist/components/icon/gator/templates/flash-on.js +0 -8
- package/dist/components/icon/gator/templates/folder.js +0 -8
- package/dist/components/icon/gator/templates/gauge.js +0 -8
- package/dist/components/icon/gator/templates/grid-four.js +0 -5
- package/dist/components/icon/gator/templates/grid-nine.js +0 -5
- package/dist/components/icon/gator/templates/hammer.js +0 -8
- package/dist/components/icon/gator/templates/hand-pointing.js +0 -8
- package/dist/components/icon/gator/templates/heart.js +0 -8
- package/dist/components/icon/gator/templates/home-door.js +0 -8
- package/dist/components/icon/gator/templates/home-finance-arrow.js +0 -16
- package/dist/components/icon/gator/templates/home-finance.js +0 -14
- package/dist/components/icon/gator/templates/home-search.js +0 -12
- package/dist/components/icon/gator/templates/house-simple.js +0 -8
- package/dist/components/icon/gator/templates/house.js +0 -8
- package/dist/components/icon/gator/templates/inbox.js +0 -8
- package/dist/components/icon/gator/templates/info.js +0 -8
- package/dist/components/icon/gator/templates/instagram-logo.js +0 -8
- package/dist/components/icon/gator/templates/interest-rate.js +0 -12
- package/dist/components/icon/gator/templates/invoice.js +0 -8
- package/dist/components/icon/gator/templates/kanban.js +0 -5
- package/dist/components/icon/gator/templates/label.js +0 -8
- package/dist/components/icon/gator/templates/laptop.js +0 -8
- package/dist/components/icon/gator/templates/layout.js +0 -8
- package/dist/components/icon/gator/templates/lightbulb-filament.js +0 -5
- package/dist/components/icon/gator/templates/lightbulb.js +0 -8
- package/dist/components/icon/gator/templates/link.js +0 -8
- package/dist/components/icon/gator/templates/linkedin-logo.js +0 -8
- package/dist/components/icon/gator/templates/list-star.js +0 -5
- package/dist/components/icon/gator/templates/list.js +0 -8
- package/dist/components/icon/gator/templates/loading-spinner-gif.js +0 -24
- package/dist/components/icon/gator/templates/loading.js +0 -8
- package/dist/components/icon/gator/templates/lock.js +0 -8
- package/dist/components/icon/gator/templates/magic-wand.js +0 -8
- package/dist/components/icon/gator/templates/mail-open.js +0 -8
- package/dist/components/icon/gator/templates/mail.js +0 -8
- package/dist/components/icon/gator/templates/mailbox.js +0 -8
- package/dist/components/icon/gator/templates/map.js +0 -8
- package/dist/components/icon/gator/templates/menu-hamburger.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-excel-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-outlook-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-powerpoint-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-teams-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-word-logo.js +0 -8
- package/dist/components/icon/gator/templates/minus-circle.js +0 -8
- package/dist/components/icon/gator/templates/minus-square.js +0 -8
- package/dist/components/icon/gator/templates/minus.js +0 -8
- package/dist/components/icon/gator/templates/mobile-phone-2.js +0 -8
- package/dist/components/icon/gator/templates/monitor.js +0 -8
- package/dist/components/icon/gator/templates/move-doc.js +0 -12
- package/dist/components/icon/gator/templates/move.js +0 -8
- package/dist/components/icon/gator/templates/music.js +0 -8
- package/dist/components/icon/gator/templates/number-0.js +0 -8
- package/dist/components/icon/gator/templates/number-1.js +0 -8
- package/dist/components/icon/gator/templates/number-10.js +0 -11
- package/dist/components/icon/gator/templates/number-2.js +0 -8
- package/dist/components/icon/gator/templates/number-3.js +0 -8
- package/dist/components/icon/gator/templates/number-4.js +0 -8
- package/dist/components/icon/gator/templates/number-5.js +0 -8
- package/dist/components/icon/gator/templates/number-6.js +0 -8
- package/dist/components/icon/gator/templates/number-7.js +0 -8
- package/dist/components/icon/gator/templates/number-8.js +0 -8
- package/dist/components/icon/gator/templates/number-9.js +0 -8
- package/dist/components/icon/gator/templates/overflow-menu.js +0 -16
- package/dist/components/icon/gator/templates/paper-airplane.js +0 -8
- package/dist/components/icon/gator/templates/paperclip.js +0 -8
- package/dist/components/icon/gator/templates/pause-circle.js +0 -7
- package/dist/components/icon/gator/templates/pause.js +0 -9
- package/dist/components/icon/gator/templates/payments/payment-amazon-pay.js +0 -16
- package/dist/components/icon/gator/templates/payments/payment-amex.js +0 -11
- package/dist/components/icon/gator/templates/payments/payment-apple-pay.js +0 -7
- package/dist/components/icon/gator/templates/payments/payment-discover.js +0 -21
- package/dist/components/icon/gator/templates/payments/payment-google-pay.js +0 -13
- package/dist/components/icon/gator/templates/payments/payment-mastercard.js +0 -10
- package/dist/components/icon/gator/templates/payments/payment-visa.js +0 -10
- package/dist/components/icon/gator/templates/pen.js +0 -8
- package/dist/components/icon/gator/templates/pencil-paper.js +0 -8
- package/dist/components/icon/gator/templates/pencil.js +0 -8
- package/dist/components/icon/gator/templates/people-multiple.js +0 -8
- package/dist/components/icon/gator/templates/people-share.js +0 -8
- package/dist/components/icon/gator/templates/percent.js +0 -8
- package/dist/components/icon/gator/templates/person-add.js +0 -8
- package/dist/components/icon/gator/templates/person-check.js +0 -8
- package/dist/components/icon/gator/templates/person-lock.js +0 -12
- package/dist/components/icon/gator/templates/person.js +0 -8
- package/dist/components/icon/gator/templates/phone-alert.js +0 -24
- package/dist/components/icon/gator/templates/phone-mobile.js +0 -8
- package/dist/components/icon/gator/templates/phone.js +0 -8
- package/dist/components/icon/gator/templates/picture.js +0 -8
- package/dist/components/icon/gator/templates/pin.js +0 -8
- package/dist/components/icon/gator/templates/pinterest-logo.js +0 -8
- package/dist/components/icon/gator/templates/play-circle.js +0 -8
- package/dist/components/icon/gator/templates/play.js +0 -9
- package/dist/components/icon/gator/templates/plugs-connected.js +0 -14
- package/dist/components/icon/gator/templates/plugs.js +0 -14
- package/dist/components/icon/gator/templates/plus-circle.js +0 -8
- package/dist/components/icon/gator/templates/plus.js +0 -8
- package/dist/components/icon/gator/templates/printer.js +0 -8
- package/dist/components/icon/gator/templates/question-chat-bubble.js +0 -8
- package/dist/components/icon/gator/templates/question-circle.js +0 -12
- package/dist/components/icon/gator/templates/question-mark.js +0 -8
- package/dist/components/icon/gator/templates/radio-selected.js +0 -22
- package/dist/components/icon/gator/templates/radio.js +0 -16
- package/dist/components/icon/gator/templates/receipt.js +0 -12
- package/dist/components/icon/gator/templates/restricted-filled.js +0 -5
- package/dist/components/icon/gator/templates/restricted.js +0 -8
- package/dist/components/icon/gator/templates/robot.js +0 -17
- package/dist/components/icon/gator/templates/sandals.js +0 -16
- package/dist/components/icon/gator/templates/save.js +0 -8
- package/dist/components/icon/gator/templates/screen.js +0 -8
- package/dist/components/icon/gator/templates/search.js +0 -8
- package/dist/components/icon/gator/templates/selection.js +0 -5
- package/dist/components/icon/gator/templates/send-filled.js +0 -5
- package/dist/components/icon/gator/templates/send.js +0 -8
- package/dist/components/icon/gator/templates/settings.js +0 -8
- package/dist/components/icon/gator/templates/share-1.js +0 -8
- package/dist/components/icon/gator/templates/share-2.js +0 -8
- package/dist/components/icon/gator/templates/shield-lock.js +0 -12
- package/dist/components/icon/gator/templates/shield-warning.js +0 -8
- package/dist/components/icon/gator/templates/sidebar-simple.js +0 -8
- package/dist/components/icon/gator/templates/sidebar.js +0 -8
- package/dist/components/icon/gator/templates/smart-home.js +0 -14
- package/dist/components/icon/gator/templates/sort-arrow-solid-down.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-left.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-right.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-up-down.js +0 -16
- package/dist/components/icon/gator/templates/sort-arrow-solid-up.js +0 -10
- package/dist/components/icon/gator/templates/sort-reverse-variant.js +0 -8
- package/dist/components/icon/gator/templates/sort-variant.js +0 -8
- package/dist/components/icon/gator/templates/sparkle-filled.js +0 -8
- package/dist/components/icon/gator/templates/sparkle.js +0 -8
- package/dist/components/icon/gator/templates/speech-bubble.js +0 -8
- package/dist/components/icon/gator/templates/square-split-horizontal.js +0 -5
- package/dist/components/icon/gator/templates/square-split-vertical.js +0 -5
- package/dist/components/icon/gator/templates/square.js +0 -5
- package/dist/components/icon/gator/templates/stack.js +0 -8
- package/dist/components/icon/gator/templates/stamp.js +0 -8
- package/dist/components/icon/gator/templates/star-four-filled.js +0 -8
- package/dist/components/icon/gator/templates/star-four.js +0 -8
- package/dist/components/icon/gator/templates/star.js +0 -8
- package/dist/components/icon/gator/templates/stopwatch.js +0 -8
- package/dist/components/icon/gator/templates/sun.js +0 -8
- package/dist/components/icon/gator/templates/sync.js +0 -8
- package/dist/components/icon/gator/templates/tab-arrows.js +0 -8
- package/dist/components/icon/gator/templates/table.js +0 -5
- package/dist/components/icon/gator/templates/target.js +0 -8
- package/dist/components/icon/gator/templates/text-aa.js +0 -5
- package/dist/components/icon/gator/templates/thumbs-down.js +0 -8
- package/dist/components/icon/gator/templates/thumbs-up.js +0 -8
- package/dist/components/icon/gator/templates/tools.js +0 -8
- package/dist/components/icon/gator/templates/touch-id.js +0 -8
- package/dist/components/icon/gator/templates/trash.js +0 -8
- package/dist/components/icon/gator/templates/trend-up.js +0 -5
- package/dist/components/icon/gator/templates/twitter-logo.js +0 -8
- package/dist/components/icon/gator/templates/unlink.js +0 -8
- package/dist/components/icon/gator/templates/unlock.js +0 -8
- package/dist/components/icon/gator/templates/upload.js +0 -8
- package/dist/components/icon/gator/templates/video.js +0 -8
- package/dist/components/icon/gator/templates/waffle.js +0 -40
- package/dist/components/icon/gator/templates/warning-circle.js +0 -8
- package/dist/components/icon/gator/templates/warning-diamond.js +0 -8
- package/dist/components/icon/gator/templates/warning-filled.js +0 -5
- package/dist/components/icon/gator/templates/warning-octagon.js +0 -8
- package/dist/components/icon/gator/templates/warning.js +0 -8
- package/dist/components/icon/gator/templates/wet-sign.js +0 -8
- package/dist/components/icon/gator/templates/wifi-off.js +0 -8
- package/dist/components/icon/gator/templates/wifi.js +0 -8
- package/dist/components/icon/gator/templates/x-logo.js +0 -8
- package/dist/components/icon/gator/templates/yelp-logo.js +0 -10
- package/dist/components/icon/gator/templates/youtube-logo.js +0 -8
- package/dist/components/icon/gator/templates/zillow-logo.js +0 -10
- package/dist/components/illustration/gator/templates/add-note.js +0 -6
- package/dist/components/illustration/gator/templates/address.js +0 -6
- package/dist/components/illustration/gator/templates/appointment-confirmed.js +0 -6
- package/dist/components/illustration/gator/templates/assets.js +0 -6
- package/dist/components/illustration/gator/templates/auto-money.js +0 -6
- package/dist/components/illustration/gator/templates/balloons.js +0 -6
- package/dist/components/illustration/gator/templates/bank-account.js +0 -6
- package/dist/components/illustration/gator/templates/brief-case.js +0 -6
- package/dist/components/illustration/gator/templates/calendar-home.js +0 -6
- package/dist/components/illustration/gator/templates/change-data.js +0 -7
- package/dist/components/illustration/gator/templates/check-with-pencil.js +0 -6
- package/dist/components/illustration/gator/templates/co-borrower.js +0 -7
- package/dist/components/illustration/gator/templates/co-borrowers-incomplete.js +0 -7
- package/dist/components/illustration/gator/templates/co-borrowers.js +0 -7
- package/dist/components/illustration/gator/templates/commercial.js +0 -29
- package/dist/components/illustration/gator/templates/condo.js +0 -42
- package/dist/components/illustration/gator/templates/connectivity.js +0 -7
- package/dist/components/illustration/gator/templates/consumer.js +0 -22
- package/dist/components/illustration/gator/templates/contact-search.js +0 -7
- package/dist/components/illustration/gator/templates/conversation-multiple.js +0 -7
- package/dist/components/illustration/gator/templates/credit-card.js +0 -7
- package/dist/components/illustration/gator/templates/crop-background.js +0 -7
- package/dist/components/illustration/gator/templates/crop-page.js +0 -7
- package/dist/components/illustration/gator/templates/declarations-legal.js +0 -7
- package/dist/components/illustration/gator/templates/deliver.js +0 -7
- package/dist/components/illustration/gator/templates/demographic-info.js +0 -7
- package/dist/components/illustration/gator/templates/document-add.js +0 -7
- package/dist/components/illustration/gator/templates/document-signature.js +0 -7
- package/dist/components/illustration/gator/templates/download-app.js +0 -7
- package/dist/components/illustration/gator/templates/empty-box.js +0 -7
- package/dist/components/illustration/gator/templates/family-home.js +0 -38
- package/dist/components/illustration/gator/templates/home-search.js +0 -7
- package/dist/components/illustration/gator/templates/house-5.js +0 -7
- package/dist/components/illustration/gator/templates/house-6.js +0 -7
- package/dist/components/illustration/gator/templates/house-fireworks.js +0 -7
- package/dist/components/illustration/gator/templates/house-under-construction.js +0 -7
- package/dist/components/illustration/gator/templates/house-with-shield.js +0 -7
- package/dist/components/illustration/gator/templates/inquiry.js +0 -7
- package/dist/components/illustration/gator/templates/locked.js +0 -7
- package/dist/components/illustration/gator/templates/make-an-offer.js +0 -7
- package/dist/components/illustration/gator/templates/mortgage.js +0 -20
- package/dist/components/illustration/gator/templates/network-error.js +0 -7
- package/dist/components/illustration/gator/templates/page-1.js +0 -7
- package/dist/components/illustration/gator/templates/page-2.js +0 -7
- package/dist/components/illustration/gator/templates/page-3.js +0 -7
- package/dist/components/illustration/gator/templates/paper-3.js +0 -7
- package/dist/components/illustration/gator/templates/paper-7.js +0 -7
- package/dist/components/illustration/gator/templates/person-2.js +0 -7
- package/dist/components/illustration/gator/templates/personal-info.js +0 -7
- package/dist/components/illustration/gator/templates/portfolio-analytics.js +0 -37
- package/dist/components/illustration/gator/templates/price-search.js +0 -7
- package/dist/components/illustration/gator/templates/quick-links.js +0 -7
- package/dist/components/illustration/gator/templates/register.js +0 -7
- package/dist/components/illustration/gator/templates/schedule-home-tour.js +0 -7
- package/dist/components/illustration/gator/templates/small-business.js +0 -20
- package/dist/components/illustration/gator/templates/social-security.js +0 -7
- package/dist/components/illustration/gator/templates/start-conversation.js +0 -7
- package/dist/components/illustration/gator/templates/status-no-x.js +0 -7
- package/dist/components/illustration/gator/templates/status.js +0 -7
- package/dist/components/illustration/gator/templates/success.js +0 -7
- package/dist/components/illustration/gator/templates/talkluments.js +0 -7
- package/dist/components/illustration/gator/templates/thumbs-down-man.js +0 -7
- package/dist/components/illustration/gator/templates/town-home.js +0 -54
- package/dist/components/illustration/gator/templates/transfer.js +0 -7
- package/dist/components/illustration/gator/templates/treasury.js +0 -21
- package/dist/components/illustration/gator/templates/unsecured-line-of-credit.js +0 -7
- package/dist/components/illustration/gator/templates/upload-cloud.js +0 -7
- package/dist/components/illustration/gator/templates/your-bank-placeholder.js +0 -40
- package/dist/components/illustration/gator/templates/your-bank.js +0 -26
- package/dist/types/components/icon/gator/templates/add-link.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/airplane.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/alarm.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/apartment.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-around.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrows-down-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bank.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bell.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/binoculars.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/book.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/box.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/brain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cake.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/calculator.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/calendar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/camera.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/case.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-bar-horizontal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-bar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-donut.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-line.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-pie.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-rise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-scatter.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-ai.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-dots.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-slash.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-text.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check-circle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox-indeterminate.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox-selected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkerboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-dashed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/city.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clipboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/collapse.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/contact-info.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/copy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/credit-card.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/crop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/crosshairs.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-eur.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-inr.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-krw.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-rub.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dashboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/delete.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dna.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-add.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-ai.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-image.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-pdf.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-zip.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dollar-house.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/down-payment.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/download.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/drag-drop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/earth.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exclude-square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/expand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/export.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye-closed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye-crossed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/file-code.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/files.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filters-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filters.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ad-andorra.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ae-united-arab-emirates.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-af-afghanistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ag-antigua-and-barbuda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ai-anguilla.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-al-albania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-am-armenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ao-angola.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-aq-antarctica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ar-argentina.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-as-american-smoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-at-austria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-au-australia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-aw-aruba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ax-aland-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-az-azerbaijan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bb-barbados.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bd-bangladesh.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-be-belgium.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bf-burkina-faso.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bg-bulgaria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bh-bahrain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bi-burundi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bj-benin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bl-saint-barthelemy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bm-bermuda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bn-brunei-darussalam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bo-bolivia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-bo-bonaire.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-sa-sba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-se-snt-eustatius.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-br-brazil.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bs-bahamas.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bt-bhutan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bv-bouvet-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bw-botswana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-by-belarus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bz-belize.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ca-canada.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cc-cocos-keeling-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cf-central-african-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cg-republic-of-the-congo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ch-switzerland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ci-c/303/264te-divoire-ivory-coast.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ck-cook-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cl-chile.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cm-cameroon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cn-china.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-co-colombia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cr-costa-rica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cu-cuba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cv-cabo-verde.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cw-cura/303/247ao.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cx-christmas-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cy-cyprus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cz-czech-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-de-germany.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dj-djibouti.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dk-denmark.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dm-dominica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-do-dominican-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dz-algeria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ec-ecuador.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ee-estonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-eg-egypt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-eh-western-sahara.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-er-eritrea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-es-sain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-et-ethiopia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fi-finland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fj-fiji.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fk-falkland-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fo-faroe-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fr-france.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ga-gabon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-eng-england.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-nir-northern-ireland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-sct-sotland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-ukm-united-kingdom.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-wls-wales.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gd-grenada.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ge-georgia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gf-french-guiana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gg-guernsey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gh-ghana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gi-gibraltar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gl-greenland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gm-gambia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gn-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gp-guadeloupe-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gp-guadeloupe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gq-equatorial-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gr-greece.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gt-guatemala.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gu-guam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gw-guinea-bissau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gy-guyana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hk-hong-kong.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hn-honduras.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hr-croatia-hrvatska.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ht-haiti.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hu-hungary.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-id-indonesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ie-ireland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-il-isreal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-im-isle-of-man.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-in-india.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-io-british-indian-ocean-territory.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-iq-iraq.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ir-iran.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-is-iceland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-it-italy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-je-jersey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jm-jamaica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jo-jordan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jp-japan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ke-kenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kg-kyrgyzstan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kh-cambodia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ki--kiribati.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-km-comoros.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kp-korea-north.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kr-korea-south.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kw-kuwait.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ky-cayman-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kz-kazakhstan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-la-laos.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lb-lebanon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lc-saint-lucia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-li-liechtenstein.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lk-sri-lanka.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lr-liberia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ls-lesotho.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lt-lithuania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lu-luxembourg.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lv-latvia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ly-libya.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ma-morocco.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mc-monaco.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-md-moldova.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-me-montenegro.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mf-saint-martin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mg-madagascar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mh-marshall-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mk-north-macedonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ml-mali.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mm-myanmar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mn-mongolia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mo-macao.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mp-northern-mariana-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mq-martinique-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mq-martinique.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mr-mauritania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ms-montserrat.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mt-malta.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mu-mauritius.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mv-maldives.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mw-malawi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mx-mexico.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-my-malaysia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mz-mozambique.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-na-namibia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nc-new-caledonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ne-niger.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nf-norfolk-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ng-nigeria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ni-nicaragua.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nl-netherlands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-no-norway.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-np-nepal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nr-nauru.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nu-niue.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-om-oman.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pa-panama.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pe-peru.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pf-french-polynesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pg-papua-new-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ph-philippines.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pk-pakistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pl-poland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pn-pitcairn-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pr-puerto-rico.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ps-palestinian-territory.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pt-portugal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pw-palau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-py-paraguay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-qa-qatar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-re-reunion.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ro-romania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-rs-srbia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ru-russian-federation.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-rw-rwanda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sa-sudi-arabia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sb-slomon-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sc-sychelles.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sd-sdan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-se-seden.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sg-sngapore.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sh-sint-helena.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-si-sovenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sk-sovakia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sl-serra-leone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sm-sn-marino.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sn-snegal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-so-smalia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sr-sriname.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ss-south-sudan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-st-so-tome-and-principe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sv-el-slvador.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sx-snt-maarten.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sy-sria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sz-saziland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-td-chad.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tg-togo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-th-thailand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tj-tajikistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tk-tokelau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tl-timor-leste.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tm-turkmenistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tn-tunisia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-to-tonga.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tr-turkey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tt-trinidad-and-tobago.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tv-tuvalu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tw-taiwan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tz-tanzania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ua-ukraine.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ug-uganda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-us-united-states.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-uy-uruguay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-uz-uzbekistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-va-vatican-city-state.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ve-venezuela.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vg-virgin-islands-british.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vi-virgin-islands-us.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vn-vietnam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vu-vanuatu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-wf-wallis-and-futuna.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ws-smoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ye-yemen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-yt-unf-mayotte.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-za-south-africa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-zm-zambia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-zw-zimbabwe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flame.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flash-off.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flash-on.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/folder.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/gauge.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/grid-four.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/grid-nine.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/hammer.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/heart.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-door.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-finance.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-search.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/house-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/house.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/inbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/info.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/interest-rate.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/invoice.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/kanban.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/label.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/laptop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/layout.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lightbulb-filament.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lightbulb.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/link.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/list-star.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/list.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/loading.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/magic-wand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mail-open.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mail.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mailbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/map.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus-square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/monitor.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/move-doc.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/move.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/music.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-0.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-1.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-10.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-3.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-4.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-5.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-6.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-7.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-8.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-9.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/overflow-menu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/paperclip.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pause-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pause.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-amazon-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-amex.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-apple-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-discover.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-google-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-mastercard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-visa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pencil.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/people-multiple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/people-share.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/percent.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-add.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone-alert.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/picture.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/play-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/play.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plugs-connected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plugs.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plus-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/printer.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-mark.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/radio-selected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/radio.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/receipt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/restricted-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/restricted.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/robot.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sandals.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/save.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/screen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/search.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/selection.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/send-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/send.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/settings.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/share-1.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/share-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/shield-lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/shield-warning.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sidebar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/smart-home.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-variant.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sparkle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square-split-horizontal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square-split-vertical.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stack.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stamp.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star-four.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stopwatch.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sun.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sync.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/table.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/target.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/text-aa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/tools.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/touch-id.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/trash.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/trend-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/unlink.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/unlock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/upload.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/video.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/waffle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wet-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wifi-off.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wifi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/x-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/add-note.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/address.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/appointment-confirmed.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/assets.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/auto-money.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/balloons.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/bank-account.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/brief-case.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/calendar-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/change-data.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/check-with-pencil.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrower.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrowers-incomplete.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrowers.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/commercial.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/condo.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/connectivity.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/consumer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/contact-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/conversation-multiple.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/credit-card.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/crop-background.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/crop-page.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/declarations-legal.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/deliver.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/demographic-info.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/document-add.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/document-signature.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/download-app.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/empty-box.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/family-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/home-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-5.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-6.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-fireworks.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-under-construction.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-with-shield.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/inquiry.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/locked.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/make-an-offer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/mortgage.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/network-error.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-1.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-2.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-3.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/paper-3.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/paper-7.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/person-2.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/personal-info.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/portfolio-analytics.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/price-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/quick-links.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/register.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/schedule-home-tour.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/small-business.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/social-security.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/start-conversation.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/status-no-x.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/status.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/success.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/talkluments.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/thumbs-down-man.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/town-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/transfer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/treasury.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/unsecured-line-of-credit.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/upload-cloud.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/your-bank-placeholder.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/your-bank.d.ts +0 -1
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as e}from"../../../icon-registry.js";const t=e("flag-km-comoros",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15161)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#5196ED"/>
|
|
6
|
-
<mask id="mask0_5982_15161" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
8
|
-
</mask>
|
|
9
|
-
<g mask="url(#mask0_5982_15161)">
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12V15.75H22V12H2Z" fill="#AF0100"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 8.25V12H22V8.25H2Z" fill="#F7FCFF"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V8.25H22V4.5H2Z" fill="#FECA00"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L14.5 12L2 19.5V4.5Z" fill="#5EAA22"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.94039 15.1826C6.94039 15.1826 4.70079 14.4043 4.78001 11.9677C4.85922 9.53124 7.13965 9.05381 7.13965 9.05381C6.34102 8.46658 3.4833 9.15472 3.39185 11.9677C3.30039 14.7808 6.08883 15.4057 6.94039 15.1826ZM7.00764 10.924L7.0778 10.5075L6.7806 10.2125L7.19132 10.1517L7.37501 9.77279L7.55869 10.1517L7.96942 10.2125L7.67221 10.5075L7.74237 10.924L7.37501 10.7273L7.00764 10.924ZM7.0778 11.7802L7.00764 12.1967L7.37501 12.0001L7.74237 12.1967L7.67221 11.7802L7.96942 11.4852L7.55869 11.4245L7.37501 11.0455L7.19132 11.4245L6.7806 11.4852L7.0778 11.7802ZM7.00764 13.4694L7.0778 13.0529L6.7806 12.758L7.19132 12.6972L7.37501 12.3182L7.55869 12.6972L7.96942 12.758L7.67221 13.0529L7.74237 13.4694L7.37501 13.2728L7.00764 13.4694ZM7.00764 14.7422L7.0778 14.3257L6.7806 14.0307L7.19132 13.9699L7.37501 13.591L7.55869 13.9699L7.96942 14.0307L7.67221 14.3257L7.74237 14.7422L7.37501 14.5455L7.00764 14.7422Z" fill="#F7FCFF"/>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
18
|
-
<defs>
|
|
19
|
-
<clipPath id="clip0_5982_15161">
|
|
20
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
24
|
-
|
|
25
|
-
`);export{t as FlagKmComoros};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as i}from"../../../icon-registry.js";const p=i("flag-kn-saint-kitts-and-nevis",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15156)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#C51918"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L22 4.5H2Z" fill="#5EAA22"/>
|
|
7
|
-
<path d="M2.39757 21.97L2.84967 22.4743L3.41303 22.0983L26.0761 6.97115L26.8256 6.47087L26.2241 5.79988L22.8986 2.0901L22.4465 1.58575L21.8832 1.96178L-0.779917 17.089L-1.52941 17.5892L-0.927926 18.2602L2.39757 21.97Z" fill="#272727" stroke="#FFD018" stroke-width="1.5625"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5557 15.074L8.87531 16.2581L8.44081 14.9242L7.0895 14.4946L8.21554 13.8067L8.07986 12.4115L9.19121 13.2659L10.3423 12.6279L10.0195 14.0491L10.943 15.112L9.5557 15.074Z" fill="#F7FCFF"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.8057 10.9783L15.1253 12.1624L14.6908 10.8285L13.3395 10.3989L14.4655 9.71104L14.3299 8.31578L15.4412 9.17022L16.5923 8.53216L16.2695 9.95341L17.193 11.0163L15.8057 10.9783Z" fill="#F7FCFF"/>
|
|
10
|
-
</g>
|
|
11
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
12
|
-
<defs>
|
|
13
|
-
<clipPath id="clip0_5982_15156">
|
|
14
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
15
|
-
</clipPath>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
18
|
-
|
|
19
|
-
`);export{p as FlagKnSaintKittsAndNevis};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as e}from"../../../icon-registry.js";const o=e("flag-kp-korea-north",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15305)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#3D58DB"/>
|
|
6
|
-
<mask id="mask0_5982_15305" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
8
|
-
</mask>
|
|
9
|
-
<g mask="url(#mask0_5982_15305)">
|
|
10
|
-
<path d="M2 7.625H1.375V8.25V15.75V16.375H2H22H22.625V15.75V8.25V7.625H22H2Z" fill="#C51918" stroke="#F7FCFF" stroke-width="1.25"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 15.125C9.97589 15.125 11.375 13.7259 11.375 12C11.375 10.2741 9.97589 8.875 8.25 8.875C6.52411 8.875 5.125 10.2741 5.125 12C5.125 13.7259 6.52411 15.125 8.25 15.125Z" fill="#F7FCFF"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.24694 13.1686L6.54924 14.35L7.14817 12.3703L5.5 11.1208L7.56786 11.0786L8.24694 9.125L8.92603 11.0786L10.9939 11.1208L9.34572 12.3703L9.94465 14.35L8.24694 13.1686Z" fill="#C51918"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
16
|
-
<defs>
|
|
17
|
-
<clipPath id="clip0_5982_15305">
|
|
18
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
19
|
-
</clipPath>
|
|
20
|
-
</defs>
|
|
21
|
-
</svg>
|
|
22
|
-
|
|
23
|
-
`);export{o as FlagKpKoreaNorth};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as e}from"../../../icon-registry.js";const a=e("flag-kr-korea-south",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15162)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
6
|
-
<mask id="mask0_5982_15162" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
8
|
-
</mask>
|
|
9
|
-
<g mask="url(#mask0_5982_15162)">
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0004 15.8871C14.0021 15.8871 15.6248 14.1638 15.6248 12.0381C15.6248 9.91226 14.0021 8.18896 12.0004 8.18896C9.99868 8.18896 8.37598 9.91226 8.37598 12.0381C8.37598 14.1638 9.99868 15.8871 12.0004 15.8871Z" fill="#3D58DB"/>
|
|
11
|
-
<mask id="mask1_5982_15162" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="8" y="8" width="8" height="8">
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0004 15.8871C14.0021 15.8871 15.6248 14.1638 15.6248 12.0381C15.6248 9.91226 14.0021 8.18896 12.0004 8.18896C9.99868 8.18896 8.37598 9.91226 8.37598 12.0381C8.37598 14.1638 9.99868 15.8871 12.0004 15.8871Z" fill="white"/>
|
|
13
|
-
</mask>
|
|
14
|
-
<g mask="url(#mask1_5982_15162)">
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.7517 12.3329C15.7517 12.3329 15.5482 10.518 14.0416 10.4194C12.5349 10.3209 12.1287 11.7504 12.0417 12.1292C11.9548 12.5079 11.7347 13.5182 10.1484 13.5182C8.56204 13.5182 8.41895 10.9492 8.41895 10.9492V7.91992H15.7517V12.3329Z" fill="#E31D1C"/>
|
|
16
|
-
</g>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.56227 5.78247L7.13412 6.29967L4.48396 9.39461L3.91211 8.87741L6.56227 5.78247ZM7.50539 6.61944L8.07724 7.13665L5.52208 10.1868L4.95023 9.66955L7.50539 6.61944ZM9.01604 7.98393L8.44419 7.46673L5.88192 10.54L6.45377 11.0572L9.01604 7.98393Z" fill="#272727"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8528 5.56567L17.2808 6.08094L18.2729 7.24521L18.8449 6.72995L17.8528 5.56567ZM19.6163 7.70732L19.0443 8.22259L20.0364 9.38686L20.6084 8.87159L19.6163 7.70732ZM15.3929 7.75793L15.9649 7.24267L16.957 8.40694L16.385 8.92221L15.3929 7.75793ZM17.7284 9.38432L17.1564 9.89958L18.1486 11.0639L18.7205 10.5486L17.7284 9.38432ZM16.3727 6.89443L16.9446 6.37916L19.7062 9.7422L19.1343 10.2575L16.3727 6.89443Z" fill="#272727"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2847 13.4018L17.7079 12.8845L16.7075 14.0533L17.2842 14.5706L18.2847 13.4018ZM16.6027 15.4587L16.0259 14.9414L15.0254 16.1102L15.6022 16.6275L16.6027 15.4587ZM19.5295 14.5204L20.1063 15.0377L19.1058 16.2065L18.529 15.6892L19.5295 14.5204ZM18.5064 17.1422L17.9297 16.6249L16.9292 17.7938L17.506 18.311L18.5064 17.1422ZM16.9795 15.7361L17.5563 16.2534L16.5119 17.5015L15.9351 16.9842L16.9795 15.7361ZM19.2697 14.1738L18.6929 13.6565L17.6485 14.9046L18.2253 15.4218L19.2697 14.1738Z" fill="#272727"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.00452 13.8061L6.57652 13.2903L9.12939 16.2155L8.55739 16.7314L6.00452 13.8061ZM6.60002 16.3647L7.17202 15.8488L8.25034 17.0335L7.67833 17.5494L6.60002 16.3647ZM4.69381 14.9317L4.1218 15.4475L6.68793 18.4121L7.25993 17.8963L4.69381 14.9317ZM5.1008 14.5951L5.6728 14.0792L6.60759 15.1754L6.03559 15.6912L5.1008 14.5951Z" fill="#272727"/>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
24
|
-
<defs>
|
|
25
|
-
<clipPath id="clip0_5982_15162">
|
|
26
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
27
|
-
</clipPath>
|
|
28
|
-
</defs>
|
|
29
|
-
</svg>
|
|
30
|
-
|
|
31
|
-
`);export{a as FlagKrKoreaSouth};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as e}from"../../../icon-registry.js";const p=e("flag-kw-kuwait",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15155)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
6
|
-
<mask id="mask0_5982_15155" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
8
|
-
</mask>
|
|
9
|
-
<g mask="url(#mask0_5982_15155)">
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#009933"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#E31D1C"/>
|
|
12
|
-
</g>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L9.5 14.5V9.5L2 4.5Z" fill="#272727"/>
|
|
14
|
-
<mask id="mask1_5982_15155" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="8" height="16">
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L9.5 14.5V9.5L2 4.5Z" fill="white"/>
|
|
16
|
-
</mask>
|
|
17
|
-
<g mask="url(#mask1_5982_15155)">
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
21
|
-
<defs>
|
|
22
|
-
<clipPath id="clip0_5982_15155">
|
|
23
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
24
|
-
</clipPath>
|
|
25
|
-
</defs>
|
|
26
|
-
</svg>
|
|
27
|
-
|
|
28
|
-
`);export{p as FlagKwKuwait};
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as V}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as C}from"../../../icon-registry.js";const h=C("flag-ky-cayman-islands",V`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15218)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V19.5H2V4.5Z" fill="#2E42A5"/>
|
|
6
|
-
<g clip-path="url(#clip1_5982_15218)">
|
|
7
|
-
<rect width="11" height="9" transform="translate(2 4.5)" fill="#2E42A5"/>
|
|
8
|
-
<path d="M0.747559 12.6249L3.22315 13.7107L13.3064 5.68052L14.6122 4.06706L11.9649 3.70417L7.85221 7.1646L4.5419 9.49613L0.747559 12.6249Z" fill="#F7FCFF"/>
|
|
9
|
-
<path d="M1.08643 13.3855L2.34763 14.0156L14.1433 3.91705H12.3724L1.08643 13.3855Z" fill="#F50100"/>
|
|
10
|
-
<path d="M14.5024 12.6248L12.3054 14.0205L1.9436 5.68038L0.63778 4.06692L3.28507 3.70403L7.39779 7.16447L10.7081 9.49599L14.5024 12.6248Z" fill="#F7FCFF"/>
|
|
11
|
-
<path d="M14.418 13.1709L13.1568 13.801L8.13406 9.4773L6.64494 8.99422L0.51213 4.07264H2.283L8.41237 8.87741L10.0405 9.45667L14.418 13.1709Z" fill="#F50100"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H7V8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5Z" fill="#F50100"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.0625 4.5H8.9375V7.5625L13 7.5V10.375L8.9375 10.4375V13.5H6.0625V10.4375L2 10.375V7.5L6.0625 7.5625V4.5ZM7 8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5H7V8.5Z" fill="#F7FCFF"/>
|
|
14
|
-
</g>
|
|
15
|
-
<g clip-path="url(#clip2_5982_15218)">
|
|
16
|
-
<path d="M15.4807 13.7718V11.4956H20.1219V11.497V11.5011V11.5051V11.5092V11.5132V11.5173V11.5214V11.5255V11.5295V11.5337V11.5378V11.5419V11.546V11.5502V11.5543V11.5585V11.5626V11.5668V11.571V11.5752V11.5794V11.5836V11.5878V11.5921V11.5963V11.6006V11.6048V11.6091V11.6134V11.6176V11.6219V11.6262V11.6305V11.6348V11.6392V11.6435V11.6478V11.6522V11.6565V11.6609V11.6653V11.6697V11.674V11.6784V11.6828V11.6872V11.6917V11.6961V11.7005V11.705V11.7094V11.7139V11.7183V11.7228V11.7273V11.7318V11.7362V11.7407V11.7452V11.7498V11.7543V11.7588V11.7633V11.7679V11.7724V11.777V11.7815V11.7861V11.7907V11.7953V11.7998V11.8044V11.809V11.8136V11.8183V11.8229V11.8275V11.8321V11.8368V11.8414V11.8461V11.8507V11.8554V11.86V11.8647V11.8694V11.8741V11.8788V11.8835V11.8882V11.8929V11.8976V11.9023V11.907V11.9118V11.9165V11.9212V11.926V11.9307V11.9355V11.9403V11.945V11.9498V11.9546V11.9594V11.9641V11.9689V11.9737V11.9785V11.9833V11.9882V11.993V11.9978V12.0026V12.0074V12.0123V12.0171V12.022V12.0268V12.0317V12.0365V12.0414V12.0462V12.0511V12.056V12.0609V12.0657V12.0706V12.0755V12.0804V12.0853V12.0902V12.0951V12.1V12.1049V12.1098V12.1148V12.1197V12.1246V12.1295V12.1345V12.1394V12.1443V12.1493V12.1542V12.1592V12.1641V12.1691V12.174V12.179V12.184V12.1889V12.1939V12.1989V12.2038V12.2088V12.2138V12.2188V12.2238V12.2288V12.2337V12.2387V12.2437V12.2487V12.2537V12.2587V12.2637V12.2687V12.2738V12.2788V12.2838V12.2888V12.2938V12.2988V12.3038V12.3089V12.3139V12.3189V12.3239V12.329V12.334V12.339V12.3441V12.3491V12.3541V12.3592V12.3642V12.3692V12.3743V12.3793V12.3844V12.3894V12.3945V12.3995V12.4046V12.4096V12.4147V12.4197V12.4248V12.4298V12.4349V12.4399V12.445V12.45V12.4551V12.4601V12.4652V12.4702V12.4753V12.4803V12.4854V12.4905V12.4955V12.5006V12.5056V12.5107V12.5157V12.5208V12.5259V12.5309V12.536V12.541V12.5461V12.5511V12.5562V12.5612V12.5663V12.5713V12.5764V12.5814V12.5865V12.5915V12.5966V12.6016V12.6067V12.6117V12.6168V12.6218V12.6269V12.6319V12.637V12.642V12.647V12.6521V12.6571V12.6621V12.6672V12.6722V12.6772V12.6823V12.6873V12.6923V12.6974V12.7024V12.7074V12.7124V12.7174V12.7224V12.7275V12.7325V12.7375V12.7425V12.7475V12.7525V12.7575V12.7625V12.7675V12.7725V12.7775V12.7825V12.7874V12.7924V12.7974V12.8024V12.8074V12.8123V12.8173V12.8223V12.8272V12.8322V12.8372V12.8421V12.8471V12.852V12.857V12.8619V12.8668V12.8718V12.8767V12.8816V12.8866V12.8915V12.8964V12.9013V12.9062V12.9112V12.9161V12.921V12.9259V12.9308V12.9356V12.9405V12.9454V12.9503V12.9552V12.96V12.9649V12.9698V12.9746V12.9795V12.9843V12.9892V12.994V12.9988V13.0037V13.0085V13.0133V13.0181V13.023V13.0278V13.0326V13.0374V13.0422V13.0469V13.0517V13.0565V13.0613V13.0661V13.0708V13.0756V13.0803V13.0851V13.0898V13.0946V13.0993V13.104V13.1087V13.1135V13.1182V13.1229V13.1276V13.1323V13.1369V13.1416V13.1463V13.151V13.1556V13.1603V13.1649V13.1696V13.1742V13.1789V13.1835V13.1881V13.1927V13.1973V13.2019V13.2065V13.2111V13.2157V13.2203V13.2248V13.2294V13.234V13.2385V13.2431V13.2476V13.2521V13.2566V13.2612V13.2657V13.2702V13.2747V13.2792V13.2836V13.2881V13.2926V13.297V13.3015V13.3059V13.3104V13.3148V13.3192V13.3236V13.328V13.3324V13.3368V13.3412V13.3456V13.3499V13.3543V13.3586V13.363V13.3673V13.3716V13.376V13.3803V13.3846V13.3889V13.3931V13.3974V13.4017V13.4059V13.4102V13.4144V13.4187V13.4229V13.4271V13.4313V13.4355V13.4397V13.4439V13.4481V13.4522V13.4564V13.4605V13.4647V13.4688V13.4729V13.477V13.4811V13.4852V13.4893V13.4934V13.4974V13.5015V13.5055V13.5095V13.5136V13.5176V13.5216V13.5256V13.5296V13.5335V13.5375V13.5415V13.5454V13.5493V13.5533V13.5572V13.5611V13.565V13.5689V13.5727V13.5766V13.5804V13.5843V13.5881V13.5919V13.5958V13.5996V13.6033V13.6071V13.6109V13.6146V13.6184V13.6221V13.6259V13.6296V13.6333V13.637V13.6406V13.6443V13.648V13.6516V13.6552V13.6589V13.6625V13.6661V13.6697V13.6732V13.6768V13.6804V13.6839V13.6874V13.691V13.6945V13.698V13.7014V13.7049V13.7084V13.7118V13.7153V13.7187V13.7221V13.7255V13.7289V13.7323V13.7356V13.739V13.7423V13.7456V13.7489V13.7522V13.7555V13.7588V13.7621V13.7653V13.7686V13.7718C20.1219 15.237 19.5785 16.2062 19.0258 16.8091C18.7492 17.1109 18.4699 17.3213 18.2546 17.456C18.147 17.5234 18.0556 17.5717 17.9889 17.603C17.9555 17.6187 17.9286 17.6299 17.9092 17.6371C17.8995 17.6407 17.8921 17.6431 17.887 17.6446C17.8867 17.6447 17.8864 17.6447 17.8861 17.6448C17.8858 17.6447 17.8853 17.6446 17.8849 17.6445C17.8795 17.643 17.8716 17.6405 17.8613 17.6369C17.8407 17.6296 17.8121 17.6183 17.7765 17.6025C17.7053 17.5711 17.6074 17.5227 17.4919 17.4552C17.2608 17.3203 16.9602 17.1097 16.6622 16.8077C16.0668 16.2045 15.4807 15.2357 15.4807 13.7718Z" fill="white"/>
|
|
17
|
-
<path d="M15.4807 13.7718V11.4956H20.1219V11.497V11.5011V11.5051V11.5092V11.5132V11.5173V11.5214V11.5255V11.5295V11.5337V11.5378V11.5419V11.546V11.5502V11.5543V11.5585V11.5626V11.5668V11.571V11.5752V11.5794V11.5836V11.5878V11.5921V11.5963V11.6006V11.6048V11.6091V11.6134V11.6176V11.6219V11.6262V11.6305V11.6348V11.6392V11.6435V11.6478V11.6522V11.6565V11.6609V11.6653V11.6697V11.674V11.6784V11.6828V11.6872V11.6917V11.6961V11.7005V11.705V11.7094V11.7139V11.7183V11.7228V11.7273V11.7318V11.7362V11.7407V11.7452V11.7498V11.7543V11.7588V11.7633V11.7679V11.7724V11.777V11.7815V11.7861V11.7907V11.7953V11.7998V11.8044V11.809V11.8136V11.8183V11.8229V11.8275V11.8321V11.8368V11.8414V11.8461V11.8507V11.8554V11.86V11.8647V11.8694V11.8741V11.8788V11.8835V11.8882V11.8929V11.8976V11.9023V11.907V11.9118V11.9165V11.9212V11.926V11.9307V11.9355V11.9403V11.945V11.9498V11.9546V11.9594V11.9641V11.9689V11.9737V11.9785V11.9833V11.9882V11.993V11.9978V12.0026V12.0074V12.0123V12.0171V12.022V12.0268V12.0317V12.0365V12.0414V12.0462V12.0511V12.056V12.0609V12.0657V12.0706V12.0755V12.0804V12.0853V12.0902V12.0951V12.1V12.1049V12.1098V12.1148V12.1197V12.1246V12.1295V12.1345V12.1394V12.1443V12.1493V12.1542V12.1592V12.1641V12.1691V12.174V12.179V12.184V12.1889V12.1939V12.1989V12.2038V12.2088V12.2138V12.2188V12.2238V12.2288V12.2337V12.2387V12.2437V12.2487V12.2537V12.2587V12.2637V12.2687V12.2738V12.2788V12.2838V12.2888V12.2938V12.2988V12.3038V12.3089V12.3139V12.3189V12.3239V12.329V12.334V12.339V12.3441V12.3491V12.3541V12.3592V12.3642V12.3692V12.3743V12.3793V12.3844V12.3894V12.3945V12.3995V12.4046V12.4096V12.4147V12.4197V12.4248V12.4298V12.4349V12.4399V12.445V12.45V12.4551V12.4601V12.4652V12.4702V12.4753V12.4803V12.4854V12.4905V12.4955V12.5006V12.5056V12.5107V12.5157V12.5208V12.5259V12.5309V12.536V12.541V12.5461V12.5511V12.5562V12.5612V12.5663V12.5713V12.5764V12.5814V12.5865V12.5915V12.5966V12.6016V12.6067V12.6117V12.6168V12.6218V12.6269V12.6319V12.637V12.642V12.647V12.6521V12.6571V12.6621V12.6672V12.6722V12.6772V12.6823V12.6873V12.6923V12.6974V12.7024V12.7074V12.7124V12.7174V12.7224V12.7275V12.7325V12.7375V12.7425V12.7475V12.7525V12.7575V12.7625V12.7675V12.7725V12.7775V12.7825V12.7874V12.7924V12.7974V12.8024V12.8074V12.8123V12.8173V12.8223V12.8272V12.8322V12.8372V12.8421V12.8471V12.852V12.857V12.8619V12.8668V12.8718V12.8767V12.8816V12.8866V12.8915V12.8964V12.9013V12.9062V12.9112V12.9161V12.921V12.9259V12.9308V12.9356V12.9405V12.9454V12.9503V12.9552V12.96V12.9649V12.9698V12.9746V12.9795V12.9843V12.9892V12.994V12.9988V13.0037V13.0085V13.0133V13.0181V13.023V13.0278V13.0326V13.0374V13.0422V13.0469V13.0517V13.0565V13.0613V13.0661V13.0708V13.0756V13.0803V13.0851V13.0898V13.0946V13.0993V13.104V13.1087V13.1135V13.1182V13.1229V13.1276V13.1323V13.1369V13.1416V13.1463V13.151V13.1556V13.1603V13.1649V13.1696V13.1742V13.1789V13.1835V13.1881V13.1927V13.1973V13.2019V13.2065V13.2111V13.2157V13.2203V13.2248V13.2294V13.234V13.2385V13.2431V13.2476V13.2521V13.2566V13.2612V13.2657V13.2702V13.2747V13.2792V13.2836V13.2881V13.2926V13.297V13.3015V13.3059V13.3104V13.3148V13.3192V13.3236V13.328V13.3324V13.3368V13.3412V13.3456V13.3499V13.3543V13.3586V13.363V13.3673V13.3716V13.376V13.3803V13.3846V13.3889V13.3931V13.3974V13.4017V13.4059V13.4102V13.4144V13.4187V13.4229V13.4271V13.4313V13.4355V13.4397V13.4439V13.4481V13.4522V13.4564V13.4605V13.4647V13.4688V13.4729V13.477V13.4811V13.4852V13.4893V13.4934V13.4974V13.5015V13.5055V13.5095V13.5136V13.5176V13.5216V13.5256V13.5296V13.5335V13.5375V13.5415V13.5454V13.5493V13.5533V13.5572V13.5611V13.565V13.5689V13.5727V13.5766V13.5804V13.5843V13.5881V13.5919V13.5958V13.5996V13.6033V13.6071V13.6109V13.6146V13.6184V13.6221V13.6259V13.6296V13.6333V13.637V13.6406V13.6443V13.648V13.6516V13.6552V13.6589V13.6625V13.6661V13.6697V13.6732V13.6768V13.6804V13.6839V13.6874V13.691V13.6945V13.698V13.7014V13.7049V13.7084V13.7118V13.7153V13.7187V13.7221V13.7255V13.7289V13.7323V13.7356V13.739V13.7423V13.7456V13.7489V13.7522V13.7555V13.7588V13.7621V13.7653V13.7686V13.7718C20.1219 15.237 19.5785 16.2062 19.0258 16.8091C18.7492 17.1109 18.4699 17.3213 18.2546 17.456C18.147 17.5234 18.0556 17.5717 17.9889 17.603C17.9555 17.6187 17.9286 17.6299 17.9092 17.6371C17.8995 17.6407 17.8921 17.6431 17.887 17.6446C17.8867 17.6447 17.8864 17.6447 17.8861 17.6448C17.8858 17.6447 17.8853 17.6446 17.8849 17.6445C17.8795 17.643 17.8716 17.6405 17.8613 17.6369C17.8407 17.6296 17.8121 17.6183 17.7765 17.6025C17.7053 17.5711 17.6074 17.5227 17.4919 17.4552C17.2608 17.3203 16.9602 17.1097 16.6622 16.8077C16.0668 16.2045 15.4807 15.2357 15.4807 13.7718Z" stroke="#0B50A0" stroke-width="0.1"/>
|
|
18
|
-
<path d="M15.4807 13.7718V11.4956H20.1219V11.497V11.5011V11.5051V11.5092V11.5132V11.5173V11.5214V11.5255V11.5295V11.5337V11.5378V11.5419V11.546V11.5502V11.5543V11.5585V11.5626V11.5668V11.571V11.5752V11.5794V11.5836V11.5878V11.5921V11.5963V11.6006V11.6048V11.6091V11.6134V11.6176V11.6219V11.6262V11.6305V11.6348V11.6392V11.6435V11.6478V11.6522V11.6565V11.6609V11.6653V11.6697V11.674V11.6784V11.6828V11.6872V11.6917V11.6961V11.7005V11.705V11.7094V11.7139V11.7183V11.7228V11.7273V11.7318V11.7362V11.7407V11.7452V11.7498V11.7543V11.7588V11.7633V11.7679V11.7724V11.777V11.7815V11.7861V11.7907V11.7953V11.7998V11.8044V11.809V11.8136V11.8183V11.8229V11.8275V11.8321V11.8368V11.8414V11.8461V11.8507V11.8554V11.86V11.8647V11.8694V11.8741V11.8788V11.8835V11.8882V11.8929V11.8976V11.9023V11.907V11.9118V11.9165V11.9212V11.926V11.9307V11.9355V11.9403V11.945V11.9498V11.9546V11.9594V11.9641V11.9689V11.9737V11.9785V11.9833V11.9882V11.993V11.9978V12.0026V12.0074V12.0123V12.0171V12.022V12.0268V12.0317V12.0365V12.0414V12.0462V12.0511V12.056V12.0609V12.0657V12.0706V12.0755V12.0804V12.0853V12.0902V12.0951V12.1V12.1049V12.1098V12.1148V12.1197V12.1246V12.1295V12.1345V12.1394V12.1443V12.1493V12.1542V12.1592V12.1641V12.1691V12.174V12.179V12.184V12.1889V12.1939V12.1989V12.2038V12.2088V12.2138V12.2188V12.2238V12.2288V12.2337V12.2387V12.2437V12.2487V12.2537V12.2587V12.2637V12.2687V12.2738V12.2788V12.2838V12.2888V12.2938V12.2988V12.3038V12.3089V12.3139V12.3189V12.3239V12.329V12.334V12.339V12.3441V12.3491V12.3541V12.3592V12.3642V12.3692V12.3743V12.3793V12.3844V12.3894V12.3945V12.3995V12.4046V12.4096V12.4147V12.4197V12.4248V12.4298V12.4349V12.4399V12.445V12.45V12.4551V12.4601V12.4652V12.4702V12.4753V12.4803V12.4854V12.4905V12.4955V12.5006V12.5056V12.5107V12.5157V12.5208V12.5259V12.5309V12.536V12.541V12.5461V12.5511V12.5562V12.5612V12.5663V12.5713V12.5764V12.5814V12.5865V12.5915V12.5966V12.6016V12.6067V12.6117V12.6168V12.6218V12.6269V12.6319V12.637V12.642V12.647V12.6521V12.6571V12.6621V12.6672V12.6722V12.6772V12.6823V12.6873V12.6923V12.6974V12.7024V12.7074V12.7124V12.7174V12.7224V12.7275V12.7325V12.7375V12.7425V12.7475V12.7525V12.7575V12.7625V12.7675V12.7725V12.7775V12.7825V12.7874V12.7924V12.7974V12.8024V12.8074V12.8123V12.8173V12.8223V12.8272V12.8322V12.8372V12.8421V12.8471V12.852V12.857V12.8619V12.8668V12.8718V12.8767V12.8816V12.8866V12.8915V12.8964V12.9013V12.9062V12.9112V12.9161V12.921V12.9259V12.9308V12.9356V12.9405V12.9454V12.9503V12.9552V12.96V12.9649V12.9698V12.9746V12.9795V12.9843V12.9892V12.994V12.9988V13.0037V13.0085V13.0133V13.0181V13.023V13.0278V13.0326V13.0374V13.0422V13.0469V13.0517V13.0565V13.0613V13.0661V13.0708V13.0756V13.0803V13.0851V13.0898V13.0946V13.0993V13.104V13.1087V13.1135V13.1182V13.1229V13.1276V13.1323V13.1369V13.1416V13.1463V13.151V13.1556V13.1603V13.1649V13.1696V13.1742V13.1789V13.1835V13.1881V13.1927V13.1973V13.2019V13.2065V13.2111V13.2157V13.2203V13.2248V13.2294V13.234V13.2385V13.2431V13.2476V13.2521V13.2566V13.2612V13.2657V13.2702V13.2747V13.2792V13.2836V13.2881V13.2926V13.297V13.3015V13.3059V13.3104V13.3148V13.3192V13.3236V13.328V13.3324V13.3368V13.3412V13.3456V13.3499V13.3543V13.3586V13.363V13.3673V13.3716V13.376V13.3803V13.3846V13.3889V13.3931V13.3974V13.4017V13.4059V13.4102V13.4144V13.4187V13.4229V13.4271V13.4313V13.4355V13.4397V13.4439V13.4481V13.4522V13.4564V13.4605V13.4647V13.4688V13.4729V13.477V13.4811V13.4852V13.4893V13.4934V13.4974V13.5015V13.5055V13.5095V13.5136V13.5176V13.5216V13.5256V13.5296V13.5335V13.5375V13.5415V13.5454V13.5493V13.5533V13.5572V13.5611V13.565V13.5689V13.5727V13.5766V13.5804V13.5843V13.5881V13.5919V13.5958V13.5996V13.6033V13.6071V13.6109V13.6146V13.6184V13.6221V13.6259V13.6296V13.6333V13.637V13.6406V13.6443V13.648V13.6516V13.6552V13.6589V13.6625V13.6661V13.6697V13.6732V13.6768V13.6804V13.6839V13.6874V13.691V13.6945V13.698V13.7014V13.7049V13.7084V13.7118V13.7153V13.7187V13.7221V13.7255V13.7289V13.7323V13.7356V13.739V13.7423V13.7456V13.7489V13.7522V13.7555V13.7588V13.7621V13.7653V13.7686V13.7718C20.1219 15.237 19.5785 16.2062 19.0258 16.8091C18.7492 17.1109 18.4699 17.3213 18.2546 17.456C18.147 17.5234 18.0556 17.5717 17.9889 17.603C17.9555 17.6187 17.9286 17.6299 17.9092 17.6371C17.8995 17.6407 17.8921 17.6431 17.887 17.6446C17.8867 17.6447 17.8864 17.6447 17.8861 17.6448C17.8858 17.6447 17.8853 17.6446 17.8849 17.6445C17.8795 17.643 17.8716 17.6405 17.8613 17.6369C17.8407 17.6296 17.8121 17.6183 17.7765 17.6025C17.7053 17.5711 17.6074 17.5227 17.4919 17.4552C17.2608 17.3203 16.9602 17.1097 16.6622 16.8077C16.0668 16.2045 15.4807 15.2357 15.4807 13.7718Z" stroke="#F7FCFF" stroke-width="0.1"/>
|
|
19
|
-
<mask id="mask0_5982_15218" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="15" y="11" width="6" height="7">
|
|
20
|
-
<path d="M15.4807 13.7718V11.4956H20.1219V11.497V11.5011V11.5051V11.5092V11.5132V11.5173V11.5214V11.5255V11.5295V11.5337V11.5378V11.5419V11.546V11.5502V11.5543V11.5585V11.5626V11.5668V11.571V11.5752V11.5794V11.5836V11.5878V11.5921V11.5963V11.6006V11.6048V11.6091V11.6134V11.6176V11.6219V11.6262V11.6305V11.6348V11.6392V11.6435V11.6478V11.6522V11.6565V11.6609V11.6653V11.6697V11.674V11.6784V11.6828V11.6872V11.6917V11.6961V11.7005V11.705V11.7094V11.7139V11.7183V11.7228V11.7273V11.7318V11.7362V11.7407V11.7452V11.7498V11.7543V11.7588V11.7633V11.7679V11.7724V11.777V11.7815V11.7861V11.7907V11.7953V11.7998V11.8044V11.809V11.8136V11.8183V11.8229V11.8275V11.8321V11.8368V11.8414V11.8461V11.8507V11.8554V11.86V11.8647V11.8694V11.8741V11.8788V11.8835V11.8882V11.8929V11.8976V11.9023V11.907V11.9118V11.9165V11.9212V11.926V11.9307V11.9355V11.9403V11.945V11.9498V11.9546V11.9594V11.9641V11.9689V11.9737V11.9785V11.9833V11.9882V11.993V11.9978V12.0026V12.0074V12.0123V12.0171V12.022V12.0268V12.0317V12.0365V12.0414V12.0462V12.0511V12.056V12.0609V12.0657V12.0706V12.0755V12.0804V12.0853V12.0902V12.0951V12.1V12.1049V12.1098V12.1148V12.1197V12.1246V12.1295V12.1345V12.1394V12.1443V12.1493V12.1542V12.1592V12.1641V12.1691V12.174V12.179V12.184V12.1889V12.1939V12.1989V12.2038V12.2088V12.2138V12.2188V12.2238V12.2288V12.2337V12.2387V12.2437V12.2487V12.2537V12.2587V12.2637V12.2687V12.2738V12.2788V12.2838V12.2888V12.2938V12.2988V12.3038V12.3089V12.3139V12.3189V12.3239V12.329V12.334V12.339V12.3441V12.3491V12.3541V12.3592V12.3642V12.3692V12.3743V12.3793V12.3844V12.3894V12.3945V12.3995V12.4046V12.4096V12.4147V12.4197V12.4248V12.4298V12.4349V12.4399V12.445V12.45V12.4551V12.4601V12.4652V12.4702V12.4753V12.4803V12.4854V12.4905V12.4955V12.5006V12.5056V12.5107V12.5157V12.5208V12.5259V12.5309V12.536V12.541V12.5461V12.5511V12.5562V12.5612V12.5663V12.5713V12.5764V12.5814V12.5865V12.5915V12.5966V12.6016V12.6067V12.6117V12.6168V12.6218V12.6269V12.6319V12.637V12.642V12.647V12.6521V12.6571V12.6621V12.6672V12.6722V12.6772V12.6823V12.6873V12.6923V12.6974V12.7024V12.7074V12.7124V12.7174V12.7224V12.7275V12.7325V12.7375V12.7425V12.7475V12.7525V12.7575V12.7625V12.7675V12.7725V12.7775V12.7825V12.7874V12.7924V12.7974V12.8024V12.8074V12.8123V12.8173V12.8223V12.8272V12.8322V12.8372V12.8421V12.8471V12.852V12.857V12.8619V12.8668V12.8718V12.8767V12.8816V12.8866V12.8915V12.8964V12.9013V12.9062V12.9112V12.9161V12.921V12.9259V12.9308V12.9356V12.9405V12.9454V12.9503V12.9552V12.96V12.9649V12.9698V12.9746V12.9795V12.9843V12.9892V12.994V12.9988V13.0037V13.0085V13.0133V13.0181V13.023V13.0278V13.0326V13.0374V13.0422V13.0469V13.0517V13.0565V13.0613V13.0661V13.0708V13.0756V13.0803V13.0851V13.0898V13.0946V13.0993V13.104V13.1087V13.1135V13.1182V13.1229V13.1276V13.1323V13.1369V13.1416V13.1463V13.151V13.1556V13.1603V13.1649V13.1696V13.1742V13.1789V13.1835V13.1881V13.1927V13.1973V13.2019V13.2065V13.2111V13.2157V13.2203V13.2248V13.2294V13.234V13.2385V13.2431V13.2476V13.2521V13.2566V13.2612V13.2657V13.2702V13.2747V13.2792V13.2836V13.2881V13.2926V13.297V13.3015V13.3059V13.3104V13.3148V13.3192V13.3236V13.328V13.3324V13.3368V13.3412V13.3456V13.3499V13.3543V13.3586V13.363V13.3673V13.3716V13.376V13.3803V13.3846V13.3889V13.3931V13.3974V13.4017V13.4059V13.4102V13.4144V13.4187V13.4229V13.4271V13.4313V13.4355V13.4397V13.4439V13.4481V13.4522V13.4564V13.4605V13.4647V13.4688V13.4729V13.477V13.4811V13.4852V13.4893V13.4934V13.4974V13.5015V13.5055V13.5095V13.5136V13.5176V13.5216V13.5256V13.5296V13.5335V13.5375V13.5415V13.5454V13.5493V13.5533V13.5572V13.5611V13.565V13.5689V13.5727V13.5766V13.5804V13.5843V13.5881V13.5919V13.5958V13.5996V13.6033V13.6071V13.6109V13.6146V13.6184V13.6221V13.6259V13.6296V13.6333V13.637V13.6406V13.6443V13.648V13.6516V13.6552V13.6589V13.6625V13.6661V13.6697V13.6732V13.6768V13.6804V13.6839V13.6874V13.691V13.6945V13.698V13.7014V13.7049V13.7084V13.7118V13.7153V13.7187V13.7221V13.7255V13.7289V13.7323V13.7356V13.739V13.7423V13.7456V13.7489V13.7522V13.7555V13.7588V13.7621V13.7653V13.7686V13.7718C20.1219 15.237 19.5785 16.2062 19.0258 16.8091C18.7492 17.1109 18.4699 17.3213 18.2546 17.456C18.147 17.5234 18.0556 17.5717 17.9889 17.603C17.9555 17.6187 17.9286 17.6299 17.9092 17.6371C17.8995 17.6407 17.8921 17.6431 17.887 17.6446C17.8867 17.6447 17.8864 17.6447 17.8861 17.6448C17.8858 17.6447 17.8853 17.6446 17.8849 17.6445C17.8795 17.643 17.8716 17.6405 17.8613 17.6369C17.8407 17.6296 17.8121 17.6183 17.7765 17.6025C17.7053 17.5711 17.6074 17.5227 17.4919 17.4552C17.2608 17.3203 16.9602 17.1097 16.6622 16.8077C16.0668 16.2045 15.4807 15.2357 15.4807 13.7718Z" fill="white"/>
|
|
21
|
-
<path d="M15.4807 13.7718V11.4956H20.1219V11.497V11.5011V11.5051V11.5092V11.5132V11.5173V11.5214V11.5255V11.5295V11.5337V11.5378V11.5419V11.546V11.5502V11.5543V11.5585V11.5626V11.5668V11.571V11.5752V11.5794V11.5836V11.5878V11.5921V11.5963V11.6006V11.6048V11.6091V11.6134V11.6176V11.6219V11.6262V11.6305V11.6348V11.6392V11.6435V11.6478V11.6522V11.6565V11.6609V11.6653V11.6697V11.674V11.6784V11.6828V11.6872V11.6917V11.6961V11.7005V11.705V11.7094V11.7139V11.7183V11.7228V11.7273V11.7318V11.7362V11.7407V11.7452V11.7498V11.7543V11.7588V11.7633V11.7679V11.7724V11.777V11.7815V11.7861V11.7907V11.7953V11.7998V11.8044V11.809V11.8136V11.8183V11.8229V11.8275V11.8321V11.8368V11.8414V11.8461V11.8507V11.8554V11.86V11.8647V11.8694V11.8741V11.8788V11.8835V11.8882V11.8929V11.8976V11.9023V11.907V11.9118V11.9165V11.9212V11.926V11.9307V11.9355V11.9403V11.945V11.9498V11.9546V11.9594V11.9641V11.9689V11.9737V11.9785V11.9833V11.9882V11.993V11.9978V12.0026V12.0074V12.0123V12.0171V12.022V12.0268V12.0317V12.0365V12.0414V12.0462V12.0511V12.056V12.0609V12.0657V12.0706V12.0755V12.0804V12.0853V12.0902V12.0951V12.1V12.1049V12.1098V12.1148V12.1197V12.1246V12.1295V12.1345V12.1394V12.1443V12.1493V12.1542V12.1592V12.1641V12.1691V12.174V12.179V12.184V12.1889V12.1939V12.1989V12.2038V12.2088V12.2138V12.2188V12.2238V12.2288V12.2337V12.2387V12.2437V12.2487V12.2537V12.2587V12.2637V12.2687V12.2738V12.2788V12.2838V12.2888V12.2938V12.2988V12.3038V12.3089V12.3139V12.3189V12.3239V12.329V12.334V12.339V12.3441V12.3491V12.3541V12.3592V12.3642V12.3692V12.3743V12.3793V12.3844V12.3894V12.3945V12.3995V12.4046V12.4096V12.4147V12.4197V12.4248V12.4298V12.4349V12.4399V12.445V12.45V12.4551V12.4601V12.4652V12.4702V12.4753V12.4803V12.4854V12.4905V12.4955V12.5006V12.5056V12.5107V12.5157V12.5208V12.5259V12.5309V12.536V12.541V12.5461V12.5511V12.5562V12.5612V12.5663V12.5713V12.5764V12.5814V12.5865V12.5915V12.5966V12.6016V12.6067V12.6117V12.6168V12.6218V12.6269V12.6319V12.637V12.642V12.647V12.6521V12.6571V12.6621V12.6672V12.6722V12.6772V12.6823V12.6873V12.6923V12.6974V12.7024V12.7074V12.7124V12.7174V12.7224V12.7275V12.7325V12.7375V12.7425V12.7475V12.7525V12.7575V12.7625V12.7675V12.7725V12.7775V12.7825V12.7874V12.7924V12.7974V12.8024V12.8074V12.8123V12.8173V12.8223V12.8272V12.8322V12.8372V12.8421V12.8471V12.852V12.857V12.8619V12.8668V12.8718V12.8767V12.8816V12.8866V12.8915V12.8964V12.9013V12.9062V12.9112V12.9161V12.921V12.9259V12.9308V12.9356V12.9405V12.9454V12.9503V12.9552V12.96V12.9649V12.9698V12.9746V12.9795V12.9843V12.9892V12.994V12.9988V13.0037V13.0085V13.0133V13.0181V13.023V13.0278V13.0326V13.0374V13.0422V13.0469V13.0517V13.0565V13.0613V13.0661V13.0708V13.0756V13.0803V13.0851V13.0898V13.0946V13.0993V13.104V13.1087V13.1135V13.1182V13.1229V13.1276V13.1323V13.1369V13.1416V13.1463V13.151V13.1556V13.1603V13.1649V13.1696V13.1742V13.1789V13.1835V13.1881V13.1927V13.1973V13.2019V13.2065V13.2111V13.2157V13.2203V13.2248V13.2294V13.234V13.2385V13.2431V13.2476V13.2521V13.2566V13.2612V13.2657V13.2702V13.2747V13.2792V13.2836V13.2881V13.2926V13.297V13.3015V13.3059V13.3104V13.3148V13.3192V13.3236V13.328V13.3324V13.3368V13.3412V13.3456V13.3499V13.3543V13.3586V13.363V13.3673V13.3716V13.376V13.3803V13.3846V13.3889V13.3931V13.3974V13.4017V13.4059V13.4102V13.4144V13.4187V13.4229V13.4271V13.4313V13.4355V13.4397V13.4439V13.4481V13.4522V13.4564V13.4605V13.4647V13.4688V13.4729V13.477V13.4811V13.4852V13.4893V13.4934V13.4974V13.5015V13.5055V13.5095V13.5136V13.5176V13.5216V13.5256V13.5296V13.5335V13.5375V13.5415V13.5454V13.5493V13.5533V13.5572V13.5611V13.565V13.5689V13.5727V13.5766V13.5804V13.5843V13.5881V13.5919V13.5958V13.5996V13.6033V13.6071V13.6109V13.6146V13.6184V13.6221V13.6259V13.6296V13.6333V13.637V13.6406V13.6443V13.648V13.6516V13.6552V13.6589V13.6625V13.6661V13.6697V13.6732V13.6768V13.6804V13.6839V13.6874V13.691V13.6945V13.698V13.7014V13.7049V13.7084V13.7118V13.7153V13.7187V13.7221V13.7255V13.7289V13.7323V13.7356V13.739V13.7423V13.7456V13.7489V13.7522V13.7555V13.7588V13.7621V13.7653V13.7686V13.7718C20.1219 15.237 19.5785 16.2062 19.0258 16.8091C18.7492 17.1109 18.4699 17.3213 18.2546 17.456C18.147 17.5234 18.0556 17.5717 17.9889 17.603C17.9555 17.6187 17.9286 17.6299 17.9092 17.6371C17.8995 17.6407 17.8921 17.6431 17.887 17.6446C17.8867 17.6447 17.8864 17.6447 17.8861 17.6448C17.8858 17.6447 17.8853 17.6446 17.8849 17.6445C17.8795 17.643 17.8716 17.6405 17.8613 17.6369C17.8407 17.6296 17.8121 17.6183 17.7765 17.6025C17.7053 17.5711 17.6074 17.5227 17.4919 17.4552C17.2608 17.3203 16.9602 17.1097 16.6622 16.8077C16.0668 16.2045 15.4807 15.2357 15.4807 13.7718Z" stroke="white" stroke-width="0.1"/>
|
|
22
|
-
</mask>
|
|
23
|
-
<g mask="url(#mask0_5982_15218)">
|
|
24
|
-
<rect x="15.1265" y="11.1331" width="5.4" height="2.125" fill="#F50100"/>
|
|
25
|
-
<path d="M17.5334 13.6956C17.7062 13.6956 18.0518 13.4996 18.1382 13.4544C18.455 13.2585 18.6854 13.4394 18.8726 13.5298C19.0742 13.6202 19.4486 13.7257 19.679 13.5298C19.9094 13.3339 20.039 13.3489 20.1974 13.3489C20.2262 13.1229 20.2262 12.8968 20.2262 12.6406V12.4598C20.0246 12.4146 19.9238 12.4749 19.7078 12.6708C19.4918 12.8667 19.247 12.8215 18.9302 12.7009C18.6278 12.5653 18.3254 12.3242 18.023 12.7009C17.9366 12.8064 17.735 12.9571 17.5334 12.9571C17.3174 12.9571 17.1302 12.8064 17.0438 12.7009C16.727 12.3242 16.439 12.5653 16.1366 12.7009C15.8198 12.8215 15.5606 12.8667 15.3446 12.6708C15.143 12.4749 15.0422 12.4146 14.8262 12.4598V12.6406C14.8262 12.8968 14.8406 13.1229 14.8694 13.3489C15.0278 13.3489 15.143 13.3339 15.3734 13.5298C15.6038 13.7257 15.9926 13.6202 16.1798 13.5298C16.3814 13.4394 16.6118 13.2585 16.9286 13.4544C17.015 13.4996 17.3462 13.6956 17.5334 13.6956H17.5334Z" fill="#F50100"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0766 12.1012C16.0766 12.1012 16.2067 12.1074 16.3608 12.2732C16.5149 12.4389 17.0821 12.3334 17.0821 12.2334C17.0821 12.1335 16.7379 12.0737 16.8701 11.9028C17.0024 11.7319 17.2263 11.7316 17.4063 11.8206C17.458 11.8206 17.4522 12.4053 17.5701 12.3732C17.9432 12.2716 18.545 12.0702 18.7215 12.1566C18.9538 12.2703 19.1315 12.242 19.0725 12.0789C19.0134 11.9157 18.8617 11.8138 18.5695 11.9028C18.2773 11.9919 18.3463 12.0789 18.0938 12.0789C17.8412 12.0789 17.408 12.2212 17.6004 11.9028C17.7728 11.6175 17.9785 11.6119 18.057 11.7319C18.0971 11.7932 17.7695 11.9287 17.7695 11.9919C17.7695 12.0789 18.6134 11.8207 18.7215 11.8207C18.8297 11.8207 19.1273 11.8138 19.1568 11.9028C19.1864 11.9919 19.3661 12.0736 19.2291 12.1566C19.0921 12.2396 18.8662 12.2916 19.0216 12.398C19.177 12.5043 19.5709 12.5527 19.5881 12.6633C19.6054 12.774 19.7748 12.9392 19.7068 12.9392C19.6388 12.9392 19.5159 13.095 19.4015 13.0475C19.2871 13.0001 19.2736 12.9584 19.3833 12.92C19.493 12.8816 19.492 12.7199 19.4015 12.7199C19.311 12.7199 19.3187 12.7077 19.1127 12.6511C18.9067 12.5945 18.634 12.5315 18.6504 12.6511C18.6668 12.7707 18.8063 13.0273 18.5588 13.0518C18.3113 13.0762 18.1955 13.1744 18.1473 13.0954C18.0991 13.0163 17.9269 12.9109 18.0623 12.8771C18.1977 12.8433 18.3271 12.9919 18.3759 12.9677C18.4246 12.9434 18.5298 12.8568 18.4372 12.7539C18.3446 12.6511 18.1649 12.6476 18.3063 12.5706C18.4478 12.4936 18.3634 12.435 18.0938 12.5945C17.8242 12.7539 17.6742 12.8895 17.4375 12.8703C17.2009 12.8511 17.0947 12.9388 17.0186 12.913C16.9425 12.8871 16.572 13.1986 16.4653 13.1196C16.3586 13.0405 16.0142 13.0102 16.0762 12.913C16.1382 12.8158 16.2215 12.7657 16.3142 12.8158C16.4069 12.8658 16.499 12.9159 16.5615 12.8658C16.6241 12.8158 16.8222 12.5822 16.7768 12.5479C16.7313 12.5135 16.5713 12.4548 16.3142 12.4548C16.057 12.4548 16.0511 12.2768 15.99 12.1956C15.929 12.1144 16.0766 12.1012 16.0766 12.1012Z" fill="#FFD100"/>
|
|
27
|
-
<path d="M17.5334 15.1956C17.7062 15.1956 18.0518 14.9996 18.1382 14.9544C18.455 14.7585 18.6854 14.9394 18.8726 15.0298C19.0742 15.1202 19.4486 15.2257 19.679 15.0298C19.9094 14.8339 20.039 14.8489 20.1974 14.8489C20.2262 14.6229 20.2262 14.3968 20.2262 14.1406V13.9598C20.0246 13.9146 19.9238 13.9749 19.7078 14.1708C19.4918 14.3667 19.247 14.3215 18.9302 14.2009C18.6278 14.0653 18.3254 13.8242 18.023 14.2009C17.9366 14.3064 17.735 14.4571 17.5334 14.4571C17.3174 14.4571 17.1302 14.3064 17.0438 14.2009C16.727 13.8242 16.439 14.0653 16.1366 14.2009C15.8198 14.3215 15.5606 14.3667 15.3446 14.1708C15.143 13.9749 15.0422 13.9146 14.8262 13.9598V14.1406C14.8262 14.3968 14.8406 14.6229 14.8694 14.8489C15.0278 14.8489 15.143 14.8339 15.3734 15.0298C15.6038 15.2257 15.9926 15.1202 16.1798 15.0298C16.3814 14.9394 16.6118 14.7585 16.9286 14.9544C17.015 14.9996 17.3462 15.1956 17.5334 15.1956H17.5334Z" fill="#0B50A0"/>
|
|
28
|
-
<path d="M17.5334 16.6331C17.7062 16.6331 18.0518 16.4371 18.1382 16.3919C18.455 16.196 18.6854 16.3769 18.8726 16.4673C19.0742 16.5577 19.4486 16.6632 19.679 16.4673C19.9094 16.2714 20.039 16.2864 20.1974 16.2864C20.2262 16.0604 20.2262 15.8343 20.2262 15.5781V15.3973C20.0246 15.3521 19.9238 15.4124 19.7078 15.6083C19.4918 15.8042 19.247 15.759 18.9302 15.6384C18.6278 15.5028 18.3254 15.2617 18.023 15.6384C17.9366 15.7439 17.735 15.8946 17.5334 15.8946C17.3174 15.8946 17.1302 15.7439 17.0438 15.6384C16.727 15.2617 16.439 15.5028 16.1366 15.6384C15.8198 15.759 15.5606 15.8042 15.3446 15.6083C15.143 15.4124 15.0422 15.3521 14.8262 15.3973V15.5781C14.8262 15.8343 14.8406 16.0604 14.8694 16.2864C15.0278 16.2864 15.143 16.2714 15.3734 16.4673C15.6038 16.6632 15.9926 16.5577 16.1798 16.4673C16.3814 16.3769 16.6118 16.196 16.9286 16.3919C17.015 16.4371 17.3462 16.6331 17.5334 16.6331H17.5334Z" fill="#0B50A0"/>
|
|
29
|
-
<path d="M17.5334 18.0706C17.7062 18.0706 18.0518 17.8746 18.1382 17.8294C18.455 17.6335 18.6854 17.8144 18.8726 17.9048C19.0742 17.9952 19.4486 18.1007 19.679 17.9048C19.9094 17.7089 20.039 17.7239 20.1974 17.7239C20.2262 17.4979 20.2262 17.2718 20.2262 17.0156V16.8348C20.0246 16.7896 19.9238 16.8499 19.7078 17.0458C19.4918 17.2417 19.247 17.1965 18.9302 17.0759C18.6278 16.9403 18.3254 16.6992 18.023 17.0759C17.9366 17.1814 17.735 17.3321 17.5334 17.3321C17.3174 17.3321 17.1302 17.1814 17.0438 17.0759C16.727 16.6992 16.439 16.9403 16.1366 17.0759C15.8198 17.1965 15.5606 17.2417 15.3446 17.0458C15.143 16.8499 15.0422 16.7896 14.8262 16.8348V17.0156C14.8262 17.2718 14.8406 17.4979 14.8694 17.7239C15.0278 17.7239 15.143 17.7089 15.3734 17.9048C15.6038 18.1007 15.9926 17.9952 16.1798 17.9048C16.3814 17.8144 16.6118 17.6335 16.9286 17.8294C17.015 17.8746 17.3462 18.0706 17.5334 18.0706H17.5334Z" fill="#0B50A0"/>
|
|
30
|
-
<path d="M17.8708 16.156L17.8461 16.143L17.822 16.1572L17.5517 16.3174L17.6307 15.9844L17.6374 15.956L17.616 15.9362L17.3539 15.694H17.691H17.7259L17.7379 15.6613L17.8506 15.3552L17.9838 15.6638L17.9969 15.694H18.0298H18.3099L18.0784 15.9385L18.0577 15.9603L18.0673 15.9888L18.1774 16.318L17.8708 16.156Z" fill="#059334" stroke="#FFD100" stroke-width="0.1"/>
|
|
31
|
-
<path d="M16.6711 14.906L16.6464 14.893L16.6223 14.9072L16.352 15.0674L16.431 14.7344L16.4377 14.706L16.4162 14.6862L16.1542 14.444H16.4913H16.5262L16.5382 14.4113L16.6509 14.1052L16.7841 14.4138L16.7972 14.444H16.83H17.1102L16.8787 14.6885L16.858 14.7103L16.8675 14.7388L16.9777 15.068L16.6711 14.906Z" fill="#059334" stroke="#FFD100" stroke-width="0.1"/>
|
|
32
|
-
<path d="M19.071 14.906L19.0463 14.893L19.0222 14.9072L18.7519 15.0674L18.8309 14.7344L18.8376 14.706L18.8161 14.6862L18.5541 14.444H18.8912H18.9261L18.9381 14.4113L19.0508 14.1052L19.184 14.4138L19.1971 14.444H19.2299H19.5101L19.2786 14.6885L19.2579 14.7103L19.2675 14.7388L19.3776 15.068L19.071 14.906Z" fill="#059334" stroke="#FFD100" stroke-width="0.1"/>
|
|
33
|
-
</g>
|
|
34
|
-
</g>
|
|
35
|
-
<path d="M15.0286 17.467C15.0837 17.5899 15.4787 17.7512 15.9381 17.5438C16.2504 17.3979 16.4525 17.1905 16.6454 16.8219C16.7006 16.7297 16.7281 16.6145 16.5995 16.5454C16.4984 16.484 16.3331 16.4149 16.2596 16.3534C16.2229 16.3227 16.1861 16.2997 16.1585 16.2766C16.1769 16.292 16.1953 16.3073 16.2137 16.3304C16.3974 16.5147 16.2045 16.7835 16.0024 16.9448C15.8554 17.06 15.589 17.3441 15.2031 17.0753C15.1205 17.0139 14.9275 17.2673 15.0286 17.467L15.0286 17.467Z" fill="#FFD100"/>
|
|
36
|
-
<path d="M20.6141 17.467C20.5497 17.5899 20.1547 17.7512 19.7046 17.5438C19.3922 17.3979 19.1901 17.1905 18.988 16.8219C18.9421 16.7297 18.9145 16.6145 19.0431 16.5454C19.1442 16.484 19.3096 16.4149 19.383 16.3534C19.4198 16.3227 19.4473 16.2997 19.4841 16.2766C19.4657 16.292 19.4473 16.3073 19.429 16.3304C19.2452 16.5147 19.4382 16.7835 19.6311 16.9448C19.7781 17.06 20.0537 17.3441 20.4395 17.0753C20.5222 17.0139 20.7059 17.2673 20.6141 17.467L20.6141 17.467Z" fill="#FFD100"/>
|
|
37
|
-
<path d="M17.8211 18.1275C18.556 18.1275 19.686 17.851 20.2923 16.8833C20.3934 16.722 20.2923 16.6376 20.1729 16.5838C20.0443 16.5377 19.8881 16.4302 19.8054 16.3611C19.9524 16.484 19.9248 16.5684 19.8238 16.7067C19.3553 17.3595 18.7122 17.6897 17.8211 17.6897C16.93 17.6897 16.2869 17.3595 15.8184 16.7067C15.7174 16.5684 15.6898 16.484 15.8276 16.3611C15.7541 16.4302 15.5888 16.5377 15.4602 16.5838C15.3407 16.6376 15.2397 16.722 15.3407 16.8833C15.947 17.851 17.0862 18.1275 17.8211 18.1275H17.8211Z" fill="#FFD100"/>
|
|
38
|
-
<path d="M16.1217 16.8296C16.1034 16.7528 15.9839 16.7835 15.9472 16.8757C15.9013 16.8219 15.8553 16.7682 15.8186 16.7067C15.7083 16.5685 15.69 16.4763 15.8461 16.3458C15.9196 16.2843 16.0666 16.2152 16.1677 16.292C16.379 16.4379 16.2687 16.676 16.1217 16.8296L16.1217 16.8296Z" fill="#F50100"/>
|
|
39
|
-
<path d="M19.5115 16.8296C19.5298 16.7528 19.6584 16.7835 19.6952 16.8757C19.7411 16.8219 19.7871 16.7682 19.8238 16.7067C19.934 16.5685 19.9524 16.4763 19.7871 16.3458C19.7228 16.2843 19.5758 16.2152 19.4655 16.292C19.2634 16.4379 19.3645 16.676 19.5115 16.8296L19.5115 16.8296Z" fill="#F50100"/>
|
|
40
|
-
<path d="M16.8811 10.4233C16.8089 10.3206 16.6129 10.275 16.5304 10.3663C16.4995 10.3891 16.4583 10.3891 16.4273 10.4005C16.3757 10.4005 16.3099 10.4292 16.3305 10.5433C16.3861 10.5433 16.3861 10.5716 16.417 10.5716C16.4376 10.5602 16.4913 10.7695 16.5944 10.7581C16.7078 10.7581 16.8089 10.8112 16.8295 10.834C16.8605 10.8682 16.9017 10.9595 16.8501 11.0051C16.7779 11.0736 16.7264 11.2333 16.8501 11.3588C16.9842 11.4729 17.3245 11.644 17.7061 11.3131C18.0774 10.9937 18.6549 11.1762 18.6961 11.2903C18.7477 11.4044 18.7683 11.4729 18.7786 11.5299C18.789 11.5755 19.0674 11.644 19.1087 11.6782C19.1602 11.7124 19.2324 11.701 19.2118 11.5984C19.1705 11.2789 18.9952 11.2333 18.9746 11.085C19.0777 11.0964 19.1499 11.0964 19.1912 11.0508C19.2221 11.0051 19.2634 10.9253 19.3046 10.9024C19.3355 10.8796 19.3355 10.8568 19.2943 10.8682C19.2427 10.8796 19.2118 10.9024 19.119 10.891C18.8994 10.8646 18.9537 9.99924 18.2276 9.8309C17.7788 9.72687 17.2193 10.4403 17.0658 10.5109C17.0625 10.5124 17.0593 10.5136 17.0564 10.5146C16.9842 10.5146 16.9223 10.4803 16.8811 10.4233Z" fill="#059334"/>
|
|
41
|
-
</g>
|
|
42
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
43
|
-
<defs>
|
|
44
|
-
<clipPath id="clip0_5982_15218">
|
|
45
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
46
|
-
</clipPath>
|
|
47
|
-
<clipPath id="clip1_5982_15218">
|
|
48
|
-
<rect width="11" height="9" fill="white" transform="translate(2 4.5)"/>
|
|
49
|
-
</clipPath>
|
|
50
|
-
<clipPath id="clip2_5982_15218">
|
|
51
|
-
<rect width="5" height="7" fill="white" transform="translate(15.4263 11.4456)"/>
|
|
52
|
-
</clipPath>
|
|
53
|
-
</defs>
|
|
54
|
-
</svg>
|
|
55
|
-
|
|
56
|
-
`);export{h as FlagKyCaymanIslands};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as L}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as C}from"../../../icon-registry.js";const d=C("flag-kz-kazakhstan",L`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15154)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#4EC7EE"/>
|
|
6
|
-
<mask id="mask0_5982_15154" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
8
|
-
</mask>
|
|
9
|
-
<g mask="url(#mask0_5982_15154)">
|
|
10
|
-
<path d="M4.55624 19.0232C4.51658 19.3169 4.70473 19.5261 5.02037 19.6608C5.4447 19.8418 5.87285 19.6723 6.26668 19.2359L5.7563 18.7753C5.58136 18.9692 5.45494 19.0438 5.35735 19.0426C5.54843 18.9061 5.79325 18.7375 6.09145 18.5373L6.23459 18.3299C6.34954 17.8368 5.99209 17.5696 5.44693 17.5696C5.12584 17.5696 4.86912 17.6332 4.70625 17.7697C4.43866 17.9941 4.48447 18.3522 4.76606 18.5386C4.7884 18.5533 4.81107 18.5666 4.83405 18.5785C4.67608 18.7119 4.57967 18.8496 4.55624 19.0232Z" fill="#FFE402"/>
|
|
11
|
-
<path d="M4.85303 18.5598C4.85303 18.5598 4.93102 18.387 4.89202 18.297" stroke="#FFE402" stroke-width="0.6875"/>
|
|
12
|
-
<path d="M7.35587 19.0232C7.39553 19.3169 7.20738 19.5261 6.89173 19.6608C6.46741 19.8418 6.03926 19.6723 5.64543 19.2359L6.15581 18.7753C6.33075 18.9692 6.45717 19.0438 6.55476 19.0426C6.36368 18.9061 6.11886 18.7375 5.82065 18.5373L5.67752 18.3299C5.56256 17.8368 5.92002 17.5696 6.46518 17.5696C6.78627 17.5696 7.04299 17.6332 7.20586 17.7697C7.47345 17.9941 7.42763 18.3522 7.14604 18.5386C7.12371 18.5533 7.10104 18.5666 7.07806 18.5785C7.23603 18.7119 7.33244 18.8496 7.35587 19.0232Z" fill="#FFE402"/>
|
|
13
|
-
<path d="M7.37256 18.4184L6.74589 18.7012C6.65793 18.5062 6.63165 18.3291 6.70485 18.1603L7.33561 18.4337C7.35682 18.3848 7.35654 18.3829 7.37256 18.4184Z" fill="#FFE402"/>
|
|
14
|
-
<path d="M4.55624 4.97684C4.51658 4.68309 4.70473 4.47386 5.02037 4.3392C5.4447 4.15818 5.87285 4.32769 6.26668 4.76407L5.7563 5.22469C5.58136 5.03085 5.45494 4.95616 5.35735 4.95743C5.54843 5.09394 5.79325 5.26247 6.09145 5.46273L6.23459 5.67006C6.34954 6.16318 5.99209 6.43038 5.44693 6.43038C5.12584 6.43038 4.86912 6.36685 4.70625 6.23029C4.43866 6.00592 4.48447 5.64777 4.76606 5.46143C4.7884 5.44665 4.81107 5.43335 4.83405 5.4215C4.67608 5.2881 4.57967 5.15038 4.55624 4.97684Z" fill="#FFE402"/>
|
|
15
|
-
<path d="M7.35587 4.97684C7.39553 4.68309 7.20738 4.47386 6.89173 4.3392C6.46741 4.15818 6.03926 4.32769 5.64543 4.76407L6.15581 5.22469C6.33075 5.03085 6.45717 4.95616 6.55476 4.95743C6.36368 5.09394 6.11886 5.26247 5.82065 5.46273L5.67752 5.67006C5.56256 6.16318 5.92002 6.43038 6.46518 6.43038C6.78627 6.43038 7.04299 6.36685 7.20586 6.23029C7.47345 6.00592 7.42763 5.64777 7.14604 5.46143C7.12371 5.44665 7.10104 5.43335 7.07806 5.4215C7.23603 5.2881 7.33244 5.15038 7.35587 4.97684Z" fill="#FFE402"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18365 17.0392C4.78926 17.0506 4.54388 17.132 4.54388 17.5121C4.54388 17.9313 4.95115 18.0625 5.38446 18.0625C5.77697 18.0625 6.21917 17.8189 6.21917 17.3826C6.21917 17.1172 5.88169 16.5816 5.03192 15.4205C5.00247 15.3931 4.98625 15.3791 4.97326 15.379C5.02479 15.3503 5.11555 15.3167 5.2353 15.3167C5.27688 15.3167 5.3309 15.3378 5.38446 15.3647V15.82H6.28413V15.4763C6.28413 15.0879 5.71003 14.6292 5.2353 14.6292C4.82071 14.6292 4.48786 14.8264 4.31927 15.1102C4.15266 15.3906 4.28006 15.6597 4.51934 15.8738C4.87539 16.3649 5.15184 16.7714 5.32522 17.0385C5.26152 17.0379 5.22654 17.038 5.18365 17.0392ZM5.22591 17.3562C5.21343 17.3535 5.20143 17.3504 5.19022 17.3472C5.19857 17.3559 5.23138 17.395 5.23138 17.5121C5.23138 17.5759 5.22831 17.6207 5.22419 17.6522C5.1082 17.5499 5.07577 17.3715 5.16065 17.2342L5.16275 17.2308L5.14981 17.2051C5.15153 17.2042 5.15325 17.2033 5.15494 17.2025C5.17492 17.1922 5.19135 17.1837 5.16275 17.2308L5.22591 17.3562ZM5.19022 17.3472L5.1783 17.3435C5.17958 17.3439 5.18126 17.3447 5.18323 17.346L5.19022 17.3472ZM5.53167 17.3826C5.53167 17.3709 5.52768 17.3639 5.52078 17.3601L5.52478 17.3645C5.52935 17.3739 5.53167 17.38 5.53167 17.3826Z" fill="#FFE402"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.72846 17.0392C7.12285 17.0506 7.36823 17.132 7.36823 17.5121C7.36823 17.9313 6.96095 18.0625 6.52765 18.0625C6.13513 18.0625 5.69294 17.8189 5.69294 17.3826C5.69294 17.1172 6.03042 16.5816 6.88019 15.4205C6.90964 15.3931 6.92586 15.3791 6.93885 15.379C6.88731 15.3503 6.79656 15.3167 6.67681 15.3167C6.63523 15.3167 6.5812 15.3378 6.52765 15.3647V15.82H5.62798V15.4763C5.62798 15.0879 6.20208 14.6292 6.67681 14.6292C7.0914 14.6292 7.42425 14.8264 7.59284 15.1102C7.75945 15.3906 7.63204 15.6597 7.39277 15.8738C7.03672 16.3649 6.76027 16.7714 6.58689 17.0385C6.65059 17.0379 6.68556 17.038 6.72846 17.0392ZM6.6862 17.3562C6.69868 17.3535 6.71068 17.3504 6.72189 17.3472C6.71354 17.3559 6.68073 17.395 6.68073 17.5121C6.68073 17.5759 6.6838 17.6207 6.68792 17.6522C6.80391 17.5499 6.83634 17.3715 6.75146 17.2342L6.74936 17.2308L6.7623 17.2051C6.76058 17.2042 6.75886 17.2033 6.75717 17.2025C6.73719 17.1922 6.72076 17.1837 6.74936 17.2308L6.6862 17.3562ZM6.72189 17.3472L6.73381 17.3435C6.73253 17.3439 6.73085 17.3447 6.72888 17.346L6.72189 17.3472ZM6.38044 17.3826C6.38044 17.3709 6.38443 17.3639 6.39133 17.3601L6.38733 17.3645C6.38276 17.3739 6.38044 17.38 6.38044 17.3826Z" fill="#FFE402"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18365 12.8467C4.78926 12.8354 4.54388 12.754 4.54388 12.3739C4.54388 11.9546 4.95115 11.8235 5.38446 11.8235C5.77697 11.8235 6.21917 12.0671 6.21917 12.5034C6.21917 12.7688 5.88169 13.3044 5.03192 14.4655C5.00247 14.4929 4.98625 14.5069 4.97326 14.507C5.02479 14.5357 5.11555 14.5693 5.2353 14.5693C5.27688 14.5693 5.3309 14.5482 5.38446 14.5213V14.0659H6.28413V14.4097C6.28413 14.7981 5.71003 15.2568 5.2353 15.2568C4.82071 15.2568 4.48786 15.0595 4.31927 14.7758C4.15266 14.4954 4.28006 14.2262 4.51934 14.0121C4.87539 13.5211 5.15184 13.1146 5.32522 12.8475C5.26152 12.8481 5.22654 12.848 5.18365 12.8467ZM5.22591 12.5297C5.21343 12.5325 5.20143 12.5356 5.19022 12.5388C5.19857 12.5301 5.23138 12.4909 5.23138 12.3739C5.23138 12.3101 5.22831 12.2653 5.22419 12.2337C5.1082 12.3361 5.07577 12.5144 5.16065 12.6518L5.16275 12.6552L5.14981 12.6809C5.15153 12.6818 5.15325 12.6826 5.15494 12.6835C5.17492 12.6938 5.19135 12.7023 5.16275 12.6552L5.22591 12.5297ZM5.19022 12.5388L5.1783 12.5425C5.17958 12.542 5.18126 12.5412 5.18323 12.54L5.19022 12.5388ZM5.53167 12.5034C5.53167 12.5151 5.52768 12.5221 5.52078 12.5258L5.52478 12.5215C5.52935 12.5121 5.53167 12.506 5.53167 12.5034Z" fill="#FFE402"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.72846 12.8467C7.12285 12.8354 7.36823 12.754 7.36823 12.3739C7.36823 11.9546 6.96095 11.8235 6.52765 11.8235C6.13513 11.8235 5.69294 12.0671 5.69294 12.5034C5.69294 12.7688 6.03042 13.3044 6.88019 14.4655C6.90964 14.4929 6.92586 14.5069 6.93885 14.507C6.88731 14.5357 6.79656 14.5693 6.67681 14.5693C6.63523 14.5693 6.5812 14.5482 6.52765 14.5213V14.0659H5.62798V14.4097C5.62798 14.7981 6.20208 15.2568 6.67681 15.2568C7.0914 15.2568 7.42425 15.0595 7.59284 14.7758C7.75945 14.4954 7.63204 14.2262 7.39277 14.0121C7.03672 13.5211 6.76027 13.1146 6.58689 12.8475C6.65059 12.8481 6.68556 12.848 6.72846 12.8467ZM6.6862 12.5297C6.69868 12.5325 6.71068 12.5356 6.72189 12.5388C6.71354 12.5301 6.68073 12.4909 6.68073 12.3739C6.68073 12.3101 6.6838 12.2653 6.68792 12.2337C6.80391 12.3361 6.83634 12.5144 6.75146 12.6518L6.74936 12.6552L6.7623 12.6809C6.76058 12.6818 6.75886 12.6826 6.75717 12.6835C6.73719 12.6938 6.72076 12.7023 6.74936 12.6552L6.6862 12.5297ZM6.72189 12.5388L6.73381 12.5425C6.73253 12.542 6.73085 12.5412 6.72888 12.54L6.72189 12.5388ZM6.38044 12.5034C6.38044 12.5151 6.38443 12.5221 6.39133 12.5258L6.38733 12.5215C6.38276 12.5121 6.38044 12.506 6.38044 12.5034Z" fill="#FFE402"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18365 11.1533C4.78926 11.1646 4.54388 11.246 4.54388 11.6261C4.54388 12.0454 4.95115 12.1765 5.38446 12.1765C5.77697 12.1765 6.21917 11.9329 6.21917 11.4966C6.21917 11.2312 5.88169 10.6956 5.03192 9.53453C5.00247 9.5071 4.98625 9.49312 4.97326 9.49303C5.02479 9.46434 5.11555 9.43074 5.2353 9.43074C5.27688 9.43074 5.3309 9.45176 5.38446 9.4787V9.93406H6.28413V9.59031C6.28413 9.20194 5.71003 8.74324 5.2353 8.74324C4.82071 8.74324 4.48786 8.94046 4.31927 9.22419C4.15266 9.50459 4.28006 9.77376 4.51934 9.98786C4.87539 10.4789 5.15184 10.8854 5.32522 11.1525C5.26152 11.1519 5.22654 11.152 5.18365 11.1533ZM5.22591 11.4703C5.21343 11.4675 5.20143 11.4644 5.19022 11.4612C5.19857 11.4699 5.23138 11.5091 5.23138 11.6261C5.23138 11.6899 5.22831 11.7347 5.22419 11.7663C5.1082 11.6639 5.07577 11.4856 5.16065 11.3482L5.16275 11.3448L5.14981 11.3191C5.15153 11.3182 5.15325 11.3174 5.15494 11.3165C5.17492 11.3062 5.19135 11.2977 5.16275 11.3448L5.22591 11.4703ZM5.19022 11.4612L5.1783 11.4575C5.17958 11.458 5.18126 11.4588 5.18323 11.46L5.19022 11.4612ZM5.53167 11.4966C5.53167 11.4849 5.52768 11.4779 5.52078 11.4742L5.52478 11.4785C5.52935 11.4879 5.53167 11.494 5.53167 11.4966Z" fill="#FFE402"/>
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.72846 11.1533C7.12285 11.1646 7.36823 11.246 7.36823 11.6261C7.36823 12.0454 6.96095 12.1765 6.52765 12.1765C6.13513 12.1765 5.69294 11.9329 5.69294 11.4966C5.69294 11.2312 6.03042 10.6956 6.88019 9.53453C6.90964 9.5071 6.92586 9.49312 6.93885 9.49303C6.88731 9.46434 6.79656 9.43074 6.67681 9.43074C6.63523 9.43074 6.5812 9.45176 6.52765 9.4787V9.93406H5.62798V9.59031C5.62798 9.20194 6.20208 8.74324 6.67681 8.74324C7.0914 8.74324 7.42425 8.94046 7.59284 9.22419C7.75945 9.50459 7.63204 9.77376 7.39277 9.98786C7.03672 10.4789 6.76027 10.8854 6.58689 11.1525C6.65059 11.1519 6.68556 11.152 6.72846 11.1533ZM6.6862 11.4703C6.69868 11.4675 6.71068 11.4644 6.72189 11.4612C6.71354 11.4699 6.68073 11.5091 6.68073 11.6261C6.68073 11.6899 6.6838 11.7347 6.68792 11.7663C6.80391 11.6639 6.83634 11.4856 6.75146 11.3482L6.74936 11.3448L6.7623 11.3191C6.76058 11.3182 6.75886 11.3174 6.75717 11.3165C6.73719 11.3062 6.72076 11.2977 6.74936 11.3448L6.6862 11.4703ZM6.72189 11.4612L6.73381 11.4575C6.73253 11.458 6.73085 11.4588 6.72888 11.46L6.72189 11.4612ZM6.38044 11.4966C6.38044 11.4849 6.38443 11.4779 6.39133 11.4742L6.38733 11.4785C6.38276 11.4879 6.38044 11.494 6.38044 11.4966Z" fill="#FFE402"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.18365 6.96051C4.78926 6.94916 4.54388 6.8678 4.54388 6.48763C4.54388 6.06841 4.95115 5.93726 5.38446 5.93726C5.77697 5.93726 6.21917 6.18087 6.21917 6.61716C6.21917 6.88258 5.88169 7.41818 5.03192 8.57923C5.00247 8.60667 4.98625 8.62064 4.97326 8.62074C5.02479 8.64943 5.11555 8.68303 5.2353 8.68303C5.27688 8.68303 5.3309 8.66201 5.38446 8.63507V8.17971H6.28413V8.52346C6.28413 8.91183 5.71003 9.37053 5.2353 9.37053C4.82071 9.37053 4.48786 9.17331 4.31927 8.88958C4.15266 8.60918 4.28006 8.34001 4.51934 8.12591C4.87539 7.63485 5.15184 7.22837 5.32522 6.96129C5.26152 6.96183 5.22654 6.96174 5.18365 6.96051ZM5.22591 6.64351C5.21343 6.64629 5.20143 6.64932 5.19022 6.65258C5.19857 6.64382 5.23138 6.60471 5.23138 6.48763C5.23138 6.42389 5.22831 6.37904 5.22419 6.34751C5.1082 6.44984 5.07577 6.62822 5.16065 6.76552L5.16275 6.76895L5.14981 6.79466C5.15153 6.79553 5.15325 6.79641 5.15494 6.79728C5.17492 6.80757 5.19135 6.81603 5.16275 6.76895L5.22591 6.64351ZM5.19022 6.65258L5.1783 6.65622C5.17958 6.65581 5.18126 6.65502 5.18323 6.65374L5.19022 6.65258ZM5.53167 6.61716C5.53167 6.62889 5.52768 6.63587 5.52078 6.63961L5.52478 6.63523C5.52935 6.62583 5.53167 6.61976 5.53167 6.61716Z" fill="#FFE402"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.72846 6.96051C7.12285 6.94916 7.36823 6.8678 7.36823 6.48763C7.36823 6.06841 6.96095 5.93726 6.52765 5.93726C6.13513 5.93726 5.69294 6.18087 5.69294 6.61716C5.69294 6.88258 6.03042 7.41818 6.88019 8.57923C6.90964 8.60667 6.92586 8.62064 6.93885 8.62074C6.88731 8.64943 6.79656 8.68303 6.67681 8.68303C6.63523 8.68303 6.5812 8.66201 6.52765 8.63507V8.17971H5.62798V8.52346C5.62798 8.91183 6.20208 9.37053 6.67681 9.37053C7.0914 9.37053 7.42425 9.17331 7.59284 8.88958C7.75945 8.60918 7.63204 8.34001 7.39277 8.12591C7.03672 7.63485 6.76027 7.22837 6.58689 6.96129C6.65059 6.96183 6.68556 6.96174 6.72846 6.96051ZM6.6862 6.64351C6.69868 6.64629 6.71068 6.64932 6.72189 6.65258C6.71354 6.64382 6.68073 6.60471 6.68073 6.48763C6.68073 6.42389 6.6838 6.37904 6.68792 6.34751C6.80391 6.44984 6.83634 6.62822 6.75146 6.76552L6.74936 6.76895L6.7623 6.79466C6.76058 6.79553 6.75886 6.79641 6.75717 6.79728C6.73719 6.80757 6.72076 6.81603 6.74936 6.76895L6.6862 6.64351ZM6.72189 6.65258L6.73381 6.65622C6.73253 6.65581 6.73085 6.65502 6.72888 6.65374L6.72189 6.65258ZM6.38044 6.61716C6.38044 6.62889 6.38443 6.63587 6.39133 6.63961L6.38733 6.63523C6.38276 6.62583 6.38044 6.61976 6.38044 6.61716Z" fill="#FFE402"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8667 6.24048L14.1226 7.1953C14.1226 7.1953 14.1256 7.41223 13.8806 7.41223C13.6355 7.41223 13.6231 7.1953 13.6231 7.1953L13.8667 6.24048ZM16.0315 9.88747C16.0315 11.1301 15.0829 12.1375 13.9127 12.1375C12.7426 12.1375 11.794 11.1301 11.794 9.88747C11.794 8.64482 12.7426 7.63747 13.9127 7.63747C15.0829 7.63747 16.0315 8.64482 16.0315 9.88747ZM14.8633 7.38784L14.8977 6.39992L14.3856 7.24181C14.3856 7.24181 14.334 7.45287 14.5684 7.52452C14.8027 7.59617 14.8633 7.38784 14.8633 7.38784ZM15.8379 6.86774L15.5161 7.80242C15.5161 7.80242 15.3973 7.98395 15.1942 7.84691C14.991 7.70987 15.102 7.52311 15.102 7.52311L15.8379 6.86774ZM16.023 8.40223L16.604 7.60247L15.7087 8.01406C15.7087 8.01406 15.5478 8.16018 15.7021 8.35064C15.8563 8.54109 16.023 8.40223 16.023 8.40223ZM17.1319 8.54847L16.3322 9.12956C16.3322 9.12956 16.1307 9.21011 16.0429 8.98131C15.9551 8.75252 16.1532 8.66324 16.1532 8.66324L17.1319 8.54847ZM16.4299 9.92639L17.3646 9.60451L16.3951 9.42812C16.3951 9.42812 16.1795 9.45559 16.1966 9.70006C16.2137 9.94453 16.4299 9.92639 16.4299 9.92639ZM17.2878 10.6849L16.2999 10.7195C16.2999 10.7195 16.0879 10.6736 16.143 10.4348C16.1981 10.196 16.4123 10.2328 16.4123 10.2328L17.2878 10.6849ZM15.9537 11.4382L16.9085 11.694L16.2034 11.0056C16.2034 11.0056 16.0094 10.9079 15.8868 11.1201C15.7643 11.3323 15.9537 11.4382 15.9537 11.4382ZM16.2602 12.5423L15.4219 12.0185C15.4219 12.0185 15.2717 11.8619 15.451 11.6947C15.6302 11.5276 15.7872 11.6778 15.7872 11.6778L16.2602 12.5423ZM14.7518 12.4086L15.4004 13.1546L15.2008 12.1896C15.2008 12.1896 15.0946 12.0001 14.8743 12.1075C14.654 12.2149 14.7518 12.4086 14.7518 12.4086ZM14.4052 13.4767L14.0031 12.5736C14.0031 12.5736 13.9662 12.3599 14.2082 12.3215C14.4503 12.2832 14.4964 12.4955 14.4964 12.4955L14.4052 13.4767ZM13.2494 12.4955L13.3528 13.4786L13.7427 12.5736C13.7427 12.5736 13.7644 12.3575 13.5224 12.3191C13.2803 12.2808 13.2494 12.4955 13.2494 12.4955ZM12.3565 13.16L12.5451 12.1896C12.5451 12.1896 12.6375 11.9933 12.8577 12.1008C13.078 12.2082 12.994 12.4086 12.994 12.4086L12.3565 13.16ZM11.9586 11.6779L11.4946 12.5507L12.3239 12.0185C12.3239 12.0185 12.4628 11.8514 12.2836 11.6843C12.1044 11.5171 11.9586 11.6779 11.9586 11.6779ZM10.8434 11.7047L11.5424 11.0057C11.5424 11.0057 11.7288 10.8946 11.8513 11.1068C11.9738 11.3191 11.7921 11.4382 11.7921 11.4382L10.8434 11.7047ZM11.3335 10.2328L10.4607 10.697L11.4459 10.7195C11.4459 10.7195 11.6545 10.6587 11.5993 10.4199C11.5442 10.1811 11.3335 10.2328 11.3335 10.2328ZM10.3804 9.61684L11.3507 9.42816C11.3507 9.42816 11.5673 9.44029 11.5502 9.68476C11.5331 9.92923 11.3159 9.92643 11.3159 9.92643L10.3804 9.61684ZM11.5926 8.66328L10.6095 8.56001L11.4136 9.12959C11.4136 9.12959 11.6205 9.19579 11.7084 8.967C11.7962 8.73821 11.5926 8.66328 11.5926 8.66328ZM11.134 7.61208L12.0371 8.01409C12.0371 8.01409 12.2076 8.14827 12.0534 8.33872C11.8991 8.52918 11.7228 8.40226 11.7228 8.40226L11.134 7.61208ZM12.6437 7.52313L11.8976 6.87465L12.2296 7.80244C12.2296 7.80244 12.3612 7.97537 12.5643 7.83833C12.7675 7.70129 12.6437 7.52313 12.6437 7.52313ZM12.8362 6.40354L13.3601 7.24182C13.3601 7.24182 13.4264 7.44839 13.1921 7.52004C12.9577 7.59169 12.8825 7.38785 12.8825 7.38785L12.8362 6.40354Z" fill="#FFE402"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.63819 11.1698C9.62964 11.137 9.62182 11.105 9.61473 11.0737L9.65847 11.1617L9.63819 11.1698ZM9.69817 11.3761C9.67526 11.3042 9.65526 11.2354 9.63819 11.1698L9.37036 11.2768L9.41003 11.3761H9.38115L9.36996 11.3817C9.35392 11.3001 9.34585 11.2227 9.34585 11.1493V10.5324L9.61473 11.0737C9.58066 10.9233 9.56355 10.791 9.56355 10.6757V9.90658L9.87471 10.6859L9.57924 10.7784L9.69533 11.1493H9.6896L9.65847 11.1617L9.76864 11.3835L9.87489 11.723C9.7755 11.5405 9.7249 11.4194 9.7249 11.3761H9.69817ZM10.0401 12.2428C9.89156 11.913 9.77744 11.6252 9.69817 11.3761H9.41003L9.70283 12.1095L9.59439 11.9938C9.48088 11.7664 9.40567 11.5635 9.36996 11.3817L9.13162 11.5001L9.08416 11.4495V11.5237L9.07329 11.5291L9.08416 11.551V11.6349C9.05291 11.5373 9.0374 11.4518 9.0374 11.3761V9.91142L9.34585 10.5324V9.36135L9.56355 9.90658V8.42651L10.4328 11.2038L10.3717 11.2237C10.291 10.9828 10.251 10.7985 10.251 10.6757H9.9073L9.87471 10.6859L10.1219 11.3051L10.0623 11.3245C10.0429 11.2559 10.0333 11.1973 10.0333 11.1493H9.69533L9.76864 11.3835L10.1525 12.1564L10.1366 12.1624C10.0282 11.9921 9.94083 11.8441 9.87489 11.723L10.0256 12.2046L10.1366 12.1624L10.1521 12.1866L10.0401 12.2428ZM10.1593 12.1979L10.0403 12.2431L10.0401 12.2428L9.89569 12.3152L9.70283 12.1095L9.7947 12.3396C9.78359 12.3304 9.77686 12.324 9.77375 12.3209C9.70605 12.2066 9.64622 12.0976 9.59439 11.9938L9.13162 11.5001L9.08416 11.5237V11.551L9.46558 12.3188H9.42791L9.42536 12.3212C9.25573 12.0411 9.14251 11.817 9.08416 11.6349V12.137L7.71875 11.1643L9.45767 13.2338C10.0134 13.8952 10.6981 14.4033 11.5081 14.7565L9.9335 14.723L11.5339 15.1747L10.706 15.784L12.136 15.3446L12.5259 15.4547C13.0507 15.6028 13.3429 15.7514 13.362 15.7965L13.4357 15.9706L13.6222 16.0017C14.0308 16.0696 14.7847 15.9637 15.7559 15.7484C16.086 15.6753 16.4172 15.5938 16.6735 15.5247C16.7809 15.4957 16.8649 15.4715 16.9123 15.456L16.9304 15.4498C16.9365 15.4477 16.9426 15.4453 16.9566 15.4399L16.9567 15.4399L16.968 15.4352C16.9759 15.4317 16.9835 15.4276 17.0095 15.4135L17.0095 15.4135C17.0409 15.4092 17.0639 15.406 17.0793 15.3935C17.1221 15.3588 17.1064 15.2521 17.0473 14.8498L17.0473 14.8498L17.0473 14.8498C16.7765 14.7773 16.7388 14.7672 16.7286 14.7796C16.727 14.7816 16.7261 14.7842 16.725 14.7873C16.6321 14.8065 16.4872 14.8043 16.2942 14.7795C17.9103 13.9848 18.9719 13.1885 19.4805 12.3693L20.4108 10.8707L19.8472 11.2819L20.0503 10.629L19.2471 11.1452C19.3505 11.0081 19.4304 10.8715 19.4869 10.7351L20.0919 9.27277L19.1372 10.1635L19.6551 8.45644L18.4262 10.1027L13.3952 13.805L13.3168 13.7868C12.0783 13.4996 11.2086 12.6248 10.691 11.1197L10.4328 11.2038L10.4361 11.2145L10.3752 11.2344L10.3717 11.2237L10.1219 11.3051L10.1261 11.3155L10.0654 11.3353L10.0623 11.3245L10.0374 11.3326C10.121 11.6043 10.2123 11.8588 10.3111 12.0961L10.1525 12.1564L10.1645 12.1804L10.1521 12.1866L10.1593 12.1979ZM10.1709 12.1934L10.1593 12.1979L10.1839 12.236L9.93733 12.3596L9.89569 12.3152L9.81504 12.3557C9.80707 12.3496 9.80032 12.3442 9.7947 12.3396L9.80345 12.3615L9.81504 12.3557C9.82912 12.3664 9.84702 12.3792 9.86929 12.3938L9.82962 12.4137C9.81044 12.3824 9.79181 12.3515 9.77375 12.3209L9.77166 12.3188H9.46558L9.53472 12.458L9.4898 12.426C9.46748 12.3902 9.446 12.3553 9.42536 12.3212L9.38967 12.3547L9.08416 12.137V12.3188C9.08416 12.6442 9.31311 12.8902 9.70638 13.0923L9.52139 13.2926L11.5782 14.758L11.5081 14.7565C11.5755 14.7858 11.6437 14.8141 11.7128 14.8413L11.8913 14.9117L11.5339 15.1747L12.136 15.3446L12.616 15.1972L14.3244 15.8702L13.7734 15.4777C13.8406 15.4771 13.9059 15.4762 13.9694 15.4751C13.9425 15.4258 13.9083 15.3791 13.8667 15.3347C13.816 15.3333 13.772 15.3296 13.735 15.3235L13.7161 15.4369L13.1405 15.0268C13.3608 14.9508 13.5748 14.8712 13.7823 14.7878C14.6349 14.7787 15.1459 14.733 15.2218 14.6767L15.3533 14.5791L15.512 14.6199C15.6648 14.6591 15.8056 14.6917 15.9337 14.718L16.0427 14.9011C16.1279 14.8605 16.2118 14.82 16.2942 14.7795C16.2738 14.7769 16.2528 14.774 16.2313 14.7709L19.3911 12.4657L19.1267 12.2203C19.4612 12.048 19.6792 11.822 19.7697 11.531L19.8472 11.2819L19.5067 11.5303L19.4415 11.4289L19.1133 11.3268C19.0829 11.4243 18.9841 11.5219 18.8089 11.6114C18.9846 11.4547 19.1307 11.2996 19.2471 11.1452L18.7508 11.4641L19.4037 10.855L18.9963 10.5726C19.0318 10.4924 19.0614 10.4133 19.0851 10.3352L19.1372 10.1635L18.9071 10.3781L18.565 10.2052L18.7232 9.88417L18.4262 10.1027L17.723 11.0448L17.4835 10.8443C16.8412 12.1477 15.6852 13.1826 14.0038 13.9461L13.3952 13.805L13.2214 13.9329L13.2391 13.7779C12.0928 13.7779 11.2477 12.9278 10.6945 11.1304L10.4361 11.2145L10.6817 11.9993L10.4363 12.0925L10.4211 12.0543L10.6671 11.9607C10.541 11.6808 10.4438 11.4377 10.3752 11.2344L10.1261 11.3155L10.4211 12.0543L10.4 12.0623L10.4158 12.0544C10.2329 11.7561 10.1173 11.5131 10.0654 11.3353L10.0409 11.3433C10.1311 11.6057 10.232 11.8526 10.3434 12.0838L10.3111 12.0961L10.3149 12.105L10.1645 12.1804L10.1709 12.1934ZM10.3271 12.1341L10.1709 12.1934L10.1904 12.2327L10.1839 12.236L10.2074 12.2723L9.97832 12.4034L9.93733 12.3596L9.86929 12.3938C9.8867 12.4052 9.90678 12.4177 9.9298 12.4311L9.68979 12.5685L9.53472 12.458L9.61177 12.6131L9.68979 12.5685L9.72599 12.5943L9.63182 12.6482C9.5812 12.5706 9.53386 12.4967 9.4898 12.426L9.38967 12.3547L9.17712 12.5539L9.61814 13.0244L9.86894 12.7893L9.90383 12.721L11.0242 13.5191L11.4385 13.9611C10.8745 13.6646 10.3904 13.2751 9.98402 12.7915L9.70638 13.0923L9.71265 13.0955L11.4661 13.9906L11.4385 13.9611C11.6068 14.0496 11.7822 14.1298 11.9648 14.2017L11.662 14.7597L11.5782 14.758L11.6393 14.8015L11.662 14.7597L12.0856 14.7687L11.8913 14.9117L12.616 15.1972L12.6414 15.1894C12.8113 15.1372 12.9776 15.083 13.1405 15.0268L13.0157 14.9379L13.2184 14.7887C13.4201 14.7901 13.6083 14.7897 13.7823 14.7878C14.0364 14.6859 14.2808 14.5784 14.5157 14.4654H15.7833L15.9337 14.718C15.9625 14.7239 15.9907 14.7294 16.0182 14.7347L16.0978 14.8683L16.2313 14.7709C16.1653 14.7612 16.0942 14.7492 16.0182 14.7347L15.858 14.4654H16.2437L15.7962 14.3616L15.7477 14.2801C17.0774 13.6483 18.0177 13.0279 18.5676 12.4319C18.7798 12.3728 18.9666 12.3027 19.1267 12.2203L19.0118 12.1137L19.6273 11.7181L19.5067 11.5303L18.4691 12.2873L18.3393 11.9844C18.5142 11.8589 18.6707 11.7347 18.8089 11.6114C18.7107 11.6616 18.5886 11.7093 18.4411 11.753L18.7508 11.4641L17.8102 12.0686C18.3965 11.5275 18.793 11.0324 18.9963 10.5726L18.9549 10.5438L19.0316 10.441L18.9071 10.3781L18.1161 11.116L18.565 10.2052L18.4272 10.1356C18.3431 10.4127 18.1343 10.7391 17.7987 11.1083L17.723 11.0448L17.2991 11.6127L17.4048 11.708L14.2773 14.0095L14.0038 13.9461C13.7424 14.0648 13.4683 14.1769 13.1814 14.2825L13.2214 13.9329L12.6953 14.3201C11.6864 13.9593 10.9098 13.2278 10.3718 12.1417L10.4419 12.1065L10.4363 12.0925L10.3615 12.121L10.3461 12.0893L10.4 12.0623L10.3434 12.0838L10.3461 12.0893L10.3149 12.105L10.3271 12.1341ZM10.3376 12.1589L10.1904 12.2327L10.2275 12.3073L10.0067 12.4336L9.97832 12.4034L9.9298 12.4311C9.9425 12.4386 9.9561 12.4463 9.97064 12.4543L9.72599 12.5943L9.90383 12.721L10.0252 12.4831C10.0057 12.4732 9.98754 12.4635 9.97064 12.4543L10.0067 12.4336L11.0242 13.5191L12.4263 14.518L12.0856 14.7687L12.5637 14.7789L12.7442 15.1376L13.0157 14.9379L12.799 14.7835C12.9446 14.7861 13.0845 14.7877 13.2184 14.7887L13.6577 14.4654H14.5157C14.7002 14.3767 14.8788 14.2845 15.0515 14.189L15.7096 14.3416L15.7833 14.4654H15.858L15.7962 14.3616L15.7096 14.3416L15.6926 14.3129L18.1177 12.5436L18.4231 12.4695C18.4725 12.4575 18.5207 12.445 18.5676 12.4319C18.5915 12.406 18.6146 12.3802 18.637 12.3545L19.0118 12.1137L18.8964 12.0066C18.8251 12.1216 18.7386 12.2375 18.637 12.3545L18.5279 12.4246L18.4691 12.2873L18.1177 12.5436L16.8726 12.8458C17.012 12.7071 17.1439 12.5642 17.2682 12.4169L17.6667 12.1608L17.8026 12.3393C17.9974 12.2197 18.1763 12.1015 18.3393 11.9844L18.2976 11.8869L18.4411 11.753C18.3848 11.7698 18.3248 11.7859 18.2609 11.8014L18.2976 11.8869L17.8572 12.2978L17.7246 12.1236L17.8071 12.0706L17.8076 12.071L17.8102 12.0686L17.8071 12.0706L17.6447 11.9242C17.6568 11.9067 17.6688 11.8891 17.6807 11.8714L17.85 12.0239L18.9549 10.5438L18.8516 10.4722C18.7399 10.7423 18.4449 11.058 17.9655 11.4062C18.0124 11.3213 18.0573 11.2354 18.1002 11.1482L18.1161 11.116L17.9704 11.252L17.7987 11.1083C17.6661 11.2542 17.5138 11.4067 17.3415 11.5656L17.4569 11.6696L17.4048 11.708L17.4438 11.7432L17.3882 11.7951L17.5687 12.0321C17.474 12.1635 17.3738 12.2917 17.2682 12.4169L16.4357 12.9519L16.8726 12.8458C16.3652 13.3506 15.7578 13.7982 15.0515 14.189L14.2773 14.0095L13.6577 14.4654H13.2391C13.0767 14.4654 12.9192 14.4527 12.7668 14.4276C12.8091 14.4135 12.851 14.3993 12.8928 14.385C12.9807 14.4115 13.0702 14.4354 13.1615 14.4565L13.1814 14.2825C13.0866 14.3174 12.9904 14.3516 12.8928 14.385C12.826 14.3649 12.7601 14.3433 12.6953 14.3201L12.5955 14.3935C11.6273 14.1674 10.8736 13.4111 10.3376 12.1589ZM10.3376 12.1589L10.3718 12.1417L10.3615 12.121L10.3271 12.1341L10.3376 12.1589ZM12.4442 14.5307L12.4263 14.518L12.5955 14.3935C12.6519 14.4066 12.709 14.418 12.7668 14.4276C12.6609 14.4628 12.5533 14.4972 12.4442 14.5307ZM17.6104 11.9736L17.6447 11.9242L17.4502 11.7489L17.5063 11.7142L17.6807 11.8714C17.7826 11.7203 17.8775 11.5652 17.9655 11.4062C17.8277 11.5063 17.6746 11.609 17.5063 11.7142L17.4904 11.6998L17.7686 11.4402L17.9956 11.2732L17.9704 11.252L17.7686 11.4402L17.4569 11.6696L17.4904 11.6998L17.4438 11.7432L17.4502 11.7489L17.4428 11.7535L17.6104 11.9736ZM17.6104 11.9736L17.7246 12.1236L17.6667 12.1608L17.5687 12.0321C17.5827 12.0127 17.5966 11.9932 17.6104 11.9736ZM12.4442 14.5307L12.799 14.7835C12.7424 14.7825 12.6849 14.7814 12.6266 14.7802L12.5637 14.7789L12.4395 14.5322L12.4442 14.5307ZM13.7161 15.4369L13.7093 15.4781L13.7734 15.4777L13.7161 15.4369ZM15.6313 15.2289L15.5312 15.0939C15.4809 15.1049 15.4312 15.1155 15.3822 15.1258L15.3411 15.2858C15.3812 15.2961 15.4207 15.306 15.4595 15.3155C15.5307 15.29 15.5877 15.2613 15.6313 15.2289Z" fill="#FFE402"/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
29
|
-
<defs>
|
|
30
|
-
<clipPath id="clip0_5982_15154">
|
|
31
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
32
|
-
</clipPath>
|
|
33
|
-
</defs>
|
|
34
|
-
</svg>
|
|
35
|
-
|
|
36
|
-
`);export{d as FlagKzKazakhstan};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as e}from"../../../icon-registry.js";const p=e("flag-la-laos",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15152)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5H22V19.5H2V14.5Z" fill="#E31D1C"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5H22V14.5H2V9.5Z" fill="#2E42A5"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V9.5H2V4.5Z" fill="#E31D1C"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 14.3374C13.2944 14.3374 14.3438 13.2881 14.3438 11.9937C14.3438 10.6992 13.2944 9.6499 12 9.6499C10.7056 9.6499 9.65625 10.6992 9.65625 11.9937C9.65625 13.2881 10.7056 14.3374 12 14.3374Z" fill="#F7FCFF"/>
|
|
9
|
-
</g>
|
|
10
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0_5982_15152">
|
|
13
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
17
|
-
|
|
18
|
-
`);export{p as FlagLaLaos};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as l}from"../../../icon-registry.js";const o=l("flag-lb-lebanon",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15151)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22 4.5H2V8.25H22V4.5ZM22 15.75H2V19.5H22V15.75Z" fill="#F50101"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 8.25H22V15.75H2V8.25Z" fill="#F7FCFF"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.447 12.3207C15.4936 12.8628 13.4931 12.0958 13.4931 12.3128C13.4931 12.5299 15.6361 12.911 15.6325 13.3969C15.6289 13.8828 13.0914 13.2582 13.6605 13.4767C14.2295 13.6952 15.4512 14.2183 15.3124 14.5442C15.0158 15.2402 13.0461 14.0614 12.8823 14.2938C12.6179 14.6686 14.3358 15.5429 14.3213 15.6265C14.2933 15.7867 13.1479 15.3747 12.8823 15.7074C12.6672 15.6467 12.5678 15.3571 12.501 15.3187L12.0783 9.86655C12.0783 9.86655 12.4578 14.9999 11.9729 15.1476C11.4879 15.2952 10.1407 15.7441 10.1015 15.5199C10.0869 15.4363 11.7236 14.6686 11.4592 14.2938C11.2645 14.0175 9.28938 14.9971 9.16336 14.4299C8.602 14.0252 10.9813 13.6751 10.9813 13.2612C10.9813 12.8474 8.8047 13.7511 9.06509 13.175C9.32548 12.5989 11.068 12.3926 11.1005 12.3128C11.16 12.1669 9.16336 12.54 9.16336 12.3128C9.16336 11.883 10.3585 11.7985 11.1005 11.4117C11.1444 10.9703 9.30034 11.8462 9.16336 11.4924C9.02637 11.1385 11.5203 10.2219 11.4592 10.1505C11.3627 10.0377 9.35275 10.5466 9.68422 10.2794C10.3275 9.76073 11.5832 9.05549 11.8722 8.86738C11.8722 8.86738 11.907 8.7964 11.9442 8.82049C11.9815 8.7964 12.0224 8.77002 12.0224 8.77002C12.0224 8.77002 12.0224 9.21379 12.0163 8.86738C12.0101 8.52097 14.9598 10.0368 14.9933 10.421C15.0322 10.8699 13.1707 10.0826 13.2145 10.524C13.5929 10.7584 14.6692 11.2122 15.1139 11.4117C15.3156 11.5022 13.6278 11.2201 13.6634 11.3586C13.7542 11.7115 15.3984 11.7553 15.447 12.3207Z" fill="#52AB0B"/>
|
|
8
|
-
</g>
|
|
9
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
10
|
-
<defs>
|
|
11
|
-
<clipPath id="clip0_5982_15151">
|
|
12
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
13
|
-
</clipPath>
|
|
14
|
-
</defs>
|
|
15
|
-
</svg>
|
|
16
|
-
|
|
17
|
-
`);export{o as FlagLbLebanon};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as i}from"../../../icon-registry.js";const o=i("flag-lc-saint-lucia",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15243)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V19.5H2V4.5Z" fill="#7CCFF5"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 7L17 17H7L12 7Z" fill="#F7FCFF"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 9.5L16.375 17H7.625L12 9.5Z" fill="#272727"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 13.25L17 17H7L12 13.25Z" fill="#FECA00"/>
|
|
9
|
-
</g>
|
|
10
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0_5982_15243">
|
|
13
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
17
|
-
|
|
18
|
-
`);export{o as FlagLcSaintLucia};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as L}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as l}from"../../../icon-registry.js";const d=l("flag-li-liechtenstein",L`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15150)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#E31D1C"/>
|
|
6
|
-
<mask id="mask0_5982_15150" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
8
|
-
</mask>
|
|
9
|
-
<g mask="url(#mask0_5982_15150)">
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V12H22V4.5H2Z" fill="#2E42A5"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.99902 11.4083C4.99902 11.4083 5.75319 11.8777 7.5008 11.8777C9.2484 11.8777 10.176 11.4083 10.176 11.4083C10.176 11.4083 8.8055 10.6116 7.58008 10.6116C6.35465 10.6116 4.99902 11.4083 4.99902 11.4083Z" fill="black"/>
|
|
12
|
-
<path d="M5.04376 8.7138L4.82768 8.83954L4.89999 8.9638H5.04376H10.247H10.4302L10.4854 8.78914L10.247 8.7138C10.4854 8.78914 10.4854 8.78906 10.4855 8.78898L10.4855 8.78879L10.4857 8.78833L10.4861 8.78705L10.4873 8.78311L10.4913 8.76983C10.4945 8.75865 10.4991 8.74285 10.5044 8.72292C10.5151 8.6831 10.5293 8.62658 10.544 8.55728C10.5731 8.41931 10.6049 8.22737 10.6137 8.01374C10.6308 7.60067 10.5647 7.03471 10.1382 6.66392C9.69969 6.28272 9.14849 6.34867 8.70618 6.45922C8.55447 6.49713 8.39768 6.54541 8.25387 6.58969C8.18732 6.61018 8.12355 6.62982 8.06435 6.64717C7.86355 6.70604 7.70769 6.74133 7.58778 6.74133C7.46891 6.74133 7.33267 6.70914 7.16055 6.65496C7.11082 6.6393 7.05657 6.62124 6.99937 6.6022C6.87315 6.56019 6.7325 6.51337 6.59398 6.47691C6.16874 6.365 5.66584 6.32032 5.11012 6.63506C4.81471 6.80236 4.64261 7.038 4.56134 7.29734C4.48241 7.54926 4.49329 7.80915 4.53364 8.03118C4.57426 8.25465 4.6476 8.45539 4.70923 8.59825C4.74031 8.67029 4.76907 8.72911 4.79039 8.77052C4.80106 8.79125 4.80992 8.80771 4.81634 8.81937L4.82406 8.83322L4.82641 8.83734L4.82719 8.83869L4.82747 8.83917L4.82758 8.83937C4.82763 8.83946 4.82768 8.83954 5.04376 8.7138Z" fill="#FFD83D" stroke="black" stroke-width="0.5"/>
|
|
13
|
-
<path d="M4.50146 8.95448L4.38491 8.73331L4.19195 8.835L4.26654 9.03997L4.98714 11.0202L5.06764 11.2414L5.29323 11.1744L5.29326 11.1744L5.29327 11.1744L5.29331 11.1743L5.29366 11.1742L5.29572 11.1736L5.30487 11.171L5.34251 11.1604C5.37592 11.1511 5.42554 11.1377 5.48906 11.1215C5.61617 11.0892 5.79859 11.0459 6.01801 11.0025C6.45844 10.9155 7.04072 10.8298 7.6211 10.8298C8.20124 10.8298 8.77234 10.9155 9.20121 11.0023C9.41492 11.0456 9.59166 11.0888 9.71445 11.1211C9.77582 11.1372 9.82362 11.1505 9.85574 11.1598L9.89185 11.1703L9.90056 11.1729L9.90249 11.1735L9.90278 11.1736L9.90283 11.1736L9.90284 11.1736L9.90286 11.1736L10.1281 11.2431L10.2107 11.0223L10.9512 9.04205L11.0283 8.83591L10.8336 8.73331L10.7171 8.95448C10.8336 8.73331 10.8335 8.73326 10.8334 8.73321L10.8332 8.73309L10.8327 8.73283L10.8314 8.73215L10.8277 8.73024L10.8157 8.72424C10.8057 8.71931 10.7917 8.71256 10.7736 8.70425C10.7374 8.68763 10.6851 8.66479 10.6165 8.63785C10.4794 8.58395 10.2772 8.51367 10.0093 8.44392C9.47324 8.30437 8.67513 8.16724 7.60926 8.16724C6.54338 8.16724 5.74528 8.30437 5.20924 8.44392C4.94132 8.51367 4.73915 8.58395 4.60197 8.63785C4.53339 8.66479 4.48107 8.68763 4.44492 8.70425C4.42685 8.71256 4.41282 8.71931 4.40282 8.72424L4.39085 8.73024L4.38712 8.73215L4.38583 8.73283L4.38532 8.73309L4.3851 8.73321C4.38501 8.73326 4.38491 8.73331 4.50146 8.95448Z" fill="#FFD83D" stroke="black" stroke-width="0.5"/>
|
|
14
|
-
<path d="M7.54614 7.25948C7.96663 7.25948 8.21631 6.85459 8.21631 6.48118C8.21631 6.10777 7.96663 5.70288 7.54614 5.70288C7.12566 5.70288 6.87598 6.10777 6.87598 6.48118C6.87598 6.85459 7.12566 7.25948 7.54614 7.25948Z" fill="#FFD83D" stroke="black" stroke-width="0.5"/>
|
|
15
|
-
<mask id="path-10-outside-1_5982_15150" maskUnits="userSpaceOnUse" x="6.07324" y="3.5" width="3" height="4" fill="black">
|
|
16
|
-
<rect fill="white" x="6.07324" y="3.5" width="3" height="4"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.70349 4.5H7.38837L7.42893 5.0767L7.07324 5.0283V5.42453L7.4344 5.37478L7.38837 6.28302H7.70349L7.65684 5.37325L8.01862 5.42453V5.0283L7.6634 5.07929L7.70349 4.5Z"/>
|
|
18
|
-
</mask>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.70349 4.5H7.38837L7.42893 5.0767L7.07324 5.0283V5.42453L7.4344 5.37478L7.38837 6.28302H7.70349L7.65684 5.37325L8.01862 5.42453V5.0283L7.6634 5.07929L7.70349 4.5Z" fill="#FFD83D"/>
|
|
20
|
-
<path d="M7.38837 4.5V4H6.85196L6.8896 4.53508L7.38837 4.5ZM7.70349 4.5L8.2023 4.53452L8.2393 4H7.70349V4.5ZM7.42893 5.0767L7.36152 5.57214L7.97085 5.65505L7.9277 5.04162L7.42893 5.0767ZM7.07324 5.0283L7.14066 4.53287L6.57324 4.45566V5.0283H7.07324ZM7.07324 5.42453H6.57324V5.99812L7.14147 5.91985L7.07324 5.42453ZM7.4344 5.37478L7.93376 5.40009L7.96432 4.79707L7.36617 4.87946L7.4344 5.37478ZM7.38837 6.28302L6.88901 6.25771L6.86239 6.78302H7.38837V6.28302ZM7.70349 6.28302V6.78302H8.22979L8.20284 6.25741L7.70349 6.28302ZM7.65684 5.37325L7.727 4.8782L7.12643 4.79308L7.1575 5.39886L7.65684 5.37325ZM8.01862 5.42453L7.94846 5.91958L8.51862 6.00039V5.42453H8.01862ZM8.01862 5.0283H8.51862V4.45141L7.94758 4.53337L8.01862 5.0283ZM7.6634 5.07929L7.16459 5.04477L7.12186 5.66215L7.73444 5.57422L7.6634 5.07929ZM7.38837 5H7.70349V4H7.38837V5ZM7.9277 5.04162L7.88714 4.46492L6.8896 4.53508L6.93017 5.11178L7.9277 5.04162ZM7.00583 5.52374L7.36152 5.57214L7.49635 4.58127L7.14066 4.53287L7.00583 5.52374ZM7.57324 5.42453V5.0283H6.57324V5.42453H7.57324ZM7.36617 4.87946L7.00502 4.92921L7.14147 5.91985L7.50262 5.87011L7.36617 4.87946ZM7.88773 6.30833L7.93376 5.40009L6.93504 5.34948L6.88901 6.25771L7.88773 6.30833ZM7.70349 5.78302H7.38837V6.78302H7.70349V5.78302ZM7.1575 5.39886L7.20415 6.30862L8.20284 6.25741L8.15619 5.34765L7.1575 5.39886ZM8.08878 4.92948L7.727 4.8782L7.58668 5.86831L7.94846 5.91958L8.08878 4.92948ZM7.51862 5.0283V5.42453H8.51862V5.0283H7.51862ZM7.73444 5.57422L8.08966 5.52323L7.94758 4.53337L7.59236 4.58436L7.73444 5.57422ZM7.20469 4.46548L7.16459 5.04477L8.16221 5.11382L8.2023 4.53452L7.20469 4.46548Z" fill="black" mask="url(#path-10-outside-1_5982_15150)"/>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
24
|
-
<defs>
|
|
25
|
-
<clipPath id="clip0_5982_15150">
|
|
26
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
27
|
-
</clipPath>
|
|
28
|
-
</defs>
|
|
29
|
-
</svg>
|
|
30
|
-
|
|
31
|
-
`);export{d as FlagLiLiechtenstein};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as l}from"../../../icon-registry.js";const d=l("flag-lk-sri-lanka",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15153)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V19.5H2V4.5Z" fill="#FECA00"/>
|
|
6
|
-
<rect x="3.25" y="5.75" width="3.75" height="12.5" fill="#1F8A6E"/>
|
|
7
|
-
<rect x="7" y="5.75" width="3.75" height="12.5" fill="#F56800"/>
|
|
8
|
-
<rect x="10.75" y="5.75" width="10" height="12.5" fill="#B01D00"/>
|
|
9
|
-
<rect x="9.5" y="5.75" width="1.25" height="12.5" fill="#E8AA00"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6877 8.3584C12.6877 8.3584 11.8917 8.35609 11.8917 9.74222V11.7748C11.8917 11.7748 11.5127 11.8424 11.5127 12.0778C11.5127 12.3132 11.593 12.5192 11.7423 12.5192C11.8917 12.5192 12.041 13.2098 11.8917 13.2098C11.7423 13.2098 11.593 13.5061 11.7423 13.5061C11.7781 13.5061 11.8052 13.5012 11.8259 13.4975C11.8477 13.4937 11.8622 13.4911 11.8719 13.4967C11.8917 13.5082 11.8917 13.5535 11.8917 13.6905C11.8917 13.9596 11.7423 14.0684 11.7423 14.0684C11.7423 14.0684 11.6017 14.0292 11.6017 14.1876C11.6017 14.3459 11.7423 14.386 11.7423 14.386C11.7423 14.386 11.8228 14.4208 11.6678 14.4958C11.5127 14.5708 11.5127 14.607 11.5127 14.607H11.8917L12.0814 14.9543L12.2625 14.607H12.6366C12.6366 14.607 12.4482 14.4866 12.4262 14.4613C12.4041 14.4361 12.3774 14.3992 12.4262 14.357C12.4404 14.3446 12.4612 14.3352 12.4836 14.3251C12.5379 14.3006 12.6014 14.272 12.6014 14.1876C12.6014 14.0684 12.3626 14.0684 12.3626 14.0684C12.3626 14.0684 12.2169 13.8054 12.2625 13.6905C12.2753 13.6584 12.2826 13.6298 12.2888 13.6053C12.3049 13.5422 12.3141 13.5061 12.3924 13.5061C12.5011 13.5061 12.5636 13.3688 12.4262 13.2098C12.4262 13.2098 12.5836 13.3791 12.5374 13.5988C12.4911 13.8185 12.5855 13.918 12.6366 13.918C12.6877 13.918 12.769 13.8424 12.769 13.8424C12.769 13.8424 13.1937 14.2221 13.3803 14.2221C13.567 14.2221 13.8346 13.918 13.8346 13.918L14.2187 14.1337C14.2187 14.1337 14.4999 14.5277 14.4585 14.7985C14.417 15.0693 14.2567 15.2202 14.0681 15.1783C13.8795 15.1364 13.5727 15.2224 13.5493 15.3392C13.5458 15.3569 13.5405 15.3784 13.5348 15.402L13.5348 15.402C13.5025 15.5346 13.4541 15.7331 13.602 15.6841C13.7762 15.6264 13.8103 15.5822 13.8103 15.5822C13.8103 15.5822 13.7874 15.6841 13.9278 15.6841C14.0681 15.6841 14.1087 15.5822 14.1087 15.5822C14.1087 15.5822 14.2542 15.6841 14.3563 15.6841C14.4585 15.6841 14.5729 15.6056 14.5729 15.6056C14.5729 15.6056 14.6482 15.7223 14.8148 15.6841C14.9814 15.646 15.1073 15.2112 14.9861 15.1138C14.9861 15.1138 15.388 15.0555 15.4911 14.7063C15.4911 14.7063 15.1023 14.7005 15.1424 14.4613C15.1825 14.2221 15.3878 14.0684 15.3878 14.0684C15.3878 14.0684 15.9789 13.7823 16.2332 13.6905C16.4875 13.5988 16.9102 13.5061 17.015 13.5061C17.0576 13.5061 17.088 13.6056 17.1293 13.7404C17.1894 13.937 17.2725 14.2087 17.4498 14.357C17.7488 14.607 17.5449 15.1783 17.5449 15.1783C17.5449 15.1783 16.8796 15.2453 16.8796 15.4255C16.8796 15.6056 16.8904 15.6841 17.015 15.6841C17.1396 15.6841 17.137 15.5822 17.137 15.5822C17.137 15.5822 17.211 15.6841 17.3304 15.6841C17.4498 15.6841 17.5449 15.5822 17.5449 15.5822C17.5449 15.5822 17.5767 15.6841 17.7331 15.6841C17.8895 15.6841 17.8884 15.5822 17.8884 15.5822C17.8884 15.5822 17.9166 15.6841 18.0545 15.6841C18.1924 15.6841 18.4754 15.5822 18.4754 15.5822C18.4754 15.5822 18.5197 15.6841 18.6629 15.6841C18.8061 15.6841 18.8095 15.5822 18.8095 15.5822C18.8095 15.5822 18.8859 15.6841 19.0099 15.6841C19.134 15.6841 19.2067 15.5822 19.2067 15.5822C19.2067 15.5822 19.385 15.6841 19.508 15.6841C19.631 15.6841 19.5868 15.5 19.508 15.3392C19.488 15.2985 19.4649 15.2637 19.4439 15.232C19.3815 15.1382 19.3367 15.0707 19.4422 14.9543C19.4721 14.9213 19.5064 14.888 19.5407 14.8546L19.5407 14.8546C19.6685 14.7303 19.797 14.6053 19.7029 14.4958C19.675 14.4633 19.6422 14.4406 19.6093 14.4177C19.5016 14.3429 19.3919 14.2667 19.4422 13.8424C19.4724 13.5884 19.5297 13.3818 19.583 13.1901L19.583 13.1901C19.6458 12.9638 19.7029 12.7581 19.7029 12.5192C19.7029 12.0778 19.4422 11.5731 19.4422 11.5731C19.4422 11.5731 19.7932 11.3281 19.7932 10.8298C19.7932 10.3315 19.0099 10.2772 19.0099 10.2772C19.0099 10.2772 18.2319 10.4774 17.8884 10.3773C17.8109 10.3547 17.746 10.3384 17.692 10.3249C17.5068 10.2785 17.4498 10.2642 17.4498 10.1359C17.4498 9.97006 17.1998 10.2772 17.1998 10.2772C17.1998 10.2772 17.0038 10.1985 17.137 10.0357C17.2703 9.87296 17.3304 9.80915 17.3304 9.80915C17.3304 9.80915 17.213 9.67528 17.015 9.74222C16.8169 9.80915 16.7816 9.92006 16.7816 9.92006C16.7816 9.92006 16.5558 9.68891 16.6965 9.52107C16.8372 9.35323 17.015 9.52107 17.015 9.52107C17.015 9.52107 17.2172 9.62668 17.2335 9.48805C17.2498 9.34943 17.2335 9.23888 17.2335 9.23888C17.2335 9.23888 17.741 9.38443 17.5976 9.61083C17.4542 9.83723 17.5449 9.92006 17.5449 9.92006C17.5449 9.92006 17.8937 9.94152 17.9567 9.70091C17.9806 9.60991 17.9766 9.52165 17.9592 9.4523C18.0597 9.49963 18.1735 9.55572 18.1417 9.64878C18.0834 9.81974 17.9567 10.0357 17.9567 10.0357C17.9567 10.0357 18.3053 10.0154 18.4091 9.74222C18.513 9.46908 18.4754 9.80915 18.4754 9.80915C18.4754 9.80915 18.609 9.80439 18.8095 9.92006C19.0099 10.0357 18.8095 9.74222 18.8095 9.74222C18.8095 9.74222 19.2256 10.2582 19.6192 10.197C20.0129 10.1359 19.991 9.80915 19.991 9.80915C19.991 9.80915 19.8978 9.64878 19.7029 9.64878C19.508 9.64878 19.6192 9.80915 19.6192 9.80915C19.6192 9.80915 19.8093 9.91738 19.508 9.80915C19.4207 9.7778 19.2905 9.6766 19.1289 9.55103L19.1289 9.55103C18.7326 9.24306 18.1476 8.78848 17.5449 8.8581C16.6965 8.9561 16.4004 9.33525 16.4004 9.33525V9.01955C16.4004 9.01955 16.2579 9.23888 16.1249 9.23888C15.992 9.23888 15.6229 9.01955 15.6229 9.01955L15.3878 9.23888C15.3878 9.23888 15.2987 9.01955 15.1424 9.01955C14.9861 9.01955 14.9861 9.23888 14.9861 9.23888C14.9861 9.23888 14.7895 9.14219 14.5729 9.14219C14.4842 9.14219 14.4087 9.10979 14.3505 9.0848C14.2667 9.04881 14.2187 9.02822 14.2187 9.14219C14.2187 9.16532 14.2193 9.1874 14.2198 9.2084V9.20841C14.2236 9.36271 14.2259 9.45899 14.0014 9.48805C13.7463 9.52107 13.5493 9.52107 13.5493 9.52107C13.5493 9.52107 13.3966 9.33525 13.2778 9.33525C13.159 9.33525 13.0214 9.47944 13.0214 9.61083C13.0214 9.74222 13.1753 10.1169 13.2778 10.197C13.3048 10.2181 13.2998 10.2158 13.2778 10.2057C13.2162 10.1773 13.0214 10.0876 13.0214 10.2772C13.0214 10.4078 13.054 10.4405 13.0779 10.4644C13.1009 10.4875 13.1158 10.5023 13.0846 10.5901C13.0717 10.6266 13.0539 10.6688 13.0354 10.7129C12.9633 10.8841 12.8796 11.083 13.0214 11.083C13.098 11.083 13.1705 11.0661 13.2221 11.0541C13.2907 11.0382 13.3224 11.0308 13.2778 11.083C13.2601 11.1038 13.2362 11.1289 13.2122 11.1541L13.2121 11.1542C13.1304 11.24 13.0462 11.3283 13.1918 11.2613C13.2684 11.2261 13.3331 11.1749 13.3864 11.1328C13.4643 11.0711 13.518 11.0287 13.5493 11.083C13.5691 11.1174 13.5532 11.1633 13.5397 11.2027C13.5171 11.2682 13.5008 11.3155 13.6649 11.2613C13.7225 11.2423 13.7562 11.2275 13.7749 11.2168C13.7757 11.2275 13.7845 11.2423 13.8103 11.2613C13.8654 11.3018 13.8549 11.3401 13.8468 11.3694C13.8377 11.4025 13.8317 11.4241 13.9278 11.4241C14.0197 11.4241 14.1494 11.3528 14.2263 11.3106C14.3007 11.2697 14.3256 11.256 14.2187 11.3606C14.1514 11.4265 14.0539 11.4704 13.9457 11.5191C13.705 11.6276 13.4111 11.76 13.2778 12.2117C13.0979 12.8213 13.1785 12.947 13.1905 12.9614L12.6366 12.355C12.6366 12.355 12.769 12.2515 12.769 12.0778C12.769 11.9041 12.4262 11.7748 12.4262 11.7748C12.4262 11.7748 12.4381 9.61373 12.5374 9.14219C12.6366 8.67065 12.6877 8.3584 12.6877 8.3584ZM13.7922 11.1964C13.7859 11.1964 13.7739 11.2033 13.7749 11.2168C13.7989 11.2032 13.7984 11.1964 13.7922 11.1964ZM17.9592 9.4523L17.9519 9.44884C17.8708 9.4107 17.801 9.37789 17.8278 9.33525C17.8655 9.27533 17.9306 9.33827 17.9592 9.4523ZM18.3257 14.1285C18.3257 14.1285 18.0632 14.3859 18.2299 14.4425C18.2804 14.4597 18.3419 14.4692 18.3991 14.4781C18.5304 14.4985 18.6388 14.5154 18.5393 14.6126C18.3965 14.7521 18.2757 14.9406 18.2757 15.1123C18.2757 15.2839 18.2797 15.4288 18.3257 15.3564C18.3509 15.3166 18.4546 15.275 18.5662 15.2301C18.658 15.1932 18.7551 15.1542 18.8186 15.1123C18.9385 15.033 18.9368 14.9473 18.9337 14.7932V14.7932C18.9332 14.7665 18.9326 14.7379 18.9326 14.7068C18.9326 14.4962 18.3257 14.1285 18.3257 14.1285ZM16.2893 10.681C16.3505 10.6324 16.3544 10.0322 16.3544 10.0322C16.3544 10.0322 16.569 10.1037 16.569 10.1974C16.569 10.2558 16.5528 10.2892 16.5282 10.3396C16.5134 10.3701 16.4955 10.4069 16.4764 10.4592C16.4292 10.5882 16.5575 10.6689 16.6767 10.744C16.6858 10.7497 16.6948 10.7554 16.7037 10.761C16.7845 10.8125 16.8072 10.7008 16.8247 10.6145C16.8345 10.5667 16.8426 10.5267 16.8581 10.5267C16.9017 10.5267 17.227 10.6004 17.4717 10.7248C17.6853 10.8333 17.8949 10.7801 18.3749 10.658C18.445 10.6402 18.5209 10.6209 18.6035 10.6004C19.2509 10.4398 19.3359 10.681 19.4022 10.8708C19.4686 11.0607 18.966 11.3238 18.6035 11.3715C18.4442 11.3924 18.3062 11.3858 18.1792 11.3796C18.0173 11.3718 17.8733 11.3649 17.7259 11.4172C17.495 11.4994 16.7727 11.4912 16.4908 11.488C16.4519 11.4875 16.4213 11.4872 16.4017 11.4872C16.2722 11.4872 16.2478 11.4463 16.1986 11.3644C16.1861 11.3435 16.1721 11.3201 16.1543 11.2939C16.0664 11.1649 16.173 11.0805 16.2421 11.0805C16.3112 11.0805 16.2893 10.9295 16.2421 10.8708C16.1949 10.8122 16.2281 10.7296 16.2893 10.681Z" fill="#FECA00"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.857 5.82636V6.052C10.857 6.07979 10.845 6.11769 10.8316 6.16017C10.789 6.29482 10.7318 6.47553 10.9957 6.52632C11.3429 6.59313 11.5987 6.74496 11.6765 6.8883C11.7263 6.98016 11.7123 6.82709 11.6958 6.64706C11.6865 6.54616 11.6765 6.4368 11.6765 6.35733C11.6765 6.13605 11.4286 5.70486 11.253 5.82636C11.0773 5.94785 10.857 5.82636 10.857 5.82636ZM10.857 17.942V18.1676C10.857 18.1676 11.0773 18.0461 11.253 18.1676C11.4286 18.2891 11.6765 17.8579 11.6765 17.6366C11.6765 17.5572 11.6865 17.4478 11.6958 17.3469C11.7123 17.1669 11.7263 17.0138 11.6765 17.1057C11.5987 17.249 11.3429 17.4008 10.9957 17.4677C10.7318 17.5184 10.789 17.6992 10.8316 17.8338C10.845 17.8763 10.857 17.9142 10.857 17.942ZM20.6473 17.942V18.1676C20.6473 18.1676 20.4269 18.0461 20.2513 18.1676C20.0756 18.2891 19.8278 17.8579 19.8278 17.6366C19.8278 17.5572 19.8177 17.4478 19.8085 17.3469C19.792 17.1669 19.7779 17.0138 19.8278 17.1057C19.9055 17.249 20.1613 17.4008 20.5085 17.4677C20.7725 17.5184 20.7153 17.6992 20.6727 17.8338C20.6593 17.8763 20.6473 17.9142 20.6473 17.942ZM20.6473 6.052V5.82636C20.6473 5.82636 20.4269 5.94785 20.2513 5.82636C20.0756 5.70486 19.8278 6.13605 19.8278 6.35733C19.8278 6.4368 19.8177 6.54616 19.8085 6.64706C19.792 6.82709 19.7779 6.98016 19.8278 6.8883C19.9055 6.74496 20.1613 6.59313 20.5085 6.52632C20.7725 6.47553 20.7153 6.29482 20.6727 6.16017C20.6593 6.11769 20.6473 6.07979 20.6473 6.052Z" fill="#FECA00"/>
|
|
12
|
-
</g>
|
|
13
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
14
|
-
<defs>
|
|
15
|
-
<clipPath id="clip0_5982_15153">
|
|
16
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
</defs>
|
|
19
|
-
</svg>
|
|
20
|
-
|
|
21
|
-
`);export{d as FlagLkSriLanka};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as i}from"../../../icon-registry.js";const r=i("flag-lr-liberia",l`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15272)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V19.5H2V4.5Z" fill="#F7FCFF"/>
|
|
6
|
-
<rect x="2.01709" y="7.9375" width="20" height="1.875" fill="#E31D1C"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V6.375H2V4.5Z" fill="#E31D1C"/>
|
|
8
|
-
<rect x="1.96338" y="11.375" width="20" height="1.875" fill="#E31D1C"/>
|
|
9
|
-
<rect x="2.06982" y="14.75" width="20" height="1.875" fill="#E31D1C"/>
|
|
10
|
-
<rect x="2.06348" y="17.9375" width="20" height="1.875" fill="#E31D1C"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H12V13.25H2V4.5Z" fill="#3D58DB"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.08279 10.2582L5.25694 11.5246L5.84037 9.3555L4.5 7.96986L6.31493 7.89494L7.08279 5.75L7.85066 7.89494H9.6625L8.32522 9.3555L8.99495 11.3966L7.08279 10.2582Z" fill="#F7FCFF"/>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_5982_15272">
|
|
17
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
</defs>
|
|
20
|
-
</svg>
|
|
21
|
-
|
|
22
|
-
`);export{r as FlagLrLiberia};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import"../../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as L}from"../../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as l}from"../../../icon-registry.js";const o=l("flag-ls-lesotho",L`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<g clip-path="url(#clip0_5982_15149)">
|
|
4
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5H22V19.5H2V14.5Z" fill="#55BA07"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5H22V14.5H2V9.5Z" fill="#F7FCFF"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V9.5H2V4.5Z" fill="#3D58DB"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5312 9.6501C11.2046 9.73781 11.0321 9.96357 11.0321 10.363C11.0321 10.8195 11.2562 11.248 11.5312 11.469V9.6501ZM12.3125 11.4567C12.5799 11.2327 12.7948 10.8122 12.7948 10.3642C12.7948 9.97622 12.625 9.75148 12.3125 9.65821V11.4567ZM12.2862 9.33259C12.7977 9.44621 13.1678 9.79457 13.1678 10.3605C13.1678 10.7722 12.972 11.2726 12.6684 11.616L14.1895 13.1079L14.5647 12.9844L15.125 13.8342C15.125 13.8342 13.7088 14.4999 11.9584 14.4999C10.208 14.4999 8.875 13.8342 8.875 13.8342L9.35197 13.1079L9.73718 13.2342L11.1484 11.6419C10.8315 11.2981 10.6256 10.7826 10.6256 10.3605C10.6256 9.77455 11.0224 9.42184 11.5621 9.32141C11.6215 9.18143 11.7602 9.08325 11.9219 9.08325C12.0878 9.08325 12.2295 9.18669 12.2862 9.33259ZM9.50104 13.4351L9.34255 13.6554H9.65103L9.50104 13.4351ZM9.68172 13.7424L9.40932 13.7972L9.68172 13.8921V13.7424ZM9.82066 13.4251L9.95992 13.7503L10.3059 13.6559L10.2373 13.5252L9.82066 13.4251ZM10.573 14.0736L10.065 13.9734L10.0068 13.8758L10.39 13.7924L10.573 14.0736ZM10.6026 13.6082L10.7606 13.8924L11.1077 13.7866L11.0112 13.6593L10.6026 13.6082ZM10.8873 14.1303L10.8252 14.0128L11.2094 13.9102L11.4305 14.1804L10.8873 14.1303ZM11.6048 13.9352L12.1 13.8043L12.0391 13.6919H11.3964L11.6048 13.9352ZM11.7823 14.1855L11.7037 14.0639L12.1792 13.9082L12.4316 14.1855H11.7823ZM12.3841 13.7005L12.5362 13.8868L12.948 13.744L12.8964 13.6468L12.3841 13.7005ZM13.2779 14.0878L12.7242 14.1494L12.6428 14.0119L13.0615 13.8744L13.2779 14.0878ZM13.2428 13.6105L13.3979 13.8012L13.7696 13.6105L13.6664 13.5533L13.2428 13.6105ZM13.5643 14.0366L13.4971 13.9334L13.8508 13.7212L14.0306 13.9334L13.5643 14.0366ZM13.9155 13.4435L14.1401 13.6578L14.3586 13.4435L14.2895 13.3563L13.9155 13.4435ZM14.2716 13.7314L14.4547 13.5502L14.5862 13.7314L14.2716 13.8326V13.7314Z" fill="#1D1D1D"/>
|
|
9
|
-
</g>
|
|
10
|
-
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0_5982_15149">
|
|
13
|
-
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
17
|
-
|
|
18
|
-
`);export{o as FlagLsLesotho};
|