@ncino/web-components 10.3.0 → 10.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/gator/base/accordion.gator.js +10 -10
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/alert/gator/base/alert.gator.js +4 -4
- package/dist/components/banner/gator/banner.gator.js +5 -5
- package/dist/components/button/gator/button.gator.js +6 -6
- package/dist/components/display-card/gator/display-card.gator.js +10 -10
- package/dist/components/headline-card/gator/headline-card.gator.js +3 -3
- package/dist/components/icon/gator/icon.gator.js +2 -2
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/illustration/gator/illustration.gator.js +4 -4
- package/dist/components/illustration/gator/index.js +1 -1
- package/dist/components/illustration/gator/templates/index.js +1 -1
- package/dist/components/image-card/gator/image-card.gator.js +15 -15
- package/dist/components/input/base/input-base.gator.js +9 -9
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +28 -28
- package/dist/components/input/gator/help-text/help-text.gator.js +3 -3
- package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +10 -10
- package/dist/components/input/gator/input-file/input-file.gator.js +11 -11
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +9 -9
- package/dist/components/input/gator/input-time/input-time.gator.js +3 -3
- package/dist/components/list/gator/list-item/list-item.gator.js +13 -13
- package/dist/components/selection-box/selection-box.gator.js +6 -6
- package/dist/components/table/gator/table-pagination/table-pagination.gator.js +12 -12
- package/dist/components/table/gator/table.gator.js +91 -91
- package/dist/node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js +1 -1
- package/dist/node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/unsafe-svg.js +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js +2 -2
- package/dist/packages/styles/dist/gator/themes/icons/add-link.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/airplane.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/alarm.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/apartment.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-around.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-line-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-line-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrows-down-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bank.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bell-disabled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bell.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/binoculars.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/book.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/box.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/brain.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/cake.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/calculator.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/calendar.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/camera.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/caret-up-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/case.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-bar-horizontal.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-bar.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-donut.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-line.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-pie.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-rise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-scatter.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-ai.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-dots.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-slash.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-text.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/check-circle-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/check-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/check.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox-indeterminate.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox-selected.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkerboard.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-dashed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-filled.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/city.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clipboard.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock-clockwise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock-counter-clockwise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/collapse.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/cone.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/contact-info.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/copy.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/credit-card.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/crop.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/crosshairs.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-dollar-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-eur.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-gbp.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-inr.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-jpy.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-krw.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-kzt.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-ngn.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-rub.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor-arrow.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor-hand.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dashboard.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/delete.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dna.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-add.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-ai.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-check.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-e-sign.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-image.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-pdf.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-sign.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-zip.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dollar-bills.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/dollar-house.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/down-payment.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/download.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/drag-drop.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/earth.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exclude-square.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/expand-arrows.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/expand.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/export.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye-closed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye-crossed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/facebook-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/file-code.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/files.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filter-funnel.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filters-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filters.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ad-andorra.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ae-united-arab-emirates.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-af-afghanistan.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ag-antigua-and-barbuda.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ai-anguilla.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-al-albania.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-am-armenia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ao-angola.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-aq-antarctica.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ar-argentina.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-as-american-smoa.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-at-austria.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-au-australia.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-aw-aruba.js +31 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ax-aland-islands.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-az-azerbaijan.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ba-bosnia-and-herzegovina.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bb-barbados.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bd-bangladesh.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-be-belgium.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bf-burkina-faso.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bg-bulgaria.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bh-bahrain.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bi-burundi.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bj-benin.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bl-saint-barthelemy.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bm-bermuda.js +39 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bn-brunei-darussalam.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bo-bolivia.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-bo-bonaire.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-sa-sba.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-se-snt-eustatius.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-br-brazil.js +48 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bs-bahamas.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bt-bhutan.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bv-bouvet-island.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bw-botswana.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-by-belarus.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bz-belize.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ca-canada.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cc-cocos-keeling-islands.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cd-democratic-republic-of-the-congo.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cf-central-african-republic.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cg-republic-of-the-congo.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ch-switzerland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ci-c/303/264te-divoire-ivory-coast.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ck-cook-islands.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cl-chile.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cm-cameroon.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cn-china.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-co-colombia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cr-costa-rica.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cu-cuba.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cv-cabo-verde.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cw-cura/303/247ao.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cx-christmas-island.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cy-cyprus.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cz-czech-republic.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-de-germany.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dj-djibouti.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dk-denmark.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dm-dominica.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-do-dominican-republic.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dz-algeria.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ec-ecuador.js +38 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ee-estonia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-eg-egypt.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-eh-western-sahara.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-er-eritrea.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-es-sain.js +80 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-et-ethiopia.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fi-finland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fj-fiji.js +57 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fk-falkland-islands.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fm-federated-states-of-micronesia.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fo-faroe-islands.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fr-france.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ga-gabon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-eng-england.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-nir-northern-ireland.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-sct-sotland.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-ukm-united-kingdom.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-wls-wales.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gd-grenada.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ge-georgia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gf-french-guiana.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gg-guernsey.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gh-ghana.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gi-gibraltar.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gl-greenland.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gm-gambia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gn-guinea.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gp-guadeloupe-2.js +46 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gp-guadeloupe.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gq-equatorial-guinea.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gr-greece.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gs-s-georgia-and-s-sandwich-islands.js +68 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gt-guatemala.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gu-guam.js +36 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gw-guinea-bissau.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gy-guyana.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hk-hong-kong.js +34 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hm-heard-and-mcdonald-islands.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hn-honduras.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hr-croatia-hrvatska.js +61 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ht-haiti.js +48 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hu-hungary.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-id-indonesia.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ie-ireland.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-il-isreal.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-im-isle-of-man.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-in-india.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-io-british-indian-ocean-territory.js +45 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-iq-iraq.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ir-iran.js +90 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-is-iceland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-it-italy.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-je-jersey.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jm-jamaica.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jo-jordan.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jp-japan.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ke-kenia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kg-kyrgyzstan.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kh-cambodia.js +278 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ki--kiribati.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-km-comoros.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kn-saint-kitts-and-nevis.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kp-korea-north.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kr-korea-south.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kw-kuwait.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ky-cayman-islands.js +53 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kz-kazakhstan.js +33 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-la-laos.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lb-lebanon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lc-saint-lucia.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-li-liechtenstein.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lk-sri-lanka.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lr-liberia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ls-lesotho.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lt-lithuania.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lu-luxembourg.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lv-latvia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ly-libya.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ma-morocco.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mc-monaco.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-md-moldova.js +34 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-me-montenegro.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mf-saint-martin.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mg-madagascar.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mh-marshall-islands.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mk-north-macedonia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ml-mali.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mm-myanmar.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mn-mongolia.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mo-macao.js +31 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mp-northern-mariana-islands.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mq-martinique-2.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mq-martinique.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mr-mauritania.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ms-montserrat.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mt-malta.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mu-mauritius.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mv-maldives.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mw-malawi.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mx-mexico.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-my-malaysia.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mz-mozambique.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-na-namibia.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nc-new-caledonia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ne-niger.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nf-norfolk-island.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ng-nigeria.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ni-nicaragua.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nl-netherlands.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-no-norway.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-np-nepal.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nr-nauru.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nu-niue.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nz-new-zealand-aotearoa.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-om-oman.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pa-panama.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pe-peru.js +46 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pf-french-polynesia.js +43 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pg-papua-new-guinea.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ph-philippines.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pk-pakistan.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pl-poland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-saint-pierre-and-miquelon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-st-pierre-and-miquelon.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pn-pitcairn-islands.js +53 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pr-puerto-rico.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ps-palestinian-territory.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pt-portugal.js +122 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pw-palau.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-py-paraguay.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-qa-qatar.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-re-reunion.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ro-romania.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-rs-srbia.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ru-russian-federation.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-rw-rwanda.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sa-sudi-arabia.js +33 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sb-slomon-islands.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sc-sychelles.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sd-sdan.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-se-seden.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sg-sngapore.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sh-sint-helena.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-si-sovenia.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sj-salbard-and-jan-mayen.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sk-sovakia.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sl-serra-leone.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sm-sn-marino.js +43 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sn-snegal.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-so-smalia.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sr-sriname.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ss-south-sudan.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-st-so-tome-and-principe.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sv-el-slvador.js +36 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sx-snt-maarten.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sy-sria.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sz-saziland.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tc-turks-and-caicos-islands.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-td-chad.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tf-french-southern-and-antarctic-lands.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tg-togo.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-th-thailand.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tj-tajikistan.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tk-tokelau.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tl-timor-leste.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tm-turkmenistan.js +76 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tn-tunisia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-to-tonga.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tr-turkey.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tt-trinidad-and-tobago.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tv-tuvalu.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tw-taiwan.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tz-tanzania.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ua-ukraine.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ug-uganda.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-um-united-states-minor-outlying-islands.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-us-united-states.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-uy-uruguay.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-uz-uzbekistan.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-va-vatican-city-state.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vc-saint-vincent-and-the-grenadines.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ve-venezuela.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vg-virgin-islands-british.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vi-virgin-islands-us.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vn-vietnam.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vu-vanuatu.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-wf-wallis-and-futuna.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ws-smoa.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ye-yemen.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-yt-unf-mayotte.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-za-south-africa.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-zm-zambia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-zw-zimbabwe.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flame.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flash-off.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flash-on.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/folder.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/gauge.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/grid-four.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/grid-nine.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/hammer.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/hand-pointing.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/heart.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-door.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-finance-arrow.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-finance.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-search.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/house-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/house.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/inbox.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/index.js +1 -0
- package/dist/packages/styles/dist/gator/themes/icons/info.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/instagram-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/interest-rate.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/invoice.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/kanban.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/label.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/laptop.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/layout.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/lightbulb-filament.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/lightbulb.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/link.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/linkedin-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/list-star.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/list.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/loading-spinner-gif.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/loading.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/lock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/magic-wand.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mail-open.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mail.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mailbox.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/map.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/menu-hamburger.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-excel-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-outlook-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-powerpoint-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-teams-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-word-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus-square.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mobile-phone-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/monitor.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/move-doc.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/move.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/music.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-0.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-1.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-10.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-3.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-4.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-5.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-6.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-7.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-8.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-9.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/overflow-menu.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/paper-airplane.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/paperclip.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pause-circle.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/pause.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-amazon-pay.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-amex.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-apple-pay.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-discover.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-google-pay.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-mastercard.js +7 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-visa.js +7 -0
- package/dist/packages/styles/dist/gator/themes/icons/pen.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pencil-paper.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pencil.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/people-multiple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/people-share.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/percent.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-add.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-check.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-lock.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/person.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone-alert.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone-mobile.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/picture.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pin.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pinterest-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/play-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/play.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/plugs-connected.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/plugs.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/plus-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/plus.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/printer.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-chat-bubble.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-circle.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-mark.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/radio-selected.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/radio.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/receipt.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/restricted-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/restricted.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/robot.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/sandals.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/save.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/screen.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/search.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/selection.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/send-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/send.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/settings.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/share-1.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/share-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/shield-lock.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/shield-warning.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sidebar-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sidebar.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/smart-home.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-down.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-left.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-right.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-up-down.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-up.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-reverse-variant.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-variant.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sparkle-filled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sparkle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/speech-bubble.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/square-split-horizontal.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/square-split-vertical.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/square.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/stack.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/stamp.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star-four-filled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star-four.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/stopwatch.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sun.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sync.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/tab-arrows.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/table.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/target.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/text-aa.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/thumbs-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/thumbs-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/tools.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/touch-id.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/trash.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/trend-up.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/twitter-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/unlink.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/unlock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/upload.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/video.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/waffle.js +38 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-diamond.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-octagon.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wet-sign.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wifi-off.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wifi.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/x-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/yelp-logo.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/youtube-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/zillow-logo.js +8 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/add-note.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/address.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/appointment-confirmed.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/assets.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/auto-money.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/balloons.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/bank-account.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/brief-case.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/calendar-home.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/change-data.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/check-with-pencil.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrower.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrowers-incomplete.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrowers.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/commercial.js +27 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/condo.js +40 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/connectivity.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/consumer.js +20 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/contact-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/conversation-multiple.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/credit-card.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/crop-background.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/crop-page.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/declarations-legal.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/deliver.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/demographic-info.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/document-add.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/document-signature.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/download-app.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/empty-box.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/family-home.js +36 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/home-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-5.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-6.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-fireworks.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-under-construction.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-with-shield.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/index.js +1 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/inquiry.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/locked.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/make-an-offer.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/mortgage.js +18 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/network-error.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-1.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-2.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-3.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/paper-3.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/paper-7.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/person-2.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/personal-info.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/portfolio-analytics.js +35 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/price-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/quick-links.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/register.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/schedule-home-tour.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/small-business.js +18 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/social-security.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/start-conversation.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/status-no-x.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/status.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/success.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/talkluments.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/thumbs-down-man.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/town-home.js +52 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/transfer.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/treasury.js +19 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/unsecured-line-of-credit.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/upload-cloud.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/your-bank-placeholder.js +37 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/your-bank.js +24 -0
- package/dist/types/components/accordion/gator/base/accordion.gator.d.ts +1 -1
- package/dist/types/components/icon/gator/templates/index.d.ts +1 -544
- package/dist/types/components/illustration/gator/templates/index.d.ts +1 -69
- package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +1 -1
- package/dist/types/components/selection-box/selection-box.gator.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
- package/dist/components/icon/gator/templates/add-link.js +0 -12
- package/dist/components/icon/gator/templates/airplane.js +0 -8
- package/dist/components/icon/gator/templates/alarm.js +0 -8
- package/dist/components/icon/gator/templates/apartment.js +0 -8
- package/dist/components/icon/gator/templates/arrow-around.js +0 -8
- package/dist/components/icon/gator/templates/arrow-down.js +0 -8
- package/dist/components/icon/gator/templates/arrow-left.js +0 -8
- package/dist/components/icon/gator/templates/arrow-line-left.js +0 -8
- package/dist/components/icon/gator/templates/arrow-line-right.js +0 -8
- package/dist/components/icon/gator/templates/arrow-right.js +0 -8
- package/dist/components/icon/gator/templates/arrow-up.js +0 -8
- package/dist/components/icon/gator/templates/arrows-down-up.js +0 -8
- package/dist/components/icon/gator/templates/bank.js +0 -8
- package/dist/components/icon/gator/templates/bell-disabled.js +0 -8
- package/dist/components/icon/gator/templates/bell.js +0 -8
- package/dist/components/icon/gator/templates/binoculars.js +0 -8
- package/dist/components/icon/gator/templates/book.js +0 -8
- package/dist/components/icon/gator/templates/box.js +0 -8
- package/dist/components/icon/gator/templates/brain.js +0 -8
- package/dist/components/icon/gator/templates/cake.js +0 -8
- package/dist/components/icon/gator/templates/calculator.js +0 -8
- package/dist/components/icon/gator/templates/calendar.js +0 -8
- package/dist/components/icon/gator/templates/camera.js +0 -8
- package/dist/components/icon/gator/templates/caret-up-down.js +0 -8
- package/dist/components/icon/gator/templates/case.js +0 -14
- package/dist/components/icon/gator/templates/chart-bar-horizontal.js +0 -5
- package/dist/components/icon/gator/templates/chart-bar.js +0 -5
- package/dist/components/icon/gator/templates/chart-donut.js +0 -5
- package/dist/components/icon/gator/templates/chart-line.js +0 -5
- package/dist/components/icon/gator/templates/chart-pie.js +0 -5
- package/dist/components/icon/gator/templates/chart-rise.js +0 -8
- package/dist/components/icon/gator/templates/chart-scatter.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-ai.js +0 -6
- package/dist/components/icon/gator/templates/chat-circle-dots.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-slash.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-text.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle.js +0 -5
- package/dist/components/icon/gator/templates/chat.js +0 -8
- package/dist/components/icon/gator/templates/check-circle-filled.js +0 -5
- package/dist/components/icon/gator/templates/check-circle.js +0 -8
- package/dist/components/icon/gator/templates/check.js +0 -8
- package/dist/components/icon/gator/templates/checkbox-indeterminate.js +0 -7
- package/dist/components/icon/gator/templates/checkbox-selected.js +0 -5
- package/dist/components/icon/gator/templates/checkbox.js +0 -15
- package/dist/components/icon/gator/templates/checkerboard.js +0 -5
- package/dist/components/icon/gator/templates/chevron-down.js +0 -8
- package/dist/components/icon/gator/templates/chevron-left.js +0 -8
- package/dist/components/icon/gator/templates/chevron-right.js +0 -8
- package/dist/components/icon/gator/templates/chevron-up.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-down.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-left.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-right.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-up.js +0 -8
- package/dist/components/icon/gator/templates/circle-dashed.js +0 -8
- package/dist/components/icon/gator/templates/circle-filled.js +0 -10
- package/dist/components/icon/gator/templates/circle.js +0 -8
- package/dist/components/icon/gator/templates/city.js +0 -8
- package/dist/components/icon/gator/templates/clipboard.js +0 -8
- package/dist/components/icon/gator/templates/clock-clockwise.js +0 -8
- package/dist/components/icon/gator/templates/clock-counter-clockwise.js +0 -8
- package/dist/components/icon/gator/templates/clock.js +0 -8
- package/dist/components/icon/gator/templates/collapse.js +0 -8
- package/dist/components/icon/gator/templates/cone.js +0 -8
- package/dist/components/icon/gator/templates/contact-info.js +0 -8
- package/dist/components/icon/gator/templates/copy.js +0 -8
- package/dist/components/icon/gator/templates/credit-card.js +0 -8
- package/dist/components/icon/gator/templates/crop.js +0 -8
- package/dist/components/icon/gator/templates/crosshairs.js +0 -8
- package/dist/components/icon/gator/templates/currency-dollar-simple.js +0 -8
- package/dist/components/icon/gator/templates/currency-eur.js +0 -8
- package/dist/components/icon/gator/templates/currency-gbp.js +0 -8
- package/dist/components/icon/gator/templates/currency-inr.js +0 -8
- package/dist/components/icon/gator/templates/currency-jpy.js +0 -8
- package/dist/components/icon/gator/templates/currency-krw.js +0 -8
- package/dist/components/icon/gator/templates/currency-kzt.js +0 -8
- package/dist/components/icon/gator/templates/currency-ngn.js +0 -8
- package/dist/components/icon/gator/templates/currency-rub.js +0 -8
- package/dist/components/icon/gator/templates/cursor-arrow.js +0 -19
- package/dist/components/icon/gator/templates/cursor-hand.js +0 -29
- package/dist/components/icon/gator/templates/cursor.js +0 -8
- package/dist/components/icon/gator/templates/dashboard.js +0 -8
- package/dist/components/icon/gator/templates/delete.js +0 -8
- package/dist/components/icon/gator/templates/dna.js +0 -8
- package/dist/components/icon/gator/templates/document-add.js +0 -8
- package/dist/components/icon/gator/templates/document-ai.js +0 -11
- package/dist/components/icon/gator/templates/document-check.js +0 -12
- package/dist/components/icon/gator/templates/document-e-sign.js +0 -12
- package/dist/components/icon/gator/templates/document-image.js +0 -8
- package/dist/components/icon/gator/templates/document-pdf.js +0 -8
- package/dist/components/icon/gator/templates/document-sign.js +0 -12
- package/dist/components/icon/gator/templates/document-zip.js +0 -8
- package/dist/components/icon/gator/templates/document.js +0 -8
- package/dist/components/icon/gator/templates/dollar-bills.js +0 -24
- package/dist/components/icon/gator/templates/dollar-house.js +0 -12
- package/dist/components/icon/gator/templates/down-payment.js +0 -16
- package/dist/components/icon/gator/templates/download.js +0 -8
- package/dist/components/icon/gator/templates/drag-drop.js +0 -28
- package/dist/components/icon/gator/templates/earth.js +0 -8
- package/dist/components/icon/gator/templates/exclude-square.js +0 -5
- package/dist/components/icon/gator/templates/exit-circle.js +0 -8
- package/dist/components/icon/gator/templates/exit-left.js +0 -8
- package/dist/components/icon/gator/templates/exit.js +0 -8
- package/dist/components/icon/gator/templates/expand-arrows.js +0 -8
- package/dist/components/icon/gator/templates/expand.js +0 -8
- package/dist/components/icon/gator/templates/export.js +0 -8
- package/dist/components/icon/gator/templates/eye-closed.js +0 -8
- package/dist/components/icon/gator/templates/eye-crossed.js +0 -8
- package/dist/components/icon/gator/templates/eye.js +0 -8
- package/dist/components/icon/gator/templates/facebook-logo.js +0 -8
- package/dist/components/icon/gator/templates/file-code.js +0 -8
- package/dist/components/icon/gator/templates/files.js +0 -8
- package/dist/components/icon/gator/templates/filter-funnel.js +0 -8
- package/dist/components/icon/gator/templates/filters-2.js +0 -8
- package/dist/components/icon/gator/templates/filters.js +0 -8
- package/dist/components/icon/gator/templates/flags/flag-ad-andorra.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-ae-united-arab-emirates.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-af-afghanistan.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-ai-anguilla.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-al-albania.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-am-armenia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ao-angola.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-aq-antarctica.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-ar-argentina.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-as-american-smoa.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-at-austria.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-au-australia.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-aw-aruba.js +0 -34
- package/dist/components/icon/gator/templates/flags/flag-ax-aland-islands.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-az-azerbaijan.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bb-barbados.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-bd-bangladesh.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-be-belgium.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bf-burkina-faso.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bg-bulgaria.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bh-bahrain.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-bi-burundi.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-bj-benin.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bl-saint-barthelemy.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bm-bermuda.js +0 -42
- package/dist/components/icon/gator/templates/flags/flag-bn-brunei-darussalam.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-bo-bolivia.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-bq-bo-bonaire.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-bq-sa-sba.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-bq-se-snt-eustatius.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-br-brazil.js +0 -51
- package/dist/components/icon/gator/templates/flags/flag-bs-bahamas.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-bt-bhutan.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-bv-bouvet-island.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-bw-botswana.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-by-belarus.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-bz-belize.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-ca-canada.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-cf-central-african-republic.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-cg-republic-of-the-congo.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ch-switzerland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ci-c/303/264te-divoire-ivory-coast.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ck-cook-islands.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-cl-chile.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cm-cameroon.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cn-china.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-co-colombia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-cr-costa-rica.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-cu-cuba.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-cv-cabo-verde.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-cw-cura/303/247ao.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cx-christmas-island.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cy-cyprus.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-cz-czech-republic.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-de-germany.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-dj-djibouti.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-dk-denmark.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-dm-dominica.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-do-dominican-republic.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-dz-algeria.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ec-ecuador.js +0 -41
- package/dist/components/icon/gator/templates/flags/flag-ee-estonia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-eg-egypt.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-eh-western-sahara.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-er-eritrea.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-es-sain.js +0 -83
- package/dist/components/icon/gator/templates/flags/flag-et-ethiopia.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-fi-finland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-fj-fiji.js +0 -60
- package/dist/components/icon/gator/templates/flags/flag-fk-falkland-islands.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-fo-faroe-islands.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-fr-france.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ga-gabon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gb-eng-england.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-gb-nir-northern-ireland.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-gb-sct-sotland.js +0 -15
- package/dist/components/icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-gb-wls-wales.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gd-grenada.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-ge-georgia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-gf-french-guiana.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gg-guernsey.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gh-ghana.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-gi-gibraltar.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-gl-greenland.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-gm-gambia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gn-guinea.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gp-guadeloupe-2.js +0 -49
- package/dist/components/icon/gator/templates/flags/flag-gp-guadeloupe.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gq-equatorial-guinea.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-gr-greece.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js +0 -71
- package/dist/components/icon/gator/templates/flags/flag-gt-guatemala.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gu-guam.js +0 -39
- package/dist/components/icon/gator/templates/flags/flag-gw-guinea-bissau.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-gy-guyana.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-hk-hong-kong.js +0 -37
- package/dist/components/icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-hn-honduras.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-hr-croatia-hrvatska.js +0 -64
- package/dist/components/icon/gator/templates/flags/flag-ht-haiti.js +0 -51
- package/dist/components/icon/gator/templates/flags/flag-hu-hungary.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-id-indonesia.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ie-ireland.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-il-isreal.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-im-isle-of-man.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-in-india.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js +0 -48
- package/dist/components/icon/gator/templates/flags/flag-iq-iraq.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-ir-iran.js +0 -93
- package/dist/components/icon/gator/templates/flags/flag-is-iceland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-it-italy.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-je-jersey.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-jm-jamaica.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-jo-jordan.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-jp-japan.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ke-kenia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-kg-kyrgyzstan.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-kh-cambodia.js +0 -281
- package/dist/components/icon/gator/templates/flags/flag-ki--kiribati.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-km-comoros.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-kp-korea-north.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-kr-korea-south.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-kw-kuwait.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-ky-cayman-islands.js +0 -56
- package/dist/components/icon/gator/templates/flags/flag-kz-kazakhstan.js +0 -36
- package/dist/components/icon/gator/templates/flags/flag-la-laos.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-lb-lebanon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-lc-saint-lucia.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-li-liechtenstein.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-lk-sri-lanka.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-lr-liberia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ls-lesotho.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-lt-lithuania.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-lu-luxembourg.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-lv-latvia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ly-libya.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ma-morocco.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mc-monaco.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-md-moldova.js +0 -37
- package/dist/components/icon/gator/templates/flags/flag-me-montenegro.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-mf-saint-martin.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mg-madagascar.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mh-marshall-islands.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mk-north-macedonia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ml-mali.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mm-myanmar.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mn-mongolia.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mo-macao.js +0 -34
- package/dist/components/icon/gator/templates/flags/flag-mp-northern-mariana-islands.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-mq-martinique-2.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-mq-martinique.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mr-mauritania.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-ms-montserrat.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-mt-malta.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-mu-mauritius.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mv-maldives.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-mw-malawi.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mx-mexico.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-my-malaysia.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mz-mozambique.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-na-namibia.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-nc-new-caledonia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ne-niger.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-nf-norfolk-island.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ng-nigeria.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ni-nicaragua.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-nl-netherlands.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-no-norway.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-np-nepal.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-nr-nauru.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-nu-niue.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-om-oman.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-pa-panama.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-pe-peru.js +0 -49
- package/dist/components/icon/gator/templates/flags/flag-pf-french-polynesia.js +0 -46
- package/dist/components/icon/gator/templates/flags/flag-pg-papua-new-guinea.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ph-philippines.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-pk-pakistan.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-pl-poland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-pn-pitcairn-islands.js +0 -56
- package/dist/components/icon/gator/templates/flags/flag-pr-puerto-rico.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-ps-palestinian-territory.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-pt-portugal.js +0 -125
- package/dist/components/icon/gator/templates/flags/flag-pw-palau.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-py-paraguay.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-qa-qatar.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-re-reunion.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ro-romania.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-rs-srbia.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-ru-russian-federation.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-rw-rwanda.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-sa-sudi-arabia.js +0 -36
- package/dist/components/icon/gator/templates/flags/flag-sb-slomon-islands.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-sc-sychelles.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-sd-sdan.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-se-seden.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-sg-sngapore.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-sh-sint-helena.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-si-sovenia.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-sk-sovakia.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-sl-serra-leone.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-sm-sn-marino.js +0 -46
- package/dist/components/icon/gator/templates/flags/flag-sn-snegal.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-so-smalia.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-sr-sriname.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ss-south-sudan.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-st-so-tome-and-principe.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-sv-el-slvador.js +0 -39
- package/dist/components/icon/gator/templates/flags/flag-sx-snt-maarten.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-sy-sria.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-sz-saziland.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-td-chad.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-tg-togo.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-th-thailand.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-tj-tajikistan.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-tk-tokelau.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-tl-timor-leste.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-tm-turkmenistan.js +0 -79
- package/dist/components/icon/gator/templates/flags/flag-tn-tunisia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-to-tonga.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-tr-turkey.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-tv-tuvalu.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-tw-taiwan.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-tz-tanzania.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ua-ukraine.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ug-uganda.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-us-united-states.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-uy-uruguay.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-uz-uzbekistan.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-va-vatican-city-state.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ve-venezuela.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-vg-virgin-islands-british.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-vi-virgin-islands-us.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-vn-vietnam.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-vu-vanuatu.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-wf-wallis-and-futuna.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ws-smoa.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-ye-yemen.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-yt-unf-mayotte.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-za-south-africa.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-zm-zambia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-zw-zimbabwe.js +0 -31
- package/dist/components/icon/gator/templates/flame.js +0 -8
- package/dist/components/icon/gator/templates/flash-off.js +0 -8
- package/dist/components/icon/gator/templates/flash-on.js +0 -8
- package/dist/components/icon/gator/templates/folder.js +0 -8
- package/dist/components/icon/gator/templates/gauge.js +0 -8
- package/dist/components/icon/gator/templates/grid-four.js +0 -5
- package/dist/components/icon/gator/templates/grid-nine.js +0 -5
- package/dist/components/icon/gator/templates/hammer.js +0 -8
- package/dist/components/icon/gator/templates/hand-pointing.js +0 -8
- package/dist/components/icon/gator/templates/heart.js +0 -8
- package/dist/components/icon/gator/templates/home-door.js +0 -8
- package/dist/components/icon/gator/templates/home-finance-arrow.js +0 -16
- package/dist/components/icon/gator/templates/home-finance.js +0 -14
- package/dist/components/icon/gator/templates/home-search.js +0 -12
- package/dist/components/icon/gator/templates/house-simple.js +0 -8
- package/dist/components/icon/gator/templates/house.js +0 -8
- package/dist/components/icon/gator/templates/inbox.js +0 -8
- package/dist/components/icon/gator/templates/info.js +0 -8
- package/dist/components/icon/gator/templates/instagram-logo.js +0 -8
- package/dist/components/icon/gator/templates/interest-rate.js +0 -12
- package/dist/components/icon/gator/templates/invoice.js +0 -8
- package/dist/components/icon/gator/templates/kanban.js +0 -5
- package/dist/components/icon/gator/templates/label.js +0 -8
- package/dist/components/icon/gator/templates/laptop.js +0 -8
- package/dist/components/icon/gator/templates/layout.js +0 -8
- package/dist/components/icon/gator/templates/lightbulb-filament.js +0 -5
- package/dist/components/icon/gator/templates/lightbulb.js +0 -8
- package/dist/components/icon/gator/templates/link.js +0 -8
- package/dist/components/icon/gator/templates/linkedin-logo.js +0 -8
- package/dist/components/icon/gator/templates/list-star.js +0 -5
- package/dist/components/icon/gator/templates/list.js +0 -8
- package/dist/components/icon/gator/templates/loading-spinner-gif.js +0 -24
- package/dist/components/icon/gator/templates/loading.js +0 -8
- package/dist/components/icon/gator/templates/lock.js +0 -8
- package/dist/components/icon/gator/templates/magic-wand.js +0 -8
- package/dist/components/icon/gator/templates/mail-open.js +0 -8
- package/dist/components/icon/gator/templates/mail.js +0 -8
- package/dist/components/icon/gator/templates/mailbox.js +0 -8
- package/dist/components/icon/gator/templates/map.js +0 -8
- package/dist/components/icon/gator/templates/menu-hamburger.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-excel-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-outlook-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-powerpoint-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-teams-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-word-logo.js +0 -8
- package/dist/components/icon/gator/templates/minus-circle.js +0 -8
- package/dist/components/icon/gator/templates/minus-square.js +0 -8
- package/dist/components/icon/gator/templates/minus.js +0 -8
- package/dist/components/icon/gator/templates/mobile-phone-2.js +0 -8
- package/dist/components/icon/gator/templates/monitor.js +0 -8
- package/dist/components/icon/gator/templates/move-doc.js +0 -12
- package/dist/components/icon/gator/templates/move.js +0 -8
- package/dist/components/icon/gator/templates/music.js +0 -8
- package/dist/components/icon/gator/templates/number-0.js +0 -8
- package/dist/components/icon/gator/templates/number-1.js +0 -8
- package/dist/components/icon/gator/templates/number-10.js +0 -11
- package/dist/components/icon/gator/templates/number-2.js +0 -8
- package/dist/components/icon/gator/templates/number-3.js +0 -8
- package/dist/components/icon/gator/templates/number-4.js +0 -8
- package/dist/components/icon/gator/templates/number-5.js +0 -8
- package/dist/components/icon/gator/templates/number-6.js +0 -8
- package/dist/components/icon/gator/templates/number-7.js +0 -8
- package/dist/components/icon/gator/templates/number-8.js +0 -8
- package/dist/components/icon/gator/templates/number-9.js +0 -8
- package/dist/components/icon/gator/templates/overflow-menu.js +0 -16
- package/dist/components/icon/gator/templates/paper-airplane.js +0 -8
- package/dist/components/icon/gator/templates/paperclip.js +0 -8
- package/dist/components/icon/gator/templates/pause-circle.js +0 -7
- package/dist/components/icon/gator/templates/pause.js +0 -9
- package/dist/components/icon/gator/templates/payments/payment-amazon-pay.js +0 -16
- package/dist/components/icon/gator/templates/payments/payment-amex.js +0 -11
- package/dist/components/icon/gator/templates/payments/payment-apple-pay.js +0 -7
- package/dist/components/icon/gator/templates/payments/payment-discover.js +0 -21
- package/dist/components/icon/gator/templates/payments/payment-google-pay.js +0 -13
- package/dist/components/icon/gator/templates/payments/payment-mastercard.js +0 -10
- package/dist/components/icon/gator/templates/payments/payment-visa.js +0 -10
- package/dist/components/icon/gator/templates/pen.js +0 -8
- package/dist/components/icon/gator/templates/pencil-paper.js +0 -8
- package/dist/components/icon/gator/templates/pencil.js +0 -8
- package/dist/components/icon/gator/templates/people-multiple.js +0 -8
- package/dist/components/icon/gator/templates/people-share.js +0 -8
- package/dist/components/icon/gator/templates/percent.js +0 -8
- package/dist/components/icon/gator/templates/person-add.js +0 -8
- package/dist/components/icon/gator/templates/person-check.js +0 -8
- package/dist/components/icon/gator/templates/person-lock.js +0 -12
- package/dist/components/icon/gator/templates/person.js +0 -8
- package/dist/components/icon/gator/templates/phone-alert.js +0 -24
- package/dist/components/icon/gator/templates/phone-mobile.js +0 -8
- package/dist/components/icon/gator/templates/phone.js +0 -8
- package/dist/components/icon/gator/templates/picture.js +0 -8
- package/dist/components/icon/gator/templates/pin.js +0 -8
- package/dist/components/icon/gator/templates/pinterest-logo.js +0 -8
- package/dist/components/icon/gator/templates/play-circle.js +0 -8
- package/dist/components/icon/gator/templates/play.js +0 -9
- package/dist/components/icon/gator/templates/plugs-connected.js +0 -14
- package/dist/components/icon/gator/templates/plugs.js +0 -14
- package/dist/components/icon/gator/templates/plus-circle.js +0 -8
- package/dist/components/icon/gator/templates/plus.js +0 -8
- package/dist/components/icon/gator/templates/printer.js +0 -8
- package/dist/components/icon/gator/templates/question-chat-bubble.js +0 -8
- package/dist/components/icon/gator/templates/question-circle.js +0 -12
- package/dist/components/icon/gator/templates/question-mark.js +0 -8
- package/dist/components/icon/gator/templates/radio-selected.js +0 -22
- package/dist/components/icon/gator/templates/radio.js +0 -16
- package/dist/components/icon/gator/templates/receipt.js +0 -12
- package/dist/components/icon/gator/templates/restricted-filled.js +0 -5
- package/dist/components/icon/gator/templates/restricted.js +0 -8
- package/dist/components/icon/gator/templates/robot.js +0 -17
- package/dist/components/icon/gator/templates/sandals.js +0 -16
- package/dist/components/icon/gator/templates/save.js +0 -8
- package/dist/components/icon/gator/templates/screen.js +0 -8
- package/dist/components/icon/gator/templates/search.js +0 -8
- package/dist/components/icon/gator/templates/selection.js +0 -5
- package/dist/components/icon/gator/templates/send-filled.js +0 -5
- package/dist/components/icon/gator/templates/send.js +0 -8
- package/dist/components/icon/gator/templates/settings.js +0 -8
- package/dist/components/icon/gator/templates/share-1.js +0 -8
- package/dist/components/icon/gator/templates/share-2.js +0 -8
- package/dist/components/icon/gator/templates/shield-lock.js +0 -12
- package/dist/components/icon/gator/templates/shield-warning.js +0 -8
- package/dist/components/icon/gator/templates/sidebar-simple.js +0 -8
- package/dist/components/icon/gator/templates/sidebar.js +0 -8
- package/dist/components/icon/gator/templates/smart-home.js +0 -14
- package/dist/components/icon/gator/templates/sort-arrow-solid-down.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-left.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-right.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-up-down.js +0 -16
- package/dist/components/icon/gator/templates/sort-arrow-solid-up.js +0 -10
- package/dist/components/icon/gator/templates/sort-reverse-variant.js +0 -8
- package/dist/components/icon/gator/templates/sort-variant.js +0 -8
- package/dist/components/icon/gator/templates/sparkle-filled.js +0 -8
- package/dist/components/icon/gator/templates/sparkle.js +0 -8
- package/dist/components/icon/gator/templates/speech-bubble.js +0 -8
- package/dist/components/icon/gator/templates/square-split-horizontal.js +0 -5
- package/dist/components/icon/gator/templates/square-split-vertical.js +0 -5
- package/dist/components/icon/gator/templates/square.js +0 -5
- package/dist/components/icon/gator/templates/stack.js +0 -8
- package/dist/components/icon/gator/templates/stamp.js +0 -8
- package/dist/components/icon/gator/templates/star-four-filled.js +0 -8
- package/dist/components/icon/gator/templates/star-four.js +0 -8
- package/dist/components/icon/gator/templates/star.js +0 -8
- package/dist/components/icon/gator/templates/stopwatch.js +0 -8
- package/dist/components/icon/gator/templates/sun.js +0 -8
- package/dist/components/icon/gator/templates/sync.js +0 -8
- package/dist/components/icon/gator/templates/tab-arrows.js +0 -8
- package/dist/components/icon/gator/templates/table.js +0 -5
- package/dist/components/icon/gator/templates/target.js +0 -8
- package/dist/components/icon/gator/templates/text-aa.js +0 -5
- package/dist/components/icon/gator/templates/thumbs-down.js +0 -8
- package/dist/components/icon/gator/templates/thumbs-up.js +0 -8
- package/dist/components/icon/gator/templates/tools.js +0 -8
- package/dist/components/icon/gator/templates/touch-id.js +0 -8
- package/dist/components/icon/gator/templates/trash.js +0 -8
- package/dist/components/icon/gator/templates/trend-up.js +0 -5
- package/dist/components/icon/gator/templates/twitter-logo.js +0 -8
- package/dist/components/icon/gator/templates/unlink.js +0 -8
- package/dist/components/icon/gator/templates/unlock.js +0 -8
- package/dist/components/icon/gator/templates/upload.js +0 -8
- package/dist/components/icon/gator/templates/video.js +0 -8
- package/dist/components/icon/gator/templates/waffle.js +0 -40
- package/dist/components/icon/gator/templates/warning-circle.js +0 -8
- package/dist/components/icon/gator/templates/warning-diamond.js +0 -8
- package/dist/components/icon/gator/templates/warning-filled.js +0 -5
- package/dist/components/icon/gator/templates/warning-octagon.js +0 -8
- package/dist/components/icon/gator/templates/warning.js +0 -8
- package/dist/components/icon/gator/templates/wet-sign.js +0 -8
- package/dist/components/icon/gator/templates/wifi-off.js +0 -8
- package/dist/components/icon/gator/templates/wifi.js +0 -8
- package/dist/components/icon/gator/templates/x-logo.js +0 -8
- package/dist/components/icon/gator/templates/yelp-logo.js +0 -10
- package/dist/components/icon/gator/templates/youtube-logo.js +0 -8
- package/dist/components/icon/gator/templates/zillow-logo.js +0 -10
- package/dist/components/illustration/gator/templates/add-note.js +0 -6
- package/dist/components/illustration/gator/templates/address.js +0 -6
- package/dist/components/illustration/gator/templates/appointment-confirmed.js +0 -6
- package/dist/components/illustration/gator/templates/assets.js +0 -6
- package/dist/components/illustration/gator/templates/auto-money.js +0 -6
- package/dist/components/illustration/gator/templates/balloons.js +0 -6
- package/dist/components/illustration/gator/templates/bank-account.js +0 -6
- package/dist/components/illustration/gator/templates/brief-case.js +0 -6
- package/dist/components/illustration/gator/templates/calendar-home.js +0 -6
- package/dist/components/illustration/gator/templates/change-data.js +0 -7
- package/dist/components/illustration/gator/templates/check-with-pencil.js +0 -6
- package/dist/components/illustration/gator/templates/co-borrower.js +0 -7
- package/dist/components/illustration/gator/templates/co-borrowers-incomplete.js +0 -7
- package/dist/components/illustration/gator/templates/co-borrowers.js +0 -7
- package/dist/components/illustration/gator/templates/commercial.js +0 -29
- package/dist/components/illustration/gator/templates/condo.js +0 -42
- package/dist/components/illustration/gator/templates/connectivity.js +0 -7
- package/dist/components/illustration/gator/templates/consumer.js +0 -22
- package/dist/components/illustration/gator/templates/contact-search.js +0 -7
- package/dist/components/illustration/gator/templates/conversation-multiple.js +0 -7
- package/dist/components/illustration/gator/templates/credit-card.js +0 -7
- package/dist/components/illustration/gator/templates/crop-background.js +0 -7
- package/dist/components/illustration/gator/templates/crop-page.js +0 -7
- package/dist/components/illustration/gator/templates/declarations-legal.js +0 -7
- package/dist/components/illustration/gator/templates/deliver.js +0 -7
- package/dist/components/illustration/gator/templates/demographic-info.js +0 -7
- package/dist/components/illustration/gator/templates/document-add.js +0 -7
- package/dist/components/illustration/gator/templates/document-signature.js +0 -7
- package/dist/components/illustration/gator/templates/download-app.js +0 -7
- package/dist/components/illustration/gator/templates/empty-box.js +0 -7
- package/dist/components/illustration/gator/templates/family-home.js +0 -38
- package/dist/components/illustration/gator/templates/home-search.js +0 -7
- package/dist/components/illustration/gator/templates/house-5.js +0 -7
- package/dist/components/illustration/gator/templates/house-6.js +0 -7
- package/dist/components/illustration/gator/templates/house-fireworks.js +0 -7
- package/dist/components/illustration/gator/templates/house-under-construction.js +0 -7
- package/dist/components/illustration/gator/templates/house-with-shield.js +0 -7
- package/dist/components/illustration/gator/templates/inquiry.js +0 -7
- package/dist/components/illustration/gator/templates/locked.js +0 -7
- package/dist/components/illustration/gator/templates/make-an-offer.js +0 -7
- package/dist/components/illustration/gator/templates/mortgage.js +0 -20
- package/dist/components/illustration/gator/templates/network-error.js +0 -7
- package/dist/components/illustration/gator/templates/page-1.js +0 -7
- package/dist/components/illustration/gator/templates/page-2.js +0 -7
- package/dist/components/illustration/gator/templates/page-3.js +0 -7
- package/dist/components/illustration/gator/templates/paper-3.js +0 -7
- package/dist/components/illustration/gator/templates/paper-7.js +0 -7
- package/dist/components/illustration/gator/templates/person-2.js +0 -7
- package/dist/components/illustration/gator/templates/personal-info.js +0 -7
- package/dist/components/illustration/gator/templates/portfolio-analytics.js +0 -37
- package/dist/components/illustration/gator/templates/price-search.js +0 -7
- package/dist/components/illustration/gator/templates/quick-links.js +0 -7
- package/dist/components/illustration/gator/templates/register.js +0 -7
- package/dist/components/illustration/gator/templates/schedule-home-tour.js +0 -7
- package/dist/components/illustration/gator/templates/small-business.js +0 -20
- package/dist/components/illustration/gator/templates/social-security.js +0 -7
- package/dist/components/illustration/gator/templates/start-conversation.js +0 -7
- package/dist/components/illustration/gator/templates/status-no-x.js +0 -7
- package/dist/components/illustration/gator/templates/status.js +0 -7
- package/dist/components/illustration/gator/templates/success.js +0 -7
- package/dist/components/illustration/gator/templates/talkluments.js +0 -7
- package/dist/components/illustration/gator/templates/thumbs-down-man.js +0 -7
- package/dist/components/illustration/gator/templates/town-home.js +0 -54
- package/dist/components/illustration/gator/templates/transfer.js +0 -7
- package/dist/components/illustration/gator/templates/treasury.js +0 -21
- package/dist/components/illustration/gator/templates/unsecured-line-of-credit.js +0 -7
- package/dist/components/illustration/gator/templates/upload-cloud.js +0 -7
- package/dist/components/illustration/gator/templates/your-bank-placeholder.js +0 -40
- package/dist/components/illustration/gator/templates/your-bank.js +0 -26
- package/dist/types/components/icon/gator/templates/add-link.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/airplane.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/alarm.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/apartment.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-around.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrows-down-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bank.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bell.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/binoculars.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/book.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/box.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/brain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cake.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/calculator.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/calendar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/camera.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/case.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-bar-horizontal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-bar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-donut.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-line.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-pie.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-rise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-scatter.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-ai.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-dots.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-slash.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-text.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check-circle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox-indeterminate.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox-selected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkerboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-dashed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/city.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clipboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/collapse.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/contact-info.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/copy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/credit-card.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/crop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/crosshairs.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-eur.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-inr.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-krw.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-rub.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dashboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/delete.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dna.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-add.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-ai.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-image.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-pdf.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-zip.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dollar-house.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/down-payment.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/download.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/drag-drop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/earth.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exclude-square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/expand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/export.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye-closed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye-crossed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/file-code.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/files.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filters-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filters.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ad-andorra.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ae-united-arab-emirates.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-af-afghanistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ag-antigua-and-barbuda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ai-anguilla.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-al-albania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-am-armenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ao-angola.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-aq-antarctica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ar-argentina.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-as-american-smoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-at-austria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-au-australia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-aw-aruba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ax-aland-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-az-azerbaijan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bb-barbados.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bd-bangladesh.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-be-belgium.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bf-burkina-faso.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bg-bulgaria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bh-bahrain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bi-burundi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bj-benin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bl-saint-barthelemy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bm-bermuda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bn-brunei-darussalam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bo-bolivia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-bo-bonaire.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-sa-sba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-se-snt-eustatius.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-br-brazil.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bs-bahamas.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bt-bhutan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bv-bouvet-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bw-botswana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-by-belarus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bz-belize.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ca-canada.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cc-cocos-keeling-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cf-central-african-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cg-republic-of-the-congo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ch-switzerland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ci-c/303/264te-divoire-ivory-coast.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ck-cook-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cl-chile.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cm-cameroon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cn-china.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-co-colombia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cr-costa-rica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cu-cuba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cv-cabo-verde.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cw-cura/303/247ao.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cx-christmas-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cy-cyprus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cz-czech-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-de-germany.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dj-djibouti.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dk-denmark.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dm-dominica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-do-dominican-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dz-algeria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ec-ecuador.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ee-estonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-eg-egypt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-eh-western-sahara.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-er-eritrea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-es-sain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-et-ethiopia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fi-finland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fj-fiji.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fk-falkland-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fo-faroe-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fr-france.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ga-gabon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-eng-england.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-nir-northern-ireland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-sct-sotland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-ukm-united-kingdom.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-wls-wales.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gd-grenada.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ge-georgia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gf-french-guiana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gg-guernsey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gh-ghana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gi-gibraltar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gl-greenland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gm-gambia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gn-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gp-guadeloupe-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gp-guadeloupe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gq-equatorial-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gr-greece.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gt-guatemala.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gu-guam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gw-guinea-bissau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gy-guyana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hk-hong-kong.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hn-honduras.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hr-croatia-hrvatska.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ht-haiti.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hu-hungary.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-id-indonesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ie-ireland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-il-isreal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-im-isle-of-man.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-in-india.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-io-british-indian-ocean-territory.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-iq-iraq.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ir-iran.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-is-iceland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-it-italy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-je-jersey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jm-jamaica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jo-jordan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jp-japan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ke-kenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kg-kyrgyzstan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kh-cambodia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ki--kiribati.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-km-comoros.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kp-korea-north.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kr-korea-south.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kw-kuwait.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ky-cayman-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kz-kazakhstan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-la-laos.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lb-lebanon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lc-saint-lucia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-li-liechtenstein.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lk-sri-lanka.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lr-liberia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ls-lesotho.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lt-lithuania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lu-luxembourg.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lv-latvia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ly-libya.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ma-morocco.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mc-monaco.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-md-moldova.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-me-montenegro.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mf-saint-martin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mg-madagascar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mh-marshall-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mk-north-macedonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ml-mali.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mm-myanmar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mn-mongolia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mo-macao.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mp-northern-mariana-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mq-martinique-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mq-martinique.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mr-mauritania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ms-montserrat.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mt-malta.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mu-mauritius.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mv-maldives.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mw-malawi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mx-mexico.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-my-malaysia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mz-mozambique.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-na-namibia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nc-new-caledonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ne-niger.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nf-norfolk-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ng-nigeria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ni-nicaragua.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nl-netherlands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-no-norway.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-np-nepal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nr-nauru.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nu-niue.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-om-oman.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pa-panama.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pe-peru.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pf-french-polynesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pg-papua-new-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ph-philippines.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pk-pakistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pl-poland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pn-pitcairn-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pr-puerto-rico.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ps-palestinian-territory.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pt-portugal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pw-palau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-py-paraguay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-qa-qatar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-re-reunion.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ro-romania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-rs-srbia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ru-russian-federation.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-rw-rwanda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sa-sudi-arabia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sb-slomon-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sc-sychelles.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sd-sdan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-se-seden.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sg-sngapore.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sh-sint-helena.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-si-sovenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sk-sovakia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sl-serra-leone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sm-sn-marino.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sn-snegal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-so-smalia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sr-sriname.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ss-south-sudan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-st-so-tome-and-principe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sv-el-slvador.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sx-snt-maarten.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sy-sria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sz-saziland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-td-chad.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tg-togo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-th-thailand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tj-tajikistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tk-tokelau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tl-timor-leste.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tm-turkmenistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tn-tunisia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-to-tonga.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tr-turkey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tt-trinidad-and-tobago.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tv-tuvalu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tw-taiwan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tz-tanzania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ua-ukraine.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ug-uganda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-us-united-states.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-uy-uruguay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-uz-uzbekistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-va-vatican-city-state.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ve-venezuela.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vg-virgin-islands-british.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vi-virgin-islands-us.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vn-vietnam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vu-vanuatu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-wf-wallis-and-futuna.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ws-smoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ye-yemen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-yt-unf-mayotte.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-za-south-africa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-zm-zambia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-zw-zimbabwe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flame.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flash-off.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flash-on.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/folder.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/gauge.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/grid-four.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/grid-nine.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/hammer.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/heart.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-door.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-finance.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-search.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/house-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/house.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/inbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/info.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/interest-rate.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/invoice.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/kanban.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/label.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/laptop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/layout.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lightbulb-filament.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lightbulb.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/link.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/list-star.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/list.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/loading.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/magic-wand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mail-open.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mail.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mailbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/map.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus-square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/monitor.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/move-doc.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/move.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/music.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-0.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-1.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-10.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-3.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-4.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-5.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-6.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-7.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-8.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-9.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/overflow-menu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/paperclip.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pause-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pause.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-amazon-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-amex.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-apple-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-discover.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-google-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-mastercard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-visa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pencil.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/people-multiple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/people-share.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/percent.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-add.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone-alert.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/picture.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/play-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/play.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plugs-connected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plugs.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plus-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/printer.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-mark.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/radio-selected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/radio.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/receipt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/restricted-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/restricted.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/robot.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sandals.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/save.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/screen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/search.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/selection.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/send-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/send.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/settings.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/share-1.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/share-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/shield-lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/shield-warning.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sidebar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/smart-home.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-variant.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sparkle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square-split-horizontal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square-split-vertical.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stack.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stamp.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star-four.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stopwatch.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sun.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sync.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/table.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/target.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/text-aa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/tools.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/touch-id.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/trash.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/trend-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/unlink.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/unlock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/upload.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/video.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/waffle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wet-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wifi-off.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wifi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/x-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/add-note.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/address.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/appointment-confirmed.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/assets.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/auto-money.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/balloons.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/bank-account.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/brief-case.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/calendar-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/change-data.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/check-with-pencil.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrower.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrowers-incomplete.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrowers.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/commercial.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/condo.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/connectivity.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/consumer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/contact-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/conversation-multiple.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/credit-card.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/crop-background.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/crop-page.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/declarations-legal.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/deliver.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/demographic-info.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/document-add.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/document-signature.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/download-app.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/empty-box.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/family-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/home-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-5.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-6.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-fireworks.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-under-construction.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-with-shield.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/inquiry.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/locked.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/make-an-offer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/mortgage.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/network-error.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-1.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-2.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-3.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/paper-3.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/paper-7.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/person-2.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/personal-info.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/portfolio-analytics.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/price-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/quick-links.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/register.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/schedule-home-tour.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/small-business.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/social-security.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/start-conversation.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/status-no-x.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/status.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/success.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/talkluments.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/thumbs-down-man.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/town-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/transfer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/treasury.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/unsecured-line-of-credit.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/upload-cloud.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/your-bank-placeholder.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/your-bank.d.ts +0 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15102)">
|
|
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="#EF0000"/>
|
|
5
|
+
<mask id="mask0_5982_15102" 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_15102)">
|
|
9
|
+
<path d="M2 9.5H0.75V10.75V13.25V14.5H2H22H23.25V13.25V10.75V9.5H22H2Z" fill="#EF0000" stroke="#F7FCFF" stroke-width="2.5"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="#3D58DB"/>
|
|
12
|
+
<mask id="mask1_5982_15102" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4" width="12" height="16">
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="white"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<g mask="url(#mask1_5982_15102)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.18002 13.3855L3.88507 14.5968L5.00236 12.163L3.57861 10.863L5.33642 10.7981L6.18002 8.59766L6.8238 10.7981H8.57861L7.40899 12.163L8.33933 14.5968L6.18002 13.3855Z" fill="#F7FCFF"/>
|
|
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_15102">
|
|
22
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>`;export{e as flagPrPuertoRicoIcon};
|
|
@@ -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_15101)">
|
|
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="#5EAA22"/>
|
|
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 5.75L12 12L2 18.25V5.75Z" fill="#E31D1C"/>
|
|
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_15101">
|
|
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 flagPsPalestinianTerritoryIcon};
|
|
@@ -0,0 +1,122 @@
|
|
|
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_15210)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 4.5H22V19.5H7V4.5Z" fill="#EF0000"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H9.5V19.5H2V4.5Z" fill="#2F8D00"/>
|
|
6
|
+
<mask id="mask0_5982_15210" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="4" y="7" width="11" height="10">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.44057 16.8794C6.77777 16.8794 4.61914 14.6948 4.61914 11.9999C4.61914 9.305 6.77777 7.12036 9.44057 7.12036C12.1034 7.12036 14.262 9.305 14.262 11.9999C14.262 14.6948 12.1034 16.8794 9.44057 16.8794Z" fill="white"/>
|
|
8
|
+
</mask>
|
|
9
|
+
<g mask="url(#mask0_5982_15210)">
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.14307 7H9.76807V8.68675H9.14307V7Z" fill="#FFE017"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.14307 15.4336H9.76807V16.9999H9.14307V15.4336Z" fill="#FFE017"/>
|
|
12
|
+
<path d="M4.69671 12.2523L4.52197 11.804C6.45021 11.0342 7.90556 10.5377 8.89306 10.314C10.3419 9.98573 11.9338 9.74286 13.6689 9.58521L13.7115 10.0652C11.9963 10.2211 10.4248 10.4608 8.99709 10.7843C8.03899 11.0013 6.60385 11.4909 4.69671 12.2523Z" fill="#FFE017"/>
|
|
13
|
+
<path d="M13.9632 9.28993L13.8214 9.75C12.3641 9.28993 11.1769 9.09216 10.2644 9.15342L10.2329 8.67255C11.2127 8.60678 12.4546 8.81367 13.9632 9.28993Z" fill="#FFE017"/>
|
|
14
|
+
<path d="M14.4673 11.8623L14.1979 12.2597C13.455 11.7439 12.5397 11.4849 11.4458 11.4849V11.0029C12.6317 11.0029 13.6409 11.2886 14.4673 11.8623Z" fill="#FFE017"/>
|
|
15
|
+
<path d="M14.0639 12.0066L14.187 12.4721C12.5854 12.906 11.0817 13.1521 9.67576 13.2101C8.26016 13.2684 6.61025 13.0214 4.72461 12.4709L4.8566 12.0078C6.69641 12.545 8.29681 12.7846 9.65638 12.7285C11.0256 12.6721 12.4949 12.4316 14.0639 12.0066Z" fill="#FFE017"/>
|
|
16
|
+
<path d="M13.8826 14.2722L13.1299 15.0439C11.6994 13.6148 10.4401 12.5929 9.35964 11.9789C8.26069 11.3545 6.82757 10.7204 5.0625 10.0792L5.42447 9.05859C7.2416 9.71869 8.72743 10.3761 9.88419 11.0335C11.0594 11.7013 12.3896 12.7807 13.8826 14.2722Z" fill="#FFE017"/>
|
|
17
|
+
<path d="M5.41138 14.7094L5.12646 14.3233C5.16625 14.2932 5.23724 14.2431 5.33506 14.1795C5.49656 14.0746 5.67589 13.9699 5.86884 13.872C6.40029 13.6024 6.93337 13.4341 7.44182 13.4186C7.46669 13.4179 7.49145 13.4175 7.5161 13.4175V13.8994C7.49624 13.8994 7.47625 13.8997 7.45612 13.9003C7.02764 13.9134 6.5571 14.0619 6.08223 14.3028C5.90523 14.3926 5.74031 14.4889 5.5923 14.5851C5.54078 14.6186 5.49519 14.6495 5.45613 14.6771C5.43336 14.6932 5.41825 14.7042 5.41138 14.7094Z" fill="#FFE017"/>
|
|
18
|
+
<path d="M5.63281 14.8765L5.75273 14.4101C7.34031 14.8282 8.56423 15.0366 9.41841 15.0366C10.2694 15.0366 11.536 14.7908 13.21 14.2976L13.3431 14.7603C11.6295 15.2652 10.324 15.5185 9.41841 15.5185C8.51599 15.5185 7.25616 15.304 5.63281 14.8765Z" fill="#FFE017"/>
|
|
19
|
+
<path d="M5.01416 10.5588L5.76858 9.78882L6.87316 10.8973L6.11874 11.6673L5.01416 10.5588Z" fill="#FFE017"/>
|
|
20
|
+
<path d="M11.2725 14.4047L11.8336 13.481L13.5859 14.5712L13.0247 15.495L11.2725 14.4047Z" fill="#FFE017"/>
|
|
21
|
+
</g>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.61914 11.9999C4.61914 14.6948 6.77777 16.8794 9.44057 16.8794C12.1034 16.8794 14.262 14.6948 14.262 11.9999C14.262 9.305 12.1034 7.12036 9.44057 7.12036C6.77777 7.12036 4.61914 9.305 4.61914 11.9999ZM13.6668 12.0601C13.6668 14.389 11.8013 16.277 9.50009 16.277C7.19891 16.277 5.33343 14.389 5.33343 12.0601C5.33343 9.73121 7.19891 7.84325 9.50009 7.84325C11.8013 7.84325 13.6668 9.73121 13.6668 12.0601Z" fill="#F9E813"/>
|
|
23
|
+
<path d="M6.78516 8.99048V12.9034C7.04274 14.4522 7.91053 15.2266 9.38852 15.2266C10.8665 15.2266 11.7343 14.4522 11.9919 12.9034V8.99048H6.78516Z" fill="white"/>
|
|
24
|
+
<path d="M6.42822 8.62915H12.3492V12.9337L12.3443 12.9635C12.0583 14.6833 11.0443 15.5882 9.38873 15.5882C7.73318 15.5882 6.7192 14.6833 6.43318 12.9635L6.42822 12.9337V8.62915Z" fill="#C51918"/>
|
|
25
|
+
<path d="M7.78271 9.94409H10.995V12.7197C10.995 12.7197 10.7567 14.153 9.38888 14.153C8.02109 14.153 7.78271 12.7197 7.78271 12.7197V9.94409Z" fill="#F7FCFF"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 8.92749H7.45181V9.2287H7V8.92749Z" fill="#F9E813"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 9.04785H7.59505V9.19845H6.76172V9.04785Z" fill="#060101"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 9.16846H7.21353V9.31906H6.76172V9.16846Z" fill="#F9E813"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.23779 9.16846H7.6896V9.31906H7.23779V9.16846Z" fill="#F9E813"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 9.52979H7.06292V9.98159H6.76172V9.52979Z" fill="#F9E813"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.35693 9.52979H7.65814V9.98159H7.35693V9.52979Z" fill="#F9E813"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11865 9.52979H7.26925V9.98159H7.11865V9.52979Z" fill="#F9E813"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 9.40942H7.59505V9.56003H6.76172V9.40942Z" fill="#060101"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 9.77075H7.59505V9.92135H6.76172V9.77075Z" fill="#060101"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.88086 9.28882H7.03146V9.43942H6.88086V9.28882Z" fill="#F9E813"/>
|
|
36
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.35693 9.28882H7.50754V9.43942H7.35693V9.28882Z" fill="#F9E813"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11865 9.16846H7.26925V9.46966H7.11865V9.16846Z" fill="#F9E813"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.26172 8.92749H9.71353V9.2287H9.26172V8.92749Z" fill="#F9E813"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.02344 9.04785H9.85677V9.19845H9.02344V9.04785Z" fill="#060101"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.02344 9.16846H9.47524V9.31906H9.02344V9.16846Z" fill="#F9E813"/>
|
|
41
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.49951 9.16846H9.95132V9.31906H9.49951V9.16846Z" fill="#F9E813"/>
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.02344 9.52979H9.32464V9.98159H9.02344V9.52979Z" fill="#F9E813"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.61865 9.52979H9.91986V9.98159H9.61865V9.52979Z" fill="#F9E813"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.38037 9.52979H9.53097V9.98159H9.38037V9.52979Z" fill="#F9E813"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.02344 9.40942H9.85677V9.56003H9.02344V9.40942Z" fill="#060101"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.02344 9.77075H9.85677V9.92135H9.02344V9.77075Z" fill="#060101"/>
|
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.14258 9.28882H9.29318V9.43942H9.14258V9.28882Z" fill="#F9E813"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.61865 9.28882H9.76925V9.43942H9.61865V9.28882Z" fill="#F9E813"/>
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.38037 9.16846H9.53097V9.46966H9.38037V9.16846Z" fill="#F9E813"/>
|
|
50
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4048 8.92749H11.8566V9.2287H11.4048V8.92749Z" fill="#F9E813"/>
|
|
51
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 9.04785H11.9998V9.19845H11.1665V9.04785Z" fill="#060101"/>
|
|
52
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 9.16846H11.6183V9.31906H11.1665V9.16846Z" fill="#F9E813"/>
|
|
53
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6426 9.16846H12.0944V9.31906H11.6426V9.16846Z" fill="#F9E813"/>
|
|
54
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 9.52979H11.4677V9.98159H11.1665V9.52979Z" fill="#F9E813"/>
|
|
55
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7617 9.52979H12.0629V9.98159H11.7617V9.52979Z" fill="#F9E813"/>
|
|
56
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5234 9.52979H11.674V9.98159H11.5234V9.52979Z" fill="#F9E813"/>
|
|
57
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 9.40942H11.9998V9.56003H11.1665V9.40942Z" fill="#060101"/>
|
|
58
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 9.77075H11.9998V9.92135H11.1665V9.77075Z" fill="#060101"/>
|
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2856 9.28882H11.4362V9.43942H11.2856V9.28882Z" fill="#F9E813"/>
|
|
60
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7617 9.28882H11.9123V9.43942H11.7617V9.28882Z" fill="#F9E813"/>
|
|
61
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5234 9.16846H11.674V9.46966H11.5234V9.16846Z" fill="#F9E813"/>
|
|
62
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.4048 11.0962H11.8566V11.3974H11.4048V11.0962Z" fill="#F9E813"/>
|
|
63
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 11.2166H11.9998V11.3672H11.1665V11.2166Z" fill="#060101"/>
|
|
64
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 11.3372H11.6183V11.4878H11.1665V11.3372Z" fill="#F9E813"/>
|
|
65
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6426 11.3372H12.0944V11.4878H11.6426V11.3372Z" fill="#F9E813"/>
|
|
66
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 11.6985H11.4677V12.1503H11.1665V11.6985Z" fill="#F9E813"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7617 11.6985H12.0629V12.1503H11.7617V11.6985Z" fill="#F9E813"/>
|
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5234 11.6985H11.674V12.1503H11.5234V11.6985Z" fill="#F9E813"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 11.5781H11.9998V11.7287H11.1665V11.5781Z" fill="#060101"/>
|
|
70
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1665 11.9395H11.9998V12.0901H11.1665V11.9395Z" fill="#060101"/>
|
|
71
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2856 11.4575H11.4362V11.6081H11.2856V11.4575Z" fill="#F9E813"/>
|
|
72
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7617 11.4575H11.9123V11.6081H11.7617V11.4575Z" fill="#F9E813"/>
|
|
73
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5234 11.3372H11.674V11.6384H11.5234V11.3372Z" fill="#F9E813"/>
|
|
74
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 11.0962H7.45181V11.3974H7V11.0962Z" fill="#F9E813"/>
|
|
75
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 11.2166H7.59505V11.3672H6.76172V11.2166Z" fill="#060101"/>
|
|
76
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 11.3372H7.21353V11.4878H6.76172V11.3372Z" fill="#F9E813"/>
|
|
77
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.23779 11.3372H7.6896V11.4878H7.23779V11.3372Z" fill="#F9E813"/>
|
|
78
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 11.6985H7.06292V12.1503H6.76172V11.6985Z" fill="#F9E813"/>
|
|
79
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.35693 11.6985H7.65814V12.1503H7.35693V11.6985Z" fill="#F9E813"/>
|
|
80
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11865 11.6985H7.26925V12.1503H7.11865V11.6985Z" fill="#F9E813"/>
|
|
81
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 11.5781H7.59505V11.7287H6.76172V11.5781Z" fill="#060101"/>
|
|
82
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.76172 11.9395H7.59505V12.0901H6.76172V11.9395Z" fill="#060101"/>
|
|
83
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.88086 11.4575H7.03146V11.6081H6.88086V11.4575Z" fill="#F9E813"/>
|
|
84
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.35693 11.4575H7.50754V11.6081H7.35693V11.4575Z" fill="#F9E813"/>
|
|
85
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11865 11.3372H7.26925V11.6384H7.11865V11.3372Z" fill="#F9E813"/>
|
|
86
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.28955 13.8147L7.57997 13.4686L7.8107 13.6622L7.52029 14.0083L7.28955 13.8147Z" fill="#F9E813"/>
|
|
87
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.229 14.0745L7.76466 13.4361L7.88003 13.5329L7.34437 14.1713L7.229 14.0745Z" fill="#060101"/>
|
|
88
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.32129 14.1519L7.61171 13.8058L7.72707 13.9026L7.43666 14.2487L7.32129 14.1519Z" fill="#F9E813"/>
|
|
89
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.62744 13.7871L7.91786 13.441L8.03323 13.5378L7.74281 13.8839L7.62744 13.7871Z" fill="#F9E813"/>
|
|
90
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.59814 14.3843L7.79176 14.1535L8.13786 14.444L7.94425 14.6747L7.59814 14.3843Z" fill="#F9E813"/>
|
|
91
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.98096 13.9282L8.17457 13.6975L8.52067 13.9879L8.32706 14.2186L7.98096 13.9282Z" fill="#F9E813"/>
|
|
92
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.82764 14.1106L7.92444 13.9952L8.27055 14.2856L8.17374 14.401L7.82764 14.1106Z" fill="#F9E813"/>
|
|
93
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.50586 14.3069L8.04152 13.6685L8.15688 13.7653L7.62123 14.4037L7.50586 14.3069Z" fill="#060101"/>
|
|
94
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.78271 14.5391L8.31837 13.9007L8.43374 13.9975L7.89808 14.6359L7.78271 14.5391Z" fill="#060101"/>
|
|
95
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.49023 14.1382L7.58704 14.0228L7.70241 14.1196L7.6056 14.235L7.49023 14.1382Z" fill="#F9E813"/>
|
|
96
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.79639 13.7734L7.89319 13.6581L8.00856 13.7549L7.91175 13.8702L7.79639 13.7734Z" fill="#F9E813"/>
|
|
97
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.55078 13.8784L7.64759 13.763L7.87832 13.9567L7.78152 14.072L7.55078 13.8784Z" fill="#F9E813"/>
|
|
98
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3613 13.5413L11.6517 13.8874L11.421 14.081L11.1306 13.7349L11.3613 13.5413Z" fill="#F9E813"/>
|
|
99
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1162 13.4363L11.6519 14.0746L11.5365 14.1715L11.0008 13.5331L11.1162 13.4363Z" fill="#060101"/>
|
|
100
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0239 13.5137L11.3143 13.8598L11.199 13.9566L10.9086 13.6105L11.0239 13.5137Z" fill="#F9E813"/>
|
|
101
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3301 13.8787L11.6205 14.2248L11.5051 14.3216L11.2147 13.9755L11.3301 13.8787Z" fill="#F9E813"/>
|
|
102
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7471 13.7461L10.9407 13.9768L10.5946 14.2672L10.401 14.0365L10.7471 13.7461Z" fill="#F9E813"/>
|
|
103
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1294 14.2021L11.323 14.4329L10.9769 14.7233L10.7833 14.4926L11.1294 14.2021Z" fill="#F9E813"/>
|
|
104
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9766 14.0198L11.0734 14.1351L10.7273 14.4256L10.6305 14.3102L10.9766 14.0198Z" fill="#F9E813"/>
|
|
105
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8394 13.6687L11.375 14.3071L11.2596 14.4039L10.724 13.7655L10.8394 13.6687Z" fill="#060101"/>
|
|
106
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5625 13.9009L11.0982 14.5392L10.9828 14.6361L10.4471 13.9977L10.5625 13.9009Z" fill="#060101"/>
|
|
107
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0083 13.6824L11.1051 13.7977L10.9897 13.8945L10.8929 13.7792L11.0083 13.6824Z" fill="#F9E813"/>
|
|
108
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3145 14.0471L11.4113 14.1625L11.2959 14.2593L11.1991 14.1439L11.3145 14.0471Z" fill="#F9E813"/>
|
|
109
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2534 13.7874L11.3502 13.9027L11.1195 14.0963L11.0227 13.981L11.2534 13.7874Z" fill="#F9E813"/>
|
|
110
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.84913 10.2529H9.02393V10.8539C9.02393 10.8539 9.08516 11.1642 9.43653 11.1642C9.7879 11.1642 9.84913 10.8539 9.84913 10.8539V10.2529ZM9.38107 10.4939C9.38107 10.5604 9.32777 10.6144 9.26202 10.6144C9.19627 10.6144 9.14297 10.5604 9.14297 10.4939C9.14297 10.4274 9.19627 10.3734 9.26202 10.3734C9.32777 10.3734 9.38107 10.4274 9.38107 10.4939ZM9.26202 11.0963C9.32777 11.0963 9.38107 11.0424 9.38107 10.9758C9.38107 10.9093 9.32777 10.8553 9.26202 10.8553C9.19627 10.8553 9.14297 10.9093 9.14297 10.9758C9.14297 11.0424 9.19627 11.0963 9.26202 11.0963ZM9.73821 10.9758C9.73821 11.0424 9.68491 11.0963 9.61916 11.0963C9.55342 11.0963 9.50012 11.0424 9.50012 10.9758C9.50012 10.9093 9.55342 10.8553 9.61916 10.8553C9.68491 10.8553 9.73821 10.9093 9.73821 10.9758ZM9.44059 10.8553C9.50634 10.8553 9.55964 10.8014 9.55964 10.7349C9.55964 10.6683 9.50634 10.6144 9.44059 10.6144C9.37484 10.6144 9.32154 10.6683 9.32154 10.7349C9.32154 10.8014 9.37484 10.8553 9.44059 10.8553ZM9.73821 10.4939C9.73821 10.5604 9.68491 10.6144 9.61916 10.6144C9.55342 10.6144 9.50012 10.5604 9.50012 10.4939C9.50012 10.4274 9.55342 10.3734 9.61916 10.3734C9.68491 10.3734 9.73821 10.4274 9.73821 10.4939Z" fill="#013399"/>
|
|
111
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.84913 11.5781H9.02393V12.179C9.02393 12.179 9.08516 12.4894 9.43653 12.4894C9.7879 12.4894 9.84913 12.179 9.84913 12.179V11.5781ZM9.38107 11.8191C9.38107 11.8856 9.32777 11.9396 9.26202 11.9396C9.19627 11.9396 9.14297 11.8856 9.14297 11.8191C9.14297 11.7525 9.19627 11.6986 9.26202 11.6986C9.32777 11.6986 9.38107 11.7525 9.38107 11.8191ZM9.26202 12.4215C9.32777 12.4215 9.38107 12.3676 9.38107 12.301C9.38107 12.2345 9.32777 12.1805 9.26202 12.1805C9.19627 12.1805 9.14297 12.2345 9.14297 12.301C9.14297 12.3676 9.19627 12.4215 9.26202 12.4215ZM9.73821 12.301C9.73821 12.3676 9.68491 12.4215 9.61916 12.4215C9.55342 12.4215 9.50012 12.3676 9.50012 12.301C9.50012 12.2345 9.55342 12.1805 9.61916 12.1805C9.68491 12.1805 9.73821 12.2345 9.73821 12.301ZM9.44059 12.1805C9.50634 12.1805 9.55964 12.1266 9.55964 12.0601C9.55964 11.9935 9.50634 11.9396 9.44059 11.9396C9.37484 11.9396 9.32154 11.9935 9.32154 12.0601C9.32154 12.1266 9.37484 12.1805 9.44059 12.1805ZM9.73821 11.8191C9.73821 11.8856 9.68491 11.9396 9.61916 11.9396C9.55342 11.9396 9.50012 11.8856 9.50012 11.8191C9.50012 11.7525 9.55342 11.6986 9.61916 11.6986C9.68491 11.6986 9.73821 11.7525 9.73821 11.8191Z" fill="#013399"/>
|
|
112
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9204 11.5781H10.0952V12.179C10.0952 12.179 10.1565 12.4894 10.5078 12.4894C10.8592 12.4894 10.9204 12.179 10.9204 12.179V11.5781ZM10.4524 11.8191C10.4524 11.8856 10.3991 11.9396 10.3333 11.9396C10.2676 11.9396 10.2143 11.8856 10.2143 11.8191C10.2143 11.7525 10.2676 11.6986 10.3333 11.6986C10.3991 11.6986 10.4524 11.7525 10.4524 11.8191ZM10.3333 12.4215C10.3991 12.4215 10.4524 12.3676 10.4524 12.301C10.4524 12.2345 10.3991 12.1805 10.3333 12.1805C10.2676 12.1805 10.2143 12.2345 10.2143 12.301C10.2143 12.3676 10.2676 12.4215 10.3333 12.4215ZM10.8095 12.301C10.8095 12.3676 10.7562 12.4215 10.6905 12.4215C10.6247 12.4215 10.5714 12.3676 10.5714 12.301C10.5714 12.2345 10.6247 12.1805 10.6905 12.1805C10.7562 12.1805 10.8095 12.2345 10.8095 12.301ZM10.5119 12.1805C10.5776 12.1805 10.6309 12.1266 10.6309 12.0601C10.6309 11.9935 10.5776 11.9396 10.5119 11.9396C10.4461 11.9396 10.3928 11.9935 10.3928 12.0601C10.3928 12.1266 10.4461 12.1805 10.5119 12.1805ZM10.8095 11.8191C10.8095 11.8856 10.7562 11.9396 10.6905 11.9396C10.6247 11.9396 10.5714 11.8856 10.5714 11.8191C10.5714 11.7525 10.6247 11.6986 10.6905 11.6986C10.7562 11.6986 10.8095 11.7525 10.8095 11.8191Z" fill="#013399"/>
|
|
113
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.77736 11.5781H7.95215V12.179C7.95215 12.179 8.01338 12.4894 8.36475 12.4894C8.71612 12.4894 8.77736 12.179 8.77736 12.179V11.5781ZM8.30929 11.8191C8.30929 11.8856 8.25599 11.9396 8.19024 11.9396C8.1245 11.9396 8.0712 11.8856 8.0712 11.8191C8.0712 11.7525 8.1245 11.6986 8.19024 11.6986C8.25599 11.6986 8.30929 11.7525 8.30929 11.8191ZM8.19024 12.4215C8.25599 12.4215 8.30929 12.3676 8.30929 12.301C8.30929 12.2345 8.25599 12.1805 8.19024 12.1805C8.1245 12.1805 8.0712 12.2345 8.0712 12.301C8.0712 12.3676 8.1245 12.4215 8.19024 12.4215ZM8.66643 12.301C8.66643 12.3676 8.61313 12.4215 8.54739 12.4215C8.48164 12.4215 8.42834 12.3676 8.42834 12.301C8.42834 12.2345 8.48164 12.1805 8.54739 12.1805C8.61313 12.1805 8.66643 12.2345 8.66643 12.301ZM8.36882 12.1805C8.43456 12.1805 8.48786 12.1266 8.48786 12.0601C8.48786 11.9935 8.43456 11.9396 8.36882 11.9396C8.30307 11.9396 8.24977 11.9935 8.24977 12.0601C8.24977 12.1266 8.30307 12.1805 8.36882 12.1805ZM8.66643 11.8191C8.66643 11.8856 8.61313 11.9396 8.54739 11.9396C8.48164 11.9396 8.42834 11.8856 8.42834 11.8191C8.42834 11.7525 8.48164 11.6986 8.54739 11.6986C8.61313 11.6986 8.66643 11.7525 8.66643 11.8191Z" fill="#013399"/>
|
|
114
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.84913 12.9033H9.02393V13.5042C9.02393 13.5042 9.08516 13.8146 9.43653 13.8146C9.7879 13.8146 9.84913 13.5042 9.84913 13.5042V12.9033ZM9.38107 13.1443C9.38107 13.2108 9.32777 13.2648 9.26202 13.2648C9.19627 13.2648 9.14297 13.2108 9.14297 13.1443C9.14297 13.0777 9.19627 13.0238 9.26202 13.0238C9.32777 13.0238 9.38107 13.0777 9.38107 13.1443ZM9.26202 13.7467C9.32777 13.7467 9.38107 13.6928 9.38107 13.6262C9.38107 13.5597 9.32777 13.5057 9.26202 13.5057C9.19627 13.5057 9.14297 13.5597 9.14297 13.6262C9.14297 13.6928 9.19627 13.7467 9.26202 13.7467ZM9.73821 13.6262C9.73821 13.6928 9.68491 13.7467 9.61916 13.7467C9.55342 13.7467 9.50012 13.6928 9.50012 13.6262C9.50012 13.5597 9.55342 13.5057 9.61916 13.5057C9.68491 13.5057 9.73821 13.5597 9.73821 13.6262ZM9.44059 13.5057C9.50634 13.5057 9.55964 13.4518 9.55964 13.3852C9.55964 13.3187 9.50634 13.2648 9.44059 13.2648C9.37484 13.2648 9.32154 13.3187 9.32154 13.3852C9.32154 13.4518 9.37484 13.5057 9.44059 13.5057ZM9.73821 13.1443C9.73821 13.2108 9.68491 13.2648 9.61916 13.2648C9.55342 13.2648 9.50012 13.2108 9.50012 13.1443C9.50012 13.0777 9.55342 13.0238 9.61916 13.0238C9.68491 13.0238 9.73821 13.0777 9.73821 13.1443Z" fill="#013399"/>
|
|
115
|
+
</g>
|
|
116
|
+
<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"/>
|
|
117
|
+
<defs>
|
|
118
|
+
<clipPath id="clip0_5982_15210">
|
|
119
|
+
<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"/>
|
|
120
|
+
</clipPath>
|
|
121
|
+
</defs>
|
|
122
|
+
</svg>`;export{l as flagPtPortugalIcon};
|
|
@@ -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_15131)">
|
|
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="#61C6F0"/>
|
|
5
|
+
<mask id="mask0_5982_15131" 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_15131)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.1875 15.75C11.4312 15.75 13.25 13.9312 13.25 11.6875C13.25 9.44384 11.4312 7.625 9.1875 7.625C6.94384 7.625 5.125 9.44384 5.125 11.6875C5.125 13.9312 6.94384 15.75 9.1875 15.75Z" fill="#FBCD17"/>
|
|
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_15131">
|
|
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 flagPwPalauIcon};
|
|
@@ -0,0 +1,23 @@
|
|
|
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_15215)">
|
|
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_15215" 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_15215)">
|
|
9
|
+
<path d="M14.1875 12C14.1875 13.2081 13.2081 14.1875 12 14.1875C10.7919 14.1875 9.8125 13.2081 9.8125 12C9.8125 10.7919 10.7919 9.8125 12 9.8125C13.2081 9.8125 14.1875 10.7919 14.1875 12Z" stroke="#272727" stroke-width="0.625"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#F05234"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#3D58DB"/>
|
|
12
|
+
<path d="M11.1736 10.86C11.1736 10.86 10.4697 11.3473 10.7229 12.2922C10.9761 13.2371 11.9629 13.2713 11.9629 13.2713" stroke="#73BE4A" stroke-width="0.625"/>
|
|
13
|
+
<path d="M12.7298 10.86C12.7298 10.86 13.4336 11.3473 13.1804 12.2922C12.9273 13.2371 11.9405 13.2713 11.9405 13.2713" stroke="#73BE4A" stroke-width="0.625"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0015 12.467C12.3466 12.467 12.6265 12.1872 12.6265 11.842C12.6265 11.4969 12.3466 11.217 12.0015 11.217C11.6563 11.217 11.3765 11.4969 11.3765 11.842C11.3765 12.1872 11.6563 12.467 12.0015 12.467Z" fill="#FBCD17"/>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_5982_15215">
|
|
20
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>`;export{e as flagPyParaguayIcon};
|
|
@@ -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_15107)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<rect x="2" y="4.5" width="20" height="15" fill="#B61C49"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H6.24999L9.5 5.75L6.24999 7L9.5 8.25L6.24999 9.5L9.5 10.75L6.24999 12L9.5 13.25L6.24999 14.5L9.5 15.75L6.24999 17L9.5 18.25L6.24999 19.5H2V4.5Z" 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_15107">
|
|
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 flagQaQatarIcon};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15117)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 4.5H22V19.5H15.75V4.5Z" fill="#F50100"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H9.5V19.5H2V4.5Z" fill="#2E42A5"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 4.5H15.75V19.5H8.25V4.5Z" fill="#F7FCFF"/>
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_5982_15117">
|
|
11
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>`;export{l as flagReReunionIcon};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const l=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15098)">
|
|
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="M15.75 4.5H22V19.5H15.75V4.5Z" fill="#E11C1B"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H8.25V19.5H2V4.5Z" fill="#2E42A5"/>
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_5982_15098">
|
|
11
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>`;export{l as flagRoRomaniaIcon};
|
|
@@ -0,0 +1,35 @@
|
|
|
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_15097)">
|
|
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="#4857A1"/>
|
|
5
|
+
<mask id="mask0_5982_15097" 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_15097)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#C51918"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#F7FCFF"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.15999 6.87692L9.08927 6.59351C9.14956 6.61202 9.21504 6.63102 9.28415 6.65056L9.28348 6.64694C10.1085 6.72178 11.3838 7.14883 11.6213 7.60242C11.713 7.77774 11.6218 7.92719 11.5022 8.12305C11.4843 8.15231 11.4658 8.18262 11.4472 8.2142C11.3871 8.31618 11.3326 8.41367 11.2812 8.50555C11.0959 8.83704 10.9514 9.09547 10.7314 9.22822L10.7358 9.97884L7.05111 9.94715L7.04634 9.18896C6.85797 9.0479 6.72324 8.80692 6.55474 8.50555L6.55474 8.50555L6.55474 8.50554L6.55474 8.50554L6.55473 8.50553C6.50336 8.41366 6.44886 8.31618 6.38874 8.2142C6.37012 8.18262 6.35162 8.15232 6.33375 8.12305L6.33375 8.12305C6.21417 7.92719 6.12293 7.77774 6.21469 7.60242C6.39318 7.26139 7.20185 6.92972 7.94284 6.75431C8.08864 6.70246 8.24102 6.65401 8.39208 6.60762L8.45952 6.65642C8.5181 6.64843 8.57486 6.64191 8.62932 6.63697L8.71422 6.82628H9.01423C9.01423 6.82628 9.19539 7.36412 9.19539 7.66281C9.19539 7.9615 9.01423 8.20851 9.01423 8.20851V8.41469C9.04569 8.41731 9.0787 8.42051 9.113 8.42421C9.11324 8.40632 9.11498 8.38749 9.11838 8.36821C9.13575 8.26968 9.18978 8.19684 9.23904 8.20553C9.28831 8.21422 9.31416 8.30114 9.29679 8.39967C9.29396 8.41569 9.29017 8.43103 9.28558 8.44545C9.47997 8.47189 9.69781 8.50879 9.90415 8.54676C9.98272 8.39445 10.0785 8.24397 10.17 8.1003L10.17 8.10029C10.4064 7.72892 10.6139 7.40298 10.4203 7.20841C10.3836 7.17152 10.3171 7.13719 10.2314 7.1054C9.94804 7.0349 9.63956 6.98053 9.33977 6.95333L9.33072 6.90407C9.27091 6.89435 9.21349 6.88531 9.15999 6.87692ZM10.5601 8.6766C10.6649 8.69866 10.7284 8.7127 10.7284 8.7127L10.729 8.82012C11.0941 8.53875 11.3524 7.91532 11.3757 7.71109C11.3897 7.58797 11.1945 7.44601 10.8883 7.3174C11.0332 7.59218 10.8392 7.86487 10.5956 8.20709C10.5041 8.3357 10.4056 8.47414 10.3155 8.62619L10.4049 8.64435C10.4041 8.61611 10.4078 8.58436 10.4166 8.55172C10.4425 8.45508 10.5026 8.38723 10.5509 8.40018C10.5993 8.41313 10.6174 8.50197 10.5916 8.59861C10.5838 8.62768 10.5729 8.65415 10.5601 8.6766ZM8.67733 8.41609V8.18646C8.67733 8.18646 8.52048 8.01116 8.49617 7.64607C8.47877 7.3849 8.53261 7.07789 8.56468 6.92426C8.33065 6.95393 8.08393 7.00003 7.84504 7.05663C7.68654 7.10126 7.56022 7.15181 7.50388 7.20841C7.31022 7.40298 7.51772 7.72892 7.75416 8.10029L7.75417 8.1003L7.75417 8.1003C7.84252 8.23908 7.93492 8.3842 8.01192 8.53119C8.14511 8.50235 8.27895 8.47566 8.4039 8.45442C8.39852 8.43511 8.39465 8.41403 8.39271 8.39183C8.38399 8.29216 8.41732 8.20783 8.46716 8.20347C8.51699 8.19911 8.56446 8.27637 8.57318 8.37604C8.57476 8.39411 8.57496 8.41167 8.57393 8.42835C8.60981 8.42353 8.64437 8.41941 8.67733 8.41609ZM7.60783 8.62474C7.51793 8.47326 7.41975 8.3353 7.32852 8.20709L7.32852 8.20709L7.32852 8.20709C7.07949 7.85713 6.8822 7.57989 7.04618 7.29876C6.68775 7.43755 6.44626 7.58829 6.46026 7.71109C6.48226 7.90405 6.71405 8.47123 7.04747 8.77055C7.07069 8.76407 7.19961 8.7283 7.38158 8.68152C7.36762 8.65972 7.35529 8.63376 7.34595 8.60501C7.31503 8.50985 7.32854 8.42018 7.37611 8.40472C7.42369 8.38927 7.48732 8.45387 7.51824 8.54903C7.52891 8.58187 7.53429 8.61405 7.5348 8.64276L7.60783 8.62474Z" fill="#F6C540"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.28256 6.69121C9.28256 6.91089 9.10007 7.08897 8.87495 7.08897C8.64983 7.08897 8.46734 6.91089 8.46734 6.69121C8.46734 6.47154 8.64983 6.29346 8.87495 6.29346C9.10007 6.29346 9.28256 6.47154 9.28256 6.69121ZM8.87495 9.64491C9.05004 9.64491 9.19198 9.5638 9.19198 9.46375C9.19198 9.3637 9.05004 9.28259 8.87495 9.28259C8.69986 9.28259 8.55792 9.3637 8.55792 9.46375C8.55792 9.5638 8.69986 9.64491 8.87495 9.64491ZM7.28981 9.59962C7.28981 9.67465 7.22897 9.73549 7.15394 9.73549C7.0789 9.73549 7.01807 9.67465 7.01807 9.59962C7.01807 9.52458 7.0789 9.46375 7.15394 9.46375C7.22897 9.46375 7.28981 9.52458 7.28981 9.59962ZM10.913 9.59962C10.913 9.67465 10.8522 9.73549 10.7771 9.73549C10.7021 9.73549 10.6413 9.67465 10.6413 9.59962C10.6413 9.52458 10.7021 9.46375 10.7771 9.46375C10.8522 9.46375 10.913 9.52458 10.913 9.59962Z" fill="#2E42A5"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.19557 9.50892C8.19557 9.58396 8.09419 9.64479 7.96913 9.64479C7.84406 9.64479 7.74268 9.58396 7.74268 9.50892C7.74268 9.43388 7.84406 9.37305 7.96913 9.37305C8.09419 9.37305 8.19557 9.43388 8.19557 9.50892ZM10.0977 9.50892C10.0977 9.58396 9.99636 9.64479 9.8713 9.64479C9.74623 9.64479 9.64485 9.58396 9.64485 9.50892C9.64485 9.43388 9.74623 9.37305 9.8713 9.37305C9.99636 9.37305 10.0977 9.43388 10.0977 9.50892Z" fill="#C5363C"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.64505 8.37672C9.64505 8.47677 9.6045 8.55788 9.55447 8.55788C9.50445 8.55788 9.46389 8.47677 9.46389 8.37672C9.46389 8.27666 9.50445 8.19556 9.55447 8.19556C9.6045 8.19556 9.64505 8.27666 9.64505 8.37672ZM8.28192 8.34873C8.31284 8.44388 8.29933 8.53355 8.25176 8.54901C8.20418 8.56447 8.14055 8.49986 8.10963 8.40471C8.07871 8.30955 8.09222 8.21988 8.13979 8.20442C8.18737 8.18896 8.251 8.25357 8.28192 8.34873ZM7.21635 8.83987C7.26393 8.82441 7.27743 8.73474 7.24651 8.63959C7.2156 8.54443 7.15196 8.47983 7.10439 8.49529C7.05681 8.51075 7.0433 8.60042 7.07422 8.69557C7.10514 8.79072 7.16877 8.85533 7.21635 8.83987ZM10.8005 8.71693C10.7475 8.80178 10.6701 8.84907 10.6277 8.82256C10.5852 8.79605 10.5938 8.70578 10.6468 8.62093C10.6999 8.53608 10.7772 8.48879 10.8197 8.5153C10.8621 8.54181 10.8535 8.63208 10.8005 8.71693Z" fill="#F7FCFF"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.10564 6.87018C8.1309 6.88857 8.162 6.89942 8.19564 6.89942C8.28018 6.89942 8.34872 6.83089 8.34872 6.74634C8.34872 6.6618 8.28018 6.59326 8.19564 6.59326C8.13568 6.59326 8.08378 6.62773 8.05866 6.67793C8.0334 6.65954 8.00229 6.64869 7.96866 6.64869C7.91472 6.64869 7.8673 6.67659 7.84003 6.71873C7.81358 6.69693 7.77969 6.68384 7.74274 6.68384C7.6582 6.68384 7.58966 6.75238 7.58966 6.83692C7.58966 6.84163 7.58987 6.8463 7.59029 6.8509C7.56223 6.81606 7.51922 6.79376 7.471 6.79376C7.39437 6.79376 7.3309 6.85007 7.31968 6.92356C7.29165 6.8879 7.24813 6.865 7.19926 6.865C7.1258 6.865 7.06442 6.91675 7.04959 6.98579C7.02446 6.9677 6.99361 6.95704 6.96027 6.95704C6.89243 6.95704 6.8349 7.00117 6.81482 7.06228C6.79422 7.05197 6.77097 7.04616 6.74636 7.04616C6.67083 7.04616 6.60807 7.10087 6.59555 7.17282C6.58574 7.17084 6.57559 7.16981 6.5652 7.16981C6.48147 7.16981 6.41343 7.23704 6.41214 7.32047C6.40303 7.31878 6.39364 7.3179 6.38404 7.3179C6.2995 7.3179 6.23096 7.38644 6.23096 7.47098C6.23096 7.4817 6.23207 7.49216 6.23416 7.50226C6.22406 7.50016 6.2136 7.49906 6.20288 7.49906C6.11834 7.49906 6.0498 7.56759 6.0498 7.65214C6.0498 7.71637 6.08937 7.77137 6.14545 7.79408C6.14215 7.8066 6.14038 7.81974 6.14038 7.8333C6.14038 7.89753 6.17995 7.95252 6.23603 7.97524C6.23273 7.98776 6.23096 8.0009 6.23096 8.01446C6.23096 8.09699 6.29628 8.16427 6.37804 8.16742C6.34357 8.19549 6.32154 8.23827 6.32154 8.2862C6.32154 8.37074 6.39008 8.43928 6.47462 8.43928C6.55917 8.43928 6.6277 8.37074 6.6277 8.2862C6.6277 8.20366 6.56239 8.13638 6.48062 8.13323C6.5151 8.10516 6.53712 8.06238 6.53712 8.01446C6.53712 7.95022 6.49756 7.89523 6.44147 7.87252C6.44478 7.86 6.44654 7.84685 6.44654 7.8333C6.44654 7.76906 6.40698 7.71407 6.35089 7.69136C6.3542 7.67884 6.35596 7.66569 6.35596 7.65214C6.35596 7.64142 6.35486 7.63096 6.35277 7.62086C6.36286 7.62296 6.37332 7.62406 6.38404 7.62406C6.46778 7.62406 6.53581 7.55682 6.5371 7.47339C6.54621 7.47508 6.55561 7.47597 6.5652 7.47597C6.64074 7.47597 6.70349 7.42126 6.71601 7.34931C6.72582 7.35128 6.73597 7.35232 6.74636 7.35232C6.8142 7.35232 6.87173 7.30819 6.89182 7.24708C6.91242 7.25739 6.93567 7.2632 6.96027 7.2632C6.99386 7.2632 7.02492 7.25238 7.05016 7.23405C7.05492 7.25452 7.06378 7.27342 7.07584 7.28982C7.0572 7.31518 7.04618 7.34651 7.04618 7.3804C7.04618 7.46293 7.1115 7.53021 7.19326 7.53336C7.15878 7.56143 7.13676 7.60421 7.13676 7.65214C7.13676 7.71637 7.17632 7.77137 7.23241 7.79408C7.2291 7.8066 7.22734 7.81974 7.22734 7.8333C7.22734 7.89753 7.2669 7.95252 7.32299 7.97524C7.31968 7.98776 7.31792 8.0009 7.31792 8.01446C7.31792 8.099 7.38646 8.16754 7.471 8.16754C7.55554 8.16754 7.62408 8.099 7.62408 8.01446C7.62408 7.95022 7.58452 7.89523 7.52843 7.87252C7.53174 7.86 7.5335 7.84685 7.5335 7.8333C7.5335 7.76906 7.49394 7.71407 7.43785 7.69136C7.44116 7.67884 7.44292 7.66569 7.44292 7.65214C7.44292 7.5696 7.3776 7.50232 7.29584 7.49917C7.33032 7.47111 7.35234 7.42832 7.35234 7.3804C7.35234 7.34651 7.34133 7.31518 7.32268 7.28982C7.34133 7.26446 7.35234 7.23313 7.35234 7.19924C7.35234 7.16535 7.34133 7.13402 7.32268 7.10866C7.33697 7.08922 7.34678 7.06628 7.35058 7.04137C7.37861 7.07702 7.42213 7.09992 7.471 7.09992C7.55554 7.09992 7.62408 7.03139 7.62408 6.94684C7.62408 6.94213 7.62387 6.93747 7.62345 6.93286C7.65151 6.96771 7.69452 6.99 7.74274 6.99C7.79667 6.99 7.84409 6.96211 7.87136 6.91996C7.89781 6.94176 7.9317 6.95485 7.96866 6.95485C8.02861 6.95485 8.08052 6.92038 8.10564 6.87018ZM7.10994 7.14241C7.13508 7.1605 7.16592 7.17116 7.19926 7.17116C7.24991 7.17116 7.29481 7.14656 7.32268 7.10866C7.29481 7.07076 7.24991 7.04616 7.19926 7.04616C7.21477 7.04616 7.22734 7.03359 7.22734 7.01808C7.22734 7.00257 7.21477 6.99 7.19926 6.99C7.18375 6.99 7.17118 7.00257 7.17118 7.01808C7.17118 7.03359 7.18375 7.04616 7.19926 7.04616C7.16568 7.04616 7.13462 7.05698 7.10938 7.07531C7.10086 7.03867 7.07918 7.00708 7.04959 6.98579C7.04736 6.9962 7.04618 7.007 7.04618 7.01808C7.04618 7.05197 7.0572 7.0833 7.07584 7.10866C7.0572 7.13402 7.04618 7.16535 7.04618 7.19924C7.04618 7.21121 7.04756 7.22286 7.05016 7.23405C7.08013 7.21227 7.10189 7.17989 7.10994 7.14241ZM7.10994 7.14241C7.09688 7.13302 7.08537 7.12162 7.07584 7.10866C7.08523 7.09589 7.09655 7.08463 7.10938 7.07531C7.11198 7.0865 7.11335 7.09815 7.11335 7.11012C7.11335 7.1212 7.11217 7.132 7.10994 7.14241ZM7.19926 7.35232C7.14861 7.35232 7.10371 7.32772 7.07584 7.28982C7.10371 7.25192 7.14861 7.22732 7.19926 7.22732C7.24991 7.22732 7.29481 7.25192 7.32268 7.28982C7.29481 7.32772 7.24991 7.35232 7.19926 7.35232ZM7.19926 7.35232C7.21477 7.35232 7.22734 7.36489 7.22734 7.3804C7.22734 7.39591 7.21477 7.40848 7.19926 7.40848C7.18375 7.40848 7.17118 7.39591 7.17118 7.3804C7.17118 7.36489 7.18375 7.35232 7.19926 7.35232ZM7.19926 7.22732C7.18375 7.22732 7.17118 7.21475 7.17118 7.19924C7.17118 7.18373 7.18375 7.17116 7.19926 7.17116C7.21477 7.17116 7.22734 7.18373 7.22734 7.19924C7.22734 7.21475 7.21477 7.22732 7.19926 7.22732ZM7.52843 7.87252C7.5107 7.86533 7.49131 7.86138 7.471 7.86138C7.40001 7.86138 7.34031 7.9097 7.32299 7.97524C7.34072 7.98242 7.36011 7.98638 7.38042 7.98638C7.45141 7.98638 7.51111 7.93806 7.52843 7.87252ZM7.43785 7.69136C7.42012 7.68417 7.40073 7.68022 7.38042 7.68022C7.30943 7.68022 7.24973 7.72854 7.23241 7.79408C7.25014 7.80126 7.26953 7.80522 7.28984 7.80522C7.36083 7.80522 7.42053 7.7569 7.43785 7.69136ZM7.29584 7.49917L7.28984 7.49906C7.25322 7.49906 7.21961 7.51192 7.19326 7.53336L7.19926 7.53348C7.23588 7.53348 7.2695 7.52062 7.29584 7.49917ZM6.48062 8.13323L6.47462 8.13312C6.438 8.13312 6.40439 8.14597 6.37804 8.16742L6.38404 8.16754C6.42066 8.16754 6.45428 8.15468 6.48062 8.13323ZM6.44147 7.87252C6.42415 7.93806 6.36445 7.98638 6.29346 7.98638C6.27315 7.98638 6.25377 7.98242 6.23603 7.97524C6.25335 7.9097 6.31306 7.86138 6.38404 7.86138C6.40435 7.86138 6.42374 7.86533 6.44147 7.87252ZM6.35089 7.69136C6.33357 7.7569 6.27387 7.80522 6.20288 7.80522C6.18257 7.80522 6.16319 7.80126 6.14545 7.79408C6.16277 7.72854 6.22248 7.68022 6.29346 7.68022C6.31377 7.68022 6.33316 7.68417 6.35089 7.69136ZM6.23416 7.50226C6.2465 7.5617 6.29332 7.60852 6.35277 7.62086C6.34042 7.56142 6.29361 7.5146 6.23416 7.50226ZM6.5371 7.47339C6.46598 7.4602 6.41212 7.39783 6.41212 7.32289L6.41214 7.32047C6.48327 7.33367 6.53712 7.39603 6.53712 7.47098L6.5371 7.47339ZM6.71601 7.34931C6.64601 7.33523 6.59328 7.27339 6.59328 7.19924C6.59328 7.19023 6.59406 7.1814 6.59555 7.17282C6.66556 7.1869 6.71828 7.24874 6.71828 7.32289C6.71828 7.3319 6.7175 7.34073 6.71601 7.34931ZM6.89182 7.24708C6.84164 7.22195 6.80719 7.17006 6.80719 7.11012C6.80719 7.09341 6.80987 7.07733 6.81482 7.06228C6.86499 7.08741 6.89944 7.1393 6.89944 7.19924C6.89944 7.21595 6.89677 7.23203 6.89182 7.24708ZM7.35058 7.04137C7.33012 7.01534 7.31792 6.98252 7.31792 6.94684C7.31792 6.93893 7.31852 6.93115 7.31968 6.92356C7.34014 6.94958 7.35234 6.98241 7.35234 7.01808C7.35234 7.026 7.35174 7.03377 7.35058 7.04137ZM7.59029 6.8509C7.59309 6.88179 7.60505 6.91002 7.62345 6.93286C7.62065 6.90198 7.60869 6.87374 7.59029 6.8509ZM7.87136 6.91996C7.83729 6.89188 7.81558 6.84936 7.81558 6.80177C7.81558 6.77116 7.82456 6.74265 7.84003 6.71873C7.8741 6.74681 7.89582 6.78933 7.89582 6.83692C7.89582 6.86753 7.88684 6.89604 7.87136 6.91996ZM8.10564 6.87018C8.06741 6.84235 8.04256 6.79725 8.04256 6.74634C8.04256 6.72175 8.04836 6.69852 8.05866 6.67793C8.09689 6.70576 8.12174 6.75087 8.12174 6.80177C8.12174 6.82636 8.11594 6.84959 8.10564 6.87018ZM6.5652 7.35097C6.58071 7.35097 6.59328 7.3384 6.59328 7.32289C6.59328 7.30738 6.58071 7.29481 6.5652 7.29481C6.5497 7.29481 6.53712 7.30738 6.53712 7.32289C6.53712 7.3384 6.5497 7.35097 6.5652 7.35097ZM6.38404 7.49906C6.39955 7.49906 6.41212 7.48649 6.41212 7.47098C6.41212 7.45547 6.39955 7.4429 6.38404 7.4429C6.36854 7.4429 6.35596 7.45547 6.35596 7.47098C6.35596 7.48649 6.36854 7.49906 6.38404 7.49906ZM6.20288 7.68022C6.21839 7.68022 6.23096 7.66765 6.23096 7.65214C6.23096 7.63663 6.21839 7.62406 6.20288 7.62406C6.18738 7.62406 6.1748 7.63663 6.1748 7.65214C6.1748 7.66765 6.18738 7.68022 6.20288 7.68022ZM6.29346 7.86138C6.30897 7.86138 6.32154 7.84881 6.32154 7.8333C6.32154 7.81779 6.30897 7.80522 6.29346 7.80522C6.27796 7.80522 6.26538 7.81779 6.26538 7.8333C6.26538 7.84881 6.27796 7.86138 6.29346 7.86138ZM6.38404 8.04254C6.39955 8.04254 6.41212 8.02997 6.41212 8.01446C6.41212 7.99895 6.39955 7.98638 6.38404 7.98638C6.36854 7.98638 6.35596 7.99895 6.35596 8.01446C6.35596 8.02997 6.36854 8.04254 6.38404 8.04254ZM6.5027 8.2862C6.5027 8.3017 6.49013 8.31428 6.47462 8.31428C6.45912 8.31428 6.44654 8.3017 6.44654 8.2862C6.44654 8.27069 6.45912 8.25812 6.47462 8.25812C6.49013 8.25812 6.5027 8.27069 6.5027 8.2862ZM6.74636 7.22732C6.76187 7.22732 6.77444 7.21475 6.77444 7.19924C6.77444 7.18373 6.76187 7.17116 6.74636 7.17116C6.73085 7.17116 6.71828 7.18373 6.71828 7.19924C6.71828 7.21475 6.73085 7.22732 6.74636 7.22732ZM6.96027 7.1382C6.97578 7.1382 6.98835 7.12563 6.98835 7.11012C6.98835 7.09461 6.97578 7.08204 6.96027 7.08204C6.94476 7.08204 6.93219 7.09461 6.93219 7.11012C6.93219 7.12563 6.94476 7.1382 6.96027 7.1382ZM7.471 6.97492C7.48651 6.97492 7.49908 6.96235 7.49908 6.94684C7.49908 6.93134 7.48651 6.91876 7.471 6.91876C7.45549 6.91876 7.44292 6.93134 7.44292 6.94684C7.44292 6.96235 7.45549 6.97492 7.471 6.97492ZM7.74274 6.865C7.75825 6.865 7.77082 6.85243 7.77082 6.83692C7.77082 6.82141 7.75825 6.80884 7.74274 6.80884C7.72723 6.80884 7.71466 6.82141 7.71466 6.83692C7.71466 6.85243 7.72723 6.865 7.74274 6.865ZM7.96866 6.82985C7.98416 6.82985 7.99674 6.81728 7.99674 6.80177C7.99674 6.78626 7.98416 6.77369 7.96866 6.77369C7.95315 6.77369 7.94058 6.78626 7.94058 6.80177C7.94058 6.81728 7.95315 6.82985 7.96866 6.82985ZM8.19564 6.77442C8.21115 6.77442 8.22372 6.76185 8.22372 6.74634C8.22372 6.73083 8.21115 6.71826 8.19564 6.71826C8.18013 6.71826 8.16756 6.73083 8.16756 6.74634C8.16756 6.76185 8.18013 6.77442 8.19564 6.77442ZM7.28984 7.68022C7.30535 7.68022 7.31792 7.66765 7.31792 7.65214C7.31792 7.63663 7.30535 7.62406 7.28984 7.62406C7.27433 7.62406 7.26176 7.63663 7.26176 7.65214C7.26176 7.66765 7.27433 7.68022 7.28984 7.68022ZM7.38042 7.86138C7.39593 7.86138 7.4085 7.84881 7.4085 7.8333C7.4085 7.81779 7.39593 7.80522 7.38042 7.80522C7.36491 7.80522 7.35234 7.81779 7.35234 7.8333C7.35234 7.84881 7.36491 7.86138 7.38042 7.86138ZM7.471 8.04254C7.48651 8.04254 7.49908 8.02997 7.49908 8.01446C7.49908 7.99895 7.48651 7.98638 7.471 7.98638C7.45549 7.98638 7.44292 7.99895 7.44292 8.01446C7.44292 8.02997 7.45549 8.04254 7.471 8.04254ZM11.4565 8.31428C11.472 8.31428 11.4846 8.3017 11.4846 8.2862C11.4846 8.27069 11.472 8.25812 11.4565 8.25812C11.441 8.25812 11.4284 8.27069 11.4284 8.2862C11.4284 8.3017 11.441 8.31428 11.4565 8.31428ZM11.3034 8.2862C11.3034 8.37074 11.372 8.43928 11.4565 8.43928C11.5411 8.43928 11.6096 8.37074 11.6096 8.2862C11.6096 8.23827 11.5876 8.19549 11.5531 8.16742C11.6348 8.16427 11.7002 8.09699 11.7002 8.01446C11.7002 8.0009 11.6984 7.98776 11.6951 7.97524C11.7512 7.95252 11.7907 7.89753 11.7907 7.8333C11.7907 7.81974 11.789 7.8066 11.7857 7.79408C11.8418 7.77137 11.8813 7.71637 11.8813 7.65214C11.8813 7.56759 11.8128 7.49906 11.7282 7.49906C11.7175 7.49906 11.7071 7.50016 11.697 7.50226C11.6991 7.49216 11.7002 7.4817 11.7002 7.47098C11.7002 7.38644 11.6316 7.3179 11.5471 7.3179C11.5375 7.3179 11.5281 7.31878 11.519 7.32047C11.5177 7.23704 11.4497 7.16981 11.3659 7.16981C11.3555 7.16981 11.3454 7.17084 11.3356 7.17282C11.3231 7.10087 11.2603 7.04616 11.1848 7.04616C11.1602 7.04616 11.1369 7.05197 11.1163 7.06228C11.0962 7.00117 11.0387 6.95704 10.9709 6.95704C10.9375 6.95704 10.9067 6.9677 10.8815 6.98579C10.8667 6.91675 10.8053 6.865 10.7319 6.865C10.683 6.865 10.6395 6.8879 10.6115 6.92356C10.6002 6.85007 10.5368 6.79376 10.4601 6.79376C10.4119 6.79376 10.3689 6.81606 10.3408 6.8509C10.3413 6.8463 10.3415 6.84163 10.3415 6.83692C10.3415 6.75238 10.2729 6.68384 10.1884 6.68384C10.1514 6.68384 10.1175 6.69693 10.0911 6.71873C10.0638 6.67659 10.0164 6.64869 9.96248 6.64869C9.92884 6.64869 9.89774 6.65954 9.87247 6.67793C9.84735 6.62773 9.79545 6.59326 9.73549 6.59326C9.65095 6.59326 9.58241 6.6618 9.58241 6.74634C9.58241 6.83089 9.65095 6.89942 9.73549 6.89942C9.76913 6.89942 9.80023 6.88857 9.82549 6.87018C9.85061 6.92038 9.90252 6.95485 9.96248 6.95485C9.99943 6.95485 10.0333 6.94176 10.0598 6.91996C10.087 6.96211 10.1345 6.99 10.1884 6.99C10.2366 6.99 10.2796 6.96771 10.3077 6.93286C10.3073 6.93747 10.3071 6.94213 10.3071 6.94684C10.3071 7.03139 10.3756 7.09992 10.4601 7.09992C10.509 7.09992 10.5525 7.07702 10.5806 7.04137C10.5844 7.06628 10.5942 7.08922 10.6085 7.10866C10.5898 7.13402 10.5788 7.16535 10.5788 7.19924C10.5788 7.23313 10.5898 7.26446 10.6085 7.28982C10.5898 7.31518 10.5788 7.34651 10.5788 7.3804C10.5788 7.42832 10.6008 7.47111 10.6353 7.49917C10.5535 7.50232 10.4882 7.5696 10.4882 7.65214C10.4882 7.66569 10.49 7.67884 10.4933 7.69136C10.4372 7.71407 10.3976 7.76906 10.3976 7.8333C10.3976 7.84685 10.3994 7.86 10.4027 7.87252C10.3466 7.89523 10.3071 7.95022 10.3071 8.01446C10.3071 8.099 10.3756 8.16754 10.4601 8.16754C10.5447 8.16754 10.6132 8.099 10.6132 8.01446C10.6132 8.0009 10.6114 7.98776 10.6081 7.97524C10.6642 7.95252 10.7038 7.89753 10.7038 7.8333C10.7038 7.81974 10.702 7.8066 10.6987 7.79408C10.7548 7.77137 10.7944 7.71637 10.7944 7.65214C10.7944 7.60421 10.7723 7.56143 10.7379 7.53336C10.8196 7.53021 10.8849 7.46293 10.8849 7.3804C10.8849 7.34651 10.8739 7.31518 10.8553 7.28982C10.8673 7.27342 10.8762 7.25452 10.881 7.23405C10.9062 7.25238 10.9373 7.2632 10.9709 7.2632C10.9955 7.2632 11.0187 7.25739 11.0393 7.24708C11.0594 7.30819 11.1169 7.35232 11.1848 7.35232C11.1952 7.35232 11.2053 7.35128 11.2151 7.34931C11.2276 7.42126 11.2904 7.47597 11.3659 7.47597C11.3755 7.47597 11.3849 7.47508 11.394 7.47339C11.3953 7.55682 11.4634 7.62406 11.5471 7.62406C11.5578 7.62406 11.5683 7.62296 11.5784 7.62086C11.5763 7.63096 11.5752 7.64142 11.5752 7.65214C11.5752 7.66569 11.5769 7.67884 11.5802 7.69136C11.5241 7.71407 11.4846 7.76906 11.4846 7.8333C11.4846 7.84685 11.4863 7.86 11.4897 7.87252C11.4336 7.89523 11.394 7.95022 11.394 8.01446C11.394 8.06238 11.416 8.10516 11.4505 8.13323C11.3687 8.13638 11.3034 8.20366 11.3034 8.2862ZM10.8212 7.14241C10.7961 7.1605 10.7652 7.17116 10.7319 7.17116C10.6812 7.17116 10.6363 7.14656 10.6085 7.10866C10.6363 7.07076 10.6812 7.04616 10.7319 7.04616C10.7655 7.04616 10.7965 7.05698 10.8218 7.07531C10.8192 7.0865 10.8178 7.09815 10.8178 7.11012C10.8178 7.1212 10.819 7.132 10.8212 7.14241ZM10.8553 7.10866C10.8739 7.13402 10.8849 7.16535 10.8849 7.19924C10.8849 7.21121 10.8836 7.22286 10.881 7.23405C10.851 7.21227 10.8292 7.17989 10.8212 7.14241C10.8342 7.13302 10.8458 7.12162 10.8553 7.10866ZM10.8553 7.10866C10.8459 7.09589 10.8346 7.08463 10.8218 7.07531C10.8303 7.03867 10.852 7.00708 10.8815 6.98579C10.8838 6.9962 10.8849 7.007 10.8849 7.01808C10.8849 7.05197 10.8739 7.0833 10.8553 7.10866ZM10.7319 7.04616C10.7164 7.04616 10.7038 7.03359 10.7038 7.01808C10.7038 7.00257 10.7164 6.99 10.7319 6.99C10.7474 6.99 10.7599 7.00257 10.7599 7.01808C10.7599 7.03359 10.7474 7.04616 10.7319 7.04616ZM10.7319 7.35232C10.6812 7.35232 10.6363 7.32772 10.6085 7.28982C10.6363 7.25192 10.6812 7.22732 10.7319 7.22732C10.7825 7.22732 10.8274 7.25192 10.8553 7.28982C10.8274 7.32772 10.7825 7.35232 10.7319 7.35232ZM10.7319 7.35232C10.7474 7.35232 10.7599 7.36489 10.7599 7.3804C10.7599 7.39591 10.7474 7.40848 10.7319 7.40848C10.7164 7.40848 10.7038 7.39591 10.7038 7.3804C10.7038 7.36489 10.7164 7.35232 10.7319 7.35232ZM10.7319 7.22732C10.7164 7.22732 10.7038 7.21475 10.7038 7.19924C10.7038 7.18373 10.7164 7.17116 10.7319 7.17116C10.7474 7.17116 10.7599 7.18373 10.7599 7.19924C10.7599 7.21475 10.7474 7.22732 10.7319 7.22732ZM10.6081 7.97524C10.5908 7.9097 10.5311 7.86138 10.4601 7.86138C10.4398 7.86138 10.4204 7.86533 10.4027 7.87252C10.42 7.93806 10.4797 7.98638 10.5507 7.98638C10.571 7.98638 10.5904 7.98242 10.6081 7.97524ZM10.6987 7.79408C10.6814 7.72854 10.6217 7.68022 10.5507 7.68022C10.5304 7.68022 10.511 7.68417 10.4933 7.69136C10.5106 7.7569 10.5703 7.80522 10.6413 7.80522C10.6616 7.80522 10.681 7.80126 10.6987 7.79408ZM10.7379 7.53336C10.7115 7.51192 10.6779 7.49906 10.6413 7.49906L10.6353 7.49917C10.6616 7.52062 10.6953 7.53348 10.7319 7.53348L10.7379 7.53336ZM9.82549 6.87018C9.86372 6.84235 9.88857 6.79725 9.88857 6.74634C9.88857 6.72175 9.88278 6.69852 9.87247 6.67793C9.83424 6.70576 9.8094 6.75087 9.8094 6.80177C9.8094 6.82636 9.81519 6.84959 9.82549 6.87018ZM10.0598 6.91996C10.0938 6.89188 10.1156 6.84936 10.1156 6.80177C10.1156 6.77116 10.1066 6.74265 10.0911 6.71873C10.057 6.74681 10.0353 6.78933 10.0353 6.83692C10.0353 6.86753 10.0443 6.89604 10.0598 6.91996ZM10.3408 6.8509C10.338 6.88179 10.3261 6.91002 10.3077 6.93286C10.3105 6.90198 10.3224 6.87374 10.3408 6.8509ZM10.5806 7.04137C10.601 7.01534 10.6132 6.98252 10.6132 6.94684C10.6132 6.93893 10.6126 6.93115 10.6115 6.92356C10.591 6.94958 10.5788 6.98241 10.5788 7.01808C10.5788 7.026 10.5794 7.03377 10.5806 7.04137ZM11.0393 7.24708C11.0895 7.22195 11.1239 7.17006 11.1239 7.11012C11.1239 7.09341 11.1213 7.07733 11.1163 7.06228C11.0661 7.08741 11.0317 7.1393 11.0317 7.19924C11.0317 7.21595 11.0344 7.23203 11.0393 7.24708ZM11.2151 7.34931C11.2851 7.33523 11.3378 7.27339 11.3378 7.19924C11.3378 7.19023 11.3371 7.1814 11.3356 7.17282C11.2656 7.1869 11.2128 7.24874 11.2128 7.32289C11.2128 7.3319 11.2136 7.34073 11.2151 7.34931ZM11.5784 7.62086C11.6378 7.60852 11.6846 7.5617 11.697 7.50226C11.6375 7.5146 11.5907 7.56142 11.5784 7.62086ZM11.519 7.32047L11.519 7.32289C11.519 7.39783 11.4651 7.4602 11.394 7.47339L11.394 7.47098C11.394 7.39603 11.4479 7.33367 11.519 7.32047ZM11.5802 7.69136C11.598 7.68417 11.6174 7.68022 11.6377 7.68022C11.7087 7.68022 11.7684 7.72854 11.7857 7.79408C11.7679 7.80126 11.7486 7.80522 11.7282 7.80522C11.6573 7.80522 11.5976 7.7569 11.5802 7.69136ZM11.4897 7.87252C11.5074 7.86533 11.5268 7.86138 11.5471 7.86138C11.6181 7.86138 11.6778 7.9097 11.6951 7.97524C11.6774 7.98242 11.658 7.98638 11.6377 7.98638C11.5667 7.98638 11.507 7.93806 11.4897 7.87252ZM11.5471 8.16754C11.5105 8.16754 11.4769 8.15468 11.4505 8.13323L11.4565 8.13312C11.4931 8.13312 11.5267 8.14597 11.5531 8.16742L11.5471 8.16754ZM11.5471 8.04254C11.5626 8.04254 11.5752 8.02997 11.5752 8.01446C11.5752 7.99895 11.5626 7.98638 11.5471 7.98638C11.5316 7.98638 11.519 7.99895 11.519 8.01446C11.519 8.02997 11.5316 8.04254 11.5471 8.04254ZM11.6377 7.86138C11.6532 7.86138 11.6657 7.84881 11.6657 7.8333C11.6657 7.81779 11.6532 7.80522 11.6377 7.80522C11.6222 7.80522 11.6096 7.81779 11.6096 7.8333C11.6096 7.84881 11.6222 7.86138 11.6377 7.86138ZM11.7282 7.68022C11.7438 7.68022 11.7563 7.66765 11.7563 7.65214C11.7563 7.63663 11.7438 7.62406 11.7282 7.62406C11.7127 7.62406 11.7002 7.63663 11.7002 7.65214C11.7002 7.66765 11.7127 7.68022 11.7282 7.68022ZM11.5471 7.49906C11.5626 7.49906 11.5752 7.48649 11.5752 7.47098C11.5752 7.45547 11.5626 7.4429 11.5471 7.4429C11.5316 7.4429 11.519 7.45547 11.519 7.47098C11.519 7.48649 11.5316 7.49906 11.5471 7.49906ZM11.3659 7.35097C11.3814 7.35097 11.394 7.3384 11.394 7.32289C11.394 7.30738 11.3814 7.29481 11.3659 7.29481C11.3504 7.29481 11.3378 7.30738 11.3378 7.32289C11.3378 7.3384 11.3504 7.35097 11.3659 7.35097ZM11.1848 7.22732C11.2003 7.22732 11.2128 7.21475 11.2128 7.19924C11.2128 7.18373 11.2003 7.17116 11.1848 7.17116C11.1693 7.17116 11.1567 7.18373 11.1567 7.19924C11.1567 7.21475 11.1693 7.22732 11.1848 7.22732ZM10.9709 7.1382C10.9864 7.1382 10.9989 7.12563 10.9989 7.11012C10.9989 7.09461 10.9864 7.08204 10.9709 7.08204C10.9554 7.08204 10.9428 7.09461 10.9428 7.11012C10.9428 7.12563 10.9554 7.1382 10.9709 7.1382ZM10.4601 6.97492C10.4756 6.97492 10.4882 6.96235 10.4882 6.94684C10.4882 6.93134 10.4756 6.91876 10.4601 6.91876C10.4446 6.91876 10.4321 6.93134 10.4321 6.94684C10.4321 6.96235 10.4446 6.97492 10.4601 6.97492ZM10.1884 6.865C10.2039 6.865 10.2165 6.85243 10.2165 6.83692C10.2165 6.82141 10.2039 6.80884 10.1884 6.80884C10.1729 6.80884 10.1603 6.82141 10.1603 6.83692C10.1603 6.85243 10.1729 6.865 10.1884 6.865ZM9.96248 6.82985C9.97798 6.82985 9.99056 6.81728 9.99056 6.80177C9.99056 6.78626 9.97798 6.77369 9.96248 6.77369C9.94697 6.77369 9.9344 6.78626 9.9344 6.80177C9.9344 6.81728 9.94697 6.82985 9.96248 6.82985ZM9.73549 6.77442C9.751 6.77442 9.76357 6.76185 9.76357 6.74634C9.76357 6.73083 9.751 6.71826 9.73549 6.71826C9.71999 6.71826 9.70741 6.73083 9.70741 6.74634C9.70741 6.76185 9.71999 6.77442 9.73549 6.77442ZM10.6413 7.68022C10.6568 7.68022 10.6694 7.66765 10.6694 7.65214C10.6694 7.63663 10.6568 7.62406 10.6413 7.62406C10.6258 7.62406 10.6132 7.63663 10.6132 7.65214C10.6132 7.66765 10.6258 7.68022 10.6413 7.68022ZM10.5507 7.86138C10.5662 7.86138 10.5788 7.84881 10.5788 7.8333C10.5788 7.81779 10.5662 7.80522 10.5507 7.80522C10.5352 7.80522 10.5226 7.81779 10.5226 7.8333C10.5226 7.84881 10.5352 7.86138 10.5507 7.86138ZM10.4601 8.04254C10.4756 8.04254 10.4882 8.02997 10.4882 8.01446C10.4882 7.99895 10.4756 7.98638 10.4601 7.98638C10.4446 7.98638 10.4321 7.99895 10.4321 8.01446C10.4321 8.02997 10.4446 8.04254 10.4601 8.04254Z" fill="white"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.93855 5.84614L8.80428 5.84834L8.80451 6.06904L8.55668 6.0689L8.55963 6.20288L8.80465 6.20302L8.80491 6.45457L8.93918 6.45237L8.93892 6.2031L9.18273 6.20323L9.17978 6.06925L8.93878 6.06911L8.93855 5.84614Z" fill="#F6C540"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.61523 9.95874H12.1152V15.4797C12.1152 15.4797 11.9187 18.2297 8.86523 18.2297C5.8118 18.2297 5.61523 15.4797 5.61523 15.4797V9.95874Z" fill="#C51918"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.57666 10.1499C7.51706 10.1499 7.42531 10.1927 7.30369 10.2412C7.18207 10.2897 7.05435 10.3943 7.17902 10.4991C7.30369 10.604 7.48216 10.834 7.48216 10.748C7.48216 10.662 7.69536 10.5786 7.69536 10.6203C7.69536 10.662 7.62936 10.748 7.8025 10.748C7.97565 10.748 8.06485 10.7992 7.88011 10.7992C7.69536 10.7992 7.67529 10.8837 7.55523 10.8837C7.43516 10.8837 7.17902 10.7985 7.17902 10.748C7.17902 10.6975 7.32736 10.9964 7.48216 10.9964C7.63697 10.9964 7.7249 11.1418 7.8025 11.0691C7.88011 10.9964 7.87092 10.9964 7.9963 10.9964C8.12167 10.9964 8.07591 10.7027 8.07591 10.7027C8.07591 10.7027 7.63626 10.1499 7.57666 10.1499Z" fill="#E8AA00"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.085 10.1499C10.1446 10.1499 10.2363 10.1927 10.3579 10.2412C10.4796 10.2897 10.6073 10.3943 10.4826 10.4991C10.3579 10.604 10.1795 10.834 10.1795 10.748C10.1795 10.662 9.96626 10.5786 9.96626 10.6203C9.96626 10.662 10.0323 10.748 9.85912 10.748C9.68598 10.748 9.59677 10.7992 9.78151 10.7992C9.96626 10.7992 9.98633 10.8837 10.1064 10.8837C10.2265 10.8837 10.4826 10.7985 10.4826 10.748C10.4826 10.6975 10.3343 10.9964 10.1795 10.9964C10.0247 10.9964 9.93672 11.1418 9.85912 11.0691C9.78151 10.9964 9.7907 10.9964 9.66533 10.9964C9.53995 10.9964 9.58571 10.7027 9.58571 10.7027C9.58571 10.7027 10.0254 10.1499 10.085 10.1499Z" fill="#E8AA00"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.882 10.75C11.0066 11.0406 10.0516 12.12 10.0516 12.12H9.94471C9.89978 12.12 9.81621 12.0095 9.7153 11.876C9.64614 11.7845 9.56884 11.6822 9.49025 11.5974C9.34241 11.4378 9.42076 11.3038 9.4938 11.1788C9.51624 11.1404 9.53818 11.1029 9.5529 11.0657C9.5848 10.9852 9.58934 10.9531 9.59452 10.9164C9.59952 10.8811 9.60512 10.8414 9.63644 10.75C9.68246 10.6158 9.84292 10.4425 9.95418 10.3224C9.99714 10.276 10.0328 10.2375 10.0516 10.2123C10.1112 10.1326 10.066 10.133 9.94167 10.1343C9.92461 10.1345 9.90606 10.1347 9.88608 10.1347C9.72053 10.1347 9.40427 10.2123 9.30973 10.3029C9.2152 10.3935 9.11607 10.4129 8.97042 10.4129C8.82476 10.4129 8.9146 10.5109 9.04725 10.5772C8.90443 10.6045 8.81287 10.8426 8.75907 11.054C8.72972 10.8426 8.66498 10.6045 8.52216 10.5772C8.6548 10.5109 8.74464 10.4129 8.59899 10.4129C8.45333 10.4129 8.35421 10.3935 8.25968 10.3029C8.16514 10.2123 7.84888 10.1347 7.68332 10.1347C7.66335 10.1347 7.6448 10.1345 7.62774 10.1343C7.50339 10.133 7.4582 10.1326 7.51777 10.2123C7.53664 10.2375 7.57226 10.276 7.61522 10.3224C7.72648 10.4425 7.88694 10.6158 7.93297 10.75C7.96428 10.8414 7.96989 10.8811 7.97489 10.9164C7.98007 10.9531 7.98461 10.9852 8.0165 11.0657C8.03123 11.1029 8.05316 11.1404 8.0756 11.1788C8.14864 11.3038 8.227 11.4378 8.07916 11.5974C8.00057 11.6822 7.92327 11.7845 7.85411 11.876C7.7532 12.0095 7.66963 12.12 7.62469 12.12H7.51777C7.51777 12.12 6.56281 11.0406 6.68742 10.75C6.73558 10.6377 6.81326 10.5319 6.87754 10.4443C6.97957 10.3053 7.04786 10.2123 6.91081 10.2123C6.68742 10.2123 5.79688 10.777 5.79688 12.0502C5.79688 13.3235 5.87914 14.0476 6.07008 14.555C6.20039 14.9012 6.08103 15.2374 5.99208 15.488C5.95068 15.6046 5.91587 15.7027 5.91587 15.7746C5.91587 16.0009 6.2665 15.8026 6.2665 15.6608C6.2665 15.5934 6.31451 15.6938 6.36487 15.7991C6.42039 15.9152 6.47876 16.0373 6.47876 15.9469C6.47876 15.8505 6.53465 15.7486 6.5839 15.6589C6.62267 15.5883 6.65732 15.5252 6.65732 15.4781C6.65732 15.431 6.70651 15.4328 6.76155 15.4347C6.83146 15.4372 6.91081 15.44 6.91081 15.3436C6.91081 15.2786 6.93606 15.2656 6.96749 15.2494C7.01933 15.2227 7.08799 15.1874 7.08799 14.8956C7.08799 14.6794 7.13128 14.756 7.18094 14.8439C7.22664 14.9248 7.27774 15.0152 7.30544 14.8956C7.30814 14.884 7.33682 14.8339 7.37229 14.7719C7.4239 14.6817 7.48986 14.5664 7.51096 14.5082C7.44591 14.7628 7.28985 15.0282 7.19075 15.1546C7.08799 15.2857 6.91081 15.5702 6.91081 15.5702C6.91081 15.5702 7.07605 15.6624 7.19075 15.5702C7.25481 15.5188 7.25913 15.5672 7.26385 15.62C7.26757 15.6617 7.27154 15.7061 7.30544 15.7061C7.32672 15.7061 7.34676 15.7096 7.36461 15.7127C7.37782 15.715 7.38982 15.7171 7.40024 15.7174C7.36195 15.8149 7.32761 15.9709 7.4428 15.8667C7.52506 15.7923 7.58274 15.7621 7.62095 15.7421C7.66518 15.7189 7.68332 15.7094 7.68332 15.6608C7.68332 15.6123 7.70129 15.6288 7.72944 15.6545C7.75387 15.6768 7.78596 15.7061 7.82063 15.7061C7.86531 15.7061 7.87461 15.6439 7.88814 15.5535C7.8972 15.4928 7.90817 15.4194 7.93297 15.3436C7.93874 15.3259 7.94417 15.309 7.94931 15.2929C7.99919 15.1367 8.02245 15.0639 8.07916 15.2609C8.10566 15.3529 8.15246 15.4181 8.19322 15.4748C8.24868 15.552 8.29295 15.6136 8.25968 15.7061C8.24665 15.7424 8.23031 15.7833 8.21282 15.8271C8.15279 15.9775 8.07916 16.162 8.07916 16.3072C8.07916 16.3935 8.00056 16.5112 7.92669 16.6218C7.8401 16.7515 7.76001 16.8714 7.82063 16.9197C7.93297 17.0092 7.79703 17.3106 7.68332 17.4653C7.56962 17.6199 7.58842 17.8087 7.76069 17.8087C7.85497 17.8087 7.90613 17.8429 7.95245 17.8739C7.99077 17.8995 8.02578 17.9229 8.07916 17.9229C8.19706 17.9229 8.25968 17.8648 8.25968 17.8648C8.25968 17.8648 8.33245 17.9748 8.45333 17.9748C8.57422 17.9748 8.59899 17.8648 8.59899 17.8648L8.68849 17.9748L8.69543 17.4931V17.9748L8.97042 17.8648C8.97042 17.8648 8.99519 17.9748 9.11607 17.9748C9.23695 17.9748 9.30973 17.8648 9.30973 17.8648C9.30973 17.8648 9.37235 17.9229 9.49025 17.9229C9.54363 17.9229 9.57864 17.8995 9.61696 17.8739C9.66328 17.8429 9.71444 17.8087 9.80871 17.8087C9.98099 17.8087 9.99979 17.6199 9.88608 17.4653C9.77238 17.3106 9.63644 17.0092 9.74878 16.9197C9.80939 16.8714 9.72931 16.7515 9.64272 16.6218C9.56885 16.5112 9.49025 16.3935 9.49025 16.3072C9.49025 16.162 9.41662 15.9775 9.35659 15.8271C9.3391 15.7833 9.32276 15.7424 9.30973 15.7061C9.27646 15.6136 9.32073 15.552 9.37618 15.4748C9.41694 15.4181 9.46375 15.3529 9.49025 15.2609C9.54696 15.0639 9.57022 15.1367 9.62009 15.2929C9.62524 15.309 9.63067 15.3259 9.63644 15.3436C9.66124 15.4194 9.6722 15.4928 9.68127 15.5535C9.6948 15.6439 9.7041 15.7061 9.74878 15.7061C9.78345 15.7061 9.81554 15.6768 9.83997 15.6545C9.86811 15.6288 9.88608 15.6123 9.88608 15.6608C9.88608 15.7094 9.90423 15.7189 9.94845 15.7421C9.98667 15.7621 10.0443 15.7923 10.1266 15.8667C10.2418 15.9709 10.2075 15.8149 10.1692 15.7174C10.1796 15.7171 10.1916 15.715 10.2048 15.7127C10.2226 15.7096 10.2427 15.7061 10.264 15.7061C10.2979 15.7061 10.3018 15.6617 10.3056 15.62C10.3103 15.5672 10.3146 15.5188 10.3787 15.5702C10.4934 15.6624 10.6586 15.5702 10.6586 15.5702C10.6586 15.5702 10.4814 15.2857 10.3787 15.1546C10.2796 15.0282 10.1235 14.7628 10.0584 14.5082C10.0795 14.5664 10.1455 14.6817 10.1971 14.7719C10.2326 14.8339 10.2613 14.884 10.264 14.8956C10.2917 15.0152 10.3428 14.9248 10.3885 14.8439C10.4381 14.756 10.4814 14.6794 10.4814 14.8956C10.4814 15.1874 10.5501 15.2227 10.6019 15.2494C10.6333 15.2656 10.6586 15.2786 10.6586 15.3436C10.6586 15.44 10.7379 15.4372 10.8079 15.4347C10.8629 15.4328 10.9121 15.431 10.9121 15.4781C10.9121 15.5252 10.9467 15.5883 10.9855 15.6589C11.0348 15.7486 11.0907 15.8505 11.0907 15.9469C11.0907 16.0373 11.149 15.9152 11.2045 15.7991C11.2549 15.6938 11.3029 15.5934 11.3029 15.6608C11.3029 15.8026 11.6535 16.0009 11.6535 15.7746C11.6535 15.7027 11.6187 15.6046 11.5773 15.488C11.4884 15.2374 11.369 14.9012 11.4993 14.555C11.6903 14.0476 11.7725 13.3235 11.7725 12.0502C11.7725 10.777 10.882 10.2123 10.6586 10.2123C10.5215 10.2123 10.5898 10.3053 10.6919 10.4443C10.7562 10.5319 10.8338 10.6377 10.882 10.75ZM10.0516 14.4801C10.0538 14.4894 10.0561 14.4988 10.0584 14.5082C10.0541 14.4961 10.0516 14.4865 10.0516 14.4801ZM10.1266 15.6608C10.1266 15.629 10.1485 15.6647 10.1692 15.7174C10.1428 15.7182 10.1266 15.7077 10.1266 15.6608ZM7.40024 15.7174C7.42656 15.7182 7.4428 15.7077 7.4428 15.6608C7.4428 15.629 7.42095 15.6647 7.40024 15.7174ZM7.51096 14.5082C7.51532 14.4961 7.51777 14.4865 7.51777 14.4801C7.51563 14.4894 7.51335 14.4988 7.51096 14.5082Z" fill="#F7FCFF"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.11764 16.501C7.11764 16.4132 7.34235 16.2095 7.34235 16.2095V16.2268C7.37387 16.2523 7.5747 16.4178 7.5747 16.4988C7.5747 16.549 7.54869 16.6218 7.52643 16.6842C7.50977 16.7308 7.49521 16.7716 7.49521 16.7926C7.49521 16.8068 7.5011 16.7966 7.51229 16.7773C7.54002 16.7294 7.60037 16.6253 7.68465 16.6949C7.7963 16.7871 7.79562 16.9231 7.79519 17.0093C7.79516 17.0145 7.79514 17.0194 7.79514 17.0242C7.79514 17.0511 7.79509 17.0509 7.79151 17.0381C7.7838 17.0105 7.75974 16.9245 7.68465 16.9245C7.5747 16.9245 7.49521 17.0242 7.49521 17.0242V17.1942C7.49521 17.1942 7.50916 17.3346 7.5747 17.2644C7.64023 17.1942 7.65418 17.351 7.5747 17.351C7.53412 17.351 7.49239 17.3941 7.45153 17.4363C7.41235 17.4767 7.37398 17.5163 7.33821 17.5163V17.5022C7.30432 17.4995 7.2764 17.4646 7.24791 17.4291C7.21701 17.3905 7.18544 17.351 7.14487 17.351C7.06538 17.351 7.07933 17.1942 7.14487 17.2644C7.2104 17.3346 7.22435 17.1942 7.22435 17.1942V17.0242C7.22435 17.0242 7.14487 16.9245 7.03491 16.9245C6.95982 16.9245 6.93576 17.0105 6.92805 17.0381C6.92448 17.0509 6.92442 17.0511 6.92442 17.0242C6.92442 17.0194 6.9244 17.0145 6.92437 17.0093C6.92394 16.9231 6.92327 16.7871 7.03491 16.6949C7.1192 16.6253 7.17954 16.7294 7.20727 16.7773C7.21847 16.7966 7.22435 16.8068 7.22435 16.7926C7.22435 16.7716 7.2048 16.7312 7.18244 16.685C7.15255 16.6233 7.11764 16.5513 7.11764 16.501Z" fill="#E8AA00"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1064 16.501C10.1064 16.4132 10.3311 16.2095 10.3311 16.2095V16.2268C10.3626 16.2523 10.5635 16.4178 10.5635 16.4988C10.5635 16.549 10.5375 16.6218 10.5152 16.6842C10.4985 16.7308 10.484 16.7716 10.484 16.7926C10.484 16.8068 10.4899 16.7966 10.5011 16.7773C10.5288 16.7294 10.5891 16.6253 10.6734 16.6949C10.7851 16.7871 10.7844 16.9231 10.784 17.0093C10.7839 17.0145 10.7839 17.0194 10.7839 17.0242C10.7839 17.0511 10.7839 17.0509 10.7803 17.0381C10.7726 17.0105 10.7485 16.9245 10.6734 16.9245C10.5635 16.9245 10.484 17.0242 10.484 17.0242V17.1942C10.484 17.1942 10.4979 17.3346 10.5635 17.2644C10.629 17.1942 10.6429 17.351 10.5635 17.351C10.5229 17.351 10.4812 17.3941 10.4403 17.4363C10.4011 17.4767 10.3627 17.5163 10.327 17.5163V17.5022C10.2931 17.4995 10.2652 17.4646 10.2367 17.4291C10.2058 17.3905 10.1742 17.351 10.1336 17.351C10.0542 17.351 10.0681 17.1942 10.1336 17.2644C10.1992 17.3346 10.2131 17.1942 10.2131 17.1942V17.0242C10.2131 17.0242 10.1336 16.9245 10.0237 16.9245C9.94859 16.9245 9.92453 17.0105 9.91682 17.0381C9.91325 17.0509 9.91319 17.0511 9.91319 17.0242C9.91319 17.0194 9.91317 17.0145 9.91314 17.0093C9.91271 16.9231 9.91204 16.7871 10.0237 16.6949C10.108 16.6253 10.1683 16.7294 10.196 16.7773C10.2072 16.7966 10.2131 16.8068 10.2131 16.7926C10.2131 16.7716 10.1936 16.7312 10.1712 16.685C10.1413 16.6233 10.1064 16.5513 10.1064 16.501Z" fill="#E8AA00"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89391 15.9744C7.0942 15.9744 7.1347 15.5935 7.1347 15.5935C7.1347 15.5935 7.30275 15.4193 7.30275 15.5477C7.30275 15.6162 7.25497 15.7025 7.21863 15.7682C7.18681 15.8256 7.16376 15.8672 7.18921 15.8672H7.46657C7.69526 15.8672 7.42641 15.9744 7.30275 16.0222C7.24665 16.0439 7.20686 16.0552 7.1687 16.066C7.12273 16.0791 7.07912 16.0916 7.01217 16.1206C6.88965 16.1737 6.83709 16.5232 6.89391 16.6354C6.95073 16.7477 6.83709 16.7003 6.79012 16.6354C6.76403 16.5994 6.74498 16.649 6.71842 16.7182C6.69717 16.7736 6.67111 16.8415 6.63278 16.8881C6.55874 16.9781 6.55954 16.8985 6.56125 16.7273C6.56153 16.699 6.56183 16.6683 6.56183 16.6354C6.56183 16.4837 6.59212 16.4823 6.63718 16.4803C6.66108 16.4792 6.68913 16.478 6.71902 16.454C6.78358 16.4022 6.79133 16.3755 6.81084 16.3084C6.81739 16.2858 6.82528 16.2587 6.83709 16.2245C6.88405 16.0886 6.63278 16.3034 6.56183 16.4052C6.51864 16.4672 6.48855 16.4739 6.44354 16.4841C6.41463 16.4905 6.37957 16.4984 6.33093 16.5232C6.25187 16.5635 6.27333 16.4843 6.29945 16.388C6.31442 16.3327 6.33093 16.2718 6.33093 16.2245C6.33093 16.1429 6.38003 16.1638 6.44296 16.1907C6.48018 16.2065 6.52224 16.2245 6.56183 16.2245C6.66302 16.2245 6.71527 16.1818 6.77978 16.129C6.78319 16.1262 6.78663 16.1234 6.79012 16.1206C6.84188 16.0784 6.72914 16.0911 6.59488 16.1063C6.54897 16.1115 6.50053 16.1169 6.4553 16.1206C6.35206 16.1289 6.34517 16.1227 6.31939 16.0995C6.30085 16.0828 6.27256 16.0573 6.19165 16.0222C5.99822 15.9381 6.31598 15.9744 6.4553 16.0222C6.53277 16.0487 6.59777 16.031 6.67466 16.01C6.73604 15.9932 6.80499 15.9744 6.89391 15.9744ZM10.7782 15.9744C10.5779 15.9744 10.5374 15.5935 10.5374 15.5935C10.5374 15.5935 10.3694 15.4193 10.3694 15.5477C10.3694 15.6162 10.4172 15.7025 10.4535 15.7682C10.4853 15.8256 10.5084 15.8672 10.4829 15.8672H10.2056C9.97686 15.8672 10.2457 15.9744 10.3694 16.0222C10.4255 16.0439 10.4653 16.0552 10.5034 16.066C10.5494 16.0791 10.593 16.0916 10.66 16.1206C10.7825 16.1737 10.835 16.5232 10.7782 16.6354C10.7214 16.7477 10.835 16.7003 10.882 16.6354C10.9081 16.5994 10.9271 16.649 10.9537 16.7182C10.975 16.7736 11.001 16.8415 11.0393 16.8881C11.1134 16.9781 11.1126 16.8985 11.1109 16.7273C11.1106 16.699 11.1103 16.6683 11.1103 16.6354C11.1103 16.4837 11.08 16.4823 11.0349 16.4803C11.0111 16.4792 10.983 16.478 10.9531 16.454C10.8885 16.4022 10.8808 16.3755 10.8613 16.3084C10.8547 16.2858 10.8468 16.2587 10.835 16.2245C10.7881 16.0886 11.0393 16.3034 11.1103 16.4052C11.1535 16.4672 11.1836 16.4739 11.2286 16.4841C11.2575 16.4905 11.2926 16.4984 11.3412 16.5232C11.4203 16.5635 11.3988 16.4843 11.3727 16.388C11.3577 16.3327 11.3412 16.2718 11.3412 16.2245C11.3412 16.1429 11.2921 16.1638 11.2292 16.1907C11.1919 16.2065 11.1499 16.2245 11.1103 16.2245C11.0091 16.2245 10.9569 16.1818 10.8923 16.129C10.8889 16.1262 10.8855 16.1234 10.882 16.1206C10.8302 16.0784 10.943 16.0911 11.0772 16.1063C11.1232 16.1115 11.1716 16.1169 11.2168 16.1206C11.3201 16.1289 11.327 16.1227 11.3527 16.0995C11.3713 16.0828 11.3996 16.0573 11.4805 16.0222C11.6739 15.9381 11.3561 15.9744 11.2168 16.0222C11.1394 16.0487 11.0744 16.031 10.9975 16.01C10.9361 15.9932 10.8671 15.9744 10.7782 15.9744Z" fill="#E8AA00"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.65381 12.2131H10.076V14.4221C10.076 14.4221 9.81598 15.5224 8.86491 15.5224C7.91384 15.5224 7.65381 14.4221 7.65381 14.4221V12.2131Z" fill="#C51918"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.19171 12.1812H8.55765V13.4493H7.65186V13.9022H8.55765V15.5326H9.19171V13.9022H10.0975V13.4493H9.19171V12.1812Z" fill="#F7FCFF"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.06269 12.818C8.12349 12.818 8.1525 12.7667 8.12034 12.7216C8.10344 12.6978 8.06841 12.691 8.04211 12.7062C8.03975 12.7076 8.03754 12.7091 8.03548 12.7107C8.0258 12.7083 8.01396 12.705 8.00032 12.7008C7.98808 12.6971 7.97478 12.6972 7.96264 12.7012C7.94794 12.7061 7.93959 12.691 7.94668 12.5973C7.95345 12.5712 7.98927 12.5551 8.07272 12.5551C8.2252 12.5551 8.28784 12.5714 8.28784 12.5857V12.8098L8.21385 12.8766C8.17818 12.9087 8.20344 12.9638 8.25388 12.9638H8.28784V13.1353C8.24132 13.1716 8.19973 13.1886 8.1633 13.1886C8.0269 13.1886 7.95026 13.1377 7.94815 13.0777C7.94873 13.0601 7.94952 13.0471 7.9501 13.0383L7.96185 13.0421C7.97433 13.0464 7.98811 13.0466 8.00074 13.0427L8.00593 13.041C8.01081 13.0393 8.01364 13.0384 8.01522 13.0394C8.01741 13.0408 8.0172 13.0459 8.01669 13.0583L8.01612 13.0751C8.01544 13.1033 8.04022 13.1266 8.07148 13.1272C8.10274 13.1279 8.12863 13.1055 8.12932 13.0773C8.13171 12.9783 8.0762 12.9214 7.98406 12.9408C7.92969 12.9245 7.89166 12.9264 7.86199 12.9599C7.8402 12.9845 7.83728 13.0047 7.83497 13.0777C7.83917 13.2031 7.97135 13.2907 8.1633 13.2907C8.23729 13.2907 8.3106 13.2577 8.38353 13.1949C8.39473 13.1852 8.40107 13.1719 8.40107 13.1579V12.9127C8.40107 12.8962 8.39237 12.8815 8.37888 12.8721L8.38449 12.8671C8.3951 12.8575 8.40107 12.8445 8.40107 12.8309V12.5857C8.40107 12.481 8.29307 12.4529 8.07272 12.4529C7.94286 12.4529 7.8579 12.4912 7.8351 12.5819C7.82226 12.7368 7.86816 12.8292 7.98163 12.8028C8.01673 12.8129 8.04272 12.818 8.06269 12.818ZM9.65359 12.7216C9.62143 12.7667 9.65044 12.818 9.71124 12.818C9.73121 12.818 9.7572 12.8129 9.7923 12.8028C9.90577 12.8292 9.95168 12.7368 9.93883 12.5819C9.91603 12.4912 9.83107 12.4529 9.70121 12.4529C9.48087 12.4529 9.37286 12.481 9.37286 12.5857V12.8309C9.37286 12.8445 9.37883 12.8575 9.38944 12.8671L9.39505 12.8721C9.38156 12.8815 9.37286 12.8962 9.37286 12.9127V13.1579C9.37286 13.1719 9.3792 13.1852 9.3904 13.1949C9.46333 13.2577 9.53664 13.2907 9.61063 13.2907C9.80258 13.2907 9.93477 13.2031 9.93896 13.0777C9.93665 13.0047 9.93373 12.9845 9.91194 12.9599C9.88227 12.9264 9.84424 12.9245 9.78987 12.9408C9.69773 12.9214 9.64222 12.9783 9.64462 13.0773C9.6453 13.1055 9.67119 13.1279 9.70245 13.1272C9.73371 13.1266 9.75849 13.1033 9.75781 13.0751L9.75724 13.0583V13.0583C9.75673 13.0459 9.75652 13.0408 9.75871 13.0394C9.76029 13.0384 9.76313 13.0393 9.76801 13.041L9.7732 13.0427C9.78582 13.0466 9.7996 13.0464 9.81208 13.0421L9.82383 13.0383C9.82441 13.0471 9.82521 13.0601 9.82579 13.0777C9.82368 13.1377 9.74704 13.1886 9.61063 13.1886C9.5742 13.1886 9.53262 13.1716 9.48609 13.1353V12.9638H9.52005C9.57049 12.9638 9.59575 12.9087 9.56009 12.8766L9.48609 12.8098V12.5857C9.48609 12.5714 9.54873 12.5551 9.70121 12.5551C9.78466 12.5551 9.82048 12.5712 9.82725 12.5973C9.83434 12.691 9.82599 12.7061 9.81129 12.7012C9.79915 12.6972 9.78586 12.6971 9.77361 12.7008C9.75997 12.705 9.74813 12.7083 9.73845 12.7107C9.73639 12.7091 9.73418 12.7076 9.73182 12.7062C9.70552 12.691 9.6705 12.6978 9.65359 12.7216ZM9.84437 13.0337L9.84195 13.0336L9.84357 13.0338L9.84437 13.0337ZM9.71124 14.4484C9.65044 14.4484 9.62143 14.3972 9.65359 14.352C9.6705 14.3283 9.70552 14.3214 9.73182 14.3367C9.73418 14.338 9.73639 14.3395 9.73845 14.3411C9.74813 14.3387 9.75997 14.3354 9.77361 14.3312C9.78586 14.3275 9.79915 14.3277 9.81129 14.3317C9.82599 14.3365 9.83434 14.3215 9.82725 14.2278C9.82048 14.2017 9.78466 14.1855 9.70121 14.1855C9.54873 14.1855 9.48609 14.2018 9.48609 14.2161V14.4402L9.56009 14.507C9.59575 14.5392 9.57049 14.5942 9.52005 14.5942H9.48609V14.7658C9.53262 14.802 9.5742 14.819 9.61063 14.819C9.74704 14.819 9.82368 14.7682 9.82579 14.7081C9.82521 14.6905 9.82441 14.6775 9.82383 14.6687L9.81208 14.6726C9.7996 14.6769 9.78582 14.6771 9.7732 14.6731L9.76801 14.6714L9.768 14.6714C9.76313 14.6698 9.76029 14.6688 9.75871 14.6698C9.75652 14.6712 9.75673 14.6764 9.75724 14.6887L9.75781 14.7055C9.75849 14.7337 9.73371 14.7571 9.70245 14.7577C9.67119 14.7583 9.6453 14.7359 9.64462 14.7077C9.64222 14.6088 9.69773 14.5519 9.78987 14.5712C9.84424 14.5549 9.88227 14.5568 9.91194 14.5903C9.93373 14.615 9.93665 14.6352 9.93896 14.7081C9.93477 14.8335 9.80258 14.9212 9.61063 14.9212C9.53664 14.9212 9.46333 14.8881 9.3904 14.8253C9.3792 14.8157 9.37286 14.8023 9.37286 14.7883V14.5431C9.37286 14.5266 9.38156 14.5119 9.39505 14.5026L9.38944 14.4975C9.37883 14.4879 9.37286 14.4749 9.37286 14.4614V14.2161C9.37286 14.1114 9.48087 14.0833 9.70121 14.0833C9.83107 14.0833 9.91603 14.1216 9.93883 14.2123C9.95168 14.3673 9.90577 14.4597 9.7923 14.4333C9.7572 14.4433 9.73121 14.4484 9.71124 14.4484ZM8.06269 14.4484C8.12349 14.4484 8.1525 14.3972 8.12034 14.352C8.10344 14.3283 8.06841 14.3214 8.04211 14.3367C8.03975 14.338 8.03754 14.3395 8.03548 14.3411C8.0258 14.3387 8.01396 14.3354 8.00032 14.3312C7.98808 14.3275 7.97478 14.3277 7.96264 14.3317C7.94794 14.3365 7.93959 14.3215 7.94668 14.2278C7.95345 14.2017 7.98927 14.1855 8.07272 14.1855C8.2252 14.1855 8.28784 14.2018 8.28784 14.2161V14.4402L8.21385 14.507C8.17818 14.5392 8.20344 14.5942 8.25388 14.5942H8.28784V14.7658C8.24132 14.802 8.19973 14.819 8.1633 14.819C8.0269 14.819 7.95026 14.7682 7.94815 14.7081C7.94873 14.6905 7.94952 14.6775 7.9501 14.6687L7.96185 14.6726C7.97433 14.6769 7.98811 14.6771 8.00074 14.6731C8.00268 14.6725 8.0044 14.6719 8.00593 14.6714C8.01081 14.6698 8.01364 14.6688 8.01522 14.6698C8.01741 14.6712 8.0172 14.6764 8.01669 14.6887C8.01651 14.6933 8.01628 14.6988 8.01612 14.7055C8.01544 14.7337 8.04022 14.7571 8.07148 14.7577C8.10274 14.7583 8.12863 14.7359 8.12932 14.7077C8.13171 14.6088 8.0762 14.5519 7.98406 14.5712C7.92969 14.5549 7.89166 14.5568 7.86199 14.5903C7.8402 14.615 7.83728 14.6352 7.83497 14.7081C7.83917 14.8335 7.97135 14.9212 8.1633 14.9212C8.23729 14.9212 8.3106 14.8881 8.38353 14.8253C8.39473 14.8157 8.40107 14.8023 8.40107 14.7883V14.5431C8.40107 14.5266 8.39237 14.5119 8.37888 14.5026L8.38449 14.4975C8.3951 14.4879 8.40107 14.4749 8.40107 14.4614V14.2161C8.40107 14.1114 8.29307 14.0833 8.07272 14.0833C7.94286 14.0833 7.8579 14.1216 7.8351 14.2123C7.82226 14.3673 7.86816 14.4597 7.98163 14.4333C8.01673 14.4433 8.04272 14.4484 8.06269 14.4484Z" fill="#F7FCFF"/>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
30
|
+
<defs>
|
|
31
|
+
<clipPath id="clip0_5982_15097">
|
|
32
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
33
|
+
</clipPath>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>`;export{C as flagRsSrbiaIcon};
|
|
@@ -0,0 +1,26 @@
|
|
|
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_15096)">
|
|
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
|
+
<mask id="mask0_5982_15096" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="4"
|
|
7
|
+
width="20" height="16">
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="white" />
|
|
9
|
+
</mask>
|
|
10
|
+
<g mask="url(#mask0_5982_15096)">
|
|
11
|
+
<rect x="2" y="9.5" width="20" height="5" fill="#3D58DB" />
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V9.5H22V4.5H2Z" fill="#F7FCFF" />
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 14.5V19.5H22V14.5H2Z" fill="#C51918" />
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
<path
|
|
17
|
+
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"
|
|
18
|
+
stroke="#BFBFBF" />
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_5982_15096">
|
|
21
|
+
<path
|
|
22
|
+
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"
|
|
23
|
+
fill="white" />
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>`;export{l as flagRuRussianFederationIcon};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const L=`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15095)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#FECA00"/>
|
|
5
|
+
<mask id="mask0_5982_15095" 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_15095)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V13.25H22V4.5H2Z" fill="#3CA5D9"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 15.75V19.5H22V15.75H2Z" fill="#5A962A"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0512 11.916C17.0305 11.9165 17.0097 11.9168 16.9889 11.9168C16.971 11.9168 16.9532 11.9166 16.9355 11.9162L16.5577 13.1499L16.4778 11.8649C16.4395 11.857 16.4015 11.8482 16.3639 11.8386L15.7097 12.9511L15.9312 11.6844C15.8956 11.6678 15.8604 11.6504 15.8257 11.6323L14.931 12.5642L15.4412 11.3837C15.4101 11.3593 15.3796 11.3342 15.3498 11.3084L14.2634 12.0101L15.0337 10.9797C15.0089 10.9486 14.9848 10.9168 14.9614 10.8845L13.7431 11.3187L14.7308 10.4935C14.7137 10.4571 14.6974 10.4202 14.6821 10.3829L13.3979 10.5272L14.5499 9.95028C14.5418 9.91077 14.5346 9.87091 14.5285 9.83073L13.2466 9.67834L14.5013 9.37991C14.5026 9.33909 14.5049 9.29852 14.5082 9.25822L13.2973 8.81781L14.5866 8.81367C14.5974 8.77413 14.6092 8.73499 14.622 8.69627L13.5472 7.99204L14.8029 8.28217C14.8227 8.24634 14.8434 8.21106 14.8649 8.17634L13.9829 7.24554L15.1381 7.81477C15.1655 7.78462 15.1937 7.75515 15.2227 7.72637L14.5809 6.61856L15.5728 7.43644C15.6064 7.41345 15.6406 7.39126 15.6753 7.36989L15.309 6.14489L16.0839 7.16757C16.1218 7.15297 16.1601 7.13926 16.1988 7.12646L16.1278 5.85007L16.6441 7.0234C16.6839 7.01794 16.7241 7.01342 16.7645 7.00985L16.9934 5.75L17.2224 7.01068C17.2626 7.01437 17.3025 7.01901 17.3421 7.02458L17.8589 5.85007L17.7878 7.12941C17.8259 7.14215 17.8636 7.15578 17.9008 7.17027L18.6778 6.14489L18.31 7.37458C18.3438 7.39556 18.3771 7.41731 18.4098 7.43982L19.4058 6.61856L18.7608 7.73207C18.7887 7.76001 18.8159 7.78861 18.8424 7.81784L20.0039 7.24554L19.1164 8.18209C19.137 8.21555 19.1568 8.24953 19.1758 8.28402L20.4396 7.99204L19.3573 8.70113C19.3695 8.73825 19.3808 8.77576 19.3912 8.81364L20.6895 8.81781L19.4698 9.2614C19.4728 9.29994 19.475 9.33873 19.4763 9.37775L20.7402 9.67834L19.4491 9.83182C19.4432 9.87024 19.4363 9.90837 19.4286 9.94619L20.5888 10.5272L19.296 10.382C19.2813 10.4178 19.2658 10.4531 19.2495 10.488L20.2437 11.3187L19.0181 10.8819C18.9957 10.9131 18.9725 10.9438 18.9486 10.9738L19.7233 12.0101L18.6318 11.305C18.6029 11.3301 18.5733 11.3546 18.5433 11.3784L19.0558 12.5642L18.1581 11.6291C18.1241 11.647 18.0897 11.6641 18.0548 11.6805L18.277 12.9511L17.6216 11.8366C17.5845 11.8462 17.5469 11.855 17.5091 11.863L17.4291 13.1499L17.0512 11.916ZM16.9664 11.0093C17.8417 11.0093 18.5514 10.31 18.5514 9.4473C18.5514 8.58465 17.8417 7.88534 16.9664 7.88534C16.091 7.88534 15.3814 8.58465 15.3814 9.4473C15.3814 10.31 16.091 11.0093 16.9664 11.0093ZM17.878 9.49303C17.878 9.98637 17.4781 10.3863 16.9847 10.3863C16.4914 10.3863 16.0915 9.98637 16.0915 9.49303C16.0915 8.99969 16.4914 8.59976 16.9847 8.59976C17.4781 8.59976 17.878 8.99969 17.878 9.49303Z" fill="#FFDC17"/>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
15
|
+
<defs>
|
|
16
|
+
<clipPath id="clip0_5982_15095">
|
|
17
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
</defs>
|
|
20
|
+
</svg>`;export{L as flagRwRwandaIcon};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const C=`<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5982_15100)">
|
|
3
|
+
<path d="M2 7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V7Z" fill="white"/>
|
|
4
|
+
<rect x="2" y="5" width="20" height="15" fill="#67BD23"/>
|
|
5
|
+
<path d="M11.0244 7.54562C10.9432 7.66923 10.877 7.84657 10.877 7.92932L10.8768 7.95379C10.8756 8.04801 10.8733 8.22219 10.9843 8.10171C11.106 7.96972 11.2234 7.81513 11.1976 7.69554C11.1717 7.57594 11.1055 7.422 11.0244 7.54562Z" fill="white"/>
|
|
6
|
+
<path d="M9.89054 7.82915C9.89054 7.6582 10.1002 7.52813 10.1572 7.52813C10.2143 7.52813 10.1572 7.67984 10.0533 7.74448C9.97686 7.79204 10.037 7.81545 10.1091 7.8435C10.135 7.85356 10.1624 7.86423 10.1856 7.87682C10.2733 7.92448 10.1572 8.04769 10.0239 8.08767C9.89054 8.12766 9.89054 8.0001 9.89054 7.82915Z" fill="white"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.68266 8.03661C9.60769 8.21425 9.4652 8.56078 9.59674 8.83637C9.61219 8.86874 9.62698 8.90075 9.64141 8.932C9.7499 9.16683 9.83842 9.35842 10.0359 9.33123C10.2459 9.3023 10.3429 8.92627 10.375 8.80153L10.3805 8.78055C10.406 8.68521 10.5106 8.52448 10.5381 8.62638C10.552 8.67766 10.5449 8.77619 10.538 8.8728C10.5311 8.96814 10.5244 9.06162 10.5381 9.10595C10.5657 9.19521 10.6947 9.58993 10.9839 9.49744C11.1361 9.44875 11.2342 9.34015 11.3114 9.25461C11.3809 9.17767 11.4336 9.11939 11.4936 9.14019C11.5422 9.15704 11.5913 9.21918 11.6451 9.2872C11.7314 9.39648 11.8298 9.52096 11.9575 9.49744C12.1226 9.46705 12.2419 9.28939 12.3178 9.17639C12.3372 9.14751 12.3538 9.12284 12.3675 9.10595C12.4185 9.04335 12.4428 9.08084 12.4761 9.13207C12.4869 9.14876 12.4987 9.16692 12.5127 9.18355C12.5695 9.25117 12.6812 9.29705 12.7574 9.18355C12.8336 9.07004 12.9464 8.72473 12.8002 8.78055L12.7906 8.78422C12.6449 8.83996 12.4397 8.91841 12.3675 8.774C12.2937 8.62638 12.0923 8.1694 12.193 8.1694C12.2937 8.1694 12.4604 8.16911 12.4261 8.00596C12.3918 7.84281 12.7374 8.37185 12.8002 8.48275C12.8123 8.50406 12.837 8.54924 12.8694 8.6087C13.0059 8.85862 13.2801 9.3608 13.3355 9.40285C13.3945 9.44764 13.4442 10.3253 13.4569 10.7205C13.425 10.7146 13.3684 10.7121 13.2786 10.7121C13.0446 10.7121 12.8573 10.7381 12.7058 10.759C12.5392 10.7821 12.4158 10.7992 12.321 10.7693C12.2676 10.7524 12.2044 10.7417 12.149 10.7323C12.0164 10.7097 11.9294 10.695 12.1337 10.623C12.1919 10.6025 12.2588 10.5856 12.3282 10.5681C12.6043 10.4984 12.9212 10.4183 12.8962 10.0609C12.8649 9.61357 12.8056 9.41684 12.4697 9.47604C12.1337 9.53523 12.0281 9.80238 12.0281 10.0609C12.0281 10.2772 11.9991 10.28 11.9087 10.2888C11.8911 10.2905 11.8711 10.2924 11.8485 10.2962C11.8343 10.2986 11.8171 10.3009 11.7973 10.3036C11.6248 10.327 11.26 10.3765 11.0278 10.7121C10.808 11.0299 10.8348 10.5623 10.8478 10.3341C10.8502 10.2936 10.852 10.2606 10.852 10.2409C10.852 10.1103 10.8068 9.9951 10.7052 9.76388L10.6976 9.74646C10.5978 9.51883 10.4824 9.25565 10.3195 9.50655C10.1525 9.76388 10.3498 10.1277 10.4207 10.1843C10.4917 10.2409 10.8583 11.0411 10.4981 11.4368C10.138 11.8326 9.62746 12.2218 9.49039 12.0968C9.35331 11.9718 9.27136 11.8943 9.42686 11.7937C9.45232 11.7772 9.4938 11.7574 9.54488 11.7329C9.80589 11.6078 10.3175 11.3627 10.2217 10.8395C10.1621 10.5144 10.1024 10.3255 10.0688 10.219C10.0376 10.1206 10.0288 10.0926 10.063 10.0926C10.0719 10.0926 10.0814 10.0933 10.0909 10.0939C10.1568 10.0982 10.2255 10.1027 10.1497 9.9011C10.063 9.67047 9.93919 9.40887 9.70998 9.66502C9.48077 9.92117 9.57298 10.0808 9.70998 10.2409C9.84698 10.4011 10.0805 10.6862 9.81327 10.9406C9.73131 11.0187 9.65647 11.097 9.5921 11.1644C9.44666 11.3166 9.35465 11.4129 9.35465 11.3237C9.35465 11.1951 9.31611 11.0231 9.24668 11.1734C9.23323 11.2025 9.22031 11.2361 9.20648 11.272C9.14889 11.4215 9.07554 11.612 8.88284 11.6931C8.64385 11.7937 8.10921 12.1905 8.10921 12.1905C8.10921 12.1905 7.75726 12.5038 7.91881 12.4771C8.08035 12.4504 8.49786 12.3313 8.61148 12.2339C8.7251 12.1365 8.99995 12.0683 8.99995 12.0683C8.99995 12.0683 9.32047 12.672 9.65522 12.5745C9.98996 12.4771 10.7341 11.662 10.7341 11.662C10.7341 11.662 11.1939 12.293 11.7103 12.3348C12.2268 12.3766 12.3548 12.207 12.2111 12.0968C12.1727 12.0673 12.1173 12.0355 12.0586 12.0018C11.8984 11.9099 11.714 11.804 11.7847 11.6931C11.8813 11.5416 12.0815 11.492 12.4233 11.4368C12.4737 11.4287 12.524 11.4218 12.5734 11.4151C12.8584 11.3763 13.112 11.3418 13.1829 11.0864C13.2203 10.9516 13.3428 10.8623 13.4215 10.8049C13.4355 10.7948 13.4481 10.7856 13.4586 10.7773C13.4596 10.8154 13.4601 10.8466 13.4601 10.8693C13.4601 11.1064 13.451 11.8982 13.4194 11.9865C13.3879 12.0748 13.5812 12.0181 13.6373 11.9232L13.6409 11.9171C13.6969 11.8225 13.7758 11.6892 13.7758 11.4886C13.7758 11.4569 13.7763 11.411 13.777 11.3554C13.7804 11.0526 13.7871 10.4639 13.7299 10.33C13.6623 10.1715 13.6841 10.0166 13.7299 10.0565C13.7511 10.0748 13.8918 10.3447 14.0452 10.6387C14.2249 10.9832 14.4218 11.3608 14.4637 11.4056C14.5119 11.457 14.5338 11.3309 14.5559 11.2044C14.5694 11.1266 14.583 11.0486 14.6028 11.0117C14.6546 10.9148 14.6963 10.8401 14.6963 11.0117C14.6963 11.0275 14.6968 11.0457 14.6972 11.066C14.7018 11.265 14.7107 11.6587 14.3714 11.8844C14.2518 11.9639 14.15 12.0345 14.0634 12.0946C13.8795 12.2221 13.7639 12.3022 13.6907 12.3205C13.583 12.3475 13.5997 12.5523 13.7299 12.5523C13.7395 12.5523 13.7515 12.5527 13.7656 12.5531C13.9429 12.5587 14.4545 12.5748 14.7646 11.9865C15.061 11.4241 14.8766 9.64951 14.8305 9.20581C14.8246 9.14845 14.8209 9.11333 14.8209 9.10595C14.8209 9.08657 14.8076 9.04193 14.7905 8.98503C14.751 8.85263 14.6915 8.6539 14.7344 8.55301C14.7687 8.47222 14.7892 8.4831 14.8122 8.4953C14.8302 8.50489 14.8498 8.51529 14.8789 8.48275C14.9449 8.40878 15.0234 8.30282 14.8789 8.11801C14.8277 8.05249 14.7892 7.96498 14.7552 7.88732C14.6931 7.74593 14.6454 7.6372 14.5607 7.75332C14.4296 7.9332 14.368 8.45709 14.4314 8.71142C14.4949 8.96575 14.7741 10.9926 14.6028 10.8233C14.5016 10.7234 14.4086 10.5331 14.307 10.3255C14.2365 10.1813 14.1619 10.0288 14.0776 9.8922C13.8719 9.55883 13.4691 8.88451 13.5799 8.68363C13.6123 8.62499 13.6397 8.58557 13.661 8.55493C13.7128 8.48062 13.7285 8.45802 13.6907 8.33838C13.6614 8.24548 13.6077 8.18124 13.5513 8.11382C13.5052 8.05861 13.4573 8.00126 13.4194 7.92429C13.3355 7.75332 13.1578 7.64428 13.1578 7.80581C13.1578 7.96733 13.068 8.13489 13.0119 7.97035C12.9559 7.80581 12.6578 7.45371 12.5127 7.57511C12.4214 7.65144 12.4416 7.69615 12.4595 7.73569C12.47 7.75905 12.4797 7.7806 12.4652 7.80581C12.4582 7.81802 12.4512 7.8322 12.4441 7.84653C12.4117 7.91182 12.378 7.98005 12.3349 7.87789C12.3263 7.85752 12.3179 7.83177 12.3088 7.80392C12.2624 7.66146 12.1982 7.46424 11.997 7.65265C11.7565 7.87789 11.7303 8.10925 11.8636 8.24181C11.997 8.37436 12.1975 8.69123 12.0972 8.83637C11.997 8.98151 11.8092 9.08949 11.7186 8.93502C11.6279 8.78055 11.575 8.60844 11.6151 8.38892C11.6552 8.1694 11.7164 7.49758 11.4532 7.57511C11.1901 7.65265 11.2177 8.04102 11.2804 8.21497C11.3432 8.38892 11.3778 8.67601 11.3291 8.774L11.3238 8.78476C11.2706 8.89239 11.1316 9.17357 10.9839 9.07784C10.8309 8.97873 10.7172 8.69711 10.7881 8.43326C10.859 8.1694 10.8121 7.74983 10.5963 7.87789C10.3805 8.00596 10.1381 8.41638 10.1381 8.62638C10.1381 8.83637 10.0528 9.08949 9.96455 8.93502L9.95003 8.90974C9.86206 8.75689 9.74125 8.54698 9.80691 8.33838C9.87627 8.11801 9.75762 7.85898 9.68266 8.03661ZM12.4494 9.89642C12.3161 9.9569 12.2394 9.99202 12.3094 10.0404C12.3794 10.0888 12.5453 10.1003 12.5453 10.0404C12.5453 10.0306 12.5463 10.0184 12.5474 10.0052C12.553 9.93845 12.5607 9.84589 12.4494 9.89642ZM11.1599 11.0918C11.3018 11.0918 11.414 11.0665 11.414 11.0665C11.414 11.0665 11.6076 11.0918 11.761 11.0918C11.9144 11.0918 11.8866 11.2267 11.7049 11.3128C11.5382 11.3919 11.5275 11.4433 11.5058 11.5477L11.4995 11.5771C11.4722 11.702 11.4514 11.7889 11.315 11.7461C11.1855 11.7054 11.0601 11.3918 10.9938 11.2261L10.9837 11.201C10.9339 11.0771 10.9843 11.0809 11.0777 11.0879C11.1024 11.0897 11.1302 11.0918 11.1599 11.0918Z" fill="white"/>
|
|
8
|
+
<path d="M5.53808 7.64951C5.52594 7.66579 5.53516 7.67635 5.55554 7.69966C5.58005 7.7277 5.62068 7.7742 5.65969 7.87131C5.69113 7.9496 5.70034 8.06395 5.70755 8.15347C5.71671 8.26731 5.72264 8.34099 5.76696 8.24933C5.84614 8.08559 5.88722 7.72976 5.76696 7.64951C5.64671 7.56927 5.56481 7.61366 5.53808 7.64951Z" fill="white"/>
|
|
9
|
+
<path d="M7.09877 7.9901C6.86162 7.9901 6.89394 7.64275 6.89394 7.64275C6.89394 7.64275 6.89394 7.60964 6.99864 7.60964C7.07006 7.60964 7.07736 7.64759 7.08384 7.68128C7.08686 7.69699 7.0897 7.71176 7.09877 7.72134C7.11148 7.73474 7.11287 7.72062 7.11482 7.70083C7.11724 7.67618 7.12053 7.64275 7.14762 7.64275C7.19647 7.64275 7.20642 7.69331 7.20642 7.77465C7.20642 7.85599 7.27355 7.79101 7.27355 7.72134C7.27355 7.65166 7.33593 7.64275 7.39118 7.64275C7.44644 7.64275 7.33593 7.9901 7.09877 7.9901Z" fill="white"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.80447 11.8023C5.77502 11.47 5.85197 11.1506 5.99497 11.1506C6.13797 11.1506 6.13797 11.4685 6.13797 11.4685C6.13797 11.4685 6.21812 12.1214 6.87757 12.1505C7.53701 12.1795 7.97717 11.0345 7.97717 11.0345C8.01506 10.8418 8.00409 10.6013 8.00409 10.6013C7.96107 10.5101 7.93665 10.6012 7.8874 10.785C7.84536 10.9418 7.78522 11.1661 7.67997 11.4022C7.46006 11.8956 7.00127 11.885 6.71255 11.8784L6.67934 11.8776C6.39381 11.8719 6.16321 11.3965 6.13797 11.1506C6.11274 10.9047 6.19556 10.7121 6.19556 10.7121C6.19556 10.7121 6.42293 10.4743 6.4149 10.8895C6.40687 11.3047 6.61245 11.373 6.98123 11.4022C7.35002 11.4315 7.62232 10.8658 7.67997 10.6512C7.73762 10.4366 7.38712 10.7702 7.38712 10.7702C7.29189 10.8601 7.08442 10.7762 6.98123 10.5531C6.87804 10.33 7.08442 10.0665 7.25414 9.8848C7.42386 9.70311 7.61625 9.85171 7.61625 9.85171C7.86521 9.89474 7.96624 10.0648 7.96624 10.0648C8.09012 10.1575 7.95582 9.64404 7.95582 9.64404C7.87017 9.42768 7.76566 8.73635 7.76566 8.73635C7.7442 8.66075 7.72778 8.56977 7.71532 8.47994C7.68803 8.52795 7.67997 8.63502 7.67997 8.63502C7.67997 8.63502 7.84402 9.34855 7.60943 9.57063C7.49515 9.67881 7.43654 9.73429 7.37552 9.73708C7.31127 9.74002 7.24435 9.68454 7.10696 9.57065C6.83908 9.34856 6.82516 9.57063 6.82516 9.83683V10.9106C6.82516 11.0765 6.72069 11.0745 6.62727 11.0728C6.57905 11.0719 6.53377 11.071 6.50731 11.0933C6.52396 10.9186 6.54211 10.6049 6.54211 10.6049C6.55108 10.4572 6.35417 9.86581 6.35417 9.86581C6.18138 9.71878 5.97764 9.34855 5.97764 9.34855C5.93072 9.07375 5.83069 9.21902 5.83069 9.21902C5.83069 9.41185 5.76944 9.8224 5.4559 9.70153C5.14235 9.58067 5.31843 8.45713 5.31843 8.45713C5.31843 8.45713 5.44443 8.46996 5.4559 8.75568C5.46737 9.0414 5.61944 9.25408 5.61944 9.25408C5.69878 9.46168 5.72675 8.79728 5.72675 8.79728C5.72753 8.52532 6.06193 8.28277 6.06193 8.28277C6.24771 8.18291 6.24305 8.60725 6.24305 8.60725C6.33181 8.88831 6.23614 9.09952 6.23614 9.09952C6.22403 9.37635 6.42556 9.23598 6.42556 9.23598C6.56738 9.22883 6.3198 8.42889 6.3198 8.42889C6.19977 8.14527 6.2661 7.8947 6.2661 7.8947C6.27831 7.7434 6.46594 7.70373 6.46594 7.70373C6.59474 7.71647 6.59592 8.28725 6.59592 8.28725C6.59592 8.64556 6.69449 8.96633 6.78139 9.03285C6.86829 9.09938 6.76682 8.83141 6.69449 8.75624C6.64819 8.70812 6.66116 8.59905 6.6765 8.47012C6.68512 8.39762 6.69449 8.31883 6.69449 8.24107C6.69449 8.02645 6.82342 8.12757 6.96524 8.23882L6.96811 8.24107C7.08031 8.32906 7.0722 8.47336 7.06352 8.62786C7.06114 8.6702 7.05872 8.71331 7.05872 8.75624C7.05872 8.95579 7.15851 9.09108 7.3237 9.21902C7.46464 9.32816 7.45816 9.15796 7.45321 9.02815C7.45236 9.0058 7.45156 8.98465 7.45156 8.96633C7.45156 8.86973 7.3749 8.72409 7.29943 8.58069C7.27743 8.53889 7.25553 8.49728 7.23566 8.45713C7.16444 8.31325 7.19931 8.26077 7.26921 8.15558C7.28573 8.13073 7.30422 8.1029 7.3237 8.07026C7.42568 7.89946 7.60943 8.08248 7.67997 8.24107L7.69184 8.26736C7.6824 8.15788 7.67926 8.07891 7.67926 8.07891C7.63625 7.95114 8.00409 7.6678 8.00409 7.6678C8.23322 7.61595 8.27515 8.36323 8.27515 8.36323C8.35685 8.62952 8.08384 8.52462 8.08384 8.52462C7.95022 8.51289 8.22779 9.60916 8.22779 9.60916C8.24796 9.98449 8.43043 9.78553 8.43043 9.78553C8.5707 9.7301 8.58065 10.0905 8.58065 10.0905C8.67487 10.2341 8.85373 9.74618 8.85373 9.74618C8.97915 9.56743 9.17603 9.97486 9.17603 9.97486C9.26964 10.1013 9.46368 9.74057 9.46368 9.74057C9.57352 9.67024 9.54503 9.78019 9.50887 9.91974C9.4876 10.0018 9.46368 10.0941 9.46368 10.166C9.46368 10.3578 9.43265 10.372 9.2283 10.4656L9.22056 10.4692C9.00924 10.566 8.94363 10.4045 8.94363 10.4045C8.89286 10.3437 8.53926 10.5531 8.53926 10.5531C8.40563 10.6028 8.32332 10.4929 8.32332 10.4929C8.26586 10.4183 8.26709 10.7299 8.26867 11.1265C8.26893 11.1937 8.26921 11.2641 8.26921 11.3347C8.26921 11.8224 7.52888 12.4339 6.84309 12.5526C6.1573 12.6713 5.83392 12.1345 5.80447 11.8023ZM7.37215 10.1885C7.37215 10.1885 7.17513 10.2505 7.27364 10.3421C7.37215 10.4338 7.52318 10.4451 7.52318 10.3421C7.52318 10.2392 7.37215 10.1885 7.37215 10.1885Z" fill="white"/>
|
|
11
|
+
<path d="M6.48371 11.1693C6.48854 11.2489 6.49768 11.1944 6.50731 11.0933C6.49058 11.1074 6.48137 11.1308 6.48371 11.1693Z" fill="white"/>
|
|
12
|
+
<path d="M5.74534 10.248C6.04615 9.98389 6.25729 10.0345 6.25729 10.0345C6.25729 10.0345 6.32321 10.0345 6.40886 10.1258C6.49451 10.2172 6.19782 10.4025 6.00233 10.46C5.86996 10.499 5.70883 10.5799 5.55375 10.6578C5.4798 10.695 5.40721 10.7314 5.33978 10.7623C5.13093 10.858 5.44453 10.5121 5.74534 10.248Z" fill="white"/>
|
|
13
|
+
<path d="M5.37659 11.3543C5.37659 11.3543 5.08367 11.8331 5.13181 12.1426C5.17995 12.452 5.38293 12.5163 5.51756 12.4842C5.6522 12.452 5.71427 12.1426 5.71427 12.1426C5.71427 12.1426 5.6213 11.93 5.51756 12.045C5.51756 12.045 5.34774 12.1167 5.37962 11.9188C5.4115 11.7208 5.37659 11.3543 5.37659 11.3543Z" fill="white"/>
|
|
14
|
+
<path d="M11.321 9.72033C11.321 9.72033 11.3008 10.0686 11.5378 10.0603C11.7748 10.052 11.8731 9.70105 11.8179 9.70298C11.7627 9.70491 11.7006 9.71599 11.7031 9.78562C11.7055 9.85526 11.6407 9.92254 11.6378 9.84125C11.635 9.75996 11.6233 9.70978 11.5745 9.71148C11.5474 9.71243 11.5453 9.74595 11.5437 9.77067C11.5425 9.79052 11.5416 9.80468 11.5284 9.79172C11.519 9.78247 11.5156 9.7678 11.5121 9.75222C11.5044 9.71877 11.4958 9.68109 11.4244 9.68359C11.3198 9.68724 11.321 9.72033 11.321 9.72033Z" fill="white"/>
|
|
15
|
+
<path d="M14.0899 9.2218C13.8529 9.23008 13.8731 8.88181 13.8731 8.88181C13.8731 8.88181 13.8719 8.84872 13.9766 8.84506C14.0479 8.84257 14.0566 8.88025 14.0642 8.91369C14.0678 8.92928 14.0711 8.94395 14.0805 8.9532C14.0937 8.96616 14.0946 8.95199 14.0959 8.93215C14.0974 8.90743 14.0995 8.8739 14.1266 8.87296C14.1754 8.87125 14.1871 8.92143 14.19 9.00272C14.1928 9.08401 14.2576 9.01674 14.2552 8.9471C14.2528 8.87747 14.3148 8.86639 14.37 8.86446C14.4252 8.86253 14.3269 9.21352 14.0899 9.2218Z" fill="white"/>
|
|
16
|
+
<path d="M8.64572 10.9948C8.53773 10.9373 8.54909 10.895 8.64572 10.8068C8.74235 10.7186 8.85974 10.8474 8.97729 10.9948C9.07618 11.1187 9.01456 11.2182 8.9578 11.3099C8.94709 11.3272 8.93656 11.3442 8.92731 11.361C8.86903 11.4672 8.7107 11.4481 8.76992 11.361C8.82913 11.2739 8.75371 11.0523 8.64572 10.9948Z" fill="white"/>
|
|
17
|
+
<path d="M16.5822 10.4894C16.4856 10.5776 16.4742 10.6199 16.5822 10.6774C16.6902 10.7349 16.6414 10.9768 16.5822 11.0639C16.523 11.151 16.6884 11.2468 16.7467 11.1407L16.7569 11.1222C16.8135 11.0202 16.8799 10.9004 16.834 10.7209C16.7853 10.5304 16.6788 10.4013 16.5822 10.4894Z" fill="white"/>
|
|
18
|
+
<path d="M17.9558 8.45959C17.8478 8.40209 17.8592 8.35976 17.9558 8.2716C18.0524 8.18344 18.159 8.31254 18.2076 8.50303C18.2535 8.68257 18.1871 8.80235 18.1305 8.90437L18.1203 8.92287C18.062 9.02899 17.8966 8.93321 17.9558 8.8461C18.015 8.759 18.0638 8.5171 17.9558 8.45959Z" fill="white"/>
|
|
19
|
+
<path d="M13.8543 7.75971C13.7577 7.84787 13.7463 7.89019 13.8543 7.94769C13.9623 8.0052 14.0877 8.3697 14.0285 8.4568C13.9693 8.54391 14.1276 8.56292 14.1859 8.4568C14.2442 8.35069 14.3034 8.09503 14.1859 7.94769C14.0683 7.80036 13.9509 7.67154 13.8543 7.75971Z" fill="white"/>
|
|
20
|
+
<path d="M9.4699 8.02962C9.52309 8.02962 9.58794 7.70055 9.4699 7.65402C9.35186 7.60749 9.00788 7.66504 9.04967 7.80353C9.06333 7.8488 9.09615 7.89478 9.12955 7.94158C9.19833 8.03796 9.2696 8.1378 9.18112 8.24204C9.04967 8.3969 8.64679 8.73714 8.58295 8.77626L8.55621 8.79228C8.47459 8.84075 8.31679 8.93447 8.42781 8.93447C8.46761 8.93447 8.51607 8.93775 8.56674 8.94119C8.67536 8.94855 8.79417 8.9566 8.85976 8.93447C8.90903 8.91785 8.98574 8.828 9.0699 8.72944C9.15005 8.63557 9.23696 8.53378 9.31334 8.47983C9.4699 8.36923 9.50294 8.14949 9.4699 8.11856C9.46089 8.11013 9.43827 8.10054 9.41108 8.08901C9.33857 8.05828 9.23352 8.01375 9.26713 7.9405C9.31334 7.83977 9.35071 7.90514 9.35071 7.9405C9.35071 7.97585 9.4167 8.02962 9.4699 8.02962Z" fill="white"/>
|
|
21
|
+
<path d="M9.38083 9.1269L9.25723 9.17159C9.25723 9.17159 9.18603 9.17159 9.1611 9.0856C9.15031 9.0484 9.16686 9.00251 9.18132 8.96243C9.20028 8.90988 9.21563 8.8673 9.1611 8.8673C9.06496 8.8673 8.99277 9.02937 8.96016 9.1269C8.92755 9.22443 9.07822 9.34321 9.1611 9.39513C9.24398 9.44705 9.34723 9.34321 9.43723 9.24985C9.52723 9.1565 9.38083 9.1269 9.38083 9.1269Z" fill="white"/>
|
|
22
|
+
<path d="M15.1112 12.0613C14.99 11.8983 15.0424 11.5331 15.1539 11.3044C15.2403 11.1272 15.2372 11.2247 15.2314 11.4046C15.2297 11.4567 15.2278 11.5157 15.2278 11.577C15.2278 11.7939 15.292 11.8683 15.3818 11.9724C15.4048 11.9991 15.4296 12.0277 15.4553 12.0613C15.5815 12.2254 15.6878 12.0613 15.6878 11.9618C15.6878 11.8624 15.9119 11.4021 16.0741 11.2269C16.2363 11.0517 16.3709 11.1571 16.3709 11.2269C16.3709 11.2968 16.5283 11.5245 16.7106 11.577C16.8929 11.6295 16.9584 11.1571 16.9584 11.1571V9.73097C16.9584 9.31772 16.8555 9.2382 16.7681 9.17065C16.7476 9.15478 16.7279 9.13958 16.7106 9.12087C16.6809 9.08868 16.6265 9.0373 16.5632 8.97748C16.4329 8.85447 16.2649 8.69578 16.1959 8.59488C16.1095 8.46852 16.1126 8.23124 16.1157 7.9925C16.1163 7.94796 16.1168 7.90323 16.1168 7.8593C16.1168 7.57985 16.5029 7.98374 16.5941 8.13874C16.653 8.23883 16.6359 8.30533 16.6163 8.38108C16.6056 8.42264 16.5941 8.46698 16.5941 8.52117C16.5941 8.67416 16.7106 8.638 16.7106 8.52117C16.7106 8.50001 16.7083 8.46692 16.7055 8.42653C16.6929 8.24397 16.6699 7.91238 16.8015 7.8593C16.9261 7.80903 16.9518 7.87565 17.0238 8.06237C17.0447 8.11653 17.0695 8.18079 17.1017 8.25523C17.1925 8.46489 17.1683 8.56251 17.1384 8.68337C17.121 8.75337 17.1017 8.83116 17.1017 8.94303C17.1017 9.17014 17.2682 9.36976 17.3837 9.50822C17.4233 9.55572 17.4569 9.59603 17.4758 9.62778C17.5494 9.75205 17.4021 8.82184 17.2749 8.638C17.1477 8.45415 17.2173 8.02528 17.4021 7.79462C17.5418 7.62014 17.632 7.84162 17.7207 8.05938C17.7493 8.12949 17.7777 8.19922 17.8075 8.25523C17.9091 8.44581 17.805 8.58341 17.7275 8.68577C17.7115 8.70691 17.6966 8.72655 17.685 8.74485C17.6535 8.7941 17.6771 8.85658 17.7117 8.94814C17.7521 9.05521 17.8075 9.20205 17.8075 9.41401C17.8075 9.80723 17.9647 10.2017 18.1965 10.5187C18.4163 10.8193 18.465 11.1695 18.5138 11.5198L18.5218 11.577C18.5738 11.9463 18.5776 10.9968 18.5218 10.5187C18.466 10.0406 18.2839 8.35902 18.3577 7.92414C18.406 7.63974 18.4588 7.76708 18.5371 7.95585C18.5785 8.05574 18.6271 8.17284 18.6859 8.25523L18.7216 8.30508C18.8581 8.49489 18.8683 8.50911 18.7859 8.638C18.739 8.71125 18.6971 8.70052 18.668 8.69305C18.6416 8.6863 18.6256 8.6822 18.6256 8.74485C18.6256 8.78367 18.6472 8.96343 18.6776 9.21728C18.7507 9.82702 18.875 10.8642 18.875 11.4021C18.875 12.1641 18.4698 12.4612 18.1192 12.5916C17.7685 12.722 17.5782 12.5916 17.5782 12.4612C17.5782 12.3924 17.5291 12.4326 17.464 12.4859C17.4058 12.5335 17.3349 12.5916 17.2749 12.5916C17.1477 12.5916 17.1909 12.4419 17.2749 12.2933C17.326 12.2029 17.3149 12.1954 17.2984 12.1841C17.2878 12.1768 17.2749 12.168 17.2749 12.1344C17.2749 12.0488 17.2749 11.9618 17.4021 11.9618C17.5292 11.9618 17.6416 11.9618 17.5192 12.1344C17.4444 12.2398 17.4496 12.2404 17.4998 12.2465C17.5318 12.2503 17.5821 12.2564 17.6416 12.2933C17.7253 12.3452 17.7324 12.3463 17.7407 12.3476C17.7476 12.3487 17.7553 12.3499 17.8075 12.3798C17.9231 12.446 18.2014 12.2126 18.4698 11.9618C18.6608 11.7835 18.5645 11.7423 18.4637 11.6993C18.4228 11.6818 18.3812 11.664 18.3577 11.6365C18.3224 11.5952 18.2577 11.4879 18.1897 11.375C18.1012 11.2282 18.0071 11.072 17.9647 11.0399C17.9302 11.0137 17.9434 11.1022 17.9603 11.216C17.9802 11.3494 18.0052 11.5177 17.9647 11.577C17.8898 11.687 17.7194 11.8275 17.6416 11.8275C17.5637 11.8275 17.6416 10.4193 17.6416 10.4193C17.6416 10.4193 17.2055 9.81374 17.2749 10.041C17.3443 10.2682 17.2055 11.7315 17.0079 11.9618C16.8104 12.1921 16.3995 11.8971 16.2985 11.7315C16.1975 11.566 16.0757 11.7269 16.0299 11.8971C15.984 12.0674 15.8836 12.4392 15.6389 12.5916C15.4557 12.7057 15.3189 12.4429 15.2109 12.2352C15.1746 12.1656 15.1416 12.1022 15.1112 12.0613Z" fill="white"/>
|
|
23
|
+
<path d="M16.4574 10.022C16.4574 10.022 16.0483 10.2968 15.98 10.3835C15.9116 10.4702 15.8872 10.5339 15.98 10.582C16.0727 10.63 16.4455 10.4519 16.5831 10.302C16.7207 10.1521 16.8244 10.0079 16.7726 9.91622C16.7207 9.82455 16.4574 10.022 16.4574 10.022Z" fill="white"/>
|
|
24
|
+
<path d="M15.7842 9.39766C15.6187 9.20307 15.871 9.12087 15.871 9.12087C15.871 9.12087 16.0054 9.12087 16.1496 9.2396C16.229 9.30496 16.2209 9.24383 16.2087 9.15057C16.1987 9.07441 16.186 8.97683 16.2157 8.90922C16.2818 8.75882 16.5069 8.93457 16.565 9.12087C16.6056 9.2511 16.5611 9.25611 16.4929 9.26378C16.4635 9.26708 16.4298 9.27088 16.3966 9.28537C16.3235 9.31728 16.3473 9.46114 16.3717 9.60848C16.3841 9.68347 16.3966 9.75937 16.3966 9.82187C16.3966 10.0072 15.9497 9.59225 15.7842 9.39766Z" fill="white"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7086 14.9098C10.2003 14.9713 7.63197 14.9608 6.86472 14.7757C6.69282 14.7394 6.79109 15.5234 6.90232 15.7035C7.01355 15.8837 7.88672 16.0642 8.19116 16.1057C8.45239 16.1414 9.45886 16.0853 10.5051 16.0269C10.6781 16.0172 10.8523 16.0075 11.0244 15.9982C11.9403 15.9483 13.2783 16.0352 13.978 16.0807C14.2043 16.0954 14.3638 16.1057 14.4207 16.1057C14.6351 16.1057 14.619 16.1781 14.5866 16.3235C14.5838 16.3361 14.5809 16.3492 14.578 16.3628C14.5415 16.5345 14.7337 16.9032 14.8185 16.9379C14.9032 16.9726 15.5336 16.9379 15.8771 16.8053C16.0726 16.7299 16.0958 16.7403 16.1467 16.7633C16.1852 16.7807 16.2396 16.8053 16.3967 16.8053C16.6326 16.8053 16.6449 16.4674 16.6535 16.2289C16.6583 16.0987 16.6619 15.9982 16.7002 15.9982C16.7432 15.9982 16.8009 16.1258 16.8549 16.2452C16.9372 16.4273 17.011 16.5905 17.011 16.2534C17.011 15.6951 16.3546 14.9641 16.14 15.0226C15.9895 15.0636 15.7417 15.0184 15.5735 14.9877C15.5017 14.9746 15.4445 14.9641 15.4154 14.9641C15.3732 14.9641 15.3859 14.9539 15.4138 14.9314C15.4502 14.902 15.5127 14.8517 15.5127 14.7757C15.5127 14.6416 15.385 14.6226 15.2788 14.6226C15.1726 14.6226 15.1158 14.7094 15.1158 14.7757C15.1158 14.8419 15.1959 14.9098 15.1959 14.9098C15.1793 14.9098 15.0955 14.9087 14.9616 14.9069C14.0977 14.8955 11.1487 14.8565 10.7086 14.9098ZM15.0469 16.0913C15.0469 16.0913 15.1145 16.052 15.2713 15.8588C15.4448 15.6449 15.5062 15.7133 15.5702 15.7846C15.6032 15.8213 15.6368 15.8588 15.6869 15.8588C15.8342 15.8588 16.0287 15.8588 16.1552 15.9662C16.2817 16.0736 15.9887 16.2211 15.9034 16.2211C15.861 16.2211 15.8297 16.1947 15.7982 16.1681C15.7661 16.141 15.7338 16.1138 15.6895 16.1138C15.6372 16.1138 15.5931 16.1517 15.5574 16.1824C15.533 16.2035 15.5125 16.2211 15.4958 16.2211C15.4813 16.2211 15.449 16.2027 15.4072 16.1789C15.3308 16.1353 15.2227 16.0736 15.1337 16.0736C15.0782 16.0736 15.0469 16.0913 15.0469 16.0913Z" fill="white"/>
|
|
26
|
+
</g>
|
|
27
|
+
<path d="M20 4.5C21.3807 4.5 22.5 5.61929 22.5 7V18C22.5 19.3807 21.3807 20.5 20 20.5H4C2.61929 20.5 1.5 19.3807 1.5 18V7C1.5 5.61929 2.61929 4.5 4 4.5H20Z" stroke="#BFBFBF"/>
|
|
28
|
+
<defs>
|
|
29
|
+
<clipPath id="clip0_5982_15100">
|
|
30
|
+
<path d="M2 7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V7Z" fill="white"/>
|
|
31
|
+
</clipPath>
|
|
32
|
+
</defs>
|
|
33
|
+
</svg>`;export{C as flagSaSudiArabiaIcon};
|