@ncino/web-components 10.3.0 → 10.5.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,21 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15094)">
|
|
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="#3D58DB"/>
|
|
5
|
+
<mask id="mask0_5982_15094" 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_15094)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 19.5H22V4.5L2 19.5Z" fill="#579D20"/>
|
|
10
|
+
<path d="M1.51113 19.9658L0.383789 18.4057L23.0469 3.27856L24.1742 4.83862L1.51113 19.9658Z" fill="#FECA00"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.28348 8.59159L5.13571 8.00046L6.02823 8.53183L5.71563 7.57913L6.33981 6.89741H5.49412L5.13571 5.89624L4.77731 6.89741L3.93018 6.93238L4.5558 7.57913L4.28348 8.59159ZM7.81984 8.59159L8.67208 8.00046L9.56459 8.53183L9.25199 7.57913L9.87617 6.89741H9.03048L8.67208 5.89624L8.31367 6.89741L7.46654 6.93238L8.09216 7.57913L7.81984 8.59159Z" fill="#F7FCFF"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.15517 10.409L7.0074 9.81785L7.89992 10.3492L7.58732 9.39652L8.2115 8.71479H7.36581L7.0074 7.71362L6.649 8.71479L5.80187 8.74976L6.42749 9.39652L6.15517 10.409ZM5.13571 11.7504L4.28348 12.3415L4.5558 11.329L3.93018 10.6823L4.77731 10.6473L5.13571 9.64614L5.49412 10.6473H6.33981L5.71563 11.329L6.02823 12.2817L5.13571 11.7504ZM8.67208 11.7504L7.81984 12.3415L8.09216 11.329L7.46654 10.6823L8.31367 10.6473L8.67208 9.64614L9.03048 10.6473H9.87617L9.25199 11.329L9.56459 12.2817L8.67208 11.7504Z" fill="#F7FCFF"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_5982_15094">
|
|
18
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>`;export{l as flagSbSlomonIslandsIcon};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15147)">
|
|
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_15147" 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_15147)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 19.4978L12.0944 3.25H22.1888L2 19.4978Z" fill="#FFD018"/>
|
|
10
|
+
<path d="M2 19.4977L23.5395 11.3738V1.3103L2 19.4977Z" fill="#E31D1C"/>
|
|
11
|
+
<path d="M2 19.4977L23.5395 16.3738V11.3103L2 19.4977Z" fill="#F7FCFF"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 19.4977H23.5395V15.0603L2 19.4977Z" fill="#5EAA22"/>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
16
|
+
<defs>
|
|
17
|
+
<clipPath id="clip0_5982_15147">
|
|
18
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
19
|
+
</clipPath>
|
|
20
|
+
</defs>
|
|
21
|
+
</svg>`;export{l as flagScSychellesIcon};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15093)">
|
|
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="#E31D1C"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#272727"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L12 12L2 19.5V4.5Z" fill="#5EAA22"/>
|
|
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_15093">
|
|
12
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>`;export{l as flagSdSdanIcon};
|
|
@@ -0,0 +1,18 @@
|
|
|
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_15092)">
|
|
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="#3D58DB"/>
|
|
5
|
+
<mask id="mask0_5982_15092" 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_15092)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 4.5H10.75V10.75H22V13.25H10.75V19.5H8.25V13.25H2V10.75H8.25V4.5Z" fill="#FECA00"/>
|
|
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_15092">
|
|
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{e as flagSeSedenIcon};
|
|
@@ -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_15091)">
|
|
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_15091" 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_15091)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V12H22V4.5H2Z" fill="#E31D1C"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.54264 11.1184C7.54264 11.1184 5.77659 10.4081 5.77659 8.48368C5.77659 6.55926 7.54264 5.8719 7.54264 5.8719C6.68431 5.65461 4.40674 5.84896 4.40674 8.48368C4.40674 11.1184 6.64989 11.6153 7.54264 11.1184ZM7.99513 10.8003L8.50177 10.4945L9.01957 10.8003L8.89285 10.2035L9.31378 9.73263H8.74347L8.50177 9.17532L8.26007 9.73263L7.68878 9.75678L8.11069 10.2035L7.99513 10.8003ZM10.3432 10.4603L9.83656 10.7662L9.95212 10.1693L9.53022 9.72263L10.1015 9.69848L10.3432 9.14116L10.5849 9.69848H11.1552L10.7343 10.1693L10.861 10.7662L10.3432 10.4603ZM9.05436 8.1061L9.561 7.80024L10.0788 8.1061L9.95208 7.50924L10.373 7.03841H9.8027L9.561 6.4811L9.3193 7.03841L8.74802 7.06256L9.16992 7.50924L9.05436 8.1061ZM7.85601 9.01409L7.34937 9.31995L7.46493 8.7231L7.04302 8.27641L7.61431 8.25226L7.85601 7.69495L8.09771 8.25226H8.66802L8.24709 8.7231L8.37381 9.31995L7.85601 9.01409ZM10.6984 9.29254L11.205 8.98668L11.7228 9.29254L11.5961 8.69569L12.017 8.22485H11.4467L11.205 7.66754L10.9633 8.22485L10.392 8.249L10.8139 8.69569L10.6984 9.29254Z" fill="#F1F9FF"/>
|
|
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_15091">
|
|
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 flagSgSngaporeIcon};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const H=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15090)">
|
|
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_15090" 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_15090)">
|
|
9
|
+
<path d="M0.74707 12.6249L3.22266 13.7107L13.3059 5.68052L14.6117 4.06706L11.9644 3.70417L7.85172 7.1646L4.54141 9.49613L0.74707 12.6249Z" fill="#F7FCFF"/>
|
|
10
|
+
<path d="M1.08594 13.3855L2.34714 14.0156L14.1428 3.91705H12.3719L1.08594 13.3855Z" fill="#F50100"/>
|
|
11
|
+
<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"/>
|
|
12
|
+
<path d="M14.418 13.1707L13.1568 13.8008L8.13406 9.47706L6.64494 8.99398L0.51213 4.0724H2.283L8.41237 8.87716L10.0405 9.45642L14.418 13.1707Z" fill="#F50100"/>
|
|
13
|
+
<mask id="path-9-outside-1_5982_15090" maskUnits="userSpaceOnUse" x="1" y="3.5" width="13" height="11" fill="black">
|
|
14
|
+
<rect fill="white" x="1" y="3.5" width="13" height="11"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H7V8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5Z"/>
|
|
16
|
+
</mask>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H7V8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5Z" fill="#F50100"/>
|
|
18
|
+
<path d="M7 4.5V3.5625H6.0625V4.5H7ZM8 4.5H8.9375V3.5625H8V4.5ZM7 8.5V9.4375H7.9375V8.5H7ZM2 8.5V7.5625H1.0625V8.5H2ZM2 9.5H1.0625V10.4375H2V9.5ZM7 9.5H7.9375V8.5625H7V9.5ZM7 13.5H6.0625V14.4375H7V13.5ZM8 13.5V14.4375H8.9375V13.5H8ZM8 9.5V8.5625H7.0625V9.5H8ZM13 9.5V10.4375H13.9375V9.5H13ZM13 8.5H13.9375V7.5625H13V8.5ZM8 8.5H7.0625V9.4375H8V8.5ZM7 5.4375H8V3.5625H7V5.4375ZM7.9375 8.5V4.5H6.0625V8.5H7.9375ZM2 9.4375H7V7.5625H2V9.4375ZM2.9375 9.5V8.5H1.0625V9.5H2.9375ZM7 8.5625H2V10.4375H7V8.5625ZM7.9375 13.5V9.5H6.0625V13.5H7.9375ZM8 12.5625H7V14.4375H8V12.5625ZM7.0625 9.5V13.5H8.9375V9.5H7.0625ZM13 8.5625H8V10.4375H13V8.5625ZM12.0625 8.5V9.5H13.9375V8.5H12.0625ZM8 9.4375H13V7.5625H8V9.4375ZM7.0625 4.5V8.5H8.9375V4.5H7.0625Z" fill="#F7FCFF" mask="url(#path-9-outside-1_5982_15090)"/>
|
|
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_15090">
|
|
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{H as flagShSintHelenaIcon};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15089)">
|
|
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_15089" 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_15089)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#C51918"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5877 7.64758C10.5877 7.64758 9.27228 7.02637 7.63616 7.02637C6.00003 7.02637 4.68457 7.64758 4.68457 7.64758C4.68457 7.64758 4.83096 10.1443 5.06234 11.4669C5.16113 12.0316 5.63596 12.8553 6.06584 13.2451C6.55582 13.6895 7.63616 14.2159 7.63616 14.2159C7.94879 14.0005 8.53332 13.9036 9.28047 13.2451C10.0276 12.5866 10.2133 11.4669 10.2133 11.4669L10.5877 7.64758Z" fill="#2E42A5"/>
|
|
12
|
+
<path d="M10.4136 7.56592L10.9614 7.8395L10.5854 11.6036C10.4537 12.4003 10.1241 13.0285 9.59703 13.493C9.31113 13.745 9.03205 13.9333 8.73284 14.0897C8.56395 14.178 7.85748 14.5419 7.86363 14.539C7.79285 14.5731 7.73918 14.603 7.69558 14.633L7.62725 14.6801L7.55348 14.6441C6.82175 14.2876 6.13906 13.8078 5.7998 13.5001C5.33669 13.0801 4.84839 12.2207 4.74428 11.6256C4.58863 10.7358 4.44904 9.51025 4.35107 7.8395L4.8432 7.58203C4.94042 9.24021 5.05779 10.562 5.21064 11.4357C5.30107 11.9527 5.75135 12.7452 6.16212 13.1177C6.4657 13.393 6.95478 13.6983 7.62725 14.0303C7.66736 14.0068 7.71181 13.9835 7.76267 13.959C7.7641 13.9583 8.22155 13.7552 8.38053 13.672C8.65937 13.5263 8.91855 13.3514 9.1854 13.1162C9.65326 12.7039 9.94526 12.1486 10.0634 11.4432L10.4136 7.56592Z" fill="#C51918"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.46387 11.3901C5.46387 11.3901 5.58311 11.7549 5.80354 12.1646C6.12726 12.25 6.32534 12.2455 6.38795 12.1754C6.56906 11.9727 7.21346 11.8861 7.3337 12.0593C7.40788 12.1661 7.66862 12.2399 7.95372 12.1422L7.92193 12.1479C7.97145 12.1298 8.08745 12.0839 8.15894 12.0555L8.21716 12.0326C8.32449 11.9921 8.40336 11.9708 8.4837 11.9648C8.58441 11.9574 8.68099 11.9761 8.78332 12.0248C9.00826 12.1319 9.28582 12.1819 9.47482 12.1494C9.70586 11.747 9.8706 11.3901 9.8706 11.3901L8.77354 10.3373L8.3375 10.8104L7.61302 9.77759L7.00648 10.8104L6.54139 10.3373L5.46387 11.3901ZM6.09809 12.6341C6.04745 12.5658 5.99959 12.4953 5.9546 12.4241C6.23539 12.4753 6.42605 12.4483 6.53212 12.3296C6.58222 12.2735 6.73087 12.2192 6.9 12.1964C6.97885 12.1858 7.0545 12.1832 7.1125 12.1887C7.13911 12.1913 7.16056 12.1954 7.175 12.2004C7.17968 12.202 7.17953 12.2018 7.17468 12.1949L7.1738 12.1936C7.30313 12.3785 7.65423 12.4776 7.9855 12.3572L7.95372 12.3628C8.04332 12.3353 8.2047 12.2718 8.2627 12.249L8.28289 12.2411C8.37486 12.2064 8.43825 12.1893 8.49737 12.1849C8.56556 12.1799 8.62989 12.1924 8.70287 12.2271C8.90207 12.3219 9.13361 12.3784 9.3377 12.3798C9.29419 12.4502 9.24927 12.5202 9.20344 12.5882C9.04479 12.625 8.79935 12.5766 8.60136 12.4685C8.50882 12.4179 8.42044 12.3983 8.32829 12.4061C8.25543 12.4123 8.18477 12.4342 8.08932 12.4755C8.08376 12.4779 8.06416 12.4868 8.03777 12.4988C7.97534 12.5271 7.87489 12.5728 7.83213 12.5906L7.86803 12.5834C7.62025 12.679 7.40337 12.6085 7.34144 12.5062C7.23094 12.3237 6.6518 12.413 6.48887 12.6222C6.44543 12.6779 6.31434 12.6881 6.09809 12.6341ZM6.31372 12.8897C6.32592 12.9022 6.33825 12.9146 6.35069 12.9267C6.91519 13.4771 7.61302 13.7469 7.61302 13.7469C7.61302 13.7469 8.44419 13.4954 8.91593 12.9659C8.95618 12.9207 8.99651 12.8717 9.03662 12.82C8.86459 12.8115 8.67549 12.7555 8.51133 12.6658C8.451 12.6329 8.39907 12.6213 8.34395 12.626C8.2952 12.6302 8.24182 12.6467 8.16347 12.6806C8.16136 12.6815 8.15624 12.6838 8.14871 12.6872C8.10074 12.7088 7.95504 12.7744 7.86803 12.804L7.90393 12.7968C7.61192 12.9185 7.30188 12.8224 7.18096 12.64C7.17024 12.6358 7.15343 12.6321 7.13212 12.6298C7.0836 12.6245 7.01954 12.627 6.95257 12.6373C6.80907 12.6595 6.68375 12.712 6.64231 12.7652C6.57263 12.8547 6.46337 12.8942 6.31372 12.8897Z" fill="white"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.46679 8.17881H6.02734L6.36818 7.8595L6.02734 7.5221H6.46679L6.65234 7.19458L6.83864 7.5221H7.27734L6.95355 7.83924L7.24106 8.17881H6.83864L6.65234 8.52443L6.46679 8.17881Z" fill="#FECA00"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.5376 8.17881H8.09814L8.43898 7.8595L8.09814 7.5221H8.5376L8.72314 7.19458L8.90944 7.5221H9.34814L9.02435 7.83924L9.31186 8.17881H8.90944L8.72314 8.52443L8.5376 8.17881Z" fill="#FECA00"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.375 9.22959H6.93555L7.27638 8.91029L6.93555 8.57288H7.375L7.56055 8.24536L7.74684 8.57288H8.18555L7.86175 8.89002L8.14926 9.22959H7.74684L7.56055 9.57521L7.375 9.22959Z" fill="#FECA00"/>
|
|
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_15089">
|
|
22
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>`;export{l as flagSiSoveniaIcon};
|
|
@@ -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_15121)">
|
|
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_15121" 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_15121)">
|
|
9
|
+
<path d="M8.25 3.875H7.625V4.5V10.125H2H1.375V10.75V13.25V13.875H2H7.625V19.5V20.125H8.25H10.75H11.375V19.5V13.875H22H22.625V13.25V10.75V10.125H22H11.375V4.5V3.875H10.75H8.25Z" fill="#2E42A5" stroke="#F7FCFF" stroke-width="1.25"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
13
|
+
<defs>
|
|
14
|
+
<clipPath id="clip0_5982_15121">
|
|
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 flagSjSalbardAndJanMayenIcon};
|
|
@@ -0,0 +1,27 @@
|
|
|
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_15088)">
|
|
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="#3D58DB"/>
|
|
5
|
+
<mask id="mask0_5982_15088" 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_15088)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#F7FCFF"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#E31D1C"/>
|
|
11
|
+
<path d="M11.7523 8.26904L12.0631 8.23598L12.0333 7.95654H11.7523H5.96538H5.67324L5.65359 8.24802L5.96538 8.26904L5.65358 8.24807L5.65358 8.24821L5.65354 8.24871L5.65341 8.25063L5.65292 8.25808L5.65101 8.28699L5.64392 8.39711C5.63789 8.49235 5.62942 8.62938 5.61968 8.79685C5.6002 9.13169 5.57558 9.5887 5.55507 10.0769C5.51465 11.0392 5.48784 12.1657 5.55785 12.6918C5.69446 13.7183 6.31955 16.0228 8.73725 17.0671L8.86334 17.1216L8.98873 17.0655C11.2851 16.0387 12.0532 13.9708 12.2303 12.6935C12.3197 12.0488 12.2743 10.9208 12.2115 9.98341C12.1797 9.5084 12.1426 9.07193 12.1135 8.75431C12.099 8.59544 12.0864 8.46614 12.0774 8.37644L12.0669 8.27279L12.0641 8.24557L12.0633 8.23851L12.0631 8.23667L12.0631 8.23618L12.0631 8.23605L11.7523 8.26904Z" fill="#E31D1C" stroke="white" stroke-width="0.625"/>
|
|
12
|
+
<mask id="mask1_5982_15088" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="5" y="7" width="8" height="11">
|
|
13
|
+
<path d="M11.7523 8.26904L12.0631 8.23598L12.0333 7.95654H11.7523H5.96538H5.67324L5.65359 8.24802L5.96538 8.26904L5.65358 8.24807L5.65358 8.24821L5.65354 8.24871L5.65341 8.25063L5.65292 8.25808L5.65101 8.28699L5.64392 8.39711C5.63789 8.49235 5.62942 8.62938 5.61968 8.79685C5.6002 9.13169 5.57558 9.5887 5.55507 10.0769C5.51465 11.0392 5.48784 12.1657 5.55785 12.6918C5.69446 13.7183 6.31955 16.0228 8.73725 17.0671L8.86334 17.1216L8.98873 17.0655C11.2851 16.0387 12.0532 13.9708 12.2303 12.6935C12.3197 12.0488 12.2743 10.9208 12.2115 9.98341C12.1797 9.5084 12.1426 9.07193 12.1135 8.75431C12.099 8.59544 12.0864 8.46614 12.0774 8.37644L12.0669 8.27279L12.0641 8.24557L12.0633 8.23851L12.0631 8.23667L12.0631 8.23618L12.0631 8.23605L11.7523 8.26904Z" fill="white" stroke="white" stroke-width="0.625"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15088)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.41073 8.61865C8.41073 8.61865 8.53978 8.81529 8.59756 9.11597C8.65534 9.41665 8.6653 9.94347 8.6653 9.94347L7.441 9.79273V10.721L8.69265 10.5616L8.67231 11.4427C8.67231 11.4427 8.29786 11.4815 7.99074 11.4427C7.68363 11.4039 7.07861 11.2413 7.07861 11.2413V12.304C7.07861 12.304 7.6933 12.1074 7.99074 12.0622C8.28818 12.0171 8.67231 12.0622 8.67231 12.0622V13.3674H9.18045V12.0622C9.18045 12.0622 9.73593 12.014 10.0673 12.0662C10.3986 12.1185 10.713 12.304 10.713 12.304V11.2413C10.713 11.2413 10.3945 11.3999 10.0942 11.4394C9.79384 11.4789 9.18045 11.4427 9.18045 11.4427L9.20079 10.5616C9.20079 10.5616 9.61656 10.5186 9.84982 10.5503C10.0831 10.5819 10.375 10.721 10.375 10.721V9.79273C10.375 9.79273 10.0905 9.94757 9.86659 9.97565C9.64269 10.0037 9.17344 9.94347 9.17344 9.94347C9.17344 9.94347 9.18176 9.3998 9.2299 9.13508C9.27804 8.87035 9.41437 8.61865 9.41437 8.61865H8.41073Z" fill="#F7FCFF"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.31055 14.6533C6.31055 14.6533 6.58523 14.0637 7.03219 13.9516C7.47915 13.8395 7.94782 14.3025 7.94782 14.3025C7.94782 14.3025 8.23401 13.3672 8.93158 13.3672C9.62914 13.3672 9.87396 14.3025 9.87396 14.3025C9.87396 14.3025 10.1716 13.9516 10.5996 13.9516C11.0275 13.9516 11.4241 14.6533 11.4241 14.6533C11.4241 14.6533 10.1457 16.9742 8.86731 16.9742C7.58893 16.9742 6.31055 14.6533 6.31055 14.6533Z" fill="#2E42A5"/>
|
|
18
|
+
</g>
|
|
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_15088">
|
|
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{e as flagSkSovakiaIcon};
|
|
@@ -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_15257)">
|
|
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_15257" 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_15257)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#78D843"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#3D58DB"/>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
14
|
+
<defs>
|
|
15
|
+
<clipPath id="clip0_5982_15257">
|
|
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 flagSlSerraLeoneIcon};
|
|
@@ -0,0 +1,43 @@
|
|
|
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_15087)">
|
|
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_15087" 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_15087)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12V19.5H22V12H2Z" fill="#56C6F5"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.40904 10.1427C8.4044 10.0899 8.39336 10.0442 8.37426 10.0086C8.21371 9.70941 8.26558 9.335 8.26558 9.335C8.26558 9.335 8.07387 9.77347 7.96139 10.1863C7.84314 9.99404 7.80181 9.80145 7.80181 9.80145C7.80181 9.80145 7.72528 11.0124 7.95925 11.2994C8.19321 11.5863 8.34919 11.7124 8.34919 11.7124C8.34919 11.7124 8.3669 11.2095 8.29878 10.8163C8.34679 10.6522 8.39009 10.4725 8.40559 10.3177C8.4363 10.295 8.51723 10.2342 8.6185 10.1516C8.57583 10.3871 8.57371 10.5151 8.57371 10.5151C8.57371 10.5151 9.45532 9.87493 9.47773 9.53609C9.50014 9.19726 9.74253 8.90723 9.74253 8.90723C9.74253 8.90723 9.5421 9.04439 9.31322 9.22831C9.37374 8.94389 9.56108 8.71973 9.56108 8.71973C9.56108 8.71973 8.5597 9.40498 8.47764 9.766C8.44195 9.92303 8.42115 10.0497 8.40904 10.1427ZM8.45193 12.2242C8.35591 12.0429 7.93808 11.283 7.64663 11.2168C7.31547 11.1417 7.06693 10.8569 7.06693 10.8569C7.06693 10.8569 7.58709 11.9532 7.93083 12.0907C8.20687 12.2011 8.38863 12.2452 8.44952 12.2583C8.43949 12.4061 8.43774 12.5082 8.43774 12.5082C8.43774 12.5082 8.60011 12.3904 8.84877 12.1162C9.09743 11.8419 9.08438 10.6285 9.08438 10.6285C9.08438 10.6285 8.98583 10.9934 8.72113 11.2062C8.54356 11.3488 8.4767 11.886 8.45193 12.2242ZM7.66979 12.1095C8.04811 12.1073 8.63013 13.035 8.63013 13.035C8.63013 13.035 8.40464 13.0473 8.01075 12.9851C7.61686 12.9229 7.00293 11.8658 7.00293 11.8658C7.00293 11.8658 7.29147 12.1117 7.66979 12.1095ZM9.51395 14.2701C9.51395 14.2701 9.73844 13.0879 9.40134 12.8123C9.06423 12.5367 9.00476 12.1249 9.00476 12.1249C9.00476 12.1249 8.7053 13.4358 9.00476 13.7753C9.30423 14.1148 9.51395 14.2701 9.51395 14.2701ZM8.15375 13.9509C8.3739 14.2119 9.07527 13.9509 9.07527 13.9509C9.07527 13.9509 9.22981 14.0913 8.67358 13.5829C8.11734 13.0745 6.98552 13.3956 7.29012 13.3956C7.59472 13.3956 7.93361 13.6899 8.15375 13.9509ZM8.67358 15.3386C9.08165 15.6842 9.96343 14.8625 9.96343 14.8625C9.96343 14.8625 9.73643 14.5876 9.31572 14.385C8.89502 14.1823 7.34313 14.385 7.34313 14.385L8.03376 14.6924C8.03376 14.6924 7.265 14.993 7.46906 14.9763C7.67312 14.9595 8.26551 14.993 8.67358 15.3386Z" fill="#006923"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0084 14.6227C14.0084 14.6227 13.6576 14.0331 14.0084 13.7482C14.3593 13.4634 14.4981 13.6528 14.4981 13.3254C14.4981 12.9979 14.5336 13.0954 14.706 12.9328C14.8784 12.7702 14.7563 12.3753 14.9872 12.5728C15.218 12.7702 15.2612 12.3916 15.2612 13.1781C15.2612 13.9647 15.2612 12.4648 15.2612 12.023C15.2612 11.5812 14.9872 11.6858 14.9872 11.3895C14.9872 11.0933 14.7132 10.6508 14.9872 10.6508C15.2612 10.6508 15.4222 10.98 15.4222 10.98C15.4222 10.98 15.6914 11.4388 15.6914 10.98C15.6914 10.5211 15.2121 10.6576 14.9872 10.1512C14.7622 9.64488 14.7978 10.208 14.4981 9.55556C14.1985 8.90311 13.8418 8.69607 14.17 8.69607C14.4981 8.69607 14.4249 8.69607 14.706 8.69607C14.9872 8.69607 15.4222 8.46255 15.4222 8.69607C15.4222 8.92959 15.4222 8.82258 15.4222 9.18907C15.4222 9.55556 15.6914 9.55556 15.6914 9.55556C15.6914 9.55556 15.8378 8.82258 16.0216 9.18907C16.2055 9.55556 16.0803 10.1512 16.2149 10.1512C16.3494 10.1512 16.238 9.53565 16.5319 10.0071C16.8257 10.4786 16.5319 10.7981 16.5319 10.98C16.5319 11.1619 16.2149 11.6075 16.2149 11.6075C16.2149 11.6075 16.2768 11.8254 16.5319 11.6075C16.787 11.3895 17.029 11.1716 17.029 11.3895C17.029 11.6075 17.5262 11.6752 17.029 12.023C16.5319 12.3708 16.8489 12.719 16.5319 12.719C16.2149 12.719 15.8414 13.1781 15.6914 13.1781C15.5415 13.1781 14.9808 13.5297 15.2612 13.5297C15.5415 13.5297 15.8284 12.8266 16.0216 13.1781C16.2149 13.5297 16.2123 13.121 16.3721 13.3254C16.5319 13.5297 16.6917 14.6382 16.5319 14.1932C16.3721 13.7482 16.1217 13.7482 15.6914 13.7482C15.2612 13.7482 14.4249 13.7804 14.706 13.9868C14.9872 14.1932 15.3029 13.7804 15.4222 13.9868C15.5415 14.1932 15.5068 14.3997 15.6914 14.1932C15.876 13.9868 16.0576 14.1932 16.2149 14.1932C16.3721 14.1932 16.0576 14.4243 16.2149 14.6227C16.3721 14.821 16.7226 15.0853 16.3721 15.0853C16.0216 15.0853 15.8414 14.8051 15.6914 15.0853C15.5415 15.3655 15.5352 15.8521 15.2612 15.4687C14.9872 15.0853 14.4981 15.2799 14.4981 15.0853C14.4981 14.8906 14.6051 14.8592 14.3068 14.8592C14.0084 14.8592 14.0084 14.6227 14.0084 14.6227Z" fill="#009933"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.4476 10.4062C15.4476 10.4925 15.3799 10.5625 15.2964 10.5625C15.2129 10.5625 15.1452 10.4925 15.1452 10.4062C15.1452 10.32 15.2129 10.25 15.2964 10.25C15.3799 10.25 15.4476 10.32 15.4476 10.4062ZM8.46176 10.75C8.54527 10.75 8.61297 10.68 8.61297 10.5938C8.61297 10.5075 8.54527 10.4375 8.46176 10.4375C8.37825 10.4375 8.31055 10.5075 8.31055 10.5938C8.31055 10.68 8.37825 10.75 8.46176 10.75ZM8.61297 11.4062C8.61297 11.4925 8.54527 11.5625 8.46176 11.5625C8.37825 11.5625 8.31055 11.4925 8.31055 11.4062C8.31055 11.32 8.37825 11.25 8.46176 11.25C8.54527 11.25 8.61297 11.32 8.61297 11.4062ZM8.70369 13C8.7872 13 8.8549 12.93 8.8549 12.8438C8.8549 12.7575 8.7872 12.6875 8.70369 12.6875C8.62018 12.6875 8.55248 12.7575 8.55248 12.8438C8.55248 12.93 8.62018 13 8.70369 13ZM9.91337 14.5625C9.99688 14.5625 10.0646 14.4925 10.0646 14.4062C10.0646 14.32 9.99688 14.25 9.91337 14.25C9.82986 14.25 9.76216 14.32 9.76216 14.4062C9.76216 14.4925 9.82986 14.5625 9.91337 14.5625ZM15.7198 12.1875C15.8033 12.1875 15.871 12.1175 15.871 12.0312C15.871 11.945 15.8033 11.875 15.7198 11.875C15.6363 11.875 15.5686 11.945 15.5686 12.0312C15.5686 12.1175 15.6363 12.1875 15.7198 12.1875ZM15.3872 13.2812C15.3872 13.3675 15.3195 13.4375 15.236 13.4375C15.1524 13.4375 15.0847 13.3675 15.0847 13.2812C15.0847 13.195 15.1524 13.125 15.236 13.125C15.3195 13.125 15.3872 13.195 15.3872 13.2812ZM13.9658 14.8125C14.0493 14.8125 14.117 14.7425 14.117 14.6562C14.117 14.57 14.0493 14.5 13.9658 14.5C13.8823 14.5 13.8146 14.57 13.8146 14.6562C13.8146 14.7425 13.8823 14.8125 13.9658 14.8125ZM10.1251 14.8438C10.1251 14.93 10.0574 15 9.97385 15C9.89034 15 9.82264 14.93 9.82264 14.8438C9.82264 14.7575 9.89034 14.6875 9.97385 14.6875C10.0574 14.6875 10.1251 14.7575 10.1251 14.8438Z" fill="#C51918"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2735 16.8873C13.2735 16.7592 11.3356 15.4237 10.8155 15.1292C10.2954 14.8346 7.75553 13.2133 8.4472 10.75H8.34253C8.34253 10.75 7.87444 13.7853 11.0995 15.672C12.5679 16.6571 12.641 16.8873 12.641 16.8873C12.641 16.8873 13.2735 17.0153 13.2735 16.8873Z" fill="#FECA00"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7026 16.8873C10.7026 16.7592 12.6404 15.4237 13.1605 15.1292C13.6807 14.8346 16.2205 13.2133 15.5289 10.75H15.6335C15.6335 10.75 16.1016 13.7853 12.8766 15.672C11.4082 16.6571 11.3351 16.8873 11.3351 16.8873C11.3351 16.8873 10.7026 17.0153 10.7026 16.8873Z" fill="#FECA00"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0302 15.0535C13.383 15.0535 14.4798 13.3024 14.4798 11.5938C14.4798 9.88512 13.383 9 12.0302 9C10.6773 9 9.58057 9.88512 9.58057 11.5938C9.58057 13.3024 10.6773 15.0535 12.0302 15.0535Z" fill="#56C6F5"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9456 10.4616C10.9456 10.4616 11.3229 10.1289 11.1343 10.1289C11.0977 10.1289 11.0532 10.1217 11.0051 10.114C10.8055 10.082 10.5456 10.0403 10.5456 10.4616V11.1856L10.5455 11.1873H10.4898C10.4553 11.1873 10.4273 11.2153 10.4273 11.2498C10.4273 11.2843 10.4553 11.3123 10.4898 11.3123H10.5387C10.5304 11.467 10.5156 11.742 10.501 12.0168L10.4295 12.0231C10.3925 12.0263 10.3652 12.0589 10.3684 12.0959L10.3731 12.1488C10.3763 12.1858 10.4089 12.2131 10.4459 12.2099L10.4911 12.2059C10.4743 12.5271 10.4601 12.8081 10.4601 12.8425C10.4601 12.927 11.0341 12.8943 11.0341 12.8943C11.0341 12.8943 11.0162 12.5555 10.9965 12.1617L11.035 12.1583C11.072 12.1551 11.0993 12.1225 11.0961 12.0855L11.0915 12.0326C11.0882 11.9957 11.0556 11.9683 11.0187 11.9716L10.9873 11.9743C10.9757 11.7385 10.9643 11.499 10.9564 11.3123H11.0301C11.0647 11.3123 11.0926 11.2843 11.0926 11.2498C11.0926 11.2153 11.0647 11.1873 11.0301 11.1873H10.9514C10.9478 11.094 10.9456 11.0239 10.9456 10.9886V10.4616Z" fill="white"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6694 11.3748H10.871V11.6436H10.6694V11.3748Z" fill="black"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6089 12.3123H10.9449V12.9373H10.6089V12.3123Z" fill="black"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2157 10.4616C12.2157 10.4616 12.5929 10.1289 12.4043 10.1289C12.3677 10.1289 12.3232 10.1217 12.2751 10.114C12.0755 10.082 11.8156 10.0403 11.8156 10.4616V11.1856L11.8155 11.1873H11.7598C11.7253 11.1873 11.6973 11.2153 11.6973 11.2498C11.6973 11.2843 11.7253 11.3123 11.7598 11.3123H11.8087C11.8004 11.467 11.7856 11.742 11.7711 12.0168L11.6995 12.0231C11.6626 12.0263 11.6352 12.0589 11.6384 12.0959L11.6431 12.1488C11.6463 12.1858 11.6789 12.2131 11.7159 12.2099L11.7611 12.2059C11.7443 12.5271 11.7302 12.8081 11.7302 12.8425C11.7302 12.927 12.3041 12.8943 12.3041 12.8943C12.3041 12.8943 12.2862 12.5555 12.2666 12.1617L12.305 12.1583C12.342 12.1551 12.3694 12.1225 12.3661 12.0855L12.3615 12.0326C12.3583 11.9957 12.3257 11.9683 12.2887 11.9716L12.2573 11.9743C12.2457 11.7385 12.2344 11.499 12.2265 11.3123H12.3002C12.3347 11.3123 12.3627 11.2843 12.3627 11.2498C12.3627 11.2153 12.3347 11.1873 12.3002 11.1873H12.2214C12.2178 11.094 12.2157 11.0239 12.2157 10.9886V10.4616Z" fill="white"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9395 11.3748H12.1411V11.6436H11.9395V11.3748Z" fill="black"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8789 12.3123H12.2149V12.9373H11.8789V12.3123Z" fill="black"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4256 10.4616C13.4256 10.4616 13.8029 10.1289 13.6143 10.1289C13.5777 10.1289 13.5331 10.1217 13.4851 10.114C13.2855 10.082 13.0256 10.0403 13.0256 10.4616V11.1856L13.0255 11.1873H12.9698C12.9353 11.1873 12.9073 11.2153 12.9073 11.2498C12.9073 11.2843 12.9353 11.3123 12.9698 11.3123H13.0187C13.0103 11.467 12.9955 11.742 12.981 12.0168L12.9095 12.0231C12.8725 12.0263 12.8452 12.0589 12.8484 12.0959L12.853 12.1488C12.8563 12.1858 12.8889 12.2131 12.9258 12.2099L12.9711 12.2059C12.9543 12.5271 12.9401 12.8081 12.9401 12.8425C12.9401 12.927 13.514 12.8943 13.514 12.8943C13.514 12.8943 13.4962 12.5555 13.4765 12.1617L13.515 12.1583C13.552 12.1551 13.5793 12.1225 13.5761 12.0855L13.5714 12.0326C13.5682 11.9957 13.5356 11.9683 13.4986 11.9716L13.4672 11.9743C13.4557 11.7385 13.4443 11.499 13.4364 11.3123H13.5101C13.5446 11.3123 13.5726 11.2843 13.5726 11.2498C13.5726 11.2153 13.5446 11.1873 13.5101 11.1873H13.4313C13.4277 11.094 13.4256 11.0239 13.4256 10.9886V10.4616Z" fill="white"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1494 11.3748H13.351V11.6436H13.1494V11.3748Z" fill="black"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 12.3123H13.4249V12.9373H13.0889V12.3123Z" fill="black"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5725 8.5H10.3669V8.97852L10.3454 8.98045C10.3454 8.98045 8.77483 10.2009 9.21071 12.0291C9.64659 13.8574 11.3779 15.2132 11.3779 15.2132L11.4652 14.8977C11.4652 14.8977 9.81546 12.6545 9.81546 11.7581C9.81546 10.8617 10.1267 10.0204 10.4563 9.88961C10.6545 9.81093 10.6887 9.82689 10.7427 9.85212C10.7785 9.86883 10.823 9.88961 10.9297 9.88961C11.1974 9.88961 11.4652 9.698 11.4652 9.698C11.4652 9.698 11.6515 9.88961 11.8245 9.88961C11.9975 9.88961 11.9999 9.698 11.9999 9.698V9.0625H12.0192V9.698C12.0192 9.698 12.0217 9.88961 12.1947 9.88961C12.3677 9.88961 12.5539 9.698 12.5539 9.698C12.5539 9.698 12.8218 9.88961 13.0894 9.88961C13.1961 9.88961 13.2406 9.86883 13.2764 9.85212C13.3304 9.82689 13.3646 9.81093 13.5628 9.88961C13.8924 10.0204 14.2037 10.8617 14.2037 11.7581C14.2037 12.6545 12.5539 14.8977 12.5539 14.8977L12.6412 15.2132C12.6412 15.2132 14.3725 13.8574 14.8084 12.0291C15.2443 10.2009 13.6737 8.98045 13.6737 8.98045L13.5725 8.9714V8.5Z" fill="#E8AA00"/>
|
|
26
|
+
<path d="M10.3669 8.5V8.1875H10.0544V8.5H10.3669ZM13.5725 8.5H13.885V8.1875H13.5725V8.5ZM10.3669 8.97852L10.3947 9.28978L10.6794 9.26433V8.97852H10.3669ZM10.3454 8.98045L10.3176 8.66919L10.2261 8.67736L10.1536 8.73369L10.3454 8.98045ZM9.21071 12.0291L9.51469 11.9567L9.21071 12.0291ZM11.3779 15.2132L11.1853 15.4592L11.5542 15.7481L11.6791 15.2965L11.3779 15.2132ZM11.4652 14.8977L11.7664 14.981L11.8069 14.8348L11.717 14.7125L11.4652 14.8977ZM10.4563 9.88961L10.5716 10.1801L10.4563 9.88961ZM10.7427 9.85212L10.8749 9.56897L10.8749 9.56897L10.7427 9.85212ZM11.4652 9.698L11.6893 9.48019L11.502 9.28747L11.2834 9.44383L11.4652 9.698ZM11.9999 9.698L12.3124 9.70195V9.698H11.9999ZM11.9999 9.0625V8.75H11.6874V9.0625H11.9999ZM12.0192 9.0625H12.3317V8.75H12.0192V9.0625ZM12.0192 9.698H11.7067L11.7068 9.70195L12.0192 9.698ZM12.5539 9.698L12.7357 9.44383L12.5171 9.28747L12.3298 9.48019L12.5539 9.698ZM13.2764 9.85212L13.1442 9.56897L13.1442 9.56897L13.2764 9.85212ZM13.5628 9.88961L13.4475 10.1801L13.5628 9.88961ZM12.5539 14.8977L12.3022 14.7125L12.2123 14.8348L12.2527 14.981L12.5539 14.8977ZM12.6412 15.2132L12.34 15.2965L12.4649 15.7481L12.8339 15.4592L12.6412 15.2132ZM14.8084 12.0291L15.1124 12.1016L14.8084 12.0291ZM13.6737 8.98045L13.8655 8.73369L13.793 8.67736L13.7016 8.66919L13.6737 8.98045ZM13.5725 8.9714H13.26V9.25721L13.5447 9.28266L13.5725 8.9714ZM10.3669 8.8125H13.5725V8.1875H10.3669V8.8125ZM10.6794 8.97852V8.5H10.0544V8.97852H10.6794ZM10.3732 9.2917L10.3947 9.28978L10.3391 8.66727L10.3176 8.66919L10.3732 9.2917ZM9.51469 11.9567C9.32233 11.1498 9.56946 10.4743 9.87857 9.98647C10.0332 9.74247 10.2009 9.54991 10.3298 9.41868C10.394 9.35329 10.4479 9.30377 10.4849 9.27133C10.5034 9.25513 10.5175 9.24325 10.5265 9.23583C10.531 9.23212 10.5342 9.22954 10.536 9.22809C10.5369 9.22737 10.5375 9.22693 10.5377 9.22678C10.5378 9.22671 10.5378 9.22671 10.5377 9.22678C10.5376 9.22681 10.5376 9.22686 10.5375 9.22693C10.5374 9.22697 10.5374 9.22704 10.5373 9.22705C10.5372 9.22713 10.5371 9.2272 10.3454 8.98045C10.1536 8.73369 10.1535 8.73378 10.1534 8.73387C10.1534 8.7339 10.1533 8.734 10.1532 8.73407C10.153 8.73422 10.1528 8.73438 10.1525 8.73456C10.1521 8.73493 10.1515 8.73537 10.1508 8.73589C10.1495 8.73693 10.1478 8.73827 10.1458 8.73991C10.1417 8.7432 10.1361 8.74769 10.1292 8.75337C10.1154 8.76472 10.0963 8.78084 10.0726 8.80158C10.0254 8.84304 9.96006 8.90314 9.88385 8.98074C9.73188 9.13548 9.53417 9.36229 9.35063 9.65194C8.98342 10.2314 8.66322 11.0802 8.90673 12.1016L9.51469 11.9567ZM11.3779 15.2132C11.5706 14.9672 11.5707 14.9672 11.5707 14.9673C11.5707 14.9673 11.5708 14.9673 11.5708 14.9673C11.5708 14.9673 11.5708 14.9673 11.5708 14.9673C11.5708 14.9673 11.5706 14.9672 11.5704 14.967C11.5699 14.9666 11.569 14.9659 11.5677 14.9649C11.5651 14.9628 11.561 14.9595 11.5553 14.9549C11.544 14.9457 11.5267 14.9315 11.5042 14.9125C11.4591 14.8745 11.3932 14.8174 11.3122 14.7429C11.1502 14.5937 10.929 14.3758 10.6949 14.1032C10.2228 13.5534 9.71622 12.802 9.51469 11.9567L8.90673 12.1016C9.14108 13.0846 9.71815 13.9251 10.2207 14.5104C10.4739 14.8052 10.7128 15.0406 10.889 15.2027C10.9772 15.2839 11.0499 15.347 11.1012 15.3903C11.1269 15.4119 11.1472 15.4286 11.1615 15.4402C11.1686 15.446 11.1742 15.4505 11.1782 15.4537C11.1802 15.4552 11.1818 15.4565 11.183 15.4574C11.1836 15.4579 11.1841 15.4583 11.1844 15.4586C11.1846 15.4587 11.1848 15.4589 11.1849 15.459C11.185 15.459 11.1851 15.4591 11.1851 15.4591C11.1852 15.4592 11.1853 15.4592 11.3779 15.2132ZM11.164 14.8144L11.0768 15.1299L11.6791 15.2965L11.7664 14.981L11.164 14.8144ZM9.50296 11.7581C9.50296 12.0557 9.63315 12.4178 9.78931 12.7574C9.95127 13.1096 10.1646 13.4858 10.3739 13.8273C10.5839 14.17 10.7934 14.4833 10.9502 14.7106C11.0286 14.8244 11.0941 14.917 11.1401 14.9813C11.1631 15.0135 11.1813 15.0386 11.1938 15.0558C11.2 15.0644 11.2049 15.0711 11.2082 15.0756C11.2098 15.0779 11.2111 15.0796 11.212 15.0808C11.2124 15.0814 11.2128 15.0819 11.213 15.0822C11.2132 15.0824 11.2133 15.0825 11.2133 15.0826C11.2134 15.0827 11.2134 15.0827 11.2134 15.0828C11.2135 15.0828 11.2135 15.0828 11.4652 14.8977C11.717 14.7125 11.717 14.7126 11.717 14.7126C11.717 14.7126 11.717 14.7126 11.717 14.7125C11.7169 14.7125 11.7169 14.7124 11.7168 14.7123C11.7167 14.7121 11.7164 14.7118 11.7161 14.7113C11.7154 14.7103 11.7143 14.7089 11.7128 14.7069C11.7099 14.7028 11.7054 14.6968 11.6996 14.6887C11.6879 14.6726 11.6706 14.6487 11.6485 14.6178C11.6043 14.556 11.5409 14.4663 11.4647 14.3558C11.3121 14.1345 11.1092 13.831 10.9068 13.5007C10.7037 13.1694 10.5045 12.8168 10.3572 12.4963C10.204 12.1632 10.128 11.9087 10.128 11.7581H9.50296ZM10.341 9.59915C10.1743 9.66533 10.0492 9.8017 9.95855 9.9352C9.8637 10.0749 9.78303 10.2465 9.71745 10.4332C9.58612 10.807 9.50296 11.2766 9.50296 11.7581H10.128C10.128 11.3432 10.2004 10.944 10.3071 10.6404C10.3605 10.4883 10.4195 10.369 10.4757 10.2862C10.5361 10.1971 10.5735 10.1793 10.5716 10.1801L10.341 9.59915ZM10.8749 9.56897C10.8376 9.55154 10.7552 9.51187 10.6326 9.5201C10.5405 9.52629 10.4437 9.5584 10.341 9.59915L10.5716 10.1801C10.6157 10.1625 10.6447 10.1527 10.6634 10.1474C10.6824 10.1419 10.6839 10.1431 10.6745 10.1437C10.6691 10.1441 10.6609 10.1442 10.6506 10.1432C10.64 10.1422 10.6298 10.1402 10.6203 10.1376C10.6113 10.1351 10.6051 10.1326 10.6031 10.1318C10.6023 10.1315 10.6026 10.1316 10.6105 10.1353L10.8749 9.56897ZM10.9297 9.57711C10.9131 9.57711 10.902 9.5763 10.8953 9.57554C10.8887 9.5748 10.8859 9.57409 10.8859 9.57408C10.8858 9.57406 10.886 9.57412 10.8864 9.57425C10.8868 9.57438 10.8871 9.57447 10.8869 9.57442C10.886 9.57404 10.8845 9.57342 10.8749 9.56897L10.6105 10.1353C10.6308 10.1447 10.6736 10.1651 10.7333 10.1802C10.7918 10.1949 10.8558 10.2021 10.9297 10.2021V9.57711ZM11.4652 9.698C11.2834 9.44383 11.2835 9.44379 11.2835 9.44375C11.2835 9.44374 11.2836 9.4437 11.2836 9.44367C11.2837 9.44362 11.2838 9.44358 11.2838 9.44353C11.284 9.44344 11.2841 9.44336 11.2842 9.44329C11.2844 9.44316 11.2845 9.44307 11.2846 9.44302C11.2847 9.44292 11.2846 9.44299 11.2843 9.44321C11.2836 9.44366 11.2821 9.44473 11.2797 9.44634C11.2748 9.44956 11.2667 9.45485 11.2558 9.46153C11.2338 9.47505 11.2017 9.49345 11.1633 9.51175C11.0805 9.55123 10.9959 9.57711 10.9297 9.57711V10.2021C11.1311 10.2021 11.3143 10.1322 11.4324 10.0759C11.4944 10.0463 11.546 10.0168 11.5825 9.99434C11.6009 9.98307 11.6158 9.97339 11.6267 9.96613C11.6322 9.96249 11.6366 9.95945 11.64 9.95709C11.6417 9.95591 11.6432 9.95491 11.6443 9.95408C11.6449 9.95367 11.6454 9.9533 11.6459 9.95298C11.6461 9.95282 11.6463 9.95268 11.6465 9.95254C11.6466 9.95247 11.6467 9.95241 11.6468 9.95234C11.6468 9.95231 11.6469 9.95227 11.6469 9.95225C11.647 9.95221 11.647 9.95217 11.4652 9.698ZM11.8245 9.57711C11.8371 9.57711 11.8361 9.58005 11.8188 9.57257C11.8025 9.5656 11.7821 9.55392 11.7596 9.5381C11.7377 9.52273 11.7186 9.50678 11.7049 9.49461C11.6982 9.48868 11.6933 9.48404 11.6905 9.48134C11.6892 9.48001 11.6883 9.47918 11.6881 9.47895C11.688 9.47884 11.688 9.47888 11.6882 9.47908C11.6883 9.47918 11.6885 9.47933 11.6886 9.47951C11.6887 9.4796 11.6888 9.47971 11.689 9.47982C11.689 9.47988 11.6891 9.47994 11.6891 9.48C11.6892 9.48003 11.6892 9.48008 11.6892 9.48009C11.6893 9.48014 11.6893 9.48019 11.4652 9.698C11.2411 9.91581 11.2412 9.91586 11.2412 9.91591C11.2413 9.91593 11.2413 9.91598 11.2413 9.91602C11.2414 9.91609 11.2415 9.91617 11.2416 9.91625C11.2417 9.91641 11.2419 9.91658 11.2421 9.91677C11.2424 9.91714 11.2428 9.91755 11.2433 9.91802C11.2442 9.91894 11.2453 9.92006 11.2466 9.92135C11.2492 9.92393 11.2525 9.92722 11.2566 9.93112C11.2647 9.93891 11.2756 9.94924 11.2891 9.96127C11.3158 9.98503 11.354 10.017 11.4003 10.0495C11.4799 10.1054 11.637 10.2021 11.8245 10.2021V9.57711ZM11.9999 9.698C11.6874 9.69405 11.6874 9.69391 11.6874 9.69377C11.6874 9.69373 11.6874 9.69359 11.6874 9.6935C11.6874 9.69332 11.6874 9.69315 11.6874 9.69297C11.6874 9.69262 11.6874 9.69228 11.6874 9.69195C11.6874 9.69128 11.6875 9.69065 11.6875 9.69005C11.6875 9.68885 11.6875 9.68777 11.6876 9.68681C11.6877 9.68489 11.6878 9.68337 11.6879 9.6822C11.688 9.67995 11.6882 9.67857 11.6884 9.67763C11.6884 9.67729 11.6892 9.67179 11.6936 9.66225C11.6982 9.65232 11.7113 9.62872 11.7403 9.60745C11.773 9.58358 11.806 9.57711 11.8245 9.57711V10.2021C11.9294 10.2021 12.0276 10.1717 12.1094 10.1119C12.1875 10.0547 12.2337 9.98319 12.2605 9.92535C12.2872 9.86792 12.2993 9.81452 12.3052 9.77825C12.3083 9.75935 12.31 9.74299 12.311 9.73027C12.3115 9.72385 12.3118 9.71822 12.312 9.7135C12.3121 9.71113 12.3122 9.70898 12.3122 9.70705C12.3123 9.70609 12.3123 9.70518 12.3123 9.70433C12.3123 9.7039 12.3123 9.70349 12.3123 9.7031C12.3123 9.7029 12.3123 9.7027 12.3123 9.70251C12.3123 9.70242 12.3123 9.70228 12.3123 9.70223C12.3123 9.70209 12.3123 9.70195 11.9999 9.698ZM11.6874 9.0625V9.698H12.3124V9.0625H11.6874ZM12.0192 8.75H11.9999V9.375H12.0192V8.75ZM11.7067 9.0625V9.698H12.3317V9.0625H11.7067ZM12.0192 9.698C11.7068 9.70195 11.7068 9.70209 11.7068 9.70223C11.7068 9.70228 11.7068 9.70242 11.7068 9.70251C11.7068 9.7027 11.7068 9.7029 11.7068 9.7031C11.7068 9.70349 11.7068 9.7039 11.7068 9.70433C11.7068 9.70518 11.7068 9.70609 11.7069 9.70705C11.7069 9.70898 11.707 9.71113 11.7071 9.7135C11.7073 9.71822 11.7076 9.72385 11.7081 9.73027C11.7091 9.74299 11.7108 9.75935 11.7139 9.77825C11.7198 9.81452 11.732 9.86792 11.7586 9.92535C11.7855 9.98319 11.8316 10.0547 11.9098 10.1119C11.9915 10.1717 12.0897 10.2021 12.1947 10.2021V9.57711C12.2131 9.57711 12.2462 9.58358 12.2788 9.60745C12.3079 9.62872 12.3209 9.65232 12.3255 9.66225C12.33 9.67179 12.3307 9.67729 12.3308 9.67763C12.3309 9.67857 12.3311 9.67995 12.3313 9.6822C12.3314 9.68337 12.3315 9.68489 12.3315 9.68681C12.3316 9.68777 12.3316 9.68885 12.3316 9.69005C12.3317 9.69065 12.3317 9.69128 12.3317 9.69195C12.3317 9.69228 12.3317 9.69262 12.3317 9.69297C12.3317 9.69315 12.3317 9.69332 12.3317 9.6935C12.3317 9.69359 12.3317 9.69373 12.3317 9.69377C12.3317 9.69391 12.3317 9.69405 12.0192 9.698ZM12.1947 10.2021C12.3821 10.2021 12.5392 10.1054 12.6188 10.0495C12.6651 10.017 12.7033 9.98503 12.73 9.96127C12.7435 9.94924 12.7545 9.93891 12.7625 9.93112C12.7666 9.92722 12.7699 9.92393 12.7725 9.92135C12.7738 9.92006 12.7749 9.91894 12.7758 9.91802C12.7763 9.91755 12.7767 9.91714 12.7771 9.91677C12.7772 9.91658 12.7774 9.91641 12.7776 9.91625C12.7776 9.91617 12.7777 9.91609 12.7778 9.91602C12.7778 9.91598 12.7779 9.91593 12.7779 9.91591C12.7779 9.91586 12.778 9.91581 12.5539 9.698C12.3298 9.48019 12.3299 9.48014 12.3299 9.48009C12.3299 9.48008 12.33 9.48003 12.33 9.48C12.3301 9.47994 12.3301 9.47988 12.3302 9.47982C12.3303 9.47971 12.3304 9.4796 12.3305 9.47951C12.3307 9.47933 12.3308 9.47918 12.3309 9.47908C12.3311 9.47888 12.3311 9.47884 12.331 9.47895C12.3308 9.47918 12.33 9.48001 12.3286 9.48134C12.3258 9.48404 12.3209 9.48868 12.3142 9.49461C12.3006 9.50678 12.2814 9.52273 12.2595 9.5381C12.237 9.55392 12.2166 9.5656 12.2004 9.57257C12.183 9.58005 12.1821 9.57711 12.1947 9.57711V10.2021ZM12.5539 9.698C12.3721 9.95217 12.3721 9.95221 12.3722 9.95225C12.3722 9.95227 12.3723 9.95231 12.3723 9.95234C12.3724 9.95241 12.3725 9.95247 12.3726 9.95254C12.3728 9.95268 12.373 9.95282 12.3732 9.95298C12.3737 9.9533 12.3742 9.95367 12.3748 9.95408C12.376 9.95491 12.3774 9.95591 12.3791 9.95709C12.3825 9.95945 12.387 9.96249 12.3924 9.96613C12.4033 9.97339 12.4182 9.98307 12.4366 9.99434C12.4731 10.0168 12.5247 10.0463 12.5868 10.0759C12.7048 10.1322 12.888 10.2021 13.0894 10.2021V9.57711C13.0232 9.57711 12.9386 9.55123 12.8558 9.51175C12.8175 9.49345 12.7853 9.47505 12.7633 9.46153C12.7524 9.45485 12.7443 9.44956 12.7395 9.44634C12.7371 9.44473 12.7355 9.44366 12.7348 9.44321C12.7345 9.44299 12.7344 9.44292 12.7346 9.44302C12.7346 9.44307 12.7348 9.44316 12.735 9.44329C12.735 9.44336 12.7352 9.44344 12.7353 9.44353C12.7353 9.44358 12.7354 9.44362 12.7355 9.44367C12.7355 9.4437 12.7356 9.44374 12.7356 9.44375C12.7357 9.44379 12.7357 9.44383 12.5539 9.698ZM13.0894 10.2021C13.1633 10.2021 13.2273 10.1949 13.2858 10.1802C13.3455 10.1651 13.3883 10.1447 13.4086 10.1353L13.1442 9.56897C13.1346 9.57342 13.1331 9.57404 13.1322 9.57442C13.1321 9.57447 13.1323 9.57438 13.1327 9.57425C13.1331 9.57412 13.1333 9.57406 13.1332 9.57409C13.1332 9.57409 13.1304 9.5748 13.1239 9.57554C13.1171 9.5763 13.106 9.57711 13.0894 9.57711V10.2021ZM13.4086 10.1353C13.4165 10.1316 13.4168 10.1315 13.416 10.1318C13.4141 10.1326 13.4078 10.1351 13.3988 10.1376C13.3894 10.1402 13.3791 10.1422 13.3685 10.1432C13.3582 10.1442 13.35 10.1441 13.3446 10.1437C13.3352 10.1431 13.3368 10.1419 13.3558 10.1474C13.3744 10.1527 13.4034 10.1625 13.4475 10.1801L13.6781 9.59915C13.5755 9.5584 13.4786 9.52629 13.3865 9.5201C13.2639 9.51187 13.1815 9.55154 13.1442 9.56897L13.4086 10.1353ZM13.4475 10.1801C13.4456 10.1793 13.483 10.1971 13.5434 10.2862C13.5996 10.369 13.6586 10.4883 13.712 10.6404C13.8187 10.944 13.8912 11.3432 13.8912 11.7581H14.5162C14.5162 11.2766 14.433 10.807 14.3017 10.4332C14.2361 10.2465 14.1554 10.0749 14.0606 9.9352C13.97 9.8017 13.8449 9.66533 13.6781 9.59915L13.4475 10.1801ZM13.8912 11.7581C13.8912 11.9087 13.8151 12.1632 13.662 12.4963C13.5146 12.8168 13.3154 13.1694 13.1124 13.5007C12.9099 13.831 12.707 14.1345 12.5544 14.3558C12.4782 14.4663 12.4148 14.556 12.3706 14.6178C12.3485 14.6487 12.3312 14.6726 12.3195 14.6887C12.3137 14.6968 12.3092 14.7028 12.3063 14.7069C12.3049 14.7089 12.3038 14.7103 12.3031 14.7113C12.3027 14.7118 12.3025 14.7121 12.3023 14.7123C12.3022 14.7124 12.3022 14.7125 12.3022 14.7125C12.3021 14.7126 12.3021 14.7126 12.3021 14.7126C12.3021 14.7126 12.3022 14.7125 12.5539 14.8977C12.8056 15.0828 12.8057 15.0828 12.8057 15.0828C12.8057 15.0827 12.8058 15.0827 12.8058 15.0826C12.8059 15.0825 12.806 15.0824 12.8061 15.0822C12.8063 15.0819 12.8067 15.0814 12.8071 15.0808C12.808 15.0796 12.8093 15.0779 12.8109 15.0756C12.8143 15.0711 12.8191 15.0644 12.8253 15.0558C12.8378 15.0386 12.856 15.0135 12.879 14.9813C12.925 14.917 12.9905 14.8244 13.0689 14.7106C13.2257 14.4833 13.4352 14.17 13.6452 13.8274C13.8546 13.4858 14.0679 13.1096 14.2298 12.7574C14.386 12.4178 14.5162 12.0557 14.5162 11.7581H13.8912ZM12.2527 14.981L12.34 15.2965L12.9424 15.1299L12.8551 14.8144L12.2527 14.981ZM12.6412 15.2132C12.8339 15.4592 12.8339 15.4592 12.834 15.4591C12.834 15.4591 12.8341 15.459 12.8342 15.459C12.8343 15.4589 12.8345 15.4587 12.8347 15.4586C12.8351 15.4583 12.8356 15.4579 12.8361 15.4574C12.8373 15.4565 12.8389 15.4552 12.8409 15.4537C12.8449 15.4505 12.8505 15.446 12.8576 15.4402C12.8719 15.4286 12.8922 15.4119 12.9179 15.3903C12.9692 15.347 13.042 15.2839 13.1302 15.2027C13.3063 15.0406 13.5452 14.8052 13.7984 14.5104C14.301 13.9251 14.878 13.0846 15.1124 12.1016L14.5044 11.9567C14.3029 12.802 13.7964 13.5534 13.3243 14.1032C13.0901 14.3758 12.869 14.5937 12.7069 14.7429C12.6259 14.8174 12.56 14.8745 12.515 14.9125C12.4924 14.9315 12.4751 14.9457 12.4638 14.9549C12.4582 14.9595 12.454 14.9628 12.4514 14.9649C12.4501 14.9659 12.4492 14.9666 12.4487 14.967C12.4485 14.9672 12.4484 14.9673 12.4483 14.9673C12.4483 14.9673 12.4483 14.9673 12.4483 14.9673C12.4483 14.9673 12.4484 14.9673 12.4484 14.9673C12.4485 14.9672 12.4485 14.9672 12.6412 15.2132ZM15.1124 12.1016C15.3559 11.0802 15.0357 10.2314 14.6685 9.65194C14.4849 9.36229 14.2872 9.13548 14.1353 8.98074C14.0591 8.90314 13.9937 8.84304 13.9465 8.80158C13.9229 8.78084 13.9037 8.76472 13.8899 8.75337C13.883 8.74769 13.8775 8.7432 13.8734 8.73991C13.8713 8.73827 13.8696 8.73693 13.8683 8.73589C13.8676 8.73537 13.8671 8.73493 13.8666 8.73456C13.8664 8.73438 13.8662 8.73422 13.866 8.73407C13.8659 8.734 13.8657 8.7339 13.8657 8.73387C13.8656 8.73378 13.8655 8.73369 13.6737 8.98045C13.482 9.2272 13.4819 9.22713 13.4818 9.22705C13.4818 9.22704 13.4817 9.22697 13.4816 9.22693C13.4815 9.22686 13.4815 9.22681 13.4814 9.22678C13.4813 9.22671 13.4813 9.22671 13.4814 9.22678C13.4816 9.22693 13.4822 9.22737 13.4831 9.22809C13.4849 9.22954 13.4881 9.23212 13.4926 9.23583C13.5016 9.24325 13.5158 9.25513 13.5342 9.27133C13.5712 9.30377 13.6251 9.35329 13.6894 9.41868C13.8182 9.54991 13.9859 9.74247 14.1406 9.98647C14.4497 10.4743 14.6968 11.1498 14.5044 11.9567L15.1124 12.1016ZM13.7016 8.66919L13.6004 8.66014L13.5447 9.28266L13.6459 9.2917L13.7016 8.66919ZM13.26 8.5V8.9714H13.885V8.5H13.26Z" fill="#FFD018"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1895 13.1155C10.1895 13.1155 10.386 12.5878 10.7297 12.7637C11.0734 12.9396 11.0434 13.5521 11.3561 13.3338C11.6689 13.1155 11.4916 12.7637 11.955 12.7637C12.4184 12.7637 12.3501 13.3338 12.628 13.3338C12.9059 13.3338 12.93 12.7637 13.2407 12.7637C13.5513 12.7637 13.8664 13.1155 13.8664 13.1155L12.0279 15.6171L10.1895 13.1155Z" fill="#8FC753"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.95555 16.0357L6.75782 15.7693C6.75782 15.7693 7.57785 15.7693 7.68911 15.9621C7.72046 16.0164 7.73414 16.0579 7.74456 16.0895C7.77109 16.17 7.77641 16.1862 7.99885 16.1862C8.30859 16.1862 7.99885 15.8789 7.86988 15.7693C7.7409 15.6596 7.81944 15.4686 7.99885 15.4686C8.06799 15.4686 8.18833 15.4527 8.33627 15.4333C8.57219 15.4022 8.87827 15.3619 9.15871 15.3619C9.615 15.3619 9.23673 15.7693 9.23673 15.7693C9.23673 15.7693 9.8275 15.7693 9.68085 15.5997C9.53421 15.4301 10.1733 15.2239 10.4494 15.2239C10.7068 15.2239 11.8657 15.2817 12.0216 15.2895C12.1846 15.2817 13.396 15.2239 13.6534 15.2239C13.9295 15.2239 14.5686 15.4301 14.422 15.5997C14.2753 15.7693 14.8661 15.7693 14.8661 15.7693C14.8661 15.7693 14.4878 15.3619 14.9441 15.3619C15.2246 15.3619 15.5306 15.4022 15.7666 15.4333C15.9145 15.4527 16.0348 15.4686 16.104 15.4686C16.2834 15.4686 16.3619 15.6596 16.2329 15.7693C16.104 15.8789 15.7942 16.1862 16.104 16.1862C16.3264 16.1862 16.3317 16.17 16.3583 16.0895C16.3687 16.0579 16.3824 16.0164 16.4137 15.9621C16.521 15.7761 17.2878 15.7695 17.342 15.7693C17.3296 15.7466 17.3226 15.7205 17.3226 15.6926C17.3226 15.6063 17.3903 15.5364 17.4738 15.5364C17.5573 15.5364 17.625 15.6063 17.625 15.6926C17.625 15.7789 17.5573 15.8489 17.4738 15.8489C17.4182 15.8489 17.3695 15.8178 17.3433 15.7716L17.1473 16.0357L17.3514 16.2884C17.3789 16.2493 17.4235 16.2239 17.4738 16.2239C17.5573 16.2239 17.625 16.2938 17.625 16.3801C17.625 16.4664 17.5573 16.5364 17.4738 16.5364C17.3903 16.5364 17.3226 16.4664 17.3226 16.3801C17.3226 16.3623 17.3255 16.3452 17.3308 16.3292C17.2152 16.273 17.0154 16.1862 16.8858 16.1862H16.525C16.6157 16.1862 17.1155 16.5159 16.9642 16.6588L16.9385 16.6831C16.7901 16.8242 16.5964 17.0083 16.4137 16.9079C16.2203 16.8017 16.104 16.6588 16.104 16.6588L15.9524 16.1862C15.9524 16.1862 15.0592 15.9556 15.0592 16.1152C15.0592 16.2748 15.0567 16.353 14.7399 16.353C14.5627 16.353 14.3914 16.3229 14.2406 16.2964C14.1219 16.2755 14.0159 16.2569 13.9295 16.2569C13.806 16.2569 13.6151 16.295 13.4739 16.3232C13.391 16.3398 13.3252 16.353 13.3001 16.353C13.2325 16.353 12.8708 16.3366 13.1187 16.1862C13.3666 16.0357 13.4237 15.8789 13.4237 15.8789C13.4237 15.8789 12.4315 16.0262 12.0389 16.0353V16.0357L12.0212 16.0356L12.0034 16.0357V16.0353C11.6142 16.0262 10.6791 15.8789 10.6791 15.8789C10.6791 15.8789 10.7362 16.0357 10.9841 16.1862C11.232 16.3366 10.8703 16.353 10.8027 16.353C10.7777 16.353 10.7118 16.3398 10.6289 16.3232C10.4877 16.295 10.2968 16.2569 10.1733 16.2569C10.0869 16.2569 9.98092 16.2755 9.86224 16.2964C9.71141 16.3229 9.54015 16.353 9.36289 16.353C9.04614 16.353 9.0436 16.2748 9.0436 16.1152C9.0436 15.9556 8.15038 16.1862 8.15038 16.1862L7.99885 16.6588C7.99885 16.6588 7.88252 16.8017 7.68911 16.9079C7.50641 17.0083 7.31276 16.8242 7.16429 16.6831L7.13866 16.6588C6.9873 16.5159 7.48709 16.1862 7.57785 16.1862H7.21698C7.02549 16.1862 6.68083 16.3758 6.68083 16.3758L6.95555 16.0357ZM6.52621 15.8489C6.60972 15.8489 6.67742 15.7789 6.67742 15.6926C6.67742 15.6063 6.60972 15.5364 6.52621 15.5364C6.4427 15.5364 6.375 15.6063 6.375 15.6926C6.375 15.7789 6.4427 15.8489 6.52621 15.8489ZM6.52621 16.5364C6.60972 16.5364 6.67742 16.4664 6.67742 16.3801C6.67742 16.2938 6.60972 16.2239 6.52621 16.2239C6.4427 16.2239 6.375 16.2938 6.375 16.3801C6.375 16.4664 6.4427 16.5364 6.52621 16.5364Z" fill="white"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9341 5.76831H12.0591V5.90229H12.2126V6.02729H12.0591V6.25482C12.2315 6.28394 12.363 6.43854 12.363 6.62489C12.363 6.83199 12.2005 6.99989 12.0001 6.99989C11.7997 6.99989 11.6372 6.83199 11.6372 6.62489C11.6372 6.44107 11.7652 6.28814 11.9341 6.25607V6.02729H11.793V5.90229H11.9341V5.76831Z" fill="#FFD018"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5918 7.76601C10.4168 7.76601 10.0479 7.95311 10.0479 7.95311L10.3347 8.58933L12.0652 8.52441L13.7956 8.58933L14.0825 7.95311C14.0825 7.95311 13.7135 7.76601 13.5385 7.76601C13.4617 7.76601 13.4519 7.7208 13.441 7.67008C13.427 7.60531 13.4111 7.53155 13.251 7.53155C13.1377 7.53155 13.0577 7.55034 12.9929 7.56556C12.8944 7.58869 12.8311 7.60355 12.7399 7.53155C12.7361 7.52855 12.7322 7.52554 12.7284 7.52253C12.5807 7.40585 12.4273 7.28467 12.1791 7.28467C12.1296 7.28467 12.0926 7.33148 12.0652 7.4069C12.0377 7.33148 12.0007 7.28467 11.9512 7.28467C11.703 7.28467 11.5496 7.40585 11.4019 7.52253C11.3981 7.52554 11.3943 7.52855 11.3904 7.53155C11.2992 7.60355 11.2359 7.58869 11.1374 7.56556C11.0726 7.55034 10.9926 7.53155 10.8793 7.53155C10.7192 7.53155 10.7033 7.60531 10.6893 7.67008C10.6784 7.7208 10.6686 7.76601 10.5918 7.76601Z" fill="#E31D1C"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7549 6.73022L11.6334 6.77236C11.3124 6.88371 11.0345 6.92044 10.7997 6.88426C10.3163 6.80976 9.68554 7.06127 9.76457 7.4296C9.7992 7.59101 9.9003 7.89586 10.0054 8.15424C10.1513 8.51275 10.2534 8.6936 10.3728 8.6936C10.3883 8.6936 10.5505 8.70245 10.6045 8.7054C10.6142 8.70593 10.6205 8.70627 10.6217 8.70634C10.7974 8.71523 10.9522 8.71993 11.1011 8.71924C11.5318 8.71723 11.7988 8.67494 11.8941 8.54572L11.9222 8.5077L11.9089 8.4619C11.7958 8.07298 11.7434 7.53944 11.753 6.86261L11.7549 6.73022ZM9.94172 7.38901C9.90296 7.2084 10.3963 7.01167 10.7729 7.0697C11.0075 7.10586 11.2733 7.07864 11.5705 6.98924C11.5689 7.59085 11.6179 8.07952 11.7185 8.4562C11.6323 8.50126 11.406 8.53031 11.1003 8.53174C10.9551 8.53242 10.8033 8.5278 10.6306 8.51906C10.6321 8.51914 10.4527 8.5092 10.3912 8.50667C10.3892 8.5046 10.3868 8.502 10.3841 8.49887C10.3679 8.48 10.3477 8.44948 10.3249 8.40908C10.2799 8.32942 10.2274 8.21589 10.1727 8.08156C10.0714 7.8327 9.97365 7.53783 9.94172 7.38901Z" fill="#FFD018"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.2842 6.73022L12.4057 6.77236C12.7266 6.88371 13.0046 6.92044 13.2394 6.88426C13.7228 6.80976 14.3535 7.06127 14.2745 7.4296C14.2399 7.59101 14.1388 7.89586 14.0336 8.15424C13.8877 8.51275 13.7856 8.6936 13.6662 8.6936C13.6508 8.6936 13.4886 8.70245 13.4345 8.7054C13.4248 8.70593 13.4186 8.70627 13.4174 8.70634C13.2417 8.71523 13.0869 8.71993 12.9379 8.71924C12.5072 8.71723 12.2403 8.67494 12.1449 8.54572L12.1169 8.5077L12.1302 8.4619C12.2433 8.07298 12.2957 7.53944 12.2861 6.86261L12.2842 6.73022ZM14.0973 7.38901C14.1361 7.2084 13.6427 7.01167 13.2662 7.0697C13.0316 7.10586 12.7658 7.07864 12.4686 6.98924C12.4702 7.59085 12.4211 8.07952 12.3206 8.4562C12.4067 8.50126 12.633 8.53031 12.9388 8.53174C13.0839 8.53242 13.2358 8.5278 13.4085 8.51906C13.4069 8.51914 13.5864 8.5092 13.6478 8.50667C13.6499 8.5046 13.6523 8.502 13.655 8.49887C13.6712 8.48 13.6914 8.44948 13.7142 8.40908C13.7592 8.32942 13.8117 8.21589 13.8664 8.08156C13.9676 7.8327 14.0654 7.53783 14.0973 7.38901Z" fill="#FFD018"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9469 8.54423C13.9467 8.50954 13.9667 8.44689 14.0104 8.33056C14.0705 8.17028 14.1117 8.12171 14.1992 8.06828C14.2435 8.04123 14.2607 8.01779 14.2816 7.93709C14.2983 7.87254 14.3152 7.82216 14.3346 7.77573C14.3386 7.7663 14.347 7.74756 14.3551 7.72949L14.3551 7.72948L14.3551 7.7294C14.3635 7.71083 14.3715 7.69299 14.3739 7.68677C14.3874 7.6528 14.393 7.62259 14.393 7.57362C14.393 7.5178 14.3784 7.47308 14.3399 7.39176C14.3169 7.3432 14.3139 7.33675 14.3057 7.31627C14.2891 7.27471 14.2806 7.23878 14.2806 7.2021V6.96138C14.2806 6.82082 14.275 6.81226 14.206 6.82158C14.1991 6.82251 14.1924 6.82359 14.1853 6.82485C14.1879 6.82439 14.1522 6.83135 14.1437 6.83235C14.1273 6.8343 14.1138 6.83298 14.1002 6.82683C14.0754 6.81565 14.0572 6.79373 14.0137 6.72859C13.9932 6.69792 13.9711 6.70092 13.8927 6.7391C13.8816 6.74453 13.875 6.74767 13.8678 6.75097C13.7877 6.78778 13.732 6.78885 13.6847 6.73102C13.6119 6.64216 13.5639 6.64782 13.4757 6.73359C13.4321 6.77596 13.4101 6.79199 13.3822 6.79609L13.3799 6.79643C13.3505 6.80079 13.3487 6.80105 13.2659 6.75033C13.2603 6.76206 13.248 6.76659 13.2282 6.77123C13.2016 6.77741 13.1622 6.77951 13.1358 6.77538C13.1138 6.77195 13.0982 6.76516 13.0879 6.74371C13.0529 6.74265 13.0115 6.74208 12.9637 6.74208V6.67958C13.025 6.67958 13.0761 6.68049 13.1173 6.68222L13.1289 6.67217C13.1515 6.65219 13.1868 6.62115 13.2035 6.62608C13.2057 6.62674 13.2123 6.63259 13.2214 6.64066L13.2214 6.64066L13.2214 6.64066C13.2353 6.653 13.2551 6.67051 13.2739 6.6825L13.2763 6.68397C13.3584 6.73437 13.3615 6.736 13.3737 6.73421C13.3845 6.73262 13.4 6.72133 13.4342 6.68808C13.545 6.5804 13.6322 6.57012 13.7309 6.69065C13.7559 6.72122 13.7849 6.72066 13.8433 6.69385C13.8499 6.6908 13.8562 6.68781 13.8669 6.68257C13.9715 6.63161 14.0181 6.62527 14.0634 6.69307C14.0994 6.74682 14.1145 6.76512 14.1244 6.76955L14.1265 6.77067C14.1286 6.77167 14.1315 6.77115 14.1586 6.76624L14.175 6.76328C14.1828 6.76187 14.1903 6.76066 14.1982 6.75961C14.3124 6.74417 14.3411 6.78824 14.3411 6.96138V7.2021C14.3411 7.22946 14.3478 7.2578 14.3616 7.29242C14.3691 7.3111 14.3719 7.31729 14.3942 7.36427C14.4366 7.45364 14.4535 7.50555 14.4535 7.57362C14.4535 7.63061 14.4464 7.66889 14.4299 7.71051C14.4269 7.71813 14.4178 7.73839 14.4089 7.75826L14.4088 7.75829C14.4011 7.77548 14.3935 7.79236 14.3901 7.80049C14.3719 7.84413 14.356 7.89161 14.34 7.95322C14.3151 8.04979 14.2878 8.08673 14.2299 8.12208C14.1539 8.16855 14.1219 8.20629 14.0668 8.35317C14.0381 8.42947 14.0203 8.48301 14.0118 8.51649C14.0101 8.52342 14.0088 8.52922 14.0079 8.53388C14.0167 8.54091 14.0156 8.54588 14.0127 8.55973L14.0127 8.55973C14.0106 8.56448 14.01 8.56594 14.0092 8.56726L14.0078 8.56921C14.0043 8.57344 14.0043 8.57344 14.0001 8.57692C13.9984 8.57822 13.9966 8.57939 13.9947 8.58041C13.9958 8.58023 13.9967 8.57987 13.9978 8.5791C13.9942 8.58336 13.9893 8.58942 13.9832 8.59737C13.9239 8.67482 13.8494 8.67482 13.7781 8.59991L13.8212 8.55607C13.868 8.60525 13.9001 8.60525 13.9358 8.5586L13.9469 8.54423ZM10.0228 8.54423C10.023 8.50954 10.003 8.44689 9.95927 8.33056C9.89909 8.17028 9.85794 8.12171 9.77046 8.06828C9.72618 8.04123 9.70888 8.01779 9.68803 7.93709C9.67135 7.87254 9.65441 7.82216 9.63502 7.77573C9.63107 7.76628 9.62263 7.74749 9.61451 7.7294L9.61451 7.72939L9.6145 7.72939L9.6145 7.72938L9.6145 7.72938C9.60616 7.71081 9.59816 7.69298 9.59568 7.68677C9.58219 7.6528 9.5766 7.62259 9.5766 7.57362C9.5766 7.5178 9.5912 7.47308 9.62974 7.39176C9.65276 7.3432 9.65573 7.33675 9.66392 7.31627C9.68051 7.27471 9.68906 7.23878 9.68906 7.2021V6.96138C9.68906 6.82082 9.69462 6.81226 9.76363 6.82158C9.77055 6.82251 9.77724 6.82359 9.78429 6.82485C9.7817 6.82439 9.81746 6.83135 9.82592 6.83235C9.84234 6.8343 9.85585 6.83298 9.86948 6.82683C9.89425 6.81565 9.91242 6.79373 9.95596 6.72859C9.97646 6.69792 9.99854 6.70092 10.0769 6.7391C10.088 6.74453 10.0946 6.74767 10.1018 6.75097C10.182 6.78778 10.2376 6.78885 10.2849 6.73102C10.3577 6.64216 10.4057 6.64782 10.494 6.73359C10.5375 6.77596 10.5595 6.79199 10.5874 6.79609L10.5897 6.79643C10.6191 6.80079 10.6209 6.80105 10.7037 6.75033C10.7093 6.76206 10.7216 6.76659 10.7415 6.77123C10.768 6.77741 10.8074 6.77951 10.8338 6.77538C10.8558 6.77195 10.8714 6.76516 10.8817 6.74371C10.9167 6.74265 10.9581 6.74208 11.0059 6.74208V6.67958C10.9446 6.67958 10.8936 6.68049 10.8524 6.68222L10.8408 6.67217C10.8181 6.65219 10.7829 6.62115 10.7662 6.62608C10.7639 6.62674 10.7573 6.63259 10.7482 6.64066L10.7482 6.64066L10.7482 6.64066L10.7482 6.64066L10.7482 6.64066C10.7337 6.65351 10.7129 6.67197 10.6934 6.68397C10.6112 6.73437 10.6081 6.736 10.5959 6.73421C10.5851 6.73262 10.5696 6.72133 10.5354 6.68808C10.4247 6.5804 10.3374 6.57012 10.2388 6.69065C10.2137 6.72122 10.1847 6.72066 10.1263 6.69385C10.1197 6.6908 10.1135 6.68781 10.1027 6.68257C9.99809 6.63161 9.95152 6.62527 9.90619 6.69307C9.87027 6.74682 9.8551 6.76512 9.84528 6.76955L9.84314 6.77067C9.84099 6.77167 9.83814 6.77115 9.81106 6.76624L9.79467 6.76328C9.78682 6.76187 9.77929 6.76066 9.77147 6.75961C9.6572 6.74417 9.62857 6.78824 9.62857 6.96138V7.2021C9.62857 7.22946 9.62183 7.2578 9.60801 7.29242C9.60055 7.3111 9.59769 7.31729 9.57542 7.36427C9.53307 7.45364 9.51611 7.50555 9.51611 7.57362C9.51611 7.63061 9.52319 7.66889 9.53973 7.71051C9.54276 7.71813 9.55186 7.73839 9.56078 7.75825L9.56078 7.75825C9.5685 7.77545 9.57608 7.79235 9.57948 7.80049C9.59771 7.84413 9.61368 7.89161 9.6296 7.95322C9.65455 8.04979 9.68181 8.08673 9.73968 8.12208C9.81575 8.16855 9.84773 8.20629 9.90288 8.35317C9.93153 8.42947 9.94931 8.48301 9.95782 8.51649C9.95958 8.52342 9.96087 8.52922 9.96173 8.53388C9.95298 8.54091 9.95402 8.54588 9.95692 8.55973C9.95899 8.56448 9.95962 8.56594 9.96047 8.56726L9.96186 8.56921L9.96186 8.56921C9.96534 8.57344 9.96534 8.57344 9.96952 8.57692C9.97125 8.57822 9.97307 8.57939 9.97497 8.58041C9.97385 8.58023 9.97294 8.57987 9.97183 8.5791C9.97547 8.58336 9.98034 8.58942 9.98642 8.59737C10.0457 8.67482 10.1202 8.67482 10.1915 8.59991L10.1484 8.55607C10.1016 8.60525 10.0696 8.60525 10.0339 8.5586L10.0228 8.54423ZM10.7492 6.70883L10.748 6.70827L10.7485 6.70848L10.7492 6.70883Z" fill="#5E5E5E"/>
|
|
34
|
+
<path d="M10.6089 15.6781L10.6469 15.3679C11.3185 15.4501 11.7669 15.4912 11.9928 15.4914C12.3336 15.5067 12.7397 15.482 13.2106 15.417L13.2534 15.7265C12.7649 15.794 12.3403 15.8198 11.9858 15.8037C11.75 15.8037 11.2931 15.7619 10.6089 15.6781Z" fill="#272727"/>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
38
|
+
<defs>
|
|
39
|
+
<clipPath id="clip0_5982_15087">
|
|
40
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
41
|
+
</clipPath>
|
|
42
|
+
</defs>
|
|
43
|
+
</svg>`;export{C as flagSmSnMarinoIcon};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15226)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 4.5H15.75V19.5H8.25V4.5Z" fill="#FBCD17"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.047 13.5564L9.86847 15.0675L10.5646 12.4794L8.96533 10.8261L11.1308 10.7367L12.047 8.17749L12.9632 10.7367H15.125L13.5294 12.4794L14.3285 14.9147L12.047 13.5564Z" fill="#006923"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 4.5H22V19.5H15.75V4.5Z" fill="#E11C1B"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H8.25V19.5H2V4.5Z" fill="#006923"/>
|
|
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_15226">
|
|
12
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>`;export{l as flagSnSnegalIcon};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15086)">
|
|
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="#56C6F5"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1113 13.6983L9.75885 15.194L10.5479 12.5757L8.86999 10.865L11.1833 10.8144L12.2068 8.22954L13.1394 10.8486L15.4472 10.8889L13.7129 12.6309L14.5228 15.1218L12.1113 13.6983Z" fill="#F7FCFF"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_5982_15086">
|
|
10
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>`;export{l as flagSoSmaliaIcon};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15085)">
|
|
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="#4E8B1D"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H22V8.25H2V4.5Z" fill="#4E8B1D"/>
|
|
6
|
+
<path d="M2 8.5625H1.0625V9.5V14.5V15.4375H2H22H22.9375V14.5V9.5V8.5625H22H2Z" fill="#AF0100" stroke="white" stroke-width="1.875"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0015 13.5589L10.4426 14.5L10.7982 12.6635L9.5 11.2891L11.2578 11.2148L12.0015 9.5L12.7452 11.2148H14.5L13.2048 12.6635L13.5947 14.5L12.0015 13.5589Z" fill="#FECA00"/>
|
|
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_15085">
|
|
12
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>`;export{l as flagSrSrinameIcon};
|
|
@@ -0,0 +1,17 @@
|
|
|
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_15084)">
|
|
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="#4E8B1D"/>
|
|
7
|
+
<path d="M2 8.875H1.375V9.5V14.5V15.125H2H22H22.625V14.5V9.5V8.875H22H2Z" fill="#E31D1C" stroke="#F7FCFF" stroke-width="1.25"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5L14.5 12L2 19.5V4.5Z" fill="#3D58DB"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.15477 13.5053L4.89257 14.8178L4.76071 12.9519L3.15105 11.9603L4.82972 11.4336L5.10425 9.58474L6.26642 11.0486L7.96144 10.5945L7.08535 12.329L7.9373 14.002L6.15477 13.5053Z" fill="#FECA00"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_5982_15084">
|
|
14
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>`;export{l as flagSsSouthSudanIcon};
|
|
@@ -0,0 +1,17 @@
|
|
|
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_15083)">
|
|
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="#FBCD17"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#73BE4A"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#73BE4A"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L8.25 12L2 4.5Z" fill="#C51918"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6261 13.1692L11.457 13.875L11.7236 12.4977L10.75 11.4668L12.0684 11.4111L12.6261 10.125L13.1839 11.4111H14.5L13.5286 12.4977L13.8211 13.875L12.6261 13.1692Z" fill="#272727"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.6261 13.1692L16.457 13.875L16.7236 12.4977L15.75 11.4668L17.0684 11.4111L17.6261 10.125L18.1839 11.4111H19.5L18.5286 12.4977L18.8211 13.875L17.6261 13.1692Z" fill="#272727"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_5982_15083">
|
|
14
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>`;export{l as flagStSoTomeAndPrincipeIcon};
|
|
@@ -0,0 +1,36 @@
|
|
|
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_15082)">
|
|
3
|
+
<path
|
|
4
|
+
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"
|
|
5
|
+
fill="white" />
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#F7FCFF" />
|
|
7
|
+
<mask id="mask0_5982_15082" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4"
|
|
8
|
+
width="20" height="16">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white" />
|
|
10
|
+
</mask>
|
|
11
|
+
<g mask="url(#mask0_5982_15082)">
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#3D58DB" />
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#3D58DB" />
|
|
14
|
+
<path
|
|
15
|
+
d="M14.1406 11.9114C14.1406 13.1684 13.1216 14.1875 11.8645 14.1875C10.6074 14.1875 9.58838 13.1684 9.58838 11.9114C9.58838 10.6543 10.6074 9.63525 11.8645 9.63525C13.1216 9.63525 14.1406 10.6543 14.1406 11.9114Z"
|
|
16
|
+
stroke="#E8AA00" stroke-width="0.625" />
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
18
|
+
d="M10.6315 10.5388C10.6315 10.5388 10.0361 11.5186 10.0361 12.1912C10.0361 12.8639 10.7487 13.7093 11.8699 13.7093C12.9635 13.7093 13.7496 13.056 13.7734 12.1912C13.7971 11.3264 13.1851 10.7108 13.1851 10.7108C13.1851 10.7108 13.5315 11.9559 13.3583 12.4604C13.1851 12.9649 12.6244 13.5753 11.8699 13.4976C11.1154 13.4199 10.3994 12.4912 10.3994 12.1912C10.3994 11.8912 10.6315 10.5388 10.6315 10.5388Z"
|
|
19
|
+
fill="#1E601B" />
|
|
20
|
+
<path d="M10.8501 12.2051H12.8547" stroke="#188396" stroke-width="0.625" />
|
|
21
|
+
<path d="M11.0366 11.8786H12.7613" stroke="#E8AA00" stroke-width="0.625" />
|
|
22
|
+
<path d="M12.6557 12.257H11.1206L11.8952 10.9718L12.6557 12.257Z" stroke="#E8AA00"
|
|
23
|
+
stroke-width="0.625" />
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
<path
|
|
27
|
+
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"
|
|
28
|
+
stroke="#BFBFBF" />
|
|
29
|
+
<defs>
|
|
30
|
+
<clipPath id="clip0_5982_15082">
|
|
31
|
+
<path
|
|
32
|
+
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"
|
|
33
|
+
fill="white" />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>`;export{e as flagSvElSlvadorIcon};
|
|
@@ -0,0 +1,32 @@
|
|
|
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_15081)">
|
|
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_15081" 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_15081)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12V19.5H22V12H2Z" fill="#2E42A5"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25V20.75L14.5 12L2 3.25Z" fill="#F7FCFF"/>
|
|
12
|
+
<mask id="mask1_5982_15081" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="3" width="13" height="18">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25V20.75L14.5 12L2 3.25Z" fill="white"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15081)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.079 10.243C7.97694 10.243 8.70487 9.79686 8.70487 9.2465C8.70487 8.69615 7.97694 8.25 7.079 8.25C6.18105 8.25 5.45312 8.69615 5.45312 9.2465C5.45312 9.79686 6.18105 10.243 7.079 10.243Z" fill="#FBCD17"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.22108 8.49072C7.08835 8.49072 6.99404 8.57623 6.99404 8.70494L6.99416 8.71914C6.98703 8.74058 6.98303 8.76449 6.98231 8.79125C6.98047 8.85972 7.00597 8.91684 7.05948 8.96923C7.06277 8.98435 7.06448 8.99688 7.064 9.00399C7.06075 8.99282 7.04783 8.98346 7.02323 8.96562C6.98826 8.94027 6.92969 8.8978 6.84172 8.8087C6.71503 8.68037 6.61941 8.63014 6.50056 8.6501C6.46452 8.65615 6.42925 8.66884 6.38691 8.6858C6.31939 8.71012 6.25724 8.71576 6.14249 8.69386C5.82361 8.63299 5.47386 8.69271 5.09521 8.86817L5.2266 9.15171C5.54976 9.00196 5.83486 8.95328 6.0839 9.00082C6.25497 9.03347 6.37376 9.02268 6.49278 8.97982C6.54407 8.96053 6.54856 8.95891 6.55232 8.95828C6.54854 8.95892 6.55096 8.96124 6.56681 8.97647C6.57749 8.98673 6.59426 9.00285 6.61934 9.02825C6.65505 9.06443 6.69239 9.09718 6.73053 9.12697C6.65723 9.14667 6.66102 9.16019 6.67447 9.20816C6.67995 9.22771 6.68704 9.25298 6.69117 9.28671C6.70028 9.36119 6.68514 9.39961 6.6982 9.418C6.71277 9.43853 6.76244 9.43413 6.92005 9.4271C6.96247 9.42521 7.01984 9.42083 7.08604 9.41457C7.21587 9.40229 7.3628 9.3844 7.45308 9.3696C7.54079 9.35522 7.5641 9.34998 7.60088 9.32321C7.6136 9.30761 7.62448 9.29426 7.6335 9.28238C7.93339 9.23832 8.20006 9.20702 8.43736 9.18542C8.52243 9.17768 8.59081 9.17237 8.65702 9.16751C8.65833 9.1675 8.65942 9.16749 8.66051 9.16744C8.66592 9.16721 8.67129 9.16609 8.70331 9.15939C8.72013 9.15224 8.72709 9.14929 8.72944 9.1483L8.72941 9.14836C8.73001 9.1481 8.73046 9.14789 8.73046 9.14788C8.73046 9.14788 8.73017 9.14799 8.72944 9.1483L8.80603 8.96687L8.7269 8.87118C8.6739 8.85452 8.6739 8.85452 8.66723 8.85445L8.66722 8.85445C8.65751 8.85388 8.65751 8.85388 8.65194 8.85379C8.62686 8.85363 8.62686 8.85363 8.58027 8.85369C8.52836 8.85369 8.48736 8.8493 8.42812 8.83877L8.37303 8.82864C8.1294 8.78394 7.90344 8.78394 7.42419 8.8554L7.39742 8.83494C7.4746 8.82152 7.56859 8.81242 7.66792 8.80712C7.72798 8.80433 7.72798 8.80433 7.7615 8.80343L7.77617 8.80309L7.77434 8.49074L7.75063 8.49072H7.22108ZM6.96222 9.39543L6.99211 9.38922L7.02154 9.38294C7.01615 9.38408 7.01017 9.38533 7.00356 9.38671C6.99185 9.38915 6.97815 9.39201 6.96222 9.39543Z" fill="#DA610A"/>
|
|
18
|
+
<path d="M6.95356 9.86297L7.00412 9.87126L7.05467 9.86297C7.67532 9.76122 8.08399 9.7731 8.32078 9.85252C8.59355 9.94401 8.89508 9.91811 9.21215 9.81133C9.11151 10.2599 9.05998 10.6839 9.05998 11.0824C9.05998 11.5367 9.14786 11.9036 9.2276 12.2256C9.22974 12.2342 9.23187 12.2428 9.23399 12.2514C9.31213 12.5667 9.37688 12.8279 9.37688 13.1278C9.37688 13.3969 9.28762 13.5383 9.16285 13.6266C9.01838 13.7289 8.77745 13.794 8.42016 13.794C7.9164 13.794 7.44513 13.9297 7.01119 14.1951L7.00412 14.1901L6.99704 14.1951C6.56311 13.9297 6.09184 13.794 5.58807 13.794C5.23078 13.794 4.98985 13.7289 4.84538 13.6266C4.72061 13.5383 4.63135 13.3969 4.63135 13.1278C4.63135 12.8279 4.6961 12.5667 4.77424 12.2514C4.77636 12.2428 4.77849 12.2342 4.78063 12.2256C4.86037 11.9036 4.94825 11.5367 4.94825 11.0824C4.94825 10.6839 4.89672 10.2599 4.79608 9.81133C5.11315 9.91811 5.41468 9.94401 5.68745 9.85252C5.92424 9.7731 6.33292 9.76122 6.95356 9.86297Z" fill="#56C6F5" stroke="#E31D1C" stroke-width="0.625"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.49065 10.89L7.00851 10.4614L6.52637 10.89H6.66922V11.1371L5.91922 11.6043V12.7471H5.77637V12.9614H5.91922H8.0978H8.27637V12.7471H8.0978V11.6043L7.31208 11.1148V10.89H7.49065Z" fill="#F7FCFF"/>
|
|
20
|
+
<path d="M6.97012 15.1378C7.63328 15.1378 8.08981 15.0654 8.32489 14.942C8.38652 14.8372 8.49461 14.778 8.60963 14.7823C9.12616 14.8014 9.52621 14.5838 9.8407 14.1055C10.1805 13.5887 10.2488 12.8547 10.0273 11.8912L10.5896 11.762C10.8433 12.8659 10.7605 13.7568 10.3227 14.4225C9.93051 15.019 9.39572 15.3376 8.74305 15.3592C8.4097 15.606 7.82553 15.7147 6.97012 15.7147C6.14259 15.7147 5.52902 15.554 5.1355 15.2126C4.24182 15.0015 3.67391 14.645 3.4506 14.1167C3.21256 13.5535 3.21256 12.7716 3.43461 11.7645L3.998 11.8887C3.79932 12.7899 3.79932 13.4599 3.98201 13.8921C4.10949 14.1937 4.47989 14.4399 5.10741 14.6105L5.69042 14.7352L5.66243 14.8824C5.94685 15.0486 6.38153 15.1378 6.97012 15.1378Z" fill="#FBCD17"/>
|
|
21
|
+
<path d="M4.94629 10.0149L5.26588 10.1435L5.10609 10.4757L5.55308 10.2453L5.51835 10.4159L5.42252 10.8866L5.60567 10.3505V10.8241L5.71757 10.3505L6.04988 10.4508L5.71757 10.2453L6.04988 10.1435" stroke="#73BE4A" stroke-width="0.625" stroke-linecap="round" stroke-linejoin="round"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55566 10.7107C5.72825 10.7107 5.86816 10.5708 5.86816 10.3982C5.86816 10.2256 5.72825 10.0857 5.55566 10.0857C5.38308 10.0857 5.24316 10.2256 5.24316 10.3982C5.24316 10.5708 5.38308 10.7107 5.55566 10.7107Z" fill="#FBCD17"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.6508 10.6708C8.64569 10.4606 8.62233 9.98071 8.5157 9.98071C8.40844 9.98071 8.39213 10.4662 8.39006 10.6744C8.20541 10.7348 8.06641 10.8937 8.06641 10.8937H8.98612C8.98612 10.8937 8.84123 10.7281 8.6508 10.6708Z" fill="#F7FCFF"/>
|
|
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_15081">
|
|
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{C as flagSxSntMaartenIcon};
|
|
@@ -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_15080)">
|
|
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="M7.62612 13.1692L6.45695 13.875L6.72363 12.4977L5.75 11.4668L7.06835 11.4111L7.62612 10.125L8.18389 11.4111H9.5L8.52861 12.4977L8.82106 13.875L7.62612 13.1692Z" fill="#409100"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3761 13.1692L15.207 13.875L15.4736 12.4977L14.5 11.4668L15.8184 11.4111L16.3761 10.125L16.9339 11.4111H18.25L17.2786 12.4977L17.5711 13.875L16.3761 13.1692Z" fill="#409100"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#E31D1C"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#272727"/>
|
|
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_15080">
|
|
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 flagSySriaIcon};
|