@ncino/web-components 10.2.2 → 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,27 @@
|
|
|
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_15208)">
|
|
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_15208)">
|
|
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 d="M16.352 15.9961C16.352 15.9961 16.967 16.5851 16.5956 16.9842C16.2243 17.3834 15.8838 17.1515 15.8838 17.1515" stroke="#B85F3C" stroke-width="0.625"/>
|
|
15
|
+
<path d="M20.1563 15.9961C20.1563 15.9961 19.5413 16.5851 19.9127 16.9842C20.284 17.3834 20.6245 17.1515 20.6245 17.1515" stroke="#B85F3C" stroke-width="0.625"/>
|
|
16
|
+
<path d="M15.9502 16.4707C15.9502 16.4707 17.0097 17.4832 18.3122 17.4832C19.6146 17.4832 20.6627 16.7097 20.6627 16.7097" stroke="#CB8B73" stroke-width="0.625"/>
|
|
17
|
+
</g>
|
|
18
|
+
<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"/>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_5982_15208">
|
|
21
|
+
<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"/>
|
|
22
|
+
</clipPath>
|
|
23
|
+
<clipPath id="clip1_5982_15208">
|
|
24
|
+
<rect width="11" height="9" fill="white" transform="translate(2 4.5)"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>`;export{l as flagFkFalklandIslandsIcon};
|
package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fm-federated-states-of-micronesia.js
ADDED
|
@@ -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_15253)">
|
|
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="#63B3E1"/>
|
|
5
|
+
<mask id="mask0_5982_15253" 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_15253)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 9.0625L10.8979 9.64191L11.1084 8.4147L10.2168 7.54559L11.449 7.36655L12 6.25L12.551 7.36655L13.7832 7.54559L12.8916 8.4147L13.1021 9.64191L12 9.0625Z" fill="#F7FCFF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 16.5625L10.8979 17.1419L11.1084 15.9147L10.2168 15.0456L11.449 14.8665L12 13.75L12.5511 14.8665L13.7833 15.0456L12.8916 15.9147L13.1021 17.1419L12 16.5625Z" fill="#F7FCFF"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.125 12.9375L7.0229 13.5169L7.23338 12.2897L6.34177 11.4206L7.57395 11.2415L8.125 10.125L8.67605 11.2415L9.90823 11.4206L9.01662 12.2897L9.2271 13.5169L8.125 12.9375Z" fill="#F7FCFF"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 12.9375L14.6479 13.5169L14.8584 12.2897L13.9668 11.4206L15.199 11.2415L15.75 10.125L16.301 11.2415L17.5332 11.4206L16.6416 12.2897L16.8521 13.5169L15.75 12.9375Z" 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_15253">
|
|
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 flagFmFederatedStatesOfMicronesiaIcon};
|
|
@@ -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_15110)">
|
|
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_15110" 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_15110)">
|
|
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="#F50100" stroke="#2E42A5" 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_15110">
|
|
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 flagFoFaroeIslandsIcon};
|
|
@@ -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_15296)">
|
|
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="#F50100"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H9V19.5H2V4.5Z" fill="#2E42A5"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H16V19.5H8V4.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_15296">
|
|
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 flagFrFranceIcon};
|
|
@@ -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_15104)">
|
|
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 14.5H22V19.5H2V14.5Z" fill="#40A8FF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5H22V14.5H2V9.5Z" fill="#FECA00"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V9.5H2V4.5Z" fill="#73BE4A"/>
|
|
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_15104">
|
|
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 flagGaGabonIcon};
|
|
@@ -0,0 +1,13 @@
|
|
|
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_15207)">
|
|
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="#F7FCFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 4.5H10.5V10.75H2V13.25H10.5V19.5H13V13.25H22V10.75H13V4.5Z" fill="#F50302"/>
|
|
6
|
+
</g>
|
|
7
|
+
<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"/>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_5982_15207">
|
|
10
|
+
<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"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>`;export{l as flagGbEngEnglandIcon};
|
|
@@ -0,0 +1,26 @@
|
|
|
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_15204)">
|
|
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_15204" 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_15204)">
|
|
9
|
+
<path d="M-0.226562 18.4285L4.17449 20.2898L22.1003 6.52378L24.4217 3.75786L19.7154 3.13576L12.4039 9.06793L6.51893 13.0648L-0.226562 18.4285Z" fill="white"/>
|
|
10
|
+
<path d="M0.375977 19.7326L2.61811 20.8127L23.5881 3.50091H20.4399L0.375977 19.7326Z" fill="#F50100"/>
|
|
11
|
+
<path d="M24.2271 18.4285L19.826 20.2898L1.90022 6.52378L-0.421236 3.75786L4.28506 3.13576L11.5966 9.06793L17.4816 13.0648L24.2271 18.4285Z" fill="white"/>
|
|
12
|
+
<path d="M24.0767 19.3644L21.8345 20.4446L12.9053 13.0325L10.2579 12.2043L-0.644833 3.76735H2.50339L13.4 12.0041L16.2944 12.9971L24.0767 19.3644Z" fill="#F50100"/>
|
|
13
|
+
<mask id="path-9-inside-1_5982_15204" fill="white">
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3615 3.25H9.63926V9.5H0.767578V14.5H9.63926V20.75H14.3615V14.5H23.2676V9.5H14.3615V3.25Z"/>
|
|
15
|
+
</mask>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3615 3.25H9.63926V9.5H0.767578V14.5H9.63926V20.75H14.3615V14.5H23.2676V9.5H14.3615V3.25Z" fill="#F50100"/>
|
|
17
|
+
<path d="M9.63926 3.25V2H8.38926V3.25H9.63926ZM14.3615 3.25H15.6115V2H14.3615V3.25ZM9.63926 9.5V10.75H10.8893V9.5H9.63926ZM0.767578 9.5V8.25H-0.482422V9.5H0.767578ZM0.767578 14.5H-0.482422V15.75H0.767578V14.5ZM9.63926 14.5H10.8893V13.25H9.63926V14.5ZM9.63926 20.75H8.38926V22H9.63926V20.75ZM14.3615 20.75V22H15.6115V20.75H14.3615ZM14.3615 14.5V13.25H13.1115V14.5H14.3615ZM23.2676 14.5V15.75H24.5176V14.5H23.2676ZM23.2676 9.5H24.5176V8.25H23.2676V9.5ZM14.3615 9.5H13.1115V10.75H14.3615V9.5ZM9.63926 4.5H14.3615V2H9.63926V4.5ZM10.8893 9.5V3.25H8.38926V9.5H10.8893ZM0.767578 10.75H9.63926V8.25H0.767578V10.75ZM2.01758 14.5V9.5H-0.482422V14.5H2.01758ZM9.63926 13.25H0.767578V15.75H9.63926V13.25ZM10.8893 20.75V14.5H8.38926V20.75H10.8893ZM14.3615 19.5H9.63926V22H14.3615V19.5ZM13.1115 14.5V20.75H15.6115V14.5H13.1115ZM23.2676 13.25H14.3615V15.75H23.2676V13.25ZM22.0176 9.5V14.5H24.5176V9.5H22.0176ZM14.3615 10.75H23.2676V8.25H14.3615V10.75ZM13.1115 3.25V9.5H15.6115V3.25H13.1115Z" fill="white" mask="url(#path-9-inside-1_5982_15204)"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_5982_15204">
|
|
23
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>`;export{H as flagGbNirNorthernIrelandIcon};
|
|
@@ -0,0 +1,12 @@
|
|
|
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_15261)">
|
|
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="#265AAD"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.91667 12L1.25 5.5L2.75 3.5L12 10.4375L21.25 3.5L22.75 5.5L14.0833 12L22.75 18.5L21.25 20.5L12 13.5625L2.75 20.5L1.25 18.5L9.91667 12Z" fill="white"/>
|
|
5
|
+
</g>
|
|
6
|
+
<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"/>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_5982_15261">
|
|
9
|
+
<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"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>`;export{l as flagGbSctSotlandIcon};
|
|
@@ -0,0 +1,26 @@
|
|
|
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_15198)">
|
|
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_15198" 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_15198)">
|
|
9
|
+
<path d="M-0.226562 18.4285L4.17449 20.2898L22.1003 6.52378L24.4217 3.75786L19.7154 3.13576L12.4039 9.06793L6.51893 13.0648L-0.226562 18.4285Z" fill="white"/>
|
|
10
|
+
<path d="M0.375977 19.7326L2.61811 20.8127L23.5881 3.50091H20.4399L0.375977 19.7326Z" fill="#F50100"/>
|
|
11
|
+
<path d="M24.2271 18.4285L19.826 20.2898L1.90022 6.52378L-0.421236 3.75786L4.28506 3.13576L11.5966 9.06793L17.4816 13.0648L24.2271 18.4285Z" fill="white"/>
|
|
12
|
+
<path d="M24.0767 19.3644L21.8345 20.4446L12.9053 13.0325L10.2579 12.2043L-0.644833 3.76735H2.50339L13.4 12.0041L16.2944 12.9971L24.0767 19.3644Z" fill="#F50100"/>
|
|
13
|
+
<mask id="path-9-inside-1_5982_15198" fill="white">
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3615 3.25H9.63926V9.5H0.767578V14.5H9.63926V20.75H14.3615V14.5H23.2676V9.5H14.3615V3.25Z"/>
|
|
15
|
+
</mask>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.3615 3.25H9.63926V9.5H0.767578V14.5H9.63926V20.75H14.3615V14.5H23.2676V9.5H14.3615V3.25Z" fill="#F50100"/>
|
|
17
|
+
<path d="M9.63926 3.25V2H8.38926V3.25H9.63926ZM14.3615 3.25H15.6115V2H14.3615V3.25ZM9.63926 9.5V10.75H10.8893V9.5H9.63926ZM0.767578 9.5V8.25H-0.482422V9.5H0.767578ZM0.767578 14.5H-0.482422V15.75H0.767578V14.5ZM9.63926 14.5H10.8893V13.25H9.63926V14.5ZM9.63926 20.75H8.38926V22H9.63926V20.75ZM14.3615 20.75V22H15.6115V20.75H14.3615ZM14.3615 14.5V13.25H13.1115V14.5H14.3615ZM23.2676 14.5V15.75H24.5176V14.5H23.2676ZM23.2676 9.5H24.5176V8.25H23.2676V9.5ZM14.3615 9.5H13.1115V10.75H14.3615V9.5ZM9.63926 4.5H14.3615V2H9.63926V4.5ZM10.8893 9.5V3.25H8.38926V9.5H10.8893ZM0.767578 10.75H9.63926V8.25H0.767578V10.75ZM2.01758 14.5V9.5H-0.482422V14.5H2.01758ZM9.63926 13.25H0.767578V15.75H9.63926V13.25ZM10.8893 20.75V14.5H8.38926V20.75H10.8893ZM14.3615 19.5H9.63926V22H14.3615V19.5ZM13.1115 14.5V20.75H15.6115V14.5H13.1115ZM23.2676 13.25H14.3615V15.75H23.2676V13.25ZM22.0176 9.5V14.5H24.5176V9.5H22.0176ZM14.3615 10.75H23.2676V8.25H14.3615V10.75ZM13.1115 3.25V9.5H15.6115V3.25H13.1115Z" fill="white" mask="url(#path-9-inside-1_5982_15198)"/>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_5982_15198">
|
|
23
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>`;export{H as flagGbUkmUnitedKingdomIcon};
|
|
@@ -0,0 +1,19 @@
|
|
|
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_15111)">
|
|
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="#5DAA22"/>
|
|
5
|
+
<mask id="mask0_5982_15111" 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_15111)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V12H22V4.5H2Z" fill="#F7FCFF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1949 10.11C11.1839 9.762 11.1732 9.42679 11.6058 9.02672C12.7338 8.0315 13.8813 7.25055 15.1633 6.5C14.9037 6.95959 14.7178 7.81388 15.3995 7.8681C15.6179 7.87153 18.0146 6.80366 18.0146 6.80366C17.1812 7.44764 16.2224 8.34639 17.3359 8.73523C16.3143 9.07198 15.4672 10.1658 16.2093 11.0468C15.6792 10.887 14.9834 11.2492 14.8581 11.6574C14.9887 11.6563 15.2192 11.6765 15.5013 11.7012C16.5224 11.7906 18.2198 11.9393 18.3052 11.3561C17.7553 11.6406 16.8019 11.5246 16.773 10.7082C16.7804 10.0082 17.7737 9.61455 18.6196 10.1391C18.6631 10.0448 18.7059 9.95037 18.7488 9.85595C18.7922 9.76028 18.8356 9.66461 18.8796 9.56909C18.8422 9.57398 18.8052 9.57911 18.7686 9.58418C18.5019 9.62112 18.2516 9.6558 17.9701 9.58613C18.6212 8.93209 19.2337 8.28827 19.7883 7.56281C19.6663 8.46749 19.788 9.77785 20 10.2064C19.7427 10.1086 19.456 9.87838 19.3144 9.57639C19.2643 9.74134 19.2142 9.9063 19.1641 10.0713C19.114 10.2362 19.064 10.4012 19.0138 10.5661C19.4988 11.6088 18.9797 13.1553 18.7058 13.9712C18.6205 14.2253 18.559 14.4086 18.559 14.4837C18.3362 14.5724 18.1732 14.4343 18.0103 14.2962C17.9288 14.2272 17.8473 14.1582 17.7584 14.1175C17.8984 14.503 17.799 15.113 17.7121 15.6462C17.6795 15.8464 17.6486 16.0358 17.6328 16.1985C17.61 16.4337 17.7082 16.599 17.7557 16.6791C17.7666 16.6974 17.7749 16.7113 17.7784 16.7205C17.9107 16.7748 18.2179 16.9243 18.2393 16.9446C18.2393 16.9446 18.6196 16.9649 18.5951 17.3717C18.4092 17.1327 18.1557 17.2085 18.1557 17.2085C18.1237 17.2311 17.8359 17.1346 17.8359 17.1346C17.6919 17.0334 17.2818 16.9469 16.8558 16.9649C16.5781 16.9767 16.2427 17.0674 16.181 17.0841C16.1747 17.0858 16.1713 17.0867 16.171 17.0867C16.1646 17.0867 15.819 17.3311 15.819 17.3311C15.819 17.3311 15.7357 17.3108 15.7293 17.3108L15.7287 17.3108C15.715 17.3107 15.4996 17.3084 15.217 17.5C15.2565 17.2845 15.4036 17.1046 15.5951 16.999C15.7285 16.9256 15.8867 16.8903 15.9863 16.8681C16.0188 16.8608 16.045 16.855 16.0621 16.8497C15.9467 16.8087 15.7284 16.7502 15.5744 16.7652C15.5342 16.7691 15.4804 16.7703 15.4197 16.7717C15.2018 16.7765 14.895 16.7833 14.8136 16.9243C14.8079 16.7595 14.9753 16.5723 15.1633 16.4835C15.2573 16.439 15.3599 16.4258 15.4304 16.4168C15.4778 16.4107 15.5107 16.4064 15.5166 16.3958C15.5547 16.3268 15.4284 16.2168 15.3888 16.1823C15.3816 16.1761 15.3773 16.1723 15.3773 16.1717C15.3773 16.1649 15.1407 16.0135 14.9739 16.1855C15.0063 15.8258 15.5418 15.8208 15.5951 15.8737C15.6474 15.9279 15.6996 15.982 15.7519 16.0361C15.8042 16.0902 15.8565 16.1442 15.9087 16.1985C15.957 16.2307 16.0053 16.2631 16.0536 16.2955C16.1034 16.329 16.1533 16.3625 16.2032 16.3958C16.3653 16.4715 16.7843 16.4105 16.9959 16.1717C17.1198 16.0318 17.1225 15.77 17.1238 15.6375C17.1241 15.6149 17.1243 15.5961 17.125 15.5822C17.1271 15.5432 17.1308 15.4922 17.1352 15.4332C17.1557 15.1527 17.1895 14.6909 17.125 14.4666C17.096 14.3659 16.8576 14.3783 16.5509 14.3941C16.2428 14.4101 15.8657 14.4296 15.5629 14.3416C15.085 14.2027 14.6032 13.9246 14.3112 13.7561C14.1641 13.6712 14.0651 13.614 14.0391 13.6165C14.0214 13.6475 13.9832 13.6779 13.9389 13.7132C13.8677 13.77 13.7808 13.8394 13.7377 13.9434C13.6306 14.2025 13.6513 14.5706 13.7377 14.6672C13.7377 14.6672 14.4903 14.6732 14.6586 14.7662C15.08 14.999 15.0542 15.3468 15.041 15.5249C15.0394 15.5467 15.038 15.566 15.0376 15.5822C14.8703 15.5291 14.5746 15.4174 14.4121 15.356C14.3867 15.3464 14.3645 15.3381 14.3466 15.3313C13.9333 16.0373 13.3461 16.5319 12.5084 16.7611C12.601 16.8073 12.7858 16.8494 12.9363 16.8836C13.046 16.9086 13.1375 16.9294 13.1618 16.9446C13.4109 17.0001 13.5864 17.0832 13.5844 17.3311C13.4177 17.1345 13.2555 17.1394 13.1235 17.2361C12.9465 17.3147 12.8197 17.2262 12.6929 17.1377C12.6294 17.0935 12.5659 17.0492 12.4962 17.0258C12.3189 16.8906 11.6148 16.9737 11.4141 16.999C11.164 17.0254 10.8792 17.0926 10.7546 17.2426C10.6909 17.2958 10.6566 17.2466 10.6414 17.2247C10.6369 17.2183 10.6341 17.2143 10.6327 17.2158C10.3448 17.1172 10.217 17.3847 10.217 17.3847C10.1488 17.075 10.2963 17.0088 10.4532 16.9649L10.1334 16.7685C10.1268 16.7298 9.9134 16.6873 9.77455 16.822C9.78736 16.5396 10.117 16.3632 10.2554 16.4567C10.3551 16.3786 10.5366 16.3644 10.671 16.4835C10.8222 16.6045 11.0513 16.6205 11.2025 16.572C11.1372 16.3809 10.9293 16.2679 10.8121 16.2602C10.7766 16.251 10.7391 16.2187 10.696 16.1816C10.6506 16.1425 10.5991 16.0982 10.5375 16.0702C10.3854 16.0011 10.1921 15.9998 10.1012 16.0702C10.1594 15.7207 10.8121 15.6228 11.0744 16.0296C11.2317 16.2001 11.4758 16.2881 11.6764 16.3211C12.0448 16.2769 12.4171 15.9696 12.6528 15.775C12.7421 15.7013 12.8118 15.6438 12.8543 15.6228C12.8543 15.6228 12.1844 14.9384 11.6764 14.5852C11.2022 14.2555 9.84467 14.8958 9.66098 14.9824C9.6479 14.9886 9.64077 14.992 9.64034 14.992C9.6079 15.2991 9.37683 15.5822 9.37683 15.5822C9.3394 15.4826 9.29149 15.3905 9.24496 15.3011C9.15336 15.1251 9.0671 14.9594 9.07669 14.7662C8.82881 15.1073 8.64933 15.2898 8.47029 15.4717C8.37881 15.5647 8.28744 15.6576 8.18712 15.7714C7.9468 16.0329 7.82373 16.3405 7.73926 16.68C7.91843 16.7887 8.41794 16.8837 8.41794 16.8837C8.63647 16.8883 8.79737 17.016 8.79524 17.2564C8.60032 17.0432 8.40491 17.1752 8.40491 17.1752C8.24493 17.3159 8.04162 17.2524 7.84739 17.1752C7.67894 16.9849 6.86456 16.926 6.47777 17.1549C6.20238 17.4202 5.81951 17.4444 5.71548 17.2832C5.71548 17.2832 5.54294 17.2767 5.24157 17.3847C5.3187 16.8903 5.6066 17.0258 5.6066 17.0258C5.60448 16.9999 5.60554 16.9824 5.60661 16.965C5.60767 16.9475 5.60874 16.93 5.6066 16.904L5.49769 16.8634C5.30344 16.7727 5.06255 16.795 4.95399 16.8902C5.02822 16.5663 5.31242 16.5643 5.52378 16.5987C5.55158 16.5661 5.57015 16.5076 5.58723 16.4537C5.59376 16.4332 5.60007 16.4133 5.6066 16.3958C5.59664 16.3852 5.58657 16.3743 5.57639 16.3633C5.46661 16.2443 5.34405 16.1115 5.20917 16.2298C5.33839 15.6747 5.98015 16.0997 6.20309 16.2474C6.22392 16.2612 6.24108 16.2725 6.25384 16.2805C6.70861 16.4421 7.89306 14.5955 7.95092 14.4666C7.6136 14.4506 7.23531 14.4878 6.97087 14.5852C6.89591 14.8276 6.7627 14.955 6.60625 15.1046C6.58036 15.1293 6.55384 15.1547 6.52685 15.1813C6.53092 14.484 6.21916 14.1321 5.77199 13.6274C5.74718 13.5994 5.72194 13.5709 5.69632 13.5418C5.1373 13.1541 4.89004 12.3729 4.84508 12.1177C4.75946 12.3557 4.69623 12.428 4.6775 12.4494C4.67374 12.4537 4.67178 12.456 4.67178 12.4571C4.54751 12.6 4.16703 12.5607 4.25264 12.5043C4.30585 12.4934 4.55674 12.0974 4.55674 12.0974L4.66564 11.0338C4.59984 11.0049 4.57047 10.9018 4.53137 10.7646C4.50679 10.6784 4.47837 10.5786 4.43463 10.4754C4.31511 10.1932 4.09329 9.88715 4 9.86058C4.1771 9.82806 4.41031 9.825 4.55674 10.0004C4.68509 10.1541 4.7705 10.3977 4.83796 10.59C4.87662 10.7003 4.90938 10.7937 4.94096 10.8438C4.82734 10.455 4.88498 10.193 4.99845 9.85408C4.99848 9.83826 4.99864 9.82303 4.99879 9.80834C5.00039 9.65299 5.00137 9.558 4.84508 9.46111C5.15819 9.45325 5.24128 9.69459 5.26602 9.76643C5.26971 9.77717 5.2721 9.78412 5.27377 9.78588C5.41033 9.9741 5.35391 10.1279 5.30869 10.2512C5.27871 10.333 5.25365 10.4013 5.29293 10.4574C5.31639 10.4385 5.33609 10.4116 5.35581 10.3847C5.39528 10.3308 5.4348 10.2769 5.50461 10.2876C5.59222 10.1862 5.65848 10.0761 5.65185 9.84759C5.87237 9.98077 5.81855 10.1767 5.74771 10.3688C5.76083 10.6563 5.72265 10.735 5.54294 10.8365C5.36297 10.9499 5.32903 11.044 5.35045 11.1824C5.3889 11.2259 5.41517 11.3181 5.44904 11.437C5.50289 11.626 5.57595 11.8824 5.74771 12.1177C6.00146 12.4654 6.40765 12.7838 6.61721 12.9481C6.6837 13.0002 6.7304 13.0368 6.74616 13.0539C6.77261 13.0114 6.88058 12.9223 6.9831 12.8376C7.04486 12.7866 7.10463 12.7372 7.14341 12.7007C7.01655 12.5965 7.10271 11.6576 7.35925 10.8023C7.60521 9.98233 8.01769 9.24273 8.0974 9.23052C8.0974 9.22372 7.98849 8.95933 7.98849 8.95933C7.98849 8.95933 7.46736 9.04195 7.37423 9.5488C7.30996 9.44342 7.24616 9.2849 7.24616 9.2849C7.24616 9.2849 6.79247 9.87412 6.78604 9.86058C6.60616 9.74496 6.68712 9.46111 6.68712 9.46111C6.6001 9.36021 6.5816 9.241 6.56311 9.12184C6.55387 9.06229 6.54463 9.00276 6.52685 8.94553C6.28229 8.93423 6.09915 8.92303 5.91597 8.91181C5.73309 8.90062 5.55015 8.88943 5.30599 8.87813C5.30599 8.87813 5.47239 9.20319 5.47239 9.19641C5.29892 9.19984 4.4522 8.4327 4.28834 7.7796C4.71648 8.13559 5.17225 8.23364 5.65661 8.33785C5.66345 8.33932 5.6703 8.34079 5.67715 8.34227C5.6125 8.37593 5.5479 8.4097 5.48329 8.44348C5.41782 8.47771 5.35234 8.51194 5.2868 8.54606C6.63629 8.66851 8.03328 8.40345 8.02685 8.39667C7.87588 8.06336 7.38037 8.06459 7.38037 8.06459L7.35925 8.26891C7.35925 8.26891 6.74313 8.37562 6.74002 8.36905C6.67735 8.03005 6.37499 8.02399 6.37499 8.02399C6.13828 7.99173 5.93644 8.01644 5.73451 8.04116C5.63378 8.05349 5.53302 8.06582 5.4279 8.07109C5.82046 7.54971 6.33713 7.51077 6.85546 7.47171C6.94959 7.46462 7.04377 7.45752 7.13728 7.44753C7.18162 7.17361 7.40883 7.09377 7.67485 7.05455C7.67485 7.05455 8.92304 7.12194 8.92945 7.12194C9.09006 6.89744 10.0376 6.69628 10.2999 6.69628C10.2592 7.00401 9.87215 7.34161 9.72699 7.44103C9.57984 7.67703 9.59264 7.70115 9.64877 7.80682C9.65427 7.81717 9.66019 7.82831 9.6664 7.8405L9.81364 8.11168C10.0626 8.1929 10.2437 8.30483 10.2999 8.47786C10.0306 8.44369 9.83463 8.49649 9.83894 8.61995C9.84253 8.68144 9.9372 8.72 10.0239 8.7553C10.0653 8.77219 10.105 8.78833 10.1319 8.80588C10.2865 8.95933 10.3376 9.09482 10.3451 9.2849C10.2789 9.28114 10.206 9.24374 10.133 9.20633C9.98712 9.13152 9.84114 9.05667 9.74923 9.25082C9.68344 9.39327 9.75637 9.58572 9.92869 9.65028C10.2447 9.74197 10.274 10.2 10.2676 10.2C10.2671 10.2 10.2637 10.1984 10.2577 10.1956C10.1853 10.162 9.74253 9.95678 9.77455 10.3761C9.77272 10.4081 9.75296 10.4311 9.72962 10.4584C9.68768 10.5073 9.63419 10.5697 9.65238 10.7215C9.6876 11.0152 9.73406 11.321 9.75536 11.3862C9.95352 11.3438 10.1518 11.3012 10.3501 11.2587C10.5532 11.2151 10.7563 11.1715 10.9594 11.128C11.1347 10.9588 11.2138 10.678 11.1963 10.3761C11.2005 10.2858 11.1977 10.1975 11.1949 10.11ZM18.2584 10.8105C18.0747 10.6042 17.8864 10.5338 17.7293 10.5361C17.4996 10.5394 17.3365 10.6989 17.352 10.8195C17.4034 11.2184 18.1701 11.08 18.2584 10.8105Z" fill="#D21034"/>
|
|
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_15111">
|
|
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{C as flagGbWlsWalesIcon};
|
|
@@ -0,0 +1,30 @@
|
|
|
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_15195)">
|
|
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.5H22V18.25C22 18.9404 21.4404 19.5 20.75 19.5H3.25C2.55964 19.5 2 18.9404 2 18.25V4.5Z" fill="#C51918"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 8.25H18.25V15.75H5.75V8.25Z" fill="#FECA00"/>
|
|
6
|
+
<mask id="mask0_5982_15195" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="5" y="8" width="14" height="8">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 8.25H18.25V15.75H5.75V8.25Z" fill="white"/>
|
|
8
|
+
</mask>
|
|
9
|
+
<g mask="url(#mask0_5982_15195)">
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 8.25L12 12L5.75 15.75V8.25Z" fill="#23875F"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.25 8.25L12 12L18.25 15.75V8.25Z" fill="#23875F"/>
|
|
12
|
+
<mask id="mask1_5982_15195" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="8" width="7" height="8">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.25 8.25L12 12L18.25 15.75V8.25Z" fill="white"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15195)">
|
|
16
|
+
</g>
|
|
17
|
+
<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="#C51918"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9559 12.8208L10.6616 13.7186L11.0752 12.1809L10.125 11.1986L11.4116 11.1455L11.9559 9.625L12.5002 11.1455H13.7846L12.8367 12.1809L13.3114 13.6278L11.9559 12.8208Z" fill="#FECA00"/>
|
|
19
|
+
</g>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.48525 7.27637L8.1926 6.83774L8.93339 7.23203L8.67393 6.52511L9.192 6.01925H8.49008L8.1926 5.27637L7.89513 6.01925L7.192 6.0452L7.71127 6.52511L7.48525 7.27637ZM11.2352 7.27637L11.9426 6.83774L12.6834 7.23203L12.4239 6.52511L12.942 6.01925H12.2401L11.9426 5.27637L11.6451 6.01925L10.942 6.0452L11.4613 6.52511L11.2352 7.27637ZM15.6926 6.83774L14.9852 7.27637L15.2113 6.52511L14.692 6.0452L15.3951 6.01925L15.6926 5.27637L15.9901 6.01925H16.692L16.1739 6.52511L16.4334 7.23203L15.6926 6.83774ZM7.48465 18.3546L8.192 17.9159L8.93279 18.3102L8.67333 17.6033L9.19141 17.0975H8.48948L8.192 16.3546L7.89453 17.0975L7.19141 17.1234L7.71068 17.6033L7.48465 18.3546ZM11.942 17.9159L11.2347 18.3546L11.4607 17.6033L10.9414 17.1234L11.6445 17.0975L11.942 16.3546L12.2395 17.0975H12.9414L12.4233 17.6033L12.6828 18.3102L11.942 17.9159ZM14.9847 18.3546L15.692 17.9159L16.4328 18.3102L16.1733 17.6033L16.6914 17.0975H15.9895L15.692 16.3546L15.3945 17.0975L14.6914 17.1234L15.2107 17.6033L14.9847 18.3546Z" fill="#FECA00"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.39655 12.4823C7.39655 12.4823 7.73315 12.782 7.91647 12.884C7.97968 12.6444 7.83865 12.1016 7.83865 12.1016C7.79907 11.9719 7.36501 11.7393 7.36501 11.7393C7.36501 11.7393 7.2431 12.1489 7.39655 12.4823Z" fill="#C51918"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.74713 13.2063C7.74713 13.2063 6.8826 12.8025 6.79475 12.2314C6.7069 11.6602 6.89321 10.7498 6.89321 10.7498C6.89321 10.7498 8.29709 11.0692 8.39261 11.7537C8.48812 12.4382 8.17103 12.8683 8.17103 12.8683C8.17103 12.8683 7.84631 12.0338 7.53989 11.9413C7.53989 11.9413 7.53989 12.7682 7.74713 13.2063Z" fill="#FECA00"/>
|
|
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_15195">
|
|
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{l as flagGdGrenadaIcon};
|
|
@@ -0,0 +1,22 @@
|
|
|
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_15201)">
|
|
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_15201" 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_15201)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.75 4.5H13.25V10.75H22V13.25H13.25V19.5H10.75V13.25H2V10.75H10.75V4.5Z" fill="#E31D1C"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.24918 15.2637L9.625 15.125V16.375C9.625 16.375 8.24918 16.2889 8.24918 16.3137C8.24918 16.3386 8.375 17.625 8.375 17.625H7.125L7.22514 16.375H5.875V15.125L7.22514 15.2637L7.125 13.875H8.375L8.24918 15.2637Z" fill="#E31D1C"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.24918 7.76372L9.625 7.625V8.875C9.625 8.875 8.24918 8.78885 8.24918 8.81372C8.24918 8.83859 8.375 10.125 8.375 10.125H7.125L7.22514 8.875H5.875V7.625L7.22514 7.76372L7.125 6.375H8.375L8.24918 7.76372Z" fill="#E31D1C"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.9992 7.76372L18.375 7.625V8.875C18.375 8.875 16.9992 8.78885 16.9992 8.81372C16.9992 8.83859 17.125 10.125 17.125 10.125H15.875L15.9751 8.875H14.625V7.625L15.9751 7.76372L15.875 6.375H17.125L16.9992 7.76372Z" fill="#E31D1C"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.9992 15.2637L18.375 15.125V16.375C18.375 16.375 16.9992 16.2889 16.9992 16.3137C16.9992 16.3386 17.125 17.625 17.125 17.625H15.875L15.9751 16.375H14.625V15.125L15.9751 15.2637L15.875 13.875H17.125L16.9992 15.2637Z" fill="#E31D1C"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
<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"/>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="clip0_5982_15201">
|
|
19
|
+
<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"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>`;export{l as flagGeGeorgiaIcon};
|
|
@@ -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_15193)">
|
|
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="#5EAA22"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L22 19.5H2V4.5Z" fill="#FECA00"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9567 13.5039L9.77814 15.015L10.4743 12.4269L8.875 10.7736L11.0405 10.6842L11.9567 8.125L12.8728 10.6842H15.0346L13.4391 12.4269L14.2381 14.8622L11.9567 13.5039Z" fill="#E21835"/>
|
|
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_15193">
|
|
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 flagGfFrenchGuianaIcon};
|
|
@@ -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_15189)">
|
|
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_15189" 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_15189)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4.5H14.5V9.5H22V14.5H14.5V19.5H9.5V14.5H2V9.5H9.5V4.5Z" fill="#E31D1C"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1286 6.40381L10.7502 7.50019V10.7501H6.29094V10.7144L5.19141 10.091V13.8161L6.23181 13.2501H10.7502V16.407L10.1286 17.5033H13.8537L13.2555 16.4038H13.2502V13.2501H17.7505L18.7909 13.8161V10.091L17.6914 10.7144V10.7501H13.2502V7.50334H13.2555L13.8537 6.40381H10.1286Z" fill="#FECA00"/>
|
|
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_15189">
|
|
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 flagGgGuernseyIcon};
|
|
@@ -0,0 +1,15 @@
|
|
|
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_15209)">
|
|
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 14.5H22V19.5H2V14.5Z" fill="#5EAA22"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5H22V14.5H2V9.5Z" fill="#FECA00"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V9.5H2V4.5Z" fill="#E11C1B"/>
|
|
7
|
+
<path opacity="0.9" fill-rule="evenodd" clip-rule="evenodd" d="M12.047 13.5564L9.86847 15.0675L10.5646 12.4794L8.96533 10.8261L11.1308 10.7367L12.047 8.17749L12.9632 10.7367H15.125L13.5294 12.4794L14.3285 14.9147L12.047 13.5564Z" fill="#1D1D1D"/>
|
|
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_15209">
|
|
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{l as flagGhGhanaIcon};
|
|
@@ -0,0 +1,23 @@
|
|
|
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_15103)">
|
|
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="#F7FCFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5H22V19.5H2V14.5Z" fill="#C51918"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8379 6.54175H10.9169V7.45841H11.3715L11.3391 9.97925H9.99582V8.83341H10.4564V7.91675H9.5353V8.37508H9.07477V7.91675H8.15372V8.83341H8.61425V9.97925H7.64307V10.8959L8.10359 10.8959V13.6459H7.64307V14.5626H16.3931V13.6459H15.472V10.8959L16.3931 10.8959V9.97925H15.4902L15.513 8.83341H15.9827V7.91675H15.0616V8.37508H14.6011V7.91675H13.68V8.83341H14.1314L14.1087 9.97925H12.7207L12.7531 7.45841H13.2195V6.54175H12.2985V7.00008H11.8379V6.54175Z" fill="#DB000B"/>
|
|
7
|
+
<path d="M9.13184 9.98026C9.13184 9.85309 9.23493 9.75 9.3621 9.75C9.48927 9.75 9.59236 9.85309 9.59236 9.98026V11.125H9.13184V9.98026Z" fill="#272727"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.76025 13.0565C8.76025 12.675 9.06953 12.3657 9.45104 12.3657C9.83256 12.3657 10.1418 12.675 10.1418 13.0565V14.1991H8.76025V13.0565Z" fill="#272727"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.8262 13.0565C13.8262 12.675 14.1354 12.3657 14.517 12.3657C14.8985 12.3657 15.2078 12.675 15.2078 13.0565V14.1991H13.8262V13.0565Z" fill="#272727"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.063 12.8285C11.063 12.3198 11.4754 11.9075 11.984 11.9075C12.4927 11.9075 12.9051 12.3198 12.9051 12.8285V14.6575H11.063V12.8285Z" fill="#272727"/>
|
|
11
|
+
<path d="M11.895 9.98026C11.895 9.85309 11.9981 9.75 12.1253 9.75C12.2525 9.75 12.3555 9.85309 12.3555 9.98026V11.125H11.895V9.98026Z" fill="#272727"/>
|
|
12
|
+
<path d="M14.6582 9.98026C14.6582 9.85309 14.7613 9.75 14.8885 9.75C15.0156 9.75 15.1187 9.85309 15.1187 9.98026V11.125H14.6582V9.98026Z" fill="#272727"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3266 13.9984L12.2135 14.2059L12.0031 13.8918L10.2788 15.0474L12.2012 15.9623L13.8967 14.8536L12.3266 13.9984ZM11.5392 14.9551L12.0939 14.5834L12.6799 14.9026L12.1529 15.2472L11.5392 14.9551Z" fill="#E8AA00"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9736 17.3335H11.8947V18.2502H10.9736V17.3335Z" fill="#E8AA00"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 15.75H12.593V18.25H11.5V15.75Z" fill="#E8AA00"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_5982_15103">
|
|
20
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>`;export{l as flagGiGibraltarIcon};
|
|
@@ -0,0 +1,25 @@
|
|
|
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_15188)">
|
|
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 12H22V19.5H2V12Z" fill="#C51918"/>
|
|
5
|
+
<mask id="mask0_5982_15188" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="12" width="20" height="8">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12H22V19.5H2V12Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15188)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 17C12.2614 17 14.5 14.7614 14.5 12C14.5 9.23858 12.2614 7 9.5 7C6.73858 7 4.5 9.23858 4.5 12C4.5 14.7614 6.73858 17 9.5 17Z" fill="#F7FCFF"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V12H2V4.5Z" fill="#F7FCFF"/>
|
|
12
|
+
<mask id="mask1_5982_15188" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="20" height="8">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V12H2V4.5Z" fill="white"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15188)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 17C12.2614 17 14.5 14.7614 14.5 12C14.5 9.23858 12.2614 7 9.5 7C6.73858 7 4.5 9.23858 4.5 12C4.5 14.7614 6.73858 17 9.5 17Z" fill="#C51918"/>
|
|
17
|
+
</g>
|
|
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_15188">
|
|
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
|
+
</defs>
|
|
25
|
+
</svg>`;export{l as flagGlGreenlandIcon};
|
|
@@ -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_15224)">
|
|
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 14.5H22V19.5H2V14.5Z" fill="#5EAA22"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V9.5H2V4.5Z" fill="#E31D1C"/>
|
|
6
|
+
<path d="M2 9.75H1.25V10.5V13.5V14.25H2H22H22.75V13.5V10.5V9.75H22H2Z" fill="#3D58DB" stroke="white" stroke-width="1.5"/>
|
|
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_15224">
|
|
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 flagGmGambiaIcon};
|
|
@@ -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_15279)">
|
|
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="M8 4.5H16V19.5H8V4.5Z" fill="#FBCD17"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H22V19.5H16V4.5Z" fill="#0B9E7A"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H8V19.5H2V4.5Z" fill="#E11C1B"/>
|
|
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_15279">
|
|
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 flagGnGuineaIcon};
|
|
@@ -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_15160)">
|
|
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 d="M2 4.5V9.5H22V4.5H2Z" fill="#002488"/>
|
|
5
|
+
<path d="M2.00049 9.5V19.5H22.0005V9.5L2.00049 9.5Z" fill="#DA121A"/>
|
|
6
|
+
<path d="M5.46745 5.20834C5.22667 5.60541 5.19795 5.92302 5.36228 6.47146C5.4414 6.72739 5.52832 7.10959 5.56483 7.31678C5.61353 7.60928 5.60843 7.63709 5.61526 7.70069C5.67613 7.70069 5.81444 7.70092 5.8784 7.70053C5.8876 7.59927 5.89503 7.48238 5.91662 7.32165C5.9418 7.13424 6.01646 6.74229 6.09677 6.47005C6.25725 5.92602 6.24651 5.59225 5.99697 5.21443C5.90567 5.07428 5.78394 4.9585 5.72917 4.9585C5.67439 4.9585 5.55047 5.06551 5.46745 5.20834Z" fill="#FCDD09"/>
|
|
7
|
+
<path d="M5.99215 7.44089C5.97147 7.54566 5.96642 7.58264 5.95605 7.70072C6.02983 7.70102 6.05882 7.70152 6.13074 7.70109C6.14648 7.62166 6.15782 7.57972 6.19251 7.46697C6.33006 7.0309 6.73517 6.85589 6.71691 7.26417C6.71082 7.3769 6.6633 7.43985 6.61041 7.50028C6.67579 7.48396 6.81466 7.41907 6.92726 7.35509C7.55415 6.97728 7.30729 6.05151 6.64996 6.33182C6.30912 6.47807 6.10413 6.88294 5.99215 7.44089Z" fill="#FCDD09"/>
|
|
8
|
+
<path d="M5.25732 7.86524C5.5324 7.86683 6.0078 7.86968 6.23614 7.86809C6.23641 7.79184 6.23726 7.83075 6.23782 7.76914C6.06972 7.76732 5.426 7.77032 5.25863 7.77032C5.25901 7.81019 5.25824 7.82949 5.25732 7.86524L5.25732 7.86524Z" fill="#FCDD09"/>
|
|
9
|
+
<path d="M5.08398 8.35242C5.08398 8.35242 5.22101 8.36785 5.3488 8.35852C5.47658 8.34919 5.54749 8.33322 5.62301 8.29649C5.6025 8.44895 5.60133 8.59618 5.60133 8.59618C5.61991 8.79238 5.64094 8.84259 5.68344 8.93808C5.74109 9.01774 5.77462 9.01817 5.81701 8.93406C5.86282 8.83988 5.89298 8.74302 5.90255 8.59526C5.89922 8.48451 5.89303 8.43377 5.86684 8.29839C5.95526 8.3367 6.0111 8.34663 6.14301 8.35852C6.27799 8.37069 6.40206 8.36472 6.40206 8.36472C6.40206 8.36472 6.21973 8.27311 6.13948 8.16074C6.06026 8.04983 6.07715 8.06869 6.01955 7.9258C5.94956 7.92249 5.59468 7.92575 5.48208 7.92575C5.42041 8.05602 5.41421 8.08322 5.33804 8.16542C5.23888 8.27243 5.08398 8.35242 5.08398 8.35242Z" fill="#FCDD09"/>
|
|
10
|
+
<path d="M4.83709 6.33158C5.17792 6.47783 5.38292 6.8827 5.4949 7.44064C5.51558 7.54541 5.52062 7.5824 5.53099 7.70048C5.45722 7.70078 5.42822 7.70128 5.35631 7.70085C5.34057 7.62141 5.32923 7.57948 5.29453 7.46672C5.15699 7.03065 4.75188 6.85564 4.77014 7.26392C4.77622 7.37666 4.82374 7.4396 4.87664 7.50004C4.81125 7.48372 4.67239 7.41883 4.55979 7.35484C3.9329 6.97703 4.17976 6.05127 4.83709 6.33158V6.33158Z" fill="#FCDD09"/>
|
|
11
|
+
<path d="M11.7677 5.20834C11.527 5.60541 11.4982 5.92302 11.6626 6.47146C11.7417 6.72739 11.8286 7.10959 11.8651 7.31678C11.9138 7.60928 11.9087 7.63709 11.9156 7.70069C11.9764 7.70069 12.1147 7.70092 12.1787 7.70053C12.1879 7.59927 12.1953 7.48238 12.2169 7.32165C12.2421 7.13424 12.3168 6.74229 12.3971 6.47005C12.5575 5.92602 12.5468 5.59225 12.2973 5.21443C12.206 5.07428 12.0842 4.9585 12.0295 4.9585C11.9747 4.9585 11.8508 5.06551 11.7677 5.20834Z" fill="#FCDD09"/>
|
|
12
|
+
<path d="M12.9503 6.33182C12.6094 6.47807 12.4044 6.88294 12.2924 7.44089C12.2718 7.54566 12.2667 7.58264 12.2563 7.70072C12.3301 7.70102 12.3591 7.70152 12.431 7.70109C12.4468 7.62166 12.4581 7.57972 12.4928 7.46697C12.6304 7.0309 13.0355 6.85589 13.0172 7.26417C13.0111 7.3769 12.9636 7.43985 12.9107 7.50028C12.9761 7.48396 13.115 7.41907 13.2276 7.35509C13.8544 6.97728 13.6076 6.05151 12.9503 6.33182V6.33182Z" fill="#FCDD09"/>
|
|
13
|
+
<path d="M11.5576 7.86524C11.8327 7.86683 12.3081 7.86968 12.5364 7.86809C12.5367 7.79184 12.5376 7.83075 12.5381 7.76914C12.37 7.76732 11.7263 7.77032 11.5589 7.77032C11.5593 7.81019 11.5585 7.82949 11.5576 7.86524L11.5576 7.86524Z" fill="#FCDD09"/>
|
|
14
|
+
<path d="M11.6383 8.16542C11.5392 8.27243 11.3843 8.35242 11.3843 8.35242C11.3843 8.35242 11.5213 8.36785 11.6491 8.35852C11.7769 8.34919 11.8478 8.33322 11.9233 8.29649C11.9028 8.44895 11.9016 8.59618 11.9016 8.59618C11.9202 8.79238 11.9412 8.84259 11.9837 8.93808C12.0414 9.01774 12.0749 9.01817 12.1173 8.93406C12.1631 8.83988 12.1933 8.74302 12.2028 8.59526C12.1995 8.48451 12.1933 8.43377 12.1671 8.29839C12.2555 8.3367 12.3114 8.34663 12.4433 8.35852C12.5783 8.37069 12.7024 8.36472 12.7024 8.36472C12.7024 8.36472 12.52 8.27311 12.4398 8.16074C12.3606 8.04983 12.3774 8.06869 12.3198 7.9258C12.2499 7.92249 11.895 7.92575 11.7824 7.92575C11.7207 8.05602 11.7145 8.08322 11.6383 8.16542V8.16542Z" fill="#FCDD09"/>
|
|
15
|
+
<path d="M11.1374 6.33158C11.4782 6.47783 11.6832 6.8827 11.7952 7.44064C11.8159 7.54541 11.8209 7.5824 11.8313 7.70048C11.7575 7.70078 11.7285 7.70128 11.6566 7.70085C11.6409 7.62141 11.6295 7.57948 11.5948 7.46672C11.4573 7.03065 11.0522 6.85564 11.0704 7.26392C11.0765 7.37666 11.124 7.4396 11.1769 7.50004C11.1115 7.48372 10.9727 7.41883 10.8601 7.35484C10.2332 6.97703 10.4801 6.05127 11.1374 6.33158V6.33158Z" fill="#FCDD09"/>
|
|
16
|
+
<path d="M18.0676 5.20834C17.8268 5.60541 17.798 5.92302 17.9624 6.47146C18.0415 6.72739 18.1284 7.10959 18.1649 7.31678C18.2136 7.60928 18.2085 7.63709 18.2154 7.70069C18.2762 7.70069 18.4145 7.70092 18.4785 7.70053C18.4877 7.59927 18.4951 7.48238 18.5167 7.32165C18.5419 7.13424 18.6166 6.74229 18.6969 6.47005C18.8574 5.92602 18.8466 5.59225 18.5971 5.21443C18.5058 5.07428 18.384 4.9585 18.3293 4.9585C18.2745 4.9585 18.1506 5.06551 18.0676 5.20834Z" fill="#FCDD09"/>
|
|
17
|
+
<path d="M19.2501 6.33182C18.9092 6.47807 18.7042 6.88294 18.5922 7.44089C18.5716 7.54566 18.5665 7.58264 18.5562 7.70072C18.6299 7.70102 18.6589 7.70152 18.7308 7.70109C18.7466 7.62166 18.7579 7.57972 18.7926 7.46697C18.9302 7.0309 19.3353 6.85589 19.317 7.26417C19.3109 7.3769 19.2634 7.43985 19.2105 7.50028C19.2759 7.48396 19.4148 7.41907 19.5274 7.35509C20.1543 6.97728 19.9074 6.05151 19.2501 6.33182V6.33182Z" fill="#FCDD09"/>
|
|
18
|
+
<path d="M17.8574 7.86524C18.1325 7.86683 18.6079 7.86968 18.8362 7.86809C18.8365 7.79184 18.8374 7.83075 18.8379 7.76914C18.6698 7.76732 18.0261 7.77032 17.8587 7.77032C17.8591 7.81019 17.8583 7.82949 17.8574 7.86524L17.8574 7.86524Z" fill="#FCDD09"/>
|
|
19
|
+
<path d="M17.9381 8.16542C17.839 8.27243 17.6841 8.35242 17.6841 8.35242C17.6841 8.35242 17.8211 8.36785 17.9489 8.35852C18.0767 8.34919 18.1476 8.33322 18.2231 8.29649C18.2026 8.44895 18.2014 8.59618 18.2014 8.59618C18.22 8.79238 18.241 8.84259 18.2835 8.93808C18.3412 9.01774 18.3747 9.01817 18.4171 8.93406C18.4629 8.83988 18.4931 8.74302 18.5026 8.59526C18.4993 8.48451 18.4931 8.43377 18.4669 8.29839C18.5554 8.3367 18.6112 8.34663 18.7431 8.35852C18.8781 8.37069 19.0022 8.36472 19.0022 8.36472C19.0022 8.36472 18.8198 8.27311 18.7396 8.16074C18.6604 8.04983 18.6773 8.06869 18.6196 7.9258C18.5497 7.92249 18.1948 7.92575 18.0822 7.92575C18.0205 8.05602 18.0143 8.08322 17.9381 8.16542V8.16542Z" fill="#FCDD09"/>
|
|
20
|
+
<path d="M17.4372 6.33158C17.778 6.47783 17.983 6.8827 18.095 7.44064C18.1157 7.54541 18.1207 7.5824 18.1311 7.70048C18.0573 7.70078 18.0283 7.70128 17.9564 7.70085C17.9407 7.62141 17.9293 7.57948 17.8946 7.46672C17.7571 7.03065 17.352 6.85564 17.3702 7.26392C17.3763 7.37666 17.4238 7.4396 17.4767 7.50004C17.4114 7.48372 17.2725 7.41883 17.1599 7.35484C16.533 6.97703 16.7799 6.05127 17.4372 6.33158V6.33158Z" fill="#FCDD09"/>
|
|
21
|
+
<path d="M9.11785 12.7707C9.24999 12.8324 9.41873 12.881 9.50382 12.8839C9.60439 12.8873 9.57769 12.8625 9.39 12.7894C9.24308 12.732 9.06737 12.6355 8.98937 12.5756C8.84955 12.4612 8.84955 12.4612 8.8642 12.5619C8.87257 12.6194 8.97796 12.7088 9.11785 12.7707Z" fill="#008000"/>
|
|
22
|
+
<path d="M8.2961 11.582C8.38131 11.9233 8.73432 12.5509 8.85604 12.5753C8.9656 12.5936 8.9656 12.5875 8.8743 12.4839C8.72214 12.3072 8.39348 11.6612 8.39348 11.5394C8.39348 11.4723 8.36305 11.4236 8.32653 11.4236C8.28393 11.4236 8.27175 11.4845 8.2961 11.582Z" fill="#008000"/>
|
|
23
|
+
<path d="M6.07093 12.5926C5.96746 12.6718 5.97354 12.6779 6.19874 12.6413C6.33264 12.623 6.5274 12.5865 6.62479 12.5621C6.78303 12.5194 6.77086 12.5133 6.49697 12.5073C6.31438 12.5012 6.14396 12.5377 6.07093 12.5926Z" fill="#008000"/>
|
|
24
|
+
<path d="M4.55899 11.9518C5.56324 12.1346 7.57783 12.811 7.4561 12.9268C7.42567 12.9572 6.85964 12.8171 6.78052 12.7622C6.75008 12.7318 6.45185 12.744 6.12319 12.7866C5.50847 12.8536 5.405 12.9085 5.41717 13.1583C5.42326 13.2802 5.42326 13.2802 5.45369 13.1583C5.50847 12.9329 5.59976 12.8841 5.94668 12.8841C6.32404 12.8841 7.35872 13.0365 7.8152 13.1583C8.42383 13.329 8.44209 13.329 8.24124 13.2193C7.97953 13.073 7.58391 12.8049 7.51088 12.7257C7.37698 12.5733 4.94852 11.903 4.59551 11.9152C4.43118 11.9274 4.42509 11.9274 4.55899 11.9518Z" fill="#008000"/>
|
|
25
|
+
<path d="M8.12284 12.6526C8.17153 12.7379 8.64627 12.9756 8.68278 12.939C8.70104 12.9207 8.64627 12.872 8.57323 12.8293C8.49411 12.7867 8.39064 12.7197 8.34803 12.6709C8.25065 12.5795 8.06806 12.5612 8.12284 12.6526Z" fill="#008000"/>
|
|
26
|
+
<path d="M8.15946 13.2315C8.20815 13.3168 8.68289 13.5545 8.71941 13.5179C8.73766 13.4996 8.68289 13.4509 8.60985 13.4082C8.53073 13.3655 8.42726 13.2985 8.38466 13.2498C8.28727 13.1584 8.10468 13.1401 8.15946 13.2315Z" fill="#008000"/>
|
|
27
|
+
<path d="M7.47903 12.5061C7.48779 12.4977 7.62473 12.5432 7.7872 12.6063C7.94967 12.6695 8.15954 12.7292 8.24983 12.7351C8.40896 12.7422 8.97246 13.0106 8.96703 13.0752C8.96598 13.1355 8.11395 12.8749 7.81529 12.7232C7.45684 12.5445 7.44838 12.5358 7.47903 12.5061Z" fill="#008000"/>
|
|
28
|
+
<path d="M8.48714 12.9513C8.3736 12.9952 8.25942 13.0747 8.22394 13.1315C8.18201 13.1987 8.21749 13.1994 8.36394 13.1257C8.47877 13.0682 8.64457 13.0211 8.73553 13.0133C8.90585 13.0049 8.90585 13.0049 8.79746 12.9371C8.73552 12.8983 8.60391 12.9022 8.48714 12.9513Z" fill="#008000"/>
|
|
29
|
+
<path d="M5.63869 10.8977C5.82737 11.2572 6.59425 12.0859 7.02029 12.4028C7.13593 12.4881 7.34287 12.5734 7.47068 12.5917L7.70805 12.6283L7.53155 12.4333C7.24549 12.1225 6.80727 11.5253 6.66728 11.2633C6.51512 10.9769 6.49687 11.05 6.62468 11.4156C6.67337 11.5619 6.86813 11.8544 7.05681 12.0616C7.24549 12.2749 7.36722 12.4516 7.33678 12.4516C7.25766 12.4516 6.74641 11.8483 6.38122 11.3242C5.98561 10.7514 5.96735 10.7331 6.07691 11.05C6.13168 11.2024 6.25341 11.4278 6.35688 11.5497C6.45426 11.6777 6.51512 11.7813 6.48469 11.7813C6.42383 11.7813 6.15603 11.4766 5.82128 11.0378C5.72998 10.9099 5.60217 10.7453 5.54739 10.6722C5.48653 10.593 5.52913 10.6966 5.63869 10.8977Z" fill="#008000"/>
|
|
30
|
+
<path d="M8.21801 13.9594C7.75929 13.8775 7.54113 13.9507 7.35559 14.237L7.19727 14.4829L7.40088 14.2897C7.67749 14.0207 7.87851 13.9948 8.37571 14.1394C8.6083 14.2083 8.80556 14.2533 8.81236 14.2432C8.8498 14.1876 8.45751 13.9962 8.21801 13.9594Z" fill="#008000"/>
|
|
31
|
+
<path d="M8.34285 14.0873C7.9168 14.2762 7.77682 14.459 7.7829 14.8003L7.78899 15.0928L7.84985 14.8185C7.92898 14.4407 8.08114 14.3067 8.57413 14.1482C8.80541 14.0751 8.99409 14.002 8.99409 13.9898C8.99409 13.9227 8.56196 13.9837 8.34285 14.0873Z" fill="#008000"/>
|
|
32
|
+
<path d="M8.26209 14.6106C8.18905 14.7081 8.13428 14.836 8.13428 14.9031C8.13428 14.9823 8.16471 14.964 8.24992 14.8238C8.31687 14.7142 8.43251 14.5862 8.50555 14.5313C8.64553 14.4338 8.64553 14.4338 8.51772 14.4338C8.44468 14.4338 8.33513 14.507 8.26209 14.6106Z" fill="#008000"/>
|
|
33
|
+
<path d="M14.8426 15.6036C15.0403 15.6894 16.0656 15.9483 16.7912 16.161C17.5167 16.3737 18.3649 16.6186 18.5527 16.645C18.8211 16.0594 18.3327 17.1548 18.6114 16.4909C18.2491 16.3985 16.8208 16.0621 16.2477 15.8972C15.7536 15.7587 15.0526 15.5426 14.8731 15.503C14.6936 15.4634 14.6911 15.5377 14.8426 15.6036Z" fill="#008000"/>
|
|
34
|
+
<path d="M14.9676 15.4514C15.1682 15.5302 16.2019 15.7531 16.9344 15.9404C17.6669 16.1276 18.5232 16.3427 18.7118 16.3625C18.9596 15.7678 18.5096 16.8797 18.7651 16.2064C18.3997 16.1268 16.9606 15.8405 16.3821 15.6957C15.8834 15.5745 15.1754 15.3831 14.9946 15.3498C14.8138 15.3165 14.8139 15.3908 14.9676 15.4514Z" fill="#008000"/>
|
|
35
|
+
<path d="M14.6842 15.714C14.8771 15.81 15.8875 16.1223 16.6009 16.3727C17.3143 16.6232 18.1486 16.9122 18.3347 16.9484C18.6333 16.3776 18.0883 17.4459 18.4014 16.7975C18.0444 16.6863 16.6357 16.2755 16.0719 16.0808C15.5858 15.9166 14.8971 15.6641 14.7198 15.6151C14.5426 15.5662 14.5363 15.6402 14.6842 15.714Z" fill="#008000"/>
|
|
36
|
+
<path d="M14.5606 15.8389C14.7482 15.9449 15.741 16.3097 16.4403 16.5972C17.1396 16.8847 17.9577 17.217 18.1417 17.2629C18.4697 16.7085 17.8696 17.7468 18.2161 17.1157C17.8654 16.986 16.4801 16.5019 15.9273 16.2779C15.4504 16.0884 14.7758 15.8002 14.6014 15.742C14.427 15.6839 14.4168 15.7575 14.5606 15.8389Z" fill="#008000"/>
|
|
37
|
+
<path d="M14.445 15.996C14.6288 16.1085 15.6082 16.5077 16.2971 16.8195C16.9859 17.1312 17.7919 17.492 17.9742 17.5442C18.3214 17.0017 17.6854 18.0184 18.0537 17.3998C17.7078 17.2579 16.3402 16.7257 15.7955 16.4825C15.3255 16.2765 14.6614 15.9648 14.4891 15.9006C14.3168 15.8364 14.3041 15.9096 14.445 15.996Z" fill="#008000"/>
|
|
38
|
+
<path d="M12.3922 17.5756C12.6748 17.7727 12.8302 18.0466 12.8148 18.3294L12.8043 18.5628L12.8971 18.3331C12.9986 18.0927 12.9846 17.7287 12.8648 17.4591L12.7948 17.3019L13.0169 17.3987C13.3342 17.5327 13.5432 17.7682 13.5868 18.0481L13.6251 18.2786L13.6681 18.0345C13.7174 17.7782 13.6282 17.4252 13.4549 17.1864L13.3539 17.0471L13.5912 17.0956C13.9294 17.1606 14.1827 17.3476 14.2835 17.6122L14.3689 17.8298L14.3602 17.5821C14.3553 17.3211 14.1947 16.9943 13.9756 16.7968L13.8478 16.6816L14.0901 16.6797C14.4344 16.6729 14.721 16.803 14.8745 17.0409L15.0031 17.2359L14.9433 16.9954C14.8843 16.7413 14.6593 16.455 14.404 16.3075L14.2551 16.2214L14.4917 16.1691C14.827 16.0906 15.1344 16.1584 15.334 16.3591L15.5002 16.523L15.3917 16.3003C15.2812 16.0639 15.0017 15.8307 14.7214 15.7395L14.5579 15.6864L14.7784 15.586C15.0901 15.4395 15.4048 15.4417 15.6417 15.5964L15.8384 15.7223L15.6861 15.5269C15.5289 15.3187 15.2071 15.1489 14.9139 15.118L14.743 15.1001L14.9378 14.9559C15.2123 14.7478 15.5206 14.6843 15.7844 14.7864L16.003 14.8685L15.8134 14.7092C15.6164 14.5383 15.2664 14.4391 14.9732 14.47L14.8023 14.4879L14.9629 14.3064C15.1882 14.0456 15.4765 13.9195 15.7558 13.9644L15.9867 13.9992L15.7681 13.8829C15.5399 13.7567 15.1769 13.7325 14.8966 13.8237L14.7331 13.8769L14.8524 13.6659C15.0187 13.3639 15.2745 13.1805 15.5571 13.1663L15.7901 13.1523L15.5521 13.084C15.3027 13.0081 14.9427 13.06 14.6874 13.2075L14.5385 13.2936L14.6115 13.0624C14.7114 12.7324 14.9236 12.4998 15.197 12.427L15.422 12.3648L15.1751 12.3476C14.9153 12.3252 14.5739 12.4509 14.3549 12.6484L14.2271 12.7636L14.2505 12.5222C14.2797 12.1786 14.4389 11.9069 14.6913 11.7788L14.8985 11.6712L14.6533 11.7056C14.3946 11.7378 14.0868 11.9319 13.9136 12.1706L13.8125 12.3099L13.7852 12.069C13.7425 11.7269 13.8417 11.4278 14.062 11.2501L14.2423 11.1017L14.0096 11.1864C13.7633 11.2717 13.5025 11.5256 13.3826 11.7952L13.3127 11.9526L13.236 11.7225C13.1231 11.3968 13.1581 11.0836 13.3367 10.8639L13.4822 10.6812L13.2722 10.8125C13.049 10.9473 12.8466 11.2499 12.7853 11.5385L12.7496 11.707L12.6268 11.498C12.4487 11.2028 12.418 10.8893 12.547 10.6371L12.6514 10.4281L12.4733 10.6002C12.2829 10.7786 12.1478 11.1168 12.1478 11.4119V11.584L11.9843 11.4051C11.7488 11.1535 11.6537 10.8532 11.7275 10.5797L11.7861 10.3535L11.6477 10.559C11.4985 10.773 11.4366 11.1319 11.4979 11.4207L11.5336 11.589L11.3365 11.448C11.0539 11.251 10.8985 10.977 10.9139 10.6942L10.9243 10.4607L10.8315 10.6905C10.73 10.9309 10.744 11.2948 10.8638 11.5644L10.9338 11.7218L10.7117 11.6249C10.3944 11.491 10.1854 11.2554 10.1418 10.9756L10.1035 10.745L10.0605 10.9891C10.0112 11.2453 10.1004 11.5985 10.2737 11.8372L10.3747 11.9764L10.1374 11.9279C9.79919 11.863 9.54592 11.676 9.44509 11.4114L9.35977 11.1938L9.36841 11.4415C9.37336 11.7025 9.53398 12.0293 9.75302 12.2267L9.88079 12.3419L9.63857 12.3439C9.29425 12.3507 9.00766 12.2206 8.8541 11.9827L8.72549 11.7877L8.78536 12.0281C8.84439 12.2824 9.06934 12.5686 9.32461 12.7162L9.47349 12.8022L9.23699 12.8545C8.90162 12.9329 8.59426 12.8653 8.39468 12.6646L8.22838 12.5006L8.33688 12.7233C8.44742 12.9597 8.72691 13.1928 9.00724 13.284L9.17078 13.3372L8.95028 13.4376C8.63852 13.5842 8.32383 13.5819 8.0869 13.4271L7.89016 13.3013L8.04254 13.4966C8.19974 13.7048 8.52153 13.8747 8.81468 13.9055L8.98567 13.9236L8.79085 14.0677C8.51631 14.2759 8.20803 14.3392 7.94417 14.2371L7.72559 14.1551L7.91519 14.3144C8.1122 14.4853 8.46223 14.5845 8.75539 14.5536L8.92637 14.5357L8.76575 14.7172C8.54045 14.978 8.25206 15.1041 7.97276 15.0592L7.74194 15.0244L7.96052 15.1407C8.18873 15.2669 8.5517 15.2911 8.83203 15.1999L8.99557 15.1467L8.87617 15.3577C8.70994 15.6597 8.45406 15.8431 8.17153 15.8573L7.93852 15.8713L8.17649 15.9396C8.42589 16.0155 8.78594 15.9636 9.04121 15.816L9.19013 15.7299L9.11716 15.9612C9.01726 16.2912 8.80509 16.5239 8.53166 16.5966L8.30664 16.6588L8.55358 16.6761C8.8133 16.6984 9.1547 16.5726 9.37374 16.3752L9.50151 16.26L9.47814 16.5014C9.44897 16.8449 9.28973 17.1167 9.03737 17.2447L8.83019 17.3524L9.07533 17.318C9.33402 17.2858 9.64183 17.0916 9.81508 16.8529L9.91614 16.7137L9.94343 16.9547C9.98622 17.2968 9.88689 17.5957 9.66666 17.7735L9.48635 17.9219L9.71898 17.8372C9.96531 17.7519 10.2261 17.4979 10.346 17.2283L10.4159 17.0711L10.4926 17.301C10.6055 17.6269 10.5705 17.9399 10.392 18.1597L10.2464 18.3424L10.4564 18.2111C10.6796 18.0763 10.882 17.7737 10.9433 17.485L10.979 17.3166L11.1018 17.5257C11.2799 17.8208 11.3106 18.1344 11.1816 18.3865L11.0772 18.5955L11.2553 18.4233C11.4457 18.2451 11.5808 17.9069 11.5808 17.6118V17.4396L11.7443 17.6185C11.9798 17.8701 12.0749 18.1705 12.0012 18.4439L11.9425 18.6701L12.0809 18.4646C12.2301 18.2505 12.292 17.8917 12.2307 17.603L12.195 17.4346L12.3922 17.5756Z" fill="#FCDD09"/>
|
|
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_15160">
|
|
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 flagGpGuadeloupe2Icon};
|
|
@@ -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_15187)">
|
|
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="#F50100"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H8V19.5H2V4.5Z" fill="#2E42A5"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H16V19.5H8V4.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_15187">
|
|
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 flagGpGuadeloupeIcon};
|
|
@@ -0,0 +1,35 @@
|
|
|
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_15181)">
|
|
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.86H22.48V4.5H2Z" fill="#F7FCFF"/>
|
|
5
|
+
<mask id="mask0_5982_15181" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="21" height="16">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.86H22.48V4.5H2Z" fill="white"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#mask0_5982_15181)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.62H22.48V4.5H2Z" fill="#009D00"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.62012V14.7401H22.48V9.62012H2Z" fill="white"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.74V19.86H22.48V14.74H2Z" fill="#F80000"/>
|
|
12
|
+
</g>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.86L7.12 12.2773L2 4.5Z" fill="#0075D5"/>
|
|
14
|
+
<mask id="mask1_5982_15181" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="6" height="16">
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.86L7.12 12.2773L2 4.5Z" fill="white"/>
|
|
16
|
+
</mask>
|
|
17
|
+
<g mask="url(#mask1_5982_15181)">
|
|
18
|
+
</g>
|
|
19
|
+
<path d="M11.3259 10.189L11.3157 10.1913L11.3079 10.1842L11.1816 10.0675L11.1658 10.2387L11.1649 10.2492L11.1557 10.2543L11.0057 10.3384L11.1637 10.4063L11.1733 10.4105L11.1754 10.4208L11.209 10.5895L11.3224 10.4602L11.3293 10.4523L11.3398 10.4535L11.5106 10.4737L11.4227 10.3259L11.4173 10.3168L11.4217 10.3073L11.4937 10.1511L11.3259 10.189Z" fill="#FFD500" stroke="black" stroke-width="0.04"/>
|
|
20
|
+
<path d="M11.9661 10.189L11.9558 10.1913L11.9481 10.1842L11.8218 10.0675L11.806 10.2387L11.805 10.2492L11.7958 10.2543L11.6458 10.3384L11.8038 10.4063L11.8135 10.4105L11.8155 10.4208L11.8491 10.5895L11.9625 10.4602L11.9695 10.4523L11.9799 10.4535L12.1507 10.4737L12.0628 10.3259L12.0575 10.3168L12.0619 10.3073L12.1338 10.1511L11.9661 10.189Z" fill="#FFD500" stroke="black" stroke-width="0.04"/>
|
|
21
|
+
<path d="M12.6057 10.189L12.5954 10.1913L12.5877 10.1842L12.4614 10.0675L12.4456 10.2387L12.4447 10.2492L12.4355 10.2543L12.2855 10.3384L12.4434 10.4063L12.4531 10.4105L12.4552 10.4208L12.4888 10.5895L12.6022 10.4602L12.6091 10.4523L12.6196 10.4535L12.7904 10.4737L12.7025 10.3259L12.6971 10.3168L12.7015 10.3073L12.7735 10.1511L12.6057 10.189Z" fill="#FFD500" stroke="black" stroke-width="0.04"/>
|
|
22
|
+
<path d="M13.2458 10.189L13.2356 10.1913L13.2279 10.1842L13.1015 10.0675L13.0858 10.2387L13.0848 10.2492L13.0756 10.2543L12.9256 10.3384L13.0836 10.4063L13.0932 10.4105L13.0953 10.4208L13.1289 10.5895L13.2423 10.4602L13.2493 10.4523L13.2597 10.4535L13.4305 10.4737L13.3426 10.3259L13.3372 10.3168L13.3416 10.3073L13.4136 10.1511L13.2458 10.189Z" fill="#FFD500" stroke="black" stroke-width="0.04"/>
|
|
23
|
+
<path d="M13.886 10.189L13.8757 10.1913L13.868 10.1842L13.7417 10.0675L13.7259 10.2387L13.7249 10.2492L13.7158 10.2543L13.5657 10.3384L13.7237 10.4063L13.7334 10.4105L13.7354 10.4208L13.769 10.5895L13.8825 10.4602L13.8894 10.4523L13.8998 10.4535L14.0706 10.4737L13.9827 10.3259L13.9774 10.3168L13.9818 10.3073L14.0537 10.1511L13.886 10.189Z" fill="#FFD500" stroke="black" stroke-width="0.04"/>
|
|
24
|
+
<path d="M14.5261 10.189L14.5159 10.1913L14.5081 10.1842L14.3818 10.0675L14.366 10.2387L14.3651 10.2492L14.3559 10.2543L14.2059 10.3384L14.3639 10.4063L14.3735 10.4105L14.3756 10.4208L14.4092 10.5895L14.5226 10.4602L14.5295 10.4523L14.54 10.4535L14.7108 10.4737L14.6229 10.3259L14.6175 10.3168L14.6219 10.3073L14.6939 10.1511L14.5261 10.189Z" fill="#FFD500" stroke="black" stroke-width="0.04"/>
|
|
25
|
+
<path d="M11.6401 10.9399H14.1201V12.8199C14.1201 13.5047 13.5649 14.0599 12.8801 14.0599C12.1953 14.0599 11.6401 13.5047 11.6401 12.8199V10.9399Z" stroke="#373737" stroke-width="0.08"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.705 12.1542C12.705 12.1542 12.5759 13.668 12.447 13.7597C12.3182 13.8515 13.0646 13.8973 13.1359 13.8285C13.2073 13.7597 12.8104 12.5262 12.9469 12.1542C13.0834 11.7822 13.3033 11.7521 13.3033 11.7521C13.3033 11.7521 13.0261 11.6935 12.9469 11.8051C12.8677 11.9167 12.6315 11.7521 12.6315 11.7521L12.705 12.1542Z" fill="#6F3E1D"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6765 12.0687H12.5772C12.5772 12.0687 12.51 12.3316 12.3557 12.2001C12.2015 12.0687 11.9839 12.115 11.9839 12.115C11.9839 12.115 12.0034 11.9577 12.2402 11.8952C12.477 11.8326 12.5772 11.3248 12.5772 11.3248C12.5772 11.3248 12.9123 11.2001 13.1162 11.4557C13.3201 11.7114 13.6073 11.6023 13.6073 11.6023C13.6073 11.6023 13.8172 11.7217 13.7123 11.8952C13.6073 12.0687 13.4283 12.1956 13.2722 12.0687C13.1162 11.9418 12.6765 12.0687 12.6765 12.0687Z" fill="#009D29"/>
|
|
28
|
+
</g>
|
|
29
|
+
<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"/>
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id="clip0_5982_15181">
|
|
32
|
+
<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"/>
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>`;export{L as flagGqEquatorialGuineaIcon};
|