@ncino/web-components 10.3.0 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/gator/base/accordion.gator.js +10 -10
- package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
- package/dist/components/alert/gator/base/alert.gator.js +4 -4
- package/dist/components/banner/gator/banner.gator.js +5 -5
- package/dist/components/button/gator/button.gator.js +6 -6
- package/dist/components/display-card/gator/display-card.gator.js +10 -10
- package/dist/components/headline-card/gator/headline-card.gator.js +3 -3
- package/dist/components/icon/gator/icon.gator.js +2 -2
- package/dist/components/icon/gator/index.js +1 -1
- package/dist/components/icon/gator/templates/index.js +1 -1
- package/dist/components/illustration/gator/illustration.gator.js +4 -4
- package/dist/components/illustration/gator/index.js +1 -1
- package/dist/components/illustration/gator/templates/index.js +1 -1
- package/dist/components/image-card/gator/image-card.gator.js +15 -15
- package/dist/components/input/base/input-base.gator.js +9 -9
- package/dist/components/input/gator/dropdown/input-dropdown.gator.js +28 -28
- package/dist/components/input/gator/help-text/help-text.gator.js +3 -3
- package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +10 -10
- package/dist/components/input/gator/input-file/input-file.gator.js +11 -11
- package/dist/components/input/gator/input-textarea/input-textarea.gator.js +9 -9
- package/dist/components/input/gator/input-time/input-time.gator.js +3 -3
- package/dist/components/list/gator/list-item/list-item.gator.js +13 -13
- package/dist/components/selection-box/selection-box.gator.js +6 -6
- package/dist/components/table/gator/table-pagination/table-pagination.gator.js +12 -12
- package/dist/components/table/gator/table.gator.js +91 -91
- package/dist/node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js +1 -1
- package/dist/node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/directives/unsafe-svg.js +1 -0
- package/dist/node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js +2 -2
- package/dist/packages/styles/dist/gator/themes/icons/add-link.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/airplane.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/alarm.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/apartment.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-around.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-line-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-line-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrow-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/arrows-down-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bank.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bell-disabled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/bell.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/binoculars.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/book.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/box.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/brain.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/cake.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/calculator.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/calendar.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/camera.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/caret-up-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/case.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-bar-horizontal.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-bar.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-donut.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-line.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-pie.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-rise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chart-scatter.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-ai.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-dots.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-slash.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle-text.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat-circle.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chat.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/check-circle-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/check-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/check.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox-indeterminate.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox-selected.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkbox.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/checkerboard.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/chevron-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-right.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-arrow-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-dashed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle-filled.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/city.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clipboard.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock-clockwise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock-counter-clockwise.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/clock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/collapse.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/cone.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/contact-info.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/copy.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/credit-card.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/crop.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/crosshairs.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-dollar-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-eur.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-gbp.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-inr.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-jpy.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-krw.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-kzt.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-ngn.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/currency-rub.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor-arrow.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor-hand.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/cursor.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dashboard.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/delete.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dna.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-add.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-ai.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-check.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-e-sign.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-image.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-pdf.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-sign.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/document-zip.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/document.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/dollar-bills.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/dollar-house.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/down-payment.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/download.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/drag-drop.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/earth.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exclude-square.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit-left.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/exit.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/expand-arrows.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/expand.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/export.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye-closed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye-crossed.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/eye.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/facebook-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/file-code.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/files.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filter-funnel.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filters-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/filters.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ad-andorra.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ae-united-arab-emirates.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-af-afghanistan.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ag-antigua-and-barbuda.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ai-anguilla.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-al-albania.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-am-armenia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ao-angola.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-aq-antarctica.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ar-argentina.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-as-american-smoa.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-at-austria.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-au-australia.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-aw-aruba.js +31 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ax-aland-islands.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-az-azerbaijan.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ba-bosnia-and-herzegovina.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bb-barbados.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bd-bangladesh.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-be-belgium.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bf-burkina-faso.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bg-bulgaria.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bh-bahrain.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bi-burundi.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bj-benin.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bl-saint-barthelemy.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bm-bermuda.js +39 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bn-brunei-darussalam.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bo-bolivia.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-bo-bonaire.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-sa-sba.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bq-se-snt-eustatius.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-br-brazil.js +48 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bs-bahamas.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bt-bhutan.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bv-bouvet-island.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bw-botswana.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-by-belarus.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-bz-belize.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ca-canada.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cc-cocos-keeling-islands.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cd-democratic-republic-of-the-congo.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cf-central-african-republic.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cg-republic-of-the-congo.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ch-switzerland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ci-c/303/264te-divoire-ivory-coast.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ck-cook-islands.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cl-chile.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cm-cameroon.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cn-china.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-co-colombia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cr-costa-rica.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cu-cuba.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cv-cabo-verde.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cw-cura/303/247ao.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cx-christmas-island.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cy-cyprus.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-cz-czech-republic.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-de-germany.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dj-djibouti.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dk-denmark.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dm-dominica.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-do-dominican-republic.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-dz-algeria.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ec-ecuador.js +38 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ee-estonia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-eg-egypt.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-eh-western-sahara.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-er-eritrea.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-es-sain.js +80 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-et-ethiopia.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fi-finland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fj-fiji.js +57 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fk-falkland-islands.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fm-federated-states-of-micronesia.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fo-faroe-islands.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-fr-france.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ga-gabon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-eng-england.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-nir-northern-ireland.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-sct-sotland.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-ukm-united-kingdom.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gb-wls-wales.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gd-grenada.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ge-georgia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gf-french-guiana.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gg-guernsey.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gh-ghana.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gi-gibraltar.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gl-greenland.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gm-gambia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gn-guinea.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gp-guadeloupe-2.js +46 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gp-guadeloupe.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gq-equatorial-guinea.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gr-greece.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gs-s-georgia-and-s-sandwich-islands.js +68 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gt-guatemala.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gu-guam.js +36 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gw-guinea-bissau.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-gy-guyana.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hk-hong-kong.js +34 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hm-heard-and-mcdonald-islands.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hn-honduras.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hr-croatia-hrvatska.js +61 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ht-haiti.js +48 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-hu-hungary.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-id-indonesia.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ie-ireland.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-il-isreal.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-im-isle-of-man.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-in-india.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-io-british-indian-ocean-territory.js +45 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-iq-iraq.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ir-iran.js +90 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-is-iceland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-it-italy.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-je-jersey.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jm-jamaica.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jo-jordan.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-jp-japan.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ke-kenia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kg-kyrgyzstan.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kh-cambodia.js +278 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ki--kiribati.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-km-comoros.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kn-saint-kitts-and-nevis.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kp-korea-north.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kr-korea-south.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kw-kuwait.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ky-cayman-islands.js +53 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-kz-kazakhstan.js +33 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-la-laos.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lb-lebanon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lc-saint-lucia.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-li-liechtenstein.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lk-sri-lanka.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lr-liberia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ls-lesotho.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lt-lithuania.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lu-luxembourg.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-lv-latvia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ly-libya.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ma-morocco.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mc-monaco.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-md-moldova.js +34 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-me-montenegro.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mf-saint-martin.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mg-madagascar.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mh-marshall-islands.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mk-north-macedonia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ml-mali.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mm-myanmar.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mn-mongolia.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mo-macao.js +31 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mp-northern-mariana-islands.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mq-martinique-2.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mq-martinique.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mr-mauritania.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ms-montserrat.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mt-malta.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mu-mauritius.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mv-maldives.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mw-malawi.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mx-mexico.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-my-malaysia.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-mz-mozambique.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-na-namibia.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nc-new-caledonia.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ne-niger.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nf-norfolk-island.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ng-nigeria.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ni-nicaragua.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nl-netherlands.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-no-norway.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-np-nepal.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nr-nauru.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nu-niue.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-nz-new-zealand-aotearoa.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-om-oman.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pa-panama.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pe-peru.js +46 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pf-french-polynesia.js +43 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pg-papua-new-guinea.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ph-philippines.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pk-pakistan.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pl-poland.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-saint-pierre-and-miquelon.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-st-pierre-and-miquelon.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pn-pitcairn-islands.js +53 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pr-puerto-rico.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ps-palestinian-territory.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pt-portugal.js +122 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pw-palau.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-py-paraguay.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-qa-qatar.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-re-reunion.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ro-romania.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-rs-srbia.js +35 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ru-russian-federation.js +26 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-rw-rwanda.js +20 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sa-sudi-arabia.js +33 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sb-slomon-islands.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sc-sychelles.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sd-sdan.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-se-seden.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sg-sngapore.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sh-sint-helena.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-si-sovenia.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sj-salbard-and-jan-mayen.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sk-sovakia.js +27 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sl-serra-leone.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sm-sn-marino.js +43 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sn-snegal.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-so-smalia.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sr-sriname.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ss-south-sudan.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-st-so-tome-and-principe.js +17 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sv-el-slvador.js +36 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sx-snt-maarten.js +32 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sy-sria.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-sz-saziland.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tc-turks-and-caicos-islands.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-td-chad.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tf-french-southern-and-antarctic-lands.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tg-togo.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-th-thailand.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tj-tajikistan.js +16 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tk-tokelau.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tl-timor-leste.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tm-turkmenistan.js +76 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tn-tunisia.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-to-tonga.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tr-turkey.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tt-trinidad-and-tobago.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tv-tuvalu.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tw-taiwan.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-tz-tanzania.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ua-ukraine.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ug-uganda.js +29 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-um-united-states-minor-outlying-islands.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-us-united-states.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-uy-uruguay.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-uz-uzbekistan.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-va-vatican-city-state.js +25 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vc-saint-vincent-and-the-grenadines.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ve-venezuela.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vg-virgin-islands-british.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vi-virgin-islands-us.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vn-vietnam.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-vu-vanuatu.js +24 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-wf-wallis-and-futuna.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ws-smoa.js +23 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-ye-yemen.js +19 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-yt-unf-mayotte.js +30 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-za-south-africa.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-zm-zambia.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/flags/flag-zw-zimbabwe.js +28 -0
- package/dist/packages/styles/dist/gator/themes/icons/flame.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flash-off.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/flash-on.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/folder.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/gauge.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/grid-four.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/grid-nine.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/hammer.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/hand-pointing.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/heart.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-door.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-finance-arrow.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-finance.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/home-search.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/house-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/house.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/inbox.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/index.js +1 -0
- package/dist/packages/styles/dist/gator/themes/icons/info.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/instagram-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/interest-rate.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/invoice.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/kanban.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/label.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/laptop.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/layout.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/lightbulb-filament.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/lightbulb.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/link.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/linkedin-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/list-star.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/list.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/loading-spinner-gif.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/loading.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/lock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/magic-wand.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mail-open.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mail.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mailbox.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/map.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/menu-hamburger.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-excel-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-outlook-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-powerpoint-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-teams-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/microsoft-word-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus-square.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/minus.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/mobile-phone-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/monitor.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/move-doc.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/move.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/music.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-0.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-1.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-10.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-3.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-4.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-5.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-6.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-7.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-8.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/number-9.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/overflow-menu.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/paper-airplane.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/paperclip.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pause-circle.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/pause.js +5 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-amazon-pay.js +13 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-amex.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-apple-pay.js +4 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-discover.js +18 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-google-pay.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-mastercard.js +7 -0
- package/dist/packages/styles/dist/gator/themes/icons/payments/payment-visa.js +7 -0
- package/dist/packages/styles/dist/gator/themes/icons/pen.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pencil-paper.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pencil.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/people-multiple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/people-share.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/percent.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-add.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-check.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/person-lock.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/person.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone-alert.js +22 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone-mobile.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/phone.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/picture.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pin.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/pinterest-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/play-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/play.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/plugs-connected.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/plugs.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/plus-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/plus.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/printer.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-chat-bubble.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-circle.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/question-mark.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/radio-selected.js +21 -0
- package/dist/packages/styles/dist/gator/themes/icons/radio.js +15 -0
- package/dist/packages/styles/dist/gator/themes/icons/receipt.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/restricted-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/restricted.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/robot.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/sandals.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/save.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/screen.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/search.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/selection.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/send-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/send.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/settings.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/share-1.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/share-2.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/shield-lock.js +10 -0
- package/dist/packages/styles/dist/gator/themes/icons/shield-warning.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sidebar-simple.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sidebar.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/smart-home.js +12 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-down.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-left.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-right.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-up-down.js +14 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-arrow-solid-up.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-reverse-variant.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sort-variant.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sparkle-filled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sparkle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/speech-bubble.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/square-split-horizontal.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/square-split-vertical.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/square.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/stack.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/stamp.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star-four-filled.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star-four.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/star.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/stopwatch.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sun.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/sync.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/tab-arrows.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/table.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/target.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/text-aa.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/thumbs-down.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/thumbs-up.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/tools.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/touch-id.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/trash.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/trend-up.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/twitter-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/unlink.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/unlock.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/upload.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/video.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/waffle.js +38 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-circle.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-diamond.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-filled.js +3 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning-octagon.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/warning.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wet-sign.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wifi-off.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/wifi.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/x-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/yelp-logo.js +8 -0
- package/dist/packages/styles/dist/gator/themes/icons/youtube-logo.js +6 -0
- package/dist/packages/styles/dist/gator/themes/icons/zillow-logo.js +8 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/add-note.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/address.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/appointment-confirmed.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/assets.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/auto-money.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/balloons.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/bank-account.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/brief-case.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/calendar-home.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/change-data.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/check-with-pencil.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrower.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrowers-incomplete.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/co-borrowers.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/commercial.js +27 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/condo.js +40 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/connectivity.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/consumer.js +20 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/contact-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/conversation-multiple.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/credit-card.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/crop-background.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/crop-page.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/declarations-legal.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/deliver.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/demographic-info.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/document-add.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/document-signature.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/download-app.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/empty-box.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/family-home.js +36 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/home-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-5.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-6.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-fireworks.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-under-construction.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/house-with-shield.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/index.js +1 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/inquiry.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/locked.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/make-an-offer.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/mortgage.js +18 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/network-error.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-1.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-2.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/page-3.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/paper-3.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/paper-7.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/person-2.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/personal-info.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/portfolio-analytics.js +35 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/price-search.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/quick-links.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/register.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/schedule-home-tour.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/small-business.js +18 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/social-security.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/start-conversation.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/status-no-x.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/status.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/success.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/talkluments.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/thumbs-down-man.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/town-home.js +52 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/transfer.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/treasury.js +19 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/unsecured-line-of-credit.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/upload-cloud.js +4 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/your-bank-placeholder.js +37 -0
- package/dist/packages/styles/dist/gator/themes/illustrations/your-bank.js +24 -0
- package/dist/types/components/accordion/gator/base/accordion.gator.d.ts +1 -1
- package/dist/types/components/icon/gator/templates/index.d.ts +1 -544
- package/dist/types/components/illustration/gator/templates/index.d.ts +1 -69
- package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +1 -1
- package/dist/types/components/selection-box/selection-box.gator.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
- package/dist/components/icon/gator/templates/add-link.js +0 -12
- package/dist/components/icon/gator/templates/airplane.js +0 -8
- package/dist/components/icon/gator/templates/alarm.js +0 -8
- package/dist/components/icon/gator/templates/apartment.js +0 -8
- package/dist/components/icon/gator/templates/arrow-around.js +0 -8
- package/dist/components/icon/gator/templates/arrow-down.js +0 -8
- package/dist/components/icon/gator/templates/arrow-left.js +0 -8
- package/dist/components/icon/gator/templates/arrow-line-left.js +0 -8
- package/dist/components/icon/gator/templates/arrow-line-right.js +0 -8
- package/dist/components/icon/gator/templates/arrow-right.js +0 -8
- package/dist/components/icon/gator/templates/arrow-up.js +0 -8
- package/dist/components/icon/gator/templates/arrows-down-up.js +0 -8
- package/dist/components/icon/gator/templates/bank.js +0 -8
- package/dist/components/icon/gator/templates/bell-disabled.js +0 -8
- package/dist/components/icon/gator/templates/bell.js +0 -8
- package/dist/components/icon/gator/templates/binoculars.js +0 -8
- package/dist/components/icon/gator/templates/book.js +0 -8
- package/dist/components/icon/gator/templates/box.js +0 -8
- package/dist/components/icon/gator/templates/brain.js +0 -8
- package/dist/components/icon/gator/templates/cake.js +0 -8
- package/dist/components/icon/gator/templates/calculator.js +0 -8
- package/dist/components/icon/gator/templates/calendar.js +0 -8
- package/dist/components/icon/gator/templates/camera.js +0 -8
- package/dist/components/icon/gator/templates/caret-up-down.js +0 -8
- package/dist/components/icon/gator/templates/case.js +0 -14
- package/dist/components/icon/gator/templates/chart-bar-horizontal.js +0 -5
- package/dist/components/icon/gator/templates/chart-bar.js +0 -5
- package/dist/components/icon/gator/templates/chart-donut.js +0 -5
- package/dist/components/icon/gator/templates/chart-line.js +0 -5
- package/dist/components/icon/gator/templates/chart-pie.js +0 -5
- package/dist/components/icon/gator/templates/chart-rise.js +0 -8
- package/dist/components/icon/gator/templates/chart-scatter.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-ai.js +0 -6
- package/dist/components/icon/gator/templates/chat-circle-dots.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-slash.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle-text.js +0 -5
- package/dist/components/icon/gator/templates/chat-circle.js +0 -5
- package/dist/components/icon/gator/templates/chat.js +0 -8
- package/dist/components/icon/gator/templates/check-circle-filled.js +0 -5
- package/dist/components/icon/gator/templates/check-circle.js +0 -8
- package/dist/components/icon/gator/templates/check.js +0 -8
- package/dist/components/icon/gator/templates/checkbox-indeterminate.js +0 -7
- package/dist/components/icon/gator/templates/checkbox-selected.js +0 -5
- package/dist/components/icon/gator/templates/checkbox.js +0 -15
- package/dist/components/icon/gator/templates/checkerboard.js +0 -5
- package/dist/components/icon/gator/templates/chevron-down.js +0 -8
- package/dist/components/icon/gator/templates/chevron-left.js +0 -8
- package/dist/components/icon/gator/templates/chevron-right.js +0 -8
- package/dist/components/icon/gator/templates/chevron-up.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-down.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-left.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-right.js +0 -8
- package/dist/components/icon/gator/templates/circle-arrow-up.js +0 -8
- package/dist/components/icon/gator/templates/circle-dashed.js +0 -8
- package/dist/components/icon/gator/templates/circle-filled.js +0 -10
- package/dist/components/icon/gator/templates/circle.js +0 -8
- package/dist/components/icon/gator/templates/city.js +0 -8
- package/dist/components/icon/gator/templates/clipboard.js +0 -8
- package/dist/components/icon/gator/templates/clock-clockwise.js +0 -8
- package/dist/components/icon/gator/templates/clock-counter-clockwise.js +0 -8
- package/dist/components/icon/gator/templates/clock.js +0 -8
- package/dist/components/icon/gator/templates/collapse.js +0 -8
- package/dist/components/icon/gator/templates/cone.js +0 -8
- package/dist/components/icon/gator/templates/contact-info.js +0 -8
- package/dist/components/icon/gator/templates/copy.js +0 -8
- package/dist/components/icon/gator/templates/credit-card.js +0 -8
- package/dist/components/icon/gator/templates/crop.js +0 -8
- package/dist/components/icon/gator/templates/crosshairs.js +0 -8
- package/dist/components/icon/gator/templates/currency-dollar-simple.js +0 -8
- package/dist/components/icon/gator/templates/currency-eur.js +0 -8
- package/dist/components/icon/gator/templates/currency-gbp.js +0 -8
- package/dist/components/icon/gator/templates/currency-inr.js +0 -8
- package/dist/components/icon/gator/templates/currency-jpy.js +0 -8
- package/dist/components/icon/gator/templates/currency-krw.js +0 -8
- package/dist/components/icon/gator/templates/currency-kzt.js +0 -8
- package/dist/components/icon/gator/templates/currency-ngn.js +0 -8
- package/dist/components/icon/gator/templates/currency-rub.js +0 -8
- package/dist/components/icon/gator/templates/cursor-arrow.js +0 -19
- package/dist/components/icon/gator/templates/cursor-hand.js +0 -29
- package/dist/components/icon/gator/templates/cursor.js +0 -8
- package/dist/components/icon/gator/templates/dashboard.js +0 -8
- package/dist/components/icon/gator/templates/delete.js +0 -8
- package/dist/components/icon/gator/templates/dna.js +0 -8
- package/dist/components/icon/gator/templates/document-add.js +0 -8
- package/dist/components/icon/gator/templates/document-ai.js +0 -11
- package/dist/components/icon/gator/templates/document-check.js +0 -12
- package/dist/components/icon/gator/templates/document-e-sign.js +0 -12
- package/dist/components/icon/gator/templates/document-image.js +0 -8
- package/dist/components/icon/gator/templates/document-pdf.js +0 -8
- package/dist/components/icon/gator/templates/document-sign.js +0 -12
- package/dist/components/icon/gator/templates/document-zip.js +0 -8
- package/dist/components/icon/gator/templates/document.js +0 -8
- package/dist/components/icon/gator/templates/dollar-bills.js +0 -24
- package/dist/components/icon/gator/templates/dollar-house.js +0 -12
- package/dist/components/icon/gator/templates/down-payment.js +0 -16
- package/dist/components/icon/gator/templates/download.js +0 -8
- package/dist/components/icon/gator/templates/drag-drop.js +0 -28
- package/dist/components/icon/gator/templates/earth.js +0 -8
- package/dist/components/icon/gator/templates/exclude-square.js +0 -5
- package/dist/components/icon/gator/templates/exit-circle.js +0 -8
- package/dist/components/icon/gator/templates/exit-left.js +0 -8
- package/dist/components/icon/gator/templates/exit.js +0 -8
- package/dist/components/icon/gator/templates/expand-arrows.js +0 -8
- package/dist/components/icon/gator/templates/expand.js +0 -8
- package/dist/components/icon/gator/templates/export.js +0 -8
- package/dist/components/icon/gator/templates/eye-closed.js +0 -8
- package/dist/components/icon/gator/templates/eye-crossed.js +0 -8
- package/dist/components/icon/gator/templates/eye.js +0 -8
- package/dist/components/icon/gator/templates/facebook-logo.js +0 -8
- package/dist/components/icon/gator/templates/file-code.js +0 -8
- package/dist/components/icon/gator/templates/files.js +0 -8
- package/dist/components/icon/gator/templates/filter-funnel.js +0 -8
- package/dist/components/icon/gator/templates/filters-2.js +0 -8
- package/dist/components/icon/gator/templates/filters.js +0 -8
- package/dist/components/icon/gator/templates/flags/flag-ad-andorra.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-ae-united-arab-emirates.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-af-afghanistan.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-ai-anguilla.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-al-albania.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-am-armenia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ao-angola.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-aq-antarctica.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-ar-argentina.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-as-american-smoa.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-at-austria.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-au-australia.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-aw-aruba.js +0 -34
- package/dist/components/icon/gator/templates/flags/flag-ax-aland-islands.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-az-azerbaijan.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bb-barbados.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-bd-bangladesh.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-be-belgium.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bf-burkina-faso.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bg-bulgaria.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-bh-bahrain.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-bi-burundi.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-bj-benin.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bl-saint-barthelemy.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-bm-bermuda.js +0 -42
- package/dist/components/icon/gator/templates/flags/flag-bn-brunei-darussalam.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-bo-bolivia.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-bq-bo-bonaire.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-bq-sa-sba.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-bq-se-snt-eustatius.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-br-brazil.js +0 -51
- package/dist/components/icon/gator/templates/flags/flag-bs-bahamas.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-bt-bhutan.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-bv-bouvet-island.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-bw-botswana.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-by-belarus.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-bz-belize.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-ca-canada.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-cf-central-african-republic.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-cg-republic-of-the-congo.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ch-switzerland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ci-c/303/264te-divoire-ivory-coast.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ck-cook-islands.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-cl-chile.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cm-cameroon.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-cn-china.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-co-colombia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-cr-costa-rica.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-cu-cuba.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-cv-cabo-verde.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-cw-cura/303/247ao.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cx-christmas-island.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-cy-cyprus.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-cz-czech-republic.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-de-germany.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-dj-djibouti.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-dk-denmark.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-dm-dominica.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-do-dominican-republic.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-dz-algeria.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ec-ecuador.js +0 -41
- package/dist/components/icon/gator/templates/flags/flag-ee-estonia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-eg-egypt.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-eh-western-sahara.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-er-eritrea.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-es-sain.js +0 -83
- package/dist/components/icon/gator/templates/flags/flag-et-ethiopia.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-fi-finland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-fj-fiji.js +0 -60
- package/dist/components/icon/gator/templates/flags/flag-fk-falkland-islands.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-fo-faroe-islands.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-fr-france.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ga-gabon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gb-eng-england.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-gb-nir-northern-ireland.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-gb-sct-sotland.js +0 -15
- package/dist/components/icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-gb-wls-wales.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gd-grenada.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-ge-georgia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-gf-french-guiana.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gg-guernsey.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gh-ghana.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-gi-gibraltar.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-gl-greenland.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-gm-gambia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gn-guinea.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gp-guadeloupe-2.js +0 -49
- package/dist/components/icon/gator/templates/flags/flag-gp-guadeloupe.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-gq-equatorial-guinea.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-gr-greece.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js +0 -71
- package/dist/components/icon/gator/templates/flags/flag-gt-guatemala.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-gu-guam.js +0 -39
- package/dist/components/icon/gator/templates/flags/flag-gw-guinea-bissau.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-gy-guyana.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-hk-hong-kong.js +0 -37
- package/dist/components/icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-hn-honduras.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-hr-croatia-hrvatska.js +0 -64
- package/dist/components/icon/gator/templates/flags/flag-ht-haiti.js +0 -51
- package/dist/components/icon/gator/templates/flags/flag-hu-hungary.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-id-indonesia.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ie-ireland.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-il-isreal.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-im-isle-of-man.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-in-india.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js +0 -48
- package/dist/components/icon/gator/templates/flags/flag-iq-iraq.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-ir-iran.js +0 -93
- package/dist/components/icon/gator/templates/flags/flag-is-iceland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-it-italy.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-je-jersey.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-jm-jamaica.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-jo-jordan.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-jp-japan.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ke-kenia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-kg-kyrgyzstan.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-kh-cambodia.js +0 -281
- package/dist/components/icon/gator/templates/flags/flag-ki--kiribati.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-km-comoros.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-kp-korea-north.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-kr-korea-south.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-kw-kuwait.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-ky-cayman-islands.js +0 -56
- package/dist/components/icon/gator/templates/flags/flag-kz-kazakhstan.js +0 -36
- package/dist/components/icon/gator/templates/flags/flag-la-laos.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-lb-lebanon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-lc-saint-lucia.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-li-liechtenstein.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-lk-sri-lanka.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-lr-liberia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ls-lesotho.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-lt-lithuania.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-lu-luxembourg.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-lv-latvia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ly-libya.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ma-morocco.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mc-monaco.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-md-moldova.js +0 -37
- package/dist/components/icon/gator/templates/flags/flag-me-montenegro.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-mf-saint-martin.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mg-madagascar.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mh-marshall-islands.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mk-north-macedonia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ml-mali.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mm-myanmar.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mn-mongolia.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-mo-macao.js +0 -34
- package/dist/components/icon/gator/templates/flags/flag-mp-northern-mariana-islands.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-mq-martinique-2.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-mq-martinique.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-mr-mauritania.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-ms-montserrat.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-mt-malta.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-mu-mauritius.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mv-maldives.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-mw-malawi.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mx-mexico.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-my-malaysia.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-mz-mozambique.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-na-namibia.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-nc-new-caledonia.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ne-niger.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-nf-norfolk-island.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ng-nigeria.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ni-nicaragua.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-nl-netherlands.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-no-norway.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-np-nepal.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-nr-nauru.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-nu-niue.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-om-oman.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-pa-panama.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-pe-peru.js +0 -49
- package/dist/components/icon/gator/templates/flags/flag-pf-french-polynesia.js +0 -46
- package/dist/components/icon/gator/templates/flags/flag-pg-papua-new-guinea.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ph-philippines.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-pk-pakistan.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-pl-poland.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-pn-pitcairn-islands.js +0 -56
- package/dist/components/icon/gator/templates/flags/flag-pr-puerto-rico.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-ps-palestinian-territory.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-pt-portugal.js +0 -125
- package/dist/components/icon/gator/templates/flags/flag-pw-palau.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-py-paraguay.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-qa-qatar.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-re-reunion.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ro-romania.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-rs-srbia.js +0 -38
- package/dist/components/icon/gator/templates/flags/flag-ru-russian-federation.js +0 -29
- package/dist/components/icon/gator/templates/flags/flag-rw-rwanda.js +0 -23
- package/dist/components/icon/gator/templates/flags/flag-sa-sudi-arabia.js +0 -36
- package/dist/components/icon/gator/templates/flags/flag-sb-slomon-islands.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-sc-sychelles.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-sd-sdan.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-se-seden.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-sg-sngapore.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-sh-sint-helena.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-si-sovenia.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-sk-sovakia.js +0 -30
- package/dist/components/icon/gator/templates/flags/flag-sl-serra-leone.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-sm-sn-marino.js +0 -46
- package/dist/components/icon/gator/templates/flags/flag-sn-snegal.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-so-smalia.js +0 -16
- package/dist/components/icon/gator/templates/flags/flag-sr-sriname.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ss-south-sudan.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-st-so-tome-and-principe.js +0 -20
- package/dist/components/icon/gator/templates/flags/flag-sv-el-slvador.js +0 -39
- package/dist/components/icon/gator/templates/flags/flag-sx-snt-maarten.js +0 -35
- package/dist/components/icon/gator/templates/flags/flag-sy-sria.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-sz-saziland.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-td-chad.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-tg-togo.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-th-thailand.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-tj-tajikistan.js +0 -19
- package/dist/components/icon/gator/templates/flags/flag-tk-tokelau.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-tl-timor-leste.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-tm-turkmenistan.js +0 -79
- package/dist/components/icon/gator/templates/flags/flag-tn-tunisia.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-to-tonga.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-tr-turkey.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-tv-tuvalu.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-tw-taiwan.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-tz-tanzania.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-ua-ukraine.js +0 -21
- package/dist/components/icon/gator/templates/flags/flag-ug-uganda.js +0 -32
- package/dist/components/icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-us-united-states.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-uy-uruguay.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-uz-uzbekistan.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-va-vatican-city-state.js +0 -28
- package/dist/components/icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js +0 -18
- package/dist/components/icon/gator/templates/flags/flag-ve-venezuela.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-vg-virgin-islands-british.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-vi-virgin-islands-us.js +0 -31
- package/dist/components/icon/gator/templates/flags/flag-vn-vietnam.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-vu-vanuatu.js +0 -27
- package/dist/components/icon/gator/templates/flags/flag-wf-wallis-and-futuna.js +0 -17
- package/dist/components/icon/gator/templates/flags/flag-ws-smoa.js +0 -26
- package/dist/components/icon/gator/templates/flags/flag-ye-yemen.js +0 -22
- package/dist/components/icon/gator/templates/flags/flag-yt-unf-mayotte.js +0 -33
- package/dist/components/icon/gator/templates/flags/flag-za-south-africa.js +0 -24
- package/dist/components/icon/gator/templates/flags/flag-zm-zambia.js +0 -25
- package/dist/components/icon/gator/templates/flags/flag-zw-zimbabwe.js +0 -31
- package/dist/components/icon/gator/templates/flame.js +0 -8
- package/dist/components/icon/gator/templates/flash-off.js +0 -8
- package/dist/components/icon/gator/templates/flash-on.js +0 -8
- package/dist/components/icon/gator/templates/folder.js +0 -8
- package/dist/components/icon/gator/templates/gauge.js +0 -8
- package/dist/components/icon/gator/templates/grid-four.js +0 -5
- package/dist/components/icon/gator/templates/grid-nine.js +0 -5
- package/dist/components/icon/gator/templates/hammer.js +0 -8
- package/dist/components/icon/gator/templates/hand-pointing.js +0 -8
- package/dist/components/icon/gator/templates/heart.js +0 -8
- package/dist/components/icon/gator/templates/home-door.js +0 -8
- package/dist/components/icon/gator/templates/home-finance-arrow.js +0 -16
- package/dist/components/icon/gator/templates/home-finance.js +0 -14
- package/dist/components/icon/gator/templates/home-search.js +0 -12
- package/dist/components/icon/gator/templates/house-simple.js +0 -8
- package/dist/components/icon/gator/templates/house.js +0 -8
- package/dist/components/icon/gator/templates/inbox.js +0 -8
- package/dist/components/icon/gator/templates/info.js +0 -8
- package/dist/components/icon/gator/templates/instagram-logo.js +0 -8
- package/dist/components/icon/gator/templates/interest-rate.js +0 -12
- package/dist/components/icon/gator/templates/invoice.js +0 -8
- package/dist/components/icon/gator/templates/kanban.js +0 -5
- package/dist/components/icon/gator/templates/label.js +0 -8
- package/dist/components/icon/gator/templates/laptop.js +0 -8
- package/dist/components/icon/gator/templates/layout.js +0 -8
- package/dist/components/icon/gator/templates/lightbulb-filament.js +0 -5
- package/dist/components/icon/gator/templates/lightbulb.js +0 -8
- package/dist/components/icon/gator/templates/link.js +0 -8
- package/dist/components/icon/gator/templates/linkedin-logo.js +0 -8
- package/dist/components/icon/gator/templates/list-star.js +0 -5
- package/dist/components/icon/gator/templates/list.js +0 -8
- package/dist/components/icon/gator/templates/loading-spinner-gif.js +0 -24
- package/dist/components/icon/gator/templates/loading.js +0 -8
- package/dist/components/icon/gator/templates/lock.js +0 -8
- package/dist/components/icon/gator/templates/magic-wand.js +0 -8
- package/dist/components/icon/gator/templates/mail-open.js +0 -8
- package/dist/components/icon/gator/templates/mail.js +0 -8
- package/dist/components/icon/gator/templates/mailbox.js +0 -8
- package/dist/components/icon/gator/templates/map.js +0 -8
- package/dist/components/icon/gator/templates/menu-hamburger.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-excel-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-outlook-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-powerpoint-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-teams-logo.js +0 -8
- package/dist/components/icon/gator/templates/microsoft-word-logo.js +0 -8
- package/dist/components/icon/gator/templates/minus-circle.js +0 -8
- package/dist/components/icon/gator/templates/minus-square.js +0 -8
- package/dist/components/icon/gator/templates/minus.js +0 -8
- package/dist/components/icon/gator/templates/mobile-phone-2.js +0 -8
- package/dist/components/icon/gator/templates/monitor.js +0 -8
- package/dist/components/icon/gator/templates/move-doc.js +0 -12
- package/dist/components/icon/gator/templates/move.js +0 -8
- package/dist/components/icon/gator/templates/music.js +0 -8
- package/dist/components/icon/gator/templates/number-0.js +0 -8
- package/dist/components/icon/gator/templates/number-1.js +0 -8
- package/dist/components/icon/gator/templates/number-10.js +0 -11
- package/dist/components/icon/gator/templates/number-2.js +0 -8
- package/dist/components/icon/gator/templates/number-3.js +0 -8
- package/dist/components/icon/gator/templates/number-4.js +0 -8
- package/dist/components/icon/gator/templates/number-5.js +0 -8
- package/dist/components/icon/gator/templates/number-6.js +0 -8
- package/dist/components/icon/gator/templates/number-7.js +0 -8
- package/dist/components/icon/gator/templates/number-8.js +0 -8
- package/dist/components/icon/gator/templates/number-9.js +0 -8
- package/dist/components/icon/gator/templates/overflow-menu.js +0 -16
- package/dist/components/icon/gator/templates/paper-airplane.js +0 -8
- package/dist/components/icon/gator/templates/paperclip.js +0 -8
- package/dist/components/icon/gator/templates/pause-circle.js +0 -7
- package/dist/components/icon/gator/templates/pause.js +0 -9
- package/dist/components/icon/gator/templates/payments/payment-amazon-pay.js +0 -16
- package/dist/components/icon/gator/templates/payments/payment-amex.js +0 -11
- package/dist/components/icon/gator/templates/payments/payment-apple-pay.js +0 -7
- package/dist/components/icon/gator/templates/payments/payment-discover.js +0 -21
- package/dist/components/icon/gator/templates/payments/payment-google-pay.js +0 -13
- package/dist/components/icon/gator/templates/payments/payment-mastercard.js +0 -10
- package/dist/components/icon/gator/templates/payments/payment-visa.js +0 -10
- package/dist/components/icon/gator/templates/pen.js +0 -8
- package/dist/components/icon/gator/templates/pencil-paper.js +0 -8
- package/dist/components/icon/gator/templates/pencil.js +0 -8
- package/dist/components/icon/gator/templates/people-multiple.js +0 -8
- package/dist/components/icon/gator/templates/people-share.js +0 -8
- package/dist/components/icon/gator/templates/percent.js +0 -8
- package/dist/components/icon/gator/templates/person-add.js +0 -8
- package/dist/components/icon/gator/templates/person-check.js +0 -8
- package/dist/components/icon/gator/templates/person-lock.js +0 -12
- package/dist/components/icon/gator/templates/person.js +0 -8
- package/dist/components/icon/gator/templates/phone-alert.js +0 -24
- package/dist/components/icon/gator/templates/phone-mobile.js +0 -8
- package/dist/components/icon/gator/templates/phone.js +0 -8
- package/dist/components/icon/gator/templates/picture.js +0 -8
- package/dist/components/icon/gator/templates/pin.js +0 -8
- package/dist/components/icon/gator/templates/pinterest-logo.js +0 -8
- package/dist/components/icon/gator/templates/play-circle.js +0 -8
- package/dist/components/icon/gator/templates/play.js +0 -9
- package/dist/components/icon/gator/templates/plugs-connected.js +0 -14
- package/dist/components/icon/gator/templates/plugs.js +0 -14
- package/dist/components/icon/gator/templates/plus-circle.js +0 -8
- package/dist/components/icon/gator/templates/plus.js +0 -8
- package/dist/components/icon/gator/templates/printer.js +0 -8
- package/dist/components/icon/gator/templates/question-chat-bubble.js +0 -8
- package/dist/components/icon/gator/templates/question-circle.js +0 -12
- package/dist/components/icon/gator/templates/question-mark.js +0 -8
- package/dist/components/icon/gator/templates/radio-selected.js +0 -22
- package/dist/components/icon/gator/templates/radio.js +0 -16
- package/dist/components/icon/gator/templates/receipt.js +0 -12
- package/dist/components/icon/gator/templates/restricted-filled.js +0 -5
- package/dist/components/icon/gator/templates/restricted.js +0 -8
- package/dist/components/icon/gator/templates/robot.js +0 -17
- package/dist/components/icon/gator/templates/sandals.js +0 -16
- package/dist/components/icon/gator/templates/save.js +0 -8
- package/dist/components/icon/gator/templates/screen.js +0 -8
- package/dist/components/icon/gator/templates/search.js +0 -8
- package/dist/components/icon/gator/templates/selection.js +0 -5
- package/dist/components/icon/gator/templates/send-filled.js +0 -5
- package/dist/components/icon/gator/templates/send.js +0 -8
- package/dist/components/icon/gator/templates/settings.js +0 -8
- package/dist/components/icon/gator/templates/share-1.js +0 -8
- package/dist/components/icon/gator/templates/share-2.js +0 -8
- package/dist/components/icon/gator/templates/shield-lock.js +0 -12
- package/dist/components/icon/gator/templates/shield-warning.js +0 -8
- package/dist/components/icon/gator/templates/sidebar-simple.js +0 -8
- package/dist/components/icon/gator/templates/sidebar.js +0 -8
- package/dist/components/icon/gator/templates/smart-home.js +0 -14
- package/dist/components/icon/gator/templates/sort-arrow-solid-down.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-left.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-right.js +0 -10
- package/dist/components/icon/gator/templates/sort-arrow-solid-up-down.js +0 -16
- package/dist/components/icon/gator/templates/sort-arrow-solid-up.js +0 -10
- package/dist/components/icon/gator/templates/sort-reverse-variant.js +0 -8
- package/dist/components/icon/gator/templates/sort-variant.js +0 -8
- package/dist/components/icon/gator/templates/sparkle-filled.js +0 -8
- package/dist/components/icon/gator/templates/sparkle.js +0 -8
- package/dist/components/icon/gator/templates/speech-bubble.js +0 -8
- package/dist/components/icon/gator/templates/square-split-horizontal.js +0 -5
- package/dist/components/icon/gator/templates/square-split-vertical.js +0 -5
- package/dist/components/icon/gator/templates/square.js +0 -5
- package/dist/components/icon/gator/templates/stack.js +0 -8
- package/dist/components/icon/gator/templates/stamp.js +0 -8
- package/dist/components/icon/gator/templates/star-four-filled.js +0 -8
- package/dist/components/icon/gator/templates/star-four.js +0 -8
- package/dist/components/icon/gator/templates/star.js +0 -8
- package/dist/components/icon/gator/templates/stopwatch.js +0 -8
- package/dist/components/icon/gator/templates/sun.js +0 -8
- package/dist/components/icon/gator/templates/sync.js +0 -8
- package/dist/components/icon/gator/templates/tab-arrows.js +0 -8
- package/dist/components/icon/gator/templates/table.js +0 -5
- package/dist/components/icon/gator/templates/target.js +0 -8
- package/dist/components/icon/gator/templates/text-aa.js +0 -5
- package/dist/components/icon/gator/templates/thumbs-down.js +0 -8
- package/dist/components/icon/gator/templates/thumbs-up.js +0 -8
- package/dist/components/icon/gator/templates/tools.js +0 -8
- package/dist/components/icon/gator/templates/touch-id.js +0 -8
- package/dist/components/icon/gator/templates/trash.js +0 -8
- package/dist/components/icon/gator/templates/trend-up.js +0 -5
- package/dist/components/icon/gator/templates/twitter-logo.js +0 -8
- package/dist/components/icon/gator/templates/unlink.js +0 -8
- package/dist/components/icon/gator/templates/unlock.js +0 -8
- package/dist/components/icon/gator/templates/upload.js +0 -8
- package/dist/components/icon/gator/templates/video.js +0 -8
- package/dist/components/icon/gator/templates/waffle.js +0 -40
- package/dist/components/icon/gator/templates/warning-circle.js +0 -8
- package/dist/components/icon/gator/templates/warning-diamond.js +0 -8
- package/dist/components/icon/gator/templates/warning-filled.js +0 -5
- package/dist/components/icon/gator/templates/warning-octagon.js +0 -8
- package/dist/components/icon/gator/templates/warning.js +0 -8
- package/dist/components/icon/gator/templates/wet-sign.js +0 -8
- package/dist/components/icon/gator/templates/wifi-off.js +0 -8
- package/dist/components/icon/gator/templates/wifi.js +0 -8
- package/dist/components/icon/gator/templates/x-logo.js +0 -8
- package/dist/components/icon/gator/templates/yelp-logo.js +0 -10
- package/dist/components/icon/gator/templates/youtube-logo.js +0 -8
- package/dist/components/icon/gator/templates/zillow-logo.js +0 -10
- package/dist/components/illustration/gator/templates/add-note.js +0 -6
- package/dist/components/illustration/gator/templates/address.js +0 -6
- package/dist/components/illustration/gator/templates/appointment-confirmed.js +0 -6
- package/dist/components/illustration/gator/templates/assets.js +0 -6
- package/dist/components/illustration/gator/templates/auto-money.js +0 -6
- package/dist/components/illustration/gator/templates/balloons.js +0 -6
- package/dist/components/illustration/gator/templates/bank-account.js +0 -6
- package/dist/components/illustration/gator/templates/brief-case.js +0 -6
- package/dist/components/illustration/gator/templates/calendar-home.js +0 -6
- package/dist/components/illustration/gator/templates/change-data.js +0 -7
- package/dist/components/illustration/gator/templates/check-with-pencil.js +0 -6
- package/dist/components/illustration/gator/templates/co-borrower.js +0 -7
- package/dist/components/illustration/gator/templates/co-borrowers-incomplete.js +0 -7
- package/dist/components/illustration/gator/templates/co-borrowers.js +0 -7
- package/dist/components/illustration/gator/templates/commercial.js +0 -29
- package/dist/components/illustration/gator/templates/condo.js +0 -42
- package/dist/components/illustration/gator/templates/connectivity.js +0 -7
- package/dist/components/illustration/gator/templates/consumer.js +0 -22
- package/dist/components/illustration/gator/templates/contact-search.js +0 -7
- package/dist/components/illustration/gator/templates/conversation-multiple.js +0 -7
- package/dist/components/illustration/gator/templates/credit-card.js +0 -7
- package/dist/components/illustration/gator/templates/crop-background.js +0 -7
- package/dist/components/illustration/gator/templates/crop-page.js +0 -7
- package/dist/components/illustration/gator/templates/declarations-legal.js +0 -7
- package/dist/components/illustration/gator/templates/deliver.js +0 -7
- package/dist/components/illustration/gator/templates/demographic-info.js +0 -7
- package/dist/components/illustration/gator/templates/document-add.js +0 -7
- package/dist/components/illustration/gator/templates/document-signature.js +0 -7
- package/dist/components/illustration/gator/templates/download-app.js +0 -7
- package/dist/components/illustration/gator/templates/empty-box.js +0 -7
- package/dist/components/illustration/gator/templates/family-home.js +0 -38
- package/dist/components/illustration/gator/templates/home-search.js +0 -7
- package/dist/components/illustration/gator/templates/house-5.js +0 -7
- package/dist/components/illustration/gator/templates/house-6.js +0 -7
- package/dist/components/illustration/gator/templates/house-fireworks.js +0 -7
- package/dist/components/illustration/gator/templates/house-under-construction.js +0 -7
- package/dist/components/illustration/gator/templates/house-with-shield.js +0 -7
- package/dist/components/illustration/gator/templates/inquiry.js +0 -7
- package/dist/components/illustration/gator/templates/locked.js +0 -7
- package/dist/components/illustration/gator/templates/make-an-offer.js +0 -7
- package/dist/components/illustration/gator/templates/mortgage.js +0 -20
- package/dist/components/illustration/gator/templates/network-error.js +0 -7
- package/dist/components/illustration/gator/templates/page-1.js +0 -7
- package/dist/components/illustration/gator/templates/page-2.js +0 -7
- package/dist/components/illustration/gator/templates/page-3.js +0 -7
- package/dist/components/illustration/gator/templates/paper-3.js +0 -7
- package/dist/components/illustration/gator/templates/paper-7.js +0 -7
- package/dist/components/illustration/gator/templates/person-2.js +0 -7
- package/dist/components/illustration/gator/templates/personal-info.js +0 -7
- package/dist/components/illustration/gator/templates/portfolio-analytics.js +0 -37
- package/dist/components/illustration/gator/templates/price-search.js +0 -7
- package/dist/components/illustration/gator/templates/quick-links.js +0 -7
- package/dist/components/illustration/gator/templates/register.js +0 -7
- package/dist/components/illustration/gator/templates/schedule-home-tour.js +0 -7
- package/dist/components/illustration/gator/templates/small-business.js +0 -20
- package/dist/components/illustration/gator/templates/social-security.js +0 -7
- package/dist/components/illustration/gator/templates/start-conversation.js +0 -7
- package/dist/components/illustration/gator/templates/status-no-x.js +0 -7
- package/dist/components/illustration/gator/templates/status.js +0 -7
- package/dist/components/illustration/gator/templates/success.js +0 -7
- package/dist/components/illustration/gator/templates/talkluments.js +0 -7
- package/dist/components/illustration/gator/templates/thumbs-down-man.js +0 -7
- package/dist/components/illustration/gator/templates/town-home.js +0 -54
- package/dist/components/illustration/gator/templates/transfer.js +0 -7
- package/dist/components/illustration/gator/templates/treasury.js +0 -21
- package/dist/components/illustration/gator/templates/unsecured-line-of-credit.js +0 -7
- package/dist/components/illustration/gator/templates/upload-cloud.js +0 -7
- package/dist/components/illustration/gator/templates/your-bank-placeholder.js +0 -40
- package/dist/components/illustration/gator/templates/your-bank.js +0 -26
- package/dist/types/components/icon/gator/templates/add-link.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/airplane.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/alarm.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/apartment.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-around.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrow-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/arrows-down-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bank.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/bell.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/binoculars.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/book.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/box.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/brain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cake.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/calculator.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/calendar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/camera.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/case.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-bar-horizontal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-bar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-donut.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-line.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-pie.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-rise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chart-scatter.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-ai.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-dots.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-slash.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle-text.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chat.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check-circle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox-indeterminate.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox-selected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/checkerboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/chevron-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-dashed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/city.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clipboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/clock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/collapse.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/contact-info.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/copy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/credit-card.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/crop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/crosshairs.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-eur.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-inr.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-krw.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/currency-rub.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/cursor.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dashboard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/delete.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dna.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-add.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-ai.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-image.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-pdf.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document-zip.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/document.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/dollar-house.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/down-payment.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/download.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/drag-drop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/earth.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exclude-square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/exit.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/expand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/export.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye-closed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye-crossed.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/eye.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/file-code.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/files.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filters-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/filters.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ad-andorra.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ae-united-arab-emirates.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-af-afghanistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ag-antigua-and-barbuda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ai-anguilla.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-al-albania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-am-armenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ao-angola.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-aq-antarctica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ar-argentina.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-as-american-smoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-at-austria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-au-australia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-aw-aruba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ax-aland-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-az-azerbaijan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bb-barbados.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bd-bangladesh.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-be-belgium.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bf-burkina-faso.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bg-bulgaria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bh-bahrain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bi-burundi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bj-benin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bl-saint-barthelemy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bm-bermuda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bn-brunei-darussalam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bo-bolivia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-bo-bonaire.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-sa-sba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bq-se-snt-eustatius.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-br-brazil.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bs-bahamas.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bt-bhutan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bv-bouvet-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bw-botswana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-by-belarus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-bz-belize.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ca-canada.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cc-cocos-keeling-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cf-central-african-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cg-republic-of-the-congo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ch-switzerland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ci-c/303/264te-divoire-ivory-coast.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ck-cook-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cl-chile.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cm-cameroon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cn-china.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-co-colombia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cr-costa-rica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cu-cuba.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cv-cabo-verde.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cw-cura/303/247ao.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cx-christmas-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cy-cyprus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-cz-czech-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-de-germany.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dj-djibouti.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dk-denmark.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dm-dominica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-do-dominican-republic.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-dz-algeria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ec-ecuador.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ee-estonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-eg-egypt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-eh-western-sahara.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-er-eritrea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-es-sain.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-et-ethiopia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fi-finland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fj-fiji.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fk-falkland-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fo-faroe-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-fr-france.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ga-gabon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-eng-england.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-nir-northern-ireland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-sct-sotland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-ukm-united-kingdom.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gb-wls-wales.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gd-grenada.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ge-georgia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gf-french-guiana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gg-guernsey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gh-ghana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gi-gibraltar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gl-greenland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gm-gambia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gn-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gp-guadeloupe-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gp-guadeloupe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gq-equatorial-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gr-greece.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gt-guatemala.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gu-guam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gw-guinea-bissau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-gy-guyana.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hk-hong-kong.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hn-honduras.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hr-croatia-hrvatska.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ht-haiti.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-hu-hungary.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-id-indonesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ie-ireland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-il-isreal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-im-isle-of-man.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-in-india.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-io-british-indian-ocean-territory.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-iq-iraq.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ir-iran.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-is-iceland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-it-italy.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-je-jersey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jm-jamaica.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jo-jordan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-jp-japan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ke-kenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kg-kyrgyzstan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kh-cambodia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ki--kiribati.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-km-comoros.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kp-korea-north.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kr-korea-south.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kw-kuwait.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ky-cayman-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-kz-kazakhstan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-la-laos.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lb-lebanon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lc-saint-lucia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-li-liechtenstein.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lk-sri-lanka.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lr-liberia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ls-lesotho.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lt-lithuania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lu-luxembourg.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-lv-latvia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ly-libya.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ma-morocco.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mc-monaco.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-md-moldova.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-me-montenegro.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mf-saint-martin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mg-madagascar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mh-marshall-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mk-north-macedonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ml-mali.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mm-myanmar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mn-mongolia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mo-macao.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mp-northern-mariana-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mq-martinique-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mq-martinique.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mr-mauritania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ms-montserrat.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mt-malta.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mu-mauritius.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mv-maldives.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mw-malawi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mx-mexico.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-my-malaysia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-mz-mozambique.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-na-namibia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nc-new-caledonia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ne-niger.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nf-norfolk-island.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ng-nigeria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ni-nicaragua.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nl-netherlands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-no-norway.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-np-nepal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nr-nauru.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nu-niue.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-om-oman.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pa-panama.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pe-peru.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pf-french-polynesia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pg-papua-new-guinea.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ph-philippines.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pk-pakistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pl-poland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pn-pitcairn-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pr-puerto-rico.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ps-palestinian-territory.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pt-portugal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-pw-palau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-py-paraguay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-qa-qatar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-re-reunion.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ro-romania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-rs-srbia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ru-russian-federation.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-rw-rwanda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sa-sudi-arabia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sb-slomon-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sc-sychelles.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sd-sdan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-se-seden.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sg-sngapore.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sh-sint-helena.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-si-sovenia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sk-sovakia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sl-serra-leone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sm-sn-marino.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sn-snegal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-so-smalia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sr-sriname.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ss-south-sudan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-st-so-tome-and-principe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sv-el-slvador.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sx-snt-maarten.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sy-sria.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-sz-saziland.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-td-chad.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tg-togo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-th-thailand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tj-tajikistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tk-tokelau.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tl-timor-leste.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tm-turkmenistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tn-tunisia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-to-tonga.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tr-turkey.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tt-trinidad-and-tobago.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tv-tuvalu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tw-taiwan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-tz-tanzania.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ua-ukraine.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ug-uganda.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-us-united-states.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-uy-uruguay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-uz-uzbekistan.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-va-vatican-city-state.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ve-venezuela.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vg-virgin-islands-british.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vi-virgin-islands-us.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vn-vietnam.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-vu-vanuatu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-wf-wallis-and-futuna.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ws-smoa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-ye-yemen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-yt-unf-mayotte.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-za-south-africa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-zm-zambia.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flags/flag-zw-zimbabwe.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flame.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flash-off.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/flash-on.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/folder.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/gauge.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/grid-four.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/grid-nine.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/hammer.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/heart.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-door.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-finance.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/home-search.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/house-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/house.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/inbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/info.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/interest-rate.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/invoice.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/kanban.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/label.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/laptop.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/layout.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lightbulb-filament.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lightbulb.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/link.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/list-star.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/list.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/loading.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/magic-wand.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mail-open.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mail.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mailbox.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/map.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus-square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/minus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/monitor.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/move-doc.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/move.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/music.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-0.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-1.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-10.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-3.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-4.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-5.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-6.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-7.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-8.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/number-9.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/overflow-menu.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/paperclip.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pause-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pause.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-amazon-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-amex.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-apple-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-discover.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-google-pay.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-mastercard.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/payments/payment-visa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pencil.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/people-multiple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/people-share.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/percent.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-add.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-check.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person-lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/person.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone-alert.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/phone.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/picture.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pin.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/play-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/play.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plugs-connected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plugs.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plus-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/plus.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/printer.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/question-mark.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/radio-selected.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/radio.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/receipt.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/restricted-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/restricted.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/robot.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sandals.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/save.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/screen.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/search.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/selection.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/send-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/send.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/settings.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/share-1.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/share-2.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/shield-lock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/shield-warning.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sidebar.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/smart-home.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sort-variant.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sparkle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square-split-horizontal.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square-split-vertical.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/square.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stack.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stamp.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star-four.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/star.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/stopwatch.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sun.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/sync.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/table.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/target.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/text-aa.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/tools.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/touch-id.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/trash.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/trend-up.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/unlink.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/unlock.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/upload.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/video.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/waffle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-circle.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-filled.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/warning.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wet-sign.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wifi-off.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/wifi.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/x-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +0 -1
- package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/add-note.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/address.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/appointment-confirmed.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/assets.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/auto-money.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/balloons.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/bank-account.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/brief-case.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/calendar-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/change-data.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/check-with-pencil.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrower.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrowers-incomplete.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/co-borrowers.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/commercial.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/condo.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/connectivity.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/consumer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/contact-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/conversation-multiple.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/credit-card.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/crop-background.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/crop-page.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/declarations-legal.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/deliver.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/demographic-info.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/document-add.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/document-signature.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/download-app.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/empty-box.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/family-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/home-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-5.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-6.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-fireworks.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-under-construction.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/house-with-shield.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/inquiry.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/locked.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/make-an-offer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/mortgage.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/network-error.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-1.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-2.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/page-3.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/paper-3.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/paper-7.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/person-2.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/personal-info.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/portfolio-analytics.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/price-search.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/quick-links.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/register.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/schedule-home-tour.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/small-business.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/social-security.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/start-conversation.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/status-no-x.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/status.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/success.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/talkluments.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/thumbs-down-man.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/town-home.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/transfer.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/treasury.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/unsecured-line-of-credit.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/upload-cloud.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/your-bank-placeholder.d.ts +0 -1
- package/dist/types/components/illustration/gator/templates/your-bank.d.ts +0 -1
|
@@ -0,0 +1,29 @@
|
|
|
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_15109)">
|
|
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="#BF2714"/>
|
|
5
|
+
<mask id="mask0_5982_15109" 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_15109)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 3.25V12H22V3.25H2Z" fill="#3D58DB"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5L13.25 12L2 4.5Z" fill="#F7FCFF"/>
|
|
12
|
+
<mask id="mask1_5982_15109" 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_15109)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.503 11.3251L11.3005 11.6326L11.7749 11.0743L11.7875 11.821L12.5214 12.0597L11.7489 12.3219L11.7998 13.0081L11.291 12.4825L10.4912 12.6346L10.9634 12.0292L10.503 11.3251Z" fill="#FECA00"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00303 15.0751L3.73601 15.3991L4.2749 14.8243L4.22304 15.5875L5.0214 15.8097L4.18445 16.0885L4.29981 16.7581L3.71708 16.2796L2.99124 16.3846L3.39898 15.7957L3.00303 15.0751Z" fill="#FECA00"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.00303 7.57507L3.81413 7.87396L4.2749 7.32426L4.30116 8.06235L5.0214 8.3097L4.26257 8.56328L4.29981 9.2581L3.7952 8.75443L2.99124 8.88458L3.4771 8.27055L3.00303 7.57507Z" fill="#FECA00"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.07617 13.583C7.93912 13.583 8.63867 12.8835 8.63867 12.0205C8.63867 11.1576 7.93912 10.458 7.07617 10.458C6.21323 10.458 5.51367 11.1576 5.51367 12.0205C5.51367 12.8835 6.21323 13.583 7.07617 13.583Z" fill="#FECA00"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89104 9.64987L6.97501 10.6536C6.98303 10.7146 7.02993 10.7631 7.09056 10.7733C7.16673 10.786 7.23882 10.7346 7.25157 10.6585L7.36239 9.6581C7.36433 9.64647 7.36541 9.63471 7.36562 9.62291C7.36792 9.49131 7.26309 9.38276 7.13149 9.38046C7.1197 9.38026 7.1079 9.38093 7.09621 9.38247C6.96571 9.39966 6.87386 9.51938 6.89104 9.64987ZM6.62973 10.135L6.75949 10.5716C6.77153 10.6122 6.81201 10.6373 6.85779 10.6292C6.89532 10.6203 6.91855 10.5827 6.90968 10.5452L6.80612 10.107C6.79421 10.0566 6.74539 10.0239 6.69427 10.0322C6.69085 10.0328 6.68748 10.0335 6.68416 10.0345C6.64139 10.0472 6.61701 10.0922 6.62973 10.135ZM7.33149 10.5898C7.32132 10.627 7.34322 10.6654 7.3845 10.6766C7.42589 10.6852 7.46722 10.6616 7.48067 10.6215L7.62559 10.1896C7.63978 10.1473 7.617 10.1015 7.57469 10.0873C7.57141 10.0862 7.56807 10.0853 7.56467 10.0847C7.51387 10.0746 7.46394 10.1055 7.45028 10.1555L7.33149 10.5898ZM8.62969 10.151L7.93112 10.9223C7.89369 10.9711 7.89252 11.0386 7.92821 11.0887C7.97306 11.1515 8.06039 11.1662 8.12326 11.1213L8.95716 10.4901C8.96676 10.4832 8.97584 10.4757 8.98433 10.4675C9.07901 10.376 9.08164 10.2252 8.99021 10.1305C8.98202 10.122 8.9732 10.1141 8.96385 10.107C8.85942 10.0268 8.70981 10.0465 8.62969 10.151ZM8.41718 11.7884L9.46027 11.7077C9.59077 11.6905 9.71049 11.7824 9.72768 11.9129C9.72922 11.9246 9.72989 11.9364 9.72968 11.9481C9.72739 12.0798 9.61884 12.1846 9.48723 12.1823C9.47544 12.1821 9.46368 12.181 9.45205 12.179L8.41235 12.065C8.33618 12.0522 8.28476 11.9802 8.29751 11.904C8.30766 11.8434 8.35622 11.7965 8.41718 11.7884ZM8.95853 13.4498L8.14846 12.7445C8.09968 12.7071 8.03219 12.7059 7.98213 12.7416C7.91926 12.7865 7.90464 12.8738 7.94948 12.9367L8.61943 13.7773C8.62628 13.7869 8.63383 13.796 8.64202 13.8044C8.73346 13.8991 8.88433 13.9018 8.97902 13.8103C8.9875 13.8021 8.99536 13.7933 9.00254 13.784C9.08267 13.6795 9.06296 13.5299 8.95853 13.4498ZM7.28237 13.2306L7.34422 14.2837C7.3614 14.4142 7.26955 14.534 7.13905 14.5511C7.12736 14.5527 7.11557 14.5534 7.10377 14.5532C6.97217 14.5509 6.86734 14.4423 6.86964 14.3107C6.86985 14.2989 6.87093 14.2871 6.87287 14.2755L7.00581 13.2258C7.01856 13.1496 7.09064 13.0982 7.16681 13.1109C7.22745 13.1211 7.27434 13.1696 7.28237 13.2306ZM5.63795 13.7996L6.32626 12.9619C6.36368 12.9131 6.36486 12.8456 6.32916 12.7956C6.28432 12.7327 6.19699 12.7181 6.13411 12.7629L5.31048 13.4604C5.30087 13.4673 5.29179 13.4748 5.28331 13.483C5.18863 13.5745 5.18599 13.7254 5.27743 13.82C5.28562 13.8285 5.29443 13.8364 5.30379 13.8436C5.40822 13.9237 5.55783 13.904 5.63795 13.7996ZM5.8402 12.0958L4.7907 12.1823C4.6602 12.1995 4.54048 12.1076 4.52329 11.9771C4.52175 11.9654 4.52108 11.9536 4.52128 11.9418C4.52358 11.8102 4.63213 11.7054 4.76373 11.7077C4.77553 11.7079 4.78729 11.709 4.79892 11.7109L5.84503 11.8192C5.9212 11.832 5.97261 11.9041 5.95986 11.9802C5.94971 12.0409 5.90115 12.0878 5.8402 12.0958ZM5.21878 10.4514L6.10892 11.1397C6.1577 11.1771 6.22519 11.1783 6.27524 11.1426C6.33812 11.0977 6.35274 11.0104 6.30789 10.9475L5.55788 10.1239C5.55103 10.1143 5.54348 10.1052 5.53529 10.0967C5.44386 10.0021 5.29298 9.99942 5.1983 10.0909C5.18981 10.099 5.18195 10.1079 5.17477 10.1172C5.09464 10.2216 5.11435 10.3713 5.21878 10.4514ZM7.83671 10.712L8.05371 10.3115C8.07496 10.2722 8.124 10.2576 8.16324 10.2789C8.16628 10.2806 8.16921 10.2824 8.17202 10.2844C8.21402 10.3147 8.22547 10.3723 8.19825 10.4164L7.96161 10.7995C7.94134 10.8323 7.89832 10.8424 7.86552 10.8222C7.82744 10.7955 7.81656 10.7491 7.83671 10.712ZM8.93582 11.4431L8.49918 11.5729C8.45865 11.585 8.43355 11.6254 8.44162 11.6712C8.45049 11.7087 8.4881 11.732 8.52563 11.7231L8.96385 11.6195C9.01424 11.6076 9.04687 11.5588 9.0386 11.5077C9.03805 11.5043 9.03728 11.5009 9.03629 11.4976C9.02358 11.4548 8.9786 11.4304 8.93582 11.4431ZM8.35884 12.6501L8.75935 12.8671C8.79858 12.8884 8.81315 12.9374 8.7919 12.9767C8.79025 12.9797 8.78841 12.9826 8.78638 12.9854C8.75609 13.0274 8.69849 13.0389 8.65443 13.0117L8.27133 12.775C8.23853 12.7548 8.22836 12.7117 8.24863 12.6789C8.27529 12.6409 8.32166 12.63 8.35884 12.6501ZM7.62765 13.7492L7.49789 13.3126C7.48585 13.2721 7.44537 13.247 7.39959 13.255C7.36206 13.2639 7.33883 13.3015 7.3477 13.339L7.45125 13.7773C7.46316 13.8277 7.51199 13.8603 7.56311 13.852C7.56652 13.8515 7.5699 13.8507 7.57322 13.8497C7.61599 13.837 7.64036 13.792 7.62765 13.7492ZM6.42067 13.1723L6.20367 13.5728C6.18241 13.612 6.13337 13.6266 6.09414 13.6053C6.0911 13.6037 6.08816 13.6018 6.08536 13.5998C6.04336 13.5695 6.03191 13.5119 6.05912 13.4679L6.29577 13.0848C6.31603 13.052 6.35905 13.0418 6.39186 13.0621C6.42994 13.0887 6.44082 13.1351 6.42067 13.1723ZM5.32155 12.4411L5.7582 12.3113C5.79873 12.2993 5.82383 12.2588 5.81576 12.213C5.80689 12.1755 5.76928 12.1523 5.73175 12.1611L5.29353 12.2647C5.24313 12.2766 5.2105 12.3254 5.21878 12.3765C5.21933 12.3799 5.2201 12.3833 5.22109 12.3866C5.2338 12.4294 5.27878 12.4538 5.32155 12.4411ZM5.89854 11.2341L5.49803 11.0171C5.4588 10.9958 5.44422 10.9468 5.46548 10.9076C5.46713 10.9045 5.46897 10.9016 5.47099 10.8988C5.50129 10.8568 5.55889 10.8453 5.60295 10.8725L5.98604 11.1092C6.01885 11.1295 6.02902 11.1725 6.00875 11.2053C5.98209 11.2434 5.93572 11.2542 5.89854 11.2341ZM8.22831 11.1293C8.19481 11.1484 8.18315 11.191 8.20445 11.2281C8.22758 11.2635 8.27354 11.276 8.3114 11.2572L8.71924 11.0543C8.75919 11.0344 8.77546 10.9859 8.75559 10.946C8.75405 10.9429 8.75231 10.9399 8.75038 10.937C8.72157 10.894 8.66441 10.8805 8.61943 10.9062L8.22831 11.1293ZM8.39423 12.1979C8.40539 12.1566 8.44379 12.1347 8.48098 12.1449L8.91532 12.2637C8.96527 12.2774 8.99618 12.3273 8.98613 12.3781C8.98546 12.3815 8.98457 12.3848 8.98347 12.3881C8.96927 12.4304 8.92347 12.4532 8.88116 12.439L8.44931 12.2941C8.40922 12.2806 8.38555 12.2393 8.39423 12.1979ZM7.9415 13.0417C7.9224 13.0082 7.87975 12.9966 7.84268 13.0179C7.80727 13.041 7.79479 13.087 7.81362 13.1248L8.01651 13.5327C8.03639 13.5726 8.08489 13.5889 8.12484 13.569C8.12794 13.5675 8.13094 13.5657 8.13381 13.5638C8.17684 13.535 8.19029 13.4778 8.16463 13.4329L7.9415 13.0417ZM6.87287 13.2077C6.91415 13.2188 6.93606 13.2572 6.92589 13.2944L6.8071 13.7287C6.79344 13.7787 6.7435 13.8096 6.6927 13.7996C6.68931 13.7989 6.68596 13.798 6.68268 13.7969C6.64038 13.7827 6.61759 13.7369 6.63179 13.6946L6.77671 13.2627C6.79016 13.2226 6.83149 13.199 6.87287 13.2077ZM6.02907 12.7549C6.06256 12.7358 6.07422 12.6932 6.05293 12.6561C6.0298 12.6207 5.98384 12.6082 5.94598 12.627L5.53814 12.8299C5.49819 12.8498 5.48191 12.8983 5.50179 12.9383C5.50333 12.9414 5.50507 12.9444 5.50699 12.9472C5.5358 12.9903 5.59297 13.0037 5.63795 12.9781L6.02907 12.7549ZM5.86314 11.6863C5.85199 11.7276 5.81359 11.7495 5.77639 11.7393L5.34205 11.6205C5.2921 11.6069 5.26119 11.5569 5.27125 11.5061C5.27192 11.5027 5.27281 11.4994 5.27391 11.4961C5.28811 11.4538 5.33391 11.431 5.37621 11.4452L5.80807 11.5901C5.84815 11.6036 5.87182 11.6449 5.86314 11.6863ZM6.31587 10.8425C6.33498 10.876 6.37762 10.8876 6.4147 10.8664C6.4501 10.8432 6.46259 10.7973 6.44375 10.7594L6.24086 10.3516C6.22099 10.3116 6.17249 10.2953 6.13253 10.3152C6.12944 10.3168 6.12644 10.3185 6.12357 10.3204C6.08054 10.3492 6.06708 10.4064 6.09274 10.4514L6.31587 10.8425Z" fill="#FECA00"/>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
<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"/>
|
|
24
|
+
<defs>
|
|
25
|
+
<clipPath id="clip0_5982_15109">
|
|
26
|
+
<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"/>
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>`;export{C as flagPhPhilippinesIcon};
|
|
@@ -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_15311)">
|
|
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="#2F8D00"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5H7V19.5H2V4.5Z" fill="#F7FCFF"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0184 14.0665C16.0184 14.0665 13.2273 14.7942 11.0119 13.3098C8.7965 11.8255 9.91014 8.40495 9.91014 8.40495C8.75455 8.5731 6.93977 12.7893 9.86503 14.9039C12.7903 17.0186 15.5926 14.9859 16.0184 14.0665ZM12.9212 10.0417L11.439 10.7664L13.0026 11.0449L13.2137 12.5734L14.0993 11.2716L15.8422 11.3891L14.4771 10.3711L15.2038 9.01085L13.8448 9.63326L12.8353 8.68408L12.9212 10.0417Z" fill="#F1F9FF"/>
|
|
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_15311">
|
|
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 flagPkPakistanIcon};
|
|
@@ -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_15284)">
|
|
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_15284" 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_15284)">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 12V19.5H22V12H2Z" fill="#C51918"/>
|
|
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_15284">
|
|
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 flagPlPolandIcon};
|
package/dist/packages/styles/dist/gator/themes/icons/flags/flag-pm-saint-pierre-and-miquelon.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const l=`<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_15203)">
|
|
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
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 5H22V20H15.75V5Z" fill="#C51918"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 5H9.5V20H2V5Z" fill="#2E42A5"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 5H15.75V20H8.25V5Z" fill="#F7FCFF"/>
|
|
7
|
+
</g>
|
|
8
|
+
<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"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<clipPath id="clip0_5982_15203">
|
|
11
|
+
<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"/>
|
|
12
|
+
</clipPath>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>`;export{l as flagPmSaintPierreAndMiquelonIcon};
|
|
@@ -0,0 +1,26 @@
|
|
|
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_15191)">
|
|
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="5" height="5" fill="#CC0000"/>
|
|
5
|
+
<path d="M7 5.15V4.5H6.3885L2 8.85V9.5H2.61149L7 5.15Z" fill="#08672F"/>
|
|
6
|
+
<path d="M2 5.15V4.5H2.6115L7 8.85L7 9.5L6.37627 9.5L2 5.15Z" fill="#08672F"/>
|
|
7
|
+
<path d="M2 6.50534L6.99937 6.5L7 7.49466L2.00063 7.5L2 6.50534Z" fill="white"/>
|
|
8
|
+
<path d="M4 4.50063L4.99466 4.5L5 9.49937L4.00534 9.5L4 4.50063Z" fill="white"/>
|
|
9
|
+
<path d="M2 9.5H7V14.5H2V9.5Z" fill="white"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.23998 10.0731C6.2396 10.0517 6.24285 10.0278 6.24635 10.019L6.24635 10.019C6.25621 9.99824 6.2745 9.99952 6.28218 10.0208C6.28528 10.0311 6.29109 10.0706 6.29396 10.1102C6.30128 10.1941 6.31613 10.2494 6.35096 10.3193C6.37597 10.3705 6.39619 10.3994 6.45819 10.4761L6.49105 10.5167L6.42963 10.5146C6.396 10.5136 6.36306 10.5102 6.35643 10.5072C6.34684 10.5018 6.34402 10.5074 6.34089 10.5384C6.33796 10.5797 6.31955 10.6125 6.29058 10.6281C6.27395 10.6379 6.26809 10.6372 6.25256 10.6264C6.22815 10.6093 6.2078 10.5732 6.20128 10.5353C6.19642 10.5076 6.19491 10.5052 6.18189 10.5126C6.16743 10.5216 6.0579 10.5259 6.05776 10.518C6.05771 10.5148 6.07485 10.4923 6.0956 10.4673C6.19147 10.3499 6.241 10.215 6.23998 10.0731ZM2.58633 12.003C2.58858 11.9879 2.6007 11.9639 2.61135 11.951L2.61135 11.951C2.63348 11.9253 2.65261 11.9194 2.64211 11.941C2.62604 11.9785 2.62996 12.011 2.6565 12.0462C2.68648 12.0869 2.69329 12.1415 2.67222 12.1807C2.64956 12.2231 2.60023 12.2248 2.57024 12.1833C2.54626 12.1504 2.54474 12.1115 2.56567 12.0652C2.57372 12.0468 2.58327 12.0189 2.58633 12.003ZM5.031 11.9625C5.03325 11.9474 5.04537 11.9234 5.05602 11.9105L5.05602 11.9106C5.07814 11.8848 5.09728 11.8789 5.08679 11.9005C5.07071 11.9381 5.07462 11.9705 5.10116 12.0057C5.13115 12.0464 5.13794 12.101 5.1169 12.1403C5.09421 12.1826 5.0449 12.1843 5.01491 12.1428C4.99091 12.1099 4.98941 12.0711 5.01034 12.0247C5.01839 12.0063 5.02794 11.9784 5.031 11.9625ZM3.79613 11.9873C3.79838 11.9721 3.8105 11.9481 3.82115 11.9353L3.82115 11.9353C3.84329 11.9096 3.86242 11.9037 3.85192 11.9253C3.83586 11.9628 3.83977 11.9953 3.86631 12.0305C3.89628 12.0712 3.90309 12.1258 3.88203 12.165C3.85936 12.2074 3.81004 12.2091 3.78005 12.1675C3.75606 12.1347 3.75455 12.0958 3.77549 12.0495C3.78352 12.0311 3.79307 12.0032 3.79613 11.9873ZM6.12499 12.1601C6.09181 12.1852 6.05612 12.1914 6.02955 12.1768C6.00889 12.1653 6.00683 12.1725 6.02405 12.1959C6.03302 12.2077 6.05296 12.22 6.07057 12.2245C6.08746 12.2289 6.11687 12.2395 6.13601 12.2471C6.18018 12.2662 6.21962 12.2655 6.24922 12.2451C6.30917 12.2044 6.26993 12.1337 6.18884 12.1352C6.16548 12.1356 6.14806 12.1422 6.12499 12.1601ZM6.30253 12.2434C6.29904 12.2522 6.2958 12.276 6.29617 12.2974C6.29718 12.4394 6.24766 12.5742 6.1518 12.6917C6.13105 12.7166 6.11391 12.7391 6.11396 12.7423C6.1141 12.7502 6.22362 12.746 6.23809 12.737C6.25111 12.7296 6.2526 12.732 6.25747 12.7596C6.26398 12.7976 6.28435 12.8337 6.30875 12.8507C6.32429 12.8616 6.33015 12.8623 6.34678 12.8524C6.37573 12.8369 6.39416 12.804 6.39709 12.7628C6.4002 12.7318 6.40304 12.7262 6.41262 12.7316C6.41925 12.7346 6.4522 12.738 6.48582 12.739L6.54724 12.7411L6.51437 12.7004C6.45239 12.6238 6.43217 12.5948 6.40715 12.5437C6.37233 12.4737 6.35748 12.4185 6.35016 12.3346C6.34727 12.295 6.34148 12.2554 6.33837 12.2452C6.33069 12.2239 6.3124 12.2226 6.30253 12.2434L6.30253 12.2434ZM3.90812 12.1851C3.89435 12.1917 3.8792 12.2031 3.87424 12.2111C3.83434 12.2697 3.92821 12.3315 3.99474 12.2915C4.06632 12.2474 4.06849 12.2466 4.10304 12.2586C4.13244 12.2684 4.13389 12.2684 4.12784 12.2558C4.11573 12.2323 4.09728 12.2215 4.02596 12.1966C3.94437 12.1686 3.94144 12.1687 3.90812 12.1851L3.90812 12.1851ZM3.53398 12.2258C3.56054 12.2404 3.59624 12.2342 3.62942 12.209C3.65248 12.1912 3.66991 12.1845 3.69328 12.1841C3.77436 12.1827 3.81359 12.2534 3.75365 12.2941C3.72405 12.3144 3.68461 12.3151 3.64044 12.2961C3.6213 12.2885 3.59188 12.2779 3.575 12.2734C3.55739 12.269 3.53745 12.2566 3.52848 12.2449C3.51125 12.2214 3.51333 12.2142 3.53398 12.2258ZM3.80696 12.2924C3.80347 12.3011 3.80023 12.325 3.80061 12.3464C3.80162 12.4883 3.7521 12.6232 3.65623 12.7407C3.63548 12.7656 3.61832 12.7881 3.61838 12.7913C3.61852 12.7992 3.72806 12.7949 3.74252 12.7859C3.75554 12.7786 3.75703 12.7809 3.7619 12.8086C3.76841 12.8465 3.78878 12.8827 3.81318 12.8997C3.82872 12.9105 3.83457 12.9112 3.85122 12.9014C3.88017 12.8858 3.89859 12.853 3.90153 12.8117C3.90464 12.7807 3.90746 12.7751 3.91705 12.7805C3.92369 12.7836 3.95662 12.787 3.99026 12.7879L4.05167 12.79L4.01881 12.7494C3.95682 12.6728 3.93658 12.6438 3.91159 12.5927C3.87675 12.5227 3.8619 12.4674 3.85459 12.3835C3.8517 12.3439 3.8459 12.3044 3.8428 12.2941C3.83513 12.2728 3.81684 12.2716 3.80696 12.2924L3.80696 12.2924ZM5.14299 12.1604C5.12922 12.167 5.11407 12.1783 5.10909 12.1863C5.06919 12.2449 5.16308 12.3067 5.22959 12.2667C5.30117 12.2226 5.30335 12.2218 5.3379 12.2339C5.36729 12.2437 5.36876 12.2437 5.36269 12.2311C5.35059 12.2075 5.33214 12.1967 5.26082 12.1718C5.17923 12.1439 5.17631 12.1439 5.14299 12.1604L5.14299 12.1604ZM4.76885 12.201C4.7954 12.2156 4.8311 12.2094 4.86427 12.1843C4.88734 12.1664 4.90476 12.1598 4.92814 12.1594C5.00923 12.158 5.04845 12.2286 4.98852 12.2693C4.9589 12.2897 4.91946 12.2904 4.87529 12.2713C4.85615 12.2637 4.82675 12.2531 4.80987 12.2487C4.79225 12.2442 4.7723 12.2319 4.76333 12.2201C4.74612 12.1967 4.74818 12.1895 4.76885 12.201ZM5.04183 12.2676C5.03833 12.2764 5.03508 12.3002 5.03546 12.3217C5.03648 12.4636 4.98695 12.5984 4.89108 12.7159C4.87033 12.7409 4.85319 12.7634 4.85325 12.7665C4.85338 12.7744 4.96291 12.7702 4.97737 12.7612C4.99039 12.7538 4.9919 12.7562 4.99677 12.7838C5.00328 12.8218 5.02363 12.8579 5.04805 12.8749C5.06357 12.8858 5.06944 12.8865 5.08607 12.8766C5.11503 12.8611 5.13345 12.8282 5.13638 12.787C5.1395 12.756 5.14232 12.7504 5.15192 12.7558C5.15854 12.7588 5.19148 12.7622 5.22511 12.7632L5.28653 12.7653L5.25367 12.7246C5.19169 12.648 5.17145 12.619 5.14644 12.5679C5.11161 12.498 5.09676 12.4427 5.08945 12.3588C5.08657 12.3192 5.08076 12.2796 5.07767 12.2694C5.06998 12.2481 5.05169 12.2468 5.04183 12.2676L5.04183 12.2676ZM2.69832 12.2008C2.68455 12.2074 2.6694 12.2188 2.66442 12.2268C2.62453 12.2854 2.71841 12.3472 2.78494 12.3072C2.8565 12.2631 2.85868 12.2623 2.89323 12.2744C2.92264 12.2842 2.92409 12.2841 2.91803 12.2716C2.90592 12.248 2.88747 12.2372 2.81615 12.2123C2.73457 12.1844 2.73164 12.1844 2.69832 12.2008L2.69832 12.2008ZM3.75077 10.068C3.74727 10.0768 3.74403 10.1006 3.74441 10.122C3.74542 10.264 3.6959 10.3988 3.60003 10.5163C3.57928 10.5412 3.56214 10.5637 3.56219 10.5669C3.56233 10.5748 3.67186 10.5705 3.68632 10.5616C3.69934 10.5542 3.70085 10.5566 3.70572 10.5842C3.71221 10.6222 3.73258 10.6583 3.75698 10.6753C3.77252 10.6861 3.77838 10.6868 3.79502 10.677C3.82397 10.6615 3.84239 10.6286 3.84533 10.5873C3.84844 10.5564 3.85127 10.5508 3.86086 10.5561C3.86749 10.5592 3.90043 10.5626 3.93406 10.5636L3.99547 10.5657L3.96262 10.525C3.90062 10.4484 3.8804 10.4194 3.85539 10.3683C3.82056 10.2983 3.80571 10.2431 3.7984 10.1591C3.79552 10.1195 3.78971 10.08 3.7866 10.0697C3.77893 10.0485 3.76064 10.0472 3.75077 10.068L3.75077 10.068ZM4.97927 10.0973C4.9789 10.0759 4.98213 10.052 4.98563 10.0432L4.98563 10.0432C4.9955 10.0224 5.01379 10.0237 5.02147 10.045C5.02456 10.0553 5.03037 10.0948 5.03326 10.1344C5.04056 10.2183 5.05541 10.2736 5.09025 10.3436C5.11525 10.3947 5.13549 10.4236 5.19747 10.5003L5.23033 10.5409L5.16892 10.5388C5.13528 10.5378 5.10235 10.5344 5.09572 10.5314C5.08612 10.526 5.0833 10.5316 5.08019 10.5626C5.07726 10.6039 5.05883 10.6367 5.02988 10.6523C5.01324 10.6621 5.00739 10.6614 4.99185 10.6506C4.96745 10.6335 4.94708 10.5974 4.94057 10.5595C4.9357 10.5318 4.93421 10.5294 4.92118 10.5368C4.90672 10.5458 4.7972 10.5501 4.79706 10.5422C4.797 10.539 4.81415 10.5165 4.8349 10.4915C4.93076 10.3741 4.98028 10.2392 4.97927 10.0973ZM2.55431 10.0835C2.55081 10.0923 2.54758 10.1161 2.54795 10.1375C2.54846 10.2085 2.5311 10.2896 2.50686 10.3557L2.50925 10.5997C2.51576 10.6377 2.53613 10.6738 2.56053 10.6908C2.57607 10.7016 2.58192 10.7023 2.59856 10.6925C2.62751 10.6769 2.64594 10.6441 2.64887 10.6028C2.65198 10.5719 2.65482 10.5662 2.6644 10.5716C2.67103 10.5747 2.70397 10.5781 2.7376 10.5791L2.79902 10.5812L2.76615 10.5405C2.70417 10.4639 2.68393 10.4349 2.65893 10.3838C2.62409 10.3138 2.60926 10.2586 2.60194 10.1746C2.59905 10.135 2.59326 10.0955 2.59015 10.0852C2.58247 10.064 2.56418 10.0627 2.55431 10.0835L2.55431 10.0835ZM5.68955 13.0989C5.69181 13.0838 5.70392 13.0598 5.71457 13.0469L5.71457 13.047C5.73671 13.0212 5.75584 13.0153 5.74534 13.0369C5.72928 13.0745 5.73319 13.1069 5.75973 13.1421C5.78971 13.1829 5.79652 13.2375 5.77545 13.2767C5.75278 13.319 5.70346 13.3207 5.67347 13.2792C5.64949 13.2463 5.64797 13.2075 5.66891 13.1611C5.67694 13.1427 5.68649 13.1148 5.68955 13.0989ZM5.80155 13.2968C5.78778 13.3034 5.77264 13.3147 5.76766 13.3228C5.72776 13.3813 5.82164 13.4431 5.88816 13.4031C5.95974 13.3591 5.96191 13.3582 5.99646 13.3703C6.02586 13.3801 6.02732 13.3801 6.02126 13.3675C6.00915 13.3439 5.9907 13.3331 5.91938 13.3082C5.8378 13.2803 5.83486 13.2803 5.80154 13.2968L5.80155 13.2968ZM5.4274 13.3374C5.45396 13.352 5.48966 13.3458 5.52284 13.3207C5.5459 13.3028 5.56333 13.2962 5.5867 13.2958C5.66778 13.2944 5.70701 13.365 5.64707 13.4057C5.61747 13.4261 5.57803 13.4268 5.53386 13.4077C5.51472 13.4001 5.4853 13.3895 5.46842 13.3851C5.45081 13.3806 5.43087 13.3683 5.4219 13.3565C5.40467 13.3331 5.40675 13.3259 5.4274 13.3374ZM5.71358 13.3983C5.71008 13.407 5.70684 13.4306 5.70722 13.4518C5.7082 13.5924 5.65868 13.7261 5.56282 13.8425C5.54207 13.8672 5.52493 13.8895 5.52498 13.8926C5.52512 13.9005 5.63462 13.8962 5.64907 13.8873C5.6621 13.88 5.66359 13.8823 5.66845 13.9098C5.67495 13.9474 5.69531 13.9831 5.7197 14C5.73523 14.0107 5.74108 14.0114 5.75772 14.0017C5.78667 13.9863 5.8051 13.9537 5.80803 13.9128C5.81115 13.8821 5.81397 13.8766 5.82356 13.8819C5.83019 13.8849 5.86312 13.8883 5.89675 13.8893L5.95814 13.8914L5.92529 13.8511C5.86334 13.7752 5.84311 13.7464 5.81813 13.6958C5.78331 13.6265 5.76847 13.5718 5.76118 13.4886C5.7583 13.4494 5.7525 13.4102 5.74941 13.4C5.74174 13.379 5.72345 13.3777 5.71358 13.3983ZM3.19398 13.1479C3.19624 13.1328 3.20835 13.1087 3.219 13.0959L3.219 13.0959C3.24114 13.0702 3.26027 13.0643 3.24977 13.0859C3.2337 13.1234 3.23762 13.1559 3.26416 13.1911C3.29414 13.2318 3.30094 13.2864 3.27988 13.3256C3.25721 13.368 3.20789 13.3696 3.1779 13.3281C3.15392 13.2953 3.1524 13.2564 3.17332 13.2101C3.18138 13.1917 3.19092 13.1638 3.19398 13.1479ZM3.30598 13.3457C3.29221 13.3523 3.27705 13.3637 3.27208 13.3717C3.23219 13.4303 3.32607 13.4921 3.39259 13.4521C3.46415 13.408 3.46634 13.4072 3.50089 13.4193C3.5303 13.4291 3.53175 13.429 3.52569 13.4164C3.51358 13.3929 3.49512 13.3821 3.42381 13.3572C3.34221 13.3292 3.3393 13.3293 3.30598 13.3457L3.30598 13.3457ZM2.93183 13.3864C2.95839 13.401 2.99409 13.3948 3.02727 13.3696C3.05033 13.3518 3.06775 13.3451 3.09113 13.3447C3.17222 13.3433 3.21144 13.414 3.15151 13.4547C3.12191 13.475 3.08246 13.4757 3.03828 13.4567C3.01916 13.4491 2.98974 13.4385 2.97285 13.434C2.95524 13.4296 2.93529 13.4172 2.92632 13.4055C2.9091 13.382 2.91118 13.3748 2.93183 13.3864ZM3.21868 13.4472C3.21518 13.4559 3.21194 13.4795 3.21231 13.5007C3.2133 13.6413 3.16377 13.775 3.06792 13.8914C3.04715 13.9161 3.03001 13.9384 3.03007 13.9415C3.0302 13.9494 3.13971 13.9451 3.15416 13.9362C3.16718 13.9289 3.16869 13.9312 3.17355 13.9586C3.18005 13.9963 3.20039 14.032 3.2248 14.0489C3.24032 14.0596 3.24618 14.0603 3.26281 14.0506C3.29177 14.0352 3.31018 14.0026 3.31313 13.9617C3.31625 13.931 3.31907 13.9255 3.32866 13.9308C3.33529 13.9338 3.36821 13.9372 3.40184 13.9382L3.46324 13.9402L3.43039 13.9C3.36844 13.824 3.34821 13.7953 3.32322 13.7447C3.2884 13.6754 3.27357 13.6207 3.26628 13.5375C3.2634 13.4983 3.2576 13.4591 3.2545 13.4489C3.24682 13.4278 3.22855 13.4266 3.21868 13.4472L3.21868 13.4472ZM4.42885 13.1231C4.43109 13.108 4.44322 13.084 4.45387 13.0711L4.45387 13.0712C4.47599 13.0454 4.49513 13.0395 4.48464 13.0611C4.46856 13.0987 4.47247 13.1311 4.49901 13.1664C4.52899 13.2071 4.5358 13.2617 4.51475 13.3009C4.49206 13.3433 4.44276 13.3449 4.41277 13.3034C4.38877 13.2705 4.38725 13.2317 4.40819 13.1853C4.41623 13.1669 4.42577 13.139 4.42885 13.1231ZM4.54083 13.321C4.52706 13.3276 4.51192 13.3389 4.50694 13.347C4.46704 13.4055 4.56092 13.4673 4.62745 13.4273C4.69902 13.3833 4.7012 13.3824 4.73575 13.3945C4.76515 13.4043 4.76661 13.4043 4.76054 13.3917C4.74845 13.3681 4.72999 13.3573 4.65868 13.3324C4.57708 13.3045 4.57416 13.3045 4.54083 13.321L4.54083 13.321ZM4.1667 13.3616C4.19326 13.3762 4.22895 13.37 4.26212 13.3449C4.2852 13.327 4.30262 13.3204 4.326 13.32C4.40707 13.3186 4.4463 13.3892 4.38637 13.4299C4.35676 13.4503 4.31731 13.451 4.27314 13.4319C4.25401 13.4243 4.2246 13.4137 4.20772 13.4093C4.19011 13.4048 4.17016 13.3925 4.16118 13.3807C4.14397 13.3572 4.14603 13.3501 4.1667 13.3616ZM4.45321 13.4225C4.4497 13.4312 4.44646 13.4548 4.44683 13.476C4.44782 13.6166 4.39829 13.7503 4.30244 13.8666C4.28169 13.8914 4.26455 13.9137 4.2646 13.9168C4.26474 13.9247 4.37423 13.9204 4.38869 13.9115C4.40171 13.9042 4.40322 13.9065 4.40808 13.9339C4.41457 13.9715 4.43493 14.0073 4.45933 14.0242C4.47485 14.0349 4.48071 14.0356 4.49734 14.0259C4.52629 14.0104 4.54472 13.9779 4.54765 13.937C4.55077 13.9063 4.5536 13.9008 4.56319 13.9061C4.56981 13.9091 4.60275 13.9125 4.63636 13.9135L4.69776 13.9155L4.66493 13.8753C4.60296 13.7993 4.58274 13.7706 4.55775 13.72C4.52294 13.6507 4.5081 13.5959 4.5008 13.5128C4.49793 13.4736 4.49213 13.4344 4.48903 13.4242C4.48136 13.4031 4.46307 13.4019 4.45321 13.4225ZM5.64625 10.8454C5.64851 10.8303 5.66062 10.8063 5.67127 10.7934L5.67128 10.7935C5.69341 10.7677 5.71254 10.7619 5.70204 10.7834C5.68597 10.821 5.68989 10.8534 5.71643 10.8887C5.74641 10.9294 5.75322 10.984 5.73215 11.0232C5.70948 11.0656 5.66016 11.0672 5.63017 11.0257C5.60619 10.9928 5.60467 10.954 5.62559 10.9076C5.63365 10.8893 5.64319 10.8613 5.64625 10.8454ZM5.75825 11.0433C5.74448 11.0499 5.72932 11.0613 5.72435 11.0693C5.68446 11.1279 5.77834 11.1897 5.84487 11.1496C5.91643 11.1056 5.91861 11.1047 5.95316 11.1168C5.98257 11.1266 5.98402 11.1266 5.97796 11.114C5.96585 11.0904 5.94739 11.0796 5.87608 11.0547C5.7945 11.0268 5.79157 11.0269 5.75825 11.0433L5.75825 11.0433ZM5.3841 11.0839C5.41066 11.0985 5.44636 11.0924 5.47954 11.0672C5.5026 11.0494 5.52002 11.0427 5.5434 11.0423C5.62449 11.0409 5.66371 11.1116 5.60378 11.1523C5.57418 11.1726 5.53473 11.1733 5.49055 11.1542C5.47143 11.1466 5.44201 11.136 5.42512 11.1316C5.40751 11.1271 5.38756 11.1148 5.37859 11.1031C5.36137 11.0796 5.36345 11.0724 5.3841 11.0839ZM5.65709 11.1505C5.65359 11.1593 5.65035 11.1832 5.65073 11.2046C5.65174 11.3465 5.60222 11.4814 5.50636 11.5988C5.48559 11.6238 5.46845 11.6463 5.4685 11.6494C5.46864 11.6574 5.57818 11.6531 5.59263 11.6441C5.60565 11.6368 5.60716 11.6391 5.61202 11.6668C5.61854 11.7047 5.63889 11.7408 5.6633 11.7579C5.67883 11.7687 5.68469 11.7694 5.70132 11.7596C5.73029 11.744 5.74872 11.7112 5.75165 11.6699C5.75476 11.6389 5.75758 11.6333 5.76717 11.6387C5.77381 11.6417 5.80674 11.6451 5.84038 11.6461L5.90179 11.6482L5.86893 11.6076C5.80695 11.5309 5.78671 11.5019 5.76171 11.4508C5.72687 11.3809 5.71202 11.3256 5.70472 11.2417C5.70183 11.2021 5.69602 11.1625 5.69292 11.1523C5.68525 11.131 5.66696 11.1297 5.65709 11.1505L5.65709 11.1505ZM3.15069 10.8944C3.15293 10.8793 3.16506 10.8553 3.17571 10.8424L3.17571 10.8425C3.19783 10.8167 3.21697 10.8108 3.20648 10.8324C3.1904 10.87 3.19431 10.9024 3.22085 10.9376C3.25084 10.9783 3.25763 11.0329 3.23659 11.0722C3.2139 11.1145 3.16459 11.1162 3.1346 11.0747C3.1106 11.0418 3.1091 11.003 3.13003 10.9566C3.13808 10.9382 3.14763 10.9103 3.15069 10.8944ZM3.26268 11.0923C3.24891 11.0989 3.23376 11.1102 3.22878 11.1182C3.18888 11.1768 3.28277 11.2386 3.34928 11.1986C3.42086 11.1545 3.42304 11.1537 3.45759 11.1658C3.48698 11.1756 3.48845 11.1756 3.48238 11.163C3.47028 11.1394 3.45183 11.1286 3.38051 11.1037C3.29892 11.0758 3.296 11.0758 3.26268 11.0923ZM2.88854 11.1329C2.91509 11.1475 2.95079 11.1413 2.98396 11.1162C3.00703 11.0983 3.02445 11.0917 3.04783 11.0912C3.12892 11.0898 3.16814 11.1605 3.10821 11.2012C3.0786 11.2216 3.03915 11.2223 2.99498 11.2032C2.97584 11.1956 2.94644 11.185 2.92956 11.1806C2.91194 11.1761 2.89199 11.1638 2.88302 11.152C2.86581 11.1285 2.86787 11.1214 2.88854 11.1329ZM3.16152 11.1995C3.15802 11.2083 3.15477 11.2321 3.15515 11.2535C3.15617 11.3955 3.10664 11.5303 3.01077 11.6478C2.99002 11.6727 2.97288 11.6952 2.97293 11.6984C2.97307 11.7063 3.0826 11.702 3.09706 11.6931C3.11008 11.6857 3.11159 11.688 3.11646 11.7157C3.12297 11.7537 3.14332 11.7898 3.16774 11.8068C3.18326 11.8176 3.18912 11.8183 3.20576 11.8085C3.23472 11.793 3.25314 11.7601 3.25607 11.7188C3.25919 11.6879 3.26201 11.6823 3.27161 11.6876C3.27823 11.6907 3.31117 11.6941 3.3448 11.6951L3.40622 11.6972L3.37336 11.6565C3.31137 11.5799 3.29114 11.5509 3.26613 11.4998C3.2313 11.4298 3.21645 11.3746 3.20914 11.2907C3.20626 11.2511 3.20045 11.2115 3.19736 11.2012C3.18967 11.18 3.17138 11.1787 3.16152 11.1995L3.16152 11.1995ZM4.38555 10.8696C4.38779 10.8545 4.39992 10.8305 4.41057 10.8176L4.41057 10.8177C4.4327 10.7919 4.45182 10.7861 4.44133 10.8077C4.42527 10.8452 4.42917 10.8776 4.45571 10.9129C4.48569 10.9536 4.4925 11.0082 4.47144 11.0474C4.44877 11.0898 4.39946 11.0914 4.36945 11.0499C4.34547 11.017 4.34395 10.9782 4.36489 10.9318C4.37293 10.9135 4.38248 10.8855 4.38555 10.8696ZM4.49753 11.0675C4.48376 11.0741 4.46862 11.0855 4.46364 11.0935C4.42374 11.1521 4.51762 11.2139 4.58415 11.1738C4.65572 11.1298 4.65789 11.1289 4.69246 11.141C4.72185 11.1508 4.72331 11.1508 4.71724 11.1382C4.70515 11.1146 4.68669 11.1038 4.61538 11.0789C4.53378 11.051 4.53086 11.0511 4.49753 11.0675L4.49753 11.0675ZM4.12339 11.1081C4.14996 11.1227 4.18564 11.1166 4.21882 11.0914C4.2419 11.0736 4.25932 11.0669 4.28268 11.0665C4.36377 11.0651 4.40301 11.1358 4.34306 11.1765C4.31346 11.1968 4.27402 11.1975 4.22984 11.1784C4.21071 11.1708 4.1813 11.1603 4.16441 11.1558C4.14679 11.1513 4.12686 11.139 4.11788 11.1273C4.10067 11.1038 4.10273 11.0966 4.12339 11.1081ZM4.39637 11.1747C4.39287 11.1835 4.38964 11.2074 4.39001 11.2288C4.39102 11.3707 4.3415 11.5056 4.24564 11.623C4.22489 11.648 4.20774 11.6705 4.2078 11.6737C4.20794 11.6816 4.31746 11.6773 4.33192 11.6683C4.34495 11.661 4.34644 11.6633 4.35131 11.691C4.35782 11.7289 4.37818 11.765 4.40259 11.7821C4.41813 11.7929 4.42399 11.7936 4.44062 11.7838C4.46957 11.7682 4.488 11.7354 4.49093 11.6941C4.49404 11.6631 4.49687 11.6575 4.50646 11.6629C4.51309 11.6659 4.54604 11.6693 4.57966 11.6703L4.64107 11.6724L4.60821 11.6318C4.54623 11.5551 4.526 11.5262 4.50099 11.475C4.46616 11.4051 4.45132 11.3498 4.444 11.2659C4.44111 11.2263 4.43532 11.1868 4.43221 11.1765C4.42453 11.1552 4.40624 11.154 4.39637 11.1747L4.39637 11.1747ZM2.58876 12.3674C2.58839 12.3459 2.59162 12.3221 2.59512 12.3133C2.60499 12.2925 2.62328 12.2938 2.63096 12.3151C2.63407 12.3253 2.63987 12.3649 2.64275 12.4045C2.65007 12.4884 2.66491 12.5437 2.69974 12.6136C2.72475 12.6647 2.74498 12.6937 2.80697 12.7704L2.83982 12.811L2.77841 12.8089C2.74479 12.8079 2.71184 12.8045 2.70522 12.8015C2.69563 12.7961 2.69279 12.8017 2.68968 12.8327C2.68675 12.874 2.66832 12.9068 2.63937 12.9224C2.62274 12.9322 2.61688 12.9315 2.60134 12.9207C2.57694 12.9036 2.55657 12.8675 2.55007 12.8295L2.54767 12.5856C2.57191 12.5194 2.58927 12.4383 2.58876 12.3674Z" fill="black"/>
|
|
11
|
+
<path d="M2 19.5H7V14.5H2V19.5Z" fill="#CC0000"/>
|
|
12
|
+
<path d="M7 4.5H22V19.5H7V4.5Z" fill="#0092C8"/>
|
|
13
|
+
<path d="M3.66844 15.8463C3.62099 15.7881 3.66788 15.682 3.71042 15.7273C3.68814 15.6838 3.72458 15.6495 3.7411 15.6712C3.73341 15.6359 3.76836 15.6124 3.7855 15.6451C3.77934 15.6057 3.83116 15.5826 3.84459 15.6257C3.8455 15.5869 3.89614 15.5563 3.90732 15.6131C3.91719 15.5694 3.97364 15.5637 3.97832 15.6257C3.99479 15.5896 4.03712 15.5923 4.03959 15.6447C4.05789 15.62 4.10517 15.657 4.09712 15.7006C4.12632 15.6939 4.16201 15.7562 4.12642 15.8022C4.18956 15.7667 4.20449 15.8817 4.16611 15.934C4.18596 15.9468 4.18771 15.9355 4.20522 15.9451C4.22273 15.9547 4.25449 15.9704 4.28355 15.9772C4.30982 15.9772 4.40614 15.974 4.42583 15.9708C4.44553 15.9676 4.47247 15.9568 4.50464 15.9453C4.53835 15.9338 4.58707 15.9333 4.63154 15.922C4.66678 15.9178 5.65605 15.9389 5.6845 15.9357C5.71297 15.9325 5.7545 15.9037 5.75231 15.8686C5.75012 15.8334 5.71734 15.808 5.6845 15.8048C5.65168 15.8016 5.48312 15.8016 5.45247 15.808C5.42183 15.8144 5.37805 15.8303 5.35617 15.8527C5.34564 15.8598 5.32826 15.8869 5.31352 15.9046C5.29972 15.9169 5.26078 15.9187 5.26078 15.9027C5.26078 15.8923 5.25751 15.9047 5.24795 15.9088C5.23552 15.917 5.1795 15.9192 5.18197 15.9088C5.18636 15.897 5.18168 15.8932 5.16695 15.9056C5.156 15.9152 5.07858 15.9187 5.06436 15.9092C5.07289 15.8942 5.07295 15.895 5.04968 15.9074C5.03496 15.9142 4.97396 15.9196 4.96957 15.9064C4.96899 15.8961 4.96208 15.9012 4.95347 15.9041C4.88434 15.9232 4.87771 15.9011 4.88865 15.8915C4.8996 15.8819 4.91617 15.8271 4.89866 15.8303C4.88114 15.8335 4.7717 15.8559 4.73449 15.8623C4.69728 15.8686 4.42802 15.8623 4.39081 15.8591C4.3536 15.8559 4.31202 15.819 4.30982 15.7665C4.30593 15.6823 4.37111 15.6611 4.41051 15.6483C4.44992 15.6355 4.54842 15.6164 4.58782 15.6164C4.62723 15.6164 4.7396 15.6311 4.77026 15.6183C4.8009 15.6055 4.89397 15.5699 4.92027 15.5672C4.95907 15.5634 5.07021 15.5773 5.12317 15.6444C5.0956 15.6576 5.08263 15.6654 5.11392 15.6534C5.14239 15.6471 5.26454 15.6202 5.29299 15.6132C5.3915 15.6087 5.36567 15.6247 5.3175 15.6375C5.30143 15.6915 5.15668 15.7668 5.11071 15.7764C5.06474 15.786 4.96719 15.779 4.94538 15.7748C4.92349 15.773 4.81992 15.7676 4.7822 15.7418C4.72128 15.6983 4.60871 15.6697 4.55936 15.6707C4.5132 15.6717 4.38149 15.6862 4.38205 15.7345C4.38137 15.8194 4.50464 15.8239 4.55718 15.8208C4.60971 15.8176 4.74106 15.8112 4.77827 15.7952C4.81548 15.7792 4.89596 15.7753 4.93975 15.7753C4.98353 15.7753 5.04751 15.7856 5.06721 15.7824C5.08691 15.7792 5.13289 15.7785 5.15477 15.7625C5.17666 15.7466 5.22426 15.7299 5.27242 15.7299C5.32057 15.7299 5.67795 15.7154 5.7261 15.7186C5.79582 15.7181 5.84506 15.7984 5.8459 15.8666C5.8463 15.8986 5.83147 15.9458 5.81886 15.9531C5.84049 15.9552 5.89461 15.9616 5.91247 15.9655C5.946 15.9725 6.00035 16.0115 6.00659 16.0469C5.98112 16.0307 5.94002 16.006 5.90297 16.0033C5.89572 16.0034 5.11563 16.002 5.05432 16.0024C5.22101 16.0231 5.34841 16.1584 5.38024 16.2359C5.40869 16.2838 5.47874 16.2646 5.50501 16.2582C5.53128 16.2518 5.56193 16.2231 5.58381 16.2007C5.60571 16.1784 5.63994 16.1727 5.65538 16.1784C5.68941 16.1752 5.69546 16.2135 5.68232 16.2327C5.66919 16.2518 5.6845 16.244 5.71953 16.244C5.75454 16.244 5.78542 16.2577 5.80608 16.2867C5.78638 16.3059 5.77645 16.2901 5.80491 16.2933C5.83336 16.2965 5.86772 16.3515 5.8465 16.367C5.82795 16.3767 5.82242 16.3732 5.8465 16.3764C5.88239 16.3796 5.89217 16.404 5.89684 16.4476C5.86645 16.4535 5.88153 16.4434 5.89684 16.4594C5.91217 16.4753 5.93449 16.546 5.87933 16.5488C5.85963 16.5392 5.85999 16.5374 5.86419 16.5591C5.86808 16.5814 5.85744 16.635 5.82679 16.635C5.78433 16.6436 5.7458 16.619 5.74143 16.5903C5.73704 16.5616 5.73761 16.6458 5.67743 16.659C5.62058 16.6724 5.59038 16.6382 5.586 16.6222C5.58163 16.6063 5.58381 16.619 5.56193 16.6158C5.54003 16.6127 5.51246 16.6124 5.50064 16.5743C5.50064 16.552 5.5049 16.5225 5.5439 16.5185C5.56141 16.5153 5.5663 16.4913 5.55317 16.4881C5.54003 16.4849 5.55098 16.437 5.57944 16.4498C5.6079 16.4626 5.67356 16.4658 5.68889 16.4817C5.70422 16.4977 5.70859 16.469 5.6845 16.4434C5.66043 16.4179 5.51376 16.3668 5.47437 16.3859C5.38262 16.4347 5.22919 16.4274 5.20292 16.4211C5.17666 16.4147 5.1008 16.4321 5.06502 16.3157C5.03601 16.1968 4.92574 16.1381 4.8754 16.1317C4.62703 16.1071 4.64053 16.126 4.80159 16.134C4.80039 16.1562 4.79455 16.2017 4.82066 16.2083C4.86444 16.2019 4.95558 16.1816 4.97746 16.2007C4.99936 16.2199 5.02124 16.2359 5.01687 16.2806C5.01249 16.3253 5.01906 16.3125 4.99936 16.3317C4.97965 16.3508 4.9884 16.3891 5.01906 16.4019C5.0497 16.4147 5.06284 16.4306 5.08254 16.4498C5.10224 16.469 5.07378 16.5073 5.05627 16.4945C5.03876 16.4817 5.03876 16.4817 5.03657 16.5073C5.03437 16.5328 5.01262 16.5812 4.97562 16.5847C4.96785 16.5816 4.97001 16.5684 4.97089 16.5584C4.97309 16.536 4.9635 16.5861 4.95206 16.6C4.94477 16.6094 4.8828 16.6278 4.8653 16.6182C4.87311 16.5982 4.86859 16.6064 4.85326 16.6159C4.83831 16.6222 4.75764 16.634 4.79358 16.5935C4.80292 16.5787 4.78076 16.612 4.76855 16.6177C4.75828 16.6245 4.7104 16.6286 4.7104 16.6095C4.69521 16.6235 4.65904 16.6235 4.6535 16.6127C4.64255 16.5999 4.64151 16.6222 4.62182 16.6254C4.60212 16.6286 4.55936 16.6222 4.55718 16.5967C4.55499 16.5711 4.56155 16.5871 4.53748 16.5903C4.47885 16.6313 4.44992 16.5743 4.44992 16.5552C4.44992 16.536 4.44773 16.5137 4.45429 16.5009C4.46086 16.4881 4.41351 16.4843 4.42802 16.4591C4.44435 16.4284 4.46148 16.4058 4.4937 16.4115C4.50902 16.4147 4.50683 16.4051 4.50027 16.3923C4.4937 16.3796 4.51778 16.3732 4.54623 16.3859C4.57469 16.3987 4.59439 16.4306 4.60314 16.4594C4.6119 16.4881 4.67976 16.4658 4.70822 16.469C4.73667 16.4721 4.73886 16.4211 4.72135 16.4051C4.70383 16.3891 4.65568 16.3317 4.63598 16.3125C4.61628 16.2933 4.62941 16.2263 4.64692 16.2103C4.74887 16.1377 4.69289 16.1145 4.65568 16.1209C4.61847 16.1273 4.52285 16.1676 4.49219 16.2027C4.46155 16.2379 4.22345 16.41 4.20156 16.4292C4.17967 16.4483 4.14783 16.453 4.13471 16.4306C4.12156 16.4083 4.11281 16.4243 4.11499 16.4562C4.13239 16.5768 4.02962 16.6152 4.0116 16.6137C3.99906 16.6123 3.98109 16.605 3.96815 16.5936C3.95537 16.661 3.89889 16.6677 3.84784 16.6611C3.84707 16.6531 3.85737 16.6383 3.85175 16.6439C3.83488 16.6671 3.78303 16.6647 3.73852 16.6611C3.73556 16.6471 3.75387 16.63 3.74511 16.6396C3.73017 16.6692 3.70448 16.6639 3.66284 16.6607C3.66236 16.6545 3.68214 16.6336 3.67292 16.6461C3.65469 16.6671 3.61674 16.6605 3.58728 16.661C3.58378 16.6563 3.60251 16.6233 3.58538 16.6452C3.56902 16.6638 3.53435 16.6669 3.50122 16.6619C3.49533 16.6462 3.50811 16.646 3.51163 16.6362C3.52038 16.6202 3.50726 16.6362 3.49631 16.6362C3.48536 16.6362 3.47005 16.6394 3.46348 16.6234C3.4569 16.6074 3.46068 16.6394 3.45432 16.6481C3.44796 16.6556 3.44079 16.6733 3.41889 16.6797C3.39701 16.6861 3.34009 16.6925 3.33133 16.6637C3.31954 16.6505 3.31382 16.6222 3.32258 16.6063C3.33133 16.5903 3.2809 16.6371 3.2591 16.6414C3.19499 16.6544 3.18686 16.5488 3.21532 16.5392C3.24378 16.5296 3.2394 16.5137 3.22407 16.5009C3.20876 16.4881 3.2 16.437 3.2197 16.4211C3.2394 16.4051 3.28499 16.3962 3.31382 16.4147C3.33069 16.4269 3.36681 16.4688 3.3598 16.437C3.35492 16.4174 3.3674 16.3925 3.38138 16.3817C3.39351 16.37 3.43084 16.367 3.44079 16.3923C3.46386 16.4511 3.48019 16.4764 3.50864 16.4753C3.56927 16.4579 3.65119 16.4381 3.67528 16.4381C3.70617 16.4304 3.86974 16.4135 3.86974 16.3975C3.77164 16.4333 3.73199 16.387 3.72103 16.3902C3.71009 16.3933 3.68314 16.3798 3.68314 16.3709C3.68314 16.3517 3.70785 16.354 3.67283 16.3604C3.65185 16.3586 3.63318 16.3576 3.61553 16.3345C3.61264 16.3227 3.63872 16.2822 3.64818 16.2482C3.62558 16.2417 3.5756 16.2846 3.55922 16.3224C3.54775 16.3079 3.54309 16.3211 3.50209 16.3317C3.48273 16.3405 3.45125 16.3374 3.43374 16.3278C3.41624 16.3182 3.34763 16.2634 3.38082 16.2564C3.37207 16.2518 3.36204 16.2493 3.35543 16.2473C3.33135 16.2365 3.30858 16.2154 3.31558 16.2097C3.30949 16.2001 3.32256 16.2001 3.31291 16.1982C3.29979 16.195 3.26744 16.1701 3.27574 16.1605C3.26745 16.1548 3.24777 16.1459 3.23943 16.1414C3.2241 16.1318 3.20876 16.0986 3.20656 16.0826C3.19245 16.084 3.16231 16.0559 3.17592 16.0475C3.15292 16.0295 3.13334 15.9998 3.14866 15.9903C3.13523 15.9791 3.12586 15.9587 3.1352 15.9664C3.12125 15.9484 3.12557 15.9293 3.13652 15.9293C3.14747 15.9293 3.14308 15.8782 3.12338 15.8782C3.10368 15.8782 3.072 15.8943 3.04896 15.8782C3.03001 15.863 3.01394 15.7952 3.03145 15.7665C3.04896 15.7377 3.08399 15.7058 3.1015 15.709C3.11901 15.7122 3.11025 15.7186 3.10587 15.6898C3.1015 15.6611 3.13059 15.6395 3.14965 15.6324C3.17276 15.6212 3.21751 15.6292 3.23064 15.6419C3.24378 15.6547 3.24815 15.6547 3.24815 15.6324C3.24815 15.6167 3.26507 15.6085 3.28011 15.6044C3.30517 15.5981 3.32478 15.6056 3.33353 15.6164C3.34713 15.6369 3.35542 15.6611 3.3379 15.6803C3.32039 15.6994 3.33558 15.6832 3.36405 15.6768C3.38238 15.6704 3.41544 15.6786 3.42108 15.6994C3.42868 15.7218 3.43422 15.7601 3.41452 15.7792C3.39483 15.7984 3.36636 15.8463 3.38168 15.8623C3.39701 15.8782 3.44516 15.9485 3.45611 15.9581C3.46706 15.9676 3.48019 15.99 3.4977 15.9868C3.51521 15.9836 3.53491 15.9804 3.55024 15.9772C3.61105 15.9643 3.63847 15.9576 3.56041 15.9603C3.57793 15.9342 3.61464 15.9265 3.63056 15.9219C3.61653 15.8996 3.66844 15.8527 3.66844 15.8463Z" fill="#FFCF00" stroke="#650000" stroke-width="0.08"/>
|
|
14
|
+
<path d="M3.66844 17.5863C3.62099 17.5281 3.66788 17.422 3.71042 17.4673C3.68814 17.4238 3.72458 17.3895 3.7411 17.4112C3.73341 17.3759 3.76836 17.3524 3.7855 17.3851C3.77934 17.3456 3.83116 17.3226 3.84459 17.3657C3.8455 17.3269 3.89614 17.2963 3.90732 17.3531C3.91719 17.3094 3.97364 17.3037 3.97832 17.3657C3.99479 17.3296 4.03712 17.3323 4.03959 17.3847C4.05789 17.36 4.10517 17.3969 4.09712 17.4406C4.12632 17.4339 4.16201 17.4962 4.12642 17.5422C4.18956 17.5067 4.20449 17.6217 4.16611 17.674C4.18596 17.6868 4.18771 17.6755 4.20522 17.6851C4.22273 17.6946 4.25449 17.7104 4.28355 17.7172C4.30982 17.7172 4.40614 17.714 4.42583 17.7108C4.44553 17.7076 4.47247 17.6968 4.50464 17.6853C4.53835 17.6738 4.58707 17.6733 4.63154 17.662C4.66678 17.6578 5.65605 17.6789 5.6845 17.6757C5.71297 17.6725 5.7545 17.6437 5.75231 17.6086C5.75012 17.5734 5.71734 17.548 5.6845 17.5448C5.65168 17.5416 5.48312 17.5416 5.45247 17.548C5.42183 17.5544 5.37805 17.5703 5.35617 17.5927C5.34564 17.5998 5.32826 17.6269 5.31352 17.6446C5.29972 17.6569 5.26078 17.6587 5.26078 17.6427C5.26078 17.6323 5.25751 17.6447 5.24795 17.6488C5.23552 17.657 5.1795 17.6592 5.18197 17.6488C5.18636 17.6369 5.18168 17.6332 5.16695 17.6456C5.156 17.6552 5.07858 17.6587 5.06436 17.6492C5.07289 17.6342 5.07295 17.635 5.04968 17.6474C5.03496 17.6542 4.97396 17.6595 4.96957 17.6464C4.96899 17.6361 4.96208 17.6412 4.95347 17.6441C4.88434 17.6632 4.87771 17.6411 4.88865 17.6315C4.8996 17.6219 4.91617 17.5671 4.89866 17.5703C4.88114 17.5735 4.7717 17.5959 4.73449 17.6023C4.69728 17.6086 4.42802 17.6023 4.39081 17.5991C4.3536 17.5959 4.31202 17.559 4.30982 17.5065C4.30593 17.4222 4.37111 17.4011 4.41051 17.3883C4.44992 17.3755 4.54842 17.3564 4.58782 17.3564C4.62723 17.3564 4.7396 17.3711 4.77026 17.3583C4.8009 17.3455 4.89397 17.3099 4.92027 17.3072C4.95907 17.3034 5.07021 17.3173 5.12317 17.3844C5.0956 17.3976 5.08263 17.4053 5.11392 17.3934C5.14239 17.387 5.26454 17.3602 5.29299 17.3532C5.3915 17.3487 5.36567 17.3647 5.3175 17.3775C5.30143 17.4314 5.15668 17.5068 5.11071 17.5164C5.06474 17.526 4.96719 17.519 4.94538 17.5148C4.92349 17.513 4.81992 17.5076 4.7822 17.4818C4.72128 17.4383 4.60871 17.4097 4.55936 17.4107C4.5132 17.4116 4.38149 17.4262 4.38205 17.4745C4.38137 17.5594 4.50464 17.5639 4.55718 17.5607C4.60971 17.5575 4.74106 17.5512 4.77827 17.5352C4.81548 17.5192 4.89596 17.5153 4.93975 17.5153C4.98353 17.5153 5.04751 17.5256 5.06721 17.5224C5.08691 17.5192 5.13289 17.5185 5.15477 17.5025C5.17666 17.4866 5.22426 17.4699 5.27242 17.4699C5.32057 17.4699 5.67795 17.4554 5.7261 17.4586C5.79582 17.4581 5.84506 17.5383 5.8459 17.6066C5.8463 17.6386 5.83147 17.6858 5.81886 17.6931C5.84049 17.6952 5.89461 17.7016 5.91247 17.7055C5.946 17.7125 6.00035 17.7515 6.00659 17.7869C5.98112 17.7706 5.94002 17.746 5.90297 17.7433C5.89572 17.7434 5.11563 17.742 5.05432 17.7423C5.22101 17.7631 5.34841 17.8984 5.38024 17.9759C5.40869 18.0237 5.47874 18.0046 5.50501 17.9982C5.53128 17.9918 5.56193 17.9631 5.58381 17.9407C5.60571 17.9184 5.63994 17.9127 5.65538 17.9184C5.68941 17.9152 5.69546 17.9535 5.68232 17.9727C5.66919 17.9918 5.6845 17.9839 5.71953 17.9839C5.75454 17.9839 5.78542 17.9977 5.80608 18.0267C5.78638 18.0458 5.77645 18.0301 5.80491 18.0333C5.83336 18.0365 5.86772 18.0915 5.8465 18.107C5.82795 18.1167 5.82242 18.1132 5.8465 18.1163C5.88239 18.1195 5.89217 18.144 5.89684 18.1876C5.86645 18.1934 5.88153 18.1834 5.89684 18.1994C5.91217 18.2153 5.93449 18.286 5.87933 18.2888C5.85963 18.2792 5.85999 18.2773 5.86419 18.2991C5.86808 18.3214 5.85744 18.375 5.82679 18.375C5.78433 18.3836 5.7458 18.359 5.74143 18.3303C5.73704 18.3016 5.73761 18.3857 5.67743 18.399C5.62058 18.4124 5.59038 18.3782 5.586 18.3622C5.58163 18.3463 5.58381 18.359 5.56193 18.3558C5.54003 18.3526 5.51246 18.3523 5.50064 18.3143C5.50064 18.292 5.5049 18.2625 5.5439 18.2585C5.56141 18.2553 5.5663 18.2313 5.55317 18.2281C5.54003 18.2249 5.55098 18.177 5.57944 18.1898C5.6079 18.2026 5.67356 18.2058 5.68889 18.2217C5.70422 18.2377 5.70859 18.2089 5.6845 18.1834C5.66043 18.1579 5.51376 18.1068 5.47437 18.1259C5.38262 18.1746 5.22919 18.1674 5.20292 18.161C5.17666 18.1547 5.1008 18.1721 5.06502 18.0557C5.03601 17.9368 4.92574 17.8781 4.8754 17.8717C4.62703 17.847 4.64053 17.866 4.80159 17.874C4.80039 17.8962 4.79455 17.9417 4.82066 17.9483C4.86444 17.9419 4.95558 17.9216 4.97746 17.9407C4.99936 17.9599 5.02124 17.9759 5.01687 18.0206C5.01249 18.0653 5.01906 18.0525 4.99936 18.0716C4.97965 18.0908 4.9884 18.1291 5.01906 18.1419C5.0497 18.1547 5.06284 18.1706 5.08254 18.1898C5.10224 18.2089 5.07378 18.2473 5.05627 18.2345C5.03876 18.2217 5.03876 18.2217 5.03657 18.2473C5.03437 18.2728 5.01262 18.3212 4.97562 18.3247C4.96785 18.3216 4.97001 18.3084 4.97089 18.2984C4.97309 18.276 4.9635 18.3261 4.95206 18.34C4.94477 18.3494 4.8828 18.3678 4.8653 18.3582C4.87311 18.3382 4.86859 18.3464 4.85326 18.3559C4.83831 18.3622 4.75764 18.374 4.79358 18.3335C4.80292 18.3187 4.78076 18.3519 4.76855 18.3577C4.75828 18.3645 4.7104 18.3686 4.7104 18.3494C4.69521 18.3635 4.65904 18.3635 4.6535 18.3526C4.64255 18.3399 4.64151 18.3622 4.62182 18.3654C4.60212 18.3686 4.55936 18.3622 4.55718 18.3367C4.55499 18.3111 4.56155 18.3271 4.53748 18.3303C4.47885 18.3713 4.44992 18.3143 4.44992 18.2952C4.44992 18.276 4.44773 18.2537 4.45429 18.2409C4.46086 18.2281 4.41351 18.2243 4.42802 18.1991C4.44435 18.1684 4.46148 18.1458 4.4937 18.1515C4.50902 18.1547 4.50683 18.1451 4.50027 18.1323C4.4937 18.1195 4.51778 18.1132 4.54623 18.1259C4.57469 18.1387 4.59439 18.1706 4.60314 18.1994C4.6119 18.2281 4.67976 18.2058 4.70822 18.2089C4.73667 18.2121 4.73886 18.161 4.72135 18.1451C4.70383 18.1291 4.65568 18.0716 4.63598 18.0525C4.61628 18.0333 4.62941 17.9663 4.64692 17.9503C4.74887 17.8777 4.69289 17.8545 4.65568 17.8609C4.61847 17.8673 4.52285 17.9076 4.49219 17.9427C4.46155 17.9779 4.22345 18.15 4.20156 18.1692C4.17967 18.1883 4.14783 18.193 4.13471 18.1706C4.12156 18.1483 4.11281 18.1642 4.11499 18.1962C4.13239 18.3168 4.02962 18.3552 4.0116 18.3537C3.99906 18.3523 3.98109 18.345 3.96815 18.3336C3.95537 18.401 3.89889 18.4077 3.84784 18.4011C3.84707 18.3931 3.85737 18.3782 3.85175 18.3839C3.83488 18.4071 3.78303 18.4047 3.73852 18.4011C3.73556 18.3871 3.75387 18.37 3.74511 18.3796C3.73017 18.4092 3.70448 18.4039 3.66284 18.4007C3.66236 18.3945 3.68214 18.3736 3.67292 18.3861C3.65469 18.4071 3.61674 18.4005 3.58728 18.401C3.58378 18.3963 3.60251 18.3633 3.58538 18.3851C3.56902 18.4038 3.53435 18.4069 3.50122 18.4019C3.49533 18.3862 3.50811 18.386 3.51163 18.3762C3.52038 18.3602 3.50726 18.3762 3.49631 18.3762C3.48536 18.3762 3.47005 18.3794 3.46348 18.3634C3.4569 18.3474 3.46068 18.3794 3.45432 18.3881C3.44796 18.3956 3.44079 18.4133 3.41889 18.4197C3.39701 18.4261 3.34009 18.4325 3.33133 18.4037C3.31954 18.3905 3.31382 18.3622 3.32258 18.3463C3.33133 18.3303 3.2809 18.3771 3.2591 18.3814C3.19499 18.3944 3.18686 18.2888 3.21532 18.2792C3.24378 18.2696 3.2394 18.2537 3.22407 18.2409C3.20876 18.2281 3.2 18.177 3.2197 18.161C3.2394 18.1451 3.28499 18.1362 3.31382 18.1547C3.33069 18.1669 3.36681 18.2088 3.3598 18.177C3.35492 18.1574 3.3674 18.1325 3.38138 18.1217C3.39351 18.11 3.43084 18.107 3.44079 18.1323C3.46386 18.1911 3.48019 18.2164 3.50864 18.2153C3.56927 18.1979 3.65119 18.1781 3.67528 18.1781C3.70617 18.1704 3.86974 18.1534 3.86974 18.1375C3.77164 18.1733 3.73199 18.1269 3.72103 18.1302C3.71009 18.1333 3.68314 18.1198 3.68314 18.1109C3.68314 18.0917 3.70785 18.094 3.67283 18.1004C3.65185 18.0986 3.63318 18.0975 3.61553 18.0745C3.61264 18.0627 3.63872 18.0222 3.64818 17.9882C3.62558 17.9817 3.5756 18.0246 3.55922 18.0624C3.54775 18.0479 3.54309 18.0611 3.50209 18.0716C3.48273 18.0805 3.45125 18.0773 3.43374 18.0678C3.41624 18.0582 3.34763 18.0034 3.38082 17.9963C3.37207 17.9918 3.36204 17.9892 3.35543 17.9873C3.33135 17.9765 3.30858 17.9554 3.31558 17.9497C3.30949 17.9401 3.32256 17.9401 3.31291 17.9382C3.29979 17.935 3.26744 17.9101 3.27574 17.9005C3.26745 17.8947 3.24777 17.8858 3.23943 17.8814C3.2241 17.8718 3.20876 17.8385 3.20656 17.8226C3.19245 17.824 3.16231 17.7959 3.17592 17.7875C3.15292 17.7695 3.13334 17.7398 3.14866 17.7302C3.13523 17.7191 3.12586 17.6987 3.1352 17.7064C3.12125 17.6883 3.12557 17.6693 3.13652 17.6693C3.14747 17.6693 3.14308 17.6182 3.12338 17.6182C3.10368 17.6182 3.072 17.6343 3.04896 17.6182C3.03001 17.6029 3.01394 17.5352 3.03145 17.5065C3.04896 17.4777 3.08399 17.4458 3.1015 17.449C3.11901 17.4522 3.11025 17.4586 3.10587 17.4298C3.1015 17.4011 3.13059 17.3795 3.14965 17.3724C3.17276 17.3612 3.21751 17.3692 3.23064 17.3819C3.24378 17.3947 3.24815 17.3947 3.24815 17.3724C3.24815 17.3567 3.26507 17.3485 3.28011 17.3443C3.30517 17.3381 3.32478 17.3456 3.33353 17.3564C3.34713 17.3769 3.35542 17.4011 3.3379 17.4203C3.32039 17.4394 3.33558 17.4232 3.36405 17.4168C3.38238 17.4104 3.41544 17.4186 3.42108 17.4394C3.42868 17.4618 3.43422 17.5001 3.41452 17.5192C3.39483 17.5384 3.36636 17.5863 3.38168 17.6023C3.39701 17.6182 3.44516 17.6885 3.45611 17.6981C3.46706 17.7076 3.48019 17.73 3.4977 17.7268C3.51521 17.7236 3.53491 17.7204 3.55024 17.7172C3.61105 17.7043 3.63847 17.6976 3.56041 17.7002C3.57793 17.6742 3.61464 17.6665 3.63056 17.6619C3.61653 17.6396 3.66844 17.5927 3.66844 17.5863Z" fill="#FFCF00" stroke="#650000" stroke-width="0.08"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.2788 6.43623C14.5109 6.37807 14.8855 6.35959 15.086 6.39395C15.1263 6.40203 15.1993 6.40895 15.2726 6.41589C15.3911 6.42712 15.5101 6.43841 15.4922 6.45474C15.45 6.4944 15.3075 6.87504 15.3075 6.94906C15.3075 6.97549 16.2519 7.63106 16.2915 7.63106C16.3443 7.63106 16.4234 7.72624 16.4023 7.76324C16.3917 7.77909 16.3337 7.8399 16.273 7.8954C16.2146 7.9496 16.1207 8.23271 16.0303 8.54788C16.0634 8.50174 16.1248 8.45441 16.2361 8.37915C16.3733 8.28664 17.5893 7.36407 17.9428 7.08388C17.9824 7.0548 17.8821 7.0363 17.6737 7.03894C17.5076 7.04158 17.3414 7.06273 17.1488 7.11031C16.8679 7.1807 16.6582 6.96195 16.5683 6.86819C16.5501 6.84926 16.5369 6.83543 16.5289 6.8301C16.4498 6.77725 16.3363 6.61334 16.3363 6.55255C16.3363 6.53934 16.4128 6.54991 16.5131 6.57634C16.7452 6.64242 16.951 6.63976 17.2148 6.57104C17.4522 6.51024 17.7054 6.49703 17.9718 6.52875L18.0066 6.53429C18.054 6.54185 18.0859 6.54695 18.1044 6.54729C18.1208 6.66075 18.2354 7.03241 18.2567 7.04951C18.2989 7.08652 19.2301 7.45395 19.3013 7.46188C19.4068 7.47509 19.4491 7.51739 19.4491 7.60727C19.4491 7.69451 19.3409 7.77645 19.1879 7.80554C19.0085 7.8399 18.5601 8.358 18.2462 8.89199C18.0351 9.25148 17.9191 9.51847 17.9191 9.64799C17.9191 9.78017 17.9982 10.2851 18.08 10.6684C18.1301 10.8957 18.1433 10.9353 18.1697 10.8983C18.1987 10.8613 18.2778 10.856 18.8054 10.856H19.4121L19.6179 10.4992C19.7313 10.3009 19.821 10.1344 19.8157 10.1317C19.8104 10.1265 19.5018 10.1 19.1325 10.0762C18.7632 10.0524 18.4572 10.0287 18.4519 10.026C18.4493 10.0207 18.5785 9.78017 18.7394 9.48939L19.0323 8.96071L19.6284 9.06117L19.8145 9.09245L19.8145 9.09245C20.0645 9.13448 20.2665 9.16844 20.2985 9.17483C20.3565 9.18539 20.3776 9.17483 20.4251 9.09287C20.4386 9.06824 20.4504 9.04246 20.4583 9.01981L20.4579 9.03195C20.451 9.2034 20.4337 9.63654 20.2483 9.99429L19.792 10.864V11.464H19.6865C19.6284 11.464 19.5809 11.4667 19.5809 11.4693C19.5809 11.473 19.5897 11.5229 19.602 11.5933L19.602 11.5933L19.6021 11.5936L19.6205 11.6993C19.6416 11.8209 19.6522 11.9033 19.6443 11.9139C19.6363 11.9271 19.5678 11.9377 19.4939 11.9377L19.3567 11.9403L19.2802 12.1408C19.1457 12.4395 18.8001 12.9972 18.5073 13.3858L18.444 13.4678L18.5917 13.5365C18.8001 13.6317 19.0164 13.859 19.1589 14.1339C19.2697 14.3507 19.275 14.3665 19.275 14.5965C19.275 14.8212 19.2143 15.1093 19.1641 15.112C19.1557 15.1141 18.8889 15.1549 18.5269 15.2102L18.5257 15.2104L18.2356 15.2547C17.7344 15.3314 17.3124 15.3895 17.2939 15.3842C17.2385 15.3631 17.1066 15.1411 17.0618 14.9957L17.0446 14.942L17.0446 14.942C17.0274 14.8878 17.0123 14.8405 17.0064 14.8265C17.0011 14.8053 16.8982 14.8424 16.6872 14.9507C16.3073 15.1411 16.0172 15.2441 15.6215 15.334C14.7641 15.527 13.8567 15.4715 13.0337 15.1754C12.7805 15.0829 12.2661 14.8291 11.9838 14.6547C11.4958 14.3533 11.2953 14.1762 10.4802 13.3224C10.2164 13.0475 10.1478 12.9919 9.96846 12.9021C9.78644 12.8122 9.73369 12.799 9.5754 12.799C9.42769 12.799 9.38812 12.791 9.35647 12.7487C9.29052 12.6562 9.3169 12.5479 9.44352 12.4104C9.44352 12.4104 9.48281 12.3216 9.46948 12.313L9.16043 12.1116C8.92302 11.99 9.7838 10.5574 10.1399 10.182C10.314 9.99694 10.3219 9.98636 10.3219 9.85948C10.3219 9.60572 10.4828 9.1061 10.6543 8.81533C10.7334 8.68316 10.7414 8.65937 10.715 8.59858C10.6649 8.48755 10.715 8.4241 11.0368 8.19413C11.6752 7.7368 12.0471 7.45661 12.0577 7.42489C12.0761 7.36673 11.7991 7.38789 11.5855 7.46189C11.1581 7.61256 10.773 7.64694 10.5884 7.55177C10.5039 7.50947 10.3747 7.36144 10.3747 7.30593C10.3747 7.298 10.4617 7.298 10.5699 7.30593C10.6499 7.31179 10.6346 7.18011 10.6213 7.06518C10.6166 7.02483 10.6121 6.98654 10.6121 6.95701C10.6121 6.91998 10.6147 6.89092 10.62 6.89092C10.6222 6.89092 10.6574 6.90375 10.7026 6.92026L10.7308 6.93056C10.9181 6.99665 11.203 6.9808 11.567 6.88034C11.7464 6.83011 11.9732 6.78253 12.0682 6.77195C12.0682 6.77195 12.6064 6.6715 12.5272 6.7561C12.485 6.80104 12.4402 6.91471 12.398 7.07595C12.361 7.21341 12.3347 7.32707 12.3347 7.32971C12.3355 7.32971 12.3651 7.3358 12.4159 7.34627L12.4159 7.34627C12.5223 7.36817 12.7218 7.40926 12.9466 7.45395C13.3476 7.53591 13.5824 7.57291 13.6404 7.56234C13.7406 7.54119 13.804 7.58349 13.804 7.67073C13.804 7.74474 13.7512 7.78967 13.5402 7.88749C13.4452 7.93243 13.2975 8.02231 13.2104 8.08839C12.9941 8.25228 12.6037 8.65937 12.4375 8.89727C12.3004 9.09288 12.3004 9.09288 12.3004 9.29643C12.3004 9.51848 12.3531 9.85684 12.4217 10.0895L12.4639 10.2348L12.5378 10.0366C12.6406 9.75375 12.7725 9.49997 12.944 9.26206C13.0627 9.09818 13.0838 9.05324 13.0495 9.04003C12.9941 9.01888 13.0495 8.80476 13.097 8.77567C13.1445 8.7466 13.461 8.4664 13.7987 8.14918L14.4107 7.57292V7.41959C14.4107 7.27156 14.4133 7.26628 14.4924 7.25041C14.5373 7.24248 14.6191 7.23455 14.6718 7.23455C14.7483 7.23191 14.7958 7.20547 14.9251 7.08916C15.0095 7.00986 15.0728 6.93585 15.0596 6.92528C15.049 6.9147 14.9435 6.89884 14.8248 6.89619C14.6534 6.88826 14.5373 6.90413 14.2629 6.96756C13.8752 7.0601 13.6852 7.06801 13.5059 7.00722C13.3819 6.96492 13.5665 6.89092 13.6826 6.85919C13.6826 6.85919 13.4083 6.38601 13.4505 6.39923C13.8145 6.51026 13.9649 6.51553 14.2788 6.43623ZM20.4673 8.96071C20.4617 8.94711 20.4604 8.97024 20.4583 9.01981C20.4675 8.99385 20.4715 8.972 20.4673 8.96071ZM18.1116 6.51818C18.102 6.50808 18.1005 6.52047 18.1044 6.54729C18.1288 6.54772 18.1297 6.53981 18.1116 6.51818ZM15.9935 8.67834C15.8779 9.09534 15.7771 9.52112 15.7771 9.52112L15.8694 9.32021C15.9196 9.2092 15.9934 8.75717 15.9934 8.68845L15.9935 8.67834ZM16.2293 7.72624L16.2268 7.72494C16.2289 7.72627 16.2298 7.72672 16.2293 7.72624ZM16.2268 7.72494C16.1721 7.68993 15.2627 7.04952 15.2627 7.04952L15.231 7.15525C15.2012 7.25415 15.9749 7.60916 16.18 7.70326C16.2045 7.71451 16.2209 7.72203 16.2268 7.72494ZM12.8016 7.51476C13.3555 7.62843 13.3661 7.63107 13.2632 7.66015C13.2383 7.66794 13.1355 7.69685 12.9981 7.73551L12.9981 7.73552C12.9023 7.76245 12.7897 7.79412 12.6749 7.82668L12.1632 7.96943L12.1817 7.89806C12.2397 7.65486 12.3083 7.41959 12.3215 7.41959C12.332 7.41959 12.5457 7.46189 12.8016 7.51476ZM11.8783 8.04873L11.931 7.8584C11.9627 7.75531 11.9917 7.65486 11.997 7.63636C12.0049 7.6205 12.0049 7.60464 12.0023 7.60464C11.9944 7.60464 11.1397 8.23113 11.1186 8.24964C11.1133 8.25755 11.1872 8.23906 11.2874 8.21263C11.3876 8.18355 11.5617 8.13331 11.6725 8.10425L11.8783 8.04873ZM15.7323 9.64008L15.6663 9.85684C15.5872 10.1265 15.5318 10.3934 15.4896 10.7212C15.4632 10.9327 15.4421 10.9935 15.3524 11.1415C15.297 11.2367 15.2363 11.3477 15.2231 11.39C15.153 11.5519 15.1456 11.4368 15.1334 11.0675C15.115 10.671 15.1493 10.2692 15.231 9.8912C15.2864 9.64008 15.6267 9.42332 15.6637 9.49997L15.7323 9.64008ZM12.4059 10.4965C12.427 10.4067 12.4191 10.3512 12.3663 10.1952C12.2872 9.95994 12.2212 9.65594 12.2186 9.50263C12.2238 9.23924 12.1965 9.22192 12.0972 9.47354C11.9284 9.85155 11.8915 10.0154 11.8915 10.4067C11.8915 10.6208 11.9047 10.8085 11.9258 10.8746C11.9548 10.975 11.968 10.9882 12.0366 10.9882H12.1157V11.3187C12.1157 11.5936 12.1104 11.6491 12.0761 11.6491C12.0207 11.6491 12.026 11.6782 12.1051 11.8658C12.2318 12.1698 12.8965 12.8783 12.8306 12.7487C12.6143 12.302 12.303 11.3953 12.3531 10.8904C12.3689 10.7345 12.3927 10.5547 12.4059 10.4965ZM18.0615 10.9777C18.0958 11.1125 18.0958 11.1363 18.0483 11.2737C18.0435 11.2875 18.0379 11.3043 18.0316 11.3232L18.0315 11.3235L18.0314 11.3236C18.0002 11.4175 17.9523 11.5616 17.8953 11.6253C17.7713 11.7627 17.7687 11.7654 17.7371 11.7072C17.6104 11.4667 17.563 10.8561 17.6421 10.441C17.6764 10.2586 17.8109 9.77224 17.8267 9.77224C17.832 9.77224 17.8478 9.87006 17.8663 9.98902C17.9006 10.2322 18.0035 10.7556 18.0615 10.9777ZM10.3087 10.1371L10.4802 10.7212C10.4802 10.7212 10.2454 10.2322 10.2402 10.182L10.3087 10.1371ZM11.8519 10.9644C11.8519 10.9777 11.7438 10.9882 11.6119 10.9882H11.3718L10.715 10.9982C10.7194 10.9816 10.903 10.9059 11.1165 10.8179L11.1165 10.8179L11.2465 10.7642C11.4931 10.777 11.7374 10.7929 11.7622 10.8243C11.8123 10.8904 11.8519 10.9539 11.8519 10.9644ZM11.2465 10.7642L11.1473 10.7592C10.9322 10.7484 10.7381 10.7386 10.715 10.7212L11.4852 10.5653L11.7786 10.5056C11.7681 10.5437 11.5072 10.6561 11.2465 10.7642ZM10.7572 11.6491L10.5857 11.3794C10.5857 11.16 10.5752 11.0807 10.5277 10.9697C10.496 10.8931 10.4543 10.8018 10.4437 10.8018C10.439 10.8018 10.4066 10.926 10.3584 11.1101L10.3584 11.1101C10.3252 11.2374 10.2844 11.3933 10.2402 11.5566L10.0423 12.2809L10.1215 12.3099C10.1663 12.3258 10.3219 12.4077 10.467 12.495C10.6147 12.5822 10.7545 12.6536 10.7783 12.6536C10.8627 12.6536 10.8733 12.5452 10.8205 12.3205C10.7915 12.2069 10.7651 12.0086 10.7625 11.8817L10.7572 11.6491ZM15.5344 11.8685C15.5951 12.1751 15.7059 12.4633 15.8773 12.7646C15.9591 12.9073 16.0224 13.029 16.0172 13.0342C15.9908 13.058 15.7217 13.1003 15.698 13.0871C15.661 13.0633 15.5133 12.7435 15.4131 12.4686C15.2996 12.1593 15.1968 11.731 15.2152 11.6517C15.2231 11.6147 15.2812 11.4826 15.3418 11.3583L15.45 11.1336L15.4711 11.3927C15.4816 11.5354 15.508 11.7495 15.5344 11.8685ZM17.6368 11.9055C17.6421 11.8606 17.6131 11.8341 17.5102 11.7813C17.373 11.7125 17.0064 11.9377 17.0064 11.9377C17.0908 12.1121 17.3203 12.4157 17.3809 12.4157C17.3968 12.4157 17.4996 12.3364 17.6131 12.2386C17.832 12.0483 17.8558 11.9848 17.7159 11.9716C17.6447 11.9637 17.6315 11.9531 17.6368 11.9055ZM17.3071 12.4818L17.2385 12.5293C17.1462 12.5928 16.5395 12.8915 16.5263 12.8809C16.521 12.8756 16.5869 12.6377 16.6687 12.3522L16.7973 12.1672C16.824 12.2179 16.8994 12.2363 16.9769 12.2552C17.045 12.2719 17.1146 12.2889 17.1541 12.3284L17.3071 12.4818ZM16.0989 12.9549C16.1095 12.9417 16.1807 12.7355 16.2572 12.5003C16.3311 12.2624 16.0884 12.4448 16.0567 12.6589C16.0383 12.799 16.0646 12.9893 16.0989 12.9549ZM13.2236 12.4818C13.1629 12.6694 13.1023 12.836 13.0917 12.8466C13.0812 12.8598 13.0258 12.8466 12.9677 12.8175C12.8807 12.7726 12.8596 12.7461 12.8306 12.6298C12.7989 12.5003 12.7989 12.4897 12.8649 12.376C12.9493 12.2333 13.0733 12.1355 13.2131 12.1011C13.3555 12.0667 13.3634 12.0667 13.3502 12.1037C13.3444 12.1173 13.3132 12.2117 13.272 12.336L13.2236 12.4818ZM14.0862 12.8624C13.9965 12.6853 13.9306 12.5108 13.8989 12.3734C13.862 12.1936 13.8435 12.154 13.796 12.1408C13.6905 12.1117 13.68 12.1249 13.6114 12.3549C13.5873 12.4337 13.5554 12.5359 13.5264 12.6289L13.5262 12.6297L13.5262 12.6298L13.4769 12.7884L13.4135 12.9919L13.6826 13.0475C13.8277 13.0765 14.0097 13.1109 14.0862 13.1188L14.2234 13.1347L14.0862 12.8624ZM14.379 12.3628L14.6534 12.495L14.532 12.6324C14.4634 12.7091 14.3896 12.8254 14.3658 12.8915C14.3421 12.9576 14.3157 13.021 14.3052 13.0316C14.2577 13.0845 13.9622 12.3972 13.9622 12.2359C13.9622 12.1804 14.0598 12.2121 14.379 12.3628ZM15.2284 13.1558C15.3946 13.1426 15.545 13.132 15.5581 13.132C15.6109 13.1268 15.2231 12.8333 14.933 12.6562C14.8354 12.5954 14.751 12.5478 14.743 12.5478C14.7378 12.5478 14.685 12.6007 14.627 12.6642C14.5083 12.791 14.4265 12.9391 14.4028 13.066L14.3869 13.1479L14.656 13.1638C14.8037 13.1717 15.0622 13.1664 15.2284 13.1558Z" fill="#FFCF00"/>
|
|
16
|
+
<path d="M15.086 6.39395L15.1253 6.19777L15.1198 6.19682L15.086 6.39395ZM14.2788 6.43623L14.2302 6.24223L14.2298 6.24232L14.2788 6.43623ZM15.2726 6.41589L15.2537 6.615L15.2726 6.41589ZM15.4922 6.45474L15.3575 6.30686L15.3552 6.309L15.4922 6.45474ZM16.4023 7.76324L16.5691 7.87445L16.576 7.86231L16.4023 7.76324ZM16.273 7.8954L16.138 7.74783L16.137 7.74879L16.273 7.8954ZM16.0303 8.54788L15.838 8.49271L16.1926 8.66468L16.0303 8.54788ZM16.2361 8.37915L16.1243 8.21334L16.124 8.2135L16.2361 8.37915ZM17.9428 7.08388L17.8243 6.92262L17.8186 6.92715L17.9428 7.08388ZM17.6737 7.03894L17.6712 6.83896L17.6706 6.83897L17.6737 7.03894ZM17.1488 7.11031L17.1008 6.91615L17.1002 6.91631L17.1488 7.11031ZM16.5683 6.86819L16.4239 7.0066L16.4239 7.0066L16.5683 6.86819ZM16.5289 6.8301L16.64 6.6638L16.64 6.66378L16.5289 6.8301ZM16.5131 6.57634L16.5678 6.38395L16.5641 6.38295L16.5131 6.57634ZM17.2148 6.57104L17.1651 6.37729L17.1643 6.3775L17.2148 6.57104ZM17.9718 6.52875L18.0032 6.33108L17.9955 6.33016L17.9718 6.52875ZM18.0066 6.53429L18.0382 6.33679L18.038 6.33677L18.0066 6.53429ZM18.2567 7.04951L18.3887 6.89897L18.3819 6.8935L18.2567 7.04951ZM19.3013 7.46188L19.3262 7.26341L19.3234 7.26311L19.3013 7.46188ZM19.1879 7.80554L19.1506 7.60905L19.1503 7.60911L19.1879 7.80554ZM18.2462 8.89199L18.0737 8.79063L18.0737 8.79074L18.2462 8.89199ZM18.08 10.6684L17.8844 10.7101L17.8847 10.7114L18.08 10.6684ZM18.1697 10.8983L18.0121 10.7748L18.0068 10.7823L18.1697 10.8983ZM19.4121 10.856V11.056H19.5277L19.5854 10.9559L19.4121 10.856ZM19.6179 10.4992L19.7911 10.5991L19.7915 10.5985L19.6179 10.4992ZM19.8157 10.1317L19.6744 10.2732L19.6972 10.296L19.726 10.3105L19.8157 10.1317ZM19.1325 10.0762L19.1196 10.2758H19.1196L19.1325 10.0762ZM18.4519 10.026L18.2731 10.1155L18.3028 10.175L18.3622 10.2048L18.4519 10.026ZM18.7394 9.48939L18.5645 9.39248L18.5645 9.39255L18.7394 9.48939ZM19.0323 8.96071L19.0655 8.76349L18.9259 8.73997L18.8573 8.86381L19.0323 8.96071ZM19.6284 9.06117L19.5952 9.25839L19.5953 9.2584L19.6284 9.06117ZM19.8145 9.09245L19.8489 8.89544L19.8476 8.89522L19.8145 9.09245ZM19.8145 9.09245L19.78 9.28946L19.7813 9.28969L19.8145 9.09245ZM20.2985 9.17483L20.2592 9.37097L20.2627 9.3716L20.2985 9.17483ZM20.4251 9.09287L20.5982 9.19316L20.6004 9.18912L20.4251 9.09287ZM20.4579 9.03195L20.258 9.02392L20.258 9.02397L20.4579 9.03195ZM20.2483 9.99429L20.4254 10.0872L20.4259 10.0863L20.2483 9.99429ZM19.792 10.864L19.6149 10.771L19.592 10.8147V10.864H19.792ZM19.792 11.464V11.664H19.992V11.464H19.792ZM19.602 11.5933L19.7995 11.5617L19.799 11.5588L19.602 11.5933ZM19.602 11.5933L19.4045 11.6249L19.4051 11.6284L19.602 11.5933ZM19.6021 11.5936L19.7991 11.5592L19.799 11.5586L19.6021 11.5936ZM19.6205 11.6993L19.8176 11.6651L19.8175 11.6649L19.6205 11.6993ZM19.6443 11.9139L19.4842 11.794L19.478 11.8023L19.4727 11.8111L19.6443 11.9139ZM19.4939 11.9377V11.7376L19.49 11.7377L19.4939 11.9377ZM19.3567 11.9403L19.3528 11.7404L19.218 11.743L19.1699 11.869L19.3567 11.9403ZM19.2802 12.1408L19.4629 12.223L19.4671 12.2121L19.2802 12.1408ZM18.5073 13.3858L18.6656 13.5081L18.667 13.5062L18.5073 13.3858ZM18.444 13.4678L18.2857 13.3455L18.1328 13.5435L18.3596 13.6491L18.444 13.4678ZM18.5917 13.5365L18.5074 13.7178L18.5086 13.7184L18.5917 13.5365ZM19.1589 14.1339L19.337 14.0429L19.3365 14.0419L19.1589 14.1339ZM19.1641 15.112L19.1536 14.9122L19.1342 14.9133L19.1153 14.918L19.1641 15.112ZM18.5269 15.2102L18.557 15.4079L18.5571 15.4079L18.5269 15.2102ZM18.5257 15.2104L18.4957 15.0126L18.4955 15.0127L18.5257 15.2104ZM18.2356 15.2547L18.2054 15.057L18.2054 15.057L18.2356 15.2547ZM17.2939 15.3842L17.2226 15.5711L17.2305 15.5741L17.2387 15.5765L17.2939 15.3842ZM17.0618 14.9957L17.2529 14.9367L17.2523 14.9349L17.0618 14.9957ZM17.0446 14.942L16.8537 15.0017L16.8541 15.0028L17.0446 14.942ZM17.0446 14.942L17.2355 14.8823L17.2352 14.8814L17.0446 14.942ZM17.0064 14.8265L16.8123 14.8748L16.8162 14.8904L16.8225 14.9051L17.0064 14.8265ZM16.6872 14.9507L16.7768 15.1295L16.7785 15.1286L16.6872 14.9507ZM15.6215 15.334L15.6654 15.5291L15.6658 15.5291L15.6215 15.334ZM13.0337 15.1754L12.9651 15.3633L12.966 15.3636L13.0337 15.1754ZM11.9838 14.6547L12.0889 14.4845L12.0889 14.4845L11.9838 14.6547ZM10.4802 13.3224L10.6249 13.1843L10.6245 13.1839L10.4802 13.3224ZM9.96846 12.9021L10.058 12.7233L10.057 12.7227L9.96846 12.9021ZM9.35647 12.7487L9.19357 12.8649L9.19634 12.8686L9.35647 12.7487ZM9.44352 12.4104L9.59062 12.5459L9.61302 12.5216L9.6264 12.4914L9.44352 12.4104ZM9.46948 12.313L9.57866 12.1454L9.57866 12.1454L9.46948 12.313ZM9.16043 12.1116L9.26961 11.944L9.26088 11.9384L9.25161 11.9336L9.16043 12.1116ZM10.1399 10.182L10.285 10.3196L10.2856 10.319L10.1399 10.182ZM10.6543 8.81533L10.4827 8.7126L10.482 8.71374L10.6543 8.81533ZM10.715 8.59858L10.8985 8.51894L10.8973 8.51629L10.715 8.59858ZM11.0368 8.19413L11.1531 8.35685L11.1533 8.35671L11.0368 8.19413ZM12.0577 7.42489L12.2475 7.488L12.2483 7.48542L12.0577 7.42489ZM11.5855 7.46189L11.52 7.2729L11.519 7.27327L11.5855 7.46189ZM10.5884 7.55177L10.68 7.37398L10.678 7.37296L10.5884 7.55177ZM10.5699 7.30593L10.5845 7.10646H10.5845L10.5699 7.30593ZM10.6213 7.06518L10.4226 7.08829V7.08829L10.6213 7.06518ZM10.7026 6.92026L10.634 7.10813L10.634 7.10814L10.7026 6.92026ZM10.7308 6.93056L10.6623 7.11845L10.6643 7.11916L10.7308 6.93056ZM11.567 6.88034L11.6202 7.07314L11.6209 7.07293L11.567 6.88034ZM12.0682 6.77195L12.0903 6.97073L12.0977 6.96991L12.1049 6.96856L12.0682 6.77195ZM12.5272 6.7561L12.673 6.89304L12.6733 6.89272L12.5272 6.7561ZM12.398 7.07595L12.5911 7.12783L12.5914 7.12661L12.398 7.07595ZM12.3347 7.32971H12.1347V7.52971H12.3347V7.32971ZM12.4159 7.34627L12.3756 7.54216L12.3772 7.54248L12.4159 7.34627ZM12.4159 7.34627L12.4563 7.15037L12.4546 7.15006L12.4159 7.34627ZM12.9466 7.45395L12.9867 7.258L12.9856 7.25779L12.9466 7.45395ZM13.6404 7.56234L13.6763 7.75918L13.6817 7.75803L13.6404 7.56234ZM13.5402 7.88749L13.456 7.70603L13.4546 7.70671L13.5402 7.88749ZM13.2104 8.08839L13.3312 8.24781L13.3314 8.24769L13.2104 8.08839ZM12.4375 8.89727L12.6013 9.0121L12.6015 9.01181L12.4375 8.89727ZM12.4217 10.0895L12.6138 10.0337L12.6135 10.0329L12.4217 10.0895ZM12.4639 10.2348L12.2718 10.2906L12.4403 10.871L12.6513 10.3047L12.4639 10.2348ZM12.5378 10.0366L12.7252 10.1064L12.7257 10.105L12.5378 10.0366ZM12.944 9.26206L12.782 9.14474L12.7818 9.14512L12.944 9.26206ZM13.0495 9.04003L13.1215 8.85341L13.1209 8.85318L13.0495 9.04003ZM13.097 8.77567L12.9926 8.60509L12.9925 8.60512L13.097 8.77567ZM13.7987 8.14918L13.9356 8.29495L13.9358 8.29479L13.7987 8.14918ZM14.4107 7.57292L14.5478 7.71852L14.6107 7.6593V7.57292H14.4107ZM14.4924 7.25041L14.4576 7.05341L14.4531 7.05432L14.4924 7.25041ZM14.6718 7.23455V7.43467L14.6787 7.43443L14.6718 7.23455ZM14.9251 7.08916L15.0589 7.23788L15.062 7.23492L14.9251 7.08916ZM15.0596 6.92528L14.918 7.06654L14.9258 7.07438L14.9345 7.08131L15.0596 6.92528ZM14.8248 6.89619L14.8156 7.09604L14.8204 7.09614L14.8248 6.89619ZM14.2629 6.96756L14.2179 6.7727L14.2165 6.77302L14.2629 6.96756ZM13.5059 7.00722L13.4413 7.19651L13.4417 7.19664L13.5059 7.00722ZM13.6826 6.85919L13.7353 7.05211L13.9859 6.98362L13.8556 6.75888L13.6826 6.85919ZM13.4505 6.39923L13.3907 6.5901L13.3921 6.59053L13.4505 6.39923ZM20.4673 8.96071L20.6546 8.89052L20.6525 8.88516L20.4673 8.96071ZM18.1116 6.51818L18.2654 6.38967L18.2568 6.3806L18.1116 6.51818ZM15.7771 9.52112L15.5825 9.47505L15.9588 9.60462L15.7771 9.52112ZM15.9935 8.67834L16.1935 8.67983L15.8007 8.62491L15.9935 8.67834ZM15.8694 9.32021L16.0512 9.40372L16.0517 9.40253L15.8694 9.32021ZM15.9934 8.68845L15.7934 8.68695V8.68845H15.9934ZM16.2293 7.72624L16.3709 7.58498L16.3498 7.56386L16.3235 7.54981L16.2293 7.72624ZM15.2627 7.04952L15.3779 6.886L15.1508 6.7261L15.0711 6.99214L15.2627 7.04952ZM15.231 7.15525L15.4225 7.213L15.4226 7.21264L15.231 7.15525ZM16.18 7.70326L16.0966 7.88504L16.18 7.70326ZM13.2632 7.66015L13.2088 7.46762L13.2034 7.46928L13.2632 7.66015ZM12.8016 7.51476L12.7611 7.71062L12.7614 7.71068L12.8016 7.51476ZM12.9981 7.73551L12.9439 7.54298L12.9428 7.54332L12.9981 7.73551ZM12.9981 7.73552L13.0522 7.92805L13.0534 7.92771L12.9981 7.73552ZM12.6749 7.82668L12.7287 8.01932L12.7295 8.01909L12.6749 7.82668ZM12.1632 7.96943L11.9696 7.91933L11.8826 8.25533L12.2169 8.16207L12.1632 7.96943ZM12.1817 7.89806L12.3753 7.94817L12.3762 7.94448L12.1817 7.89806ZM11.931 7.8584L11.7398 7.79968L11.7383 7.80498L11.931 7.8584ZM11.8783 8.04873L11.9304 8.24183L12.0406 8.21211L12.071 8.10215L11.8783 8.04873ZM11.997 7.63636L11.818 7.54708L11.8098 7.56363L11.8047 7.58141L11.997 7.63636ZM11.1186 8.24964L10.9867 8.09929L10.9669 8.11668L10.9522 8.13861L11.1186 8.24964ZM11.2874 8.21263L11.3384 8.40608L11.3431 8.40471L11.2874 8.21263ZM11.6725 8.10425L11.7233 8.2977L11.7246 8.29734L11.6725 8.10425ZM15.6663 9.85684L15.475 9.79862L15.4744 9.80052L15.6663 9.85684ZM15.7323 9.64008L15.9236 9.6983L15.9465 9.62292L15.9119 9.55215L15.7323 9.64008ZM15.4896 10.7212L15.2912 10.6957L15.2911 10.6965L15.4896 10.7212ZM15.3524 11.1415L15.1813 11.0379L15.1795 11.0409L15.3524 11.1415ZM15.2231 11.39L15.4067 11.4695L15.4109 11.4597L15.4141 11.4496L15.2231 11.39ZM15.1334 11.0675L15.3334 11.061L15.3332 11.0582L15.1334 11.0675ZM15.231 9.8912L15.0357 9.84812L15.0356 9.84892L15.231 9.8912ZM15.6637 9.49997L15.4835 9.58679L15.484 9.5879L15.6637 9.49997ZM12.3663 10.1952L12.1767 10.259L12.1769 10.2593L12.3663 10.1952ZM12.4059 10.4965L12.2112 10.4508L12.2108 10.4523L12.4059 10.4965ZM12.2186 9.50263L12.0185 9.49869L12.0186 9.50606L12.2186 9.50263ZM12.0972 9.47354L12.28 9.55518L12.2833 9.54696L12.0972 9.47354ZM11.9258 10.8746L12.118 10.819L12.1163 10.8137L11.9258 10.8746ZM12.1157 10.9882H12.3157V10.7882H12.1157V10.9882ZM12.1051 11.8658L12.2898 11.7889L12.2894 11.7881L12.1051 11.8658ZM12.8306 12.7487L12.6505 12.8359L12.6523 12.8395L12.8306 12.7487ZM12.3531 10.8904L12.1541 10.8702L12.1541 10.8707L12.3531 10.8904ZM18.0483 11.2737L18.2369 11.3405L18.2374 11.339L18.0483 11.2737ZM18.0615 10.9777L18.2553 10.9283L18.255 10.9271L18.0615 10.9777ZM18.0316 11.3232L17.8418 11.2601L17.8415 11.2609L18.0316 11.3232ZM18.0315 11.3235L18.2212 11.3867L18.2215 11.3858L18.0315 11.3235ZM18.0314 11.3236L17.8417 11.2603L17.8417 11.2605L18.0314 11.3236ZM17.8953 11.6253L18.0438 11.7592L18.0444 11.7586L17.8953 11.6253ZM17.7371 11.7072L17.5601 11.8004L17.5614 11.8028L17.7371 11.7072ZM17.6421 10.441L17.8386 10.4785L17.8387 10.478L17.6421 10.441ZM17.8663 9.98902L18.0644 9.96108L18.0639 9.95834L17.8663 9.98902ZM10.4802 10.7212L10.2999 10.8078L10.6721 10.6649L10.4802 10.7212ZM10.3087 10.1371L10.5006 10.0807L10.4247 9.822L10.1991 9.96976L10.3087 10.1371ZM10.2402 10.182L10.1306 10.0147L10.0285 10.0816L10.0413 10.2029L10.2402 10.182ZM11.3718 10.9882V10.7882L11.3688 10.7883L11.3718 10.9882ZM10.715 10.9982L10.5217 10.9467L10.4537 11.2021L10.718 11.1981L10.715 10.9982ZM11.1165 10.8179L11.1927 11.0028L11.2018 10.9991L11.2106 10.9944L11.1165 10.8179ZM11.1165 10.8179L11.0401 10.6331L11.031 10.6368L11.0223 10.6415L11.1165 10.8179ZM11.7622 10.8243L11.9216 10.7035L11.9191 10.7003L11.7622 10.8243ZM11.1473 10.7592L11.1575 10.5594L11.1574 10.5594L11.1473 10.7592ZM10.715 10.7212L10.6753 10.5252L10.2387 10.6136L10.5948 10.8811L10.715 10.7212ZM11.4852 10.5653L11.5249 10.7613L11.5251 10.7613L11.4852 10.5653ZM11.7786 10.5056L11.9714 10.5587L12.0579 10.2446L11.7387 10.3096L11.7786 10.5056ZM10.5857 11.3794H10.3857V11.4377L10.417 11.4868L10.5857 11.3794ZM10.7572 11.6491L10.9571 11.6446L10.9559 11.5888L10.926 11.5418L10.7572 11.6491ZM10.5277 10.9697L10.3428 11.046L10.3438 11.0484L10.5277 10.9697ZM10.3584 11.1101L10.5514 11.1627L10.5519 11.1606L10.3584 11.1101ZM10.3584 11.1101L10.1655 11.0574L10.1649 11.0595L10.3584 11.1101ZM10.2402 11.5566L10.4331 11.6093L10.4332 11.6089L10.2402 11.5566ZM10.0423 12.2809L9.84939 12.2282L9.80102 12.4053L9.97333 12.4686L10.0423 12.2809ZM10.1215 12.3099L10.0525 12.4977L10.0548 12.4985L10.1215 12.3099ZM10.467 12.495L10.364 12.6664L10.3653 12.6672L10.467 12.495ZM10.8205 12.3205L11.0152 12.2748L11.0143 12.2711L10.8205 12.3205ZM10.7625 11.8817L10.9624 11.8776L10.9624 11.8772L10.7625 11.8817ZM15.8773 12.7646L15.7035 12.8635L15.7038 12.864L15.8773 12.7646ZM15.5344 11.8685L15.7307 11.8297L15.7297 11.8252L15.5344 11.8685ZM16.0172 13.0342L16.1513 13.183L16.159 13.1752L16.0172 13.0342ZM15.698 13.0871L15.5894 13.2556L15.6006 13.2618L15.698 13.0871ZM15.4131 12.4686L15.601 12.4L15.6008 12.3997L15.4131 12.4686ZM15.2152 11.6517L15.4101 11.6971L15.4108 11.6936L15.2152 11.6517ZM15.3418 11.3583L15.5216 11.4461L15.5221 11.4451L15.3418 11.3583ZM15.45 11.1336L15.6493 11.1174L15.5895 10.3827L15.2698 11.0469L15.45 11.1336ZM15.4711 11.3927L15.6706 11.3779L15.6704 11.3764L15.4711 11.3927ZM17.5102 11.7813L17.6016 11.6034L17.5998 11.6024L17.5102 11.7813ZM17.6368 11.9055L17.4382 11.8821L17.438 11.8835L17.6368 11.9055ZM17.0064 11.9377L16.9017 11.7672L16.7475 11.8619L16.8263 12.0248L17.0064 11.9377ZM17.6131 12.2386L17.7437 12.39L17.7443 12.3895L17.6131 12.2386ZM17.7159 11.9716L17.6938 12.1704L17.6971 12.1707L17.7159 11.9716ZM17.2385 12.5293L17.3518 12.6942L17.3525 12.6937L17.2385 12.5293ZM17.3071 12.4818L17.4211 12.6461L17.6176 12.5098L17.4486 12.3405L17.3071 12.4818ZM16.5263 12.8809L16.3846 13.0221L16.3925 13.03L16.4012 13.037L16.5263 12.8809ZM16.6687 12.3522L16.5045 12.2381L16.4856 12.2653L16.4764 12.2972L16.6687 12.3522ZM16.7973 12.1672L16.9742 12.074L16.8209 11.7828L16.633 12.0531L16.7973 12.1672ZM16.9769 12.2552L17.0244 12.061L17.0244 12.061L16.9769 12.2552ZM17.1541 12.3284L17.0125 12.4697L17.0125 12.4697L17.1541 12.3284ZM16.2572 12.5003L16.4474 12.5621L16.4482 12.5596L16.2572 12.5003ZM16.0989 12.9549L16.2405 13.0962L16.2483 13.0884L16.2552 13.0797L16.0989 12.9549ZM16.0567 12.6589L15.8588 12.6296L15.8584 12.6327L16.0567 12.6589ZM13.0917 12.8466L12.9501 12.7053L12.9423 12.7131L12.9354 12.7218L13.0917 12.8466ZM13.2236 12.4818L13.0338 12.4188L13.0333 12.4202L13.2236 12.4818ZM12.9677 12.8175L12.876 12.9952L12.8782 12.9963L12.9677 12.8175ZM12.8306 12.6298L12.6363 12.6773L12.6365 12.6782L12.8306 12.6298ZM12.8649 12.376L12.6927 12.2742L12.6919 12.2757L12.8649 12.376ZM13.2131 12.1011L13.1662 11.9067L13.1653 11.9069L13.2131 12.1011ZM13.3502 12.1037L13.5345 12.1826L13.5386 12.1709L13.3502 12.1037ZM13.272 12.336L13.4618 12.399L13.4618 12.3989L13.272 12.336ZM13.8989 12.3734L13.703 12.4136L13.704 12.4183L13.8989 12.3734ZM14.0862 12.8624L14.2648 12.7724L14.2646 12.7721L14.0862 12.8624ZM13.796 12.1408L13.8497 11.9481L13.8492 11.948L13.796 12.1408ZM13.6114 12.3549L13.8027 12.4133L13.8031 12.412L13.6114 12.3549ZM13.5264 12.6289L13.7173 12.6886L13.7174 12.6885L13.5264 12.6289ZM13.5262 12.6297L13.7168 12.6903L13.7171 12.6894L13.5262 12.6297ZM13.5262 12.6298L13.3355 12.5693L13.3352 12.5705L13.5262 12.6298ZM13.4769 12.7884L13.6678 12.8478L13.6678 12.8478L13.4769 12.7884ZM13.4135 12.9919L13.2226 12.9325L13.157 13.1432L13.3731 13.1878L13.4135 12.9919ZM13.6826 13.0475L13.6422 13.2433L13.6433 13.2436L13.6826 13.0475ZM14.0862 13.1188L14.1092 12.9201L14.1068 12.9199L14.0862 13.1188ZM14.2234 13.1347L14.2004 13.3334L14.5689 13.376L14.402 13.0447L14.2234 13.1347ZM14.6534 12.495L14.8033 12.6273L14.978 12.4294L14.7402 12.3148L14.6534 12.495ZM14.379 12.3628L14.4658 12.1826L14.4644 12.1819L14.379 12.3628ZM14.532 12.6324L14.6811 12.7658L14.6819 12.7648L14.532 12.6324ZM14.3658 12.8915L14.554 12.9591L14.5541 12.9591L14.3658 12.8915ZM14.3052 13.0316L14.1635 12.89L14.1564 12.898L14.3052 13.0316ZM15.5581 13.132V13.332H15.5681L15.5781 13.331L15.5581 13.132ZM15.2284 13.1558L15.2411 13.3555L15.2443 13.3552L15.2284 13.1558ZM14.933 12.6562L14.8273 12.826L14.8288 12.8269L14.933 12.6562ZM14.627 12.6642L14.773 12.8008L14.7746 12.7991L14.627 12.6642ZM14.4028 13.066L14.5991 13.1039L14.5994 13.1027L14.4028 13.066ZM14.3869 13.1479L14.1906 13.11L14.1472 13.3341L14.3752 13.3476L14.3869 13.1479ZM14.656 13.1638L14.6442 13.3634L14.6453 13.3635L14.656 13.1638ZM15.1198 6.19682C14.8884 6.15716 14.4856 6.17824 14.2302 6.24223L14.3274 6.63023C14.5363 6.57791 14.8826 6.56201 15.0522 6.59107L15.1198 6.19682ZM15.2914 6.21678C15.2124 6.20929 15.1527 6.20335 15.1253 6.19785L15.0467 6.59005C15.0998 6.6007 15.1862 6.60861 15.2537 6.615L15.2914 6.21678ZM15.6269 6.6026C15.6474 6.58389 15.6872 6.53967 15.6933 6.46876C15.6997 6.39311 15.6638 6.33896 15.6388 6.31221C15.5995 6.27014 15.5516 6.25571 15.5459 6.2538C15.5169 6.24403 15.4842 6.23872 15.4628 6.23556C15.4141 6.22834 15.3486 6.2222 15.2914 6.21678L15.2537 6.615C15.3151 6.62082 15.3683 6.62593 15.4043 6.63125C15.4252 6.63435 15.4264 6.63562 15.4183 6.63292C15.4153 6.63189 15.4076 6.62919 15.3978 6.62416C15.3899 6.62014 15.3683 6.60855 15.3467 6.58547C15.3235 6.56061 15.2884 6.5084 15.2947 6.4347C15.3006 6.36576 15.3392 6.32354 15.3575 6.30687L15.6269 6.6026ZM15.5075 6.94906C15.5075 6.96365 15.5052 6.96813 15.5088 6.95236C15.5114 6.94083 15.5158 6.92448 15.522 6.90364C15.5345 6.86223 15.552 6.81078 15.5714 6.75905C15.5908 6.70724 15.6108 6.65812 15.6276 6.62109C15.6361 6.60234 15.6427 6.58912 15.6472 6.58111C15.6557 6.56562 15.6495 6.58141 15.6292 6.60047L15.3552 6.309C15.3244 6.33798 15.3044 6.37434 15.2971 6.38755C15.2857 6.40824 15.2742 6.43183 15.2635 6.45551C15.2417 6.50331 15.2182 6.56142 15.1967 6.61898C15.1752 6.67662 15.1545 6.73669 15.1389 6.78871C15.1311 6.81458 15.124 6.84042 15.1187 6.86404C15.1143 6.8834 15.1075 6.91597 15.1075 6.94906H15.5075ZM16.2915 7.43106C16.32 7.43106 16.3412 7.43745 16.3463 7.43899C16.3546 7.44145 16.3605 7.44387 16.3628 7.44486C16.3676 7.44688 16.3697 7.44809 16.3674 7.4469C16.3635 7.44483 16.3553 7.44015 16.3416 7.43189C16.3151 7.41577 16.2773 7.3916 16.2309 7.36111C16.1387 7.30046 16.0184 7.21869 15.8987 7.13564C15.7789 7.05259 15.6611 6.96918 15.5738 6.90532C15.5298 6.87318 15.4951 6.84713 15.4722 6.829C15.4602 6.81959 15.4542 6.81442 15.4522 6.81263C15.4507 6.81126 15.4544 6.81443 15.4599 6.82062C15.4623 6.82338 15.4694 6.83152 15.4771 6.84357C15.4792 6.84692 15.5075 6.88825 15.5075 6.94906H15.1075C15.1075 7.0107 15.1363 7.05317 15.1394 7.05795C15.1479 7.07143 15.1564 7.08129 15.1606 7.08607C15.1697 7.09629 15.1787 7.10464 15.1841 7.10953C15.196 7.12025 15.2103 7.13187 15.2242 7.14291C15.2531 7.16569 15.2925 7.1952 15.3377 7.22823C15.4286 7.29472 15.5494 7.38017 15.6707 7.46431C15.792 7.54846 15.9152 7.63224 16.0112 7.69533C16.0589 7.72671 16.1014 7.75396 16.1341 7.7738C16.15 7.78351 16.1661 7.79294 16.1804 7.80049C16.1872 7.80411 16.1969 7.809 16.2076 7.8135C16.2128 7.81573 16.2213 7.81909 16.2316 7.82219C16.2389 7.82436 16.2617 7.83106 16.2915 7.83106V7.43106ZM16.576 7.86231C16.626 7.77471 16.6007 7.68922 16.5887 7.657C16.5734 7.61603 16.55 7.58129 16.5281 7.55505C16.5056 7.52809 16.477 7.50106 16.4436 7.47919C16.4139 7.45973 16.3602 7.43106 16.2915 7.43106V7.83106C16.2492 7.83106 16.2252 7.81429 16.2245 7.81383C16.2201 7.81097 16.2199 7.81004 16.2211 7.8115C16.2229 7.81368 16.2187 7.80968 16.2139 7.79696C16.2115 7.79033 16.2067 7.77572 16.2059 7.75499C16.2051 7.73377 16.2082 7.69988 16.2285 7.66417L16.576 7.86231ZM16.408 8.04297C16.4415 8.01237 16.474 7.98052 16.5 7.95375C16.5197 7.93338 16.5512 7.90042 16.5687 7.87418L16.2359 7.6523C16.2403 7.64571 16.2433 7.64218 16.242 7.64381C16.2415 7.64444 16.24 7.64625 16.2371 7.64938C16.2316 7.65561 16.2234 7.6644 16.2129 7.67516C16.1921 7.69663 16.1652 7.72293 16.138 7.74783L16.408 8.04297ZM16.2225 8.60306C16.2673 8.447 16.312 8.30232 16.3518 8.19149C16.3719 8.13581 16.3895 8.09213 16.4041 8.06119C16.4228 8.02151 16.4258 8.02646 16.4091 8.04201L16.137 7.74879C16.091 7.79144 16.0604 7.85211 16.0423 7.8906C16.02 7.93784 15.9975 7.9948 15.9755 8.05606C15.9312 8.17914 15.8837 8.3336 15.838 8.49271L16.2225 8.60306ZM16.124 8.2135C16.0189 8.28462 15.9256 8.35095 15.8679 8.43109L16.1926 8.66468C16.2013 8.65253 16.2308 8.62419 16.3482 8.54481L16.124 8.2135ZM17.8186 6.92715C17.4647 7.20767 16.2542 8.12569 16.1243 8.21334L16.3479 8.54497C16.4923 8.44758 17.714 7.52047 18.067 7.24061L17.8186 6.92715ZM17.6763 7.23893C17.778 7.23764 17.8401 7.24193 17.8674 7.24663C17.8734 7.24766 17.873 7.24795 17.8685 7.24649C17.8676 7.24619 17.8454 7.23962 17.8204 7.2192C17.7917 7.19585 17.7362 7.13127 17.7548 7.0353C17.769 6.96255 17.818 6.92737 17.8244 6.92273L18.0613 7.24503C18.0775 7.23312 18.132 7.191 18.1475 7.11169C18.1674 7.00914 18.1089 6.93837 18.0732 6.90924C18.0411 6.88303 18.0077 6.8711 17.9915 6.86588C17.9718 6.85951 17.9522 6.85533 17.9351 6.8524C17.8701 6.84124 17.7779 6.83761 17.6712 6.83896L17.6763 7.23893ZM17.1968 7.30447C17.3757 7.26025 17.5269 7.2413 17.6769 7.23892L17.6706 6.83897C17.4882 6.84186 17.307 6.86521 17.1008 6.91615L17.1968 7.30447ZM16.4239 7.0066C16.4684 7.053 16.5605 7.15027 16.6861 7.22357C16.8153 7.29889 16.9919 7.35582 17.1974 7.30431L17.1002 6.91631C17.0248 6.93519 16.9561 6.91794 16.8877 6.87804C16.8158 6.83612 16.7581 6.77714 16.7127 6.72979L16.4239 7.0066ZM16.4178 6.9964C16.413 6.99322 16.4095 6.99052 16.4075 6.98892C16.4054 6.98725 16.404 6.98601 16.4034 6.98546C16.4023 6.9845 16.4024 6.98456 16.4043 6.98644C16.4061 6.9882 16.4086 6.99068 16.412 6.99424C16.4155 6.99779 16.4193 7.00177 16.4239 7.0066L16.7127 6.72979C16.7043 6.72103 16.6942 6.71055 16.6852 6.70165C16.679 6.69548 16.6616 6.67822 16.64 6.6638L16.4178 6.9964ZM16.1363 6.55255C16.1363 6.61564 16.1612 6.67196 16.175 6.70064C16.1925 6.73724 16.2151 6.77433 16.2386 6.80824C16.2819 6.87082 16.3472 6.94925 16.4178 6.99643L16.64 6.66378C16.6402 6.66396 16.6376 6.66216 16.6321 6.65718C16.6268 6.65242 16.6203 6.64598 16.6129 6.63786C16.5978 6.62145 16.5818 6.6013 16.5673 6.58037C16.5526 6.55909 16.5418 6.54051 16.5356 6.52762C16.5325 6.5212 16.5318 6.51878 16.5322 6.52003C16.5325 6.5208 16.5334 6.52369 16.5342 6.5284C16.5351 6.5329 16.5363 6.54128 16.5363 6.55255H16.1363ZM16.5641 6.38295C16.5095 6.36856 16.4567 6.35719 16.414 6.3514C16.3946 6.34877 16.3672 6.34581 16.3395 6.34725C16.3282 6.34784 16.2983 6.34978 16.2649 6.36325C16.2349 6.37538 16.1363 6.4278 16.1363 6.55255H16.5363C16.5363 6.6054 16.5153 6.6518 16.4851 6.68503C16.4585 6.71422 16.4299 6.72803 16.4147 6.73414C16.3859 6.74577 16.3628 6.74657 16.3602 6.74671C16.35 6.74724 16.348 6.7461 16.3602 6.74776C16.3808 6.75056 16.4164 6.75769 16.4621 6.76973L16.5641 6.38295ZM17.1643 6.3775C16.9295 6.43867 16.7605 6.43883 16.5678 6.38398L16.4583 6.7687C16.7299 6.84601 16.9724 6.84086 17.2652 6.76458L17.1643 6.3775ZM17.9955 6.33016C17.7076 6.29589 17.4293 6.30964 17.1651 6.37729L17.2644 6.76478C17.475 6.71085 17.7031 6.69818 17.9482 6.72735L17.9955 6.33016ZM18.038 6.33677L18.0032 6.33123L17.9404 6.72628L17.9753 6.73181L18.038 6.33677ZM18.108 6.34732C18.1109 6.34737 18.1114 6.34753 18.1082 6.3472C18.1052 6.3469 18.1007 6.34636 18.094 6.34542C18.0802 6.34349 18.0626 6.34069 18.0382 6.33679L17.9751 6.73178C18.0136 6.73793 18.0643 6.7466 18.1008 6.74725L18.108 6.34732ZM18.3819 6.8935C18.4033 6.91071 18.4154 6.92809 18.4185 6.93249C18.4232 6.93929 18.4262 6.94454 18.4272 6.94646C18.4293 6.95036 18.4297 6.95165 18.4283 6.94821C18.4255 6.94192 18.4209 6.93014 18.4145 6.91226C18.4019 6.87727 18.3861 6.82893 18.37 6.77612C18.3361 6.66517 18.308 6.55794 18.3023 6.51853L17.9064 6.57604C17.9172 6.6501 17.9546 6.78542 17.9874 6.89295C18.0047 6.94938 18.0225 7.00425 18.038 7.0473C18.0456 7.06844 18.0535 7.08939 18.0612 7.10714C18.0649 7.11572 18.07 7.12686 18.0761 7.13814C18.0792 7.14375 18.084 7.15207 18.0904 7.16129C18.0952 7.16811 18.1088 7.18725 18.1316 7.20552L18.3819 6.8935ZM19.3234 7.26311C19.3385 7.26479 19.3464 7.26786 19.3344 7.26436C19.3273 7.26229 19.3164 7.25886 19.3014 7.25383C19.2717 7.24385 19.2314 7.22946 19.1832 7.21167C19.0871 7.17621 18.9642 7.12896 18.8416 7.08057C18.7189 7.03217 18.5979 6.98313 18.5054 6.94415C18.459 6.92458 18.4211 6.90809 18.3942 6.89576C18.3806 6.88951 18.3716 6.88512 18.3663 6.88243C18.3528 6.87545 18.3696 6.88247 18.3885 6.89911L18.1249 7.19992C18.1491 7.22118 18.1781 7.23541 18.1829 7.23788C18.196 7.24464 18.2113 7.25195 18.2274 7.2593C18.2598 7.27418 18.3021 7.29253 18.35 7.31273C18.4463 7.3533 18.5704 7.40356 18.6947 7.45263C18.8191 7.50172 18.945 7.55013 19.0448 7.58695C19.0945 7.6053 19.139 7.6212 19.174 7.63298C19.1914 7.63882 19.2079 7.64414 19.2223 7.64834C19.2318 7.65111 19.2552 7.65798 19.2792 7.66065L19.3234 7.26311ZM19.6491 7.60727C19.6491 7.53206 19.6309 7.43825 19.5553 7.36356C19.4854 7.29446 19.396 7.27217 19.3262 7.26343L19.2765 7.66033C19.2923 7.66231 19.2978 7.66448 19.2971 7.66421C19.2957 7.66365 19.2857 7.6595 19.2742 7.64809C19.2619 7.636 19.2546 7.62237 19.2511 7.61177C19.2481 7.60275 19.2491 7.59972 19.2491 7.60727H19.6491ZM19.2253 8.00202C19.325 7.98306 19.4208 7.94517 19.4967 7.88754C19.5695 7.83231 19.6491 7.73774 19.6491 7.60727H19.2491C19.2491 7.56404 19.2745 7.55406 19.255 7.56888C19.2386 7.5813 19.2038 7.59893 19.1506 7.60905L19.2253 8.00202ZM18.4186 8.99334C18.5695 8.73662 18.753 8.48353 18.9186 8.29237C19.0016 8.19657 19.0772 8.11979 19.1392 8.06667C19.1703 8.04009 19.1952 8.02186 19.2137 8.01049C19.2344 7.99773 19.2372 7.99973 19.2255 8.00196L19.1503 7.60911C19.0938 7.61993 19.0433 7.64564 19.0039 7.66988C18.9623 7.69551 18.9203 7.72757 18.8792 7.76273C18.7969 7.83311 18.7071 7.92566 18.6163 8.03044C18.4344 8.24041 18.2367 8.51337 18.0737 8.79063L18.4186 8.99334ZM18.1191 9.64799C18.1191 9.62781 18.1324 9.56166 18.187 9.43573C18.238 9.31793 18.3155 9.16893 18.4186 8.99324L18.0737 8.79074C17.9658 8.97453 17.8797 9.13878 17.82 9.27673C17.7637 9.40655 17.7191 9.53865 17.7191 9.64799H18.1191ZM18.2756 10.6266C18.2356 10.439 18.196 10.2206 18.1664 10.0329C18.1358 9.83834 18.1191 9.69541 18.1191 9.64799H17.7191C17.7191 9.73275 17.7419 9.90836 17.7713 10.0951C17.8018 10.2888 17.8426 10.5144 17.8844 10.7101L18.2756 10.6266ZM18.0068 10.7823C18.0079 10.7807 18.0215 10.7608 18.0484 10.7426C18.0821 10.7199 18.1459 10.6953 18.2194 10.7218C18.2775 10.7428 18.3048 10.7838 18.3105 10.7925C18.3187 10.8052 18.3216 10.8139 18.3206 10.8112C18.3143 10.7948 18.3019 10.7459 18.2753 10.6253L17.8847 10.7114C17.9082 10.8181 17.9274 10.9028 17.9469 10.9538C17.9523 10.9679 17.9612 10.9893 17.9754 11.011C17.987 11.0288 18.0199 11.0751 18.0837 11.0981C18.163 11.1267 18.2326 11.1009 18.2722 11.0742C18.3051 11.052 18.3248 11.0252 18.3325 11.0144L18.0068 10.7823ZM18.8054 10.656C18.5442 10.656 18.3848 10.6573 18.2873 10.6638C18.2397 10.6669 18.1929 10.672 18.1516 10.684C18.1031 10.698 18.052 10.7243 18.0123 10.7749L18.327 11.0218C18.3018 11.0539 18.2716 11.0657 18.2625 11.0683C18.2607 11.0688 18.272 11.0657 18.3139 11.0629C18.3951 11.0575 18.539 11.056 18.8054 11.056V10.656ZM19.4121 10.656H18.8054V11.056H19.4121V10.656ZM19.4446 10.3993L19.2389 10.7561L19.5854 10.9559L19.7911 10.5991L19.4446 10.3993ZM19.726 10.3105C19.6605 10.2776 19.6339 10.2215 19.6243 10.1894C19.6152 10.1589 19.6157 10.1337 19.6162 10.1231C19.6172 10.1007 19.622 10.0839 19.623 10.0803C19.6248 10.0739 19.6265 10.0693 19.6272 10.0673C19.628 10.0651 19.6286 10.0636 19.6288 10.0631C19.6292 10.0622 19.628 10.0651 19.6237 10.0737C19.6158 10.0897 19.6028 10.1146 19.5852 10.1473C19.5503 10.2121 19.5004 10.3018 19.4443 10.3999L19.7915 10.5985C19.8488 10.4984 19.9004 10.4056 19.9374 10.3369C19.9557 10.3029 19.9713 10.2733 19.9822 10.2511C19.9874 10.2406 19.9932 10.2285 19.9979 10.2173C19.9998 10.2128 20.0044 10.2016 20.0082 10.188C20.0096 10.1829 20.0146 10.1651 20.0157 10.1418C20.0162 10.1308 20.0167 10.1053 20.0075 10.0746C19.9978 10.0423 19.9711 9.98594 19.9054 9.95299L19.726 10.3105ZM19.1196 10.2758C19.3032 10.2876 19.4715 10.3001 19.5941 10.3102C19.6556 10.3153 19.7048 10.3198 19.7385 10.3232C19.7556 10.3249 19.7672 10.3262 19.7738 10.3271C19.7776 10.3276 19.7773 10.3276 19.7748 10.3272C19.774 10.327 19.7687 10.3261 19.7615 10.3241C19.7581 10.3232 19.7502 10.3209 19.7404 10.3169C19.7376 10.3158 19.7049 10.3037 19.6744 10.2732L19.9571 9.99024C19.9264 9.95962 19.8933 9.94732 19.8901 9.94601C19.8798 9.94186 19.8713 9.93942 19.8672 9.9383C19.8585 9.93591 19.8511 9.9345 19.8477 9.93386C19.8399 9.93242 19.8321 9.93132 19.8261 9.93053C19.8135 9.92886 19.7972 9.92707 19.7788 9.92521C19.7416 9.92143 19.6896 9.91677 19.6271 9.91161C19.5018 9.90125 19.3311 9.88861 19.1454 9.87664L19.1196 10.2758ZM18.3622 10.2048C18.3777 10.2125 18.3907 10.2165 18.3949 10.2177C18.4007 10.2195 18.4056 10.2206 18.4083 10.2212C18.4139 10.2225 18.4185 10.2233 18.4206 10.2236C18.4253 10.2244 18.4295 10.2249 18.4318 10.2252C18.4368 10.2259 18.4425 10.2265 18.4478 10.227C18.4589 10.2281 18.4738 10.2294 18.4917 10.2309C18.5278 10.234 18.5788 10.238 18.6407 10.2426C18.7648 10.2519 18.9343 10.2639 19.1196 10.2758L19.1454 9.87664C18.9614 9.86479 18.7933 9.85295 18.6707 9.84375C18.6093 9.83915 18.5597 9.83524 18.5254 9.83234C18.5081 9.83088 18.4954 9.82973 18.4872 9.82893C18.4853 9.82873 18.4837 9.82857 18.4826 9.82845C18.4814 9.82832 18.4809 9.82826 18.481 9.82827C18.4811 9.82828 18.4815 9.82833 18.4822 9.82843C18.4828 9.82851 18.4841 9.8287 18.486 9.82901C18.4874 9.82924 18.4913 9.82991 18.4965 9.83106C18.499 9.83164 18.5036 9.83274 18.5093 9.83444C18.5133 9.83564 18.5262 9.83953 18.5416 9.84726L18.3622 10.2048ZM18.5645 9.39255C18.4837 9.53841 18.4107 9.67206 18.3581 9.77023C18.3319 9.81916 18.3102 9.86011 18.2951 9.88964C18.2877 9.90411 18.281 9.9175 18.2759 9.92831C18.2736 9.93322 18.2702 9.9407 18.267 9.94871C18.2657 9.95207 18.2623 9.96059 18.2593 9.97139C18.258 9.97632 18.2549 9.98785 18.2532 10.0028C18.2528 10.0062 18.2446 10.0587 18.2731 10.1155L18.6308 9.93649C18.6591 9.99315 18.6509 10.0454 18.6506 10.0484C18.6489 10.0629 18.646 10.074 18.6448 10.0783C18.6421 10.0878 18.6394 10.0947 18.6389 10.0959C18.6374 10.0997 18.6367 10.1012 18.6379 10.0984C18.6401 10.0939 18.6443 10.0854 18.6511 10.072C18.6645 10.0458 18.6847 10.0075 18.7106 9.95928C18.7622 9.86316 18.8343 9.73114 18.9144 9.58622L18.5645 9.39255ZM18.8573 8.86381L18.5645 9.39248L18.9144 9.58629L19.2072 9.05762L18.8573 8.86381ZM19.6616 8.86395L19.0655 8.76349L18.999 9.15793L19.5952 9.25839L19.6616 8.86395ZM19.8476 8.89522L19.6616 8.86393L19.5953 9.2584L19.7813 9.28968L19.8476 8.89522ZM19.849 8.89545L19.8489 8.89544L19.78 9.28946L19.78 9.28946L19.849 8.89545ZM20.3377 8.97873C20.3018 8.97152 20.0943 8.93669 19.8476 8.89522L19.7813 9.28969C20.0347 9.33228 20.2313 9.36535 20.2592 9.37094L20.3377 8.97873ZM20.252 8.99261C20.2417 9.01037 20.2367 9.01743 20.2353 9.0193C20.2339 9.02103 20.2418 9.0102 20.2596 8.99905C20.2805 8.98594 20.303 8.97987 20.3216 8.97853C20.3358 8.9775 20.3431 8.97967 20.3342 8.97806L20.2627 9.3716C20.3027 9.37888 20.387 9.3912 20.4719 9.33805C20.5377 9.29679 20.5764 9.23063 20.5981 9.19313L20.252 8.99261ZM20.2696 8.95359C20.266 8.96394 20.2591 8.97964 20.2498 8.99662L20.6004 9.18912C20.6181 9.15685 20.6348 9.12097 20.6471 9.08602L20.2696 8.95359ZM20.6577 9.03997L20.6582 9.02783L20.2585 9.01178L20.258 9.02392L20.6577 9.03997ZM20.4259 10.0863C20.6344 9.68403 20.651 9.20814 20.6577 9.03992L20.258 9.02397C20.251 9.19866 20.2331 9.58905 20.0708 9.90226L20.4259 10.0863ZM19.9691 10.9569L20.4254 10.0872L20.0712 9.90136L19.6149 10.771L19.9691 10.9569ZM19.992 11.464V10.864H19.592V11.464H19.992ZM19.6865 11.664H19.792V11.264H19.6865V11.664ZM19.7809 11.4693C19.7809 11.5496 19.7354 11.5992 19.7149 11.6177C19.6933 11.6372 19.6725 11.6471 19.6642 11.6509C19.6462 11.6591 19.6312 11.6625 19.628 11.6632C19.6223 11.6645 19.618 11.6652 19.6162 11.6655C19.6141 11.6658 19.6127 11.666 19.6122 11.6661C19.6114 11.6662 19.6142 11.6658 19.6223 11.6654C19.6372 11.6646 19.66 11.664 19.6865 11.664V11.264C19.6548 11.264 19.6249 11.2647 19.6016 11.266C19.5905 11.2665 19.5779 11.2674 19.5663 11.2687C19.5616 11.2692 19.5507 11.2706 19.5382 11.2734C19.5335 11.2745 19.5175 11.2782 19.4987 11.2868C19.4901 11.2907 19.4691 11.3008 19.4472 11.3205C19.4266 11.3391 19.3809 11.3889 19.3809 11.4693H19.7809ZM19.799 11.5588C19.7928 11.5235 19.7876 11.4938 19.784 11.4725C19.7821 11.4618 19.7808 11.4538 19.78 11.4486C19.7798 11.4473 19.7796 11.4463 19.7795 11.4456C19.7794 11.4449 19.7793 11.4446 19.7793 11.4447C19.7794 11.4447 19.7794 11.445 19.7794 11.4454C19.7795 11.4458 19.7796 11.4466 19.7797 11.4477C19.7798 11.4487 19.7801 11.4506 19.7803 11.4532C19.7804 11.4549 19.7809 11.4612 19.7809 11.4693H19.3809C19.3809 11.4777 19.3815 11.4843 19.3816 11.4864C19.3819 11.4894 19.3822 11.4918 19.3823 11.4934C19.3827 11.4965 19.3831 11.4992 19.3833 11.5009C19.3838 11.5046 19.3845 11.5085 19.385 11.5121C19.3862 11.5194 19.3878 11.5291 19.3897 11.5401C19.3935 11.5622 19.3989 11.5927 19.405 11.6278L19.799 11.5588ZM19.7995 11.5617L19.7995 11.5617L19.4045 11.6249L19.4045 11.6249L19.7995 11.5617ZM19.799 11.5586L19.7989 11.5583L19.4051 11.6284L19.4052 11.6287L19.799 11.5586ZM19.8175 11.6649L19.7991 11.5592L19.405 11.628L19.4235 11.7337L19.8175 11.6649ZM19.8043 12.0338C19.8397 11.9866 19.8442 11.9367 19.8449 11.9309C19.8469 11.9142 19.847 11.8992 19.8468 11.8893C19.8464 11.8686 19.8443 11.8461 19.8419 11.8253C19.837 11.7824 19.8283 11.727 19.8176 11.6651L19.4235 11.7335C19.4338 11.7933 19.441 11.8398 19.4446 11.8712C19.4455 11.8788 19.4461 11.8848 19.4464 11.8895C19.4466 11.8918 19.4467 11.8935 19.4468 11.8948C19.4469 11.8961 19.4469 11.8967 19.4469 11.8967C19.4469 11.8967 19.4469 11.8964 19.4469 11.8959C19.4469 11.8954 19.4469 11.8946 19.4469 11.8936C19.447 11.8917 19.4472 11.8878 19.4478 11.8823C19.4484 11.8774 19.4499 11.8676 19.4535 11.8553C19.4565 11.8447 19.4645 11.8202 19.4842 11.794L19.8043 12.0338ZM19.4939 12.1377C19.5392 12.1377 19.5854 12.1345 19.6248 12.1283C19.6438 12.1253 19.6671 12.1207 19.6901 12.1132C19.7013 12.1095 19.7181 12.1033 19.7362 12.0932C19.75 12.0855 19.7881 12.0629 19.8158 12.0166L19.4727 11.8111C19.4866 11.7878 19.5025 11.7723 19.5133 11.7633C19.5244 11.7539 19.5344 11.7478 19.5409 11.7442C19.5534 11.7371 19.563 11.7339 19.5655 11.7331C19.5711 11.7313 19.5711 11.7318 19.5628 11.7331C19.5475 11.7355 19.5225 11.7377 19.4939 11.7377V12.1377ZM19.3606 12.1403L19.4978 12.1376L19.49 11.7377L19.3528 11.7404L19.3606 12.1403ZM19.4671 12.2121L19.5436 12.0116L19.1699 11.869L19.0934 12.0695L19.4671 12.2121ZM18.667 13.5062C18.9651 13.1106 19.3199 12.5398 19.4626 12.2229L19.0979 12.0586C18.9715 12.3392 18.6351 12.8839 18.3476 13.2655L18.667 13.5062ZM18.6023 13.59L18.6656 13.5081L18.349 13.2636L18.2857 13.3455L18.6023 13.59ZM18.6761 13.3552L18.5284 13.2864L18.3596 13.6491L18.5074 13.7178L18.6761 13.3552ZM19.3365 14.0419C19.1805 13.7409 18.9359 13.4738 18.6748 13.3546L18.5086 13.7184C18.6644 13.7895 18.8524 13.9771 18.9813 14.2259L19.3365 14.0419ZM19.4749 14.5965C19.4749 14.4867 19.4747 14.3994 19.4523 14.3111C19.4305 14.2249 19.3891 14.1449 19.337 14.0429L18.9808 14.2249C19.0394 14.3397 19.0561 14.376 19.0646 14.4094C19.0725 14.4407 19.075 14.4763 19.075 14.5965H19.4749ZM19.1747 15.3117C19.2741 15.3064 19.3287 15.2377 19.343 15.2186C19.3642 15.1905 19.3783 15.1605 19.3875 15.1381C19.4068 15.0914 19.4221 15.0349 19.4339 14.9793C19.458 14.8664 19.4749 14.7241 19.4749 14.5965H19.075C19.075 14.6936 19.0615 14.8078 19.0427 14.8958C19.0332 14.9406 19.0239 14.9707 19.0177 14.9857C19.0142 14.9942 19.0153 14.9889 19.0236 14.9779C19.025 14.976 19.0667 14.9168 19.1536 14.9122L19.1747 15.3117ZM18.5571 15.4079C18.7381 15.3802 18.8954 15.3562 19.0085 15.3388C19.0651 15.3301 19.1107 15.3231 19.1429 15.318C19.1589 15.3155 19.1718 15.3135 19.1812 15.312C19.1831 15.3116 19.201 15.3089 19.213 15.3059L19.1153 14.918C19.1252 14.9155 19.1329 14.9146 19.1172 14.9171C19.109 14.9184 19.0968 14.9204 19.081 14.9228C19.0494 14.9278 19.0042 14.9348 18.9477 14.9435C18.8348 14.9608 18.6777 14.9848 18.4967 15.0125L18.5571 15.4079ZM18.5557 15.4081L18.557 15.4079L18.4969 15.0125L18.4957 15.0126L18.5557 15.4081ZM18.2658 15.4524L18.5559 15.4081L18.4955 15.0127L18.2054 15.057L18.2658 15.4524ZM17.2387 15.5765C17.2653 15.5841 17.2882 15.5844 17.2904 15.5845C17.2981 15.5847 17.3049 15.5845 17.3093 15.5844C17.3183 15.584 17.3278 15.5833 17.3363 15.5826C17.3537 15.5811 17.3761 15.5787 17.4018 15.5756C17.4537 15.5695 17.5253 15.5601 17.611 15.5484C17.7827 15.5247 18.0146 15.4909 18.2659 15.4524L18.2054 15.057C17.9555 15.0952 17.7257 15.1288 17.5565 15.1521C17.4717 15.1638 17.403 15.1727 17.3549 15.1784C17.3306 15.1813 17.3131 15.1831 17.3019 15.1841C17.2961 15.1846 17.2941 15.1847 17.2948 15.1846C17.2949 15.1846 17.2982 15.1845 17.3032 15.1847C17.3057 15.1847 17.3104 15.1849 17.3164 15.1856C17.3212 15.1861 17.3336 15.1876 17.3491 15.192L17.2387 15.5765ZM16.8706 15.0546C16.8992 15.1474 16.9515 15.2542 17.0021 15.339C17.0278 15.3821 17.056 15.4246 17.0844 15.46C17.0985 15.4776 17.1151 15.4966 17.1335 15.5138C17.1489 15.5281 17.1796 15.5547 17.2226 15.5711L17.3652 15.1974C17.3817 15.2037 17.3927 15.2109 17.3976 15.2143C17.4029 15.218 17.4058 15.2207 17.4062 15.2211C17.4066 15.2215 17.4035 15.2185 17.3967 15.2101C17.3834 15.1934 17.3655 15.1674 17.3456 15.1341C17.3052 15.0663 17.2691 14.9894 17.2529 14.9367L16.8706 15.0546ZM16.8541 15.0028L16.8712 15.0565L17.2523 14.9349L17.2352 14.8812L16.8541 15.0028ZM16.8537 15.0017L16.8537 15.0017L17.2355 14.8824L17.2355 14.8823L16.8537 15.0017ZM16.8225 14.9051C16.821 14.9017 16.8211 14.9016 16.8235 14.9085C16.8255 14.9141 16.828 14.9217 16.8312 14.9314C16.8375 14.9508 16.8453 14.9752 16.854 15.0026L17.2352 14.8814C17.2205 14.8352 17.2012 14.7735 17.1902 14.7478L16.8225 14.9051ZM16.7785 15.1286C16.8821 15.0754 16.9529 15.0431 16.9953 15.0269C17.0186 15.018 17.0229 15.018 17.0155 15.0192C17.0142 15.0194 16.9904 15.0238 16.9578 15.0169C16.94 15.013 16.9102 15.0038 16.8803 14.9802C16.8473 14.9541 16.8229 14.9173 16.8123 14.8748L17.2004 14.7782C17.1743 14.6733 17.0868 14.6354 17.0417 14.6258C17.0018 14.6172 16.9674 14.6218 16.9523 14.6242C16.9176 14.6298 16.882 14.6419 16.8525 14.6532C16.7894 14.6773 16.7032 14.7177 16.5958 14.7728L16.7785 15.1286ZM15.6658 15.5291C16.0773 15.4356 16.3826 15.327 16.7768 15.1295L16.5976 14.7719C16.232 14.9551 15.957 15.0527 15.5772 15.139L15.6658 15.5291ZM12.966 15.3636C13.825 15.6726 14.7712 15.7304 15.6654 15.5291L15.5775 15.1389C14.7571 15.3236 13.8884 15.2703 13.1014 14.9872L12.966 15.3636ZM11.8786 14.8248C12.1706 15.0052 12.6972 15.2654 12.9651 15.3633L13.1023 14.9876C12.8637 14.9004 12.3615 14.653 12.0889 14.4845L11.8786 14.8248ZM10.3355 13.4605C11.1529 14.3166 11.3679 14.5094 11.8787 14.8248L12.0889 14.4845C11.6237 14.1972 11.4378 14.0358 10.6249 13.1843L10.3355 13.4605ZM9.87887 13.0809C9.96095 13.122 10.0088 13.1507 10.0659 13.1975C10.1279 13.2484 10.2033 13.3226 10.3359 13.4608L10.6245 13.1839C10.4934 13.0472 10.4025 12.9563 10.3195 12.8882C10.2314 12.816 10.1553 12.772 10.058 12.7233L9.87887 13.0809ZM9.5754 12.999C9.64989 12.999 9.68206 13.0024 9.71254 13.0103C9.74663 13.0192 9.78924 13.0366 9.8799 13.0814L10.057 12.7227C9.96565 12.6776 9.89088 12.6435 9.81352 12.6233C9.73255 12.6022 9.6592 12.599 9.5754 12.599V12.999ZM9.19634 12.8686C9.21499 12.8935 9.24023 12.9204 9.27553 12.9429C9.31022 12.9651 9.3458 12.9775 9.3785 12.9848C9.43599 12.9978 9.50497 12.999 9.5754 12.999V12.599C9.53961 12.599 9.51388 12.5985 9.49456 12.5974C9.48512 12.5969 9.47826 12.5962 9.47335 12.5957C9.47095 12.5954 9.46919 12.5951 9.468 12.5949C9.4668 12.5947 9.46628 12.5946 9.46632 12.5946C9.46671 12.5947 9.47723 12.5971 9.49098 12.6059C9.50534 12.6151 9.51377 12.6251 9.5166 12.6289L9.19634 12.8686ZM9.29642 12.2749C9.22312 12.3545 9.15987 12.4451 9.13393 12.5472C9.10508 12.6608 9.12701 12.7714 9.19361 12.8648L9.51933 12.6327C9.51755 12.6302 9.51972 12.6325 9.52091 12.6388C9.52212 12.6451 9.52096 12.6483 9.52163 12.6456C9.52405 12.6361 9.5373 12.6038 9.59062 12.5459L9.29642 12.2749ZM9.36031 12.4805C9.31724 12.4525 9.29557 12.4148 9.28533 12.3889C9.2755 12.3639 9.27325 12.3428 9.27258 12.332C9.27127 12.3108 9.27427 12.2961 9.27455 12.2946C9.27558 12.2891 9.27592 12.2898 9.27276 12.2988C9.27025 12.3059 9.26717 12.3138 9.26447 12.3204C9.26317 12.3235 9.26209 12.3261 9.26138 12.3277C9.26103 12.3285 9.26078 12.3291 9.26065 12.3294C9.26058 12.3296 9.26054 12.3297 9.26054 12.3297C9.26054 12.3297 9.26055 12.3296 9.26057 12.3296C9.26057 12.3296 9.26058 12.3296 9.2606 12.3295C9.2606 12.3295 9.26061 12.3295 9.26062 12.3295C9.26062 12.3295 9.26063 12.3295 9.26063 12.3295C9.26063 12.3295 9.26064 12.3294 9.44352 12.4104C9.6264 12.4914 9.62641 12.4914 9.62641 12.4913C9.62642 12.4913 9.62642 12.4913 9.62643 12.4913C9.62644 12.4913 9.62645 12.4913 9.62646 12.4912C9.62648 12.4912 9.6265 12.4911 9.62653 12.4911C9.62659 12.4909 9.62665 12.4908 9.62672 12.4906C9.62687 12.4903 9.62705 12.4899 9.62727 12.4894C9.62771 12.4884 9.62829 12.487 9.62898 12.4854C9.63037 12.4822 9.63226 12.4777 9.63444 12.4724C9.63868 12.4621 9.64459 12.4472 9.65024 12.4311C9.65524 12.4168 9.6629 12.3936 9.66755 12.3691C9.66964 12.3581 9.67352 12.335 9.67181 12.3073C9.67092 12.2928 9.66545 12.2019 9.57866 12.1454L9.36031 12.4805ZM9.05126 12.2792L9.36031 12.4805L9.57866 12.1454L9.26961 11.944L9.05126 12.2792ZM9.99483 10.0443C9.7989 10.2509 9.48485 10.7208 9.25216 11.1459C9.13512 11.3598 9.03211 11.574 8.97367 11.7479C8.94511 11.8328 8.92221 11.9223 8.91984 12.0033C8.9178 12.0729 8.93054 12.2186 9.06926 12.2896L9.25161 11.9336C9.33097 11.9743 9.31868 12.0486 9.31966 12.015C9.32031 11.993 9.3285 11.9477 9.35281 11.8753C9.40012 11.7346 9.49005 11.5444 9.60304 11.338C9.83043 10.9225 10.1248 10.4885 10.285 10.3196L9.99483 10.0443ZM10.1219 9.85948C10.1219 9.8923 10.1211 9.90187 10.1205 9.9059C10.1204 9.9064 10.1206 9.90486 10.1215 9.90241C10.1223 9.89998 10.123 9.89893 10.1225 9.89985C10.1204 9.90343 10.1134 9.91431 10.0909 9.94011C10.0688 9.96555 10.0386 9.99783 9.99426 10.0449L10.2856 10.319C10.364 10.2357 10.4314 10.1657 10.47 10.098C10.5221 10.0066 10.5219 9.92452 10.5219 9.85948H10.1219ZM10.482 8.71374C10.3866 8.87562 10.298 9.08793 10.2333 9.29041C10.1698 9.48929 10.1219 9.70125 10.1219 9.85948H10.5219C10.5219 9.76396 10.5546 9.59922 10.6143 9.41216C10.673 9.2287 10.7506 9.04581 10.8266 8.91693L10.482 8.71374ZM10.5315 8.6782C10.5354 8.68725 10.5315 8.68039 10.5295 8.66622C10.5285 8.65849 10.5283 8.65028 10.529 8.64213C10.5296 8.63423 10.531 8.62842 10.5319 8.62535C10.5331 8.62091 10.5329 8.62406 10.5239 8.64109C10.5153 8.65753 10.5024 8.67965 10.4827 8.7126L10.8259 8.91807C10.8609 8.85955 10.8992 8.79585 10.9165 8.73502C10.9274 8.69692 10.9318 8.65625 10.926 8.61278C10.9206 8.57293 10.9077 8.5403 10.8984 8.51895L10.5315 8.6782ZM10.9205 8.0314C10.7658 8.14195 10.6472 8.23172 10.5799 8.3165C10.5419 8.3643 10.508 8.42477 10.5 8.4997C10.4921 8.57401 10.5126 8.63627 10.5327 8.68086L10.8973 8.51629C10.8923 8.50537 10.9003 8.51807 10.8977 8.54206C10.8951 8.56668 10.8845 8.5761 10.893 8.56541C10.9028 8.55301 10.9246 8.53074 10.97 8.49384C11.0141 8.4579 11.0735 8.41375 11.1531 8.35685L10.9205 8.0314ZM11.8679 7.36178C11.8765 7.33576 11.8886 7.31849 11.8918 7.31386C11.8966 7.30702 11.9005 7.30256 11.9017 7.30114C11.9043 7.29825 11.9046 7.29822 11.9005 7.30204C11.8928 7.30923 11.8788 7.32137 11.8569 7.33932C11.8136 7.37468 11.7487 7.4251 11.6623 7.49017C11.4901 7.61993 11.239 7.80324 10.9203 8.03154L11.1533 8.35671C11.473 8.12769 11.727 7.94224 11.903 7.80964C11.9908 7.74354 12.0607 7.68938 12.1101 7.64899C12.1344 7.62906 12.1562 7.61054 12.1734 7.59455C12.1817 7.58677 12.1917 7.57702 12.2012 7.56633C12.2033 7.56397 12.2323 7.53343 12.2474 7.488L11.8679 7.36178ZM11.6509 7.65088C11.7411 7.61966 11.8469 7.59922 11.9241 7.59323C11.9428 7.59178 11.958 7.59132 11.9696 7.5915C11.982 7.5917 11.9863 7.59258 11.9846 7.59226C11.9836 7.59207 11.9783 7.59103 11.9702 7.58805C11.9628 7.58534 11.9468 7.5787 11.9286 7.56459C11.9098 7.54996 11.8839 7.52331 11.8692 7.48147C11.8537 7.4377 11.857 7.39594 11.867 7.36435L12.2483 7.48542C12.2606 7.44657 12.2639 7.39815 12.2464 7.34834C12.2295 7.30046 12.1993 7.26838 12.1743 7.2489C12.1298 7.21432 12.0814 7.20346 12.0588 7.1992C12.006 7.18924 11.9456 7.19036 11.8931 7.19443C11.7831 7.20297 11.6436 7.23011 11.52 7.27291L11.6509 7.65088ZM10.4967 7.72954C10.6398 7.80329 10.8284 7.81489 11.0138 7.79822C11.2065 7.7809 11.4261 7.73015 11.652 7.65051L11.519 7.27327C11.3175 7.3443 11.1309 7.38608 10.978 7.39982C10.8179 7.41422 10.7216 7.39542 10.68 7.37399L10.4967 7.72954ZM10.1747 7.30593C10.1747 7.37923 10.21 7.44021 10.2248 7.46487C10.2459 7.4999 10.2723 7.53443 10.299 7.56513C10.3484 7.62189 10.4222 7.69222 10.4988 7.73058L10.678 7.37296C10.6786 7.37328 10.6761 7.37204 10.6703 7.36799C10.6649 7.36412 10.658 7.35877 10.65 7.35188C10.6338 7.33793 10.6165 7.32056 10.6007 7.30247C10.5846 7.28394 10.5734 7.26841 10.5676 7.25875C10.5647 7.25389 10.565 7.2537 10.5666 7.25774C10.5673 7.25956 10.5747 7.27764 10.5747 7.30593H10.1747ZM10.5845 7.10646C10.5272 7.10226 10.4733 7.09998 10.4317 7.09998C10.4119 7.09998 10.3898 7.10047 10.37 7.10247C10.3617 7.1033 10.3436 7.1053 10.3235 7.11108C10.3149 7.11354 10.2917 7.12055 10.2663 7.13707C10.246 7.15035 10.1747 7.20329 10.1747 7.30593H10.5747C10.5747 7.40757 10.5041 7.45958 10.485 7.47199C10.4611 7.48765 10.4398 7.49385 10.4338 7.49557C10.425 7.49808 10.4184 7.49924 10.4157 7.49968C10.4125 7.5002 10.4105 7.50042 10.41 7.50046C10.4099 7.50048 10.4163 7.49998 10.4317 7.49998C10.4607 7.49998 10.5044 7.50166 10.5553 7.50539L10.5845 7.10646ZM10.4226 7.08829C10.426 7.11786 10.429 7.14326 10.4307 7.1666C10.4324 7.19067 10.4322 7.20478 10.4315 7.21158C10.4304 7.22307 10.4298 7.1998 10.4514 7.16989C10.4643 7.15196 10.4847 7.13266 10.5132 7.11975C10.5413 7.10703 10.5671 7.10518 10.5845 7.10646L10.5553 7.50539C10.641 7.51168 10.7235 7.47641 10.7757 7.404C10.8165 7.34746 10.8263 7.28519 10.8297 7.25012C10.8367 7.17764 10.8257 7.09193 10.8199 7.04208L10.4226 7.08829ZM10.4121 6.95701C10.4121 7.00076 10.4184 7.05222 10.4226 7.08829L10.8199 7.04208C10.8147 6.99744 10.8121 6.97233 10.8121 6.95701H10.4121ZM10.62 6.69092C10.5176 6.69092 10.4646 6.76195 10.4516 6.78158C10.4349 6.80664 10.4276 6.82981 10.4249 6.83877C10.4187 6.85953 10.4164 6.87855 10.4153 6.88808C10.4128 6.91045 10.4121 6.93524 10.4121 6.95701H10.8121C10.8121 6.95002 10.8122 6.94407 10.8124 6.93935C10.8125 6.93702 10.8126 6.93519 10.8127 6.93385C10.8128 6.93247 10.8129 6.93192 10.8129 6.93208C10.8129 6.93213 10.8127 6.93373 10.8122 6.9365C10.8118 6.93881 10.8107 6.94499 10.8082 6.95331C10.8065 6.95897 10.8002 6.97957 10.7848 7.0029C10.7729 7.02079 10.7211 7.09092 10.62 7.09092V6.69092ZM10.7712 6.73239C10.7488 6.72422 10.728 6.71664 10.7126 6.71111C10.705 6.7084 10.6977 6.7058 10.6917 6.70376C10.6889 6.70281 10.6848 6.70145 10.6805 6.70014C10.6785 6.69955 10.6745 6.69835 10.6696 6.6971C10.6672 6.6965 10.6627 6.69541 10.657 6.69436C10.6541 6.69381 10.6392 6.69092 10.62 6.69092V7.09092C10.6141 7.09092 10.6092 7.09066 10.6054 7.09038C10.6016 7.0901 10.5983 7.08975 10.5956 7.08942C10.5905 7.08879 10.5863 7.08807 10.5836 7.08755C10.5782 7.08655 10.574 7.08553 10.572 7.08503C10.5679 7.08398 10.5649 7.08307 10.5642 7.08286C10.5624 7.08232 10.5618 7.08209 10.5633 7.0826C10.5659 7.08348 10.5706 7.08512 10.5777 7.08768C10.5917 7.0927 10.6111 7.09978 10.634 7.10813L10.7712 6.73239ZM10.7994 6.74268L10.7711 6.73237L10.634 7.10814L10.6623 7.11844L10.7994 6.74268ZM11.5138 6.68755C11.1602 6.78514 10.9251 6.78703 10.7974 6.74196L10.6643 7.11916C10.9111 7.20627 11.2458 7.17645 11.6202 7.07314L11.5138 6.68755ZM12.0461 6.57318C11.9359 6.58545 11.6974 6.63614 11.5131 6.68775L11.6209 7.07293C11.7954 7.02408 12.0106 6.9796 12.0903 6.97073L12.0461 6.57318ZM12.6733 6.89272C12.6886 6.87633 12.7269 6.83191 12.734 6.76296C12.7433 6.67315 12.6958 6.60664 12.6501 6.57243C12.6133 6.54481 12.5756 6.53497 12.5583 6.53107C12.5373 6.52631 12.5173 6.52428 12.5015 6.52328C12.4424 6.51956 12.3666 6.52637 12.3042 6.53365C12.2375 6.54143 12.1693 6.55189 12.1186 6.56023C12.093 6.56444 12.0715 6.56817 12.0563 6.57087C12.0486 6.57223 12.0426 6.57332 12.0384 6.57409C12.0363 6.57447 12.0346 6.57478 12.0335 6.57499C12.0329 6.5751 12.0324 6.57518 12.0321 6.57524C12.0319 6.57527 12.0318 6.5753 12.0317 6.57531C12.0317 6.57532 12.0316 6.57533 12.0316 6.57534C12.0316 6.57534 12.0316 6.57534 12.0315 6.57534C12.0315 6.57535 12.0315 6.57535 12.0682 6.77195C12.1049 6.96856 12.1049 6.96856 12.1049 6.96856L12.1049 6.96856C12.1049 6.96856 12.1049 6.96856 12.1049 6.96856C12.1049 6.96855 12.105 6.96854 12.1051 6.96852C12.1053 6.96849 12.1056 6.96843 12.1061 6.96835C12.1069 6.96818 12.1083 6.96793 12.1101 6.9676C12.1137 6.96694 12.1192 6.96596 12.1261 6.96473C12.14 6.96227 12.1599 6.95882 12.1835 6.95493C12.2312 6.94708 12.2926 6.93772 12.3506 6.93096C12.4128 6.9237 12.4567 6.92126 12.4763 6.92249C12.4801 6.92273 12.4772 6.92283 12.4702 6.92123C12.4668 6.92048 12.44 6.91482 12.4103 6.89256C12.3718 6.86369 12.3277 6.80371 12.3362 6.72172C12.3425 6.66058 12.3757 6.62529 12.3812 6.61948L12.6733 6.89272ZM12.5914 7.12661C12.6113 7.05079 12.6306 6.99072 12.6482 6.94695C12.668 6.89763 12.6786 6.88711 12.673 6.89304L12.3815 6.61916C12.3337 6.67003 12.3007 6.73881 12.277 6.79788C12.251 6.86249 12.2268 6.93986 12.2045 7.02529L12.5914 7.12661ZM12.5347 7.32971C12.5347 7.34434 12.5329 7.35598 12.5329 7.35621C12.5324 7.35947 12.532 7.36198 12.5318 7.36305C12.5314 7.36534 12.5311 7.36695 12.5311 7.36716C12.5309 7.36787 12.5309 7.36778 12.5312 7.36641C12.5318 7.3639 12.5328 7.35959 12.5342 7.35339C12.537 7.34113 12.5413 7.32317 12.5468 7.30081C12.5577 7.25611 12.5731 7.19484 12.5911 7.12782L12.2048 7.02408C12.1859 7.09452 12.1697 7.15881 12.1582 7.20596C12.1524 7.22953 12.1478 7.24907 12.1445 7.26317C12.1429 7.27014 12.1415 7.27621 12.1405 7.28097C12.14 7.28322 12.1394 7.28598 12.1388 7.28871C12.1386 7.28994 12.1381 7.29235 12.1376 7.29524C12.1374 7.2966 12.1369 7.29935 12.1365 7.3028C12.1364 7.30322 12.1347 7.315 12.1347 7.32971H12.5347ZM12.4562 7.15038C12.4309 7.14516 12.4106 7.14098 12.3966 7.13811C12.3896 7.13669 12.3838 7.13552 12.3796 7.13468C12.3776 7.13428 12.3754 7.13385 12.3734 7.13347C12.3726 7.13331 12.3708 7.13298 12.3689 7.13264C12.368 7.13249 12.3659 7.13214 12.3632 7.13176C12.362 7.13158 12.3595 7.13123 12.3563 7.13089C12.355 7.13074 12.346 7.12971 12.3347 7.12971V7.52971C12.328 7.52971 12.3227 7.52937 12.3201 7.52918C12.3171 7.52896 12.3147 7.52872 12.3131 7.52855C12.31 7.52821 12.3076 7.52787 12.3064 7.5277C12.3039 7.52735 12.302 7.52703 12.3014 7.52692C12.3006 7.52678 12.3 7.52667 12.2997 7.52662C12.2994 7.52656 12.2992 7.52653 12.2992 7.52652C12.2992 7.52652 12.2998 7.52664 12.3015 7.52697C12.3047 7.5276 12.3096 7.52861 12.3165 7.53001C12.3302 7.53281 12.3501 7.53691 12.3756 7.54216L12.4562 7.15038ZM12.4546 7.15006L12.4546 7.15005L12.3772 7.54248L12.3772 7.54249L12.4546 7.15006ZM12.9856 7.25779C12.7615 7.21324 12.5626 7.17228 12.4563 7.15038L12.3756 7.54216C12.482 7.56407 12.6821 7.60527 12.9076 7.65012L12.9856 7.25779ZM13.6046 7.36558C13.6198 7.3628 13.6191 7.36553 13.5817 7.36219C13.5515 7.35948 13.509 7.35402 13.4531 7.34525C13.3415 7.32779 13.186 7.29876 12.9867 7.25801L12.9066 7.6499C13.1082 7.69111 13.2706 7.72156 13.3912 7.74044C13.4513 7.74985 13.5034 7.75678 13.5461 7.76059C13.5816 7.76377 13.632 7.76717 13.6762 7.7591L13.6046 7.36558ZM14.004 7.67073C14.004 7.57643 13.9669 7.47339 13.8704 7.40929C13.7815 7.35022 13.6796 7.34967 13.5991 7.36665L13.6817 7.75803C13.7015 7.75386 13.6813 7.76388 13.6491 7.74249C13.6323 7.73132 13.6194 7.71576 13.6116 7.69935C13.6044 7.68395 13.604 7.67286 13.604 7.67073H14.004ZM13.6243 8.06895C13.7281 8.02082 13.8166 7.97564 13.8786 7.92433C13.9125 7.8963 13.9464 7.86035 13.9705 7.81301C13.9957 7.76375 14.004 7.71478 14.004 7.67073H13.604C13.604 7.66369 13.6056 7.64809 13.6143 7.63112C13.622 7.61608 13.6294 7.61135 13.6238 7.61603C13.6174 7.62127 13.603 7.63151 13.5737 7.64769C13.545 7.66354 13.5069 7.68244 13.4561 7.70603L13.6243 8.06895ZM13.3314 8.24769C13.4077 8.18975 13.5436 8.10713 13.6257 8.06826L13.4546 7.70671C13.3468 7.75772 13.1873 7.85486 13.0895 7.9291L13.3314 8.24769ZM12.6015 9.01181C12.7562 8.79039 13.1322 8.39862 13.3312 8.24781L13.0896 7.92898C12.8561 8.10593 12.4513 8.52834 12.2736 8.78274L12.6015 9.01181ZM12.5004 9.29643C12.5004 9.18257 12.5028 9.17018 12.5066 9.15887C12.5123 9.14228 12.5251 9.12066 12.6013 9.0121L12.2738 8.78245C12.2127 8.86949 12.1569 8.94568 12.1284 9.02888C12.0979 9.11735 12.1004 9.20674 12.1004 9.29643H12.5004ZM12.6135 10.0329C12.5496 9.81615 12.5004 9.4969 12.5004 9.29643H12.1004C12.1004 9.54006 12.1566 9.89753 12.2299 10.146L12.6135 10.0329ZM12.656 10.1791L12.6138 10.0337L12.2296 10.1452L12.2718 10.2906L12.656 10.1791ZM12.3504 9.96677L12.2765 10.165L12.6513 10.3047L12.7252 10.1064L12.3504 9.96677ZM12.7818 9.14512C12.5988 9.39894 12.4585 9.66926 12.3498 9.96824L12.7257 10.105C12.8227 9.83824 12.9463 9.601 13.1063 9.379L12.7818 9.14512ZM12.9776 9.22664C12.9618 9.22056 12.9344 9.20708 12.9095 9.17865C12.8825 9.14798 12.8692 9.11223 12.8655 9.07999C12.8622 9.05124 12.867 9.02986 12.8693 9.02115C12.8718 9.01183 12.8742 9.00717 12.8734 9.00884C12.8716 9.01272 12.865 9.02486 12.8485 9.04989C12.8327 9.07379 12.8111 9.10463 12.782 9.14474L13.106 9.37938C13.1629 9.30085 13.2096 9.23338 13.2348 9.18025C13.2453 9.15824 13.2707 9.10244 13.2629 9.0345C13.2582 8.99363 13.2418 8.95093 13.2099 8.91462C13.18 8.88057 13.1458 8.86279 13.1214 8.85341L12.9776 9.22664ZM12.9925 8.60512C12.9518 8.63009 12.9267 8.66304 12.9141 8.68142C12.8995 8.70278 12.8881 8.72486 12.8793 8.74431C12.8618 8.7833 12.8481 8.82709 12.8392 8.86878C12.8306 8.90869 12.8235 8.95937 12.8275 9.00962C12.8295 9.03439 12.8349 9.07063 12.8524 9.1082C12.8707 9.1476 12.9086 9.20031 12.9782 9.22687L13.1209 8.85318C13.1766 8.87445 13.2041 8.91585 13.215 8.93938C13.2251 8.96108 13.2262 8.97689 13.2263 8.97815C13.2265 8.9814 13.2259 8.97277 13.2302 8.95287C13.2341 8.93475 13.2397 8.91823 13.2442 8.90824C13.2465 8.90319 13.2468 8.90361 13.244 8.90761C13.2425 8.90976 13.2391 8.91457 13.2333 8.92066C13.2278 8.92644 13.2174 8.93646 13.2015 8.94622L12.9925 8.60512ZM13.6617 8.00342C13.4941 8.16091 13.3319 8.30906 13.206 8.42112C13.143 8.47722 13.0898 8.52373 13.0498 8.55761C13.0034 8.59695 12.9882 8.60778 12.9926 8.60509L13.2014 8.94625C13.2295 8.92903 13.2717 8.89393 13.3086 8.86264C13.3519 8.8259 13.4078 8.77708 13.472 8.71985C13.6007 8.60523 13.7656 8.45467 13.9356 8.29495L13.6617 8.00342ZM14.2736 7.42731L13.6616 8.00358L13.9358 8.29479L14.5478 7.71852L14.2736 7.42731ZM14.2107 7.41959V7.57292H14.6107V7.41959H14.2107ZM14.4531 7.05432C14.438 7.05734 14.4004 7.0643 14.3653 7.07987C14.3177 7.10096 14.2709 7.13832 14.2418 7.19834C14.2191 7.24536 14.2146 7.29254 14.2128 7.31921C14.2108 7.34894 14.2107 7.38429 14.2107 7.41959H14.6107C14.6107 7.38088 14.6109 7.36005 14.6119 7.34666C14.6123 7.34066 14.6126 7.34058 14.6119 7.34398C14.6112 7.34744 14.6088 7.35834 14.6019 7.37254C14.5944 7.38801 14.583 7.40455 14.567 7.41926C14.5515 7.43345 14.5367 7.44143 14.5273 7.44558C14.5188 7.44935 14.5135 7.4505 14.5157 7.44995C14.5178 7.4494 14.522 7.44846 14.5318 7.4465L14.4531 7.05432ZM14.6718 7.03455C14.6065 7.03455 14.5131 7.04366 14.4576 7.05346L14.5273 7.44736C14.5615 7.4413 14.6316 7.43455 14.6718 7.43455V7.03455ZM14.7913 6.94048C14.7266 6.99865 14.6965 7.02108 14.6794 7.03083C14.6733 7.03436 14.6718 7.03441 14.6732 7.03404C14.6744 7.03372 14.6729 7.0344 14.6649 7.03467L14.6787 7.43443C14.746 7.43211 14.8093 7.41734 14.8779 7.37813C14.936 7.34492 14.9942 7.29599 15.0588 7.23784L14.7913 6.94048ZM14.9345 7.08131C14.8944 7.04915 14.8734 7.00688 14.8655 6.96908C14.8583 6.93508 14.862 6.9075 14.8649 6.89308C14.8704 6.86568 14.8805 6.84818 14.8814 6.84662C14.8851 6.84004 14.8851 6.84155 14.8752 6.85356C14.8575 6.87479 14.8269 6.90697 14.7881 6.94341L15.062 7.23492C15.1076 7.19206 15.1509 7.14758 15.1827 7.10933C15.1974 7.09161 15.2161 7.06768 15.2306 7.04176C15.2369 7.03054 15.2505 7.0049 15.2572 6.97112C15.2628 6.94326 15.275 6.84168 15.1847 6.76925L14.9345 7.08131ZM14.8204 7.09614C14.8728 7.09731 14.9216 7.10142 14.9566 7.10604C14.9745 7.1084 14.9857 7.11051 14.9907 7.11164C14.9936 7.1123 14.9909 7.11185 14.985 7.10978C14.9821 7.10875 14.9752 7.10623 14.9664 7.10176C14.9599 7.09852 14.9393 7.08783 14.918 7.06654L15.2012 6.78402C15.1786 6.76141 15.1559 6.74936 15.1467 6.74472C15.1351 6.73886 15.1247 6.7349 15.1177 6.73243C15.1036 6.72746 15.09 6.72401 15.0796 6.72165C15.0581 6.71675 15.0336 6.71274 15.009 6.70948C14.9589 6.70287 14.8956 6.69772 14.8293 6.69624L14.8204 7.09614ZM14.308 7.16242C14.5757 7.10052 14.6711 7.08929 14.8156 7.09598L14.8341 6.69641C14.6357 6.68723 14.4989 6.70774 14.2179 6.7727L14.308 7.16242ZM13.4417 7.19664C13.6778 7.27666 13.9153 7.25613 14.3094 7.1621L14.2165 6.77302C13.835 6.86406 13.6927 6.85937 13.5701 6.8178L13.4417 7.19664ZM13.6299 6.66627C13.5672 6.68341 13.4696 6.71577 13.3995 6.75883C13.3809 6.77029 13.3564 6.78716 13.3337 6.81033C13.3137 6.83076 13.2752 6.87626 13.2664 6.94566C13.2558 7.02954 13.294 7.09652 13.3368 7.13642C13.3732 7.17028 13.4143 7.18731 13.4413 7.19651L13.5705 6.81793C13.5705 6.81794 13.5707 6.818 13.571 6.81814C13.5714 6.81828 13.572 6.8185 13.5727 6.81882C13.5742 6.81943 13.5766 6.82051 13.5797 6.82216C13.5854 6.82519 13.5967 6.83178 13.6094 6.84362C13.6391 6.87124 13.6722 6.92526 13.6633 6.99576C13.6562 7.05177 13.6261 7.08348 13.6197 7.08999C13.6107 7.09924 13.605 7.10206 13.6089 7.09965C13.6292 7.0872 13.682 7.0667 13.7353 7.05211L13.6299 6.66627ZM13.5102 6.20837C13.4813 6.1993 13.4058 6.1839 13.332 6.23605C13.2625 6.28519 13.2501 6.35597 13.2474 6.37982C13.2421 6.42689 13.2549 6.46631 13.2566 6.47207C13.2646 6.49903 13.2774 6.52795 13.2876 6.54993C13.3102 6.59835 13.343 6.66079 13.3749 6.71966C13.4074 6.77951 13.4411 6.83944 13.4665 6.88418C13.4792 6.90661 13.4899 6.92535 13.4975 6.93852C13.5013 6.94511 13.5043 6.9503 13.5063 6.95388C13.5074 6.95567 13.5082 6.95705 13.5087 6.958C13.509 6.95847 13.5092 6.95883 13.5093 6.95909C13.5094 6.95921 13.5095 6.95931 13.5095 6.95938C13.5095 6.95942 13.5095 6.95944 13.5096 6.95946C13.5096 6.95947 13.5096 6.95948 13.5096 6.95949C13.5096 6.9595 13.5096 6.9595 13.6826 6.85919C13.8556 6.75888 13.8556 6.75888 13.8556 6.75888C13.8556 6.75888 13.8556 6.75888 13.8556 6.75887C13.8556 6.75887 13.8556 6.75885 13.8556 6.75883C13.8556 6.75878 13.8555 6.75871 13.8555 6.75861C13.8554 6.75841 13.8552 6.75809 13.8549 6.75767C13.8544 6.75683 13.8537 6.75556 13.8527 6.75388C13.8508 6.75053 13.848 6.74558 13.8443 6.73925C13.837 6.72659 13.8267 6.70847 13.8143 6.68674C13.7896 6.64318 13.7573 6.58564 13.7265 6.52885C13.6951 6.47107 13.6673 6.4177 13.6503 6.38112C13.6407 6.3606 13.639 6.35471 13.6401 6.35832C13.6406 6.36004 13.6422 6.36556 13.6436 6.37366C13.6446 6.37962 13.6478 6.39902 13.6449 6.42462C13.6425 6.44573 13.6309 6.5146 13.5628 6.56272C13.4905 6.61386 13.417 6.59833 13.3907 6.59009L13.5102 6.20837ZM14.2298 6.24232C14.0809 6.27993 13.9864 6.29336 13.8921 6.28929C13.7955 6.28512 13.6863 6.26206 13.5088 6.20793L13.3921 6.59053C13.5787 6.64743 13.7267 6.68252 13.8748 6.68892C14.0251 6.69541 14.1627 6.67183 14.3278 6.63014L14.2298 6.24232ZM20.6525 8.88516C20.6512 8.88216 20.6383 8.84737 20.6068 8.81592C20.5899 8.79897 20.545 8.76036 20.4738 8.75708C20.3949 8.75344 20.3413 8.79482 20.3161 8.82239C20.2931 8.84764 20.2821 8.87266 20.278 8.88284C20.2729 8.89534 20.27 8.906 20.2684 8.91234C20.2653 8.92499 20.2638 8.93593 20.263 8.94173C20.2604 8.96241 20.2594 8.99078 20.2585 9.0117L20.6582 9.02791C20.6593 8.99927 20.6599 8.99129 20.6599 8.99141C20.6598 8.99207 20.659 8.99886 20.6567 9.00838C20.6555 9.01316 20.653 9.02251 20.6483 9.03397C20.6446 9.04311 20.6341 9.06735 20.6115 9.09208C20.5868 9.11913 20.5337 9.16027 20.4553 9.15665C20.3846 9.15339 20.3403 9.11509 20.3239 9.0987C20.3058 9.08055 20.2956 9.06319 20.2916 9.05597C20.2867 9.04725 20.2836 9.04008 20.2821 9.03627L20.6525 8.88516ZM20.6471 9.08602C20.6539 9.06644 20.6611 9.0423 20.6653 9.01641C20.6683 8.99772 20.6755 8.9465 20.6546 8.89055L20.28 9.03088C20.2705 9.00551 20.2692 8.98462 20.269 8.97466C20.2688 8.96373 20.2699 8.95609 20.2703 8.9531C20.2712 8.94744 20.2719 8.94721 20.2696 8.95359L20.6471 9.08602ZM18.2568 6.3806C18.249 6.3724 18.234 6.35764 18.2119 6.34429C18.1914 6.33188 18.1454 6.30905 18.0837 6.31593C18.0135 6.32376 17.9657 6.36477 17.9401 6.40136C17.918 6.43301 17.9103 6.46327 17.9073 6.4772C17.9012 6.50598 17.9023 6.53084 17.9028 6.54046C17.9035 6.55353 17.905 6.56589 17.9064 6.57604L18.3023 6.51853C18.3018 6.51528 18.3021 6.51603 18.3022 6.51955C18.3022 6.51963 18.3036 6.53698 18.2985 6.56058C18.2961 6.57192 18.2892 6.60016 18.2681 6.6304C18.2435 6.66559 18.1969 6.70579 18.1281 6.71347C18.0678 6.72018 18.0235 6.69784 18.0049 6.68658C17.9847 6.67437 17.9718 6.66144 17.9665 6.65577L18.2568 6.3806ZM18.1008 6.74725C18.1127 6.74747 18.1435 6.7477 18.1783 6.73675C18.2166 6.72473 18.2971 6.68473 18.3193 6.58401C18.3362 6.5071 18.3039 6.44844 18.2968 6.43555C18.2854 6.41481 18.2723 6.39861 18.2651 6.38992L17.9582 6.64645C17.9599 6.64857 17.9536 6.64146 17.9463 6.62828C17.9434 6.62294 17.9127 6.57029 17.9286 6.49801C17.9498 6.40191 18.0266 6.36516 18.0584 6.35517C18.0744 6.35012 18.0874 6.34852 18.0939 6.34791C18.101 6.34725 18.106 6.34728 18.108 6.34732L18.1008 6.74725ZM15.7771 9.52112C15.9717 9.56718 15.9717 9.56718 15.9717 9.56718C15.9717 9.56718 15.9717 9.56717 15.9717 9.56717C15.9717 9.56716 15.9717 9.56715 15.9717 9.56713C15.9717 9.56708 15.9718 9.56702 15.9718 9.56692C15.9718 9.56674 15.9719 9.56645 15.972 9.56606C15.9722 9.56528 15.9725 9.5641 15.9728 9.56253C15.9736 9.55939 15.9747 9.5547 15.9762 9.54855C15.9791 9.53627 15.9834 9.5182 15.989 9.49518C16.0002 9.44914 16.0163 9.38336 16.036 9.30461C16.0754 9.14695 16.129 8.93804 16.1862 8.73177L15.8007 8.62491C15.7423 8.83564 15.6878 9.04812 15.6479 9.2076C15.628 9.28742 15.6116 9.35414 15.6003 9.40096C15.5946 9.42438 15.5902 9.44283 15.5871 9.45546C15.5856 9.46177 15.5845 9.46663 15.5837 9.46993C15.5833 9.47159 15.583 9.47285 15.5828 9.4737C15.5827 9.47413 15.5826 9.47446 15.5826 9.47469C15.5825 9.4748 15.5825 9.47489 15.5825 9.47495C15.5825 9.47498 15.5825 9.475 15.5825 9.47502C15.5825 9.47503 15.5825 9.47504 15.5825 9.47504C15.5825 9.47505 15.5825 9.47505 15.7771 9.52112ZM15.6877 9.2367L15.5954 9.43761L15.9588 9.60462L16.0511 9.40372L15.6877 9.2367ZM15.7934 8.68845C15.7934 8.6849 15.7934 8.68973 15.7913 8.7088C15.7895 8.72513 15.7868 8.7466 15.7831 8.77217C15.7758 8.82319 15.7654 8.88708 15.7535 8.95256C15.7415 9.01822 15.7282 9.08367 15.7153 9.13828C15.7088 9.16561 15.7028 9.1889 15.6973 9.20744C15.6946 9.21665 15.6922 9.22398 15.6903 9.22958C15.6893 9.23233 15.6885 9.23443 15.6879 9.23592C15.6873 9.23745 15.6871 9.23805 15.6871 9.23789L16.0517 9.40253C16.0731 9.35516 16.0908 9.28875 16.1046 9.23038C16.1196 9.16686 16.1342 9.0942 16.147 9.02439C16.1597 8.95439 16.171 8.88545 16.1791 8.82891C16.1862 8.77885 16.1934 8.72268 16.1934 8.68845H15.7934ZM15.7935 8.67685L15.7934 8.68695L16.1934 8.68994L16.1935 8.67983L15.7935 8.67685ZM16.3235 7.54981L16.321 7.5485L16.1327 7.90137L16.1351 7.90268L16.3235 7.54981ZM16.119 7.8934C16.1195 7.8937 16.1264 7.89819 16.1346 7.90258C16.1368 7.90377 16.143 7.90703 16.1511 7.91049C16.155 7.91214 16.1632 7.91548 16.1739 7.91857C16.1788 7.92001 16.2094 7.92939 16.2492 7.92545C16.2706 7.92332 16.3131 7.91557 16.3543 7.88266C16.4015 7.84488 16.4241 7.79252 16.4286 7.74487C16.4323 7.70413 16.4227 7.67263 16.4173 7.65795C16.4113 7.64152 16.4044 7.62925 16.4002 7.62238C16.3867 7.60008 16.3713 7.58541 16.3709 7.58498L16.0877 7.86751C16.0874 7.86719 16.0721 7.85261 16.0586 7.83037C16.0544 7.82352 16.0475 7.81127 16.0415 7.79485C16.0361 7.78018 16.0265 7.74869 16.0303 7.70796C16.0347 7.66032 16.0573 7.60797 16.1045 7.57019C16.1457 7.53729 16.1882 7.52954 16.2096 7.52741C16.2493 7.52347 16.2799 7.53285 16.2848 7.53427C16.2955 7.53735 16.3036 7.54067 16.3074 7.54229C16.3154 7.5457 16.3214 7.54888 16.3234 7.54996C16.3282 7.55253 16.3318 7.55468 16.3324 7.55508C16.3336 7.55584 16.3345 7.55637 16.3346 7.55648L16.119 7.8934ZM15.2627 7.04952C15.1476 7.21304 15.1476 7.21305 15.1476 7.21305C15.1476 7.21306 15.1476 7.21306 15.1476 7.21307C15.1476 7.21309 15.1477 7.21312 15.1477 7.21316C15.1478 7.21324 15.148 7.21336 15.1482 7.21351C15.1487 7.21382 15.1493 7.21428 15.1502 7.21489C15.1519 7.2161 15.1545 7.2179 15.1578 7.22026C15.1645 7.22496 15.1743 7.23186 15.1868 7.24065C15.2118 7.25824 15.2475 7.2834 15.2906 7.3137C15.3767 7.37431 15.4922 7.45549 15.6093 7.53777C15.8398 7.69964 16.0869 7.87282 16.119 7.8934L16.3346 7.55648C16.335 7.55669 16.334 7.55608 16.331 7.55401C16.3282 7.55216 16.3245 7.54967 16.3199 7.54652C16.3107 7.54023 16.2985 7.53181 16.2836 7.52148C16.2538 7.50084 16.2141 7.47313 16.1677 7.4407C16.0749 7.37587 15.9563 7.29265 15.8392 7.21043C15.7222 7.12824 15.6068 7.04713 15.5207 6.98656C15.4777 6.95628 15.442 6.93113 15.417 6.91356C15.4045 6.90478 15.3947 6.89788 15.3881 6.89319C15.3847 6.89084 15.3822 6.88904 15.3805 6.88783C15.3796 6.88723 15.379 6.88677 15.3785 6.88646C15.3783 6.88631 15.3781 6.88619 15.378 6.88611C15.378 6.88607 15.3779 6.88605 15.3779 6.88603C15.3779 6.88602 15.3779 6.88601 15.3779 6.886C15.3779 6.886 15.3779 6.886 15.2627 7.04952ZM15.4226 7.21264L15.4543 7.10691L15.0711 6.99214L15.0395 7.09787L15.4226 7.21264ZM16.2634 7.52148C16.1605 7.47426 15.9203 7.36402 15.7103 7.25392C15.6043 7.19836 15.5122 7.14603 15.4504 7.10399C15.4182 7.08214 15.4031 7.06889 15.3987 7.06436C15.3961 7.06174 15.4043 7.06928 15.413 7.08633C15.4211 7.10246 15.4413 7.15082 15.4225 7.213L15.0396 7.0975C15.0171 7.17205 15.0398 7.23476 15.0561 7.26701C15.0729 7.30017 15.0948 7.32557 15.111 7.34231C15.144 7.37649 15.186 7.40793 15.2254 7.43474C15.3067 7.49002 15.4152 7.55087 15.5246 7.60819C15.7452 7.72385 15.9945 7.83817 16.0966 7.88504L16.2634 7.52148ZM16.315 7.54544C16.306 7.541 16.2859 7.53179 16.2634 7.52148L16.0966 7.88504C16.109 7.89071 16.1189 7.89528 16.1265 7.8988C16.1303 7.90055 16.1333 7.90194 16.1356 7.903C16.1381 7.90418 16.1389 7.90456 16.1386 7.90444L16.315 7.54544ZM13.3176 7.85261C13.3293 7.84931 13.3474 7.84418 13.3639 7.8382C13.3722 7.83517 13.3855 7.83003 13.4 7.82233C13.4109 7.81658 13.4423 7.79934 13.4694 7.76499C13.5046 7.72031 13.5311 7.64546 13.4999 7.56454C13.4769 7.50473 13.4333 7.47429 13.4197 7.46518C13.3881 7.44402 13.3536 7.43308 13.3385 7.42833C13.2668 7.40586 13.1106 7.374 12.8418 7.31884L12.7614 7.71068C13.0465 7.76919 13.1725 7.79548 13.2188 7.81002C13.2332 7.81452 13.218 7.81151 13.1971 7.7975C13.1888 7.79196 13.1484 7.76489 13.1266 7.70834C13.0967 7.63066 13.1225 7.55893 13.1553 7.51731C13.18 7.48601 13.2073 7.47177 13.2125 7.46902C13.2174 7.46643 13.2212 7.46474 13.2233 7.46385C13.2255 7.46291 13.2269 7.46238 13.2273 7.46223C13.2279 7.46202 13.2269 7.46241 13.2231 7.46354C13.2195 7.46463 13.215 7.46593 13.2088 7.4677L13.3176 7.85261ZM13.0522 7.92804C13.1869 7.89015 13.2944 7.85996 13.3229 7.85102L13.2034 7.46928C13.1822 7.47592 13.0841 7.50355 12.9439 7.54298L13.0522 7.92804ZM13.0534 7.92771L13.0534 7.92771L12.9428 7.54332L12.9427 7.54332L13.0534 7.92771ZM12.7295 8.01909C12.8441 7.9866 12.9564 7.95499 13.0522 7.92805L12.9439 7.54299C12.8482 7.56992 12.7354 7.60164 12.6204 7.63427L12.7295 8.01909ZM12.2169 8.16207L12.7287 8.01932L12.6212 7.63403L12.1094 7.77678L12.2169 8.16207ZM11.988 7.84796L11.9696 7.91933L12.3568 8.01953L12.3753 7.94816L11.988 7.84796ZM12.3215 7.21959C12.2488 7.21959 12.2021 7.25772 12.1885 7.26964C12.1706 7.28528 12.1593 7.30072 12.1542 7.30804C12.1434 7.32359 12.1363 7.33812 12.1331 7.34502C12.1256 7.36094 12.119 7.37842 12.1138 7.39317C12.1027 7.42436 12.0898 7.46561 12.0764 7.51157C12.0493 7.60446 12.0168 7.72734 11.9871 7.85164L12.3762 7.94448C12.4046 7.82558 12.4354 7.70922 12.4604 7.62367C12.473 7.58042 12.4834 7.54765 12.4907 7.52713C12.4946 7.51602 12.496 7.51322 12.495 7.51532C12.4946 7.51623 12.4935 7.51841 12.4919 7.52144C12.4904 7.52417 12.4873 7.52969 12.4825 7.53654C12.4787 7.54207 12.4685 7.55616 12.4516 7.5709C12.439 7.58191 12.3933 7.61959 12.3215 7.61959V7.21959ZM12.842 7.3189C12.7137 7.29238 12.5958 7.26848 12.5084 7.25116C12.4648 7.24252 12.4283 7.23543 12.4019 7.23046C12.3887 7.228 12.3773 7.22591 12.3684 7.22438C12.3641 7.22364 12.3593 7.22285 12.3547 7.22218C12.3525 7.22185 12.3492 7.2214 12.3455 7.22098C12.3441 7.22082 12.3339 7.21959 12.3215 7.21959V7.61959C12.3143 7.61959 12.3088 7.61919 12.3066 7.61902C12.3038 7.6188 12.3017 7.61857 12.3006 7.61844C12.2983 7.61819 12.2969 7.61797 12.2968 7.61797C12.2967 7.61795 12.2978 7.61812 12.3008 7.61864C12.3066 7.61963 12.3156 7.62126 12.328 7.62359C12.3526 7.6282 12.3875 7.63499 12.4306 7.64353C12.5167 7.66059 12.6335 7.68427 12.7611 7.71062L12.842 7.3189ZM11.7383 7.80498L11.6856 7.99532L12.071 8.10215L12.1238 7.91182L11.7383 7.80498ZM11.8047 7.58141C11.7996 7.59913 11.771 7.69826 11.7399 7.7997L12.1222 7.9171C12.1544 7.81236 12.1838 7.71058 12.1893 7.69132L11.8047 7.58141ZM12.0023 7.80464C11.8872 7.80464 11.8357 7.71711 11.8252 7.6966C11.8108 7.66861 11.8069 7.64429 11.8057 7.63579C11.8027 7.61498 11.8041 7.59926 11.8048 7.59255C11.8066 7.57667 11.8108 7.56162 11.818 7.54708L12.176 7.72565C12.1911 7.69524 12.1993 7.66433 12.2024 7.63655C12.2038 7.6239 12.2051 7.60322 12.2016 7.57894C12.2002 7.5687 12.1959 7.54303 12.1811 7.5141C12.1701 7.49266 12.118 7.40464 12.0023 7.40464V7.80464ZM11.2505 8.39998C11.2452 8.40463 11.2506 8.40017 11.2817 8.37707C11.3067 8.35843 11.3416 8.33264 11.3831 8.30204C11.4661 8.24088 11.5749 8.16098 11.6834 8.08163C11.792 8.00224 11.8999 7.92358 11.9811 7.86485C12.0217 7.83543 12.0553 7.81129 12.0787 7.79465C12.0906 7.78623 12.0991 7.78026 12.1044 7.77663C12.1072 7.77466 12.1078 7.77429 12.1071 7.7748C12.107 7.77484 12.1042 7.77666 12.1 7.77902C12.0983 7.78001 12.093 7.783 12.0858 7.78632C12.0823 7.78792 12.0752 7.79109 12.0659 7.79422C12.061 7.79588 12.0358 7.80464 12.0023 7.80464V7.40464C11.9687 7.40464 11.9434 7.41342 11.9383 7.41511C11.9289 7.41829 11.9217 7.42151 11.9181 7.42319C11.9105 7.42666 11.9048 7.42988 11.9025 7.43117C11.8973 7.43413 11.8931 7.43685 11.8911 7.43808C11.8866 7.44096 11.882 7.44411 11.8782 7.44673C11.8701 7.45228 11.8594 7.4598 11.8471 7.46854C11.8222 7.48623 11.7875 7.51119 11.7466 7.54079C11.6646 7.6001 11.5561 7.67921 11.4473 7.75877C11.3385 7.83835 11.2292 7.91854 11.1458 7.98005C11.1041 8.01079 11.0687 8.03698 11.0429 8.05615C11.0231 8.07085 10.9973 8.09001 10.9867 8.09929L11.2505 8.39998ZM11.2364 8.01924C11.1859 8.03255 11.1455 8.04295 11.1188 8.04905C11.1041 8.05242 11.1 8.05295 11.1022 8.05267C11.1033 8.05252 11.1067 8.05208 11.1118 8.05178C11.1153 8.05157 11.1275 8.05089 11.1435 8.05276C11.1515 8.05371 11.1664 8.05593 11.1842 8.06206C11.2002 8.06758 11.2336 8.08127 11.2643 8.11389C11.3005 8.15247 11.3214 8.2058 11.3179 8.26265C11.3149 8.31099 11.2954 8.34504 11.2849 8.36066L10.9522 8.13861C10.9415 8.15473 10.9217 8.18922 10.9187 8.23795C10.9152 8.2952 10.9362 8.34887 10.9727 8.38774C11.0036 8.42065 11.0375 8.43459 11.0541 8.4403C11.0725 8.44663 11.088 8.449 11.0969 8.45004C11.126 8.45346 11.1512 8.44968 11.1551 8.44916C11.1727 8.4468 11.1924 8.44255 11.208 8.43898C11.242 8.4312 11.2886 8.41914 11.3384 8.40602L11.2364 8.01924ZM11.6218 7.91079C11.508 7.94064 11.3313 7.99164 11.2317 8.02055L11.3431 8.40471C11.444 8.37546 11.6155 8.32599 11.7233 8.2977L11.6218 7.91079ZM11.8262 7.85564L11.6204 7.91115L11.7246 8.29734L11.9304 8.24183L11.8262 7.85564ZM15.8576 9.91506L15.9236 9.6983L15.5409 9.58186L15.475 9.79862L15.8576 9.91506ZM15.6879 10.7468C15.729 10.4282 15.7824 10.1716 15.8582 9.91316L15.4744 9.80052C15.392 10.0813 15.3346 10.3587 15.2912 10.6957L15.6879 10.7468ZM15.5235 11.2452C15.5706 11.1674 15.6077 11.0997 15.6347 11.0177C15.6609 10.9379 15.6746 10.8535 15.688 10.746L15.2911 10.6965C15.2781 10.8005 15.2681 10.8522 15.2547 10.8927C15.2422 10.9309 15.2239 10.9676 15.1813 11.0379L15.5235 11.2452ZM15.4141 11.4496C15.4131 11.4528 15.4144 11.4482 15.422 11.432C15.4287 11.4179 15.4377 11.4 15.4488 11.379C15.4708 11.3373 15.4984 11.2883 15.5252 11.2422L15.1795 11.0409C15.151 11.09 15.1205 11.1441 15.0951 11.1922C15.0729 11.2343 15.0452 11.2888 15.0322 11.3305L15.4141 11.4496ZM14.9336 11.0741C14.9366 11.166 14.9394 11.2449 14.943 11.3081C14.9465 11.3673 14.9513 11.4263 14.9613 11.4713C14.965 11.4878 14.9756 11.5352 15.0082 11.5779C15.0271 11.6026 15.065 11.6409 15.127 11.6558C15.1921 11.6715 15.2472 11.6527 15.2812 11.6331C15.3351 11.602 15.3634 11.5537 15.3714 11.5403C15.3847 11.5179 15.3965 11.493 15.4067 11.4695L15.0396 11.3105C15.0362 11.3185 15.0334 11.3245 15.0312 11.3289C15.029 11.3335 15.0279 11.3354 15.0279 11.3353C15.028 11.3351 15.0286 11.3341 15.0298 11.3324C15.031 11.3307 15.0331 11.3277 15.0362 11.324C15.0409 11.3184 15.0555 11.3015 15.0813 11.2866C15.1099 11.2701 15.16 11.2523 15.2204 11.2669C15.2777 11.2806 15.3112 11.3157 15.3261 11.3351C15.3506 11.3671 15.3542 11.3954 15.3518 11.3846C15.3496 11.3749 15.3459 11.3459 15.3424 11.2849C15.339 11.2276 15.3364 11.1536 15.3333 11.061L14.9336 11.0741ZM15.0356 9.84892C14.9501 10.2438 14.9144 10.663 14.9337 11.0768L15.3332 11.0582C15.3156 10.6791 15.3484 10.2946 15.4265 9.93349L15.0356 9.84892ZM15.8438 9.41315C15.7979 9.3178 15.7084 9.28905 15.6509 9.28497C15.5986 9.28127 15.5521 9.29406 15.5214 9.30496C15.4564 9.32804 15.3895 9.36917 15.3306 9.41548C15.2164 9.50533 15.0776 9.65857 15.0357 9.84812L15.4264 9.93429C15.4399 9.87272 15.4989 9.79201 15.5779 9.72987C15.6157 9.70018 15.6443 9.68579 15.6551 9.68194C15.6624 9.67937 15.649 9.68584 15.6226 9.68397C15.591 9.68173 15.5202 9.66298 15.4835 9.58679L15.8438 9.41315ZM15.9119 9.55215L15.8433 9.41204L15.484 9.5879L15.5526 9.72801L15.9119 9.55215ZM12.1769 10.2593C12.2031 10.3367 12.2124 10.3735 12.2155 10.397C12.2176 10.4125 12.2175 10.424 12.2112 10.4508L12.6006 10.5423C12.6154 10.4792 12.6218 10.418 12.612 10.3443C12.6033 10.2786 12.5823 10.2096 12.5558 10.1311L12.1769 10.2593ZM12.0186 9.50606C12.0218 9.68937 12.095 10.0159 12.1767 10.259L12.5559 10.1314C12.4793 9.90396 12.4207 9.62251 12.4186 9.4992L12.0186 9.50606ZM12.2833 9.54696C12.3077 9.48516 12.324 9.44937 12.3337 9.43187C12.3395 9.42148 12.3368 9.42878 12.3252 9.44098C12.3193 9.44712 12.3027 9.46356 12.2748 9.47669C12.2437 9.49137 12.1939 9.50349 12.1375 9.48586C12.0843 9.46927 12.0538 9.43506 12.0399 9.41529C12.0262 9.39579 12.0204 9.37913 12.0185 9.37345C12.0148 9.36211 12.0155 9.35845 12.0167 9.37093C12.0189 9.39334 12.0199 9.43399 12.0186 9.49869L12.4185 9.50657C12.4199 9.43958 12.4194 9.37929 12.4148 9.33224C12.4127 9.30999 12.4086 9.27946 12.3988 9.24922C12.3938 9.23408 12.3846 9.20996 12.367 9.185C12.3492 9.15977 12.3145 9.1221 12.2567 9.10405C12.132 9.0651 12.0482 9.15184 12.0361 9.16447C12.0117 9.18995 11.9946 9.21866 11.9839 9.23792C11.9607 9.27971 11.9365 9.33612 11.9112 9.40013L12.2833 9.54696ZM12.0915 10.4067C12.0915 10.2168 12.1006 10.0947 12.1263 9.97835C12.1522 9.86121 12.1971 9.7404 12.2798 9.5551L11.9146 9.39199C11.8286 9.58469 11.7705 9.73483 11.7358 9.89195C11.7008 10.0499 11.6915 10.2054 11.6915 10.4067H12.0915ZM12.1163 10.8137C12.1167 10.8149 12.1158 10.8124 12.1143 10.805C12.1129 10.7979 12.1113 10.7884 12.1096 10.7761C12.1062 10.7516 12.1029 10.7198 12.1002 10.6817C12.0947 10.6056 12.0915 10.51 12.0915 10.4067H11.6915C11.6915 10.5174 11.6949 10.6228 11.7012 10.7106C11.7071 10.7911 11.7165 10.8768 11.7352 10.9354L12.1163 10.8137ZM12.0366 10.7882C12.0225 10.7882 12.0291 10.7871 12.0425 10.7905C12.0508 10.7925 12.0623 10.7963 12.0752 10.8034C12.0884 10.8106 12.0999 10.8196 12.1094 10.8293C12.1269 10.8472 12.1322 10.8625 12.1303 10.8579C12.1286 10.8536 12.1249 10.8432 12.1179 10.819L11.7336 10.9301C11.7412 10.9562 11.75 10.985 11.761 11.0115C11.7719 11.0377 11.7902 11.075 11.8233 11.1088C11.902 11.1893 12.0016 11.1882 12.0366 11.1882V10.7882ZM12.1157 10.7882H12.0366V11.1882H12.1157V10.7882ZM12.3157 11.3187V10.9882H11.9157V11.3187H12.3157ZM12.0761 11.8491C12.1084 11.8491 12.1496 11.8422 12.1905 11.8177C12.2308 11.7936 12.256 11.7611 12.2713 11.7338C12.2974 11.6872 12.3043 11.6373 12.3074 11.61C12.3147 11.5477 12.3157 11.4519 12.3157 11.3187H11.9157C11.9157 11.4603 11.9141 11.5297 11.9101 11.5639C11.9093 11.571 11.9088 11.5721 11.9095 11.5694C11.91 11.5674 11.913 11.5549 11.9223 11.5384C11.9322 11.5206 11.9514 11.4946 11.9848 11.4746C12.0189 11.4542 12.0525 11.4491 12.0761 11.4491V11.8491ZM12.2894 11.7881C12.2697 11.7414 12.2561 11.708 12.247 11.6835C12.2369 11.6559 12.2372 11.6519 12.2383 11.6594C12.2384 11.6606 12.2511 11.7388 12.1827 11.8027C12.1523 11.8311 12.1205 11.8416 12.1035 11.8455C12.0873 11.8493 12.0761 11.8491 12.0761 11.8491V11.4491C12.0616 11.4491 11.9778 11.4468 11.9096 11.5104C11.8291 11.5856 11.8377 11.6829 11.8421 11.7147C11.8474 11.753 11.8605 11.7915 11.8718 11.8221C11.8843 11.8558 11.901 11.8965 11.9209 11.9435L12.2894 11.7881ZM12.6523 12.8395C12.652 12.8389 12.6464 12.8282 12.6418 12.8114C12.6395 12.8031 12.6353 12.7855 12.6352 12.7624C12.6351 12.7407 12.6386 12.6956 12.67 12.65C12.7491 12.5353 12.8743 12.5686 12.8845 12.5714C12.9108 12.5788 12.9279 12.5899 12.9295 12.5909C12.9377 12.596 12.9309 12.5923 12.9015 12.5641C12.8522 12.5166 12.7755 12.4353 12.6907 12.3383C12.6063 12.2417 12.5171 12.1331 12.4421 12.0315C12.3643 11.9261 12.3115 11.8412 12.2898 11.7889L11.9205 11.9427C11.9621 12.0425 12.0399 12.1601 12.1203 12.269C12.2035 12.3817 12.3 12.4991 12.3895 12.6014C12.4785 12.7033 12.5635 12.7939 12.6242 12.8523C12.6498 12.877 12.6851 12.9098 12.7175 12.9301C12.7252 12.9348 12.7472 12.9484 12.7773 12.9568C12.7912 12.9607 12.919 12.9936 12.9993 12.8771C13.0314 12.8305 13.0353 12.7841 13.0352 12.7607C13.035 12.7359 13.0305 12.7163 13.0275 12.7055C13.0216 12.6839 13.0132 12.6667 13.0088 12.658L12.6523 12.8395ZM12.1541 10.8707C12.1251 11.1629 12.1999 11.5465 12.2996 11.8962C12.4011 12.2521 12.537 12.6014 12.6506 12.8359L13.0106 12.6616C12.9078 12.4494 12.7799 12.1219 12.6843 11.7865C12.5868 11.445 12.531 11.1229 12.5521 10.9102L12.1541 10.8707ZM12.2108 10.4523C12.1945 10.5242 12.1698 10.7159 12.1541 10.8702L12.5521 10.9106C12.5681 10.753 12.5909 10.5852 12.6009 10.5407L12.2108 10.4523ZM18.2374 11.339C18.2602 11.2728 18.2824 11.2063 18.2854 11.1329C18.2885 11.0594 18.2716 10.9922 18.2553 10.9283L17.8677 11.027C17.8857 11.0979 17.886 11.1101 17.8858 11.1165C17.8855 11.1231 17.8839 11.1371 17.8593 11.2084L18.2374 11.339ZM18.2214 11.3863C18.2279 11.3668 18.2328 11.352 18.2369 11.3405L17.8598 11.207C17.8542 11.2229 17.8479 11.2418 17.8418 11.2601L18.2214 11.3863ZM18.2215 11.3858L18.2216 11.3856L17.8415 11.2609L17.8414 11.2612L18.2215 11.3858ZM18.2212 11.3868L18.2212 11.3867L17.8417 11.2602L17.8417 11.2603L18.2212 11.3868ZM18.0444 11.7586C18.0973 11.6995 18.134 11.6199 18.1579 11.5621C18.1841 11.4988 18.2059 11.4327 18.2212 11.3867L17.8417 11.2605C17.8257 11.3084 17.8081 11.3613 17.7882 11.4094C17.7784 11.4333 17.769 11.4533 17.7605 11.469C17.7514 11.4858 17.7462 11.492 17.7463 11.4919L18.0444 11.7586ZM17.5614 11.8028C17.565 11.8095 17.5717 11.8218 17.5794 11.8338C17.5864 11.8448 17.6017 11.8676 17.6263 11.8891C17.6542 11.9134 17.6974 11.9387 17.7545 11.9426C17.808 11.9463 17.85 11.9296 17.8746 11.9166C17.9165 11.8946 17.9496 11.8607 17.966 11.8438C17.9875 11.8217 18.0139 11.7924 18.0438 11.7592L17.7468 11.4913C17.7147 11.5269 17.6943 11.5495 17.6794 11.5647C17.676 11.5683 17.6734 11.5709 17.6714 11.5728C17.6704 11.5737 17.6697 11.5744 17.6692 11.5749C17.6689 11.5751 17.6687 11.5753 17.6686 11.5755C17.6684 11.5756 17.6683 11.5756 17.6684 11.5756C17.6684 11.5756 17.6684 11.5756 17.6686 11.5754C17.6687 11.5753 17.669 11.5751 17.6693 11.5748C17.67 11.5743 17.6711 11.5735 17.6725 11.5724C17.6753 11.5704 17.6807 11.5667 17.6885 11.5626C17.7031 11.5549 17.7365 11.5404 17.7822 11.5436C17.8315 11.547 17.8678 11.569 17.8891 11.5875C17.9071 11.6032 17.916 11.6177 17.9163 11.6183C17.9174 11.6199 17.917 11.6195 17.9127 11.6116L17.5614 11.8028ZM17.4456 10.4036C17.402 10.6326 17.3942 10.9074 17.413 11.1547C17.4312 11.3951 17.4768 11.6422 17.5601 11.8004L17.914 11.6141C17.8707 11.5317 17.8292 11.3532 17.8118 11.1244C17.795 10.9026 17.8031 10.6645 17.8386 10.4785L17.4456 10.4036ZM17.8267 9.57224C17.7634 9.57224 17.7204 9.60141 17.7039 9.61413C17.685 9.6287 17.6728 9.64346 17.667 9.65088C17.6551 9.66618 17.6477 9.68022 17.6447 9.68595C17.6378 9.6994 17.6324 9.71282 17.629 9.7216C17.6216 9.74098 17.6134 9.76526 17.6054 9.7906C17.589 9.84241 17.5688 9.91159 17.5486 9.98497C17.5085 10.13 17.4643 10.3041 17.4455 10.4041L17.8387 10.478C17.8541 10.3956 17.8944 10.2353 17.9341 10.0915C17.9537 10.0205 17.9724 9.95667 17.9867 9.91159C17.994 9.88848 17.9992 9.87334 18.0023 9.8654C18.0042 9.86052 18.0033 9.86331 18.0001 9.86955C17.999 9.87167 17.9933 9.88296 17.9828 9.89641C17.9778 9.9029 17.9662 9.91697 17.9479 9.93106C17.932 9.94332 17.8896 9.97224 17.8267 9.97224V9.57224ZM18.0639 9.95834C18.0547 9.89907 18.0459 9.84295 18.0385 9.80133C18.035 9.78104 18.0312 9.76105 18.0276 9.74494C18.0259 9.73785 18.0231 9.72576 18.0189 9.7132C18.0172 9.70822 18.0122 9.69364 18.0031 9.67703C17.9989 9.66938 17.9885 9.65129 17.9701 9.63253C17.9549 9.61698 17.906 9.57224 17.8267 9.57224V9.97224C17.7478 9.97224 17.6993 9.92769 17.6844 9.91253C17.6664 9.89415 17.6564 9.87662 17.6526 9.86971C17.6443 9.85459 17.6402 9.84223 17.6395 9.84016C17.6373 9.83341 17.6367 9.8299 17.6376 9.83383C17.6389 9.83978 17.6413 9.85168 17.6446 9.87071C17.6511 9.90774 17.6594 9.96001 17.6687 10.0197L18.0639 9.95834ZM18.255 10.9271C18.1991 10.7133 18.0977 10.1975 18.0644 9.96109L17.6683 10.017C17.7035 10.2669 17.8078 10.7979 17.868 11.0282L18.255 10.9271ZM10.6721 10.6649L10.5006 10.0807L10.1168 10.1934L10.2883 10.7776L10.6721 10.6649ZM10.0413 10.2029C10.0439 10.2278 10.0507 10.2494 10.0531 10.2568C10.0567 10.2681 10.0609 10.2799 10.0651 10.2908C10.0735 10.3128 10.0843 10.339 10.0962 10.3664C10.12 10.4218 10.1507 10.4895 10.1806 10.5543C10.2106 10.6194 10.2404 10.6827 10.2627 10.7297C10.2738 10.7532 10.2831 10.7727 10.2896 10.7863C10.2929 10.7931 10.2954 10.7984 10.2972 10.8021C10.2981 10.8039 10.2987 10.8053 10.2992 10.8063C10.2994 10.8068 10.2996 10.8071 10.2997 10.8074C10.2998 10.8075 10.2998 10.8076 10.2999 10.8077C10.2999 10.8077 10.2999 10.8077 10.2999 10.8078C10.2999 10.8078 10.2999 10.8078 10.2999 10.8078C10.2999 10.8078 10.2999 10.8078 10.4802 10.7212C10.6605 10.6347 10.6605 10.6347 10.6605 10.6347C10.6605 10.6347 10.6605 10.6347 10.6605 10.6347C10.6605 10.6347 10.6605 10.6346 10.6605 10.6346C10.6604 10.6346 10.6604 10.6345 10.6604 10.6344C10.6603 10.6341 10.6601 10.6338 10.6599 10.6334C10.6594 10.6325 10.6588 10.6311 10.658 10.6294C10.6563 10.6258 10.6538 10.6206 10.6506 10.614C10.6442 10.6006 10.6351 10.5815 10.6242 10.5584C10.6023 10.5121 10.573 10.4501 10.5437 10.3866C10.5143 10.3228 10.4853 10.2589 10.4636 10.2084C10.4527 10.183 10.4443 10.1627 10.4389 10.1484C10.4361 10.1411 10.4348 10.1372 10.4344 10.1359C10.4327 10.1306 10.4371 10.1424 10.4391 10.1611L10.0413 10.2029ZM10.1991 9.96976L10.1306 10.0147L10.3498 10.3493L10.4183 10.3044L10.1991 9.96976ZM11.6119 11.1882C11.6822 11.1882 11.7491 11.1854 11.801 11.1803C11.8257 11.1779 11.8535 11.1743 11.8784 11.1685C11.8893 11.166 11.9109 11.1605 11.934 11.1493C11.9451 11.144 11.9677 11.1321 11.9903 11.1101C12.013 11.0879 12.0519 11.0387 12.0519 10.9644H11.6519C11.6519 10.8918 11.69 10.8442 11.7111 10.8237C11.732 10.8033 11.7521 10.793 11.76 10.7892C11.7696 10.7845 11.7771 10.782 11.7805 10.7809C11.7843 10.7797 11.7868 10.7791 11.7875 10.779C11.788 10.7789 11.7805 10.7804 11.7617 10.7823C11.7265 10.7857 11.6734 10.7882 11.6119 10.7882V11.1882ZM11.3718 11.1882H11.6119V10.7882H11.3718V11.1882ZM10.718 11.1981L11.3748 11.1882L11.3688 10.7883L10.712 10.7982L10.718 11.1981ZM11.0403 10.633C10.9343 10.6767 10.8327 10.7185 10.7572 10.7516C10.7198 10.7679 10.6853 10.7836 10.6586 10.7972C10.6459 10.8037 10.6301 10.8122 10.6153 10.8218C10.6083 10.8264 10.5962 10.8347 10.5835 10.8462C10.5789 10.8504 10.5381 10.8852 10.5217 10.9467L10.9082 11.0496C10.8991 11.0839 10.883 11.1071 10.8748 11.1179C10.8657 11.1299 10.8571 11.1381 10.8523 11.1425C10.8428 11.1511 10.8353 11.1559 10.8342 11.1567C10.8311 11.1587 10.832 11.1578 10.8405 11.1535C10.8561 11.1455 10.8817 11.1337 10.9175 11.118C10.9882 11.0871 11.0851 11.0471 11.1927 11.0028L11.0403 10.633ZM11.0223 10.6415L11.0223 10.6415L11.2106 10.9944L11.2106 10.9944L11.0223 10.6415ZM11.1702 10.5794L11.0401 10.6331L11.1928 11.0028L11.3228 10.9491L11.1702 10.5794ZM11.9191 10.7003C11.8784 10.6488 11.8238 10.6298 11.8114 10.6253C11.7885 10.617 11.765 10.6114 11.7454 10.6074C11.7054 10.5994 11.657 10.5932 11.6074 10.5883C11.5071 10.5783 11.3799 10.5709 11.2569 10.5645L11.2361 10.9639C11.3597 10.9704 11.478 10.9773 11.5676 10.9863C11.6131 10.9908 11.6458 10.9954 11.6663 10.9995C11.6769 11.0017 11.6786 11.0026 11.6748 11.0012C11.6728 11.0005 11.6654 10.9978 11.6555 10.9921C11.6471 10.9872 11.6256 10.974 11.6053 10.9483L11.9191 10.7003ZM12.0519 10.9644C12.0519 10.9194 12.0359 10.8841 12.0352 10.8822C12.0305 10.8708 12.0254 10.8608 12.0216 10.8537C12.0138 10.8388 12.0042 10.823 11.9947 10.808C11.9753 10.7774 11.9496 10.7405 11.9216 10.7035L11.6029 10.9452C11.625 10.9743 11.6442 11.0021 11.657 11.0224C11.6637 11.0329 11.6672 11.039 11.6683 11.0411C11.669 11.0424 11.6674 11.0396 11.6651 11.034C11.6639 11.0312 11.6615 11.025 11.6591 11.0166C11.6578 11.0122 11.6562 11.0059 11.6549 10.9981C11.6535 10.9907 11.6519 10.979 11.6519 10.9644H12.0519ZM11.1372 10.9589L11.2363 10.964L11.2567 10.5645L11.1575 10.5594L11.1372 10.9589ZM10.5948 10.8811C10.6338 10.9104 10.6763 10.9198 10.6837 10.9216C10.7008 10.9258 10.7185 10.9288 10.7339 10.931C10.7652 10.9354 10.8036 10.939 10.844 10.9421C10.9254 10.9483 11.0307 10.9536 11.1373 10.9589L11.1574 10.5594C11.0489 10.554 10.9495 10.549 10.8743 10.5432C10.8364 10.5403 10.8084 10.5376 10.7902 10.535C10.7807 10.5336 10.7778 10.5329 10.7791 10.5332C10.7797 10.5333 10.7844 10.5345 10.7914 10.5371C10.7963 10.5389 10.8145 10.5458 10.8351 10.5613L10.5948 10.8811ZM11.4456 10.3692L10.6753 10.5252L10.7547 10.9173L11.5249 10.7613L11.4456 10.3692ZM11.7387 10.3096L11.4454 10.3693L11.5251 10.7613L11.8185 10.7016L11.7387 10.3096ZM11.3231 10.949C11.4534 10.8949 11.5875 10.8383 11.6911 10.7898C11.7424 10.7658 11.7907 10.7417 11.8288 10.7194C11.8473 10.7086 11.8689 10.695 11.8885 10.6792C11.8983 10.6714 11.9117 10.6598 11.9249 10.6445C11.9362 10.6315 11.9594 10.6023 11.9714 10.5587L11.5858 10.4525C11.5965 10.4136 11.6164 10.3897 11.6226 10.3826C11.6307 10.3733 11.6371 10.3681 11.6383 10.3672C11.6406 10.3653 11.638 10.3676 11.6266 10.3743C11.6046 10.3872 11.5695 10.4051 11.5216 10.4275C11.427 10.4718 11.3003 10.5254 11.1699 10.5795L11.3231 10.949ZM10.417 11.4868L10.5884 11.7564L10.926 11.5418L10.7545 11.2721L10.417 11.4868ZM10.3438 11.0484C10.375 11.1212 10.3857 11.1674 10.3857 11.3794H10.7857C10.7857 11.1527 10.7754 11.0402 10.7116 10.8911L10.3438 11.0484ZM10.4437 11.0018C10.4083 11.0018 10.3804 10.9924 10.3628 10.9845C10.3451 10.9765 10.3321 10.9675 10.3241 10.9613C10.3088 10.9495 10.2991 10.9383 10.2957 10.9342C10.2913 10.929 10.2885 10.925 10.2874 10.9234C10.2868 10.9224 10.2863 10.9217 10.2861 10.9213C10.2859 10.9211 10.2858 10.9209 10.2858 10.9208C10.2857 10.9207 10.2857 10.9207 10.2857 10.9207C10.2857 10.9207 10.2857 10.9207 10.2857 10.9208C10.2858 10.9209 10.2859 10.921 10.286 10.9212C10.2862 10.9215 10.2864 10.922 10.2868 10.9226C10.2875 10.9239 10.2884 10.9256 10.2895 10.9278C10.2918 10.9321 10.2946 10.9376 10.2979 10.9443C10.3112 10.9718 10.3278 11.0098 10.3428 11.046L10.7126 10.8934C10.6959 10.853 10.6758 10.807 10.6577 10.7697C10.649 10.7518 10.6387 10.7315 10.628 10.7138C10.6232 10.7058 10.6144 10.6918 10.6024 10.6775C10.5968 10.6707 10.5851 10.6575 10.568 10.6443C10.5562 10.6352 10.5114 10.6018 10.4437 10.6018V11.0018ZM10.5519 11.1606C10.5761 11.0682 10.596 10.9923 10.6104 10.9395C10.6176 10.9127 10.6229 10.894 10.6264 10.8827C10.6283 10.8764 10.6286 10.876 10.6276 10.8786C10.6275 10.8789 10.6246 10.8868 10.6192 10.897C10.617 10.9011 10.6097 10.9147 10.597 10.93C10.5906 10.9377 10.5777 10.9521 10.5579 10.9659C10.5389 10.9792 10.4992 11.0018 10.4437 11.0018V10.6018C10.3881 10.6018 10.3483 10.6244 10.3291 10.6378C10.3091 10.6518 10.296 10.6664 10.2894 10.6743C10.2763 10.6901 10.2686 10.7044 10.2659 10.7095C10.2594 10.7216 10.2553 10.7323 10.2538 10.7363C10.2499 10.7465 10.2465 10.7572 10.244 10.7654C10.2385 10.7832 10.2318 10.807 10.2244 10.8344C10.2094 10.8896 10.1889 10.9679 10.165 11.0595L10.5519 11.1606ZM10.5514 11.1627L10.5514 11.1627L10.1655 11.0574L10.1655 11.0574L10.5514 11.1627ZM10.4332 11.6089C10.4777 11.4447 10.5187 11.2879 10.5519 11.1607L10.1649 11.0595C10.1316 11.1869 10.0911 11.342 10.0471 11.5043L10.4332 11.6089ZM10.2353 12.3336L10.4331 11.6093L10.0472 11.5039L9.84939 12.2282L10.2353 12.3336ZM10.1905 12.1222L10.1113 12.0931L9.97333 12.4686L10.0525 12.4977L10.1905 12.1222ZM10.5701 12.3236C10.4945 12.2781 10.4163 12.2341 10.3507 12.1992C10.2906 12.1672 10.2271 12.1352 10.1881 12.1214L10.0548 12.4985C10.0544 12.4984 10.0637 12.502 10.0864 12.5131C10.1068 12.523 10.1328 12.5363 10.1626 12.5522C10.2223 12.584 10.2945 12.6246 10.364 12.6664L10.5701 12.3236ZM10.7783 12.4536C10.7986 12.4536 10.8134 12.457 10.8173 12.4579C10.8231 12.4592 10.8267 12.4604 10.8272 12.4606C10.8283 12.4609 10.8261 12.4602 10.8193 12.4573C10.8063 12.4517 10.7863 12.4422 10.76 12.4288C10.708 12.4023 10.6398 12.3647 10.5687 12.3228L10.3653 12.6672C10.442 12.7125 10.5175 12.7542 10.5783 12.7852C10.6084 12.8005 10.6371 12.8143 10.6615 12.8248C10.6735 12.83 10.6872 12.8355 10.7011 12.8401C10.7076 12.8423 10.7398 12.8536 10.7783 12.8536V12.4536ZM10.6258 12.3663C10.638 12.418 10.6456 12.4594 10.6495 12.4917C10.6536 12.5251 10.6529 12.5421 10.6523 12.5476C10.6513 12.5551 10.6522 12.5301 10.6778 12.501C10.6917 12.4852 10.7097 12.4721 10.7304 12.4636C10.7503 12.4554 10.7675 12.4536 10.7783 12.4536V12.8536C10.8466 12.8536 10.9217 12.8293 10.978 12.7653C11.0277 12.7089 11.0437 12.6427 11.0494 12.595C11.0605 12.5022 11.0421 12.3893 11.0152 12.2748L10.6258 12.3663ZM10.5625 11.8859C10.5654 12.0271 10.5937 12.2406 10.6267 12.37L11.0143 12.2711C10.9893 12.1731 10.9648 11.9901 10.9624 11.8776L10.5625 11.8859ZM10.5572 11.6536L10.5625 11.8862L10.9624 11.8772L10.9571 11.6446L10.5572 11.6536ZM16.0512 12.6657C15.889 12.3807 15.7866 12.1127 15.7306 11.8297L15.3382 11.9073C15.4035 12.2375 15.5227 12.5458 15.7035 12.8635L16.0512 12.6657ZM16.159 13.1752C16.2088 13.1252 16.2153 13.0673 16.2168 13.0499C16.2187 13.0269 16.2162 13.0087 16.2148 13.0004C16.212 12.9827 16.2074 12.9688 16.2055 12.9631C16.201 12.9496 16.1954 12.9368 16.1914 12.9279C16.1826 12.9084 16.1707 12.8844 16.1574 12.8588C16.1304 12.8068 16.0927 12.7382 16.0509 12.6652L15.7038 12.864C15.7438 12.9338 15.7786 12.9974 15.8024 13.0431C15.8145 13.0665 15.8225 13.0828 15.8267 13.0921C15.8291 13.0975 15.8283 13.0962 15.8265 13.0909C15.826 13.0893 15.8223 13.0787 15.8199 13.0635C15.8187 13.0564 15.8163 13.0391 15.8181 13.017C15.8195 13.0003 15.8259 12.943 15.8753 12.8933L16.159 13.1752ZM15.6006 13.2618C15.6376 13.2825 15.6728 13.2865 15.6803 13.2874C15.6944 13.2892 15.7071 13.2895 15.7161 13.2896C15.7345 13.2897 15.7539 13.2885 15.7712 13.287C15.8066 13.284 15.8485 13.2785 15.8885 13.272C15.9285 13.2655 15.9707 13.2575 16.0066 13.2488C16.0242 13.2445 16.0436 13.2393 16.0618 13.2331C16.0708 13.23 16.0824 13.2256 16.0947 13.2198C16.104 13.2155 16.1276 13.204 16.1511 13.1828L15.8832 12.8857C15.8946 12.8754 15.9047 12.8689 15.9104 12.8655C15.9165 12.8617 15.9214 12.8593 15.9243 12.858C15.9297 12.8554 15.9328 12.8544 15.9319 12.8547C15.9302 12.8553 15.9241 12.8572 15.9124 12.86C15.8896 12.8655 15.8581 12.8717 15.8246 12.8771C15.7911 12.8825 15.7597 12.8866 15.7371 12.8885C15.7317 12.889 15.7273 12.8893 15.7239 12.8894C15.7222 12.8895 15.7209 12.8896 15.72 12.8896C15.719 12.8896 15.7186 12.8896 15.7187 12.8896C15.7188 12.8896 15.7197 12.8896 15.7213 12.8897C15.7228 12.8898 15.7259 12.89 15.73 12.8905C15.7339 12.891 15.7411 12.892 15.7503 12.8944C15.7583 12.8964 15.7754 12.9013 15.7954 12.9124L15.6006 13.2618ZM15.2252 12.5371C15.2773 12.6799 15.3414 12.8337 15.3976 12.9557C15.4257 13.0165 15.4529 13.0719 15.4766 13.1152C15.4882 13.1365 15.5007 13.1579 15.5132 13.1765C15.5195 13.1858 15.5275 13.197 15.5369 13.2082C15.5441 13.2168 15.5621 13.2375 15.5897 13.2552L15.8063 12.919C15.8292 12.9337 15.8417 12.9492 15.8427 12.9503C15.8458 12.9541 15.8468 12.9557 15.8452 12.9534C15.8422 12.949 15.8363 12.9393 15.8274 12.923C15.8099 12.891 15.7869 12.8448 15.7609 12.7883C15.709 12.6757 15.6491 12.5321 15.601 12.4L15.2252 12.5371ZM15.0204 11.6064C15.0111 11.6465 15.0127 11.6866 15.0142 11.7096C15.016 11.7379 15.0199 11.7689 15.0248 11.8004C15.0348 11.8637 15.0507 11.94 15.0703 12.0209C15.1094 12.1827 15.1656 12.3745 15.2253 12.5374L15.6008 12.3997C15.5471 12.2533 15.4952 12.0764 15.4591 11.9269C15.441 11.8522 15.4277 11.7872 15.42 11.7383C15.4161 11.7136 15.4141 11.6958 15.4134 11.6842C15.4123 11.6674 15.4147 11.6768 15.41 11.6971L15.0204 11.6064ZM15.1621 11.2706C15.1307 11.3349 15.0997 11.4017 15.0753 11.4581C15.0547 11.5056 15.0287 11.5678 15.0197 11.6099L15.4108 11.6936C15.4092 11.7012 15.409 11.6991 15.4165 11.6794C15.4227 11.6635 15.4313 11.6424 15.4422 11.6173C15.4639 11.5673 15.4923 11.506 15.5216 11.4461L15.1621 11.2706ZM15.2698 11.0469L15.1616 11.2716L15.5221 11.4451L15.6302 11.2204L15.2698 11.0469ZM15.6704 11.3764L15.6493 11.1174L15.2507 11.1499L15.2718 11.4089L15.6704 11.3764ZM15.7297 11.8252C15.7062 11.7195 15.6808 11.516 15.6706 11.3779L15.2716 11.4074C15.2825 11.5548 15.3098 11.7796 15.3392 11.9118L15.7297 11.8252ZM17.4188 11.9591C17.4425 11.9713 17.4582 11.9801 17.4687 11.9866C17.4797 11.9935 17.4796 11.9945 17.475 11.99C17.4693 11.9846 17.4557 11.9696 17.4463 11.9444C17.4366 11.9182 17.4366 11.8953 17.4382 11.8821L17.8354 11.9289C17.8396 11.8932 17.838 11.8501 17.8211 11.8047C17.8046 11.7603 17.7783 11.727 17.7532 11.7027C17.7096 11.6605 17.651 11.6288 17.6016 11.6034L17.4188 11.9591ZM17.0064 11.9377C17.111 12.1081 17.111 12.1081 17.111 12.1081C17.1109 12.1081 17.1109 12.1081 17.1109 12.1081C17.1109 12.1082 17.1109 12.1082 17.1109 12.1082C17.1108 12.1082 17.1108 12.1082 17.1109 12.1082C17.1109 12.1082 17.111 12.1081 17.1112 12.108C17.1116 12.1077 17.1124 12.1073 17.1134 12.1066C17.1155 12.1054 17.1189 12.1034 17.1234 12.1008C17.1323 12.0955 17.1455 12.0879 17.162 12.0789C17.1952 12.0607 17.2398 12.0376 17.2871 12.0169C17.3358 11.9955 17.3805 11.9797 17.4153 11.9723C17.4593 11.9629 17.4501 11.9749 17.4206 11.9601L17.5998 11.6024C17.5017 11.5533 17.3952 11.5676 17.3319 11.5811C17.2594 11.5966 17.1867 11.6241 17.1266 11.6505C17.0651 11.6775 17.0094 11.7064 16.9696 11.7282C16.9495 11.7392 16.9331 11.7487 16.9214 11.7555C16.9156 11.7589 16.9109 11.7617 16.9076 11.7637C16.9059 11.7647 16.9046 11.7655 16.9036 11.7661C16.9031 11.7664 16.9027 11.7666 16.9024 11.7668C16.9022 11.7669 16.9021 11.767 16.902 11.7671C16.9019 11.7671 16.9019 11.7671 16.9018 11.7671C16.9018 11.7672 16.9018 11.7672 16.9018 11.7672C16.9017 11.7672 16.9017 11.7672 17.0064 11.9377ZM17.3809 12.2157C17.4163 12.2157 17.4412 12.226 17.4498 12.2299C17.4601 12.2345 17.4658 12.2386 17.4662 12.2389C17.4669 12.2393 17.4615 12.2354 17.4497 12.2237C17.4269 12.201 17.3958 12.165 17.3608 12.1198C17.29 12.0282 17.2204 11.9208 17.1864 11.8505L16.8263 12.0248C16.8767 12.1289 16.964 12.2606 17.0443 12.3644C17.0848 12.4168 17.1278 12.4677 17.1677 12.5074C17.1872 12.5268 17.2104 12.548 17.2356 12.5657C17.2504 12.5761 17.3057 12.6157 17.3809 12.6157V12.2157ZM17.4825 12.0871C17.4278 12.1343 17.3768 12.1759 17.3388 12.205C17.3195 12.2198 17.3059 12.2295 17.2981 12.2346C17.2938 12.2374 17.2945 12.2367 17.2987 12.2345C17.3007 12.2335 17.3069 12.2303 17.3161 12.227C17.3215 12.225 17.3465 12.2157 17.3809 12.2157V12.6157C17.4173 12.6157 17.445 12.6057 17.4537 12.6026C17.4662 12.598 17.4764 12.593 17.4829 12.5896C17.4962 12.5827 17.5084 12.5751 17.5178 12.5689C17.5372 12.5561 17.5594 12.5399 17.582 12.5226C17.6278 12.4876 17.685 12.4407 17.7437 12.39L17.4825 12.0871ZM17.6971 12.1707C17.7079 12.1717 17.7105 12.1727 17.7078 12.1719C17.7064 12.1716 17.6889 12.167 17.6677 12.1506C17.6427 12.1314 17.6162 12.0983 17.6067 12.052C17.5981 12.0103 17.6077 11.9789 17.6123 11.9671C17.6192 11.9492 17.6235 11.9515 17.5952 11.9817C17.5713 12.0072 17.5347 12.0417 17.4819 12.0876L17.7443 12.3895C17.8009 12.3403 17.8494 12.2954 17.8871 12.2551C17.9206 12.2195 17.9631 12.1695 17.9858 12.1102C17.9983 12.0777 18.0102 12.0285 17.9985 11.9714C17.9858 11.9097 17.9506 11.8636 17.9116 11.8336C17.8485 11.7851 17.772 11.776 17.7348 11.7725L17.6971 12.1707ZM17.438 11.8835C17.435 11.911 17.4218 12.0258 17.5199 12.1073C17.5585 12.1393 17.5995 12.1523 17.6233 12.1584C17.6484 12.1648 17.6737 12.1681 17.6938 12.1704L17.7381 11.7728C17.7226 11.7711 17.7196 11.7701 17.7223 11.7708C17.7238 11.7712 17.7484 11.7771 17.7755 11.7995C17.8088 11.8273 17.8264 11.8634 17.8328 11.8944C17.8376 11.9178 17.835 11.9332 17.8356 11.9275L17.438 11.8835ZM17.3525 12.6937L17.4211 12.6461L17.1931 12.3174L17.1245 12.365L17.3525 12.6937ZM16.4012 13.037C16.454 13.0793 16.51 13.0807 16.5207 13.0811C16.5399 13.0817 16.5552 13.0795 16.5622 13.0783C16.5771 13.0758 16.5894 13.0721 16.5951 13.0703C16.6081 13.0662 16.6213 13.0611 16.6317 13.0569C16.654 13.0479 16.6824 13.0354 16.7133 13.0213C16.7759 12.9926 16.8578 12.9534 16.9411 12.9123C17.0247 12.8711 17.1111 12.8274 17.183 12.7896C17.2501 12.7545 17.3169 12.7181 17.3518 12.6942L17.1252 12.3645C17.1252 12.3645 17.125 12.3647 17.1244 12.3651C17.1238 12.3655 17.1229 12.366 17.1219 12.3667C17.1197 12.3681 17.1168 12.3698 17.1131 12.372C17.1056 12.3765 17.0961 12.382 17.0844 12.3885C17.061 12.4016 17.0314 12.4175 16.9972 12.4354C16.929 12.4712 16.8456 12.5134 16.7643 12.5535C16.6828 12.5937 16.6047 12.6311 16.547 12.6575C16.5177 12.6709 16.4958 12.6804 16.482 12.686C16.4744 12.689 16.4731 12.6893 16.4758 12.6885C16.4762 12.6884 16.4843 12.6857 16.4962 12.6838C16.5017 12.6828 16.5157 12.6807 16.5339 12.6813C16.5436 12.6816 16.5989 12.6828 16.6513 12.7248L16.4012 13.037ZM16.4764 12.2972C16.4355 12.4401 16.3983 12.572 16.3718 12.6692C16.3587 12.7175 16.3479 12.7587 16.3405 12.7888C16.3369 12.8033 16.3335 12.818 16.3311 12.8305C16.3301 12.8361 16.3282 12.846 16.3271 12.857C16.3266 12.8618 16.3255 12.8737 16.3262 12.8886C16.3265 12.8958 16.3275 12.9103 16.3318 12.9279C16.3349 12.9407 16.3461 12.9834 16.3846 13.0221L16.6679 12.7398C16.7063 12.7783 16.7173 12.8207 16.7204 12.8331C16.7246 12.8504 16.7255 12.8643 16.7258 12.8709C16.7264 12.8845 16.7253 12.8948 16.7251 12.8975C16.7244 12.9043 16.7235 12.9083 16.7239 12.9063C16.7244 12.9036 16.7259 12.8966 16.7291 12.8837C16.7352 12.8588 16.7449 12.8216 16.7578 12.7741C16.7835 12.6796 16.8202 12.5498 16.861 12.4073L16.4764 12.2972ZM16.633 12.0531L16.5045 12.2381L16.8329 12.4664L16.9615 12.2813L16.633 12.0531ZM17.0244 12.061C17.0044 12.0561 16.9886 12.0522 16.9742 12.0481C16.9599 12.0441 16.9508 12.0409 16.9451 12.0385C16.9392 12.0361 16.9411 12.0362 16.9467 12.0404C16.953 12.0452 16.9647 12.0559 16.9742 12.074L16.6203 12.2604C16.6658 12.3468 16.7429 12.3876 16.791 12.4077C16.8402 12.4282 16.8948 12.4411 16.9295 12.4495L17.0244 12.061ZM17.2956 12.1872C17.2461 12.1375 17.1874 12.111 17.1449 12.0954C17.1017 12.0796 17.0561 12.0687 17.0244 12.061L16.9295 12.4495C16.9659 12.4584 16.989 12.4643 17.0076 12.4711C17.0267 12.4781 17.0226 12.4798 17.0125 12.4697L17.2956 12.1872ZM17.4486 12.3405L17.2956 12.1872L17.0125 12.4697L17.1655 12.623L17.4486 12.3405ZM16.067 12.4384C16.029 12.5552 15.9925 12.6643 15.9644 12.7453C15.9503 12.7859 15.9386 12.8185 15.9302 12.841C15.9258 12.8524 15.923 12.8597 15.9213 12.8635C15.9205 12.8656 15.9207 12.8648 15.9219 12.8625C15.9224 12.8613 15.9239 12.8583 15.9262 12.8542C15.9278 12.8515 15.9334 12.8417 15.9426 12.8302L16.2552 13.0797C16.2712 13.0597 16.2804 13.0398 16.2813 13.038C16.2847 13.0311 16.2876 13.0243 16.2899 13.019C16.2945 13.0081 16.2995 12.9952 16.3045 12.9818C16.3148 12.9546 16.3277 12.9184 16.3423 12.8765C16.3715 12.7923 16.4089 12.6806 16.4474 12.5621L16.067 12.4384ZM16.2546 12.6881C16.2579 12.6658 16.2678 12.639 16.2834 12.6131C16.2908 12.6006 16.2986 12.5899 16.3057 12.5817C16.3092 12.5776 16.3122 12.5744 16.3146 12.5721C16.3158 12.5709 16.3167 12.5701 16.3174 12.5695C16.3178 12.5692 16.318 12.5689 16.3182 12.5688C16.3184 12.5686 16.3185 12.5686 16.3185 12.5686C16.3185 12.5686 16.3184 12.5687 16.3181 12.5688C16.3179 12.569 16.3176 12.5692 16.3171 12.5696C16.3161 12.5702 16.3144 12.5713 16.312 12.5726C16.3078 12.5749 16.2982 12.5796 16.2838 12.5833C16.2556 12.5904 16.1808 12.5975 16.1192 12.5352C16.0688 12.4841 16.0711 12.4279 16.0711 12.4257C16.0713 12.417 16.0726 12.4203 16.0662 12.441L16.4482 12.5596C16.4602 12.5208 16.4701 12.4777 16.471 12.4343C16.4718 12.3973 16.4671 12.3181 16.4037 12.254C16.3293 12.1786 16.2359 12.1828 16.1854 12.1956C16.1371 12.2078 16.0991 12.2327 16.0746 12.2516C15.9801 12.3243 15.8826 12.4688 15.8589 12.6296L16.2546 12.6881ZM15.9573 12.8137C15.9725 12.7984 16.0028 12.7739 16.0493 12.7636C16.1002 12.7523 16.1477 12.7632 16.1831 12.7827C16.2145 12.8001 16.2328 12.8217 16.241 12.8328C16.2499 12.8448 16.2548 12.8547 16.2569 12.8592C16.2626 12.8715 16.2597 12.8704 16.2561 12.8444C16.2498 12.7997 16.2484 12.7354 16.255 12.685L15.8584 12.6327C15.8466 12.7225 15.8492 12.8233 15.86 12.9003C15.8649 12.935 15.8739 12.9839 15.8936 13.0266C15.9002 13.0409 15.9264 13.0979 15.9899 13.1329C16.0293 13.1547 16.0808 13.1663 16.1359 13.1541C16.1865 13.1428 16.221 13.1157 16.2405 13.0962L15.9573 12.8137ZM13.2333 12.9878C13.2551 12.966 13.2673 12.9432 13.2686 12.9408C13.273 12.933 13.2765 12.9258 13.2789 12.9206C13.284 12.9099 13.289 12.898 13.2936 12.8866C13.3031 12.8633 13.3145 12.833 13.3269 12.7987C13.3519 12.7298 13.383 12.639 13.4139 12.5433L13.0333 12.4202C13.0036 12.5122 12.974 12.5986 12.9508 12.6624C12.9392 12.6946 12.9297 12.7196 12.9229 12.7364C12.9194 12.745 12.9175 12.7493 12.9169 12.7505C12.9166 12.7513 12.9177 12.7488 12.92 12.7447C12.9211 12.7427 12.9235 12.7385 12.9271 12.7332C12.9298 12.7291 12.9376 12.7179 12.9501 12.7053L13.2333 12.9878ZM12.8782 12.9963C12.9175 13.016 12.9606 13.0329 13.0017 13.0425C13.0211 13.0471 13.0492 13.0523 13.0804 13.0516C13.0967 13.0513 13.1855 13.0497 13.248 12.9713L12.9354 12.7218C12.9662 12.6832 13.0032 12.6667 13.0246 12.6599C13.0462 12.6529 13.0636 12.6519 13.0717 12.6517C13.0878 12.6514 13.0964 12.6539 13.0934 12.6532C13.0896 12.6523 13.076 12.648 13.0573 12.6387L12.8782 12.9963ZM12.6365 12.6782C12.6513 12.7374 12.6711 12.8078 12.7166 12.8693C12.7652 12.9351 12.8277 12.9703 12.876 12.9952L13.0595 12.6398C13.0207 12.6198 13.0291 12.6192 13.0382 12.6315C13.042 12.6366 13.0418 12.6384 13.039 12.6309C13.0357 12.6223 13.0312 12.6078 13.0246 12.5814L12.6365 12.6782ZM12.6919 12.2757C12.6637 12.3242 12.6232 12.3909 12.6128 12.4712C12.6027 12.5491 12.6234 12.6245 12.6363 12.6773L13.0249 12.5823C13.0165 12.5483 13.0126 12.5312 13.0107 12.5193C13.0091 12.5097 13.0107 12.5135 13.0095 12.5227C13.0082 12.5324 13.0055 12.5364 13.0088 12.5293C13.0131 12.5199 13.0209 12.5056 13.0379 12.4764L12.6919 12.2757ZM13.1653 11.9069C12.9654 11.956 12.8 12.0928 12.6927 12.2742L13.037 12.4778C13.0985 12.3738 13.1812 12.3149 13.2608 12.2953L13.1653 11.9069ZM13.5386 12.1709C13.5407 12.1651 13.5456 12.1512 13.5493 12.1347C13.5523 12.1211 13.56 12.0828 13.5489 12.0365C13.5348 11.9772 13.4958 11.9278 13.4421 11.9C13.3998 11.878 13.3604 11.876 13.3437 11.8757C13.3095 11.8751 13.2753 11.882 13.2559 11.886C13.2316 11.891 13.2012 11.8982 13.1662 11.9067L13.26 12.2955C13.2962 12.2868 13.3201 12.2812 13.337 12.2777C13.3587 12.2732 13.3524 12.2759 13.3364 12.2756C13.3287 12.2755 13.296 12.2747 13.2583 12.2552C13.2092 12.2298 13.1729 12.1839 13.1599 12.1293C13.1499 12.0877 13.1572 12.0552 13.1587 12.0485C13.1608 12.039 13.1631 12.0331 13.1618 12.0366L13.5386 12.1709ZM13.4618 12.3989C13.4825 12.3366 13.5005 12.2823 13.514 12.2419C13.5208 12.2217 13.5263 12.2054 13.5304 12.1936C13.5357 12.1784 13.5361 12.1777 13.5341 12.1824L13.1664 12.0251C13.1593 12.0415 13.1465 12.0797 13.1348 12.1148C13.1209 12.156 13.1027 12.2111 13.0821 12.2731L13.4618 12.3989ZM13.4134 12.5447L13.4618 12.399L13.0822 12.273L13.0338 12.4188L13.4134 12.5447ZM13.704 12.4183C13.7403 12.5756 13.813 12.7656 13.9078 12.9528L14.2646 12.7721C14.18 12.605 14.1209 12.446 14.0938 12.3285L13.704 12.4183ZM13.7424 12.3334C13.7306 12.3301 13.7099 12.3218 13.6905 12.3036C13.6734 12.2877 13.6678 12.2739 13.6688 12.276C13.67 12.2787 13.674 12.2891 13.6805 12.3138C13.6868 12.3378 13.694 12.3699 13.703 12.4136L14.0948 12.3331C14.0771 12.2469 14.0596 12.1704 14.0341 12.1132C14.0199 12.0813 13.9985 12.0439 13.9634 12.0112C13.926 11.9763 13.8852 11.958 13.8497 11.9481L13.7424 12.3334ZM13.8031 12.412C13.8205 12.3536 13.8322 12.3159 13.8419 12.2898C13.8465 12.2773 13.8494 12.2711 13.8505 12.2688C13.8518 12.2662 13.8493 12.272 13.8416 12.281C13.8331 12.2909 13.8185 12.3044 13.7969 12.3149C13.7752 12.3255 13.7551 12.3288 13.7411 12.3294C13.7287 12.33 13.7216 12.3283 13.7238 12.3288C13.7259 12.3291 13.7311 12.3303 13.7429 12.3336L13.8492 11.948C13.826 11.9416 13.7764 11.9275 13.7235 11.9298C13.6513 11.933 13.5862 11.9644 13.5381 12.0204C13.5013 12.0633 13.4803 12.1144 13.4668 12.1508C13.4519 12.191 13.4366 12.2412 13.4197 12.2977L13.8031 12.412ZM13.7174 12.6885C13.7463 12.5956 13.7784 12.4928 13.8027 12.4133L13.4201 12.2965C13.3963 12.3746 13.3646 12.4762 13.3355 12.5694L13.7174 12.6885ZM13.7171 12.6894L13.7173 12.6886L13.3356 12.5692L13.3353 12.57L13.7171 12.6894ZM13.7168 12.6904L13.7168 12.6903L13.3356 12.5692L13.3355 12.5693L13.7168 12.6904ZM13.6678 12.8478L13.7171 12.6892L13.3352 12.5705L13.2859 12.729L13.6678 12.8478ZM13.6045 13.0514L13.6678 12.8478L13.2859 12.729L13.2226 12.9325L13.6045 13.0514ZM13.723 12.8516L13.454 12.7961L13.3731 13.1878L13.6422 13.2433L13.723 12.8516ZM14.1068 12.9199C14.0418 12.9132 13.8704 12.8811 13.7219 12.8514L13.6433 13.2436C13.785 13.272 13.9776 13.3086 14.0656 13.3178L14.1068 12.9199ZM14.2464 12.936L14.1092 12.9202L14.0632 13.3175L14.2004 13.3334L14.2464 12.936ZM13.9076 12.9524L14.0448 13.2247L14.402 13.0447L14.2648 12.7724L13.9076 12.9524ZM14.7402 12.3148L14.4658 12.1826L14.2922 12.543L14.5666 12.6752L14.7402 12.3148ZM14.6819 12.7648L14.8033 12.6273L14.5034 12.3626L14.3821 12.5001L14.6819 12.7648ZM14.5541 12.9591C14.5664 12.9247 14.6235 12.8302 14.6811 12.7658L14.383 12.4991C14.3034 12.588 14.2127 12.7261 14.1776 12.8239L14.5541 12.9591ZM14.4466 13.173C14.4749 13.1446 14.4914 13.1103 14.4938 13.1056C14.5011 13.0914 14.5081 13.0758 14.5144 13.061C14.5273 13.0309 14.5413 12.9947 14.554 12.9591L14.1776 12.8239C14.1666 12.8544 14.1555 12.8829 14.1466 12.9037C14.1421 12.9144 14.1391 12.9208 14.1377 12.9235C14.1369 12.925 14.1376 12.9234 14.1397 12.9201C14.1408 12.9183 14.1429 12.915 14.1461 12.9107C14.1489 12.9069 14.1548 12.8991 14.1637 12.8902L14.4466 13.173ZM13.7622 12.2359C13.7622 12.2803 13.7714 12.3273 13.7805 12.3652C13.7904 12.4064 13.8039 12.4519 13.8192 12.4983C13.8498 12.5913 13.8905 12.6962 13.9322 12.7931C13.9735 12.8891 14.0184 12.9831 14.0584 13.0523C14.077 13.0846 14.1009 13.1227 14.128 13.1529C14.1391 13.1652 14.1673 13.1955 14.2107 13.2152C14.2348 13.2261 14.2751 13.2391 14.3249 13.2329C14.3794 13.226 14.4237 13.1989 14.454 13.1652L14.1564 12.898C14.1837 12.8676 14.2245 12.8423 14.2751 12.836C14.321 12.8302 14.357 12.8423 14.3762 12.8511C14.3957 12.8599 14.4085 12.8699 14.4142 12.8747C14.4206 12.88 14.4244 12.8842 14.4256 12.8855C14.4275 12.8876 14.4205 12.8795 14.4047 12.8522C14.3759 12.8023 14.3381 12.7243 14.2996 12.635C14.2615 12.5465 14.2253 12.4527 14.1991 12.3731C14.1859 12.3332 14.176 12.299 14.1695 12.272C14.1622 12.2416 14.1622 12.2318 14.1622 12.2359H13.7622ZM14.4644 12.1819C14.3075 12.1079 14.1902 12.0557 14.1099 12.0309C14.077 12.0208 14.0137 12.0026 13.9479 12.0141C13.9076 12.0212 13.8524 12.042 13.8103 12.095C13.7698 12.1462 13.7622 12.2014 13.7622 12.2359H14.1622C14.1622 12.2565 14.1577 12.3007 14.1237 12.3435C14.0883 12.3882 14.0432 12.4035 14.017 12.4081C14.0043 12.4104 13.9945 12.4105 13.9888 12.4103C13.9831 12.4102 13.9794 12.4096 13.9786 12.4095C13.9774 12.4093 13.9812 12.4098 13.992 12.4132C14.0403 12.428 14.1313 12.4671 14.2936 12.5437L14.4644 12.1819ZM15.5581 12.932C15.5346 12.932 15.3722 12.9438 15.2126 12.9565L15.2443 13.3552C15.3269 13.3486 15.4055 13.3427 15.4649 13.3385C15.5309 13.3337 15.5609 13.332 15.5581 13.332V12.932ZM14.8288 12.8269C14.9673 12.9115 15.1312 13.0252 15.2532 13.1178C15.315 13.1648 15.3614 13.2028 15.3876 13.2271C15.4036 13.2419 15.4011 13.2417 15.3937 13.2309C15.3911 13.2271 15.3852 13.2183 15.3795 13.2054C15.3746 13.1946 15.3632 13.1669 15.363 13.1288C15.3628 13.0837 15.3791 13.0255 15.429 12.9812C15.472 12.943 15.518 12.9351 15.5382 12.933L15.5781 13.331C15.6016 13.3287 15.6501 13.3199 15.6947 13.2802C15.7462 13.2345 15.7632 13.1743 15.763 13.1268C15.7628 13.0862 15.7506 13.0554 15.7442 13.0412C15.7368 13.0248 15.7287 13.012 15.723 13.0038C15.7033 12.9752 15.6769 12.9498 15.6595 12.9337C15.6188 12.8959 15.56 12.8486 15.4951 12.7993C15.3639 12.6997 15.1889 12.5781 15.0372 12.4855L14.8288 12.8269ZM14.743 12.7478C14.7214 12.7478 14.7048 12.7442 14.6987 12.7428C14.6908 12.7409 14.6848 12.739 14.6815 12.7379C14.6749 12.7357 14.6705 12.7338 14.6695 12.7333C14.6672 12.7323 14.6673 12.7323 14.6711 12.7342C14.678 12.7377 14.6895 12.744 14.7055 12.7531C14.7371 12.771 14.7803 12.7967 14.8273 12.826L15.0387 12.4864C14.9881 12.4549 14.9402 12.4264 14.9032 12.4054C14.885 12.395 14.8678 12.3856 14.8536 12.3783C14.8468 12.3748 14.8382 12.3705 14.8294 12.3667C14.8252 12.3648 14.818 12.3618 14.8093 12.3589C14.8079 12.3584 14.7795 12.3478 14.743 12.3478V12.7478ZM14.7746 12.7991C14.8021 12.769 14.8278 12.7421 14.8464 12.7235C14.8559 12.7139 14.862 12.7081 14.8648 12.7056C14.8666 12.704 14.8645 12.706 14.8601 12.7094C14.8582 12.7108 14.8517 12.7157 14.8422 12.7212C14.8375 12.724 14.8285 12.729 14.8163 12.7339C14.81 12.7364 14.801 12.7395 14.79 12.7422C14.7793 12.7448 14.763 12.7478 14.743 12.7478V12.3478C14.706 12.3478 14.6783 12.3583 14.6686 12.3621C14.6559 12.3672 14.6462 12.3725 14.6408 12.3757C14.63 12.382 14.6217 12.3881 14.6178 12.3911C14.6092 12.3976 14.6017 12.4042 14.5969 12.4086C14.5865 12.418 14.5747 12.4294 14.5632 12.4409C14.5396 12.4646 14.5099 12.4959 14.4794 12.5292L14.7746 12.7991ZM14.5994 13.1027C14.6142 13.0233 14.6724 12.9084 14.773 12.8008L14.4809 12.5275C14.3442 12.6737 14.2388 12.8549 14.2062 13.0292L14.5994 13.1027ZM14.5833 13.1858L14.5991 13.1039L14.2064 13.028L14.1906 13.11L14.5833 13.1858ZM14.6678 12.9641L14.3987 12.9482L14.3752 13.3476L14.6442 13.3634L14.6678 12.9641ZM15.2157 12.9562C15.0541 12.9665 14.804 12.9714 14.6667 12.964L14.6453 13.3635C14.8034 13.372 15.0703 13.3663 15.2411 13.3554L15.2157 12.9562Z" fill="black"/>
|
|
17
|
+
<path d="M21.5685 15.3924V18.6125H8.58789V15.1947C8.60069 15.2492 8.79942 15.3165 8.94011 15.371C9.19589 15.4665 9.21509 15.4665 9.46448 15.2892C9.8034 15.0506 10.0144 15.0574 10.3981 15.3165C10.9736 15.7051 11.1271 15.7119 11.2997 15.371C11.4276 15.1051 11.7154 15.1051 12.2078 15.3779C12.4188 15.4937 12.6362 15.5824 12.7002 15.5824C12.7577 15.5824 12.8984 15.4733 13.0071 15.3438C13.2501 15.0438 13.3908 15.0642 14.0175 15.4528C14.5227 15.7733 14.6953 15.7938 14.7465 15.5279C14.8168 15.1938 14.8744 15.1392 15.1685 15.1392C15.3476 15.146 15.6161 15.2278 15.8911 15.3642C16.1277 15.4869 16.3707 15.5824 16.4155 15.5824C16.4666 15.5824 16.5242 15.4869 16.5498 15.371C16.569 15.2551 16.6521 15.1187 16.7224 15.0642C16.8951 14.9483 17.0741 14.996 17.6369 15.3028C18.1996 15.6028 18.3595 15.5756 18.3595 15.1733C18.3595 15.0506 18.481 14.9688 18.6664 14.9688C18.724 14.9688 18.9606 15.0915 19.1972 15.2483C19.7087 15.5756 19.8494 15.5756 19.8942 15.2415C19.9389 14.9006 20.15 14.8938 20.6999 15.2006C21.1092 15.4392 21.5685 15.5356 21.5685 15.3924V15.3924Z" fill="#0091C8"/>
|
|
18
|
+
<path d="M8.63574 15.3115C8.6485 15.3661 8.78244 15.4479 8.92275 15.5024C9.17788 15.5979 9.19701 15.5979 9.44576 15.4206C9.78379 15.1819 9.99427 15.1887 10.3769 15.4479C10.951 15.8366 11.104 15.8434 11.2763 15.5024C11.4038 15.2365 11.6908 15.2365 12.1819 15.5093C12.3924 15.6252 12.6093 15.7139 12.6731 15.7139C12.7305 15.7139 12.8708 15.6048 12.9792 15.4752C13.2216 15.1751 13.3619 15.1956 13.9869 15.5843C14.4908 15.9048 14.663 15.9253 14.714 15.6593C14.7842 15.3252 14.8416 15.2706 15.135 15.2706C15.3136 15.2774 15.5814 15.3592 15.8557 15.4956C16.0917 15.6184 16.3341 15.7139 16.3787 15.7139C16.4297 15.7139 16.4871 15.6184 16.5127 15.5025C16.5318 15.3865 16.6147 15.2501 16.6849 15.1956C16.8571 15.0796 17.0357 15.1274 17.5969 15.4343C18.1582 15.7343 18.3176 15.7071 18.3176 15.3047C18.3176 15.1819 18.4388 15.1001 18.6238 15.1001C18.6812 15.1001 18.9172 15.2228 19.1532 15.3797C19.6634 15.7071 19.8037 15.7071 19.8484 15.3729C19.893 15.0319 20.1035 15.0251 20.652 15.332C21.0602 15.5706 21.4429 15.6525 21.4429 15.5093" stroke="white" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19
|
+
</g>
|
|
20
|
+
<path d="M4 4C2.61929 4 1.5 5.11929 1.5 6.5V17.5C1.5 18.8807 2.61929 20 4 20H20C21.3807 20 22.5 18.8807 22.5 17.5V6.5C22.5 5.11929 21.3807 4 20 4H4Z" stroke="#BFBFBF"/>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_5982_15191">
|
|
23
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>`;export{C as flagPmStPierreAndMiquelonIcon};
|
|
@@ -0,0 +1,53 @@
|
|
|
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_15105)">
|
|
3
|
+
<path d="M2 6.5C2 5.39543 2.89543 4.5 4 4.5H20C21.1046 4.5 22 5.39543 22 6.5V17.5C22 18.6046 21.1046 19.5 20 19.5H4C2.89543 19.5 2 18.6046 2 17.5V6.5Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5V19.5H22V4.5H2Z" fill="#2E42A5"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9428 11.5317C14.9428 11.5317 15.0004 12.1745 14.8742 12.5388C14.7479 12.903 14.6837 13.1145 14.6837 12.8816C14.6837 12.6488 14.595 12.4643 14.5237 12.4643C14.4524 12.4643 14.5087 12.6952 14.437 12.6952C14.3653 12.6952 14.1184 12.7349 14.1184 12.5996C14.1184 12.4643 14.0859 12.9625 14.2461 13.0071C14.4063 13.0516 14.1683 13.1899 14.062 13.1471C14.062 13.1471 14.4992 13.2901 14.6706 13.412C14.6706 13.412 15.1845 14.0579 15.6652 13.9791C15.6652 13.9791 15.0107 13.7516 15.126 13.317C15.2414 12.8825 15.6652 12.8196 15.6652 12.8196C15.6652 12.8196 15.8642 12.8866 15.8582 13.062C15.8522 13.2374 16.0036 13.0071 16.0036 13.0071C16.0036 13.0071 16.028 12.7854 16.0012 12.7314C15.9743 12.6773 16.4568 12.5726 16.4872 12.3443C16.4872 12.3443 15.9942 12.367 15.9604 12.3084C15.9265 12.2498 16.1129 12.1578 16.0546 12.0435C15.9963 11.9292 15.126 12.6952 15.126 12.6952C15.126 12.6952 15.4265 12.1738 15.4265 11.8939C15.4265 11.6139 15.3502 11.4226 15.126 11.4226C14.9018 11.4226 14.9428 11.5317 14.9428 11.5317Z" fill="#5EAA22"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4737 11.6846C19.4732 11.6856 19.4743 11.6864 19.4751 11.6856C19.5069 11.654 19.707 11.4682 19.8747 11.6147C20.0574 11.7744 19.7826 11.9299 19.7826 11.9299C19.7826 11.9299 19.911 12.0553 20.0579 12.0553C20.2048 12.0553 20.2408 11.9299 20.2408 11.9299C20.2408 11.9299 20.2521 12.209 20.7311 12.3147C20.7311 12.3147 20.902 12.0677 20.7311 11.9324C20.7311 11.9324 20.933 11.8902 20.9183 11.7256C20.9183 11.7256 20.7524 11.7825 20.634 11.6517C20.5156 11.5209 20.2849 11.4606 20.1172 11.4907C19.6908 11.3359 19.4992 11.6398 19.4737 11.6846Z" fill="#5EAA22"/>
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5688 13.0926C16.5688 13.0926 17.0642 14.0306 16.7546 14.2249C16.445 14.4193 18.2268 14.281 18.3947 14.2249C18.5626 14.1688 18.3608 13.8731 18.1746 13.791C17.9884 13.7089 17.223 13.4357 17.0193 13.2297C16.8157 13.0237 16.9401 12.9506 17.1041 12.7472C17.2681 12.5438 17.8752 12.4625 17.8752 12.2724C17.8752 12.0823 18.2603 11.2983 18.5295 11.2392C18.7987 11.18 18.6533 11.0869 18.5914 11.0869C18.5295 11.0869 18.1574 11.473 18.0163 11.4033C17.8752 11.3337 17.858 11.3386 18.0163 11.1702C18.1746 11.0018 18.2938 10.808 18.0845 10.9474C17.8752 11.0869 17.5302 11.3076 17.3643 11.3076C17.1985 11.3076 16.608 11.2323 16.6813 11.4033C16.7546 11.5744 16.7857 11.8712 17.1041 12.0718C17.4225 12.2724 17.2841 12.4192 17.0193 12.6124C16.7546 12.8057 16.5688 13.0926 16.5688 13.0926Z" fill="#96877D"/>
|
|
8
|
+
<path d="M19.8561 11.8521L18.9122 13.7578C18.9122 13.7578 18.8847 14.2961 19.5595 13.9374C20.2344 13.5787 20.2078 13.3243 20.4024 13.3243C20.5969 13.3243 20.6587 13.2155 20.6587 13.2155L20.5291 13.1129C20.5291 13.1129 20.5141 12.9258 20.5962 12.8838C20.5962 12.8838 20.4352 12.7944 20.4122 12.869C20.3892 12.9436 20.2756 12.713 20.3399 12.713C20.3399 12.713 20.1979 12.9445 20.1679 13.0348C20.1679 13.0348 19.9624 12.9507 19.9723 12.5611C19.9821 12.1714 19.8561 11.8521 19.8561 11.8521Z" fill="#FFD018"/>
|
|
9
|
+
<path d="M15.3631 11.5502C15.3631 11.5502 14.8824 11.6629 14.9343 11.7801C14.9861 11.8973 15.0625 11.7769 14.8272 11.9182C14.8272 11.9182 14.4138 12.24 14.3236 12.2051C14.2335 12.1703 14.3875 12.2862 14.3875 11.9182C14.3875 11.5502 14.1474 11.8498 14.3875 11.6041C14.6275 11.3585 14.7117 11.5502 14.8272 11.4089C14.9426 11.2676 14.8388 11.3427 15.152 11.3427C15.4652 11.3427 15.3631 11.5502 15.3631 11.5502Z" fill="#FFD018"/>
|
|
10
|
+
<path d="M16.8299 13.4443C16.8299 13.4443 15.4841 14.509 15.2151 14.5884C14.9462 14.6679 15.7684 14.5666 15.9692 14.426C16.1701 14.2855 16.8299 13.4443 16.8299 13.4443Z" fill="#FFD018"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.498 15.312C19.498 15.312 19.6272 16.1508 19.2899 16.0683C18.9527 15.9857 18.8128 15.943 18.8128 15.943C18.8128 15.943 18.9365 16.3337 19.1132 16.3337C19.1132 16.3337 19.4143 16.9245 19.2985 17.111C19.2985 17.111 19.8172 16.6874 19.7333 16.3506C19.6495 16.0138 19.8674 16.406 19.8674 16.406C19.8674 16.406 20.0583 16.4988 20.1963 16.3952C20.3343 16.2915 20.1945 16.3376 20.0565 16.1403C19.9186 15.943 19.9526 15.389 19.5329 15.1018C19.1132 14.8146 19.0155 14.8238 19.0155 14.8238C19.0155 14.8238 18.7064 14.3151 18.8916 14.3487C18.8916 14.3487 20.2188 14.8067 20.2532 14.9241C20.2877 15.0415 20.6397 15.02 20.4637 14.6843C20.2877 14.3487 19.339 14.1464 19.2261 14.0518C19.1132 13.9571 19.2183 13.5981 19.0155 13.5199C18.8128 13.4417 18.2588 12.8868 18.2592 12.6194C18.2595 12.3519 17.9988 12.2261 17.7722 12.2261C17.5456 12.2261 17.1188 12.1602 16.9385 12.1602C16.7582 12.1602 16.5902 12.4638 16.7644 12.4638C16.9385 12.4638 16.7898 13.0322 16.4981 13.1564C16.2065 13.2806 15.981 13.4592 15.648 13.4592C15.315 13.4592 16.1194 13.7482 16.2476 13.6341C16.3759 13.5199 16.3338 13.3499 16.7644 13.1564C17.1949 12.9629 17.6059 12.8484 17.5539 13.0024C17.5018 13.1564 17.6346 13.414 17.8374 13.3208C18.0403 13.2275 18.1053 12.992 18.1053 13.1564C18.1053 13.3208 18.4163 14.1649 18.654 14.4944C18.8916 14.8238 19.498 15.312 19.498 15.312Z" fill="#5EAA22"/>
|
|
12
|
+
<path d="M16.6668 12.2295C16.6668 12.2295 16.509 12.4826 16.6668 12.4826C16.8246 12.4826 17.0784 12.4826 16.9237 12.356C16.7691 12.2295 16.6668 12.2295 16.6668 12.2295Z" fill="#FFD018"/>
|
|
13
|
+
<path d="M17.1938 12.2235C17.1938 12.2235 17.1946 12.3917 17.304 12.3917C17.4133 12.3917 17.5106 12.56 17.5106 12.3917C17.5106 12.2235 17.6626 12.2793 17.4282 12.2235C17.1938 12.1677 17.1938 12.2235 17.1938 12.2235Z" fill="#FFD018"/>
|
|
14
|
+
<path d="M17.8672 12.262C17.8672 12.262 17.7618 12.3419 17.8145 12.4844C17.8672 12.6269 17.9864 12.909 17.8145 12.909C17.6425 12.909 17.5011 13.0107 17.6354 13.0107C17.7697 13.0107 18.0087 13.1124 18.0087 13.0107C18.0087 12.909 18.1059 13.1783 18.1059 13.0107C18.1059 12.843 18.1059 12.7629 18.1059 12.6645C18.1059 12.5662 18.2031 12.5379 18.1059 12.3999C18.0087 12.262 17.8672 12.262 17.8672 12.262Z" fill="#FFD018"/>
|
|
15
|
+
<path d="M18.1108 13.2432C18.1108 13.2432 18.3306 13.9393 18.45 14.029C18.5695 14.1188 18.6231 14.8748 18.6756 14.957C18.728 15.0392 19.4424 15.454 19.4424 15.6766C19.4424 15.8993 19.6624 15.5056 19.5524 15.2851C19.4424 15.0647 19.0961 14.5953 18.847 14.4929C18.5979 14.3906 18.6295 14.1427 18.5772 13.9685C18.5248 13.7943 18.8871 14.1093 18.5772 13.7141C18.2673 13.319 18.2755 13.531 18.3628 13.531C18.45 13.531 18.5373 13.4843 18.45 13.4229C18.3628 13.3615 18.1108 13.2432 18.1108 13.2432Z" fill="#FFD018"/>
|
|
16
|
+
<path d="M15.7818 14.6787C15.7818 14.6787 15.0681 15.9475 14.9408 16.013C14.8134 16.0786 14.7185 16.0919 14.6534 16.013C14.5883 15.9342 14.5816 16.2247 14.6534 16.3043C14.7252 16.3838 14.9408 16.3838 15.0604 16.2425C15.0604 16.2425 15.0793 16.5995 15.2657 16.8686C15.4521 17.1377 15.5298 17.0634 15.5298 17.2155C15.5298 17.3677 15.5738 17.5692 15.6307 17.5692C15.6876 17.5692 15.7316 18.0482 15.6307 18.0482C15.5298 18.0482 15.8646 18.0875 16.0106 17.9677C16.1566 17.8479 16.2189 17.7566 16.1878 17.7566C16.1566 17.7566 15.7818 17.558 15.7818 17.4175C15.7818 17.277 15.5298 17.167 15.5298 16.9584C15.5298 16.7498 15.3988 16.5018 15.3988 16.403C15.3988 16.3043 15.5108 16.4411 15.6307 16.3476C15.7506 16.2541 15.7818 16.013 15.7818 16.013C15.7818 16.013 15.5929 16.1406 15.5298 16.0768C15.4666 16.013 15.2679 15.8871 15.3988 15.6712C15.5298 15.4552 15.7818 14.6787 15.7818 14.6787Z" fill="#FFD018"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0183 10.6772C17.0183 10.6772 16.7628 10.7917 16.848 10.9617C16.9331 11.1317 16.9638 11.207 17.0183 11.1693C17.0729 11.1317 17.4557 11.0605 17.37 10.8689C17.2842 10.6772 17.1046 10.6772 17.1046 10.6772H17.0183Z" fill="#5EAA22"/>
|
|
18
|
+
<path d="M17.905 10.5854C17.905 10.5854 17.5675 10.4351 17.68 10.5854C17.7925 10.7358 17.9364 10.815 18.04 10.815C18.1435 10.815 18.3587 10.784 18.2511 10.7233C18.1435 10.6627 17.905 10.5854 17.905 10.5854Z" fill="#FFD018"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.573 14.4923C14.5746 14.4835 14.5641 14.4774 14.5577 14.4835C14.4879 14.5505 14.2758 14.7761 14.3656 14.9724C14.4723 15.2058 14.579 15.2869 14.579 15.2869C14.579 15.2869 14.644 15.6442 14.7784 15.7415C14.7784 15.7415 14.9588 15.7322 14.9678 15.454C14.9678 15.454 15.2742 15.3635 15.3643 15.5561C15.3643 15.5561 15.3049 15.5778 15.3049 15.7415C15.3049 15.9052 15.4435 16.0825 15.4435 16.0825C15.4435 16.0825 15.507 15.5179 15.7924 15.154C16.0777 14.79 16.1594 14.7182 16.1594 14.7182V14.3086C16.1594 14.3086 15.569 14.7929 15.4435 15.1955C15.4435 15.1955 15.1462 15.2055 15.0254 15.154C14.9046 15.1024 15.1763 15.0178 15.0254 14.8346C14.8745 14.6513 14.9437 15.0926 14.7784 14.9724C14.5189 14.8998 14.5552 14.5885 14.573 14.4923Z" fill="#5EAA22"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.8589 14.1377L18.8833 14.1377V15.9978C18.8833 15.9978 18.6367 17.5177 17.3196 18.2665C17.3196 18.2665 16.0438 17.5074 15.8589 15.9978V14.1377Z" fill="#5EAA22"/>
|
|
21
|
+
<mask id="mask0_5982_15105" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="15" y="14" width="4" height="5">
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.8589 14.1377L18.8833 14.1377V15.9978C18.8833 15.9978 18.6367 17.5177 17.3196 18.2665C17.3196 18.2665 16.0438 17.5074 15.8589 15.9978V14.1377Z" fill="white"/>
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_5982_15105)">
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.2969 14.0371L15.9756 16.7975L17.7676 15.1593L19.0009 17.2171V14.0371L17.7676 15.0549L17.2969 14.0371Z" fill="#58A5FF"/>
|
|
26
|
+
<path d="M17.2554 16.0271C17.2554 15.9726 17.2995 15.9285 17.354 15.9285C17.4084 15.9285 17.4526 15.9726 17.4526 16.0271V17.8008C17.4526 17.8553 17.4084 17.8994 17.354 17.8994C17.2995 17.8994 17.2554 17.8553 17.2554 17.8008L17.2554 16.0271Z" fill="#FFD018"/>
|
|
27
|
+
<path d="M16.9129 16.4648C16.8591 16.4648 16.8154 16.4211 16.8154 16.3673C16.8154 16.3134 16.8591 16.2698 16.9129 16.2698H17.8025C17.8564 16.2698 17.9 16.3134 17.9 16.3673C17.9 16.4211 17.8564 16.4648 17.8025 16.4648H16.9129Z" fill="#FFD018"/>
|
|
28
|
+
<path d="M17.4983 17.9387L17.4123 18.009C17.2855 17.854 17.1699 17.7795 17.0678 17.7795C16.9174 17.7795 16.7951 17.6531 16.6953 17.4136L16.7979 17.3708C16.8823 17.5735 16.9741 17.6683 17.0678 17.6683C17.2098 17.6683 17.3525 17.7604 17.4983 17.9387Z" fill="#FFD018"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.5958 17.0319C16.5952 17.0314 16.5942 17.0318 16.5942 17.0326V17.5733C16.5942 17.5739 16.5949 17.5743 16.5955 17.5741L16.9994 17.4067C17 17.4064 17.0002 17.4056 16.9997 17.4052L16.5958 17.0319Z" fill="#FFD018"/>
|
|
30
|
+
<path d="M17.3191 17.9387L17.4051 18.009C17.5319 17.854 17.6475 17.7795 17.7496 17.7795C17.9 17.7795 18.0223 17.6531 18.1221 17.4136L18.0195 17.3708C17.9351 17.5735 17.8433 17.6683 17.7496 17.6683C17.6076 17.6683 17.4649 17.7604 17.3191 17.9387Z" fill="#FFD018"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2216 17.0319C18.2222 17.0314 18.2231 17.0318 18.2231 17.0326V17.5733C18.2231 17.5739 18.2225 17.5743 18.2219 17.5741L17.818 17.4067C17.8173 17.4064 17.8172 17.4056 17.8177 17.4052L18.2216 17.0319Z" fill="#FFD018"/>
|
|
32
|
+
<rect x="17.1553" y="15.2322" width="0.394366" height="0.591529" fill="white"/>
|
|
33
|
+
</g>
|
|
34
|
+
<g clip-path="url(#clip1_5982_15105)">
|
|
35
|
+
<rect width="11" height="9" transform="translate(2 4.5)" fill="#2E42A5"/>
|
|
36
|
+
<path d="M0.747559 12.6249L3.22315 13.7107L13.3064 5.68052L14.6122 4.06706L11.9649 3.70417L7.85221 7.1646L4.5419 9.49613L0.747559 12.6249Z" fill="#F7FCFF"/>
|
|
37
|
+
<path d="M1.08643 13.3855L2.34763 14.0156L14.1433 3.91705H12.3724L1.08643 13.3855Z" fill="#F50100"/>
|
|
38
|
+
<path d="M14.5024 12.6248L12.3054 14.0205L1.9436 5.68038L0.63778 4.06692L3.28507 3.70403L7.39779 7.16447L10.7081 9.49599L14.5024 12.6248Z" fill="#F7FCFF"/>
|
|
39
|
+
<path d="M14.418 13.1709L13.1568 13.801L8.13406 9.4773L6.64494 8.99422L0.51213 4.07264H2.283L8.41237 8.87741L10.0405 9.45667L14.418 13.1709Z" fill="#F50100"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.5H7V8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5Z" fill="#F50100"/>
|
|
41
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.0625 4.5H8.9375V7.5625L13 7.5V10.375L8.9375 10.4375V13.5H6.0625V10.4375L2 10.375V7.5L6.0625 7.5625V4.5ZM7 8.5H2V9.5H7V13.5H8V9.5H13V8.5H8V4.5H7V8.5Z" fill="#F7FCFF"/>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
|
+
<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"/>
|
|
45
|
+
<defs>
|
|
46
|
+
<clipPath id="clip0_5982_15105">
|
|
47
|
+
<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"/>
|
|
48
|
+
</clipPath>
|
|
49
|
+
<clipPath id="clip1_5982_15105">
|
|
50
|
+
<rect width="11" height="9" fill="white" transform="translate(2 4.5)"/>
|
|
51
|
+
</clipPath>
|
|
52
|
+
</defs>
|
|
53
|
+
</svg>`;export{C as flagPnPitcairnIslandsIcon};
|