@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,24 @@
|
|
|
1
|
+
const e=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15190)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#E31D1C"/>
|
|
5
|
+
<mask id="mask0_5982_15190" 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_15190)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25V12H22V3.25H2Z" fill="#F7FCFF"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="#3D58DB"/>
|
|
12
|
+
<mask id="mask1_5982_15190" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="12" height="16">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="white"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15190)">
|
|
16
|
+
</g>
|
|
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_15190">
|
|
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
|
+
</defs>
|
|
24
|
+
</svg>`;export{e as flagCzCzechRepublicIcon};
|
|
@@ -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_15267)">
|
|
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="#FFD018"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5H22V14.5H2V9.5Z" fill="#E31D1C"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V9.5H2V4.5Z" fill="#272727"/>
|
|
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_15267">
|
|
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 flagDeGermanyIcon};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15238)">
|
|
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="#73BE4A"/>
|
|
5
|
+
<mask id="mask0_5982_15238" 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_15238)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25V12H22V3.25H2Z" fill="#6699FF"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="white"/>
|
|
12
|
+
<mask id="mask1_5982_15238" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="12" height="16">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="white"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15238)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.37612 13.2942L5.20695 14L5.47363 12.6227L4.5 11.5918L5.81835 11.5361L6.37612 10.25L6.93389 11.5361H8.25L7.27861 12.6227L7.57106 14L6.37612 13.2942Z" fill="#E31D1C"/>
|
|
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_15238">
|
|
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{e as flagDjDjiboutiIcon};
|
|
@@ -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_15309)">
|
|
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="#C51918"/>
|
|
5
|
+
<mask id="mask0_5982_15309" 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_15309)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H11V10.5H22V13.5H11V19.5H8V13.5H2V10.5H8V4.5Z" fill="#F7FCFF"/>
|
|
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_15309">
|
|
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 flagDkDenmarkIcon};
|
|
@@ -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_15297)">
|
|
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="#279E19"/>
|
|
5
|
+
<mask id="mask0_5982_15297" 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_15297)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 4.5H13.25V13.25H22V14.5H13.25V19.5H12V14.5H2V13.25H12V4.5Z" fill="#F7FCFF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.75 4.5H12V12H22V13.25H12V19.5H10.75V13.25H2V12H10.75V4.5Z" fill="#272727"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 4.5H10.75V10.75H22V12H10.75V19.5H9.5V12H2V10.75H9.5V4.5Z" fill="#FECA00"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z" fill="#C51918"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2037 9.75809C11.2037 9.75809 11.4412 8.98751 11.9928 9.3856C12.8579 9.81167 13.1432 10.3011 13.4772 10.8555C13.8111 11.4098 12.6583 11.0038 12.4433 10.6918C12.2282 10.3799 11.0353 10.2787 11.2037 10.0184C11.3721 9.75809 11.2037 9.75809 11.2037 9.75809Z" fill="#804BFF"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.008 13.7034C11.008 13.7034 10.4207 14.5068 11.008 14.5068C11.5953 14.5068 13.9764 14.334 13.691 14.1051C13.4056 13.8762 11.2902 14.1051 11.2902 14.1051L11.008 13.7034Z" fill="#A95601"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8861 13.6782C11.8252 13.6095 10.7551 11.1813 11.2526 10.6766C11.7502 10.1719 12.0417 10.4685 12.0417 11.2252C12.0417 11.982 12.0716 13.8652 11.8861 13.6782Z" fill="#804BFF"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8234 13.2841C11.8234 13.2841 11.7616 13.8743 12.0652 14.5634C12.3687 15.2524 12.9818 15.2391 12.9818 14.6752C12.9818 14.1112 13.4293 14.6405 13.6011 15.0169C13.7729 15.3933 13.328 11.6746 12.6966 10.8426C12.0652 10.0106 11.456 9.95723 11.6397 10.4948C11.8234 11.0325 11.8234 13.2841 11.8234 13.2841Z" fill="#279E19"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4546 9.25C11.4546 9.25 11.1875 9.42128 11.1875 9.89303C11.1875 10.3648 11.8199 9.74697 11.8199 9.74697L11.4546 9.25Z" fill="#FECA00"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5114 9.07095L12.0625 8.78125L12.6135 9.07095L12.5083 8.45735L12.9541 8.0228L12.338 7.93327L12.0625 7.375L11.7869 7.93327L11.1709 8.0228L11.6167 8.45735L11.5114 9.07095ZM11.5114 16.4459L12.0625 16.1562L12.6135 16.4459L12.5083 15.8323L12.9541 15.3978L12.338 15.3083L12.0625 14.75L11.7869 15.3083L11.1709 15.3978L11.6167 15.8323L11.5114 16.4459ZM15.5625 12.6562L15.0114 12.9459L15.1166 12.3323L14.6708 11.8978L15.2869 11.8083L15.5625 11.25L15.838 11.8083L16.4541 11.8978L16.0083 12.3323L16.1135 12.9459L15.5625 12.6562ZM7.99171 12.3323L7.88647 12.9459L8.43751 12.6562L8.98856 12.9459L8.88332 12.3323L9.32913 11.8978L8.71304 11.8083L8.43751 11.25L8.16199 11.8083L7.5459 11.8978L7.99171 12.3323ZM9.79241 9.93874L9.61802 10.5364L9.24974 10.0344L8.62746 10.0532L8.99104 9.54788L8.78084 8.96188L9.37383 9.15149L9.8662 8.7705L9.86911 9.39305L10.3836 9.74359L9.79241 9.93874ZM14.9231 15.4125L15.0975 14.8149L15.6887 14.6197L15.1742 14.2692L15.1713 13.6466L14.679 14.0276L14.086 13.838L14.2962 14.424L13.9326 14.9294L14.5549 14.9106L14.9231 15.4125ZM15.0111 9.8659L14.8367 10.4635L14.4685 9.96159L13.8462 9.98041L14.2098 9.47504L13.9996 8.88904L14.5926 9.07865L15.0849 8.69766L15.0878 9.32021L15.6023 9.67075L15.0111 9.8659ZM9.76343 15.5888L9.93782 14.9912L10.529 14.796L10.0145 14.4455L10.0116 13.8229L9.51923 14.2039L8.92625 14.0143L9.13644 14.6003L8.77287 15.1057L9.39514 15.0868L9.76343 15.5888Z" fill="#FECA00"/>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
<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"/>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_5982_15297">
|
|
24
|
+
<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"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>`;export{l as flagDmDominicaIcon};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15125)">
|
|
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="#C51918"/>
|
|
5
|
+
<mask id="mask0_5982_15125" 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_15125)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.75 4.5H13.25V10.75H22V13.25H13.25V19.5H10.75V13.25H2V10.75H10.75V4.5Z" fill="#F7FCFF"/>
|
|
10
|
+
<rect x="2" y="4.5" width="8.75" height="6.25" fill="#4257BF"/>
|
|
11
|
+
<rect x="13.25" y="13.25" width="8.75" height="6.25" fill="#4257BF"/>
|
|
12
|
+
<path d="M10.5231 11.4441L11.1453 11.5036C11.0388 12.6162 11.1772 13.085 11.4021 13.085V13.71C10.6243 13.71 10.3841 12.8964 10.5231 11.4441Z" fill="#309404"/>
|
|
13
|
+
<path d="M13.5169 11.4441L12.8947 11.5036C13.0012 12.6162 12.8629 13.085 12.638 13.085V13.71C13.4157 13.71 13.6559 12.8964 13.5169 11.4441Z" fill="#309404"/>
|
|
14
|
+
<rect x="11.2046" y="11.1826" width="0.590909" height="0.923077" fill="#003994"/>
|
|
15
|
+
<path d="M12.1138 12.2788H12.7047V12.7473C12.7047 12.9984 12.5012 13.2019 12.2501 13.2019H12.1138V12.2788Z" fill="#003994"/>
|
|
16
|
+
<rect x="12.0684" y="11.125" width="0.590909" height="0.923077" fill="#DE2110"/>
|
|
17
|
+
<path d="M11.2046 12.2788H11.7955V13.2019H11.6591C11.4081 13.2019 11.2046 12.9984 11.2046 12.7473V12.2788Z" fill="#DE2110"/>
|
|
18
|
+
<path d="M10.9591 11.1309L10.541 10.6662C10.9825 10.269 11.4426 10.0625 11.9164 10.0625C12.3903 10.0625 12.8504 10.269 13.2918 10.6662L12.8738 11.1309C12.5394 10.83 12.2219 10.6875 11.9164 10.6875C11.6109 10.6875 11.2934 10.83 10.9591 11.1309Z" fill="#00319C"/>
|
|
19
|
+
<path d="M11.0045 14.2463L10.5864 13.7817C11.0279 13.3845 11.488 13.178 11.9618 13.178C12.4357 13.178 12.8958 13.3845 13.3372 13.7817L12.9192 14.2463C12.5849 13.9455 12.2674 13.803 11.9618 13.803C11.6563 13.803 11.3388 13.9455 11.0045 14.2463Z" fill="#DE2110"/>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
<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"/>
|
|
23
|
+
<defs>
|
|
24
|
+
<clipPath id="clip0_5982_15125">
|
|
25
|
+
<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"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
</defs>
|
|
28
|
+
</svg>`;export{l as flagDoDominicanRepublicIcon};
|
|
@@ -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_15231)">
|
|
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="M12 4.5H22V19.5H12V4.5Z" fill="#F7FCFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H12V19.5H2V4.5Z" fill="#36A400"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6375 8.40795C14.5374 8.40795 15.3755 8.65511 16.0783 9.08076C15.1021 7.93382 13.6478 7.2063 12.0236 7.2063C9.08411 7.2063 6.70117 9.58923 6.70117 12.5287C6.70117 15.4682 9.08411 17.8512 12.0236 17.8512C13.4878 17.8512 14.814 17.2599 15.7763 16.3031C15.1403 16.6253 14.4117 16.8083 13.6375 16.8083C11.1553 16.8083 9.14311 14.9278 9.14311 12.6081C9.14311 10.2884 11.1553 8.40795 13.6375 8.40795ZM15.3973 10.0163L14.1048 11.4812L12.2483 10.9696L13.2775 12.5795L12.2483 14.2932L14.1957 13.5922L15.2603 15.2539V13.3252L17 12.5795L15.2603 11.9563L15.3973 10.0163Z" fill="#FF0000"/>
|
|
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_15231">
|
|
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 flagDzAlgeriaIcon};
|
|
@@ -0,0 +1,38 @@
|
|
|
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_15222)">
|
|
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_15222" 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_15222)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V12H22V4.5H2Z" fill="#FECA00"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 15.75V19.5H22V15.75H2Z" fill="#E31D1C"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.75828 8.12005C7.68302 7.9503 10.5774 7.09131 10.7943 7.09131C11.0112 7.09131 11.2855 7.60568 11.2855 7.60568L13.0457 7.74806C13.0457 7.74806 12.8378 7.09131 13.0457 7.09131C13.2537 7.09131 16.4405 8.19829 16.4405 8.19829C16.4405 8.19829 12.4567 8.6785 12.4567 8.78663C12.4567 8.89475 12.7176 9.48835 12.7176 9.48835L11.9809 9.72976C11.9809 9.72976 12.0242 9.0144 11.904 9.0144C11.7839 9.0144 11.4273 9.87001 11.4273 9.87001L11.0776 8.78663C11.0776 8.78663 7.83354 8.2898 7.75828 8.12005Z" fill="#7B2900"/>
|
|
12
|
+
<path d="M7.77052 10.7612L8.55849 10.9497C7.73405 14.3974 8.49608 16.0508 10.8425 16.2044L10.7896 17.0129C7.84907 16.8203 6.84341 14.6383 7.77052 10.7612Z" fill="#FECA00"/>
|
|
13
|
+
<path d="M8.25048 10.2964L9.05092 10.4216C8.48632 14.0296 8.93847 15.661 10.2058 15.6163L10.2343 16.426C8.20958 16.4973 7.61552 14.3539 8.25048 10.2964Z" fill="#07138E"/>
|
|
14
|
+
<path d="M9.06054 9.96558L9.86098 10.0908C9.29638 13.6988 9.74853 15.3302 11.0158 15.2855L11.0443 16.0952C9.01964 16.1665 8.42557 14.0231 9.06054 9.96558Z" fill="#E10001"/>
|
|
15
|
+
<path d="M10.5639 16.5459L11.3703 16.4675C11.4367 17.1503 11.3864 17.739 11.2135 18.2333L10.4487 17.9657C10.5793 17.5926 10.6197 17.1195 10.5639 16.5459Z" fill="#07138E"/>
|
|
16
|
+
<path d="M15.4375 10.8555C15.4375 10.8555 16.7288 16.6635 12.7497 16.5629" stroke="#FECA00" stroke-width="0.810185"/>
|
|
17
|
+
<path d="M15.3516 10.2964L14.5511 10.4216C15.1157 14.0296 14.6636 15.661 13.3963 15.6163L13.3678 16.426C15.3925 16.4973 15.9865 14.3539 15.3516 10.2964Z" fill="#07138E"/>
|
|
18
|
+
<path d="M14.5415 9.96558L13.7411 10.0908C14.3057 13.6988 13.8535 15.3302 12.5862 15.2855L12.5577 16.0952C14.5824 16.1665 15.1765 14.0231 14.5415 9.96558Z" fill="#E10001"/>
|
|
19
|
+
<path d="M12.8806 16.5503L12.0751 16.4629C12.0074 17.0864 12.0589 17.6265 12.2365 18.0813L12.9912 17.7866C12.8653 17.4641 12.8261 17.0526 12.8806 16.5503Z" fill="#07138E"/>
|
|
20
|
+
<rect x="10.667" y="15.4375" width="2.43056" height="1.15809" fill="#908F89"/>
|
|
21
|
+
<path d="M11.8819 15.75C12.5672 15.75 13.1591 15.3637 13.5677 14.7964C13.9766 14.2285 14.2199 13.4598 14.2199 12.625C14.2199 11.7902 13.9766 11.0215 13.5677 10.4536C13.1591 9.88627 12.5672 9.5 11.8819 9.5C11.1966 9.5 10.6047 9.88627 10.1961 10.4536C9.78718 11.0215 9.54395 11.7902 9.54395 12.625C9.54395 13.4598 9.78718 14.2285 10.1961 14.7964C10.6047 15.3637 11.1966 15.75 11.8819 15.75Z" stroke="#FEE901" stroke-width="0.625"/>
|
|
22
|
+
<mask id="mask1_5982_15222" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="9" y="9" width="6" height="8">
|
|
23
|
+
<path d="M11.8819 15.75C12.5672 15.75 13.1591 15.3637 13.5677 14.7964C13.9766 14.2285 14.2199 13.4598 14.2199 12.625C14.2199 11.7902 13.9766 11.0215 13.5677 10.4536C13.1591 9.88627 12.5672 9.5 11.8819 9.5C11.1966 9.5 10.6047 9.88627 10.1961 10.4536C9.78718 11.0215 9.54395 11.7902 9.54395 12.625C9.54395 13.4598 9.78718 14.2285 10.1961 14.7964C10.6047 15.3637 11.1966 15.75 11.8819 15.75Z" fill="white" stroke="white" stroke-width="0.625"/>
|
|
24
|
+
</mask>
|
|
25
|
+
<g mask="url(#mask1_5982_15222)">
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3487 14.1281C13.3487 14.1281 12.3641 13.5923 12.0815 13.4013C11.7989 13.2103 11.962 12.7842 11.4753 12.898C10.9885 13.0119 10.5975 13.2103 10.5975 13.754C10.5975 14.2978 10.2153 14.6206 10.0851 14.2491C9.95484 13.8776 9.34243 12.1404 10.0851 12.1404C10.8277 12.1404 12.5636 12.53 13.0746 12.53C13.5856 12.53 13.8831 12.7951 13.8831 13.2746C13.8831 13.9195 13.3487 14.1281 13.3487 14.1281Z" fill="#8DDD61"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8821 11.3016C12.1059 11.3016 12.2872 11.1164 12.2872 10.888C12.2872 10.6595 12.1059 10.4744 11.8821 10.4744C11.6584 10.4744 11.4771 10.6595 11.4771 10.888C11.4771 11.1164 11.6584 11.3016 11.8821 11.3016Z" fill="#FEE901"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5434 11.3378C10.5434 11.3378 11.0146 11.2238 11.6657 11.6626C12.3169 12.1014 13.8955 12.3512 13.8955 12.0069C13.8955 11.6626 13.8955 12.6776 13.8955 12.6776C13.8955 12.6776 10.3927 12.4595 10.2053 12.6776C10.0179 12.8957 9.99916 11.4597 10.2053 11.3378C10.4114 11.2159 10.5434 11.3378 10.5434 11.3378Z" fill="#F7FCFF"/>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<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"/>
|
|
33
|
+
<defs>
|
|
34
|
+
<clipPath id="clip0_5982_15222">
|
|
35
|
+
<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"/>
|
|
36
|
+
</clipPath>
|
|
37
|
+
</defs>
|
|
38
|
+
</svg>`;export{l as flagEcEcuadorIcon};
|
|
@@ -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_15217)">
|
|
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_15217" 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_15217)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#40A8FF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 9.5V14.5H22V9.5H2Z" fill="#272727"/>
|
|
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_15217">
|
|
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 flagEeEstoniaIcon};
|
|
@@ -0,0 +1,32 @@
|
|
|
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_15280)">
|
|
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_15280" 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_15280)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#BF2714"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#272727"/>
|
|
11
|
+
<path d="M9.66258 10.8875L10.2869 10.9161L10.1302 14.3347L9.50586 14.3061L9.66258 10.8875Z" fill="#C09302"/>
|
|
12
|
+
<path d="M10.3149 11.0996L10.9389 11.1349L10.7822 13.907L10.1582 13.8717L10.3149 11.0996Z" fill="#C09302"/>
|
|
13
|
+
<path d="M10.9678 11.3071L11.5907 11.3582L11.4339 13.2682L10.811 13.2171L10.9678 11.3071Z" fill="#C09302"/>
|
|
14
|
+
<path d="M14.3369 10.8875L13.7126 10.9161L13.8693 14.3347L14.4937 14.3061L14.3369 10.8875Z" fill="#C09302"/>
|
|
15
|
+
<path d="M13.6846 11.0996L13.0606 11.1349L13.2173 13.907L13.8413 13.8717L13.6846 11.0996Z" fill="#C09302"/>
|
|
16
|
+
<path d="M13.0318 11.3071L12.4088 11.3582L12.5656 13.2682L13.1885 13.2171L13.0318 11.3071Z" fill="#C09302"/>
|
|
17
|
+
<path d="M11.9832 14.079L11.374 13.9394L11.6319 12.814L12.2411 12.9535L11.9832 14.079Z" fill="#C09302"/>
|
|
18
|
+
<path d="M12.4494 14.079L13.0586 13.9394L12.8007 12.814L12.1915 12.9535L12.4494 14.079Z" fill="#C09302"/>
|
|
19
|
+
<path d="M12.2949 14.0686H11.6699V12.9636H12.2949V14.0686Z" fill="#C09302"/>
|
|
20
|
+
<path d="M11.1464 11.3208L11.7712 11.3361L11.7347 12.8242L11.1099 12.8089L11.1464 11.3208Z" fill="#C09302"/>
|
|
21
|
+
<path d="M12.2333 11.3208L12.8581 11.3361L12.8216 12.8242L12.1968 12.8089L12.2333 11.3208Z" fill="#C09302"/>
|
|
22
|
+
<path d="M10.3359 14.4517L10.4983 13.8481C11.1614 14.0265 11.6706 14.1147 12.0178 14.1147C12.365 14.1147 12.8742 14.0265 13.5374 13.8481L13.6997 14.4517C12.9882 14.643 12.4303 14.7397 12.0178 14.7397C11.6054 14.7397 11.0474 14.643 10.3359 14.4517Z" fill="#C09302"/>
|
|
23
|
+
<path d="M9.67652 10.8891C9.63485 10.4762 9.8765 10.1967 10.286 10.2324C10.4207 10.2441 10.5719 10.2839 10.7734 10.3523C10.8322 10.3725 10.8322 10.3725 10.8895 10.3927C11.1664 10.4912 11.2416 10.5165 11.2572 10.5199C11.1958 10.506 11.3766 10.1792 11.418 10.1242C11.4229 10.1591 11.4021 10.1542 11.3522 10.1442L10.7884 10.0313L11.1897 9.61962C11.33 9.47571 11.5168 9.40434 11.73 9.40434C11.7521 9.40434 11.7727 9.40332 11.8404 9.39915C11.8905 9.39611 11.8905 9.39611 11.9468 9.39377C12.3368 9.38114 12.6165 9.49141 12.6165 9.89245C12.6165 10.0359 12.6346 10.2666 12.6645 10.4417C12.6745 10.5005 12.694 10.5557 12.6367 10.5799C12.639 10.559 12.7756 10.5051 12.988 10.4162L13.0135 10.4056C13.6307 10.148 13.7028 10.1241 13.9017 10.245C14.0343 10.3256 14.1605 10.4705 14.3019 10.6866L13.779 11.0289C13.6878 10.8895 13.6151 10.8049 13.5805 10.7813C13.6592 10.836 13.3944 10.9239 13.2543 10.9824L13.2292 10.9929C12.7487 11.1938 12.6853 11.2178 12.5479 11.2178C12.1741 11.2178 12.0398 10.8348 12.0031 10.2863C11.8877 10.6661 11.5436 11.1453 11.2599 11.1453C11.1358 11.1453 11.1955 11.1649 10.68 10.9816C10.626 10.9625 10.626 10.9625 10.5726 10.9441C10.4164 10.8912 10.3038 10.8614 10.2327 10.8551C10.2356 10.8518 10.2461 10.8405 10.2578 10.8304L9.67652 10.8891Z" fill="#C09302"/>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="clip0_5982_15280">
|
|
29
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>`;export{l as flagEgEgyptIcon};
|
|
@@ -0,0 +1,16 @@
|
|
|
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_15216)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V19.5H2V4.5Z" fill="#F7FCFF"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#272727"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#5EAA22"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L12 12L2 19.5V4.5Z" fill="#E31D1C"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.555 14.1732C15.555 14.1732 14.1332 13.314 14.1332 11.8941C14.1332 10.4742 15.555 9.72726 15.555 9.72726C14.9186 9.3235 12.712 9.89974 12.712 11.9404C12.712 13.981 14.8979 14.358 15.555 14.1732ZM16.7053 11.5704L15.8779 10.7951L16.1636 11.7849L15.3629 12.1642L16.3464 12.4843L16.7735 13.5557L16.9602 12.5639L17.9316 12.7784L17.1966 12.0606L17.4453 11.2948L16.7053 11.5704Z" fill="#E31D1C"/>
|
|
9
|
+
</g>
|
|
10
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_5982_15216">
|
|
13
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>`;export{l as flagEhWesternSaharaIcon};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const C=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15197)">
|
|
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.5V12H22.25V4.5H2Z" fill="#43B764"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12V19.5H22.25V12H2Z" fill="#B4D7F4"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L22.875 12L2 19.5V4.5Z" fill="#BE0027"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.06294 16.0724C7.14138 15.9933 7.24126 15.9223 7.3669 15.8796C7.37425 15.4815 7.36955 15.0472 7.34512 14.6345C7.31216 14.585 7.25469 14.5437 7.15471 14.5437C6.90482 14.5437 6.35595 14.3301 6.35595 14.0226C6.35595 14.0226 6.76536 14.2076 6.87963 14.1151C6.92831 14.0757 6.80137 13.9536 6.64795 13.806C6.44124 13.6071 6.18644 13.3619 6.24826 13.2105C6.24826 13.2105 6.64968 13.5659 6.73537 13.5659C6.77449 13.5659 6.74783 13.4507 6.72101 13.3349C6.6891 13.1971 6.65697 13.0583 6.73537 13.1119C6.87963 13.2105 7.28031 13.8904 7.28031 14.1151C7.28031 14.2374 7.31245 14.4298 7.34175 14.5798L7.34148 14.5755C7.32487 14.3166 7.30093 14.0841 7.26907 13.8851C7.08898 12.7602 7.08255 11.6072 7.33306 10.9935C7.20821 10.9162 7.11712 10.8175 7.11712 10.7048C7.11712 10.7048 7.52653 10.8712 7.6408 10.788C7.68948 10.7526 7.56254 10.6427 7.40911 10.5099C7.2024 10.331 6.94761 10.1105 7.00942 9.97427C7.00942 9.97427 7.41084 10.2939 7.49654 10.2939C7.53566 10.2939 7.50899 10.1904 7.48218 10.0862C7.45026 9.96221 7.41814 9.83741 7.49654 9.8856C7.6408 9.97427 8.04148 10.5859 8.04148 10.788L8.0415 10.7928C8.19673 10.6004 8.37769 10.4209 8.47285 10.3759C8.5748 10.3277 8.53302 10.4525 8.49152 10.5765C8.45665 10.6806 8.42197 10.7842 8.47285 10.7842C8.58428 10.7842 9.10629 10.4646 9.10629 10.4646C9.18667 10.6008 8.85534 10.8213 8.58653 11.0002C8.38702 11.133 8.22195 11.2429 8.28526 11.2783C8.43384 11.3615 8.96624 11.1951 8.96624 11.1951C8.96624 11.4717 8.25249 11.6638 7.92754 11.6638C7.80672 11.6638 7.73364 11.6959 7.68951 11.7362C7.66791 11.9278 7.65798 12.1449 7.65911 12.3774C7.82153 12.1683 8.02434 11.9628 8.1271 11.9142C8.22905 11.866 8.18728 11.9908 8.14577 12.1148C8.1109 12.219 8.07623 12.3226 8.1271 12.3226C8.23854 12.3226 8.76054 12.0029 8.76054 12.0029C8.84093 12.1391 8.50959 12.3596 8.24079 12.5386C8.04127 12.6714 7.87621 12.7812 7.93951 12.8167C8.0881 12.8999 8.62049 12.7335 8.62049 12.7335C8.62049 12.9794 8.05638 13.1585 7.70284 13.1952C7.72258 13.3972 7.74884 13.6021 7.78131 13.8049C7.81597 14.0214 7.8415 14.2693 7.85906 14.543C7.86659 14.6605 7.87254 14.7796 7.87707 14.8992C7.89264 14.7997 7.90419 14.7012 7.90419 14.6279C7.90419 14.4032 8.30487 13.7233 8.44913 13.6247C8.52753 13.5711 8.49541 13.7099 8.46349 13.8477C8.43668 13.9635 8.41001 14.0786 8.44913 14.0786C8.53483 14.0786 8.93625 13.7233 8.93625 13.7233C8.99806 13.8747 8.74327 14.1199 8.53656 14.3187L8.53655 14.3188C8.38313 14.4664 8.25619 14.5885 8.30487 14.6279C8.41914 14.7204 8.82855 14.5354 8.82855 14.5354C8.82855 14.8429 8.27968 15.0565 8.02979 15.0565C7.96454 15.0565 7.9174 15.0741 7.88336 15.1C7.88995 15.3639 7.89011 15.6268 7.88566 15.8765C8.02193 15.9209 8.12836 15.9985 8.21033 16.0843C8.3708 16.0733 8.52874 16.0489 8.68418 16.0113C8.9843 15.8462 9.6486 15.3144 9.81679 15.1053C9.9442 14.9469 9.99286 14.635 10.0388 14.3404C10.0652 14.1718 10.0906 14.0088 10.1294 13.8834C10.236 13.5387 10.4247 14.3022 10.4247 14.4211C10.4247 14.5399 10.58 13.9802 10.58 13.5876C10.58 13.3909 10.5411 13.2646 10.5021 13.1386C10.4634 13.013 10.4247 12.8878 10.4247 12.6933C10.4247 12.4636 10.559 12.5044 10.6834 12.6235C10.6265 12.4675 10.58 12.2745 10.58 12.0755C10.58 11.8208 10.5481 11.7443 10.5342 11.7253C10.5468 11.7309 10.58 11.7341 10.6501 11.696C10.7704 11.6307 10.8264 11.7109 10.8732 11.778C10.9142 11.8367 10.9482 11.8854 11.012 11.8185C11.0819 11.7452 10.9311 11.662 10.7071 11.5384C10.492 11.4197 10.2094 11.2638 9.98987 11.0437C9.5416 10.5944 10.1294 10.4402 10.2296 10.5969C10.3299 10.7536 10.9272 10.9297 10.58 10.4082C10.369 10.0912 10.1088 10.0952 9.87212 10.0987C9.71941 10.1011 9.57648 10.1032 9.46282 10.019C9.26653 9.87345 9.53992 9.72308 9.68886 9.64116C9.75985 9.60211 9.80257 9.57862 9.75266 9.57862C9.68911 9.57862 9.60809 9.55605 9.51265 9.52946C9.37589 9.49137 9.20953 9.44503 9.02255 9.44503C8.70508 9.44503 8.07767 9.16097 8.29467 9.16097C8.37187 9.16097 8.48627 9.13356 8.61192 9.10346C8.74997 9.07039 8.9016 9.03407 9.03239 9.02726C8.65148 8.85116 8.21576 8.70267 7.72467 8.58172L7.80824 8.25C8.29372 8.36957 8.73058 8.51649 9.11836 8.6907C9.05151 8.58788 8.9792 8.47625 8.91906 8.3713C8.71133 8.00882 9.35976 8.57175 9.61649 8.94445L9.6172 8.94548C10.0348 9.18783 10.3794 9.47061 10.6501 9.79371V9.06015C10.8926 9.14319 11.0306 9.92659 11.1031 10.5168C11.156 10.6354 11.2016 10.7579 11.2398 10.8844C11.3342 10.6325 11.5123 10.3655 11.6726 10.5969C11.8633 10.8723 11.5264 12.435 11.4022 12.975C11.3968 13.0317 11.3906 13.0879 11.3836 13.1437C11.6791 12.9555 11.8324 12.5211 11.9109 12.2985C11.9787 12.1064 11.9908 12.0719 11.9908 12.4891C11.9908 13.0288 11.5708 13.5631 11.2266 13.9104C11.1773 14.0811 11.119 14.2474 11.0515 14.4092C11.2886 14.3344 11.4918 14.2029 11.6492 14.101C11.9249 13.9226 12.0602 13.8351 11.9908 14.3022C11.9152 14.8115 11.1763 14.9995 10.7119 15.0677C10.6781 15.1218 10.6432 15.1753 10.6071 15.2283L10.5874 15.2521C10.5155 15.3249 10.4428 15.3944 10.3694 15.4605C10.4163 15.4405 10.4613 15.4201 10.5055 15.4C10.6867 15.3177 10.8519 15.2427 11.0608 15.2427C11.1869 15.2427 11.0145 15.3086 10.7704 15.4018C10.4819 15.512 10.0934 15.6604 9.97945 15.7835C9.93177 15.835 9.90044 15.8767 9.87513 15.9104C9.80068 16.0095 9.77828 16.0393 9.54462 16.0456C9.18418 16.2371 8.8086 16.3579 8.41841 16.4074C8.44305 16.466 8.45337 16.5046 8.45337 16.5046H6.80834C6.80834 16.5046 6.82101 16.4572 6.85179 16.3877C6.50972 16.3296 6.17911 16.2158 5.86035 16.0467C5.85201 16.0469 5.84337 16.047 5.83441 16.047C5.47754 16.047 5.4612 16.0253 5.37487 15.9104C5.34956 15.8767 5.31824 15.835 5.27055 15.7835C5.1566 15.6604 4.76807 15.512 4.4796 15.4018C4.23551 15.3086 4.06307 15.2427 4.1892 15.2427C4.39815 15.2427 4.56328 15.3177 4.74454 15.4C4.80203 15.4261 4.86113 15.453 4.92378 15.4784C4.98288 15.5024 5.06214 15.5312 5.14933 15.5615C5.0363 15.4661 4.92499 15.363 4.81542 15.2521L4.79575 15.2283C4.76409 15.1819 4.73335 15.135 4.70353 15.0877C4.27348 15.0408 3.35281 14.8739 3.26795 14.3022C3.19862 13.8351 3.33385 13.9226 3.60958 14.101C3.77566 14.2085 3.99271 14.3489 4.24674 14.4211C4.29295 14.4342 4.33391 14.4449 4.3701 14.4536C4.32121 14.3397 4.27686 14.2235 4.23704 14.1051C3.88611 13.7906 3.26795 13.1438 3.26795 12.4891C3.26795 12.0719 3.28011 12.1064 3.34786 12.2985C3.42855 12.5272 3.58807 12.9795 3.89978 13.1586C3.89978 13.1586 3.35487 10.931 3.58622 10.5969C3.81758 10.2628 4.08626 10.9676 4.08626 11.1661C4.08626 11.2007 4.08963 11.1633 4.09738 11.0773C4.13402 10.6706 4.26863 9.17662 4.60869 9.06015V9.86766C4.60869 9.90531 4.62549 9.91999 4.65496 9.91644C4.88112 9.61773 5.16678 9.35142 5.51133 9.11759C5.56248 9.05433 5.60724 8.99534 5.6423 8.94445C5.89902 8.57175 6.54746 8.00882 6.33973 8.3713C6.27758 8.47974 6.20245 8.59529 6.13379 8.70091L6.13376 8.70095C6.11406 8.73125 6.09489 8.76074 6.07672 8.789C6.51414 8.57113 7.02036 8.39143 7.59461 8.25L7.67818 8.58172C7.17556 8.70551 6.73095 8.85814 6.34374 9.0397C6.44338 9.05472 6.54856 9.07991 6.64686 9.10346C6.77251 9.13356 6.88691 9.16097 6.96412 9.16097C7.18111 9.16097 6.5537 9.44503 6.23623 9.44503C6.04925 9.44503 5.88289 9.49137 5.74613 9.52946C5.65069 9.55605 5.56967 9.57862 5.50612 9.57862C5.45621 9.57862 5.49893 9.60211 5.56992 9.64116C5.71886 9.72308 5.99225 9.87345 5.79597 10.019C5.6823 10.1032 5.53937 10.1011 5.38666 10.0987C5.21757 10.0962 5.03649 10.0934 4.86991 10.2077C4.75767 10.3685 4.6641 10.5389 4.58907 10.719C4.66484 10.8182 4.9612 10.7031 5.02915 10.5969C5.12939 10.4402 5.71719 10.5944 5.26891 11.0437C5.04934 11.2638 4.76676 11.4197 4.55168 11.5384C4.48159 11.5771 4.41867 11.6118 4.36744 11.6435C4.36017 11.705 4.35374 11.7661 4.34816 11.8268C4.36069 11.8136 4.37278 11.7963 4.38555 11.778C4.43242 11.7109 4.48838 11.6307 4.60869 11.696C4.67875 11.7341 4.71202 11.7309 4.72461 11.7253C4.71073 11.7443 4.67874 11.8208 4.67874 12.0755C4.67874 12.2745 4.63227 12.4675 4.57538 12.6235C4.6998 12.5044 4.83408 12.4636 4.83408 12.6933C4.83408 12.8878 4.7954 13.013 4.75664 13.1386C4.71773 13.2646 4.67874 13.3909 4.67874 13.5876C4.67874 13.9802 4.83408 14.5399 4.83408 14.4211C4.83408 14.3022 5.02276 13.5387 5.12939 13.8834C5.1682 14.0088 5.19363 14.1718 5.21994 14.3404C5.26592 14.635 5.31458 14.9469 5.44199 15.1053C5.5879 15.2867 6.10717 15.7109 6.43814 15.928C6.64197 16 6.8502 16.0481 7.06294 16.0724ZM4.73088 11.72C4.73059 11.7193 4.72821 11.7204 4.72461 11.7253C4.72938 11.7232 4.73118 11.7207 4.73088 11.72ZM10.5342 11.7253C10.5306 11.7204 10.5282 11.7193 10.5279 11.72C10.5276 11.7207 10.5294 11.7232 10.5342 11.7253ZM10.6462 14.4708C10.6602 14.4415 10.6738 14.412 10.6871 14.3823C10.6522 14.4163 10.6261 14.4522 10.6462 14.4708ZM7.7604 11.3434C7.75157 11.4275 7.72854 11.5306 7.70381 11.6248C7.7188 11.5215 7.73763 11.427 7.7604 11.3434Z" fill="#F3E294"/>
|
|
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_15197">
|
|
12
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>`;export{C as flagErEritreaIcon};
|
|
@@ -0,0 +1,80 @@
|
|
|
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_15219)">
|
|
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="#FFB400"/>
|
|
5
|
+
<mask id="mask0_5982_15219" 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_15219)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V8.25H22V4.5H2Z" fill="#C51918"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 15.75V19.5H22V15.75H2Z" fill="#C51918"/>
|
|
11
|
+
<rect x="5.13037" y="10.9202" width="0.7" height="3.64" fill="#F1F9FF"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.1101 10.29H4.8501V10.64H5.0601V10.92H5.9001V10.64H6.1101V10.29Z" fill="#C88A02"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.9001 14.77H6.1101V15.12H4.8501V14.77H5.0601V14.49H5.9001V14.77Z" fill="#C88A02"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.48023 10.3601C5.63257 10.3601 5.64805 10.3027 5.73792 10.2171C5.80771 10.1505 5.97023 10.068 5.97023 9.97509C5.97023 9.76246 5.75085 9.59009 5.48023 9.59009C5.20961 9.59009 4.99023 9.76246 4.99023 9.97509C4.99023 10.0786 5.10216 10.1479 5.18679 10.2171C5.27595 10.29 5.3414 10.3601 5.48023 10.3601Z" fill="#AD1619"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.8501 15.1201H6.1101V15.6801C6.1101 15.6801 5.9526 15.6101 5.7951 15.6101C5.6376 15.6101 5.4801 15.6801 5.4801 15.6801C5.4801 15.6801 5.3226 15.6101 5.1651 15.6101C5.0076 15.6101 4.8501 15.6801 4.8501 15.6801V15.1201Z" fill="#005BBF"/>
|
|
16
|
+
<mask id="mask1_5982_15219" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="4" y="15" width="3" height="1">
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.8501 15.1201H6.1101V15.6801C6.1101 15.6801 5.9526 15.6101 5.7951 15.6101C5.6376 15.6101 5.4801 15.6801 5.4801 15.6801C5.4801 15.6801 5.3226 15.6101 5.1651 15.6101C5.0076 15.6101 4.8501 15.6801 4.8501 15.6801V15.1201Z" fill="white"/>
|
|
18
|
+
</mask>
|
|
19
|
+
<g mask="url(#mask1_5982_15219)">
|
|
20
|
+
<path d="M4.83854 15.5701L4.81104 15.5031C4.92452 15.4526 5.03841 15.4272 5.15248 15.4272C5.22617 15.4272 5.26465 15.4375 5.33007 15.4666C5.38753 15.4922 5.41732 15.5002 5.48016 15.5002C5.54301 15.5002 5.5728 15.4922 5.63026 15.4666C5.69568 15.4375 5.73416 15.4272 5.80785 15.4272C5.92192 15.4272 6.03581 15.4526 6.14929 15.5031L6.12179 15.5701C6.01682 15.5234 5.91225 15.5002 5.80785 15.5002C5.74501 15.5002 5.71522 15.5081 5.65776 15.5337C5.59234 15.5628 5.55386 15.5731 5.48016 15.5731C5.40647 15.5731 5.36799 15.5628 5.30257 15.5337C5.24511 15.5081 5.21532 15.5002 5.15248 15.5002C5.04808 15.5002 4.94351 15.5234 4.83854 15.5701Z" fill="white"/>
|
|
21
|
+
<path d="M4.83854 15.3602L4.81104 15.2931C4.92452 15.2426 5.03841 15.2173 5.15248 15.2173C5.22617 15.2173 5.26465 15.2276 5.33007 15.2567C5.38753 15.2822 5.41732 15.2902 5.48016 15.2902C5.54301 15.2902 5.5728 15.2822 5.63026 15.2567C5.69568 15.2276 5.73416 15.2173 5.80785 15.2173C5.92192 15.2173 6.03581 15.2426 6.14929 15.2931L6.12179 15.3602C6.01682 15.3135 5.91225 15.2902 5.80785 15.2902C5.74501 15.2902 5.71522 15.2982 5.65776 15.3237C5.59234 15.3528 5.55386 15.3631 5.48016 15.3631C5.40647 15.3631 5.36799 15.3528 5.30257 15.3237C5.24511 15.2982 5.21532 15.2902 5.15248 15.2902C5.04808 15.2902 4.94351 15.3135 4.83854 15.3602Z" fill="white"/>
|
|
22
|
+
</g>
|
|
23
|
+
<rect x="11.9902" y="10.9202" width="0.7" height="3.64" fill="#F1F9FF"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.9704 10.29H11.7104V10.64H11.9204V10.92H12.7604V10.64H12.9704V10.29Z" fill="#C88A02"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7604 14.77H12.9704V15.12H11.7104V14.77H11.9204V14.49H12.7604V14.77Z" fill="#C88A02"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3401 10.3601C12.4924 10.3601 12.5079 10.3027 12.5978 10.2171C12.6676 10.1505 12.8301 10.068 12.8301 9.97509C12.8301 9.76246 12.6107 9.59009 12.3401 9.59009C12.0695 9.59009 11.8501 9.76246 11.8501 9.97509C11.8501 10.0786 11.962 10.1479 12.0466 10.2171C12.1358 10.29 12.2013 10.3601 12.3401 10.3601Z" fill="#AD1619"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7104 15.1201H12.9704V15.6801C12.9704 15.6801 12.8129 15.6101 12.6554 15.6101C12.4979 15.6101 12.3404 15.6801 12.3404 15.6801C12.3404 15.6801 12.1829 15.6101 12.0254 15.6101C11.8679 15.6101 11.7104 15.6801 11.7104 15.6801V15.1201Z" fill="#005BBF"/>
|
|
28
|
+
<mask id="mask2_5982_15219" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="11" y="15" width="2" height="1">
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7104 15.1201H12.9704V15.6801C12.9704 15.6801 12.8129 15.6101 12.6554 15.6101C12.4979 15.6101 12.3404 15.6801 12.3404 15.6801C12.3404 15.6801 12.1829 15.6101 12.0254 15.6101C11.8679 15.6101 11.7104 15.6801 11.7104 15.6801V15.1201Z" fill="white"/>
|
|
30
|
+
</mask>
|
|
31
|
+
<g mask="url(#mask2_5982_15219)">
|
|
32
|
+
<path d="M11.6989 15.5701L11.6714 15.5031C11.7849 15.4526 11.8988 15.4272 12.0128 15.4272C12.0865 15.4272 12.125 15.4375 12.1904 15.4666C12.2479 15.4922 12.2777 15.5002 12.3405 15.5002C12.4034 15.5002 12.4331 15.4922 12.4906 15.4666C12.556 15.4375 12.5945 15.4272 12.6682 15.4272C12.7823 15.4272 12.8962 15.4526 13.0096 15.5031L12.9821 15.5701C12.8772 15.5234 12.7726 15.5002 12.6682 15.5002C12.6054 15.5002 12.5756 15.5081 12.5181 15.5337C12.4527 15.5628 12.4142 15.5731 12.3405 15.5731C12.2668 15.5731 12.2283 15.5628 12.1629 15.5337C12.1055 15.5081 12.0757 15.5002 12.0128 15.5002C11.9084 15.5002 11.8039 15.5234 11.6989 15.5701Z" fill="white"/>
|
|
33
|
+
<path d="M11.6989 15.3602L11.6714 15.2931C11.7849 15.2426 11.8988 15.2173 12.0128 15.2173C12.0865 15.2173 12.125 15.2276 12.1904 15.2567C12.2479 15.2822 12.2777 15.2902 12.3405 15.2902C12.4034 15.2902 12.4331 15.2822 12.4906 15.2567C12.556 15.2276 12.5945 15.2173 12.6682 15.2173C12.7823 15.2173 12.8962 15.2426 13.0096 15.2931L12.9821 15.3602C12.8772 15.3135 12.7726 15.2902 12.6682 15.2902C12.6054 15.2902 12.5756 15.2982 12.5181 15.3237C12.4527 15.3528 12.4142 15.3631 12.3405 15.3631C12.2668 15.3631 12.2283 15.3528 12.1629 15.3237C12.1055 15.2982 12.0757 15.2902 12.0128 15.2902C11.9084 15.2902 11.8039 15.3135 11.6989 15.3602Z" fill="white"/>
|
|
34
|
+
</g>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.11772 14.2999C5.24392 14.1469 5.31449 14.0077 5.31449 13.8599C5.31449 13.7667 5.28675 13.6862 5.23815 13.6204L5.24636 13.6167C5.24561 13.617 5.38481 13.5564 5.43328 13.5331C5.52337 13.4899 5.60275 13.4442 5.68014 13.3879C5.72954 13.352 5.79574 13.3128 5.89666 13.2586L5.99149 13.2082L6.01709 13.1946C6.06614 13.1684 6.10266 13.1484 6.13659 13.1287C6.24232 13.0674 6.31219 13.0167 6.36563 12.9489C6.49221 12.7884 6.46593 12.5708 6.28856 12.4501C6.20166 12.3909 6.08439 12.3569 5.9125 12.3302L5.8769 12.3247L5.66665 12.2921C5.58439 12.2792 5.511 12.2671 5.44555 12.2557C5.87591 12.1841 6.49043 12.2104 6.76074 12.35L7.01765 11.8524C6.46681 11.568 5.21173 11.597 4.7429 11.9199C4.39902 12.1567 4.44517 12.5147 4.80295 12.6688C4.95245 12.7333 5.14735 12.776 5.508 12.8339C5.44756 12.869 5.39746 12.901 5.35077 12.935C5.30342 12.9694 5.25269 12.9987 5.19116 13.0282C5.16173 13.0423 5.07459 13.0805 5.03465 13.0981L5.01456 13.1069C4.72314 13.2394 4.5817 13.4227 4.62397 13.7537L4.64684 13.9328L4.68788 13.9454L5.11772 14.2999ZM4.75747 13.837L4.75659 13.8396L4.75727 13.8377L4.75747 13.837ZM12.4415 13.8599C12.4415 14.0077 12.512 14.1469 12.6382 14.2999L13.0681 13.9454L13.1091 13.9328L13.132 13.7537C13.1743 13.4227 13.0328 13.2394 12.7414 13.1069L12.7213 13.0981L12.7212 13.098C12.6813 13.0805 12.5942 13.0423 12.5648 13.0282C12.5033 12.9987 12.4525 12.9694 12.4052 12.935C12.3585 12.901 12.3084 12.869 12.248 12.8339C12.6086 12.776 12.8035 12.7333 12.953 12.6688C13.3108 12.5147 13.3569 12.1567 13.0131 11.9199C12.5442 11.597 11.2891 11.568 10.7383 11.8524L10.9952 12.35C11.2655 12.2104 11.88 12.1841 12.3104 12.2557C12.245 12.2671 12.1716 12.2792 12.0893 12.2921L11.879 12.3247L11.8435 12.3302C11.6716 12.3569 11.5543 12.3909 11.4674 12.4501C11.29 12.5708 11.2637 12.7884 11.3903 12.9489C11.4438 13.0167 11.5136 13.0674 11.6194 13.1287C11.6533 13.1484 11.6898 13.1684 11.7389 13.1946L11.7645 13.2082L11.8593 13.2586C11.9602 13.3128 12.0264 13.352 12.0758 13.3879C12.1532 13.4442 12.2326 13.4899 12.3227 13.5331C12.3711 13.5564 12.5103 13.617 12.5096 13.6167L12.5178 13.6204C12.4692 13.6862 12.4415 13.7667 12.4415 13.8599Z" fill="#AD1619"/>
|
|
36
|
+
<path d="M5.70247 12.25L5.90908 12.2927V12.6007C5.68902 12.7763 5.13037 13.0722 5.13037 13.0722V12.25H5.70247Z" fill="#F1F9FF"/>
|
|
37
|
+
<path d="M12.1969 12.25L11.9903 12.2927V12.6007C12.2104 12.7763 12.769 13.0722 12.769 13.0722V12.25H12.1969Z" fill="#F1F9FF"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2357 9.00361V8.90112C10.8756 8.64272 10.4986 8.51352 10.1046 8.51352C9.72679 8.34635 9.34442 8.28145 8.95744 8.31885C8.95755 8.31765 8.9576 8.31704 8.9576 8.31704C8.37574 8.26011 7.78934 8.51352 7.78934 8.51352C7.19828 8.51352 6.6582 8.90112 6.6582 8.90112V9.00361L7.36422 9.71269C7.36422 9.71269 7.56295 10.3952 8.95473 10.2348V10.2365C8.95473 10.2365 9.87619 10.2114 9.94094 10.1898C9.96663 10.1813 9.99328 10.1735 10.0205 10.1656C10.201 10.1129 10.407 10.0527 10.5297 9.71269L11.2357 9.00361ZM8.95473 8.3502C8.93463 8.58628 8.81991 10.0094 8.95473 10.23V8.3502Z" fill="#AD1619"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.19642 9.59358L7.19689 9.59142L6.7002 9.12412L6.74816 9.07313L7.21424 9.51163L7.22617 9.45678C7.30242 9.47336 7.35815 9.47945 7.39063 9.476V9.38088L7.49395 9.43679C7.54477 9.46429 7.61754 9.47168 7.7134 9.45609C7.7838 9.44463 7.8313 9.36287 7.84684 9.18864L7.8782 8.83691L7.98338 9.17401C8.03098 9.32654 8.10359 9.39378 8.20697 9.39378C8.30793 9.39378 8.34852 9.35677 8.353 9.26347L8.3657 8.99886L8.48537 9.23521C8.52848 9.32035 8.58793 9.35899 8.67247 9.35899C8.79337 9.35899 8.87414 9.25819 8.87414 9.10004H8.87642H9.01414H9.01642C9.01642 9.25819 9.09719 9.35899 9.21809 9.35899C9.30263 9.35899 9.36208 9.32035 9.40519 9.23521L9.52485 8.99886L9.53756 9.26347C9.54204 9.35677 9.58262 9.39378 9.68359 9.39378C9.78696 9.39378 9.85958 9.32654 9.90718 9.17401L10.0124 8.83691L10.0437 9.18864C10.0593 9.36287 10.1068 9.44463 10.1772 9.45609C10.273 9.47168 10.3458 9.46429 10.3966 9.43679L10.4999 9.38088V9.476C10.5324 9.47945 10.5881 9.47336 10.6644 9.45678L10.6865 9.55857L11.2025 9.07313L11.2505 9.12412L10.6084 9.72819C10.5147 9.90071 10.4675 10.0146 10.4675 10.0619C10.4675 10.134 10.2798 10.1769 9.91338 10.2209C9.62633 10.2553 9.28756 10.2785 9.01045 10.2819V10.2824L8.97532 10.2823L8.9402 10.2824V10.2819C8.66309 10.2785 8.32432 10.2553 8.03726 10.2209C7.67085 10.1769 7.48311 10.134 7.48311 10.0619C7.48311 10.0529 7.48142 10.0416 7.47805 10.0279C7.4411 9.98089 7.41512 9.90391 7.39784 9.83447C7.38162 9.802 7.36309 9.76655 7.34226 9.72819L7.20001 9.59436L7.19642 9.59358ZM10.6373 9.60485C10.5227 9.62514 10.4399 9.62309 10.396 9.58733C10.3273 9.60732 10.2467 9.60924 10.1547 9.59427C10.0564 9.57828 9.98797 9.51291 9.94679 9.40447C9.89303 9.47296 9.82505 9.51525 9.74363 9.52892C10.1916 9.59245 10.5054 9.68174 10.5054 9.68174C10.5054 9.68174 10.4976 9.74808 10.4788 9.82608C10.4987 9.78525 10.5223 9.73988 10.5496 9.6898L10.5563 9.68105L10.6373 9.60485ZM9.53225 9.50231C9.49328 9.48295 9.46218 9.45488 9.43969 9.41871C9.40629 9.4482 9.3683 9.46977 9.32612 9.48308C9.39655 9.48847 9.46542 9.49498 9.53225 9.50231ZM9.079 9.46946C9.02447 9.44426 8.97914 9.40391 8.94528 9.35221C8.91166 9.40355 8.86673 9.44369 8.81271 9.46893C8.84471 9.46797 8.87689 9.4673 8.90923 9.46694V9.46662L8.9373 9.4667L8.96537 9.46662V9.46694C9.00347 9.46737 9.04137 9.46822 9.079 9.46946ZM7.38922 9.67626L7.32395 9.61486C7.4023 9.62263 7.46028 9.61525 7.49458 9.58733C7.56328 9.60732 7.64387 9.60924 7.73588 9.59427C7.83415 9.57828 7.90259 9.51291 7.94377 9.40447C7.99597 9.47098 8.06158 9.51277 8.13989 9.52766C7.75367 9.58192 7.46552 9.65575 7.38922 9.67626ZM8.5614 9.48211C8.49358 9.48715 8.42718 9.49324 8.36262 9.50012C8.39957 9.48086 8.42921 9.45354 8.45087 9.41871C8.48347 9.44749 8.52043 9.46873 8.5614 9.48211ZM10.2835 10.0632C10.3325 10.0862 10.3719 10.0633 10.4029 10.0194C10.4002 10.0315 10.3986 10.0425 10.3979 10.0523C10.3938 10.055 10.3875 10.0582 10.3792 10.0617C10.3562 10.0714 10.321 10.0817 10.2751 10.0922C10.1851 10.1127 10.0569 10.1331 9.90504 10.1514C9.60842 10.187 9.25572 10.2104 8.97532 10.2123C8.69493 10.2104 8.34223 10.187 8.04561 10.1514C7.89371 10.1331 7.76555 10.1127 7.67551 10.0922C7.63711 10.0834 7.60615 10.0747 7.58356 10.0664C7.58605 10.0655 7.58856 10.0644 7.5911 10.0632C7.74402 9.99169 8.7552 9.92455 8.9373 9.91296C9.1194 9.92455 10.1306 9.99169 10.2835 10.0632ZM10.4763 10.0504L10.4753 10.0516L10.4759 10.0508L10.4763 10.0504Z" fill="#C88A02"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.94584 7.84187C9.06182 7.84187 9.15584 7.74785 9.15584 7.63187C9.15584 7.5159 9.06182 7.42188 8.94584 7.42188C8.82986 7.42188 8.73584 7.5159 8.73584 7.63187C8.73584 7.74785 8.82986 7.84187 8.94584 7.84187Z" fill="#005BBF"/>
|
|
41
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.80905 8.87293C8.81353 8.89598 8.82053 8.91744 8.82937 8.93656C8.80225 8.9262 8.77005 8.9202 8.73552 8.9202C8.63887 8.9202 8.56052 8.96721 8.56052 9.0252C8.56052 9.08319 8.63887 9.1302 8.73552 9.1302C8.83217 9.1302 8.91052 9.08319 8.91052 9.0252C8.91052 9.08319 8.98887 9.1302 9.08552 9.1302C9.18217 9.1302 9.26052 9.08319 9.26052 9.0252C9.26052 8.96721 9.18217 8.9202 9.08552 8.9202C9.06119 8.9202 9.03802 8.92318 9.01696 8.92856C9.02204 8.89985 9.02182 8.86694 9.0152 8.83286C8.99675 8.73799 8.93566 8.67005 8.87873 8.68111C8.82181 8.69218 8.79061 8.77806 8.80905 8.87293ZM8.91052 9.0252L8.91044 9.02199L8.91059 9.02204L8.91052 9.0252ZM7.77937 9.00656C7.77053 8.98744 7.76353 8.96598 7.75905 8.94293C7.74061 8.84806 7.77181 8.76218 7.82873 8.75111C7.88566 8.74005 7.94675 8.80799 7.9652 8.90286C7.97182 8.93694 7.97204 8.96985 7.96696 8.99856C7.98802 8.99318 8.01119 8.9902 8.03552 8.9902C8.13217 8.9902 8.21052 9.03721 8.21052 9.0952C8.21052 9.15319 8.13217 9.2002 8.03552 9.2002C7.93887 9.2002 7.86052 9.15319 7.86052 9.0952L7.86059 9.09204L7.86044 9.09199L7.86052 9.0952C7.86052 9.15319 7.78217 9.2002 7.68552 9.2002C7.58887 9.2002 7.51052 9.15319 7.51052 9.0952C7.51052 9.03721 7.58887 8.9902 7.68552 8.9902C7.72005 8.9902 7.75225 8.9962 7.77937 9.00656ZM9.97172 9.07055C9.96365 9.12797 9.87952 9.16362 9.78381 9.15017C9.6881 9.13672 9.61706 9.07926 9.62513 9.02184C9.6332 8.96441 9.71733 8.92876 9.81304 8.94221C9.84724 8.94702 9.87829 8.95745 9.90371 8.97148C9.89761 8.95131 9.89367 8.92909 9.89244 8.90564C9.88738 8.80913 9.93023 8.72842 9.98814 8.72539C10.046 8.72235 10.0971 8.79814 10.1022 8.89465C10.104 8.92932 10.0996 8.96194 10.0906 8.98966C10.1122 8.98726 10.1355 8.98754 10.1596 8.99092C10.2553 9.00438 10.3264 9.06183 10.3183 9.11926C10.3102 9.17668 10.2261 9.21233 10.1304 9.19888C10.0347 9.18543 9.96365 9.12797 9.97172 9.07055ZM9.97172 9.07055L9.97209 9.06736L9.97224 9.06744L9.97172 9.07055ZM10.6382 9.34821C10.7236 9.39358 10.8148 9.38886 10.842 9.33765L10.8435 9.33479C10.8519 9.34369 10.8618 9.35016 10.8732 9.35363C10.9286 9.37059 10.9965 9.3094 11.0248 9.21698C11.053 9.12455 11.031 9.03588 10.9755 9.01892C10.9201 9.00197 10.8522 9.06315 10.8239 9.15558C10.8171 9.17803 10.8132 9.20026 10.812 9.2213C10.7929 9.19942 10.7673 9.179 10.7368 9.16279C10.6515 9.11741 10.5602 9.12214 10.533 9.17334C10.5058 9.22454 10.5529 9.30283 10.6382 9.34821ZM7.20353 9.36965C7.11819 9.41502 7.02694 9.4103 6.99972 9.3591C6.99921 9.35815 6.99874 9.3572 6.99828 9.35623C6.98988 9.36513 6.97992 9.3716 6.96857 9.37507C6.91312 9.39203 6.84525 9.33085 6.817 9.23842C6.78874 9.14599 6.81079 9.05732 6.86624 9.04037C6.9217 9.02341 6.98956 9.0846 7.01782 9.17702C7.02468 9.19948 7.02858 9.22171 7.02975 9.24274C7.04883 9.22086 7.07445 9.20044 7.10494 9.18423C7.19028 9.13886 7.28152 9.14358 7.30875 9.19478C7.33597 9.24598 7.28886 9.32428 7.20353 9.36965Z" fill="#C88A02"/>
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.86728 7.04785H9.01311V7.13998H9.1084V7.28581H9.01311V7.57748H9.1084V7.72331H8.77051V7.57748H8.86728V7.28581H8.77051V7.13998H8.86728V7.04785Z" fill="#C88A02"/>
|
|
43
|
+
<rect x="8.84033" y="7.84009" width="0.28" height="0.91" fill="#C88A02"/>
|
|
44
|
+
<path d="M7.71335 7.99235L7.71213 8.06234C7.09144 8.0515 6.7354 8.14208 6.64503 8.32261C6.55159 8.50925 6.56896 8.73614 6.69989 9.00566L6.63692 9.03624C6.49724 8.74868 6.47816 8.49956 6.58243 8.29127C6.68977 8.07687 7.0664 7.98105 7.71335 7.99235Z" fill="white"/>
|
|
45
|
+
<path d="M7.83343 8.61297L7.79755 8.67307C7.66238 8.59236 7.59473 8.45463 7.59473 8.26482C7.59473 7.99202 7.73525 7.83204 8.0461 7.72257C8.24449 7.6527 8.51549 7.68135 8.85988 7.80621L8.83602 7.87202C8.50542 7.75215 8.24961 7.72511 8.06935 7.7886C7.78424 7.88901 7.66473 8.02505 7.66473 8.26482C7.66473 8.43139 7.72092 8.54579 7.83343 8.61297Z" fill="white"/>
|
|
46
|
+
<path d="M6.78812 8.89833L6.65603 8.94472C6.51898 8.55451 6.55811 8.2895 6.7923 8.17518C6.99865 8.07445 7.29939 8.03346 7.69601 8.04953L7.69035 8.18942C7.31482 8.1742 7.03545 8.21228 6.85371 8.30099C6.69981 8.37612 6.67166 8.56674 6.78812 8.89833Z" fill="#C88A02"/>
|
|
47
|
+
<path d="M8.33131 7.89903C8.01122 7.89903 7.87978 7.97699 7.80468 8.20717C7.75683 8.35386 7.80324 8.47906 7.95373 8.59592L7.86787 8.7065C7.67303 8.5552 7.60433 8.36989 7.67159 8.16375C7.76729 7.87041 7.95507 7.75903 8.33131 7.75903C8.57791 7.75903 8.77 7.82382 8.90376 7.95567L8.92462 7.97623V8.65121H8.78462V8.03607C8.68016 7.94533 8.5301 7.89903 8.33131 7.89903Z" fill="#C88A02"/>
|
|
48
|
+
<path d="M10.1563 8.06217L10.1575 8.13216C10.7782 8.12132 11.1342 8.2119 11.2246 8.39243C11.318 8.57908 11.3007 8.80596 11.1697 9.07548L11.2327 9.10607C11.3724 8.81851 11.3915 8.56939 11.2872 8.3611C11.1799 8.1467 10.8032 8.05088 10.1563 8.06217Z" fill="white"/>
|
|
49
|
+
<path d="M9.93707 8.62762L9.97296 8.68772C10.1081 8.60701 10.1758 8.46928 10.1758 8.27946C10.1758 8.00666 10.0353 7.84669 9.72441 7.73722C9.52602 7.66735 9.25501 7.696 8.91063 7.82086L8.93449 7.88667C9.26509 7.7668 9.5209 7.73976 9.70116 7.80324C9.98627 7.90366 10.1058 8.0397 10.1058 8.27946C10.1058 8.44603 10.0496 8.56044 9.93707 8.62762Z" fill="white"/>
|
|
50
|
+
<path d="M11.125 8.96815L11.2571 9.01455C11.3941 8.62433 11.355 8.35932 11.1208 8.24501C10.9144 8.14428 10.6137 8.10328 10.2171 8.11935L10.2227 8.25924C10.5983 8.24402 10.8776 8.2821 11.0594 8.37082C11.2133 8.44594 11.2414 8.63656 11.125 8.96815Z" fill="#C88A02"/>
|
|
51
|
+
<path d="M9.57396 7.90978C9.89405 7.90978 10.0255 7.98773 10.1006 8.21791C10.1484 8.3646 10.102 8.4898 9.95154 8.60666L10.0374 8.71724C10.2322 8.56594 10.3009 8.38064 10.2337 8.17449C10.138 7.88115 9.9502 7.76978 9.57396 7.76978C9.32737 7.76978 9.13527 7.83456 9.00151 7.96641L8.98066 7.98697V8.66195H9.12066V8.04681C9.22512 7.95608 9.37517 7.90978 9.57396 7.90978Z" fill="#C88A02"/>
|
|
52
|
+
<path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M6.67041 10.29H11.2204V14.3781C11.2204 14.3781 10.8824 15.75 8.94541 15.75C7.00839 15.75 6.67041 14.3419 6.67041 14.3419V10.29Z" fill="#E1E5E8"/>
|
|
53
|
+
<mask id="mask3_5982_15219" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="6" y="10" width="6" height="6">
|
|
54
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.67041 10.29H11.2204V14.3781C11.2204 14.3781 10.8824 15.75 8.94541 15.75C7.00839 15.75 6.67041 14.3419 6.67041 14.3419V10.29Z" fill="white"/>
|
|
55
|
+
</mask>
|
|
56
|
+
<g mask="url(#mask3_5982_15219)">
|
|
57
|
+
<rect x="6.67041" y="12.8101" width="2.31" height="2.73" fill="#FFC034"/>
|
|
58
|
+
<rect x="6.9502" y="12.95" width="0.28" height="2.59" fill="#AD1619"/>
|
|
59
|
+
<rect x="7.93018" y="12.95" width="0.28" height="2.59" fill="#AD1619"/>
|
|
60
|
+
<rect x="7.44043" y="12.95" width="0.28" height="2.59" fill="#AD1619"/>
|
|
61
|
+
<rect x="8.42041" y="12.95" width="0.28" height="2.59" fill="#AD1619"/>
|
|
62
|
+
<rect x="6.67041" y="10.22" width="2.31" height="2.66" fill="#AD1619"/>
|
|
63
|
+
<rect x="8.91064" y="12.74" width="2.31" height="2.66" fill="#AD1619"/>
|
|
64
|
+
<rect x="8.91064" y="10.29" width="2.45" height="2.59" fill="#F1F9FF"/>
|
|
65
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.65064 10.5H7.86064V11.0807H8.00064V10.7904H8.21064V11.0807H8.42064V11.4437H8.21064V12.097H8.42064V12.46H7.16064V12.097H7.37064V11.4437H7.16064V11.0807H7.30064V10.7904H7.51064V11.0807H7.65064V10.5Z" fill="#C88A02"/>
|
|
66
|
+
<path d="M10.1123 10.622L10.2557 10.4685L10.5566 10.7496L10.4133 10.9031L10.1123 10.622Z" fill="#C88A02"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9756 14.5875V13.0549H9.22559V14.5746L9.22836 14.5865C9.31695 14.964 9.61864 15.1549 10.1006 15.1549C10.5821 15.1549 10.8837 14.9689 10.9727 14.5996L10.9756 14.5875ZM10.1006 14.9449C9.7139 14.9449 9.50272 14.8147 9.43559 14.5499V13.2649H10.7656V14.5621C10.6986 14.8182 10.4874 14.9449 10.1006 14.9449Z" fill="#FFC034"/>
|
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1729 13.1831H10.0271V13.8779L9.45218 13.2526L9.34912 13.3474L9.86903 13.9129H9.39797V14.1229H9.75982H9.88048L9.34912 14.7008L9.45218 14.7955L10.0271 14.1703V14.9824H10.1729V14.2434L10.6806 14.7955L10.7837 14.7008L10.2523 14.1229H10.8454V13.9129H10.2637L10.7837 13.3474L10.6806 13.2526L10.1729 13.8048V13.1831Z" fill="#FFC034"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4272 15.4017C10.4272 15.4017 8.94459 15.5182 8.94459 14.562C8.94459 14.562 8.93045 15.4017 7.38232 15.4017V16.1566H10.4272V15.4017Z" fill="#F1F9FF"/>
|
|
70
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.94541 13.37C9.23536 13.37 9.47041 13.1193 9.47041 12.81C9.47041 12.5007 9.23536 12.25 8.94541 12.25C8.65546 12.25 8.42041 12.5007 8.42041 12.81C8.42041 13.1193 8.65546 13.37 8.94541 13.37Z" fill="#005BBF" stroke="#AD1619" stroke-width="0.729167"/>
|
|
71
|
+
</g>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
<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"/>
|
|
75
|
+
<defs>
|
|
76
|
+
<clipPath id="clip0_5982_15219">
|
|
77
|
+
<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"/>
|
|
78
|
+
</clipPath>
|
|
79
|
+
</defs>
|
|
80
|
+
</svg>`;export{C as flagEsSainIcon};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15214)">
|
|
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="#FECA00"/>
|
|
5
|
+
<mask id="mask0_5982_15214" 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_15214)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#5EAA22"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#E31D1C"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 9.92893 14.0711 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 14.0711 9.92893 15.75 12 15.75Z" fill="#2B77B8"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 13.25L10.2736 13.8291L10.811 12.3863L9.64014 10.9887H11.2651L11.9999 9.5L12.7346 10.9887H14.3954L13.1887 12.3863L13.617 13.8291L11.9999 13.25Z" stroke="#FECA00" stroke-width="0.9375"/>
|
|
13
|
+
<path d="M11.8102 12.0215L10.5073 14.7466" stroke="#2B77B8" stroke-width="0.625"/>
|
|
14
|
+
<path d="M11.605 11.6746H9.10498" stroke="#2B77B8" stroke-width="0.625"/>
|
|
15
|
+
<path d="M12.0757 12.5234L14.5188 13.651" stroke="#2B77B8" stroke-width="0.625"/>
|
|
16
|
+
<path d="M12.604 11.9211L14.3725 9.98535" stroke="#2B77B8" stroke-width="0.625"/>
|
|
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_15214">
|
|
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{e as flagEtEthiopiaIcon};
|
|
@@ -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_15213)">
|
|
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_15213" 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_15213)">
|
|
9
|
+
<path d="M9 5H8.5V5.5V11H2H1.5V11.5V12.5V13H2H8.5V19.5V20H9H10H10.5V19.5V13H22H22.5V12.5V11.5V11H22H10.5V5.5V5H10H9Z" fill="#2E42A5" stroke="#2E42A5"/>
|
|
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_15213">
|
|
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 flagFiFinlandIcon};
|
|
@@ -0,0 +1,57 @@
|
|
|
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_15202)">
|
|
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="#67BFE5"/>
|
|
5
|
+
<g clip-path="url(#clip1_5982_15202)">
|
|
6
|
+
<rect width="11" height="9" transform="translate(2 4.5)" fill="#2E42A5"/>
|
|
7
|
+
<path d="M0.747559 12.6249L3.22315 13.7107L13.3064 5.68052L14.6122 4.06706L11.9649 3.70417L7.85221 7.1646L4.5419 9.49613L0.747559 12.6249Z" fill="#F7FCFF"/>
|
|
8
|
+
<path d="M1.08643 13.3855L2.34763 14.0156L14.1433 3.91705H12.3724L1.08643 13.3855Z" fill="#F50100"/>
|
|
9
|
+
<path d="M14.5024 12.6248L12.3054 14.0205L1.9436 5.68038L0.63778 4.06692L3.28507 3.70403L7.39779 7.16447L10.7081 9.49599L14.5024 12.6248Z" fill="#F7FCFF"/>
|
|
10
|
+
<path d="M14.418 13.1709L13.1568 13.801L8.13406 9.4773L6.64494 8.99422L0.51213 4.07264H2.283L8.41237 8.87741L10.0405 9.45667L14.418 13.1709Z" fill="#F50100"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H7V8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5Z" fill="#F50100"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.0625 4.5H8.9375V7.5625L13 7.5V10.375L8.9375 10.4375V13.5H6.0625V10.4375L2 10.375V7.5L6.0625 7.5625V4.5ZM7 8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5H7V8.5Z" fill="#F7FCFF"/>
|
|
13
|
+
</g>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 10.75H20.5345V15.9583C20.5345 15.9583 20.0284 18.25 17.5172 18.25C15.006 18.25 14.5 15.9583 14.5 15.9583V10.75Z" fill="#F7FCFF"/>
|
|
15
|
+
<mask id="mask0_5982_15202" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="14" y="10" width="7" height="9">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 10.75H20.5345V15.9583C20.5345 15.9583 20.0284 18.25 17.5172 18.25C15.006 18.25 14.5 15.9583 14.5 15.9583V10.75Z" fill="white"/>
|
|
17
|
+
</mask>
|
|
18
|
+
<g mask="url(#mask0_5982_15202)">
|
|
19
|
+
<rect x="14.5" y="10.75" width="6.03448" height="1.875" fill="#C3352C"/>
|
|
20
|
+
<rect x="17.0864" y="12.4167" width="0.862069" height="5.83333" fill="#C3352C"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 14.7083H20.5345V15.5416H14.5V14.7083Z" fill="#C3352C"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0881 17.4607C16.4509 17.9736 16.7466 18.1738 16.9556 17.8715C17.1025 17.6591 17.1176 17.4467 16.9084 17.4051C16.787 17.2508 16.7013 17.1305 16.6524 17.0466L16.6594 17.04C16.7181 16.9829 16.7203 16.9068 16.7087 16.8784C16.7043 16.8396 16.7334 16.7869 16.922 16.6427C17.0928 16.5121 17.1685 16.3892 17.0566 16.2537C16.9978 16.1826 16.9449 16.1683 16.7781 16.1426L16.7268 16.1346C16.6775 16.1267 16.6416 16.1188 16.619 16.112L16.503 15.8897C16.2607 15.8823 16.0714 15.925 15.8644 16.0125C15.7752 16.0501 15.7151 16.0757 15.6749 16.0928L15.6749 16.0928L15.6749 16.0928C15.6139 16.1188 15.5992 16.1251 15.5987 16.1241C15.5985 16.1239 15.5998 16.1228 15.6015 16.1215C15.6063 16.1177 15.6143 16.1113 15.6027 16.1113C15.559 16.1113 15.5117 16.1064 15.3805 16.0898L15.3548 16.0865C14.9776 16.0391 14.8831 16.0406 14.822 16.2162C14.729 16.4834 15.2796 16.9731 15.5719 17.032C15.7183 17.0615 15.8936 17.2016 16.0881 17.4607ZM16.4982 17.0929C16.5337 17.0929 16.561 17.0914 16.5851 17.0849L16.5924 17.0689C16.5728 17.0822 16.5433 17.0929 16.4982 17.0929ZM15.1215 16.3551C15.1138 16.3461 15.1117 16.3344 15.1171 16.319C15.116 16.3221 15.1195 16.329 15.1269 16.3387C15.1341 16.3483 15.145 16.3607 15.1589 16.3751C15.1421 16.3703 15.1291 16.364 15.1215 16.3551ZM15.6336 16.7256C15.5288 16.7045 15.2623 16.4828 15.1589 16.3751C15.186 16.3829 15.223 16.3867 15.2627 16.3907L15.2627 16.3907C15.2801 16.3925 15.298 16.3943 15.3158 16.3966L15.3412 16.3998C15.4886 16.4185 15.54 16.4238 15.6027 16.4238C15.6389 16.4238 15.6314 16.4363 15.6269 16.4439C15.6255 16.4462 15.6244 16.4481 15.6249 16.449C15.627 16.4525 15.6555 16.4404 15.7979 16.38L15.7979 16.38L15.9859 16.3004C16.0966 16.2536 16.1976 16.2234 16.3085 16.2098C16.3208 16.2621 16.3512 16.3094 16.4008 16.3479C16.4673 16.3995 16.5425 16.4212 16.6718 16.4423C16.5111 16.5745 16.4304 16.6851 16.4049 16.793C16.2604 16.8387 16.2736 17.0016 16.3603 17.1644C16.4208 17.2779 16.535 17.4388 16.705 17.6516L16.8271 17.7103C16.791 17.7103 16.7709 17.6938 16.7556 17.6812C16.7364 17.6654 16.7248 17.6559 16.6986 17.6938C16.6968 17.6964 16.5831 17.6194 16.3406 17.2766C16.1018 16.9585 15.8702 16.7733 15.6336 16.7256ZM16.3957 16.9129C16.3979 16.9111 16.3977 16.9086 16.3974 16.9062L16.3974 16.9061L16.3957 16.9129ZM16.4956 16.7804L16.4862 16.7805L16.4906 16.7809C16.4923 16.7806 16.494 16.7805 16.4956 16.7804ZM16.4982 16.7804C16.4973 16.7804 16.4965 16.7804 16.4956 16.7804L16.4982 16.7804Z" fill="#979797"/>
|
|
23
|
+
<path d="M15.5345 14.5688C15.5345 14.5688 15.2363 14.1563 15.2363 14.0093" stroke="#964C36" stroke-width="0.625"/>
|
|
24
|
+
<path d="M15.349 14.2142C15.349 14.2142 14.9678 14.0514 14.9678 14.2142" stroke="#2A8E51" stroke-width="0.625"/>
|
|
25
|
+
<path d="M15.3429 14.043C15.3429 14.043 15.0748 13.7019 14.8732 13.7019C14.6716 13.7019 14.6764 13.8725 14.6764 13.8725" stroke="#2A8E51" stroke-width="0.625"/>
|
|
26
|
+
<path d="M15.19 13.7013C15.19 13.7013 15.0703 13.1433 14.8786 13.1433C14.687 13.1433 14.687 13.4223 14.687 13.4223" stroke="#2A8E51" stroke-width="0.625"/>
|
|
27
|
+
<path d="M15.2385 13.7001C15.2385 13.7001 15.1851 13.2219 15.4319 13.2219" stroke="#2A8E51" stroke-width="0.625"/>
|
|
28
|
+
<path d="M15.913 14.4882C15.913 14.4882 15.7739 13.9985 15.8242 13.8604" stroke="#964C36" stroke-width="0.625"/>
|
|
29
|
+
<path d="M15.8602 14.0917C15.8602 14.0917 15.5576 13.8083 15.5019 13.9613" stroke="#2A8E51" stroke-width="0.625"/>
|
|
30
|
+
<path d="M15.9131 13.9285C15.9131 13.9285 15.7778 13.5162 15.5883 13.4472C15.3989 13.3783 15.3451 13.5402 15.3451 13.5402" stroke="#2A8E51" stroke-width="0.625"/>
|
|
31
|
+
<path d="M15.8863 13.555C15.8863 13.555 15.9647 12.9897 15.7846 12.9242C15.6045 12.8586 15.5091 13.1208 15.5091 13.1208" stroke="#2A8E51" stroke-width="0.625"/>
|
|
32
|
+
<path d="M15.9318 13.5705C15.9318 13.5705 16.0452 13.1029 16.2771 13.1873" stroke="#2A8E51" stroke-width="0.625"/>
|
|
33
|
+
<path d="M16.2201 14.6626C16.2201 14.6626 16.4178 14.1936 16.3848 14.0503" stroke="#964C36" stroke-width="0.5"/>
|
|
34
|
+
<path d="M16.3207 14.2754C16.3207 14.2754 16.6555 14.031 16.6921 14.1897" stroke="#2A8E51" stroke-width="0.5"/>
|
|
35
|
+
<path d="M16.288 14.1074C16.288 14.1074 16.4725 13.7146 16.669 13.6693C16.8654 13.6239 16.8991 13.7912 16.8991 13.7912" stroke="#2A8E51" stroke-width="0.5"/>
|
|
36
|
+
<path d="M16.3606 13.7398C16.3606 13.7398 16.3516 13.1692 16.5384 13.1261C16.7251 13.083 16.7879 13.3548 16.7879 13.3548" stroke="#2A8E51" stroke-width="0.5"/>
|
|
37
|
+
<path d="M16.3132 13.7496C16.3132 13.7496 16.2576 13.2716 16.0172 13.3271" stroke="#2A8E51" stroke-width="0.5"/>
|
|
38
|
+
<path d="M18.686 14.3763C18.686 14.3763 18.8373 13.6804 19.2677 13.6804C19.6981 13.6804 19.8907 14.4157 19.8907 14.4157" stroke="#2A8E51" stroke-width="0.5"/>
|
|
39
|
+
<path d="M18.3311 13.901C18.3311 13.901 18.5628 13.4899 19.3277 13.5235C20.0926 13.5571 20.232 13.901 20.232 13.901" stroke="#2A8E51" stroke-width="0.5"/>
|
|
40
|
+
<path d="M18.1763 13.3784C18.1763 13.3784 18.5964 12.858 19.1853 13.2991L19.3848 13.3784C19.3848 13.3784 19.5848 12.7886 20.5513 13.3784" stroke="#2A8E51" stroke-width="0.5"/>
|
|
41
|
+
<path d="M19.3365 14.5233C19.3365 14.5233 19.3672 13.8737 19.4702 13.6953" stroke="#964C36" stroke-width="0.625"/>
|
|
42
|
+
<path d="M20.1867 15.9461C20.1867 15.9461 19.8004 15.7644 19.6848 15.9461C19.5692 16.1278 18.1768 17.7972 18.1768 17.7972" stroke="#964C36" stroke-width="0.625"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.8525 16.1219L19.7155 16.7252C19.7155 16.7252 20.1127 16.4418 19.9141 16.2819C19.7155 16.1219 19.1744 15.8398 19.1744 15.8398L18.8525 16.1219Z" fill="#FFF203"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.823 16.1528C18.823 16.1528 18.623 16.3621 18.623 16.5221C18.623 16.6821 18.437 17.1109 18.437 17.1109C18.437 17.1109 18.9573 17.4312 19.0653 17.2272C19.1733 17.0232 19.8749 17.1453 19.7512 16.8337C19.6274 16.5221 18.823 16.1528 18.823 16.1528Z" fill="#00A651"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1603 11.489C15.1603 11.489 15.6211 11.2526 15.8492 11.489C16.0773 11.7255 16.2642 11.4694 16.2642 11.3268C16.2642 11.1841 16.6264 10.6945 16.6264 11.0917C16.6264 11.489 16.5137 11.7133 16.832 11.7133C17.1504 11.7133 18.584 11.1646 18.9277 11.3268C19.2715 11.489 19.5346 11.4487 19.4472 11.2159C19.3598 10.9831 19.1352 10.8376 18.7027 10.9647C18.2703 11.0917 18.3723 11.2159 17.9986 11.2159C17.6248 11.2159 17.2088 11.0917 17.2088 11.0917C17.2088 11.0917 17.3256 10.883 17.7524 11.0315C18.1791 11.18 18.7677 10.8476 18.9277 10.8476C19.0878 10.8476 19.5284 10.8376 19.572 10.9647C19.6157 11.0917 19.8817 11.2083 19.679 11.3268C19.4762 11.4452 19.1418 11.5194 19.3719 11.6712C19.6019 11.8229 20.131 11.7937 20.1565 11.9516C20.182 12.1094 20.4327 12.3451 20.3321 12.3451C20.2314 12.3451 20.0496 12.5675 19.8802 12.4998C19.7109 12.4321 19.691 12.3726 19.8534 12.3178C20.0157 12.263 20.0142 12.0323 19.8802 12.0323C19.7463 12.0323 19.8117 12.1131 19.5067 12.0323C19.2018 11.9516 18.7982 11.8617 18.8224 12.0323C18.8467 12.203 19.0452 12.4649 18.6789 12.4998C18.3126 12.5347 18.1411 12.6748 18.0699 12.562C17.9986 12.4491 17.7437 12.2987 17.9441 12.2505C18.1445 12.2023 18.336 12.4144 18.4082 12.3798C18.4803 12.3451 18.6439 12.3259 18.5069 12.1791C18.3699 12.0323 18.144 11.9459 18.3534 11.8361C18.5628 11.7263 18.3976 11.724 17.9986 11.9516C17.5995 12.1791 17.3776 12.3725 17.0273 12.3451C16.6769 12.3178 16.5457 12.3547 16.4331 12.3178C16.3205 12.2809 15.7722 12.7253 15.6142 12.6126C15.4563 12.4998 14.9465 12.4565 15.0383 12.3178C15.1301 12.1791 15.2533 12.1077 15.3905 12.1791C15.5278 12.2505 15.6641 12.3219 15.7567 12.2505C15.8492 12.1791 16.1165 11.9341 16.0492 11.8851C15.982 11.8361 16.047 11.6712 15.6664 11.6712C15.2858 11.6712 15.152 11.855 15.0616 11.7392C14.9713 11.6234 15.1603 11.489 15.1603 11.489Z" fill="#FFD100"/>
|
|
46
|
+
</g>
|
|
47
|
+
</g>
|
|
48
|
+
<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"/>
|
|
49
|
+
<defs>
|
|
50
|
+
<clipPath id="clip0_5982_15202">
|
|
51
|
+
<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"/>
|
|
52
|
+
</clipPath>
|
|
53
|
+
<clipPath id="clip1_5982_15202">
|
|
54
|
+
<rect width="11" height="9" fill="white" transform="translate(2 4.5)"/>
|
|
55
|
+
</clipPath>
|
|
56
|
+
</defs>
|
|
57
|
+
</svg>`;export{C as flagFjFijiIcon};
|