@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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15227)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 4.5H22V19.5H15.75V4.5Z" fill="#F50100"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H9.5V19.5H2V4.5Z" fill="#2E42A5"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 4.5H15.75V19.5H8.25V4.5Z" fill="#F7FCFF"/>
|
|
7
|
+
</g>
|
|
8
|
+
<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"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_5982_15227">
|
|
11
|
+
<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"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>`;export{l as flagNcNewCaledoniaIcon};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15127)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
5
|
+
<mask id="mask0_5982_15127" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15127)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#FC6500"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#5EAA22"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z" fill="#FC6500"/>
|
|
12
|
+
</g>
|
|
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_15127">
|
|
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>`;export{l as flagNeNigerIcon};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const C=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15126)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H22V19.5H16V4.5Z" fill="#409100"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H8V19.5H2V4.5Z" fill="#409100"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H16V19.5H8V4.5Z" fill="white"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.93461 16.2315C8.96234 16.3897 8.65577 15.9152 8.65577 15.9152L8.77822 15.8146C8.86045 15.7471 9.13746 15.7702 9.40647 15.7927C9.53803 15.8038 9.66768 15.8146 9.7717 15.8146C9.92345 15.8146 10.0981 15.7917 10.28 15.7679C10.4778 15.7419 10.6843 15.7149 10.8793 15.7149C11.2538 15.7149 9.7717 15.2252 9.45496 15.5255C9.13822 15.8258 8.25 15.3863 8.25 15.1357C8.25 14.9648 8.57699 15.0271 8.87526 15.084C9.01413 15.1105 9.14677 15.1357 9.23728 15.1357C9.5222 15.1357 8.95237 14.5799 8.65577 14.5799C8.35916 14.5799 8.95237 14.4508 9.23728 14.4508C9.39952 14.4508 9.55027 14.4927 9.68009 14.5287L9.6801 14.5288C9.77827 14.556 9.86447 14.5799 9.93461 14.5799C10.0975 14.5799 9.11656 14.1583 8.95237 14.1583H9.7717C10.0529 14.1583 10.1212 14.1979 10.1859 14.2355C10.2442 14.2693 10.2995 14.3015 10.5049 14.3015C10.9383 14.3015 10.701 14.0644 10.701 14.0644C10.701 14.0644 9.23728 13.9125 8.95237 13.7026C8.75972 13.5606 9.27672 13.6107 9.76537 13.6579C9.99937 13.6806 10.2269 13.7026 10.3668 13.7026C10.7991 13.7026 9.45496 13.394 9.23728 13.394H10.2278C10.4447 13.394 10.6827 13.4638 10.9325 13.5369L10.9325 13.5369C11.2081 13.6177 11.498 13.7026 11.7894 13.7026C12.0966 13.7026 11.4966 13.5193 10.8376 13.318C10.305 13.1553 9.73377 12.9809 9.57147 12.8818C9.40355 12.7792 9.53128 12.819 9.76394 12.8913C10.0344 12.9753 10.4466 13.1035 10.701 13.1035C11.1741 13.1035 10.0715 12.6393 9.7717 12.6393C9.4719 12.6393 9.18488 12.5044 9.45496 12.3797C9.62079 12.3031 10.0527 12.4184 10.4289 12.5189L10.4289 12.5189C10.6654 12.582 10.8799 12.6393 10.9923 12.6393C11.1287 12.6393 11.2295 12.6924 11.3368 12.7489C11.4588 12.8131 11.5891 12.8818 11.7894 12.8818C12.166 12.8818 10.9923 12.3797 10.5049 12.3797C10.0174 12.3797 9.93461 12.1432 10.2278 12.1432C10.521 12.1432 9.57147 11.7403 9.57147 11.7403C9.57147 11.7403 9.43381 11.4546 9.7717 11.4546H10.2278C10.3842 11.4546 10.0715 10.959 9.7717 10.959C9.4719 10.959 9.73336 10.8093 10.2278 10.8093C10.5285 10.8093 10.7044 10.9131 10.9161 11.0379C11.0525 11.1184 11.2038 11.2077 11.4129 11.2835C11.9464 11.4771 11.5439 10.959 11.4129 10.959C11.2818 10.959 9.93461 10.5367 9.93461 10.5367C9.93461 10.5367 10.0715 10.3812 9.93461 10.1694C9.8313 10.0095 10.2612 10.0909 10.523 10.1405L10.523 10.1405C10.6082 10.1566 10.6755 10.1694 10.701 10.1694C10.7629 10.1694 10.9409 10.2136 11.1595 10.2679L11.1595 10.2679C11.307 10.3046 11.473 10.3458 11.6342 10.3812C12.0345 10.4689 10.2745 9.73488 10.0715 9.73488C9.86846 9.73488 10.5049 9.61426 10.8793 9.61426C11.0634 9.61426 11.1522 9.64342 11.2425 9.67306C11.3358 9.70371 11.4308 9.73488 11.6342 9.73488C12.0345 9.73488 10.8793 9.30586 10.5049 9.30586C10.1304 9.30586 10.3518 8.93644 10.5049 8.93644C10.5645 8.93644 10.7153 8.95626 10.8995 8.98046L10.8995 8.98046C11.1884 9.01843 11.5595 9.0672 11.7894 9.0672C11.9645 9.0672 11.8045 9.01814 11.5718 8.94679C11.3039 8.86467 10.9398 8.75301 10.8793 8.65263C10.8126 8.54183 10.9484 8.56191 11.1852 8.59691L11.1852 8.59691L11.1852 8.59692L11.1852 8.59692L11.1852 8.59692L11.1852 8.59692L11.1852 8.59692C11.228 8.60324 11.2741 8.61006 11.3229 8.61667C11.4843 8.70127 11.6192 8.75591 11.6389 8.69139C11.6446 8.67283 11.6573 8.65957 11.6734 8.65002C11.7115 8.65169 11.7502 8.65263 11.7894 8.65263C12.0126 8.65263 11.9095 8.61861 11.6946 8.57791L11.6754 8.57203C11.3494 8.47237 10.6441 8.25933 10.9079 8.3908C10.9596 8.41655 11.0177 8.44832 11.078 8.48187C10.9001 8.4583 10.7506 8.44197 10.701 8.44197C10.5226 8.44197 10.3437 8.30414 10.701 8.30414H11.4129C11.1915 8.30414 10.8793 8.30414 10.8793 8.13022C10.8793 8.01185 11.1265 8.05461 11.3541 8.09399C11.461 8.11248 11.5635 8.13022 11.6342 8.13022C11.8556 8.13022 11.9107 8.13022 11.7894 8.02675C11.6742 7.92851 11.277 7.92899 11.0303 7.92929H11.0303L10.9923 7.92932C10.7507 7.92932 11.5047 7.80306 11.7894 7.80306C11.8373 7.80306 11.8584 7.80306 11.8584 7.80216C11.8585 7.80144 11.8453 7.80016 11.8218 7.79787L11.8218 7.79787C11.6979 7.78583 11.2863 7.7458 10.9923 7.61282C10.7293 7.49386 10.9597 7.52368 11.2613 7.56273C11.442 7.58612 11.6483 7.61282 11.7894 7.61282C12.166 7.61282 11.6342 7.35959 11.234 7.35959C10.9127 7.35959 11.0658 7.27183 11.2644 7.15795L11.2644 7.15794C11.3133 7.12994 11.3649 7.10037 11.4129 7.07012C11.5573 6.97909 11.663 7.1344 11.725 7.22552C11.7674 7.28779 11.7894 7.32009 11.7894 7.22336C11.7894 7.12896 11.7651 7.06906 11.7453 7.03757C11.7559 7.04645 11.7703 7.05736 11.7894 7.07012C11.9446 7.17365 11.7894 6.79852 11.7894 6.79852C11.7894 6.79852 11.6342 6.69492 11.7894 6.69492C11.9446 6.69492 11.7395 6.51683 11.6342 6.51683C11.529 6.51683 11.9107 6.34644 11.9107 6.34644L11.9948 5.625C11.9948 5.625 12.2029 6.41111 12.2029 6.51683V7.07012C12.2029 7.20185 12.1098 7.29375 12.0475 7.35524C11.9693 7.43236 11.9397 7.46164 12.2029 7.46164C12.676 7.46164 12.6559 7.61282 12.3679 7.61282C12.0799 7.61282 12.4506 7.80306 12.9677 7.80306C13.4848 7.80306 12.534 8.02675 12.2029 8.02675C11.8717 8.02675 12.534 8.13022 12.9677 8.13022C13.2605 8.13022 12.9601 8.23143 12.683 8.32481C12.5497 8.36971 12.4218 8.41281 12.3679 8.44197C12.2819 8.48842 12.4938 8.48681 12.7184 8.47443C12.6004 8.5092 12.4832 8.54484 12.3942 8.57203L12.3942 8.57203C12.2864 8.60501 12.2499 8.61616 12.2507 8.62064C12.2511 8.62293 12.2612 8.62348 12.2766 8.62432C12.3219 8.62678 12.4125 8.63171 12.4307 8.69139C12.4579 8.78046 12.7046 8.64243 12.9377 8.51201C12.9751 8.49112 13.012 8.47042 13.0477 8.45089C13.109 8.4457 13.1484 8.44197 13.1484 8.44197C13.1484 8.44197 13.3627 8.68923 13.3627 8.84023C13.3627 8.92829 13.0808 8.95425 12.7801 8.98193L12.7801 8.98193L12.7498 8.98472C12.7649 8.96487 12.701 8.97526 12.6071 8.99848C12.4511 9.01453 12.3039 9.03439 12.2029 9.0672C12.1064 9.09853 12.1227 9.11161 12.2011 9.11441L12.1798 9.12092C12.106 9.1435 12.0806 9.15124 12.0812 9.1557C12.0815 9.15802 12.0888 9.15945 12.1001 9.16162C12.1327 9.16795 12.1981 9.1806 12.2163 9.24028C12.2435 9.32935 12.4083 9.21638 12.5639 9.10963L12.5786 9.09955L12.7267 9.08968L12.7267 9.08968C12.8961 9.07822 13.0591 9.0672 13.1484 9.0672C13.4275 9.0672 12.8693 9.20175 12.6559 9.20175C12.565 9.20175 12.6795 9.22232 12.854 9.25369L12.854 9.25369L12.854 9.25369L12.854 9.25369C13.0897 9.29605 13.4349 9.3581 13.5324 9.41581C13.649 9.48478 13.3067 9.45904 13.0021 9.43613C12.8631 9.42567 12.732 9.41581 12.6559 9.41581C12.413 9.41581 12.3679 9.61426 12.534 9.61426H13.1484C13.3808 9.61426 13.6227 9.96975 13.5324 9.96975C13.5051 9.96975 13.4465 9.98807 13.3649 10.0136C13.177 10.0724 12.867 10.1694 12.534 10.1694C12.0563 10.1694 13.1484 10.1699 13.3627 10.1694C13.577 10.1688 14.1883 10.1699 14.1883 10.3812C14.1883 10.5126 14.0726 10.5415 13.921 10.5793C13.8288 10.6023 13.7234 10.6286 13.6227 10.6832C13.3561 10.8277 14.4199 10.959 14.4199 10.959C14.4199 10.959 13.9989 11.09 13.794 11.09C13.5891 11.09 13.8892 11.2835 14.4199 11.2835C14.8304 11.2835 14.7099 11.5066 14.6343 11.6465C14.6122 11.6875 14.5939 11.7213 14.5939 11.7403C14.5939 11.7771 14.5162 11.8088 14.4038 11.8548C14.2593 11.9139 14.0574 11.9964 13.8892 12.1432C13.6957 12.3121 13.9309 12.2624 14.1965 12.2063L14.1965 12.2063C14.3414 12.1757 14.4955 12.1432 14.5939 12.1432C14.8728 12.1432 14.9916 12.1548 14.9008 12.2901C14.81 12.4253 13.9989 12.6393 13.794 12.6393H14.9008C15.2077 12.6393 14.8149 12.8818 14.4199 12.8818C14.155 12.8818 14.0068 12.9815 13.9091 13.0472C13.8611 13.0794 13.8253 13.1035 13.794 13.1035H14.5939C14.6347 13.1035 14.6795 13.0383 14.7205 12.9786C14.7566 12.9261 14.7898 12.8778 14.8149 12.8818C15.1767 12.9386 15.0144 13.394 14.8149 13.394C14.5859 13.394 13.8892 13.5476 13.9989 13.7026C14.0519 13.7776 14.1348 13.7437 14.2691 13.6887C14.4124 13.6301 14.6142 13.5476 14.9008 13.5476C15.4563 13.5476 14.9542 13.7026 14.8149 13.7026C14.6755 13.7026 14.0858 13.8152 13.8892 13.9125C13.7581 13.9774 14.2145 13.9556 14.6685 13.934C14.8946 13.9232 15.1201 13.9125 15.2721 13.9125C15.7293 13.9125 14.1883 14.3015 13.6227 14.3015C13.057 14.3015 13.9989 14.4508 14.1883 14.4508C14.261 14.4508 14.4021 14.4698 14.5759 14.4933C14.8553 14.5309 15.2195 14.5799 15.5211 14.5799C16.0104 14.5799 15.0318 14.9023 14.5939 14.9023L14.4938 14.902C14.1034 14.9004 13.8098 14.8992 13.9989 15.1357C14.104 15.2673 14.4538 15.2315 14.8188 15.1941C15.1654 15.1586 15.5257 15.1217 15.7036 15.2252C16.0232 15.4111 14.609 15.3951 13.9989 15.3881C13.9117 15.3872 13.8409 15.3863 13.794 15.3863C13.4188 15.3863 14.1691 15.5255 14.8149 15.5255L14.8963 15.5255C15.4733 15.5251 15.6101 15.525 15.6101 15.7149C15.6101 15.8817 14.3532 15.8385 13.8286 15.8205H13.8286C13.7291 15.8171 13.6559 15.8146 13.6227 15.8146C13.5222 15.8146 13.464 15.8753 13.4037 15.9382C13.3391 16.0055 13.2722 16.0753 13.1484 16.0753C13.0465 16.0753 12.9986 16.0101 12.9549 15.9506C12.8961 15.8705 12.845 15.8008 12.6797 15.9152C12.3917 16.1145 12.9677 18.125 12.9677 18.125H11.4129V16.2315C11.4129 16.2315 10.9069 16.0734 9.93461 16.2315ZM11.7209 7.01029C11.7187 7.01074 11.7247 7.02029 11.7453 7.03757C11.7333 7.01848 11.723 7.00984 11.7209 7.01029ZM11.1799 14.5148C10.9342 14.4223 11.5568 14.4175 11.8448 14.4175C11.9376 14.4175 11.9706 14.4175 11.9726 14.4255C11.9738 14.4299 11.9655 14.4367 11.9527 14.4473C11.9168 14.477 11.8448 14.5364 11.8448 14.6552C11.8448 14.8325 11.6114 14.7185 11.3908 14.6108L11.3908 14.6108C11.3158 14.5742 11.2423 14.5383 11.1799 14.5148ZM11.6889 13.791C11.4009 13.791 10.7784 13.7958 11.024 13.8883C11.0864 13.9117 11.1599 13.9476 11.2349 13.9843L11.2349 13.9843C11.4555 14.092 11.6889 14.206 11.6889 14.0287C11.6889 13.9098 11.7609 13.8504 11.7969 13.8207C11.8097 13.8102 11.8179 13.8034 11.8168 13.799C11.8147 13.791 11.7818 13.791 11.6889 13.791ZM11.1696 13.3722C10.969 13.3236 11.4773 13.3211 11.7124 13.3211C11.7896 13.3211 11.8161 13.3211 11.8169 13.3256C11.8173 13.3279 11.8106 13.3314 11.8006 13.3367C11.7712 13.3523 11.7124 13.3835 11.7124 13.446C11.7124 13.5391 11.5218 13.4792 11.3418 13.4226C11.2805 13.4034 11.2205 13.3845 11.1696 13.3722ZM11.6754 11.3914C11.3494 11.2917 10.6441 11.0787 10.9079 11.2101C10.9749 11.2435 11.0526 11.287 11.1319 11.3313L11.1319 11.3313L11.1319 11.3313C11.365 11.4618 11.6117 11.5998 11.6389 11.5107C11.6572 11.451 11.7478 11.4461 11.7931 11.4436C11.8084 11.4428 11.8185 11.4423 11.8189 11.44C11.8197 11.4355 11.7833 11.4243 11.6754 11.3914ZM10.9079 10.5836C10.6441 10.4521 11.3494 10.6652 11.6754 10.7648C11.7833 10.7978 11.8197 10.809 11.8189 10.8135C11.8185 10.8157 11.8084 10.8163 11.7931 10.8171C11.7478 10.8196 11.6572 10.8245 11.6389 10.8842C11.6117 10.9733 11.365 10.8352 11.1319 10.7048L11.1319 10.7048L11.1319 10.7048C11.0526 10.6605 10.9749 10.617 10.9079 10.5836ZM11.6754 9.98169C11.3494 9.88204 10.6441 9.66899 10.9079 9.80046C10.9749 9.83383 11.0526 9.87731 11.1319 9.92166L11.1319 9.92167L11.1319 9.92167C11.365 10.0521 11.6117 10.1901 11.6389 10.1011C11.6572 10.0414 11.7478 10.0364 11.7931 10.034C11.8084 10.0331 11.8185 10.0326 11.8189 10.0303C11.8197 10.0258 11.7833 10.0147 11.6754 9.98169ZM12.3807 14.2609C12.6687 14.2609 13.2913 14.2657 13.0456 14.3582C12.9832 14.3816 12.9097 14.4175 12.8347 14.4542L12.8347 14.4542C12.6141 14.5619 12.3807 14.6759 12.3807 14.4985C12.3807 14.3797 12.3087 14.3203 12.2727 14.2906L12.2727 14.2906C12.26 14.2801 12.2517 14.2733 12.2528 14.2689C12.2549 14.2609 12.2879 14.2609 12.3807 14.2609ZM13.0456 13.8883C13.2913 13.7958 12.6687 13.791 12.3807 13.791C12.2879 13.791 12.2549 13.791 12.2528 13.799C12.2517 13.8034 12.26 13.8102 12.2727 13.8207L12.2727 13.8207C12.3087 13.8504 12.3807 13.9098 12.3807 14.0287C12.3807 14.206 12.6141 14.092 12.8347 13.9843L12.8347 13.9843C12.9097 13.9476 12.9832 13.9117 13.0456 13.8883ZM13.4309 12.8048L13.4309 12.8048L13.4309 12.8048L13.431 12.8048L13.4311 12.8048L13.4312 12.8048C13.4566 12.7989 13.4573 12.7987 13.424 12.8068C13.3578 12.8228 13.2191 12.8774 13.0629 12.9388L13.0629 12.9388C12.746 13.0634 12.3572 13.2163 12.3572 13.1327C12.3572 13.0703 12.2985 13.0391 12.2691 13.0235C12.259 13.0181 12.2524 13.0146 12.2528 13.0123C12.2535 13.0079 12.28 13.0079 12.3572 13.0079C12.5531 13.0079 13.3025 12.8345 13.4309 12.8048L13.4309 12.8048ZM13.1617 10.8969C13.4255 10.7654 12.7202 10.9784 12.3942 11.0781L12.3942 11.0781L12.3942 11.0781L12.3942 11.0781L12.3941 11.0781L12.3941 11.0781L12.3941 11.0781C12.2863 11.1111 12.2499 11.1222 12.2507 11.1267C12.2511 11.129 12.2612 11.1296 12.2766 11.1304C12.3219 11.1329 12.4125 11.1378 12.4307 11.1975C12.4579 11.2865 12.7046 11.1485 12.9377 11.0181L12.9377 11.0181L12.9377 11.0181C13.017 10.9737 13.0947 10.9302 13.1617 10.8969ZM12.3942 11.7046C12.7202 11.605 13.4255 11.3919 13.1617 11.5234C13.0947 11.5567 13.017 11.6002 12.9377 11.6446L12.9377 11.6446L12.9377 11.6446C12.7046 11.775 12.4579 11.913 12.4307 11.824C12.4125 11.7643 12.3219 11.7594 12.2766 11.7569C12.2612 11.7561 12.2511 11.7555 12.2507 11.7532C12.2499 11.7487 12.2863 11.7376 12.3941 11.7046L12.3941 11.7046L12.3942 11.7046L12.3942 11.7046L12.3942 11.7046L12.3942 11.7046ZM13.1617 10.2703C13.4255 10.1389 12.7202 10.3519 12.3942 10.4516L12.3942 10.4516L12.3942 10.4516L12.3942 10.4516L12.3941 10.4516C12.2863 10.4846 12.2499 10.4957 12.2507 10.5002C12.2511 10.5025 12.2612 10.503 12.2766 10.5039C12.3219 10.5063 12.4125 10.5113 12.4307 10.5709C12.4579 10.66 12.7046 10.522 12.9377 10.3916L12.9377 10.3916L12.9377 10.3915C13.017 10.3472 13.0947 10.3037 13.1617 10.2703ZM12.1798 9.90407C12.4046 9.83533 12.8914 9.68911 12.7138 9.79421C12.6687 9.82088 12.6169 9.85647 12.5639 9.89278C12.4083 9.99953 12.2435 10.1125 12.2163 10.0234C12.1981 9.96375 12.1327 9.95109 12.1001 9.94476C12.0888 9.94259 12.0815 9.94117 12.0812 9.93884C12.0806 9.93439 12.106 9.92665 12.1798 9.90407L12.1798 9.90407ZM12.3233 12.2878C12.0651 12.2878 12.3233 12.0837 12.3233 12.0837H12.4562C12.5018 12.0837 12.5426 12.0649 12.5961 12.0403C12.6985 11.993 12.8476 11.9243 13.1671 11.9243C13.6535 11.9243 12.5815 12.2878 12.3233 12.2878Z" fill="#409100"/>
|
|
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_15126">
|
|
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>`;export{C as flagNfNorfolkIslandIcon};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15236)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V19.5H2V4.5Z" fill="#F7FCFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H22V19.5H16V4.5Z" fill="#009933"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H8V19.5H2V4.5Z" fill="#009933"/>
|
|
7
|
+
</g>
|
|
8
|
+
<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"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_5982_15236">
|
|
11
|
+
<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"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>`;export{l as flagNgNigeriaIcon};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const e=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15281)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
5
|
+
<mask id="mask0_5982_15281" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15281)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#0080EC"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#0080EC"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 9.5C12.1178 9.5 12.2337 9.50815 12.3471 9.5239L12.2233 10.3214C12.1502 10.3118 12.0757 10.3068 12 10.3068C11.8899 10.3068 11.7823 10.3173 11.678 10.3374L11.6202 9.52867C11.744 9.50979 11.8709 9.5 12 9.5ZM12.7201 9.60526L12.5028 10.3827C13.1924 10.5969 13.6932 11.24 13.6932 12C13.6932 12.0187 13.6929 12.0373 13.6923 12.0558L14.497 12.124C14.499 12.083 14.5 12.0416 14.5 12C14.5 10.8696 13.7498 9.91444 12.7201 9.60526ZM14.1959 13.196C13.7997 13.9218 13.0541 14.4296 12.1852 14.4932V13.6832C12.6481 13.6328 13.055 13.3959 13.3291 13.0491L14.1959 13.196ZM9.8605 13.294C10.2755 13.9787 11.0099 14.4482 11.857 14.496V13.6872C11.3633 13.6459 10.9298 13.3928 10.6477 13.019L9.8605 13.294ZM9.50226 12.1072C9.50076 12.0716 9.5 12.0359 9.5 12C9.5 10.9385 10.1616 10.0315 11.0949 9.66886L11.3036 10.4562C10.7193 10.7202 10.3116 11.3062 10.3069 11.9879L9.50226 12.1072Z" fill="#D0AB00"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9845 10.0935L10.2739 13.0502H13.7219L11.9845 10.0935Z" fill="#7CDFFF"/>
|
|
13
|
+
<mask id="mask1_5982_15281" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="10" y="10" width="4" height="4">
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9845 10.0935L10.2739 13.0502H13.7219L11.9845 10.0935Z" fill="white"/>
|
|
15
|
+
</mask>
|
|
16
|
+
<g mask="url(#mask1_5982_15281)">
|
|
17
|
+
<path d="M12.0002 13.9488C12.8255 13.9488 13.4945 13.2798 13.4945 12.4545C13.4945 11.6292 12.8255 10.9602 12.0002 10.9602C11.1749 10.9602 10.5059 11.6292 10.5059 12.4545C10.5059 13.2798 11.1749 13.9488 12.0002 13.9488Z" stroke="#E31D1C" stroke-width="0.625"/>
|
|
18
|
+
<path d="M12.0002 13.9488C12.8255 13.9488 13.4945 13.2798 13.4945 12.4545C13.4945 11.6292 12.8255 10.9602 12.0002 10.9602C11.1749 10.9602 10.5059 11.6292 10.5059 12.4545C10.5059 13.2798 11.1749 13.9488 12.0002 13.9488Z" stroke="#FFD018" stroke-width="0.625"/>
|
|
19
|
+
<path d="M12.0002 13.9488C12.8255 13.9488 13.4945 13.2798 13.4945 12.4545C13.4945 11.6292 12.8255 10.9602 12.0002 10.9602C11.1749 10.9602 10.5059 11.6292 10.5059 12.4545C10.5059 13.2798 11.1749 13.9488 12.0002 13.9488Z" stroke="#4EDD00" stroke-width="0.625"/>
|
|
20
|
+
<path d="M12.0002 13.9488C12.8255 13.9488 13.4945 13.2798 13.4945 12.4545C13.4945 11.6292 12.8255 10.9602 12.0002 10.9602C11.1749 10.9602 10.5059 11.6292 10.5059 12.4545C10.5059 13.2798 11.1749 13.9488 12.0002 13.9488Z" stroke="#3D58DB" stroke-width="0.625"/>
|
|
21
|
+
<rect x="10.1367" y="12.1362" width="3.90909" height="1.13636" fill="#3D58DB"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3984 12.6193L11.1776 11.8446L11.4167 12.2319L11.5837 11.7595L11.7692 12.1136L11.9641 11.8446L12.2162 12.1136L12.4473 11.7595L12.6449 12.1136L12.8716 11.8446L13.4014 12.4075L13.4967 12.6193L10.3984 12.7765V12.6193Z" fill="#97C923"/>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
<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"/>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="clip0_5982_15281">
|
|
29
|
+
<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"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>`;export{e as flagNiNicaraguaIcon};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15124)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
5
|
+
<mask id="mask0_5982_15124" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15124)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#E31D1C"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#3D58DB"/>
|
|
11
|
+
</g>
|
|
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_15124">
|
|
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>`;export{l as flagNlNetherlandsIcon};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15303)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#E31D1C"/>
|
|
5
|
+
<mask id="mask0_5982_15303" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15303)">
|
|
9
|
+
<path d="M8.25 3.875H7.625V4.5V10.125H2H1.375V10.75V13.25V13.875H2H7.625V19.5V20.125H8.25H10.75H11.375V19.5V13.875H22H22.625V13.25V10.75V10.125H22H11.375V4.5V3.875H10.75H8.25Z" fill="#2E42A5" stroke="#F7FCFF" stroke-width="1.25"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<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"/>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="clip0_5982_15303">
|
|
15
|
+
<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"/>
|
|
16
|
+
</clipPath>
|
|
17
|
+
</defs>
|
|
18
|
+
</svg>`;export{l as flagNoNorwayIcon};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const L=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15123)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<rect x="2" y="4.5" width="20" height="15" fill="white"/>
|
|
5
|
+
<path d="M9.11834 12.4383L14.6718 18.9999H2.5V5.47785L14.001 11.6153H9.5H8.42178L9.11834 12.4383Z" fill="#C51918" stroke="#4857A1"/>
|
|
6
|
+
<mask id="mask0_5982_15123" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="14" height="16">
|
|
7
|
+
<path d="M9.11834 12.4383L14.6718 18.9999H2.5V5.47785L14.001 11.6153H9.5H8.42178L9.11834 12.4383Z" fill="white" stroke="white"/>
|
|
8
|
+
</mask>
|
|
9
|
+
<g mask="url(#mask0_5982_15123)">
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.64352 17.0448L4.87779 18.0233L4.84244 16.7885L3.63881 17.137L4.34735 16.1176L3.16557 15.7029L4.34735 15.2882L3.63881 14.2688L4.84244 14.6173L4.87779 13.3825L5.64352 14.361L6.40925 13.3825L6.4446 14.6173L7.64822 14.2688L6.93969 15.2882L8.12147 15.7029L6.93969 16.1176L7.64822 17.137L6.4446 16.7885L6.40925 18.0233L5.64352 17.0448Z" fill="#F7FCFF"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.625 9.73919L5.2251 10.2502L5.20664 9.60535L4.57805 9.78733L4.94808 9.25495L4.3309 9.03839L4.94808 8.82183L4.57805 8.28944L5.20664 8.47143L5.2251 7.82656L5.625 8.33758L6.0249 7.82656L6.04336 8.47143L6.67195 8.28944L6.30192 8.82183L6.9191 9.03839L6.30192 9.25495L6.67195 9.78733L6.04336 9.60535L6.0249 10.2502L5.625 9.73919Z" fill="#F7FCFF"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5407 9.58899C6.91074 9.59455 7.64121 8.80518 7.64121 8.80518C7.78571 9.7059 6.67001 10.3052 5.55406 10.3052C4.4381 10.3052 3.76245 9.48829 3.34619 8.80518C3.34619 8.80518 4.17066 9.58343 5.5407 9.58899Z" fill="#F9FAFA"/>
|
|
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_15123">
|
|
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>`;export{L as flagNpNepalIcon};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15122)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#2E42A5"/>
|
|
5
|
+
<mask id="mask0_5982_15122" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15122)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5V12H22V9.5H2Z" fill="#FECA00"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.51852 16.7373L6.55284 17.9906L6.50826 16.409L4.99034 16.8553L5.88389 15.5496L4.39352 15.0185L5.88389 14.4874L4.99034 13.1817L6.50826 13.628L6.55284 12.0465L7.51852 13.2998L8.4842 12.0465L8.52877 13.628L10.0467 13.1817L9.15315 14.4874L10.6435 15.0185L9.15315 15.5496L10.0467 16.8553L8.52877 16.409L8.4842 17.9906L7.51852 16.7373Z" fill="#F7FCFF"/>
|
|
11
|
+
</g>
|
|
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_15122">
|
|
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>`;export{l as flagNrNauruIcon};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const H=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15120)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#2E42A5"/>
|
|
5
|
+
<mask id="mask0_5982_15120" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15120)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#FECA00"/>
|
|
10
|
+
<path d="M0.585938 13.9557L4.55014 14.8728L13.0008 10.2035L13.895 9.68058L21.9223 5.4833L23.8239 4.15766L19.4741 3.7565L12.4606 7.71275L7.39228 10.2035L0.585938 13.9557Z" fill="white"/>
|
|
11
|
+
<path d="M0.934082 14.5118L3.06842 15.2119L23.0303 3.99128H20.0334L0.934082 14.5118Z" fill="#F50100"/>
|
|
12
|
+
<path d="M23.4818 13.7069L23.6392 14.6506L19.4497 14.873L12.6959 10.9172L12.0591 11.1348L-0.550222 4.75678L4.65592 3.75469L11.6159 7.59961L17.0606 10.2304L23.4818 13.7069Z" fill="white"/>
|
|
13
|
+
<path d="M23.4961 14.2733L21.3618 14.9734L12.8618 10.1693L10.3417 9.6325L-0.0368652 4.16407H2.96L13.3328 9.5027L16.088 10.1463L23.4961 14.2733Z" fill="#F50100"/>
|
|
14
|
+
<path d="M10.2431 3.71875V2.9375H9.46188V3.71875H10.2431ZM10.2431 7.46875V8.25H11.0244V7.46875H10.2431ZM1.21875 7.46875V6.6875H0.4375V7.46875H1.21875ZM1.21875 11.5312H0.4375V12.3125H1.21875V11.5312ZM10.2431 11.5312H11.0244V10.75H10.2431V11.5312ZM10.2431 16.5312H9.46188V17.3125H10.2431V16.5312ZM13.7985 16.5312V17.3125H14.5797V16.5312H13.7985ZM13.7985 11.5312V10.75H13.0172V11.5312H13.7985ZM22.7812 11.5312V12.3125H23.5625V11.5312H22.7812ZM22.7812 7.46875H23.5625V6.6875H22.7812V7.46875ZM13.7985 7.46875H13.0172V8.25H13.7985V7.46875ZM13.7985 3.71875H14.5797V2.9375H13.7985V3.71875ZM12.236 7.46875V8.25H13.0172V7.46875H12.236ZM12.236 5.28125H13.0172V4.5H12.236V5.28125ZM11.8056 5.28125V4.5H11.0244V5.28125H11.8056ZM11.8056 7.46875H11.0244V8.25H11.8056V7.46875ZM12.236 9.03125H13.0172V8.25H12.236V9.03125ZM11.8056 9.03125V8.25H11.0244V9.03125H11.8056ZM12.236 9.96875V10.75H13.0172V9.96875H12.236ZM11.8056 9.96875H11.0244V10.75H11.8056V9.96875ZM10.2431 9.03125H11.0244V8.25H10.2431V9.03125ZM2.78125 9.03125V8.25H2V9.03125H2.78125ZM2.78125 9.96875H2V10.75H2.78125V9.96875ZM10.2431 9.96875V10.75H11.0244V9.96875H10.2431ZM11.8056 11.5312V10.75H11.0244V11.5312H11.8056ZM11.8056 14.9688H11.0244V15.75H11.8056V14.9688ZM12.236 14.9688V15.75H13.0172V14.9688H12.236ZM12.236 11.5312H13.0172V10.75H12.236V11.5312ZM13.7985 9.03125V8.25H13.0172V9.03125H13.7985ZM13.7985 9.96875H13.0172V10.75H13.7985V9.96875ZM21.2188 9.03125H22V8.25H21.2188V9.03125ZM21.2188 9.96875V10.75H22V9.96875H21.2188ZM10.2431 4.5H11.0244V2.9375H10.2431V4.5ZM11.0244 4.5V3.71875H9.46188V4.5H11.0244ZM11.0244 7.46875V4.5H9.46188V7.46875H11.0244ZM2 8.25H10.2431V6.6875H2V8.25ZM1.21875 8.25H2V6.6875H1.21875V8.25ZM2 8.25V7.46875H0.4375V8.25H2ZM2 10.75V8.25H0.4375V10.75H2ZM2 11.5312V10.75H0.4375V11.5312H2ZM2 10.75H1.21875V12.3125H2V10.75ZM10.2431 10.75H2V12.3125H10.2431V10.75ZM11.0244 15.75V11.5312H9.46188V15.75H11.0244ZM11.0244 16.5312V15.75H9.46188V16.5312H11.0244ZM11.0244 15.75H10.2431V17.3125H11.0244V15.75ZM13.0172 15.75H11.0244V17.3125H13.0172V15.75ZM13.7985 15.75H13.0172V17.3125H13.7985V15.75ZM13.0172 15.75V16.5312H14.5797V15.75H13.0172ZM13.0172 11.5312V15.75H14.5797V11.5312H13.0172ZM22 10.75H13.7985V12.3125H22V10.75ZM22.7812 10.75H22V12.3125H22.7812V10.75ZM22 10.75V11.5312H23.5625V10.75H22ZM22 8.25V10.75H23.5625V8.25H22ZM22 7.46875V8.25H23.5625V7.46875H22ZM22 8.25H22.7812V6.6875H22V8.25ZM13.7985 8.25H22V6.6875H13.7985V8.25ZM13.0172 4.5V7.46875H14.5797V4.5H13.0172ZM13.0172 3.71875V4.5H14.5797V3.71875H13.0172ZM13.0172 4.5H13.7985V2.9375H13.0172V4.5ZM11.0244 4.5H13.0172V2.9375H11.0244V4.5ZM13.0172 7.46875V5.28125H11.4547V7.46875H13.0172ZM12.236 4.5H11.8056V6.0625H12.236V4.5ZM11.0244 5.28125V7.46875H12.5869V5.28125H11.0244ZM11.8056 8.25H12.236V6.6875H11.8056V8.25ZM12.236 8.25H11.8056V9.8125H12.236V8.25ZM13.0172 9.96875V9.03125H11.4547V9.96875H13.0172ZM11.8056 10.75H12.236V9.1875H11.8056V10.75ZM11.0244 9.03125V9.96875H12.5869V9.03125H11.0244ZM10.2431 8.25H2.78125V9.8125H10.2431V8.25ZM2 9.03125V9.96875H3.5625V9.03125H2ZM2.78125 10.75H10.2431V9.1875H2.78125V10.75ZM11.0244 9.96875V9.03125H9.46188V9.96875H11.0244ZM11.0244 11.5312V14.9688H12.5869V11.5312H11.0244ZM11.8056 15.75H12.236V14.1875H11.8056V15.75ZM13.0172 14.9688V11.5312H11.4547V14.9688H13.0172ZM12.236 10.75H11.8056V12.3125H12.236V10.75ZM13.0172 9.03125V9.96875H14.5797V9.03125H13.0172ZM21.2188 8.25H13.7985V9.8125H21.2188V8.25ZM22 9.96875V9.03125H20.4375V9.96875H22ZM13.7985 10.75H21.2188V9.1875H13.7985V10.75Z" fill="white"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0577 3.66675H10.9423V8.25008H2V10.7501H10.9423V16.5834H13.0577V10.7501H23.25V8.25008H13.0577V3.66675Z" fill="#F50100"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0312 11.125C12.9805 11.125 13.75 10.3555 13.75 9.40625C13.75 8.45701 12.9805 7.6875 12.0312 7.6875C11.082 7.6875 10.3125 8.45701 10.3125 9.40625C10.3125 10.3555 11.082 11.125 12.0312 11.125Z" fill="#2E42A5"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0625 9.93206L11.2513 10.4965L11.5375 9.55063L10.75 8.95359L11.738 8.93345L12.0625 8L12.387 8.93345L13.375 8.95359L12.5875 9.55063L12.8737 10.4965L12.0625 9.93206Z" fill="#FECA00"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.4375 9.86005L5.76153 10.3304L6 9.54219L5.34375 9.04466L6.16711 9.02788L6.4375 8.25L6.70789 9.02788L7.53125 9.04466L6.875 9.54219L7.11347 10.3304L6.4375 9.86005Z" fill="#FECA00"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.6875 9.86005L17.0115 10.3304L17.25 9.54219L16.5938 9.04466L17.4171 9.02788L17.6875 8.25L17.9579 9.02788L18.7812 9.04466L18.125 9.54219L18.3635 10.3304L17.6875 9.86005Z" fill="#FECA00"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0625 6.86005L11.3865 7.33044L11.625 6.54219L10.9688 6.04466L11.7921 6.02788L12.0625 5.25L12.3329 6.02788L13.1562 6.04466L12.5 6.54219L12.7385 7.33044L12.0625 6.86005Z" fill="#FECA00"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0625 13.4851L11.3865 13.9554L11.625 13.1672L10.9688 12.6697L11.7921 12.6529L12.0625 11.875L12.3329 12.6529L13.1562 12.6697L12.5 13.1672L12.7385 13.9554L12.0625 13.4851Z" fill="#FECA00"/>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
<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"/>
|
|
25
|
+
<defs>
|
|
26
|
+
<clipPath id="clip0_5982_15120">
|
|
27
|
+
<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"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
30
|
+
</svg>`;export{H as flagNuNiueIcon};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15116)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#2E42A5"/>
|
|
5
|
+
<g clip-path="url(#clip1_5982_15116)">
|
|
6
|
+
<rect width="11" height="9" transform="translate(2 4.5)" fill="#2E42A5"/>
|
|
7
|
+
<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"/>
|
|
8
|
+
<path d="M1.08643 13.3855L2.34763 14.0156L14.1433 3.91705H12.3724L1.08643 13.3855Z" fill="#F50100"/>
|
|
9
|
+
<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"/>
|
|
10
|
+
<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"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H7V8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5Z" fill="#F50100"/>
|
|
12
|
+
<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"/>
|
|
13
|
+
</g>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5332 17.3125L16.4311 17.8919L16.6416 16.6647L15.75 15.7956L16.9822 15.6165L17.5332 14.5L18.0843 15.6165L19.3165 15.7956L18.4248 16.6647L18.6353 17.8919L17.5332 17.3125Z" fill="#F50100" stroke="#F7FCFF" stroke-width="0.5"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.25 13.1686L14.4002 13.6154L14.5625 12.6691L13.875 11.999L14.8251 11.8609L15.25 11L15.6749 11.8609L16.625 11.999L15.9375 12.6691L16.0998 13.6154L15.25 13.1686Z" fill="#F50100" stroke="#F7FCFF" stroke-width="0.5"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6235 13.1662L18.7746 13.6125L18.9367 12.6673L18.25 11.9979L19.199 11.86L19.6235 11L20.0479 11.86L20.9969 11.9979L20.3102 12.6673L20.4723 13.6125L19.6235 13.1662Z" fill="#F50100" stroke="#F7FCFF" stroke-width="0.5"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.75 9.66864L16.9002 10.1154L17.0625 9.16914L16.375 8.499L17.3251 8.36094L17.75 7.5L18.1749 8.36094L19.125 8.499L18.4375 9.16914L18.5998 10.1154L17.75 9.66864Z" fill="#F50100" stroke="#F7FCFF" stroke-width="0.5"/>
|
|
18
|
+
</g>
|
|
19
|
+
<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"/>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_5982_15116">
|
|
22
|
+
<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"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
<clipPath id="clip1_5982_15116">
|
|
25
|
+
<rect width="11" height="9" fill="white" transform="translate(2 4.5)"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
</defs>
|
|
28
|
+
</svg>`;export{l as flagNzNewZealandAotearoaIcon};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15114)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F50101"/>
|
|
5
|
+
<mask id="mask0_5982_15114" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15114)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#5EAA22"/>
|
|
11
|
+
<rect x="2" y="4.5" width="7.5" height="15" fill="#F50101"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.73161 5.77058C8.73752 5.71356 8.66459 5.69163 8.63551 5.74102C8.40871 6.1263 7.84023 7.04283 6.90444 8.24138V7.66783C6.81518 7.57082 6.53061 7.30983 6.53061 7.30983V6.73713L7.04541 6.27126L6.33837 5.75004L5.59315 6.27126L6.15644 6.73713V7.30983C6.15644 7.58446 5.81494 7.66783 5.81494 7.66783L5.75242 8.17301C4.88182 7.04251 4.33904 6.16105 4.10919 5.76707C4.07952 5.71623 4.00491 5.74018 4.01368 5.79839C4.08306 6.25911 4.29055 7.28137 4.86373 8.37282H4.71V8.3525C4.71 8.32248 4.68567 8.29815 4.65565 8.29815H3.33772C3.3077 8.29815 3.28337 8.32248 3.28337 8.3525V9.1813C3.28337 9.21132 3.3077 9.23565 3.33772 9.23565H4.65565C4.68567 9.23565 4.71 9.21132 4.71 9.1813V8.74618H4.87598C4.93228 8.87599 5.06156 8.96748 5.21276 8.97014C5.31837 9.13309 5.43292 9.2956 5.55712 9.45608C5.2714 9.42782 3.38305 9.26705 3.38305 9.95404C3.38305 10.3641 3.84236 10.5812 4.41838 10.6934C3.83838 11.2186 3.29094 11.7127 3.03906 11.94C2.99819 11.9769 3.03014 12.0407 3.08356 12.0275C3.53337 11.916 4.7124 11.5721 5.83479 10.8064L5.86975 10.8064C6.18585 10.8064 6.40571 10.6693 6.55851 10.4837C7.70009 11.4155 8.99159 11.8459 9.55221 12.0001C9.61038 12.0161 9.64183 11.9408 9.59227 11.9064C9.13691 11.5903 8.1101 10.8297 7.06017 9.72477L7.08772 9.69252C7.30193 9.43973 7.48858 9.17971 7.65121 8.91899C7.71927 8.8792 7.77346 8.81866 7.80489 8.74618H7.97087V9.1813C7.97087 9.21132 7.9952 9.23565 8.02522 9.23565H9.34315C9.37317 9.23565 9.3975 9.21132 9.3975 9.1813V8.3525C9.3975 8.32248 9.37317 8.29815 9.34315 8.29815H8.02522C8.0113 8.29815 7.99861 8.30338 7.98899 8.31199C8.52795 7.22105 8.68617 6.20879 8.73161 5.77058ZM7.97087 8.37282V8.3525L7.97105 8.34805L7.95858 8.37282H7.97087ZM5.52522 8.60057C5.52522 8.76759 5.38835 8.90299 5.21951 8.90299C5.05068 8.90299 4.91381 8.76759 4.91381 8.60057C4.91381 8.43355 5.05068 8.29815 5.21951 8.29815C5.38835 8.29815 5.52522 8.43355 5.52522 8.60057ZM7.15565 8.60057C7.15565 8.76759 7.29252 8.90299 7.46136 8.90299C7.6302 8.90299 7.76707 8.76759 7.76707 8.60057C7.76707 8.43355 7.6302 8.29815 7.46136 8.29815C7.29252 8.29815 7.15565 8.43355 7.15565 8.60057Z" fill="#F7FCFF"/>
|
|
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_15114">
|
|
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>`;export{l as flagOmOmanIcon};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15182)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
5
|
+
<mask id="mask0_5982_15182" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15182)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.5V12H22V4.5H12Z" fill="#E31D1C"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3882 16.4685L14.9492 17.3589L15.5078 15.8641L14.2847 14.7324H15.7683L16.3882 13.1155L16.8613 14.7324H18.3472L17.2763 15.8641L17.8006 17.3589L16.3882 16.4685Z" fill="#E31D1C"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.63819 9.728L6.19917 10.6184L6.75784 9.12362L5.53467 7.99194H7.01829L7.63819 6.375L8.11126 7.99194H9.59717L8.52631 9.12362L9.05061 10.6184L7.63819 9.728Z" fill="#2E42A5"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12V19.5H12V12H2Z" fill="#2E42A5"/>
|
|
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_15182">
|
|
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>`;export{l as flagPaPanamaIcon};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
const C=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15270)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4.5H17.625V19.5H7V4.5Z" fill="#F7FCFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 4.5H22V19.5H17V4.5Z" fill="#F50101"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H7V19.5H2V4.5Z" fill="#F50101"/>
|
|
7
|
+
<path d="M11.8382 9.96566L11.8591 10.1919C11.2351 10.255 10.8979 9.95007 10.8979 9.31724C10.8979 8.68929 11.2278 8.35551 11.848 8.35156L11.8493 8.57883C11.3468 8.58203 11.1153 8.81628 11.1153 9.31724C11.1153 9.81331 11.3395 10.0161 11.8382 9.96566Z" fill="#A2BB6A"/>
|
|
8
|
+
<path d="M12.1145 9.96566L12.0935 10.1919C12.7176 10.255 13.0547 9.95007 13.0547 9.31724C13.0547 8.68929 12.7248 8.35551 12.1047 8.35156L12.1033 8.57883C12.6058 8.58203 12.8373 8.81628 12.8373 9.31724C12.8373 9.81331 12.6131 10.0161 12.1145 9.96566Z" fill="#A2BB6A"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4624 15.2017C11.283 15.266 10.0664 15.2017 10.0664 15.2017V15.5405H10.873C11.1421 15.5405 11.2438 15.5887 11.3371 15.6329C11.4162 15.6704 11.4893 15.7049 11.653 15.7049C11.972 15.7049 11.9661 15.4677 11.9613 15.2702C11.9607 15.2466 11.9601 15.2237 11.9601 15.2017C11.9601 15.1178 11.9732 15.071 11.9834 15.0346C11.9983 14.9816 12.0069 14.9506 11.9601 14.8593C11.8811 14.7054 11.1298 14.726 11.1298 14.8593C11.1298 14.9222 11.2437 14.9877 11.3452 15.046C11.459 15.1113 11.5572 15.1678 11.4624 15.2017ZM12.5558 15.2017C12.7352 15.266 13.9518 15.2017 13.9518 15.2017V15.5405H13.1452C12.8761 15.5405 12.7744 15.5887 12.681 15.6329C12.6019 15.6704 12.5289 15.7049 12.3651 15.7049C12.0462 15.7049 12.052 15.4677 12.0569 15.2702C12.0575 15.2466 12.058 15.2237 12.058 15.2017C12.058 15.1178 12.0449 15.071 12.0347 15.0346C12.0199 14.9816 12.0112 14.9506 12.058 14.8593C12.1371 14.7054 12.8884 14.726 12.8884 14.8593C12.8884 14.9222 12.7745 14.9877 12.6729 15.046C12.5592 15.1113 12.461 15.1678 12.5558 15.2017Z" fill="#E31D1C"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2544 15.234C12.2544 15.234 13.2037 15.1397 13.4184 14.7974C13.6331 14.455 13.9908 13.8705 14.1165 13.729C14.2423 13.5875 14.2504 13.9311 14.2504 13.9311C14.2504 13.9311 14.4579 14.2254 14.4579 13.8491C14.4579 13.4729 14.3103 13.7358 14.1165 13.1696C13.9228 12.6035 13.8137 12.0482 13.8682 11.9641C13.9228 11.8801 14.0518 12.0482 14.0518 11.9641C14.0518 11.8801 14.0518 11.7155 14.0518 11.7155L14.2504 11.9641L14.4579 11.8854C14.4579 11.8854 14.6287 12.2511 14.7339 12.3644C14.8391 12.4776 14.9006 12.2127 14.8698 11.9641C14.8391 11.7155 14.4579 11.7155 14.4579 11.7155C14.4579 11.7155 13.9704 11.4528 13.9704 11.3426C13.9704 11.2325 14.1811 11.2653 14.1811 11.2653L14.1165 10.9243C14.1165 10.9243 14.2908 11.1314 14.3743 11.0279C14.4579 10.9243 14.2504 10.7426 14.2504 10.7426H14.5812V10.5829L14.7339 10.6684L14.5812 10.3196C14.5812 10.3196 14.1333 10.3871 14.0518 10.3196C13.9704 10.2522 13.7139 9.98932 13.7139 9.98932V9.86453H13.5661L13.7139 9.61421V9.2156L14.2504 9.32257V9.02783C14.2504 9.02783 15.0058 9.39606 14.8698 9.69269C14.7339 9.98932 14.7339 10.3196 14.7339 10.3196V10.5829C14.7339 10.5829 14.7565 10.5023 14.8698 10.5023C14.9832 10.5023 15.1121 10.5609 15.1121 10.7426C15.1121 10.9243 15.3429 10.6684 15.3429 10.6684V11.4244C15.3429 11.4244 15.3972 11.5061 15.5158 11.4244C15.6344 11.3426 15.5824 11.4064 15.2261 11.8854C14.8698 12.3644 14.9982 12.3656 15.1121 12.2483C15.2261 12.1309 15.6887 11.7973 15.5158 11.9641C15.3429 12.1309 15.3315 12.4804 15.5158 12.3644C15.7001 12.2483 15.6645 12.1657 15.6645 12.3644C15.6645 12.563 15.3401 13.2392 15.2261 13.3451C15.1121 13.451 15.0058 13.5161 14.8698 13.6226C14.7339 13.729 14.5812 13.8548 14.5812 13.9311C14.5812 14.0075 14.8698 13.8491 14.8698 13.8491L14.7339 14.3345H14.9981C14.9981 14.3345 14.7878 14.979 14.3743 14.979C13.9608 14.979 13.6492 14.979 13.5661 14.979C13.483 14.979 13.1076 15.156 13.1076 15.156L12.833 15.234C12.833 15.234 13.2708 15.2759 13.4184 15.4074C13.5661 15.5388 13.4184 15.6305 13.4184 15.6305C13.4184 15.6305 13.0132 15.5903 12.7107 15.4988C12.4083 15.4074 12.2544 15.5807 12.2544 15.4074C12.2544 15.234 12.2544 15.234 12.2544 15.234Z" fill="#00A854"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9892 10.068C14.9892 10.1307 14.9405 10.1816 14.8805 10.1816C14.8205 10.1816 14.7718 10.1307 14.7718 10.068C14.7718 10.0052 14.8205 9.95435 14.8805 9.95435C14.9405 9.95435 14.9892 10.0052 14.9892 10.068ZM14.4457 10.5225C14.4457 10.5853 14.3971 10.6362 14.337 10.6362C14.277 10.6362 14.2283 10.5853 14.2283 10.5225C14.2283 10.4598 14.277 10.4089 14.337 10.4089C14.3971 10.4089 14.4457 10.4598 14.4457 10.5225ZM14.9892 10.4089C15.0492 10.4089 15.0979 10.358 15.0979 10.2953C15.0979 10.2325 15.0492 10.1816 14.9892 10.1816C14.9292 10.1816 14.8805 10.2325 14.8805 10.2953C14.8805 10.358 14.9292 10.4089 14.9892 10.4089ZM14.7718 12.1134C14.7718 12.1762 14.7231 12.2271 14.6631 12.2271C14.6031 12.2271 14.5544 12.1762 14.5544 12.1134C14.5544 12.0507 14.6031 11.9998 14.6631 11.9998C14.7231 11.9998 14.7718 12.0507 14.7718 12.1134ZM14.2283 13.5907C14.2884 13.5907 14.337 13.5398 14.337 13.4771C14.337 13.4143 14.2884 13.3634 14.2283 13.3634C14.1683 13.3634 14.1196 13.4143 14.1196 13.4771C14.1196 13.5398 14.1683 13.5907 14.2283 13.5907ZM15.0979 13.818C15.0979 13.8807 15.0492 13.9316 14.9892 13.9316C14.9292 13.9316 14.8805 13.8807 14.8805 13.818C14.8805 13.7552 14.9292 13.7043 14.9892 13.7043C15.0492 13.7043 15.0979 13.7552 15.0979 13.818ZM15.2066 13.7043C15.2666 13.7043 15.3153 13.6535 15.3153 13.5907C15.3153 13.5279 15.2666 13.4771 15.2066 13.4771C15.1466 13.4771 15.0979 13.5279 15.0979 13.5907C15.0979 13.6535 15.1466 13.7043 15.2066 13.7043ZM15.2066 11.9998C15.2066 12.0626 15.1579 12.1134 15.0979 12.1134C15.0379 12.1134 14.9892 12.0626 14.9892 11.9998C14.9892 11.937 15.0379 11.8862 15.0979 11.8862C15.1579 11.8862 15.2066 11.937 15.2066 11.9998Z" fill="#C51918"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8035 15.0339C11.8035 15.0339 10.0762 14.6926 9.98172 14.0318C9.88725 13.371 9.88857 12.6676 9.88857 12.6676L9.7284 13.0975C9.7284 13.0975 9.72031 12.5122 10.0488 12.0948C10.3774 11.6773 9.63817 12.3714 9.63817 12.3714C9.63817 12.3714 10.0124 11.7812 10.1683 11.7251C10.3241 11.6689 9.54216 12.0948 9.54216 12.0948C9.54216 12.0948 9.76617 11.5996 9.9403 11.4595C10.1144 11.3194 9.54216 11.7251 9.54216 11.7251C9.54216 11.7251 9.67165 11.2339 9.82652 11.1167C9.9814 10.9995 9.32043 11.7251 9.32043 11.7251C9.32043 11.7251 9.66911 10.6028 9.86556 10.498C10.062 10.3933 9.54216 10.7038 9.54216 10.7038C9.54216 10.7038 9.86059 10.2238 10.1458 9.98519C10.431 9.74657 9.63028 10.0869 9.7284 10.0869C9.7284 10.0869 10.0179 9.75996 10.1843 9.66766C10.3507 9.57537 9.54216 9.98519 9.54216 9.98519C9.54216 9.98519 10.1225 9.34477 10.2965 9.25049C10.4705 9.1562 9.44246 9.75907 9.44246 9.75907C9.44246 9.75907 9.50249 9.47981 9.52841 9.28024C9.55433 9.08067 9.05215 9.8272 9.12033 10.498C9.18851 11.1689 8.84713 9.98519 8.84713 9.98519C8.84713 9.98519 8.70976 10.2422 9.04347 10.9153L8.68178 10.4083C8.68178 10.4083 8.73124 10.8684 8.84713 11.1167C8.96302 11.3651 8.51818 10.7038 8.51818 10.7038C8.51818 10.7038 8.43307 11.1167 8.51818 11.1167C8.51818 11.1167 9.02612 11.7953 9.04495 11.9932C9.06378 12.1911 8.47449 11.2868 8.39562 11.2868C8.31676 11.2868 8.27307 11.5772 8.39562 11.5772C8.51818 11.5772 8.75033 11.9932 8.75033 11.9932C8.75033 11.9932 8.44862 11.7752 8.38393 11.7623C8.31924 11.7494 8.43471 11.8916 8.51818 11.9932C8.51818 11.9932 8.28216 12.1856 8.30009 12.3314C8.31803 12.4772 8.94334 12.508 9.21586 13.2C9.21586 13.2 8.65242 12.9021 8.51818 12.9021C8.38393 12.9021 8.73436 13.2132 8.84713 13.3159C8.9599 13.4186 8.67337 13.2132 8.59577 13.3159C8.51818 13.4186 9.0248 13.8572 9.12033 13.8572C9.21586 13.8572 8.75033 13.8572 8.75033 13.8572C8.75033 13.8572 8.87405 14.0318 9.04495 14.0318C9.21586 14.0318 9.82652 14.3062 9.82652 14.3952C9.82652 14.4841 9.31138 14.2813 9.21586 14.2813C9.12033 14.2813 9.88841 15.0063 10.2965 15.0339C10.7046 15.0616 10.9624 15.1711 11.1384 15.1711C11.3143 15.1711 11.438 15.1711 11.438 15.1711L10.6068 15.5946C10.6068 15.5946 10.5229 15.5946 10.8835 15.5946C11.244 15.5946 11.5198 15.6948 11.6616 15.4876C11.8035 15.2805 11.8035 15.0339 11.8035 15.0339Z" fill="#00A854"/>
|
|
13
|
+
<mask id="path-12-outside-1_5982_15270" maskUnits="userSpaceOnUse" x="9.23584" y="8.05078" width="6" height="8" fill="black">
|
|
14
|
+
<rect fill="white" x="9.23584" y="8.05078" width="6" height="8"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0545 10.0657C12.0711 10.0563 12.0804 10.0508 12.0804 10.0508V10.0802C12.2007 10.1466 12.5037 10.3022 12.7007 10.3022C12.9511 10.3022 13.2915 10.0508 13.2915 10.0508L13.861 10.855C13.861 10.855 13.4775 11.6589 13.771 12.6413C14.0645 13.6237 13.7554 14.3812 12.4502 14.4653C12.4502 14.4653 12.1931 14.5141 12.0804 14.592V14.664C12.0804 14.6461 12.0708 14.6291 12.0545 14.6131C12.0382 14.6291 12.0285 14.6461 12.0285 14.664V14.592C11.9159 14.5141 11.6587 14.4653 11.6587 14.4653C10.3535 14.3812 10.0445 13.6237 10.338 12.6413C10.6315 11.6589 10.2479 10.855 10.2479 10.855L10.8174 10.0508C10.8174 10.0508 11.1578 10.3022 11.4083 10.3022C11.6053 10.3022 11.9082 10.1466 12.0285 10.0802V10.0508C12.0285 10.0508 12.0378 10.0563 12.0545 10.0657Z"/>
|
|
16
|
+
</mask>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0545 10.0657C12.0711 10.0563 12.0804 10.0508 12.0804 10.0508V10.0802C12.2007 10.1466 12.5037 10.3022 12.7007 10.3022C12.9511 10.3022 13.2915 10.0508 13.2915 10.0508L13.861 10.855C13.861 10.855 13.4775 11.6589 13.771 12.6413C14.0645 13.6237 13.7554 14.3812 12.4502 14.4653C12.4502 14.4653 12.1931 14.5141 12.0804 14.592V14.664C12.0804 14.6461 12.0708 14.6291 12.0545 14.6131C12.0382 14.6291 12.0285 14.6461 12.0285 14.664V14.592C11.9159 14.5141 11.6587 14.4653 11.6587 14.4653C10.3535 14.3812 10.0445 13.6237 10.338 12.6413C10.6315 11.6589 10.2479 10.855 10.2479 10.855L10.8174 10.0508C10.8174 10.0508 11.1578 10.3022 11.4083 10.3022C11.6053 10.3022 11.9082 10.1466 12.0285 10.0802V10.0508C12.0285 10.0508 12.0378 10.0563 12.0545 10.0657Z" fill="#E8AA00"/>
|
|
18
|
+
<path d="M12.0804 10.0508H12.7054V8.95055L11.7603 9.51394L12.0804 10.0508ZM12.0545 10.0657L11.7463 10.6095L12.0545 10.7842L12.3627 10.6095L12.0545 10.0657ZM12.0804 10.0802H11.4554V10.4492L11.7785 10.6275L12.0804 10.0802ZM13.2915 10.0508L13.8015 9.68956L13.433 9.16927L12.9202 9.54803L13.2915 10.0508ZM13.861 10.855L14.4251 11.1241L14.5831 10.7931L14.3711 10.4938L13.861 10.855ZM13.771 12.6413L13.1721 12.8202L13.771 12.6413ZM12.4502 14.4653L12.41 13.8416L12.3715 13.8441L12.3336 13.8513L12.4502 14.4653ZM12.0804 14.592L11.725 14.0779L11.4554 14.2643V14.592H12.0804ZM12.0545 14.6131L12.4921 14.1669L12.0545 13.7376L11.6168 14.1669L12.0545 14.6131ZM12.0285 14.592H12.6535V14.2643L12.3839 14.0779L12.0285 14.592ZM11.6587 14.4653L11.7754 13.8513L11.7374 13.8441L11.6989 13.8416L11.6587 14.4653ZM10.2479 10.855L9.73785 10.4938L9.52586 10.7931L9.68381 11.1241L10.2479 10.855ZM10.8174 10.0508L11.1887 9.54803L10.6759 9.16927L10.3074 9.68956L10.8174 10.0508ZM12.0285 10.0802L12.3305 10.6275L12.6535 10.4492V10.0802H12.0285ZM12.0285 10.0508L12.3486 9.51394L11.4035 8.95055V10.0508H12.0285ZM12.0804 10.0508C11.7603 9.51394 11.7604 9.51393 11.7604 9.51393C11.7604 9.51392 11.7604 9.51392 11.7604 9.51391C11.7604 9.51391 11.7604 9.5139 11.7604 9.51389C11.7605 9.51388 11.7605 9.51386 11.7605 9.51385C11.7606 9.51382 11.7606 9.51379 11.7606 9.51376C11.7607 9.51371 11.7608 9.51366 11.7609 9.51361C11.761 9.51353 11.7612 9.51346 11.7612 9.51341C11.7614 9.51331 11.7614 9.5133 11.7613 9.51336C11.7611 9.51348 11.7604 9.51391 11.7592 9.51462C11.7567 9.51604 11.7523 9.51857 11.7463 9.52202L12.3627 10.6095C12.3732 10.6035 12.3818 10.5985 12.3882 10.5948C12.3913 10.593 12.394 10.5914 12.396 10.5902C12.3971 10.5896 12.3979 10.5891 12.3987 10.5887C12.399 10.5884 12.3994 10.5883 12.3997 10.5881C12.3998 10.588 12.3999 10.5879 12.4001 10.5878C12.4001 10.5878 12.4002 10.5878 12.4003 10.5877C12.4003 10.5877 12.4003 10.5877 12.4003 10.5877C12.4004 10.5877 12.4004 10.5877 12.4004 10.5876C12.4004 10.5876 12.4004 10.5876 12.4004 10.5876C12.4004 10.5876 12.4004 10.5876 12.0804 10.0508ZM12.7054 10.0802V10.0508H11.4554V10.0802H12.7054ZM11.7785 10.6275C11.8494 10.6666 11.9786 10.7347 12.1252 10.7946C12.2519 10.8464 12.4727 10.9272 12.7007 10.9272V9.67717C12.7268 9.67717 12.7295 9.68124 12.7001 9.67334C12.6746 9.66647 12.6401 9.65468 12.5983 9.63759C12.5141 9.60315 12.4317 9.56025 12.3823 9.533L11.7785 10.6275ZM12.7007 10.9272C12.9931 10.9272 13.2595 10.7952 13.3869 10.7264C13.4649 10.6843 13.5311 10.643 13.5779 10.6122C13.6016 10.5966 13.621 10.5833 13.6353 10.5732C13.6425 10.5682 13.6485 10.5639 13.6531 10.5606C13.6554 10.559 13.6573 10.5575 13.659 10.5563C13.6598 10.5557 13.6605 10.5552 13.6611 10.5547C13.6614 10.5545 13.6617 10.5543 13.662 10.5541C13.6622 10.554 13.6623 10.5539 13.6624 10.5538C13.6625 10.5538 13.6626 10.5537 13.6626 10.5537C13.6627 10.5536 13.6628 10.5535 13.2915 10.0508C12.9202 9.54803 12.9203 9.54796 12.9204 9.5479C12.9204 9.54788 12.9205 9.54782 12.9205 9.54778C12.9206 9.5477 12.9207 9.54763 12.9208 9.54756C12.921 9.54742 12.9212 9.54729 12.9213 9.54718C12.9216 9.54695 12.9219 9.54678 12.922 9.54667C12.9224 9.54643 12.9224 9.54642 12.9221 9.5466C12.9216 9.54697 12.92 9.54813 12.9174 9.54996C12.9121 9.55366 12.903 9.55993 12.8909 9.56792C12.866 9.58428 12.8315 9.60577 12.793 9.62652C12.7534 9.64793 12.7183 9.66378 12.6916 9.67318C12.6603 9.68416 12.6663 9.67717 12.7007 9.67717V10.9272ZM12.7814 10.412L13.351 11.2162L14.3711 10.4938L13.8015 9.68956L12.7814 10.412ZM13.861 10.855C13.297 10.5859 13.2968 10.5861 13.2967 10.5863C13.2967 10.5864 13.2966 10.5866 13.2965 10.5867C13.2964 10.5871 13.2962 10.5874 13.2961 10.5877C13.2958 10.5884 13.2954 10.5891 13.295 10.5899C13.2943 10.5914 13.2935 10.5932 13.2926 10.5951C13.2908 10.5991 13.2886 10.6038 13.2862 10.6093C13.2812 10.6204 13.275 10.6346 13.2678 10.652C13.2535 10.6866 13.2351 10.7336 13.215 10.7917C13.1749 10.9076 13.1273 11.0696 13.0911 11.2673C13.0191 11.6614 12.9903 12.2116 13.1721 12.8202L14.3698 12.4624C14.2582 12.0887 14.2744 11.7457 14.3207 11.4922C14.3438 11.3661 14.3737 11.2658 14.3964 11.2002C14.4076 11.1676 14.417 11.1441 14.4224 11.1309C14.4252 11.1244 14.4269 11.1204 14.4274 11.1192C14.4277 11.1186 14.4277 11.1187 14.4273 11.1195C14.4271 11.1199 14.4268 11.1205 14.4265 11.1213C14.4263 11.1217 14.4261 11.1221 14.4259 11.1226C14.4258 11.1228 14.4256 11.1231 14.4255 11.1233C14.4254 11.1234 14.4253 11.1236 14.4253 11.1237C14.4252 11.1239 14.4251 11.1241 13.861 10.855ZM13.1721 12.8202C13.2956 13.2335 13.2463 13.454 13.1816 13.5565C13.1277 13.6419 12.9594 13.8062 12.41 13.8416L12.4904 15.089C13.2463 15.0403 13.8851 14.7837 14.2386 14.2238C14.5814 13.6809 14.5398 13.0315 14.3698 12.4624L13.1721 12.8202ZM12.4502 14.4653C12.3336 13.8513 12.3335 13.8513 12.3334 13.8513C12.3334 13.8513 12.3333 13.8513 12.3333 13.8513C12.3332 13.8513 12.3331 13.8514 12.333 13.8514C12.3328 13.8514 12.3326 13.8515 12.3323 13.8515C12.3319 13.8516 12.3313 13.8517 12.3307 13.8518C12.3295 13.852 12.3281 13.8523 12.3264 13.8527C12.323 13.8533 12.3186 13.8542 12.3133 13.8553C12.3028 13.8575 12.2886 13.8605 12.2716 13.8643C12.238 13.8718 12.1913 13.883 12.139 13.8976C12.0606 13.9196 11.876 13.9735 11.725 14.0779L12.4357 15.1062C12.406 15.1267 12.3918 15.1298 12.4122 15.1219C12.4271 15.1161 12.4491 15.1089 12.4761 15.1013C12.5022 15.094 12.5268 15.0881 12.545 15.084C12.5538 15.082 12.5606 15.0806 12.5646 15.0798C12.5666 15.0794 12.5678 15.0791 12.5683 15.079C12.5685 15.079 12.5685 15.079 12.5682 15.079C12.5681 15.0791 12.568 15.0791 12.5677 15.0791C12.5676 15.0792 12.5675 15.0792 12.5674 15.0792C12.5673 15.0792 12.5672 15.0792 12.5671 15.0792C12.5671 15.0793 12.567 15.0793 12.567 15.0793C12.567 15.0793 12.5669 15.0793 12.4502 14.4653ZM12.7054 14.664V14.592H11.4554V14.664H12.7054ZM11.6168 15.0593C11.5731 15.0164 11.4554 14.8824 11.4554 14.664H12.7054C12.7054 14.4098 12.5685 14.2417 12.4921 14.1669L11.6168 15.0593ZM11.6168 14.1669C11.5405 14.2417 11.4035 14.4098 11.4035 14.664H12.6535C12.6535 14.8824 12.5358 15.0164 12.4921 15.0593L11.6168 14.1669ZM12.6535 14.664V14.592H11.4035V14.664H12.6535ZM11.6587 14.4653C11.542 15.0793 11.542 15.0793 11.5419 15.0793C11.5419 15.0793 11.5418 15.0793 11.5418 15.0792C11.5417 15.0792 11.5416 15.0792 11.5416 15.0792C11.5414 15.0792 11.5413 15.0792 11.5412 15.0791C11.541 15.0791 11.5408 15.0791 11.5407 15.079C11.5405 15.079 11.5405 15.079 11.5407 15.079C11.5411 15.0791 11.5423 15.0794 11.5443 15.0798C11.5483 15.0806 11.5551 15.082 11.564 15.084C11.5821 15.0881 11.6068 15.094 11.6328 15.1013C11.6599 15.1089 11.6818 15.1161 11.6968 15.1219C11.7171 15.1298 11.7029 15.1267 11.6732 15.1062L12.3839 14.0779C12.2329 13.9735 12.0483 13.9196 11.9699 13.8976C11.9176 13.883 11.8709 13.8718 11.8373 13.8643C11.8203 13.8605 11.8061 13.8575 11.7956 13.8553C11.7903 13.8542 11.786 13.8533 11.7826 13.8527C11.7809 13.8523 11.7794 13.852 11.7782 13.8518C11.7776 13.8517 11.7771 13.8516 11.7766 13.8515C11.7763 13.8515 11.7761 13.8514 11.7759 13.8514C11.7758 13.8514 11.7757 13.8513 11.7756 13.8513C11.7756 13.8513 11.7755 13.8513 11.7755 13.8513C11.7754 13.8513 11.7754 13.8513 11.6587 14.4653ZM9.73912 12.4624C9.56908 13.0315 9.52757 13.6809 9.87033 14.2238C10.2238 14.7837 10.8627 15.0403 11.6185 15.089L11.6989 13.8416C11.1495 13.8062 10.9812 13.6419 10.9273 13.5565C10.8626 13.454 10.8133 13.2335 10.9368 12.8202L9.73912 12.4624ZM10.2479 10.855C9.68381 11.1241 9.68371 11.1239 9.68361 11.1237C9.68358 11.1236 9.68348 11.1234 9.68342 11.1233C9.6833 11.1231 9.68318 11.1228 9.68307 11.1226C9.68284 11.1221 9.68264 11.1217 9.68246 11.1213C9.6821 11.1205 9.68182 11.1199 9.68164 11.1195C9.68126 11.1187 9.68122 11.1186 9.68149 11.1192C9.68202 11.1204 9.68377 11.1244 9.6865 11.1309C9.69198 11.1441 9.70129 11.1676 9.71257 11.2002C9.73524 11.2658 9.76513 11.3661 9.78819 11.4922C9.83454 11.7457 9.85077 12.0887 9.73912 12.4624L10.9368 12.8202C11.1187 12.2116 11.0899 11.6614 11.0178 11.2673C10.9816 11.0696 10.934 10.9076 10.8939 10.7917C10.8738 10.7336 10.8555 10.6866 10.8411 10.652C10.8339 10.6346 10.8277 10.6204 10.8228 10.6093C10.8203 10.6038 10.8181 10.5991 10.8163 10.5951C10.8154 10.5932 10.8146 10.5914 10.8139 10.5899C10.8135 10.5891 10.8132 10.5884 10.8129 10.5877C10.8127 10.5874 10.8125 10.5871 10.8124 10.5867C10.8123 10.5866 10.8122 10.5864 10.8122 10.5863C10.8121 10.5861 10.812 10.5859 10.2479 10.855ZM10.3074 9.68956L9.73785 10.4938L10.7579 11.2162L11.3275 10.412L10.3074 9.68956ZM11.4083 9.67717C11.4426 9.67717 11.4486 9.68416 11.4173 9.67318C11.3906 9.66378 11.3556 9.64793 11.3159 9.62652C11.2774 9.60577 11.2429 9.58428 11.218 9.56792C11.2059 9.55993 11.1968 9.55366 11.1915 9.54996C11.1889 9.54813 11.1873 9.54697 11.1868 9.5466C11.1866 9.54642 11.1866 9.54643 11.1869 9.54667C11.1871 9.54678 11.1873 9.54695 11.1876 9.54718C11.1877 9.54729 11.1879 9.54742 11.1881 9.54756C11.1882 9.54763 11.1883 9.5477 11.1884 9.54778C11.1885 9.54782 11.1886 9.54788 11.1886 9.5479C11.1887 9.54796 11.1887 9.54803 10.8174 10.0508C10.4462 10.5535 10.4462 10.5536 10.4463 10.5537C10.4464 10.5537 10.4464 10.5538 10.4465 10.5538C10.4466 10.5539 10.4468 10.554 10.4469 10.5541C10.4472 10.5543 10.4475 10.5545 10.4478 10.5547C10.4484 10.5552 10.4492 10.5557 10.45 10.5563C10.4516 10.5575 10.4536 10.559 10.4559 10.5606C10.4605 10.5639 10.4664 10.5682 10.4736 10.5732C10.4879 10.5833 10.5074 10.5966 10.5311 10.6122C10.5778 10.643 10.644 10.6843 10.722 10.7264C10.8494 10.7952 11.1158 10.9272 11.4083 10.9272V9.67717ZM11.7266 9.533C11.6772 9.56025 11.5948 9.60315 11.5106 9.63759C11.4688 9.65468 11.4343 9.66647 11.4088 9.67334C11.3795 9.68124 11.3821 9.67717 11.4083 9.67717V10.9272C11.6362 10.9272 11.857 10.8464 11.9837 10.7946C12.1303 10.7347 12.2595 10.6666 12.3305 10.6275L11.7266 9.533ZM12.6535 10.0802V10.0508H11.4035V10.0802H12.6535ZM12.0285 10.0508C11.7085 10.5876 11.7085 10.5876 11.7085 10.5876C11.7085 10.5876 11.7085 10.5876 11.7085 10.5876C11.7086 10.5877 11.7086 10.5877 11.7086 10.5877C11.7086 10.5877 11.7086 10.5877 11.7087 10.5877C11.7087 10.5878 11.7088 10.5878 11.7089 10.5878C11.709 10.5879 11.7091 10.588 11.7093 10.5881C11.7096 10.5883 11.7099 10.5884 11.7103 10.5887C11.711 10.5891 11.7119 10.5896 11.7129 10.5902C11.715 10.5914 11.7176 10.593 11.7208 10.5948C11.7271 10.5985 11.7357 10.6035 11.7463 10.6095L12.3627 9.52202C12.3566 9.51857 12.3522 9.51604 12.3498 9.51462C12.3485 9.51391 12.3478 9.51348 12.3476 9.51336C12.3475 9.5133 12.3475 9.51331 12.3477 9.51341C12.3478 9.51346 12.3479 9.51353 12.348 9.51361C12.3481 9.51366 12.3482 9.51371 12.3483 9.51376C12.3483 9.51379 12.3484 9.51382 12.3484 9.51385C12.3485 9.51386 12.3485 9.51388 12.3485 9.51389C12.3485 9.5139 12.3485 9.51391 12.3485 9.51391C12.3485 9.51392 12.3486 9.51392 12.3486 9.51393C12.3486 9.51393 12.3486 9.51394 12.0285 10.0508Z" fill="#E8AA00" mask="url(#path-12-outside-1_5982_15270)"/>
|
|
19
|
+
<mask id="mask0_5982_15270" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="8" width="6" height="8">
|
|
20
|
+
<mask id="path-14-outside-2_5982_15270" maskUnits="userSpaceOnUse" x="9.23584" y="8.05078" width="6" height="8" fill="black">
|
|
21
|
+
<rect fill="white" x="9.23584" y="8.05078" width="6" height="8"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0545 10.0657C12.0711 10.0563 12.0804 10.0508 12.0804 10.0508V10.0802C12.2007 10.1466 12.5037 10.3022 12.7007 10.3022C12.9511 10.3022 13.2915 10.0508 13.2915 10.0508L13.861 10.855C13.861 10.855 13.4775 11.6589 13.771 12.6413C14.0645 13.6237 13.7554 14.3812 12.4502 14.4653C12.4502 14.4653 12.1931 14.5141 12.0804 14.592V14.664C12.0804 14.6461 12.0708 14.6291 12.0545 14.6131C12.0382 14.6291 12.0285 14.6461 12.0285 14.664V14.592C11.9159 14.5141 11.6587 14.4653 11.6587 14.4653C10.3535 14.3812 10.0445 13.6237 10.338 12.6413C10.6315 11.6589 10.2479 10.855 10.2479 10.855L10.8174 10.0508C10.8174 10.0508 11.1578 10.3022 11.4083 10.3022C11.6053 10.3022 11.9082 10.1466 12.0285 10.0802V10.0508C12.0285 10.0508 12.0378 10.0563 12.0545 10.0657Z"/>
|
|
23
|
+
</mask>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0545 10.0657C12.0711 10.0563 12.0804 10.0508 12.0804 10.0508V10.0802C12.2007 10.1466 12.5037 10.3022 12.7007 10.3022C12.9511 10.3022 13.2915 10.0508 13.2915 10.0508L13.861 10.855C13.861 10.855 13.4775 11.6589 13.771 12.6413C14.0645 13.6237 13.7554 14.3812 12.4502 14.4653C12.4502 14.4653 12.1931 14.5141 12.0804 14.592V14.664C12.0804 14.6461 12.0708 14.6291 12.0545 14.6131C12.0382 14.6291 12.0285 14.6461 12.0285 14.664V14.592C11.9159 14.5141 11.6587 14.4653 11.6587 14.4653C10.3535 14.3812 10.0445 13.6237 10.338 12.6413C10.6315 11.6589 10.2479 10.855 10.2479 10.855L10.8174 10.0508C10.8174 10.0508 11.1578 10.3022 11.4083 10.3022C11.6053 10.3022 11.9082 10.1466 12.0285 10.0802V10.0508C12.0285 10.0508 12.0378 10.0563 12.0545 10.0657Z" fill="white"/>
|
|
25
|
+
<path d="M12.0804 10.0508H12.7054V8.95055L11.7603 9.51394L12.0804 10.0508ZM12.0545 10.0657L11.7463 10.6095L12.0545 10.7842L12.3627 10.6095L12.0545 10.0657ZM12.0804 10.0802H11.4554V10.4492L11.7785 10.6275L12.0804 10.0802ZM13.2915 10.0508L13.8015 9.68956L13.433 9.16927L12.9202 9.54803L13.2915 10.0508ZM13.861 10.855L14.4251 11.1241L14.5831 10.7931L14.3711 10.4938L13.861 10.855ZM13.771 12.6413L13.1721 12.8202L13.771 12.6413ZM12.4502 14.4653L12.41 13.8416L12.3715 13.8441L12.3336 13.8513L12.4502 14.4653ZM12.0804 14.592L11.725 14.0779L11.4554 14.2643V14.592H12.0804ZM12.0545 14.6131L12.4921 14.1669L12.0545 13.7376L11.6168 14.1669L12.0545 14.6131ZM12.0285 14.592H12.6535V14.2643L12.3839 14.0779L12.0285 14.592ZM11.6587 14.4653L11.7754 13.8513L11.7374 13.8441L11.6989 13.8416L11.6587 14.4653ZM10.2479 10.855L9.73785 10.4938L9.52586 10.7931L9.68381 11.1241L10.2479 10.855ZM10.8174 10.0508L11.1887 9.54803L10.6759 9.16927L10.3074 9.68956L10.8174 10.0508ZM12.0285 10.0802L12.3305 10.6275L12.6535 10.4492V10.0802H12.0285ZM12.0285 10.0508L12.3486 9.51394L11.4035 8.95055V10.0508H12.0285ZM12.0804 10.0508C11.7603 9.51394 11.7604 9.51393 11.7604 9.51393C11.7604 9.51392 11.7604 9.51392 11.7604 9.51391C11.7604 9.51391 11.7604 9.5139 11.7604 9.51389C11.7605 9.51388 11.7605 9.51386 11.7605 9.51385C11.7606 9.51382 11.7606 9.51379 11.7606 9.51376C11.7607 9.51371 11.7608 9.51366 11.7609 9.51361C11.761 9.51353 11.7612 9.51346 11.7612 9.51341C11.7614 9.51331 11.7614 9.5133 11.7613 9.51336C11.7611 9.51348 11.7604 9.51391 11.7592 9.51462C11.7567 9.51604 11.7523 9.51857 11.7463 9.52202L12.3627 10.6095C12.3732 10.6035 12.3818 10.5985 12.3882 10.5948C12.3913 10.593 12.394 10.5914 12.396 10.5902C12.3971 10.5896 12.3979 10.5891 12.3987 10.5887C12.399 10.5884 12.3994 10.5883 12.3997 10.5881C12.3998 10.588 12.3999 10.5879 12.4001 10.5878C12.4001 10.5878 12.4002 10.5878 12.4003 10.5877C12.4003 10.5877 12.4003 10.5877 12.4003 10.5877C12.4004 10.5877 12.4004 10.5877 12.4004 10.5876C12.4004 10.5876 12.4004 10.5876 12.4004 10.5876C12.4004 10.5876 12.4004 10.5876 12.0804 10.0508ZM12.7054 10.0802V10.0508H11.4554V10.0802H12.7054ZM11.7785 10.6275C11.8494 10.6666 11.9786 10.7347 12.1252 10.7946C12.2519 10.8464 12.4727 10.9272 12.7007 10.9272V9.67717C12.7268 9.67717 12.7295 9.68124 12.7001 9.67334C12.6746 9.66647 12.6401 9.65468 12.5983 9.63759C12.5141 9.60315 12.4317 9.56025 12.3823 9.533L11.7785 10.6275ZM12.7007 10.9272C12.9931 10.9272 13.2595 10.7952 13.3869 10.7264C13.4649 10.6843 13.5311 10.643 13.5779 10.6122C13.6016 10.5966 13.621 10.5833 13.6353 10.5732C13.6425 10.5682 13.6485 10.5639 13.6531 10.5606C13.6554 10.559 13.6573 10.5575 13.659 10.5563C13.6598 10.5557 13.6605 10.5552 13.6611 10.5547C13.6614 10.5545 13.6617 10.5543 13.662 10.5541C13.6622 10.554 13.6623 10.5539 13.6624 10.5538C13.6625 10.5538 13.6626 10.5537 13.6626 10.5537C13.6627 10.5536 13.6628 10.5535 13.2915 10.0508C12.9202 9.54803 12.9203 9.54796 12.9204 9.5479C12.9204 9.54788 12.9205 9.54782 12.9205 9.54778C12.9206 9.5477 12.9207 9.54763 12.9208 9.54756C12.921 9.54742 12.9212 9.54729 12.9213 9.54718C12.9216 9.54695 12.9219 9.54678 12.922 9.54667C12.9224 9.54643 12.9224 9.54642 12.9221 9.5466C12.9216 9.54697 12.92 9.54813 12.9174 9.54996C12.9121 9.55366 12.903 9.55993 12.8909 9.56792C12.866 9.58428 12.8315 9.60577 12.793 9.62652C12.7534 9.64793 12.7183 9.66378 12.6916 9.67318C12.6603 9.68416 12.6663 9.67717 12.7007 9.67717V10.9272ZM12.7814 10.412L13.351 11.2162L14.3711 10.4938L13.8015 9.68956L12.7814 10.412ZM13.861 10.855C13.297 10.5859 13.2968 10.5861 13.2967 10.5863C13.2967 10.5864 13.2966 10.5866 13.2965 10.5867C13.2964 10.5871 13.2962 10.5874 13.2961 10.5877C13.2958 10.5884 13.2954 10.5891 13.295 10.5899C13.2943 10.5914 13.2935 10.5932 13.2926 10.5951C13.2908 10.5991 13.2886 10.6038 13.2862 10.6093C13.2812 10.6204 13.275 10.6346 13.2678 10.652C13.2535 10.6866 13.2351 10.7336 13.215 10.7917C13.1749 10.9076 13.1273 11.0696 13.0911 11.2673C13.0191 11.6614 12.9903 12.2116 13.1721 12.8202L14.3698 12.4624C14.2582 12.0887 14.2744 11.7457 14.3207 11.4922C14.3438 11.3661 14.3737 11.2658 14.3964 11.2002C14.4076 11.1676 14.417 11.1441 14.4224 11.1309C14.4252 11.1244 14.4269 11.1204 14.4274 11.1192C14.4277 11.1186 14.4277 11.1187 14.4273 11.1195C14.4271 11.1199 14.4268 11.1205 14.4265 11.1213C14.4263 11.1217 14.4261 11.1221 14.4259 11.1226C14.4258 11.1228 14.4256 11.1231 14.4255 11.1233C14.4254 11.1234 14.4253 11.1236 14.4253 11.1237C14.4252 11.1239 14.4251 11.1241 13.861 10.855ZM13.1721 12.8202C13.2956 13.2335 13.2463 13.454 13.1816 13.5565C13.1277 13.6419 12.9594 13.8062 12.41 13.8416L12.4904 15.089C13.2463 15.0403 13.8851 14.7837 14.2386 14.2238C14.5814 13.6809 14.5398 13.0315 14.3698 12.4624L13.1721 12.8202ZM12.4502 14.4653C12.3336 13.8513 12.3335 13.8513 12.3334 13.8513C12.3334 13.8513 12.3333 13.8513 12.3333 13.8513C12.3332 13.8513 12.3331 13.8514 12.333 13.8514C12.3328 13.8514 12.3326 13.8515 12.3323 13.8515C12.3319 13.8516 12.3313 13.8517 12.3307 13.8518C12.3295 13.852 12.3281 13.8523 12.3264 13.8527C12.323 13.8533 12.3186 13.8542 12.3133 13.8553C12.3028 13.8575 12.2886 13.8605 12.2716 13.8643C12.238 13.8718 12.1913 13.883 12.139 13.8976C12.0606 13.9196 11.876 13.9735 11.725 14.0779L12.4357 15.1062C12.406 15.1267 12.3918 15.1298 12.4122 15.1219C12.4271 15.1161 12.4491 15.1089 12.4761 15.1013C12.5022 15.094 12.5268 15.0881 12.545 15.084C12.5538 15.082 12.5606 15.0806 12.5646 15.0798C12.5666 15.0794 12.5678 15.0791 12.5683 15.079C12.5685 15.079 12.5685 15.079 12.5682 15.079C12.5681 15.0791 12.568 15.0791 12.5677 15.0791C12.5676 15.0792 12.5675 15.0792 12.5674 15.0792C12.5673 15.0792 12.5672 15.0792 12.5671 15.0792C12.5671 15.0793 12.567 15.0793 12.567 15.0793C12.567 15.0793 12.5669 15.0793 12.4502 14.4653ZM12.7054 14.664V14.592H11.4554V14.664H12.7054ZM11.6168 15.0593C11.5731 15.0164 11.4554 14.8824 11.4554 14.664H12.7054C12.7054 14.4098 12.5685 14.2417 12.4921 14.1669L11.6168 15.0593ZM11.6168 14.1669C11.5405 14.2417 11.4035 14.4098 11.4035 14.664H12.6535C12.6535 14.8824 12.5358 15.0164 12.4921 15.0593L11.6168 14.1669ZM12.6535 14.664V14.592H11.4035V14.664H12.6535ZM11.6587 14.4653C11.542 15.0793 11.542 15.0793 11.5419 15.0793C11.5419 15.0793 11.5418 15.0793 11.5418 15.0792C11.5417 15.0792 11.5416 15.0792 11.5416 15.0792C11.5414 15.0792 11.5413 15.0792 11.5412 15.0791C11.541 15.0791 11.5408 15.0791 11.5407 15.079C11.5405 15.079 11.5405 15.079 11.5407 15.079C11.5411 15.0791 11.5423 15.0794 11.5443 15.0798C11.5483 15.0806 11.5551 15.082 11.564 15.084C11.5821 15.0881 11.6068 15.094 11.6328 15.1013C11.6599 15.1089 11.6818 15.1161 11.6968 15.1219C11.7171 15.1298 11.7029 15.1267 11.6732 15.1062L12.3839 14.0779C12.2329 13.9735 12.0483 13.9196 11.9699 13.8976C11.9176 13.883 11.8709 13.8718 11.8373 13.8643C11.8203 13.8605 11.8061 13.8575 11.7956 13.8553C11.7903 13.8542 11.786 13.8533 11.7826 13.8527C11.7809 13.8523 11.7794 13.852 11.7782 13.8518C11.7776 13.8517 11.7771 13.8516 11.7766 13.8515C11.7763 13.8515 11.7761 13.8514 11.7759 13.8514C11.7758 13.8514 11.7757 13.8513 11.7756 13.8513C11.7756 13.8513 11.7755 13.8513 11.7755 13.8513C11.7754 13.8513 11.7754 13.8513 11.6587 14.4653ZM9.73912 12.4624C9.56908 13.0315 9.52757 13.6809 9.87033 14.2238C10.2238 14.7837 10.8627 15.0403 11.6185 15.089L11.6989 13.8416C11.1495 13.8062 10.9812 13.6419 10.9273 13.5565C10.8626 13.454 10.8133 13.2335 10.9368 12.8202L9.73912 12.4624ZM10.2479 10.855C9.68381 11.1241 9.68371 11.1239 9.68361 11.1237C9.68358 11.1236 9.68348 11.1234 9.68342 11.1233C9.6833 11.1231 9.68318 11.1228 9.68307 11.1226C9.68284 11.1221 9.68264 11.1217 9.68246 11.1213C9.6821 11.1205 9.68182 11.1199 9.68164 11.1195C9.68126 11.1187 9.68122 11.1186 9.68149 11.1192C9.68202 11.1204 9.68377 11.1244 9.6865 11.1309C9.69198 11.1441 9.70129 11.1676 9.71257 11.2002C9.73524 11.2658 9.76513 11.3661 9.78819 11.4922C9.83454 11.7457 9.85077 12.0887 9.73912 12.4624L10.9368 12.8202C11.1187 12.2116 11.0899 11.6614 11.0178 11.2673C10.9816 11.0696 10.934 10.9076 10.8939 10.7917C10.8738 10.7336 10.8555 10.6866 10.8411 10.652C10.8339 10.6346 10.8277 10.6204 10.8228 10.6093C10.8203 10.6038 10.8181 10.5991 10.8163 10.5951C10.8154 10.5932 10.8146 10.5914 10.8139 10.5899C10.8135 10.5891 10.8132 10.5884 10.8129 10.5877C10.8127 10.5874 10.8125 10.5871 10.8124 10.5867C10.8123 10.5866 10.8122 10.5864 10.8122 10.5863C10.8121 10.5861 10.812 10.5859 10.2479 10.855ZM10.3074 9.68956L9.73785 10.4938L10.7579 11.2162L11.3275 10.412L10.3074 9.68956ZM11.4083 9.67717C11.4426 9.67717 11.4486 9.68416 11.4173 9.67318C11.3906 9.66378 11.3556 9.64793 11.3159 9.62652C11.2774 9.60577 11.2429 9.58428 11.218 9.56792C11.2059 9.55993 11.1968 9.55366 11.1915 9.54996C11.1889 9.54813 11.1873 9.54697 11.1868 9.5466C11.1866 9.54642 11.1866 9.54643 11.1869 9.54667C11.1871 9.54678 11.1873 9.54695 11.1876 9.54718C11.1877 9.54729 11.1879 9.54742 11.1881 9.54756C11.1882 9.54763 11.1883 9.5477 11.1884 9.54778C11.1885 9.54782 11.1886 9.54788 11.1886 9.5479C11.1887 9.54796 11.1887 9.54803 10.8174 10.0508C10.4462 10.5535 10.4462 10.5536 10.4463 10.5537C10.4464 10.5537 10.4464 10.5538 10.4465 10.5538C10.4466 10.5539 10.4468 10.554 10.4469 10.5541C10.4472 10.5543 10.4475 10.5545 10.4478 10.5547C10.4484 10.5552 10.4492 10.5557 10.45 10.5563C10.4516 10.5575 10.4536 10.559 10.4559 10.5606C10.4605 10.5639 10.4664 10.5682 10.4736 10.5732C10.4879 10.5833 10.5074 10.5966 10.5311 10.6122C10.5778 10.643 10.644 10.6843 10.722 10.7264C10.8494 10.7952 11.1158 10.9272 11.4083 10.9272V9.67717ZM11.7266 9.533C11.6772 9.56025 11.5948 9.60315 11.5106 9.63759C11.4688 9.65468 11.4343 9.66647 11.4088 9.67334C11.3795 9.68124 11.3821 9.67717 11.4083 9.67717V10.9272C11.6362 10.9272 11.857 10.8464 11.9837 10.7946C12.1303 10.7347 12.2595 10.6666 12.3305 10.6275L11.7266 9.533ZM12.6535 10.0802V10.0508H11.4035V10.0802H12.6535ZM12.0285 10.0508C11.7085 10.5876 11.7085 10.5876 11.7085 10.5876C11.7085 10.5876 11.7085 10.5876 11.7085 10.5876C11.7086 10.5877 11.7086 10.5877 11.7086 10.5877C11.7086 10.5877 11.7086 10.5877 11.7087 10.5877C11.7087 10.5878 11.7088 10.5878 11.7089 10.5878C11.709 10.5879 11.7091 10.588 11.7093 10.5881C11.7096 10.5883 11.7099 10.5884 11.7103 10.5887C11.711 10.5891 11.7119 10.5896 11.7129 10.5902C11.715 10.5914 11.7176 10.593 11.7208 10.5948C11.7271 10.5985 11.7357 10.6035 11.7463 10.6095L12.3627 9.52202C12.3566 9.51857 12.3522 9.51604 12.3498 9.51462C12.3485 9.51391 12.3478 9.51348 12.3476 9.51336C12.3475 9.5133 12.3475 9.51331 12.3477 9.51341C12.3478 9.51346 12.3479 9.51353 12.348 9.51361C12.3481 9.51366 12.3482 9.51371 12.3483 9.51376C12.3483 9.51379 12.3484 9.51382 12.3484 9.51385C12.3485 9.51386 12.3485 9.51388 12.3485 9.51389C12.3485 9.5139 12.3485 9.51391 12.3485 9.51391C12.3485 9.51392 12.3486 9.51392 12.3486 9.51393C12.3486 9.51393 12.3486 9.51394 12.0285 10.0508Z" fill="white" mask="url(#path-14-outside-2_5982_15270)"/>
|
|
26
|
+
</mask>
|
|
27
|
+
<g mask="url(#mask0_5982_15270)">
|
|
28
|
+
<rect x="10.3154" y="9.95435" width="1.73913" height="2.38636" fill="#67BAFF"/>
|
|
29
|
+
<rect x="12.0547" y="9.95435" width="1.73913" height="2.38636" fill="white"/>
|
|
30
|
+
<rect x="10.0981" y="12.5681" width="4.34783" height="2.72727" fill="#C51918"/>
|
|
31
|
+
<path d="M12.8971 12.1718H12.6797V10.5376H12.8971V12.1718Z" fill="#C9A951"/>
|
|
32
|
+
<path d="M12.8089 11.4283L12.7029 11.6181L12.3276 11.4086L12.4336 11.2188L12.8089 11.4283Z" fill="#C9A951"/>
|
|
33
|
+
<path d="M12.8089 10.9737L12.7029 11.1635L12.3276 10.954L12.4336 10.7642L12.8089 10.9737Z" fill="#C9A951"/>
|
|
34
|
+
<path d="M12.7624 11.4283L12.8684 11.6181L13.2437 11.4086L13.1377 11.2188L12.7624 11.4283Z" fill="#C9A951"/>
|
|
35
|
+
<path d="M12.7624 10.9737L12.8684 11.1635L13.2437 10.954L13.1377 10.7642L12.7624 10.9737Z" fill="#C9A951"/>
|
|
36
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0807 13.0655C13.0807 13.0655 13.232 12.8925 13.232 12.979C13.232 13.0655 13.232 13.2108 13.1563 13.2108C13.0807 13.2108 12.7285 13.1417 12.5943 12.979C12.4601 12.8163 12.1762 12.5331 11.8108 12.5998C11.4454 12.6665 11.012 13.1402 10.9051 13.1402C10.7983 13.1402 10.5641 13.5054 10.7346 13.7905C10.9051 14.0757 11.1951 13.9872 11.1951 14.0699C11.1951 14.1527 11.2676 14.1622 11.5392 14.1622C11.8108 14.1622 11.9101 14.258 12.1452 14.258C12.3803 14.258 12.0676 14.2545 12.4463 14.1622C12.8249 14.0699 13.1117 13.7905 12.8911 13.7905C12.6704 13.7905 12.5991 13.7905 12.4463 13.7905C12.2934 13.7905 11.9531 13.9007 11.9531 13.7905C11.9531 13.6804 12.0287 13.4445 12.2375 13.5624C12.4463 13.6804 13.0264 13.7703 13.232 13.5624C13.4375 13.3546 13.5094 13.2292 13.4735 12.979C13.4375 12.7288 13.1563 12.8008 13.1563 12.8008L13.0807 13.0655Z" fill="#FBCD17"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6105 10.481C11.4795 10.5956 11.564 11.0144 11.3493 11.0144C11.1345 11.0144 10.8324 10.7008 10.7563 10.9077C10.6802 11.1147 10.7563 11.0452 10.7563 11.2214C10.7563 11.3977 10.574 11.8875 10.6652 11.9703C10.7563 12.0531 10.8497 12.2713 10.8335 12.1692C10.8173 12.067 10.7484 11.9171 10.7771 11.7541C10.7494 11.5858 10.9307 11.4239 10.9307 11.4239C10.9307 11.4239 10.911 11.5987 10.8967 11.6638C10.8967 11.6638 10.837 11.7953 10.8612 11.8827C10.8612 11.8827 10.9226 12.1289 10.9479 12.1459C10.9479 12.1459 10.9644 11.5629 10.9831 11.4669C11.0018 11.3708 11.135 11.5752 11.1793 11.5521C11.1793 11.5521 11.1946 11.9507 11.1715 11.9982C11.1715 11.9982 11.1248 12.0925 11.1422 12.1226C11.1422 12.1226 11.1855 12.2317 11.2225 12.1999C11.2225 12.1999 11.2238 12.1977 11.2425 12.0914C11.2425 12.0914 11.2208 12.0273 11.2549 11.8813C11.2549 11.8813 11.2908 11.5597 11.3056 11.6295C11.3056 11.6295 11.2989 11.7813 11.3161 11.8595C11.3161 11.8595 11.3434 12.0538 11.3489 12.0751C11.3489 12.0751 11.4801 12.262 11.4836 12.1831C11.4836 12.1831 11.3578 12.0331 11.3848 11.919C11.3848 11.919 11.3128 11.5958 11.4133 11.5237C11.4133 11.5237 11.6799 11.4003 11.6959 11.1892C11.6959 11.1892 11.7346 10.9486 11.7415 10.8383C11.7415 10.8383 11.683 10.8059 11.8039 10.749C11.8039 10.749 11.9985 10.6743 11.8773 10.5704" fill="#D18219"/>
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
<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"/>
|
|
41
|
+
<defs>
|
|
42
|
+
<clipPath id="clip0_5982_15270">
|
|
43
|
+
<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"/>
|
|
44
|
+
</clipPath>
|
|
45
|
+
</defs>
|
|
46
|
+
</svg>`;export{C as flagPePeruIcon};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const e=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15113)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
5
|
+
<mask id="mask0_5982_15113" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15113)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V8.25H22V4.5H2Z" fill="#BF2714"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 15.75V19.5H22V15.75H2Z" fill="#BF2714"/>
|
|
11
|
+
<mask id="mask1_5982_15113" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="8" y="8" width="8" height="8">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75Z" fill="white"/>
|
|
13
|
+
</mask>
|
|
14
|
+
<g mask="url(#mask1_5982_15113)">
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.59308 13.1029C8.55887 12.9957 8.67462 12.9027 8.77192 12.9591L9.00548 13.0947C9.04032 13.1149 9.08285 13.1168 9.11933 13.0997L9.69586 12.8297C9.73628 12.8108 9.78377 12.8153 9.81995 12.8414L10.4428 13.2909L11.3037 12.8274C11.3368 12.8095 11.3764 12.8078 11.4109 12.8228L12.0593 13.1045C12.0921 13.1188 12.1295 13.118 12.1617 13.1025L12.7433 12.8225C12.7744 12.8076 12.8103 12.8063 12.8423 12.8191L13.5619 13.1066C13.5944 13.1195 13.6308 13.1181 13.6621 13.1026L14.2195 12.8268C14.2548 12.8094 14.2962 12.8099 14.3311 12.8281L14.8424 13.0959C14.8794 13.1152 14.9237 13.1145 14.96 13.0939L15.2259 12.9433C15.3207 12.8896 15.4333 12.9766 15.4053 13.0818L15.3498 13.2909H8.6531L8.59308 13.1029Z" fill="#5277B9"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.59074 13.8441C8.55753 13.7363 8.67493 13.6444 8.77161 13.7026L8.9841 13.8304C9.01972 13.8518 9.06376 13.8538 9.10115 13.8356L9.64942 13.5696C9.6908 13.5495 9.73992 13.5542 9.77675 13.5817L10.3742 14.0287L11.2015 13.567C11.2355 13.548 11.2764 13.5463 11.3119 13.5623L11.9305 13.8408C11.9642 13.8559 12.0028 13.8552 12.0359 13.8387L12.5907 13.5619C12.6225 13.546 12.6597 13.5447 12.6926 13.5583L13.3802 13.843C13.4135 13.8568 13.4512 13.8552 13.4833 13.8388L14.0144 13.5665C14.0505 13.5479 14.0935 13.5484 14.1292 13.5678L14.6152 13.8316C14.653 13.8522 14.6989 13.8514 14.7361 13.8296L14.9799 13.6864C15.0742 13.6311 15.1884 13.7171 15.1612 13.823L15.1085 14.0287H8.64758L8.59074 13.8441Z" fill="#5277B9"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.71379 14.3358C8.68057 14.228 8.79798 14.1361 8.89466 14.1943L9.10715 14.3221C9.14277 14.3435 9.1868 14.3455 9.2242 14.3273L9.77247 14.0613C9.81384 14.0412 9.86297 14.0459 9.8998 14.0734L10.4973 14.5204L11.3246 14.0587C11.3585 14.0397 11.3995 14.038 11.435 14.054L12.0535 14.3325C12.0872 14.3476 12.1259 14.3469 12.1589 14.3304L12.7137 14.0536C12.7456 14.0377 12.7827 14.0364 12.8156 14.05L13.5032 14.3347C13.5366 14.3485 13.5743 14.3469 13.6064 14.3305L14.1374 14.0582C14.1736 14.0396 14.2165 14.0401 14.2522 14.0595L14.7382 14.3233C14.7761 14.3439 14.822 14.3431 14.8591 14.3213L15.1029 14.1781C15.1972 14.1228 15.3114 14.2088 15.2843 14.3147L15.2315 14.5204H8.77062L8.71379 14.3358Z" fill="#5277B9"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.45109 14.8275C9.41788 14.7197 9.53528 14.6278 9.63196 14.686L9.84445 14.8138C9.88007 14.8352 9.92411 14.8372 9.9615 14.819L10.5098 14.553C10.5511 14.5329 10.6003 14.5376 10.6371 14.5651L11.2346 15.0121L12.0619 14.5504C12.0958 14.5314 12.1368 14.5297 12.1723 14.5457L12.7909 14.8242C12.8245 14.8393 12.8632 14.8386 12.8962 14.8221L13.451 14.5453C13.4829 14.5294 13.5201 14.5281 13.5529 14.5417L14.2405 14.8264C14.2739 14.8402 14.3116 14.8386 14.3437 14.8222L14.8748 14.5499C14.9109 14.5313 14.9538 14.5318 14.9895 14.5512L15.4755 14.815C15.5134 14.8356 15.5593 14.8348 15.5964 14.813L15.8402 14.6698C15.9345 14.6145 16.0487 14.7005 16.0216 14.8064L15.9688 15.0121H9.50793L9.45109 14.8275Z" fill="#5277B9"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.46769 15.4425C8.43448 15.3347 8.55189 15.2428 8.64857 15.301L8.86105 15.4288C8.89667 15.4502 8.94071 15.4522 8.97811 15.434L9.52637 15.1679C9.56775 15.1479 9.61688 15.1526 9.6537 15.1801L10.2512 15.6271L11.0785 15.1654C11.1124 15.1464 11.1534 15.1447 11.1889 15.1606L11.8075 15.4392C11.8411 15.4543 11.8798 15.4536 11.9128 15.4371L12.4676 15.1603C12.4995 15.1444 12.5367 15.1431 12.5695 15.1567L13.2571 15.4414C13.2905 15.4552 13.3282 15.4536 13.3603 15.4372L13.8914 15.1649C13.9275 15.1463 13.9704 15.1468 14.0061 15.1662L14.4921 15.43C14.53 15.4506 14.5759 15.4498 14.613 15.428L14.8568 15.2848C14.9511 15.2295 15.0653 15.3155 15.0382 15.4214L14.9854 15.6271H8.52453L8.46769 15.4425Z" fill="#5277B9"/>
|
|
20
|
+
<path d="M9.91699 10.4036H10.542L10.5275 12.8736C10.6324 13.2062 10.7821 13.3361 11.0141 13.3361V13.9611C10.4864 13.9611 10.113 13.6371 9.91699 12.9677V10.4036Z" fill="#FF0000"/>
|
|
21
|
+
<path d="M14.1421 10.4036H13.5171L13.5316 12.8736C13.4266 13.2062 13.2769 13.3361 13.045 13.3361V13.9611C13.5727 13.9611 13.9461 13.6371 14.1421 12.9677V10.4036Z" fill="#FF0000"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.4528 8.81789C12.4528 8.81789 11.416 8.54678 11.416 9.23424C11.416 9.92171 11.416 11.3981 11.416 11.3981L12.6247 11.757V9.98842C12.6247 9.98842 12.0204 9.61913 12.0204 9.33034C12.0204 9.04155 12.4528 8.81789 12.4528 8.81789Z" fill="#FF0000"/>
|
|
23
|
+
<path d="M10.7085 12.5567L11.1027 12.053" stroke="black" stroke-width="0.625"/>
|
|
24
|
+
<path d="M11.0681 12.5402L10.6904 12.0334" stroke="black" stroke-width="0.625"/>
|
|
25
|
+
<path d="M11.2739 12.5567L11.6681 12.053" stroke="black" stroke-width="0.625"/>
|
|
26
|
+
<path d="M11.6336 12.5402L11.2559 12.0334" stroke="black" stroke-width="0.625"/>
|
|
27
|
+
<path d="M11.8149 12.5567L12.2091 12.053" stroke="black" stroke-width="0.625"/>
|
|
28
|
+
<path d="M12.1746 12.5402L11.7969 12.0334" stroke="black" stroke-width="0.625"/>
|
|
29
|
+
<path d="M12.3804 12.5567L12.7746 12.053" stroke="black" stroke-width="0.625"/>
|
|
30
|
+
<path d="M12.74 12.5402L12.3623 12.0334" stroke="black" stroke-width="0.625"/>
|
|
31
|
+
<path d="M12.9463 12.5567L13.3405 12.053" stroke="black" stroke-width="0.625"/>
|
|
32
|
+
<path d="M13.3059 12.5402L12.9282 12.0334" stroke="black" stroke-width="0.625"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4091 8.93435L11.1571 10.3958L11.2492 8.93435L11.1571 8.64648L10.4091 8.93435ZM10.0343 10.1815L9.49541 9.61005L10.0343 8.96783L11.1671 10.7787V11.2389L10.6224 10.7787V10.1815H10.0343ZM8.84787 10.6217L9.83089 11.0923L9.90769 10.3653L9.08926 9.66595L8.84787 10.6217ZM9.88048 11.8286L8.58742 11.6963V10.7844L9.88048 11.2818V11.8286ZM8.55239 12.7244L8.39893 11.949L9.85643 12.0216V12.7244H8.55239ZM10.6046 11.4503V11.0126L11.1497 11.4503L11.0905 11.6814L10.6046 11.4503ZM15.6755 11.949L15.522 12.7244H14.218V12.0216L15.6755 11.949ZM14.1939 11.8286L15.487 11.6963V10.7844L14.1939 11.2818V11.8286ZM15.2265 10.6217L14.2435 11.0923L14.1667 10.3653L14.9851 9.66595L15.2265 10.6217ZM14.04 10.1815L14.579 9.61005L14.04 8.96783L12.9072 10.7787V11.2389L13.4519 10.7787V10.1815H14.04ZM13.6653 8.93435L12.9172 10.3958L12.8252 8.93435L12.9172 8.64648L13.6653 8.93435ZM13.4698 11.4503V11.0126L12.9247 11.4503L12.9839 11.6814L13.4698 11.4503Z" fill="#FA8F21"/>
|
|
34
|
+
</g>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
<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"/>
|
|
38
|
+
<defs>
|
|
39
|
+
<clipPath id="clip0_5982_15113">
|
|
40
|
+
<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"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
</svg>`;export{e as flagPfFrenchPolynesiaIcon};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const L=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15112)">
|
|
3
|
+
<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"/>
|
|
4
|
+
<rect x="2" y="4.5" width="20" height="15" rx="1.25" fill="#E11C1B"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L22 19.5H2V4.5Z" fill="#1D1D1D"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.42725 15.9177H7.25963L7.6555 14.9844L8.1208 15.9114L8.97363 15.958L8.24479 16.7513L8.61902 17.707L7.6926 17.175L6.83711 17.7117L7.15982 16.7838L6.42725 15.9177Z" fill="#EEEEF6"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.92725 13.4177H4.75963L5.1555 12.4844L5.6208 13.4114L6.47363 13.458L5.74479 14.2513L6.11902 15.207L5.1926 14.675L4.33711 15.2117L4.65982 14.2838L3.92725 13.4177Z" fill="#EEEEF6"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.42725 12.1677H7.25963L7.6555 11.2344L8.1208 12.1614L8.97363 12.208L8.24479 13.0013L8.61902 13.957L7.6926 13.425L6.83711 13.9617L7.15982 13.0338L6.42725 12.1677Z" fill="#EEEEF6"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.06982 14.8526L8.642 14.8335L8.84854 14.2434L9.08042 14.8304L9.60692 14.881L9.13281 15.2162L9.51519 15.8098L8.85178 15.5617L8.2768 15.8178L8.58044 15.2325L8.06982 14.8526Z" fill="#EEEEF6"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.31982 13.6026L9.892 13.5835L10.0985 12.9934L10.3304 13.5804L10.8569 13.631L10.3828 13.9662L10.7652 14.5598L10.1018 14.3117L9.5268 14.5678L9.83044 13.9825L9.31982 13.6026Z" fill="#EEEEF6"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1774 5.75C15.1774 5.75 13.2469 6.13512 13.7887 8.81865H13.5133C13.5133 8.81865 13.5359 8.67862 13.2711 8.59652C13.0063 8.51441 13.0593 8.54524 12.9227 8.59652C12.786 8.6478 11.9547 8.59652 11.9547 8.59652V8.69924L12.543 8.95332C12.543 8.95332 12.5285 9.16488 12.7744 9.28211C13.0204 9.39934 13.1989 9.45583 13.1989 9.45583C13.1989 9.45583 13.2353 9.68928 13.0049 9.68928C12.7744 9.68928 11.8475 9.38882 11.5178 10.127C11.1881 10.8652 10.75 11.4068 10.75 11.4068H11.2443L11.1117 11.5717H11.6683L11.5178 11.6571C11.5178 11.6571 12.2064 11.6494 12.2601 11.5717C12.3138 11.4939 12.2601 11.7825 12.2601 11.7825C12.2601 11.7825 12.9272 11.4778 12.9637 11.4068L13.2751 11.6204L13.3638 11.259L13.6978 11.4068L13.7887 11.0625C13.7887 11.0625 14.7338 12.643 15.4506 12.5523V12.29L16.1047 12.5523L16.1877 12.4356C16.1877 12.4356 16.9779 12.7578 17.2211 12.7877L17.0476 12.4356H17.2211L17.0476 11.7825H17.2211L16.8741 11.259L16.9713 11.1173L16.907 10.931C16.907 10.931 18.1792 11.3363 18.1218 11.9811C18.0644 12.6258 17.4978 12.886 17.4978 12.886C17.4978 12.886 16.9545 13.0525 16.4638 13.0166C16.4638 13.0166 16.8533 13.4768 17.6776 13.3209C18.5018 13.165 18.775 12.3657 18.775 12.3657C18.775 12.3657 19.153 13.1508 18.8418 13.5635C18.5307 13.9763 17.1454 14.2661 17.1454 14.2661C17.1454 14.2661 17.6466 14.5599 18.1218 14.4846C18.597 14.4093 19.336 13.9957 19.4793 13.3209C19.6226 12.646 18.985 11.4007 18.6962 11.259L18.5822 10.827L18.8418 10.931L18.3091 9.62822L18.5674 9.68482L17.8137 8.74723L18.0212 8.6833L16.9799 7.93479L17.2915 7.85247C17.2915 7.85247 16.5218 7.46241 15.6438 7.93479L15.6521 7.77159L15.4214 7.8106L15.435 7.63108L15.6644 7.28364L15.3201 7.15099C15.3201 7.15099 15.5984 6.73292 15.5566 6.73866C15.5566 6.73866 15.2465 6.82767 15.2641 6.79037C15.2641 6.79037 15.4205 6.38744 15.3794 6.39823C15.3794 6.39823 15.0197 6.52056 15.0729 6.45934L15.2111 6.21319L15.1774 5.75Z" fill="#FBCD17"/>
|
|
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_15112">
|
|
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>`;export{L as flagPgPapuaNewGuineaIcon};
|