@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
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("plus-circle",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M12 3C10.22 3 8.47991 3.52784 6.99987 4.51677C5.51983 5.50571 4.36628 6.91131 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89471 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12C20.9975 9.61382 20.0485 7.3261 18.3612 5.63882C16.6739 3.95154 14.3862 3.00252 12 3ZM12 19.6154C10.4938 19.6154 9.02146 19.1687 7.76912 18.332C6.51678 17.4952 5.5407 16.3058 4.96431 14.9143C4.38792 13.5227 4.23711 11.9916 4.53095 10.5143C4.82479 9.03707 5.55008 7.68014 6.61511 6.61511C7.68014 5.55008 9.03708 4.82478 10.5143 4.53094C11.9916 4.2371 13.5228 4.38791 14.9143 4.9643C16.3058 5.54069 17.4952 6.51677 18.332 7.76912C19.1688 9.02146 19.6154 10.4938 19.6154 12C19.6131 14.019 18.81 15.9547 17.3824 17.3824C15.9547 18.81 14.019 19.6131 12 19.6154ZM16.1538 12C16.1538 12.1836 16.0809 12.3597 15.9511 12.4895C15.8212 12.6194 15.6452 12.6923 15.4615 12.6923H12.6923V15.4615C12.6923 15.6451 12.6194 15.8212 12.4895 15.9511C12.3597 16.0809 12.1836 16.1538 12 16.1538C11.8164 16.1538 11.6403 16.0809 11.5105 15.9511C11.3806 15.8212 11.3077 15.6451 11.3077 15.4615V12.6923H8.53846C8.35485 12.6923 8.17876 12.6194 8.04893 12.4895C7.9191 12.3597 7.84616 12.1836 7.84616 12C7.84616 11.8164 7.9191 11.6403 8.04893 11.5105C8.17876 11.3806 8.35485 11.3077 8.53846 11.3077H11.3077V8.53846C11.3077 8.35485 11.3806 8.17876 11.5105 8.04892C11.6403 7.91909 11.8164 7.84615 12 7.84615C12.1836 7.84615 12.3597 7.91909 12.4895 8.04892C12.6194 8.17876 12.6923 8.35485 12.6923 8.53846V11.3077H15.4615C15.6452 11.3077 15.8212 11.3806 15.9511 11.5105C16.0809 11.6403 16.1538 11.8164 16.1538 12Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as PlusCircle};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("plus",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Plus};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as r}from"../../icon-registry.js";const i=r("printer",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M20.1253 6.75H18.75V3.75C18.75 3.55109 18.671 3.36032 18.5303 3.21967C18.3897 3.07902 18.1989 3 18 3H6C5.80109 3 5.61032 3.07902 5.46967 3.21967C5.32902 3.36032 5.25 3.55109 5.25 3.75V6.75H3.87469C2.565 6.75 1.5 7.75969 1.5 9V16.5C1.5 16.6989 1.57902 16.8897 1.71967 17.0303C1.86032 17.171 2.05109 17.25 2.25 17.25H5.25V20.25C5.25 20.4489 5.32902 20.6397 5.46967 20.7803C5.61032 20.921 5.80109 21 6 21H18C18.1989 21 18.3897 20.921 18.5303 20.7803C18.671 20.6397 18.75 20.4489 18.75 20.25V17.25H21.75C21.9489 17.25 22.1397 17.171 22.2803 17.0303C22.421 16.8897 22.5 16.6989 22.5 16.5V9C22.5 7.75969 21.435 6.75 20.1253 6.75ZM6.75 4.5H17.25V6.75H6.75V4.5ZM17.25 19.5H6.75V15H17.25V19.5ZM21 15.75H18.75V14.25C18.75 14.0511 18.671 13.8603 18.5303 13.7197C18.3897 13.579 18.1989 13.5 18 13.5H6C5.80109 13.5 5.61032 13.579 5.46967 13.7197C5.32902 13.8603 5.25 14.0511 5.25 14.25V15.75H3V9C3 8.58656 3.39281 8.25 3.87469 8.25H20.1253C20.6072 8.25 21 8.58656 21 9V15.75ZM18.75 10.875C18.75 11.0975 18.684 11.315 18.5604 11.5C18.4368 11.685 18.2611 11.8292 18.0555 11.9144C17.85 11.9995 17.6238 12.0218 17.4055 11.9784C17.1873 11.935 16.9868 11.8278 16.8295 11.6705C16.6722 11.5132 16.565 11.3127 16.5216 11.0945C16.4782 10.8762 16.5005 10.65 16.5856 10.4445C16.6708 10.2389 16.815 10.0632 17 9.9396C17.185 9.81598 17.4025 9.75 17.625 9.75C17.9234 9.75 18.2095 9.86853 18.4205 10.0795C18.6315 10.2905 18.75 10.5766 18.75 10.875Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{i as Printer};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as t}from"../../icon-registry.js";const l=t("question-chat-bubble",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M13.0385 16.5C13.0385 16.7054 12.9776 16.9062 12.8635 17.0769C12.7493 17.2477 12.5872 17.3808 12.3974 17.4594C12.2076 17.538 11.9988 17.5586 11.7974 17.5185C11.596 17.4784 11.4109 17.3795 11.2657 17.2343C11.1205 17.0891 11.0216 16.904 10.9815 16.7026C10.9414 16.5011 10.962 16.2923 11.0406 16.1026C11.1192 15.9128 11.2523 15.7507 11.4231 15.6365C11.5938 15.5224 11.7946 15.4615 12 15.4615C12.2754 15.4615 12.5396 15.5709 12.7343 15.7657C12.9291 15.9604 13.0385 16.2246 13.0385 16.5ZM12 7.15385C10.091 7.15385 8.53846 8.55144 8.53846 10.2692V10.6154C8.53846 10.799 8.6114 10.9751 8.74124 11.1049C8.87107 11.2348 9.04716 11.3077 9.23077 11.3077C9.41438 11.3077 9.59047 11.2348 9.72031 11.1049C9.85014 10.9751 9.92308 10.799 9.92308 10.6154V10.2692C9.92308 9.31731 10.8551 8.53846 12 8.53846C13.1449 8.53846 14.0769 9.31731 14.0769 10.2692C14.0769 11.2212 13.1449 12 12 12C11.8164 12 11.6403 12.0729 11.5105 12.2028C11.3806 12.3326 11.3077 12.5087 11.3077 12.6923V13.3846C11.3077 13.5682 11.3806 13.7443 11.5105 13.8741C11.6403 14.004 11.8164 14.0769 12 14.0769C12.1836 14.0769 12.3597 14.004 12.4895 13.8741C12.6194 13.7443 12.6923 13.5682 12.6923 13.3846V13.3223C14.2708 13.0324 15.4615 11.7733 15.4615 10.2692C15.4615 8.55144 13.909 7.15385 12 7.15385ZM21 12C21 13.78 20.4722 15.5201 19.4832 17.0001C18.4943 18.4802 17.0887 19.6337 15.4442 20.3149C13.7996 20.9961 11.99 21.1743 10.2442 20.8271C8.49836 20.4798 6.89471 19.6226 5.63604 18.364C4.37737 17.1053 3.5202 15.5016 3.17294 13.7558C2.82567 12.01 3.0039 10.2004 3.68509 8.55585C4.36628 6.91131 5.51983 5.50571 6.99987 4.51677C8.47991 3.52784 10.22 3 12 3C14.3862 3.00252 16.6739 3.95154 18.3612 5.63882C20.0485 7.3261 20.9975 9.61382 21 12ZM19.6154 12C19.6154 10.4938 19.1688 9.02146 18.332 7.76912C17.4952 6.51677 16.3058 5.54069 14.9143 4.9643C13.5228 4.38791 11.9916 4.2371 10.5143 4.53094C9.03708 4.82478 7.68014 5.55008 6.61511 6.61511C5.55008 7.68014 4.82479 9.03707 4.53095 10.5143C4.23711 11.9916 4.38792 13.5227 4.96431 14.9143C5.5407 16.3058 6.51678 17.4952 7.76912 18.332C9.02146 19.1687 10.4938 19.6154 12 19.6154C14.019 19.6131 15.9547 18.81 17.3824 17.3824C18.81 15.9547 19.6131 14.019 19.6154 12Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{l as QuestionChatBubble};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const e=o("question-circle",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M21.0012 11.9972C21.0016 13.5511 20.5996 15.0787 19.8344 16.4313C19.0692 17.7838 17.9669 18.9152 16.6347 19.7153C15.3025 20.5154 13.7859 20.9569 12.2324 20.997C10.679 21.0371 9.14161 20.6743 7.76997 19.9439L4.82305 20.9262C4.57906 21.0076 4.31724 21.0194 4.06692 20.9603C3.81659 20.9012 3.58767 20.7736 3.40581 20.5917C3.22394 20.4099 3.09632 20.181 3.03724 19.9306C2.97817 19.6803 2.98998 19.4185 3.07135 19.1745L4.05365 16.2276C3.4116 15.0204 3.053 13.6829 3.00505 12.3165C2.9571 10.9501 3.22108 9.59071 3.77693 8.34155C4.33279 7.09239 5.16593 5.98628 6.21309 5.10718C7.26026 4.22807 8.49394 3.59909 9.82049 3.26796C11.147 2.93683 12.5316 2.91226 13.8691 3.19612C15.2065 3.47998 16.4617 4.0648 17.5394 4.9062C18.6171 5.74759 19.489 6.82345 20.0888 8.05211C20.6886 9.28076 21.0007 10.6299 21.0012 11.9972ZM19.6165 11.9972C19.6162 10.8289 19.3471 9.67636 18.83 8.62872C18.313 7.58109 17.5619 6.66644 16.6348 5.95554C15.7077 5.24465 14.6295 4.75656 13.4836 4.52904C12.3377 4.30152 11.1548 4.34067 10.0264 4.64346C8.89809 4.94626 7.85452 5.50457 6.97647 6.27521C6.09842 7.04586 5.40942 8.00817 4.96279 9.0877C4.51616 10.1672 4.32387 11.335 4.40078 12.5008C4.4777 13.6665 4.82177 14.7989 5.40638 15.8104C5.45544 15.8953 5.48591 15.9897 5.49576 16.0873C5.5056 16.1849 5.49461 16.2834 5.4635 16.3764L4.38426 19.6133L7.62111 18.534C7.69161 18.51 7.76558 18.4977 7.84007 18.4977C7.96167 18.4979 8.08107 18.5302 8.18626 18.5912C9.34408 19.2611 10.6579 19.6142 11.9956 19.615C13.3332 19.6159 14.6475 19.2644 15.8062 18.596C16.9648 17.9276 17.927 16.9658 18.5959 15.8074C19.2648 14.649 19.6168 13.3348 19.6165 11.9972Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
<path
|
|
8
|
-
d="M13.0389 16.1514C13.0389 16.3568 12.978 16.5576 12.8639 16.7284C12.7498 16.8992 12.5876 17.0323 12.3978 17.1109C12.208 17.1895 11.9992 17.2101 11.7978 17.17C11.5963 17.1299 11.4112 17.031 11.266 16.8858C11.1208 16.7405 11.0218 16.5555 10.9818 16.354C10.9417 16.1526 10.9623 15.9437 11.0409 15.754C11.1195 15.5642 11.2526 15.402 11.4234 15.2879C11.5942 15.1738 11.795 15.1129 12.0004 15.1129C12.2758 15.1129 12.54 15.2223 12.7347 15.417C12.9295 15.6118 13.0389 15.876 13.0389 16.1514ZM12.0004 6.80436C10.0912 6.80436 8.5385 8.20209 8.5385 9.92005V10.2662C8.5385 10.4499 8.61145 10.626 8.74129 10.7558C8.87114 10.8857 9.04725 10.9586 9.23088 10.9586C9.41451 10.9586 9.59061 10.8857 9.72046 10.7558C9.8503 10.626 9.92325 10.4499 9.92325 10.2662V9.92005C9.92325 8.96803 10.8554 8.18911 12.0004 8.18911C13.1454 8.18911 14.0775 8.96803 14.0775 9.92005C14.0775 10.8721 13.1454 11.651 12.0004 11.651C11.8167 11.651 11.6406 11.7239 11.5108 11.8538C11.3809 11.9836 11.308 12.1597 11.308 12.3434V13.0357C11.308 13.2194 11.3809 13.3955 11.5108 13.5253C11.6406 13.6552 11.8167 13.7281 12.0004 13.7281C12.184 13.7281 12.3601 13.6552 12.49 13.5253C12.6198 13.3955 12.6927 13.2194 12.6927 13.0357V12.9734C14.2714 12.6835 15.4622 11.4242 15.4622 9.92005C15.4622 8.20209 13.9096 6.80436 12.0004 6.80436Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
`);export{e as QuestionCircle};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const n=o("question-mark",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M18 8.92391C18 11.558 15.7059 13.7384 12.75 14.0572V14.837C12.75 15.033 12.671 15.221 12.5303 15.3596C12.3897 15.4982 12.1989 15.5761 12 15.5761C11.8011 15.5761 11.6103 15.4982 11.4697 15.3596C11.329 15.221 11.25 15.033 11.25 14.837V13.3587C11.25 13.1627 11.329 12.9747 11.4697 12.8361C11.6103 12.6974 11.8011 12.6196 12 12.6196C14.4816 12.6196 16.5 10.9621 16.5 8.92391C16.5 6.88576 14.4816 5.22826 12 5.22826C9.51844 5.22826 7.5 6.88576 7.5 8.92391C7.5 9.11994 7.42098 9.30794 7.28033 9.44656C7.13968 9.58517 6.94891 9.66304 6.75 9.66304C6.55109 9.66304 6.36032 9.58517 6.21967 9.44656C6.07902 9.30794 6 9.11994 6 8.92391C6 6.07087 8.69156 3.75 12 3.75C15.3084 3.75 18 6.07087 18 8.92391ZM12 17.7935C11.7033 17.7935 11.4133 17.8802 11.1666 18.0426C10.92 18.205 10.7277 18.4359 10.6142 18.706C10.5006 18.9761 10.4709 19.2734 10.5288 19.5601C10.5867 19.8469 10.7296 20.1103 10.9393 20.317C11.1491 20.5238 11.4164 20.6646 11.7074 20.7216C11.9983 20.7786 12.2999 20.7494 12.574 20.6375C12.8481 20.5256 13.0824 20.3361 13.2472 20.093C13.412 19.8499 13.5 19.5641 13.5 19.2717C13.5 18.8797 13.342 18.5037 13.0607 18.2264C12.7794 17.9492 12.3978 17.7935 12 17.7935Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{n as QuestionMark};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as e}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const c=o("radio-selected",e`
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
data-cy="radio-selected-icon"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fill-rule="evenodd"
|
|
12
|
-
clip-rule="evenodd"
|
|
13
|
-
d="M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
<circle
|
|
17
|
-
cx="12"
|
|
18
|
-
cy="12"
|
|
19
|
-
r="5"
|
|
20
|
-
fill="currentColor"
|
|
21
|
-
/>
|
|
22
|
-
</svg>`);export{c as RadioSelected};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as i}from"../../icon-registry.js";const d=i("radio",o`
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
data-cy="radio-icon"
|
|
7
|
-
fill="none"
|
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fill-rule="evenodd"
|
|
12
|
-
clip-rule="evenodd"
|
|
13
|
-
d="M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
</svg>`);export{d as Radio};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as t}from"../../icon-registry.js";const L=t("receipt",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M11.75 9.75C11.75 9.55109 11.829 9.36032 11.9697 9.21967C12.1103 9.07902 12.3011 9 12.5 9H16.5C16.6989 9 16.8897 9.07902 17.0303 9.21967C17.171 9.36032 17.25 9.55109 17.25 9.75C17.25 9.94891 17.171 10.1397 17.0303 10.2803C16.8897 10.421 16.6989 10.5 16.5 10.5H12.5C12.3011 10.5 12.1103 10.421 11.9697 10.2803C11.829 10.1397 11.75 9.94891 11.75 9.75ZM12.5 13.5H16.5C16.6989 13.5 16.8897 13.421 17.0303 13.2803C17.171 13.1397 17.25 12.9489 17.25 12.75C17.25 12.5511 17.171 12.3603 17.0303 12.2197C16.8897 12.079 16.6989 12 16.5 12H12.5C12.3011 12 12.1103 12.079 11.9697 12.2197C11.829 12.3603 11.75 12.5511 11.75 12.75C11.75 12.9489 11.829 13.1397 11.9697 13.2803C12.1103 13.421 12.3011 13.5 12.5 13.5ZM21.75 5.25V19.5C21.7499 19.6278 21.7172 19.7535 21.6549 19.8651C21.5926 19.9768 21.5028 20.0706 21.394 20.1378C21.2853 20.2049 21.1611 20.2432 21.0334 20.2489C20.9057 20.2546 20.7787 20.2275 20.6644 20.1703L18 18.8381L15.3356 20.1703C15.2314 20.2225 15.1165 20.2496 15 20.2496C14.8835 20.2496 14.7686 20.2225 14.6644 20.1703L12 18.8381L9.33563 20.1703C9.23143 20.2225 9.11652 20.2496 9 20.2496C8.88348 20.2496 8.76857 20.2225 8.66437 20.1703L6 18.8381L3.33563 20.1703C3.22131 20.2275 3.09427 20.2546 2.96657 20.2489C2.83887 20.2432 2.71474 20.2049 2.60597 20.1378C2.49721 20.0706 2.40741 19.9768 2.34511 19.8651C2.28281 19.7535 2.25007 19.6278 2.25 19.5V5.25C2.25 4.85218 2.40804 4.47064 2.68934 4.18934C2.97064 3.90804 3.35218 3.75 3.75 3.75H20.25C20.6478 3.75 21.0294 3.90804 21.3107 4.18934C21.592 4.47064 21.75 4.85218 21.75 5.25ZM20.25 5.25H3.75V18.2869L5.66437 17.3287C5.76857 17.2766 5.88349 17.2495 6 17.2495C6.11651 17.2495 6.23143 17.2766 6.33563 17.3287L9 18.6619L11.6644 17.3287C11.7686 17.2766 11.8835 17.2495 12 17.2495C12.1165 17.2495 12.2314 17.2766 12.3356 17.3287L15 18.6619L17.6644 17.3287C17.7686 17.2766 17.8835 17.2495 18 17.2495C18.1165 17.2495 18.2314 17.2766 18.3356 17.3287L20.25 18.2869V5.25Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
<path
|
|
8
|
-
d="M8.4362 8.72778C8.28325 8.72778 8.13657 8.78854 8.02842 8.89669C7.96059 8.96452 7.9114 9.0475 7.88415 9.13769C7.57343 9.17173 7.28177 9.31056 7.05865 9.53369C6.79983 9.79251 6.65443 10.1435 6.65443 10.5096C6.65443 10.8756 6.79983 11.2266 7.05865 11.4854C7.31746 11.7442 7.66849 11.8896 8.03451 11.8896H8.83789C8.89802 11.8896 8.95568 11.9135 8.99819 11.956C9.0407 11.9985 9.06459 12.0562 9.06459 12.1163C9.06459 12.1764 9.0407 12.2341 8.99819 12.2766C8.95568 12.3191 8.89802 12.343 8.83789 12.343H7.43197C7.27902 12.343 7.13234 12.4038 7.02419 12.5119C6.91603 12.6201 6.85528 12.7668 6.85528 12.9197C6.85528 13.0727 6.91603 13.2193 7.02419 13.3275C7.13234 13.4356 7.27902 13.4964 7.43197 13.4964H7.8867C7.91441 13.5834 7.96265 13.6634 8.02842 13.7292C8.13657 13.8373 8.28325 13.8981 8.4362 13.8981C8.58915 13.8981 8.73583 13.8373 8.84398 13.7292C8.91181 13.6614 8.961 13.5784 8.98825 13.4882C9.29897 13.4541 9.59063 13.3153 9.81376 13.0922C10.0726 12.8334 10.218 12.4823 10.218 12.1163C10.218 11.7503 10.0726 11.3993 9.81376 11.1405C9.55494 10.8816 9.20391 10.7362 8.83789 10.7362H8.03451C7.97439 10.7362 7.91673 10.7124 7.87421 10.6699C7.8317 10.6273 7.80782 10.5697 7.80782 10.5096C7.80782 10.4494 7.8317 10.3918 7.87421 10.3493C7.91673 10.3067 7.97439 10.2829 8.03451 10.2829H9.23959C9.39254 10.2829 9.53922 10.2221 9.64737 10.114C9.75552 10.0058 9.81628 9.85912 9.81628 9.70617C9.81628 9.55322 9.75552 9.40654 9.64737 9.29839C9.53922 9.19024 9.39254 9.12948 9.23959 9.12948H8.9857C8.95799 9.04247 8.90975 8.96246 8.84398 8.89669C8.73583 8.78854 8.58915 8.72778 8.4362 8.72778Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
`);export{L as Receipt};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as t}from"../../icon-registry.js";const l=t("restricted-filled",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M12 3C10.22 3 8.47991 3.52784 6.99987 4.51677C5.51983 5.50571 4.36628 6.91131 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89471 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12C20.9975 9.61382 20.0485 7.3261 18.3612 5.63882C16.6739 3.95154 14.3862 3.00252 12 3ZM15.259 15.259C15.1947 15.3234 15.1184 15.3745 15.0343 15.4093C14.9503 15.4441 14.8602 15.4621 14.7692 15.4621C14.6783 15.4621 14.5882 15.4441 14.5041 15.4093C14.4201 15.3745 14.3437 15.3234 14.2794 15.259L8.74096 9.72058C8.61106 9.59067 8.53808 9.41448 8.53808 9.23077C8.53808 9.04705 8.61106 8.87086 8.74096 8.74096C8.87087 8.61105 9.04706 8.53808 9.23077 8.53808C9.41449 8.53808 9.59067 8.61105 9.72058 8.74096L15.259 14.2794C15.3234 14.3437 15.3745 14.4201 15.4093 14.5041C15.4442 14.5882 15.4621 14.6782 15.4621 14.7692C15.4621 14.8602 15.4442 14.9503 15.4093 15.0343C15.3745 15.1184 15.3234 15.1947 15.259 15.259Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
`);export{l as RestrictedFilled};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as t}from"../../icon-registry.js";const m=t("restricted",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M15.259 14.2794C15.3234 14.3437 15.3744 14.4201 15.4092 14.5041C15.444 14.5882 15.4619 14.6783 15.4619 14.7692C15.4619 14.8602 15.444 14.9503 15.4092 15.0343C15.3744 15.1184 15.3234 15.1947 15.259 15.259C15.1947 15.3234 15.1184 15.3744 15.0343 15.4092C14.9503 15.444 14.8602 15.4619 14.7692 15.4619C14.6783 15.4619 14.5882 15.444 14.5042 15.4092C14.4201 15.3744 14.3437 15.3234 14.2794 15.259L8.74096 9.72058C8.61106 9.59067 8.53808 9.41448 8.53808 9.23077C8.53808 9.04705 8.61106 8.87086 8.74096 8.74096C8.87087 8.61105 9.04706 8.53808 9.23077 8.53808C9.41449 8.53808 9.59067 8.61105 9.72058 8.74096L15.259 14.2794ZM21 12C21 13.78 20.4722 15.5201 19.4832 17.0001C18.4943 18.4802 17.0887 19.6337 15.4442 20.3149C13.7996 20.9961 11.99 21.1743 10.2442 20.8271C8.49836 20.4798 6.89471 19.6226 5.63604 18.364C4.37737 17.1053 3.5202 15.5016 3.17294 13.7558C2.82567 12.01 3.0039 10.2004 3.68509 8.55585C4.36628 6.91131 5.51983 5.50571 6.99987 4.51677C8.47991 3.52784 10.22 3 12 3C14.3862 3.00252 16.6739 3.95154 18.3612 5.63882C20.0485 7.3261 20.9975 9.61382 21 12ZM19.6154 12C19.6154 10.4938 19.1688 9.02146 18.332 7.76912C17.4952 6.51677 16.3058 5.54069 14.9143 4.9643C13.5228 4.38791 11.9916 4.2371 10.5143 4.53094C9.03708 4.82478 7.68014 5.55008 6.61511 6.61511C5.55008 7.68014 4.82479 9.03707 4.53095 10.5143C4.23711 11.9916 4.38792 13.5227 4.96431 14.9143C5.5407 16.3058 6.51678 17.4952 7.76912 18.332C9.02146 19.1687 10.4938 19.6154 12 19.6154C14.019 19.6131 15.9547 18.81 17.3824 17.3824C18.81 15.9547 19.6131 14.019 19.6154 12Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Restricted};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const e=o("robot",C`
|
|
2
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M15.3299 16.7346C15.7389 16.7346 16.0705 17.0663 16.0706 17.4753C16.0706 17.8844 15.739 18.216 15.3299 18.216H8.66319C8.25409 18.216 7.92245 17.8844 7.92245 17.4753C7.92251 17.0663 8.25413 16.7346 8.66319 16.7346H15.3299Z"
|
|
5
|
-
fill="currentColor" />
|
|
6
|
-
<path
|
|
7
|
-
d="M7.92245 10.011C9.01951 10.011 9.90933 10.8999 9.90933 11.9969C9.90933 13.094 9.01951 13.9838 7.92245 13.9838C6.82539 13.9838 5.93653 13.094 5.93653 11.9969C5.93653 10.8999 6.82539 10.011 7.92245 10.011Z"
|
|
8
|
-
fill="currentColor" />
|
|
9
|
-
<path
|
|
10
|
-
d="M16.0706 10.011C17.1677 10.011 18.0575 10.8999 18.0575 11.9969C18.0575 13.094 17.1677 13.9838 16.0706 13.9838C14.9735 13.9838 14.0847 13.094 14.0847 11.9969C14.0847 10.8999 14.9735 10.011 16.0706 10.011Z"
|
|
11
|
-
fill="currentColor" />
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
13
|
-
d="M11.9965 1.75C12.193 1.75 12.3813 1.8281 12.5202 1.96701C12.6592 2.10593 12.7373 2.29428 12.7373 2.49074V5.4537H17.6755C18.4614 5.4537 19.2148 5.7661 19.7704 6.32176C20.3261 6.87742 20.6385 7.63084 20.6385 8.41667V9.08314C21.8898 9.20708 22.8675 10.2636 22.8675 11.5475V14.1767C22.8671 15.4602 21.8895 16.5142 20.6385 16.6381V18.787C20.6385 19.5729 20.3261 20.3263 19.7704 20.8819C19.2148 21.4376 18.4614 21.75 17.6755 21.75H6.31751C5.53168 21.75 4.77827 21.4376 4.2226 20.8819C3.66694 20.3263 3.35455 19.5729 3.35455 18.787V16.6372C2.10676 16.5101 1.1327 15.4579 1.13232 14.1767V11.5475C1.13233 10.2659 2.10647 9.21118 3.35455 9.0841V8.41667C3.35455 7.63084 3.66694 6.87742 4.2226 6.32176C4.77827 5.7661 5.53168 5.4537 6.31751 5.4537H11.2558V2.49074C11.2558 2.29428 11.3339 2.10593 11.4728 1.96701C11.6117 1.8281 11.8001 1.75 11.9965 1.75ZM6.31751 6.93519C5.9246 6.93519 5.54789 7.09138 5.27006 7.36921C4.99222 7.64704 4.83603 8.02375 4.83603 8.41667V18.787C4.83603 19.18 4.99222 19.5567 5.27006 19.8345C5.54789 20.1123 5.9246 20.2685 6.31751 20.2685H17.6755C18.0684 20.2685 18.4452 20.1123 18.723 19.8345C19.0008 19.5567 19.157 19.18 19.157 18.787V8.41667C19.157 8.02375 19.0008 7.64704 18.723 7.36921C18.4452 7.09138 18.0684 6.93519 17.6755 6.93519H6.31751ZM20.6385 15.1373C21.0677 15.0276 21.3856 14.64 21.386 14.1767V11.5475C21.386 11.0837 21.0681 10.6938 20.6385 10.5839V15.1373ZM3.35455 10.5858C2.9284 10.6981 2.61381 11.0862 2.61381 11.5475V14.1767C2.61414 14.6376 2.92876 15.0233 3.35455 15.1354V10.5858Z"
|
|
14
|
-
fill="currentColor" />
|
|
15
|
-
</svg>
|
|
16
|
-
|
|
17
|
-
`);export{e as Robot};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as l}from"../../icon-registry.js";const t=l("sandals",C`
|
|
2
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M19.1458 5.10136C19.9871 5.7319 21 6.90475 21 8.85303C21 9.90459 20.8955 10.7316 20.7741 11.454C20.9202 11.8078 20.9992 12.1617 20.9992 12.5118C20.9992 13.5839 20.6245 14.3849 20.2319 14.9268C20.2017 15.3302 20.1872 15.7398 20.1872 16.1713V16.2028C20.1872 17.0293 20.1873 18.1432 19.8305 19.0896C19.6141 19.6632 19.2809 20.1332 18.8286 20.4659C18.3101 20.8474 17.6659 21.0263 16.9399 21.0263C15.9281 21.0263 15.1138 20.7591 14.5289 20.1479C13.9785 19.5724 13.7495 18.7982 13.6582 17.9836C13.5676 17.1763 13.6066 16.2681 13.6449 15.3759L13.6458 15.3548C13.6546 15.1459 13.6633 14.9328 13.6711 14.7186C13.2551 14.0736 12.8797 13.1901 12.8797 12.1059C12.8797 11.6094 12.991 11.127 13.1617 10.6787C13.0179 10.0592 12.8797 9.32134 12.8797 8.44642C12.8797 7.35718 13.0253 6.42395 13.3329 5.69133C13.6175 5.01375 14.0157 4.57501 14.4586 4.31019C14.8973 4.04784 15.3504 3.97365 15.7218 3.97365C16.9239 3.97365 18.1993 4.39196 19.1458 5.10136ZM15.2609 17.7037C15.2178 17.2463 15.2208 16.7274 15.2389 16.1683C15.5103 16.1941 15.7885 16.0825 15.9647 15.8486C16.2344 15.4906 16.1627 14.9836 15.8093 14.7126L15.8074 14.7111L15.7981 14.7036C15.7894 14.6966 15.776 14.6855 15.7585 14.6705C15.7234 14.6403 15.6721 14.5944 15.61 14.5337C15.4854 14.4119 15.3194 14.2323 15.1538 14.002C14.8213 13.5393 14.5046 12.8919 14.5046 12.1059C14.5046 11.4931 14.8218 10.8221 15.2532 10.206C15.5769 9.74373 15.9424 9.34405 16.2197 9.06626C16.5899 9.31634 17.1133 9.69104 17.6327 10.1331C18.2247 10.637 18.6698 11.1097 18.9635 11.5282C19.2627 11.9547 19.3768 12.2849 19.3768 12.5126C19.3768 13.1489 19.1776 13.6887 18.7879 14.1372C18.5388 14.4243 18.2952 14.5764 18.1987 14.633C17.7986 14.8347 17.6387 15.3226 17.8375 15.7223L17.8382 15.7237C17.9805 16.0071 18.2661 16.1729 18.5647 16.1729C18.5647 17.1798 18.5217 18.0072 18.2846 18.5809C18.1712 18.8552 18.0211 19.0506 17.8251 19.1812C17.6393 19.3049 17.3808 19.3914 17.0075 19.4006H16.9399C16.2869 19.4006 15.9165 19.2484 15.7018 19.0236C15.4659 18.7767 15.3213 18.3447 15.2609 17.7037ZM15.7218 5.60093H15.796C16.4981 5.61618 17.39 5.84693 18.1056 6.35526C18.8311 6.87064 19.3759 7.66828 19.3759 8.85303C19.3759 9.08399 19.3703 9.3029 19.3601 9.51145C19.1535 9.30783 18.928 9.10216 18.6839 8.8945C18.01 8.32097 17.3444 7.85897 16.9399 7.59317V7.22738C16.9399 6.77837 16.5762 6.41416 16.1278 6.41416C15.6795 6.41416 15.3158 6.77837 15.3158 7.22738V7.67717C15.1103 7.86958 14.8166 8.16116 14.5043 8.52542C14.5039 8.49948 14.5038 8.47341 14.5038 8.44723C14.5038 7.85232 14.5569 7.09427 14.7635 6.49858C14.9713 5.8994 15.2753 5.60093 15.7218 5.60093Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M4.85419 5.10134C4.01293 5.73188 3 6.90473 3 8.85301C3 9.90457 3.10448 10.7315 3.22592 11.454C3.07983 11.8078 3.00081 12.1617 3.00081 12.5117C3.00081 13.5838 3.37545 14.3849 3.76812 14.9268C3.79829 15.3302 3.81284 15.7398 3.81284 16.1713V16.2028C3.81278 17.0293 3.8127 18.1432 4.16951 19.0896C4.38588 19.6632 4.71907 20.1332 5.17136 20.4659C5.6899 20.8474 6.3341 21.0262 7.06014 21.0262C8.07193 21.0262 8.88625 20.7591 9.47105 20.1479C10.0215 19.5724 10.2505 18.7982 10.3418 17.9836C10.4324 17.1763 10.3934 16.2681 10.3551 15.3759L10.3542 15.3548C10.3454 15.1459 10.3367 14.9327 10.3289 14.7186C10.7449 14.0736 11.1203 13.1901 11.1203 12.1059C11.1203 11.6093 11.009 11.1269 10.8383 10.6787C10.9821 10.0591 11.1203 9.32132 11.1203 8.44639C11.1203 7.35716 10.9747 6.42393 10.6671 5.69131C10.3825 5.01373 9.98433 4.57499 9.54145 4.31017C9.10271 4.04782 8.64963 3.97363 8.27818 3.97363C7.07614 3.97363 5.8007 4.39194 4.85419 5.10134ZM8.73907 17.7037C8.78216 17.2463 8.77924 16.7274 8.76109 16.1683C8.48968 16.1941 8.21153 16.0825 8.03528 15.8485C7.7656 15.4906 7.83727 14.9836 8.19073 14.7126L8.1926 14.7111L8.20194 14.7036C8.21059 14.6966 8.22401 14.6855 8.24153 14.6704C8.27659 14.6403 8.32789 14.5944 8.39 14.5337C8.51457 14.4119 8.68063 14.2323 8.84615 14.002C9.17873 13.5393 9.49541 12.8918 9.49541 12.1059C9.49541 11.4931 9.17823 10.8221 8.74683 10.206C8.42312 9.74371 8.05764 9.34403 7.78028 9.06624C7.41005 9.31632 6.88666 9.69102 6.3673 10.133C5.77526 10.637 5.33024 11.1097 5.03653 11.5282C4.73726 11.9547 4.62324 12.2848 4.62324 12.5125C4.62324 13.1489 4.82243 13.6887 5.21212 14.1372C5.46123 14.4243 5.70479 14.5763 5.80135 14.633C6.20141 14.8346 6.36126 15.3226 6.16251 15.7223L6.16179 15.7237C6.01952 16.007 5.73391 16.1729 5.43527 16.1729C5.43527 17.1798 5.47828 18.0071 5.71541 18.5809C5.82876 18.8551 5.97889 19.0506 6.17495 19.1812C6.36069 19.3049 6.61917 19.3914 6.99246 19.4006H7.06014C7.7131 19.4006 8.08347 19.2484 8.29825 19.0235C8.53414 18.7767 8.6787 18.3446 8.73907 17.7037ZM8.27818 5.60091H8.20397C7.50189 5.61616 6.60998 5.84691 5.89439 6.35524C5.16886 6.87062 4.62406 7.66826 4.62406 8.85301C4.62406 9.08397 4.6297 9.30288 4.63986 9.51143C4.8465 9.30781 5.07198 9.10214 5.31608 8.89448C5.98999 8.32095 6.65557 7.85895 7.06014 7.59315V7.22736C7.06014 6.77835 7.42381 6.41413 7.87217 6.41413C8.32052 6.41413 8.68419 6.77835 8.68419 7.22736V7.67715C8.88971 7.86956 9.18339 8.16114 9.49575 8.5254C9.49606 8.49946 9.49622 8.47339 9.49622 8.44721C9.49622 7.8523 9.44314 7.09425 9.23652 6.49856C9.02869 5.89938 8.72467 5.60091 8.27818 5.60091Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
`);export{t as Sandals};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("save",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M20.5613 6.75001L17.251 3.43969C17.1122 3.2998 16.947 3.18889 16.765 3.11341C16.5829 3.03792 16.3877 2.99938 16.1907 3.00001H4.50098C4.10315 3.00001 3.72162 3.15804 3.44032 3.43935C3.15901 3.72065 3.00098 4.10218 3.00098 4.50001V19.5C3.00098 19.8978 3.15901 20.2794 3.44032 20.5607C3.72162 20.842 4.10315 21 4.50098 21H19.501C19.8988 21 20.2803 20.842 20.5616 20.5607C20.8429 20.2794 21.001 19.8978 21.001 19.5V7.81032C21.0016 7.61326 20.9631 7.41805 20.8876 7.23602C20.8121 7.054 20.7012 6.88879 20.5613 6.75001ZM15.751 19.5H8.25098V14.25H15.751V19.5ZM19.501 19.5H17.251V14.25C17.251 13.8522 17.0929 13.4707 16.8116 13.1893C16.5303 12.908 16.1488 12.75 15.751 12.75H8.25098C7.85315 12.75 7.47162 12.908 7.19032 13.1893C6.90901 13.4707 6.75098 13.8522 6.75098 14.25V19.5H4.50098V4.50001H16.1907L19.501 7.81032V19.5ZM15.001 6.75001C15.001 6.94892 14.922 7.13969 14.7813 7.28034C14.6407 7.42099 14.4499 7.50001 14.251 7.50001H9.00098C8.80206 7.50001 8.6113 7.42099 8.47065 7.28034C8.32999 7.13969 8.25098 6.94892 8.25098 6.75001C8.25098 6.5511 8.32999 6.36033 8.47065 6.21968C8.6113 6.07903 8.80206 6.00001 9.00098 6.00001H14.251C14.4499 6.00001 14.6407 6.07903 14.7813 6.21968C14.922 6.36033 15.001 6.5511 15.001 6.75001Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Save};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const i=o("screen",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M19.6154 4.38464H7.15385C6.78662 4.38464 6.43444 4.53052 6.17478 4.79019C5.91511 5.04985 5.76923 5.40204 5.76923 5.76926V7.15387H4.38462C4.01739 7.15387 3.66521 7.29975 3.40554 7.55942C3.14588 7.81908 3 8.17127 3 8.53849V18.2308C3 18.598 3.14588 18.9502 3.40554 19.2099C3.66521 19.4695 4.01739 19.6154 4.38462 19.6154H16.8462C17.2134 19.6154 17.5656 19.4695 17.8252 19.2099C18.0849 18.9502 18.2308 18.598 18.2308 18.2308V16.8462H19.6154C19.9826 16.8462 20.3348 16.7003 20.5945 16.4406C20.8541 16.181 21 15.8288 21 15.4616V5.76926C21 5.40204 20.8541 5.04985 20.5945 4.79019C20.3348 4.53052 19.9826 4.38464 19.6154 4.38464ZM16.8462 8.53849V9.92311H4.38462V8.53849H16.8462ZM16.8462 18.2308H4.38462V11.3077H16.8462V18.2308ZM19.6154 15.4616H18.2308V8.53849C18.2308 8.17127 18.0849 7.81908 17.8252 7.55942C17.5656 7.29975 17.2134 7.15387 16.8462 7.15387H7.15385V5.76926H19.6154V15.4616Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{i as Screen};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("search",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M20.7983 19.8188L16.47 15.4914C17.7245 13.9852 18.3501 12.0534 18.2166 10.0978C18.0831 8.14224 17.2007 6.31339 15.7532 4.99175C14.3056 3.67011 12.4042 2.95743 10.4446 3.00197C8.48492 3.0465 6.61788 3.84483 5.23184 5.23087C3.8458 6.6169 3.04748 8.48394 3.00294 10.4436C2.95841 12.4032 3.67109 14.3046 4.99273 15.7522C6.31437 17.1998 8.14321 18.0821 10.0988 18.2156C12.0544 18.3491 13.9862 17.7236 15.4923 16.469L19.8198 20.7973C19.884 20.8616 19.9603 20.9126 20.0442 20.9473C20.1282 20.9821 20.2182 21 20.309 21C20.3999 21 20.4899 20.9821 20.5738 20.9473C20.6578 20.9126 20.7341 20.8616 20.7983 20.7973C20.8626 20.7331 20.9135 20.6568 20.9483 20.5729C20.9831 20.4889 21.001 20.3989 21.001 20.3081C21.001 20.2172 20.9831 20.1272 20.9483 20.0433C20.9135 19.9593 20.8626 19.883 20.7983 19.8188ZM4.4032 10.6262C4.4032 9.39525 4.76823 8.1919 5.45214 7.16836C6.13604 6.14483 7.1081 5.34708 8.24539 4.876C9.38268 4.40492 10.6341 4.28166 11.8415 4.52182C13.0488 4.76197 14.1578 5.35475 15.0283 6.2252C15.8987 7.09564 16.4915 8.20466 16.7317 9.412C16.9718 10.6193 16.8485 11.8708 16.3775 13.0081C15.9064 14.1454 15.1086 15.1174 14.0851 15.8013C13.0616 16.4852 11.8582 16.8503 10.6272 16.8503C8.97707 16.8484 7.39503 16.1921 6.22819 15.0253C5.06136 13.8584 4.40503 12.2764 4.4032 10.6262Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Search};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const r=o("selection",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M14.1877 3.75C14.1877 3.94891 14.1087 4.13968 13.9681 4.28033C13.8274 4.42098 13.6367 4.5 13.4377 4.5H10.4377C10.2388 4.5 10.0481 4.42098 9.90741 4.28033C9.76676 4.13968 9.68774 3.94891 9.68774 3.75C9.68774 3.55109 9.76676 3.36032 9.90741 3.21967C10.0481 3.07902 10.2388 3 10.4377 3H13.4377C13.6367 3 13.8274 3.07902 13.9681 3.21967C14.1087 3.36032 14.1877 3.55109 14.1877 3.75ZM13.4377 19.5H10.4377C10.2388 19.5 10.0481 19.579 9.90741 19.7197C9.76676 19.8603 9.68774 20.0511 9.68774 20.25C9.68774 20.4489 9.76676 20.6397 9.90741 20.7803C10.0481 20.921 10.2388 21 10.4377 21H13.4377C13.6367 21 13.8274 20.921 13.9681 20.7803C14.1087 20.6397 14.1877 20.4489 14.1877 20.25C14.1877 20.0511 14.1087 19.8603 13.9681 19.7197C13.8274 19.579 13.6367 19.5 13.4377 19.5ZM19.4377 3H17.1877C16.9888 3 16.7981 3.07902 16.6574 3.21967C16.5168 3.36032 16.4377 3.55109 16.4377 3.75C16.4377 3.94891 16.5168 4.13968 16.6574 4.28033C16.7981 4.42098 16.9888 4.5 17.1877 4.5H19.4377V6.75C19.4377 6.94891 19.5168 7.13968 19.6574 7.28033C19.7981 7.42098 19.9888 7.5 20.1877 7.5C20.3867 7.5 20.5774 7.42098 20.7181 7.28033C20.8587 7.13968 20.9377 6.94891 20.9377 6.75V4.5C20.9377 4.10218 20.7797 3.72064 20.4984 3.43934C20.2171 3.15804 19.8356 3 19.4377 3ZM20.1877 9.75C19.9888 9.75 19.7981 9.82902 19.6574 9.96967C19.5168 10.1103 19.4377 10.3011 19.4377 10.5V13.5C19.4377 13.6989 19.5168 13.8897 19.6574 14.0303C19.7981 14.171 19.9888 14.25 20.1877 14.25C20.3867 14.25 20.5774 14.171 20.7181 14.0303C20.8587 13.8897 20.9377 13.6989 20.9377 13.5V10.5C20.9377 10.3011 20.8587 10.1103 20.7181 9.96967C20.5774 9.82902 20.3867 9.75 20.1877 9.75ZM20.1877 16.5C19.9888 16.5 19.7981 16.579 19.6574 16.7197C19.5168 16.8603 19.4377 17.0511 19.4377 17.25V19.5H17.1877C16.9888 19.5 16.7981 19.579 16.6574 19.7197C16.5168 19.8603 16.4377 20.0511 16.4377 20.25C16.4377 20.4489 16.5168 20.6397 16.6574 20.7803C16.7981 20.921 16.9888 21 17.1877 21H19.4377C19.8356 21 20.2171 20.842 20.4984 20.5607C20.7797 20.2794 20.9377 19.8978 20.9377 19.5V17.25C20.9377 17.0511 20.8587 16.8603 20.7181 16.7197C20.5774 16.579 20.3867 16.5 20.1877 16.5ZM3.68774 14.25C3.88666 14.25 4.07742 14.171 4.21807 14.0303C4.35873 13.8897 4.43774 13.6989 4.43774 13.5V10.5C4.43774 10.3011 4.35873 10.1103 4.21807 9.96967C4.07742 9.82902 3.88666 9.75 3.68774 9.75C3.48883 9.75 3.29807 9.82902 3.15741 9.96967C3.01676 10.1103 2.93774 10.3011 2.93774 10.5V13.5C2.93774 13.6989 3.01676 13.8897 3.15741 14.0303C3.29807 14.171 3.48883 14.25 3.68774 14.25ZM6.68774 19.5H4.43774V17.25C4.43774 17.0511 4.35873 16.8603 4.21807 16.7197C4.07742 16.579 3.88666 16.5 3.68774 16.5C3.48883 16.5 3.29807 16.579 3.15741 16.7197C3.01676 16.8603 2.93774 17.0511 2.93774 17.25V19.5C2.93774 19.8978 3.09578 20.2794 3.37708 20.5607C3.65839 20.842 4.03992 21 4.43774 21H6.68774C6.88666 21 7.07742 20.921 7.21807 20.7803C7.35873 20.6397 7.43774 20.4489 7.43774 20.25C7.43774 20.0511 7.35873 19.8603 7.21807 19.7197C7.07742 19.579 6.88666 19.5 6.68774 19.5ZM6.68774 3H4.43774C4.03992 3 3.65839 3.15804 3.37708 3.43934C3.09578 3.72064 2.93774 4.10218 2.93774 4.5V6.75C2.93774 6.94891 3.01676 7.13968 3.15741 7.28033C3.29807 7.42098 3.48883 7.5 3.68774 7.5C3.88666 7.5 4.07742 7.42098 4.21807 7.28033C4.35873 7.13968 4.43774 6.94891 4.43774 6.75V4.5H6.68774C6.88666 4.5 7.07742 4.42098 7.21807 4.28033C7.35873 4.13968 7.43774 3.94891 7.43774 3.75C7.43774 3.55109 7.35873 3.36032 7.21807 3.21967C7.07742 3.07902 6.88666 3 6.68774 3Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
`);export{r as Selection};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const e=o("send-filled",C`
|
|
2
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M20.04 12.802C20.0405 13.0311 19.9799 13.2562 19.8642 13.4541C19.7486 13.6519 19.5821 13.8152 19.3821 13.9272L5.8781 21.6438C5.68432 21.7536 5.46554 21.8117 5.24279 21.8126C5.03755 21.8115 4.83555 21.7614 4.65366 21.6663C4.47177 21.5713 4.31526 21.4342 4.19719 21.2664C4.07913 21.0986 4.00294 20.905 3.97499 20.7018C3.94703 20.4986 3.96812 20.2917 4.0365 20.0983L6.20782 13.6724C6.22904 13.6096 6.26918 13.5549 6.32273 13.5157C6.37629 13.4766 6.44064 13.455 6.50698 13.4538H12.3197C12.4079 13.454 12.4952 13.4361 12.5762 13.4011C12.6571 13.3662 12.73 13.315 12.7904 13.2507C12.8507 13.1864 12.8972 13.1104 12.9269 13.0274C12.9566 12.9444 12.9689 12.8562 12.963 12.7682C12.9485 12.6029 12.8719 12.4492 12.7487 12.3378C12.6256 12.2265 12.4648 12.1658 12.2988 12.1678H6.50859C6.44129 12.1679 6.37568 12.1468 6.321 12.1075C6.26633 12.0683 6.22533 12.013 6.2038 11.9492L4.03247 5.5242C3.94605 5.27793 3.93665 5.01121 4.00551 4.75947C4.07437 4.50773 4.21824 4.28289 4.418 4.11482C4.61776 3.94674 4.86397 3.84339 5.1239 3.81849C5.38384 3.79359 5.6452 3.84832 5.87328 3.97541L19.3837 11.6824C19.5826 11.7941 19.7482 11.9567 19.8635 12.1534C19.9788 12.3501 20.0397 12.574 20.04 12.802Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
`);export{e as SendFilled};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("send",C`
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
-
<path
|
|
4
|
-
fill="currentColor"
|
|
5
|
-
d="M20.3827 10.8726L6.87951 3.16537C6.65174 3.03715 6.39031 2.98138 6.13005 3.00548C5.86978 3.02959 5.62304 3.13242 5.4227 3.30029C5.22235 3.46816 5.07792 3.6931 5.00863 3.94512C4.93935 4.19715 4.9485 4.46431 5.03488 4.711L7.4968 11.9979L5.03488 19.2856C4.96637 19.4795 4.94536 19.687 4.97363 19.8908C5.0019 20.0945 5.07862 20.2884 5.19735 20.4564C5.31609 20.6243 5.47336 20.7613 5.65599 20.8559C5.83862 20.9505 6.04128 20.9999 6.24695 21C6.4704 20.9995 6.68994 20.9414 6.88433 20.8312L20.3811 13.1111C20.5801 12.9996 20.746 12.8371 20.8615 12.6403C20.9771 12.4436 21.0382 12.2196 21.0386 11.9914C21.039 11.7632 20.9787 11.5391 20.8638 11.3419C20.749 11.1447 20.5838 10.9816 20.3851 10.8694L20.3827 10.8726ZM6.24695 19.714C6.2473 19.7108 6.2473 19.7075 6.24695 19.7043L8.63733 12.6409H13.32C13.4906 12.6409 13.6541 12.5732 13.7747 12.4526C13.8953 12.332 13.963 12.1684 13.963 11.9979C13.963 11.8274 13.8953 11.6638 13.7747 11.5432C13.6541 11.4226 13.4906 11.3549 13.32 11.3549H8.63733L6.25177 4.29465C6.25098 4.2901 6.24935 4.28574 6.24695 4.28179L19.7501 11.9842L6.24695 19.714Z"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Send};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as L}from"../../icon-registry.js";const s=L("settings",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M11.9987 7.8709C11.1823 7.8709 10.3842 8.113 9.70542 8.56657C9.02661 9.02013 8.49754 9.66481 8.18511 10.4191C7.87269 11.1733 7.79095 12.0033 7.95022 12.804C8.10949 13.6047 8.50263 14.3402 9.07991 14.9175C9.65719 15.4948 10.3927 15.8879 11.1934 16.0472C11.9941 16.2065 12.8241 16.1247 13.5784 15.8123C14.3326 15.4999 14.9773 14.9708 15.4309 14.292C15.8844 13.6132 16.1265 12.8151 16.1265 11.9987C16.1254 10.9043 15.6901 9.85503 14.9163 9.08117C14.1424 8.3073 13.0931 7.87204 11.9987 7.8709ZM11.9987 14.7506C11.4544 14.7506 10.9224 14.5892 10.4699 14.2868C10.0173 13.9844 9.6646 13.5546 9.45631 13.0518C9.24803 12.549 9.19353 11.9957 9.29972 11.4618C9.4059 10.928 9.66799 10.4377 10.0528 10.0528C10.4377 9.66799 10.928 9.4059 11.4618 9.29972C11.9957 9.19353 12.549 9.24803 13.0518 9.45631C13.5546 9.6646 13.9844 10.0173 14.2868 10.4699C14.5892 10.9224 14.7506 11.4544 14.7506 11.9987C14.7506 12.7286 14.4607 13.4285 13.9446 13.9446C13.4285 14.4607 12.7286 14.7506 11.9987 14.7506ZM19.5664 12.1845C19.5698 12.0606 19.5698 11.9368 19.5664 11.813L20.8494 10.21C20.9167 10.1258 20.9633 10.027 20.9854 9.92159C21.0075 9.81613 21.0045 9.70696 20.9767 9.60286C20.7663 8.81222 20.4517 8.05309 20.0411 7.34547C19.9873 7.25287 19.9126 7.17409 19.8231 7.11542C19.7335 7.05675 19.6315 7.0198 19.5251 7.0075L17.4853 6.78048C17.4004 6.69104 17.3144 6.60504 17.2273 6.52249L16.9865 4.4775C16.9741 4.37105 16.937 4.26896 16.8782 4.17938C16.8194 4.0898 16.7404 4.0152 16.6477 3.96153C15.9398 3.55163 15.1807 3.2373 14.3903 3.02675C14.2861 2.99906 14.1769 2.99623 14.0714 3.01848C13.966 3.04074 13.8672 3.08746 13.7831 3.15489L12.1845 4.43107C12.0606 4.43107 11.9368 4.43107 11.813 4.43107L10.21 3.15059C10.1258 3.08331 10.027 3.03674 9.92159 3.01464C9.81613 2.99253 9.70696 2.9955 9.60286 3.02331C8.81234 3.23403 8.05326 3.54865 7.34547 3.95895C7.25287 4.01272 7.17409 4.08736 7.11542 4.17694C7.05675 4.26651 7.0198 4.36855 7.0075 4.47492L6.78048 6.51819C6.69104 6.60361 6.60504 6.68961 6.52249 6.77618L4.4775 7.01094C4.37105 7.02333 4.26896 7.06041 4.17938 7.11924C4.0898 7.17806 4.0152 7.25701 3.96153 7.34977C3.55163 8.05766 3.2373 8.81672 3.02675 9.60716C2.99906 9.71133 2.99623 9.82054 3.01848 9.92599C3.04074 10.0315 3.08746 10.1302 3.15489 10.2143L4.43107 11.813C4.43107 11.9368 4.43107 12.0606 4.43107 12.1845L3.15059 13.7874C3.08331 13.8716 3.03674 13.9704 3.01464 14.0758C2.99253 14.1813 2.9955 14.2905 3.02331 14.3946C3.23365 15.1852 3.54829 15.9443 3.95895 16.652C4.01272 16.7446 4.08736 16.8233 4.17694 16.882C4.26651 16.9407 4.36855 16.9776 4.47492 16.9899L6.51475 17.2169C6.60017 17.3064 6.68617 17.3924 6.77274 17.4749L7.01094 19.5199C7.02333 19.6264 7.06041 19.7285 7.11924 19.818C7.17806 19.9076 7.25701 19.9822 7.34977 20.0359C8.05766 20.4458 8.81672 20.7601 9.60716 20.9707C9.71133 20.9984 9.82054 21.0012 9.92599 20.9789C10.0315 20.9567 10.1302 20.91 10.2143 20.8425L11.813 19.5664C11.9368 19.5698 12.0606 19.5698 12.1845 19.5664L13.7874 20.8494C13.8716 20.9167 13.9704 20.9633 14.0758 20.9854C14.1813 21.0075 14.2905 21.0045 14.3946 20.9767C15.1852 20.7663 15.9443 20.4517 16.652 20.0411C16.7446 19.9873 16.8233 19.9126 16.882 19.8231C16.9407 19.7335 16.9776 19.6315 16.9899 19.5251L17.2169 17.4853C17.3064 17.4004 17.3924 17.3144 17.4749 17.2273L19.5199 16.9865C19.6264 16.9741 19.7285 16.937 19.818 16.8782C19.9076 16.8194 19.9822 16.7404 20.0359 16.6477C20.4458 15.9398 20.7601 15.1807 20.9707 14.3903C20.9984 14.2861 21.0012 14.1769 20.9789 14.0714C20.9567 13.966 20.91 13.8672 20.8425 13.7831L19.5664 12.1845ZM18.1818 11.6255C18.1964 11.8741 18.1964 12.1233 18.1818 12.3719C18.1716 12.5421 18.2249 12.7101 18.3315 12.8432L19.5517 14.3679C19.4117 14.8129 19.2324 15.2446 19.016 15.6578L17.0725 15.878C16.9032 15.8968 16.7469 15.9777 16.6339 16.105C16.4684 16.2912 16.2921 16.4675 16.1059 16.633C15.9785 16.7461 15.8976 16.9024 15.8788 17.0716L15.663 19.0134C15.2498 19.2299 14.8181 19.4092 14.3731 19.5492L12.8475 18.3289C12.7254 18.2313 12.5738 18.1783 12.4175 18.1784H12.3762C12.1276 18.193 11.8784 18.193 11.6298 18.1784C11.4596 18.1681 11.2916 18.2215 11.1585 18.328L9.62952 19.5492C9.18452 19.4091 8.75284 19.2298 8.33958 19.0134L8.11943 17.0725C8.10065 16.9032 8.01975 16.7469 7.8924 16.6339C7.70623 16.4684 7.52992 16.2921 7.36439 16.1059C7.25133 15.9785 7.09506 15.8976 6.92581 15.8788L4.98402 15.6621C4.76747 15.2489 4.58818 14.8172 4.44826 14.3722L5.66855 12.8466C5.7751 12.7135 5.82843 12.5456 5.81818 12.3754C5.80356 12.1268 5.80356 11.8775 5.81818 11.6289C5.82843 11.4587 5.7751 11.2908 5.66855 11.1577L4.44826 9.62952C4.58829 9.18452 4.76758 8.75284 4.98402 8.33958L6.92495 8.11943C7.0942 8.10065 7.25047 8.01975 7.36353 7.8924C7.52906 7.70623 7.70537 7.52992 7.89154 7.36439C8.0194 7.25126 8.10062 7.09463 8.11943 6.92495L8.33528 4.98402C8.7485 4.76747 9.18018 4.58818 9.62522 4.44826L11.1508 5.66855C11.2839 5.7751 11.4518 5.82843 11.622 5.81818C11.8706 5.80356 12.1199 5.80356 12.3685 5.81818C12.5387 5.82843 12.7066 5.7751 12.8398 5.66855L14.3679 4.44826C14.8129 4.58829 15.2446 4.76758 15.6578 4.98402L15.878 6.92495C15.8968 7.0942 15.9777 7.25047 16.105 7.36353C16.2912 7.52906 16.4675 7.70537 16.633 7.89154C16.7461 8.01889 16.9024 8.09978 17.0716 8.11857L19.0134 8.33442C19.2299 8.74764 19.4092 9.17932 19.5492 9.62436L18.3289 11.1499C18.2213 11.2842 18.1679 11.4538 18.1792 11.6255H18.1818Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{s as Settings};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("share-1",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M17.0012 14.8582C16.5248 14.858 16.0532 14.9535 15.6143 15.1388C15.1754 15.3242 14.7782 15.5958 14.4462 15.9375L10.3307 13.2923C10.6545 12.4622 10.6545 11.5407 10.3307 10.7105L14.4462 8.06539C15.0644 8.69862 15.8957 9.07975 16.7789 9.1349C17.6621 9.19005 18.5343 8.91528 19.2265 8.36387C19.9186 7.81245 20.3814 7.02368 20.525 6.15047C20.6686 5.27726 20.4829 4.38183 20.0038 3.63778C19.5248 2.89373 18.7865 2.35407 17.9321 2.12342C17.0778 1.89278 16.1682 1.98758 15.3798 2.38946C14.5913 2.79134 13.9802 3.47165 13.6649 4.2985C13.3496 5.12536 13.3525 6.03984 13.6731 6.86466L9.55762 9.50982C9.06204 9.00103 8.42599 8.65159 7.73078 8.50617C7.03557 8.36074 6.31278 8.42594 5.65481 8.69342C4.99685 8.96091 4.43359 9.41853 4.03706 10.0078C3.64052 10.597 3.42871 11.2912 3.42871 12.0014C3.42871 12.7117 3.64052 13.4058 4.03706 13.9951C4.43359 14.5843 4.99685 15.042 5.65481 15.3094C6.31278 15.5769 7.03557 15.6421 7.73078 15.4967C8.42599 15.3513 9.06204 15.0018 9.55762 14.493L13.6731 17.1382C13.3974 17.8493 13.3566 18.63 13.5567 19.3659C13.7568 20.1018 14.1872 20.7544 14.785 21.228C15.3828 21.7016 16.1165 21.9714 16.8787 21.9979C17.6409 22.0243 18.3916 21.806 19.0207 21.375C19.6499 20.9439 20.1245 20.3228 20.3752 19.6025C20.6258 18.8822 20.6392 18.1005 20.4134 17.3721C20.1877 16.6436 19.7346 16.0065 19.1206 15.5541C18.5066 15.1018 17.7639 14.8579 17.0012 14.8582ZM17.0012 3.43123C17.425 3.43123 17.8392 3.55689 18.1915 3.79231C18.5439 4.02774 18.8185 4.36236 18.9807 4.75386C19.1428 5.14536 19.1853 5.57615 19.1026 5.99177C19.0199 6.40738 18.8159 6.78915 18.5162 7.08879C18.2166 7.38843 17.8348 7.59249 17.4192 7.67516C17.0036 7.75783 16.5728 7.7154 16.1813 7.55324C15.7898 7.39107 15.4552 7.11646 15.2197 6.76411C14.9843 6.41177 14.8587 5.99753 14.8587 5.57378C14.8587 5.00554 15.0844 4.46057 15.4862 4.05877C15.888 3.65696 16.433 3.43123 17.0012 3.43123ZM7.00263 14.144C6.57888 14.144 6.16464 14.0183 5.8123 13.7829C5.45995 13.5475 5.18534 13.2128 5.02317 12.8213C4.86101 12.4298 4.81858 11.9991 4.90125 11.5834C4.98392 11.1678 5.18798 10.7861 5.48762 10.4864C5.78726 10.1868 6.16903 9.98272 6.58464 9.90005C7.00026 9.81738 7.43105 9.85981 7.82255 10.022C8.21405 10.1841 8.54867 10.4588 8.7841 10.8111C9.01952 11.1634 9.14518 11.5777 9.14518 12.0014C9.14518 12.5697 8.91945 13.1146 8.51764 13.5164C8.11584 13.9182 7.57087 14.144 7.00263 14.144ZM17.0012 20.5716C16.5774 20.5716 16.1632 20.446 15.8109 20.2105C15.4585 19.9751 15.1839 19.6405 15.0217 19.249C14.8596 18.8575 14.8171 18.4267 14.8998 18.0111C14.9825 17.5955 15.1865 17.2137 15.4862 16.9141C15.7858 16.6144 16.1676 16.4104 16.5832 16.3277C16.9988 16.245 17.4296 16.2875 17.8211 16.4496C18.2126 16.6118 18.5472 16.8864 18.7827 17.2387C19.0181 17.5911 19.1438 18.0053 19.1438 18.4291C19.1438 18.9973 18.918 19.5423 18.5162 19.9441C18.1144 20.3459 17.5694 20.5716 17.0012 20.5716Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Share1};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const m=o("share-2",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M19.2303 11.308V19.6154C19.2303 19.9826 19.0844 20.3348 18.8248 20.5945C18.5651 20.8541 18.2129 21 17.8457 21H5.38457C5.01736 21 4.66519 20.8541 4.40553 20.5945C4.14587 20.3348 4 19.9826 4 19.6154V11.308C4 10.9408 4.14587 10.5886 4.40553 10.3289C4.66519 10.0693 5.01736 9.92341 5.38457 9.92341H7.46143C7.64504 9.92341 7.82113 9.99635 7.95095 10.1262C8.08078 10.256 8.15372 10.4321 8.15372 10.6157C8.15372 10.7993 8.08078 10.9754 7.95095 11.1052C7.82113 11.235 7.64504 11.308 7.46143 11.308H5.38457V19.6154H17.8457V11.308H15.7689C15.5853 11.308 15.4092 11.235 15.2794 11.1052C15.1495 10.9754 15.0766 10.7993 15.0766 10.6157C15.0766 10.4321 15.1495 10.256 15.2794 10.1262C15.4092 9.99635 15.5853 9.92341 15.7689 9.92341H17.8457C18.2129 9.92341 18.5651 10.0693 18.8248 10.3289C19.0844 10.5886 19.2303 10.9408 19.2303 11.308ZM8.64351 7.64406L10.9229 5.36384V13.3848C10.9229 13.5685 10.9958 13.7445 11.1256 13.8744C11.2555 14.0042 11.4315 14.0771 11.6152 14.0771C11.7988 14.0771 11.9748 14.0042 12.1047 13.8744C12.2345 13.7445 12.3074 13.5685 12.3074 13.3848V5.36384L14.5868 7.64406C14.7167 7.77396 14.8929 7.84694 15.0766 7.84694C15.2603 7.84694 15.4365 7.77396 15.5664 7.64406C15.6963 7.51416 15.7693 7.33797 15.7693 7.15427C15.7693 6.97056 15.6963 6.79437 15.5664 6.66447L12.1049 3.20304C12.0407 3.13867 11.9643 3.08761 11.8803 3.05277C11.7962 3.01793 11.7061 3 11.6152 3C11.5242 3 11.4341 3.01793 11.35 3.05277C11.266 3.08761 11.1897 3.13867 11.1254 3.20304L7.66393 6.66447C7.53403 6.79437 7.46105 6.97056 7.46105 7.15427C7.46105 7.33797 7.53403 7.51416 7.66393 7.64406C7.79383 7.77396 7.97001 7.84694 8.15372 7.84694C8.33743 7.84694 8.51361 7.77396 8.64351 7.64406Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{m as Share2};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const V=o("shield-lock",C`
|
|
2
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M19.5 3.49985H4.5C4.10218 3.49985 3.72064 3.65998 3.43934 3.94502C3.15804 4.23006 3 4.61666 3 5.01977V10.3395C3 15.3476 5.3925 18.3827 7.39969 20.047C9.56156 21.8386 11.7122 22.4475 11.8059 22.4722C11.9348 22.5078 12.0708 22.5078 12.1997 22.4722C12.2934 22.4475 14.4413 21.8386 16.6059 20.047C18.6075 18.3827 21 15.3476 21 10.3395V5.01977C21 4.61666 20.842 4.23006 20.5607 3.94502C20.2794 3.65998 19.8978 3.49985 19.5 3.49985ZM19.5 10.3395C19.5 13.861 18.2194 16.7194 15.6937 18.8339C14.5943 19.7513 13.344 20.4652 12 20.9428C10.6736 20.4735 9.4387 19.7723 8.35125 18.871C5.79563 16.7526 4.5 13.8828 4.5 10.3395V5.01977H19.5V10.3395Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
<path
|
|
8
|
-
d="M16.25 11.3528V15.1526C16.25 15.3541 16.171 15.5474 16.0303 15.6899C15.8897 15.8325 15.6989 15.9125 15.5 15.9125H8.75C8.55109 15.9125 8.36032 15.8325 8.21967 15.6899C8.07902 15.5474 8 15.3541 8 15.1526V11.3528C8 11.1512 8.07902 10.9579 8.21967 10.8154C8.36032 10.6729 8.55109 10.5928 8.75 10.5928H9.5V10.2128C9.5 9.50739 9.77656 8.83084 10.2688 8.33202C10.7611 7.8332 11.4288 7.55297 12.125 7.55297C12.8212 7.55297 13.4889 7.8332 13.9812 8.33202C14.4734 8.83084 14.75 9.50739 14.75 10.2128V10.5928H15.5C15.6989 10.5928 15.8897 10.6729 16.0303 10.8154C16.171 10.9579 16.25 11.1512 16.25 11.3528ZM11 10.5928H13.25V10.2128C13.25 9.9105 13.1315 9.62055 12.9205 9.40677C12.7095 9.19299 12.4234 9.07289 12.125 9.07289C11.8266 9.07289 11.5405 9.19299 11.3295 9.40677C11.1185 9.62055 11 9.9105 11 10.2128V10.5928ZM14.75 12.1127H9.5V14.3926H14.75V12.1127Z"
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
`);export{V as ShieldLock};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as i}from"../../icon-registry.js";const l=i("shield-warning",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M11.2798 11.64V8.03999C11.2798 7.84903 11.3557 7.6659 11.4907 7.53087C11.6258 7.39584 11.8089 7.31999 11.9998 7.31999C12.1908 7.31999 12.3739 7.39584 12.509 7.53087C12.644 7.6659 12.7198 7.84903 12.7198 8.03999V11.64C12.7198 11.8309 12.644 12.0141 12.509 12.1491C12.3739 12.2841 12.1908 12.36 11.9998 12.36C11.8089 12.36 11.6258 12.2841 11.4907 12.1491C11.3557 12.0141 11.2798 11.8309 11.2798 11.64ZM11.9998 15.96C12.2134 15.96 12.4222 15.8966 12.5999 15.778C12.7775 15.6593 12.9159 15.4906 12.9976 15.2933C13.0794 15.0959 13.1008 14.8788 13.0591 14.6693C13.0174 14.4598 12.9146 14.2673 12.7635 14.1163C12.6125 13.9653 12.42 13.8624 12.2105 13.8207C12.001 13.779 11.7839 13.8004 11.5865 13.8822C11.3892 13.9639 11.2205 14.1023 11.1019 14.28C10.9832 14.4576 10.9198 14.6664 10.9198 14.88C10.9198 15.1664 11.0336 15.4411 11.2362 15.6436C11.4387 15.8462 11.7134 15.96 11.9998 15.96ZM20.6398 4.44V9.47998C20.6398 14.2248 18.343 17.1003 16.4161 18.6771C14.3407 20.3745 12.2761 20.9514 12.1861 20.9748C12.0624 21.0084 11.9319 21.0084 11.8081 20.9748C11.7181 20.9514 9.65625 20.3745 7.57815 18.6771C5.65666 17.1003 3.35986 14.2248 3.35986 9.47998V4.44C3.35986 4.05809 3.51158 3.69182 3.78163 3.42176C4.05168 3.15171 4.41795 3 4.79986 3H19.1998C19.5817 3 19.948 3.15171 20.2181 3.42176C20.4881 3.69182 20.6398 4.05809 20.6398 4.44ZM19.1998 4.44H4.79986V9.47998C4.79986 12.837 6.04366 15.5559 8.49615 17.5629C9.54037 18.4169 10.7262 19.0812 11.9998 19.5258C13.2903 19.0733 14.491 18.397 15.5467 17.5278C17.9704 15.5244 19.1998 12.8163 19.1998 9.47998V4.44Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{l as ShieldWarning};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as i}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const l=o("sidebar-simple",i`
|
|
2
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M19.6154 4.88464H4.38462C4.01739 4.88464 3.66521 5.03052 3.40554 5.29019C3.14588 5.54985 3 5.90204 3 6.26926V18.7308C3 19.098 3.14588 19.4502 3.40554 19.7099C3.66521 19.9695 4.01739 20.1154 4.38462 20.1154H19.6154C19.9826 20.1154 20.3348 19.9695 20.5945 19.7099C20.8541 19.4502 21 19.098 21 18.7308V6.26926C21 5.90204 20.8541 5.54985 20.5945 5.29019C20.3348 5.03052 19.9826 4.88464 19.6154 4.88464ZM4.38462 6.26926H7.84615V18.7308H4.38462V6.26926ZM19.6154 18.7308H9.23077V6.26926H19.6154V18.7308Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{l as SidebarSimple};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const V=o("sidebar",C`
|
|
2
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M19.6154 4.88464H4.38462C4.01739 4.88464 3.66521 5.03052 3.40554 5.29019C3.14588 5.54985 3 5.90204 3 6.26926V18.7308C3 19.098 3.14588 19.4502 3.40554 19.7099C3.66521 19.9695 4.01739 20.1154 4.38462 20.1154H19.6154C19.9826 20.1154 20.3348 19.9695 20.5945 19.7099C20.8541 19.4502 21 19.098 21 18.7308V6.26926C21 5.90204 20.8541 5.54985 20.5945 5.29019C20.3348 5.03052 19.9826 4.88464 19.6154 4.88464ZM4.38462 14.577H5.76923C5.95284 14.577 6.12893 14.504 6.25877 14.3742C6.3886 14.2443 6.46154 14.0683 6.46154 13.8846C6.46154 13.701 6.3886 13.5249 6.25877 13.3951C6.12893 13.2653 5.95284 13.1923 5.76923 13.1923H4.38462V11.8077H5.76923C5.95284 11.8077 6.12893 11.7348 6.25877 11.6049C6.3886 11.4751 6.46154 11.299 6.46154 11.1154C6.46154 10.9318 6.3886 10.7557 6.25877 10.6259C6.12893 10.496 5.95284 10.4231 5.76923 10.4231H4.38462V9.03849H5.76923C5.95284 9.03849 6.12893 8.96555 6.25877 8.83572C6.3886 8.70588 6.46154 8.52979 6.46154 8.34618C6.46154 8.16257 6.3886 7.98648 6.25877 7.85665C6.12893 7.72681 5.95284 7.65387 5.76923 7.65387H4.38462V6.26926H7.84615V18.7308H4.38462V14.577ZM19.6154 18.7308H9.23077V6.26926H19.6154V18.7308Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{V as Sidebar};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const i=o("smart-home",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M15.8185 1.81852C15.9424 1.69461 16.1105 1.625 16.2857 1.625C19.6435 1.625 22.375 4.35646 22.375 7.71429C22.375 7.88952 22.3054 8.05757 22.1815 8.18148C22.0576 8.30539 21.8895 8.375 21.7143 8.375C21.5391 8.375 21.371 8.30539 21.2471 8.18148C21.1232 8.05757 21.0536 7.88952 21.0536 7.71429C21.0536 5.08568 18.9143 2.94643 16.2857 2.94643C16.1105 2.94643 15.9424 2.87682 15.8185 2.75291C15.6946 2.629 15.625 2.46095 15.625 2.28571C15.625 2.11048 15.6946 1.94243 15.8185 1.81852ZM15.8185 4.38995C15.9424 4.26604 16.1105 4.19643 16.2857 4.19643C17.2183 4.19749 18.1128 4.56841 18.7722 5.22783C19.4316 5.88725 19.8025 6.7813 19.8036 7.71386C19.8036 7.88909 19.734 8.05757 19.6101 8.18148C19.4861 8.30539 19.3181 8.375 19.1429 8.375C18.9676 8.375 18.7996 8.30539 18.6757 8.18148C18.5518 8.05762 18.4822 7.88965 18.4821 7.71449C18.4814 7.13213 18.2498 6.57381 17.838 6.16201C17.4261 5.75016 16.8677 5.5185 16.2853 5.51786C16.1102 5.51775 15.9423 5.44815 15.8185 5.32434C15.6946 5.20043 15.625 5.03238 15.625 4.85714C15.625 4.68191 15.6946 4.51386 15.8185 4.38995Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
<path
|
|
10
|
-
d="M19.8577 10.6213L12.6578 3.42143C12.3878 3.15158 12.0216 3 11.6399 3C11.2582 3 10.892 3.15158 10.622 3.42143L3.4221 10.6213C3.28774 10.7547 3.18123 10.9134 3.10877 11.0883C3.0363 11.2632 2.99934 11.4508 3.00001 11.6401V20.28C3.00001 20.471 3.07587 20.6541 3.21089 20.7891C3.34591 20.9241 3.52905 21 3.72 21H9.47993C9.67088 21 9.85401 20.9241 9.98904 20.7891C10.1241 20.6541 10.1999 20.471 10.1999 20.28V15.2401H13.0799V20.28C13.0799 20.471 13.1557 20.6541 13.2908 20.7891C13.4258 20.9241 13.6089 21 13.7999 21H19.5598C19.7508 21 19.9339 20.9241 20.0689 20.7891C20.2039 20.6541 20.2798 20.471 20.2798 20.28V11.6401C20.2805 11.4508 20.2435 11.2632 20.171 11.0883C20.0986 10.9134 19.9921 10.7547 19.8577 10.6213ZM18.8398 19.56H14.5199V14.5201C14.5199 14.3291 14.444 14.146 14.309 14.011C14.174 13.8759 13.9908 13.8001 13.7999 13.8001H9.47993C9.28897 13.8001 9.10584 13.8759 8.97082 14.011C8.83579 14.146 8.75993 14.3291 8.75993 14.5201V19.56H4.43999V11.6401L11.6399 4.44021L18.8398 11.6401V19.56Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
`);export{i as SmartHome};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as r}from"../../icon-registry.js";const e=r("sort-arrow-solid-down",o`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M7.84119 9H16.1592C16.3278 9.00455 16.4914 9.05826 16.63 9.15451C16.7685 9.25076 16.8759 9.38536 16.939 9.54181C17.0021 9.69825 17.0181 9.8697 16.9851 10.0351C16.9521 10.2006 16.8715 10.3527 16.7532 10.473L12.5942 14.747C12.5177 14.8271 12.4258 14.8909 12.3239 14.9345C12.2221 14.9781 12.1125 15.0006 12.0017 15.0006C11.8909 15.0006 11.7813 14.9781 11.6794 14.9345C11.5776 14.8909 11.4857 14.8271 11.4092 14.747L7.24718 10.473C7.12888 10.3527 7.04828 10.2006 7.01527 10.0351C6.98227 9.8697 6.9983 9.69825 7.06139 9.54181C7.12447 9.38536 7.23188 9.25076 7.37041 9.15451C7.50894 9.05826 7.67256 9.00455 7.84119 9Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
</svg>
|
|
10
|
-
`);export{e as SortArrowSolidDown};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as r}from"../../icon-registry.js";const C=r("sort-arrow-solid-left",o`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M15.0006 7.84082V16.1588C14.996 16.3274 14.9423 16.4911 14.8461 16.6296C14.7498 16.7681 14.6152 16.8755 14.4588 16.9386C14.3023 17.0017 14.1309 17.0177 13.9655 16.9847C13.8 16.9517 13.6478 16.8711 13.5276 16.7528L9.25357 12.5938C9.17343 12.5173 9.10966 12.4254 9.06607 12.3236C9.02249 12.2217 9 12.1121 9 12.0013C9 11.8905 9.02249 11.7809 9.06607 11.6791C9.10966 11.5772 9.17343 11.4853 9.25357 11.4088L13.5276 7.24682C13.6478 7.12852 13.8 7.04792 13.9655 7.01491C14.1309 6.9819 14.3023 6.99793 14.4588 7.06101C14.6152 7.1241 14.7498 7.2315 14.8461 7.37004C14.9423 7.50857 14.996 7.6722 15.0006 7.84082Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
</svg>
|
|
10
|
-
`);export{C as SortArrowSolidLeft};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as r}from"../../icon-registry.js";const e=r("sort-arrow-solid-right",o`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M9 16.1593V7.84131C9.00455 7.67268 9.05826 7.50906 9.15451 7.37053C9.25076 7.232 9.38536 7.1246 9.54181 7.06151C9.69825 6.99842 9.8697 6.98239 10.0351 7.0154C10.2006 7.0484 10.3527 7.129 10.473 7.2473L14.747 11.4063C14.8271 11.4828 14.8909 11.5747 14.9345 11.6766C14.9781 11.7784 15.0006 11.888 15.0006 11.9988C15.0006 12.1096 14.9781 12.2192 14.9345 12.321C14.8909 12.4229 14.8271 12.5148 14.747 12.5913L10.473 16.7533C10.3527 16.8716 10.2006 16.9522 10.0351 16.9852C9.8697 17.0182 9.69825 17.0022 9.54181 16.9391C9.38536 16.876 9.25076 16.7686 9.15451 16.6301C9.05826 16.4916 9.00455 16.3279 9 16.1593Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
</svg>
|
|
10
|
-
`);export{e as SortArrowSolidRight};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as C}from"../../icon-registry.js";const t=C("sort-arrow-solid-up-down",o`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M7.84119 14H16.1592C16.3278 14.0045 16.4914 14.0583 16.63 14.1545C16.7685 14.2508 16.8759 14.3854 16.939 14.5418C17.0021 14.6983 17.0181 14.8697 16.9851 15.0351C16.9521 15.2006 16.8715 15.3527 16.7532 15.473L12.5942 19.747C12.5177 19.8271 12.4258 19.8909 12.3239 19.9345C12.2221 19.9781 12.1125 20.0006 12.0017 20.0006C11.8909 20.0006 11.7813 19.9781 11.6794 19.9345C11.5776 19.8909 11.4857 19.8271 11.4092 19.747L7.24718 15.473C7.12888 15.3527 7.04828 15.2006 7.01527 15.0351C6.98227 14.8697 6.9983 14.6983 7.06139 14.5418C7.12447 14.3854 7.23188 14.2508 7.37041 14.1545C7.50894 14.0583 7.67256 14.0045 7.84119 14Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M7.84119 10.0006H16.1592C16.3278 9.99603 16.4914 9.94232 16.63 9.84607C16.7685 9.74982 16.8759 9.61522 16.939 9.45877C17.0021 9.30233 17.0181 9.13088 16.9851 8.96545C16.9521 8.80003 16.8715 8.64784 16.7532 8.52759L12.5942 4.25357C12.5177 4.17343 12.4258 4.10966 12.3239 4.06607C12.2221 4.02249 12.1125 4 12.0017 4C11.8909 4 11.7813 4.02249 11.6794 4.06607C11.5776 4.10966 11.4857 4.17343 11.4092 4.25357L7.24719 8.52759C7.12889 8.64784 7.04828 8.80003 7.01528 8.96545C6.98227 9.13088 6.99829 9.30233 7.06138 9.45877C7.12447 9.61522 7.23187 9.74982 7.3704 9.84607C7.50893 9.94232 7.67256 9.99603 7.84119 10.0006Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
`);export{t as SortArrowSolidUpDown};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as o}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as r}from"../../icon-registry.js";const e=r("sort-arrow-solid-up",o`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
fill-rule="evenodd"
|
|
5
|
-
clip-rule="evenodd"
|
|
6
|
-
d="M7.84119 15.0001H16.1592C16.3278 14.9955 16.4914 14.9418 16.63 14.8456C16.7685 14.7493 16.8759 14.6147 16.939 14.4583C17.0021 14.3018 17.0181 14.1304 16.9851 13.965C16.9521 13.7995 16.8715 13.6474 16.7532 13.5271L12.5942 9.25308C12.5177 9.17294 12.4258 9.10917 12.3239 9.06558C12.2221 9.022 12.1125 8.99951 12.0017 8.99951C11.8909 8.99951 11.7813 9.022 11.6794 9.06558C11.5776 9.10917 11.4857 9.17294 11.4092 9.25308L7.24719 13.5271C7.12889 13.6474 7.04828 13.7995 7.01528 13.965C6.98227 14.1304 6.99829 14.3018 7.06138 14.4583C7.12447 14.6147 7.23187 14.7493 7.3704 14.8456C7.50893 14.9418 7.67256 14.9955 7.84119 15.0001Z"
|
|
7
|
-
fill="currentColor"
|
|
8
|
-
/>
|
|
9
|
-
</svg>
|
|
10
|
-
`);export{e as SortArrowSolidUp};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as r}from"../../icon-registry.js";const s=r("sort-reverse-variant",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M2.75 12.5C2.75 12.3011 2.82902 12.1103 2.96967 11.9696C3.11032 11.829 3.30109 11.75 3.5 11.75H10.25C10.4489 11.75 10.6397 11.829 10.7803 11.9696C10.921 12.1103 11 12.3011 11 12.5C11 12.6989 10.921 12.8897 10.7803 13.0303C10.6397 13.171 10.4489 13.25 10.25 13.25H3.5C3.30109 13.25 3.11032 13.171 2.96967 13.0303C2.82902 12.8897 2.75 12.6989 2.75 12.5ZM3.5 7.24998H8.75C8.94891 7.24998 9.13968 7.17096 9.28033 7.03031C9.42098 6.88966 9.5 6.69889 9.5 6.49998C9.5 6.30107 9.42098 6.1103 9.28033 5.96965C9.13968 5.829 8.94891 5.74998 8.75 5.74998H3.5C3.30109 5.74998 3.11032 5.829 2.96967 5.96965C2.82902 6.1103 2.75 6.30107 2.75 6.49998C2.75 6.69889 2.82902 6.88966 2.96967 7.03031C3.11032 7.17096 3.30109 7.24998 3.5 7.24998ZM16.25 17.75H3.5C3.30109 17.75 3.11032 17.829 2.96967 17.9696C2.82902 18.1103 2.75 18.3011 2.75 18.5C2.75 18.6989 2.82902 18.8897 2.96967 19.0303C3.11032 19.171 3.30109 19.25 3.5 19.25H16.25C16.4489 19.25 16.6397 19.171 16.7803 19.0303C16.921 18.8897 17 18.6989 17 18.5C17 18.3011 16.921 18.1103 16.7803 17.9696C16.6397 17.829 16.4489 17.75 16.25 17.75ZM20.5306 8.21935L16.7806 4.46935C16.711 4.39962 16.6283 4.3443 16.5372 4.30656C16.4462 4.26882 16.3486 4.24939 16.25 4.24939C16.1514 4.24939 16.0538 4.26882 15.9628 4.30656C15.8717 4.3443 15.789 4.39962 15.7194 4.46935L11.9694 8.21935C11.8286 8.36009 11.7496 8.55096 11.7496 8.74998C11.7496 8.949 11.8286 9.13987 11.9694 9.28061C12.1101 9.42134 12.301 9.5004 12.5 9.5004C12.699 9.5004 12.8899 9.42134 13.0306 9.28061L15.5 6.81029V14C15.5 14.1989 15.579 14.3897 15.7197 14.5303C15.8603 14.671 16.0511 14.75 16.25 14.75C16.4489 14.75 16.6397 14.671 16.7803 14.5303C16.921 14.3897 17 14.1989 17 14V6.81029L19.4694 9.28061C19.5391 9.35029 19.6218 9.40556 19.7128 9.44327C19.8039 9.48099 19.9015 9.5004 20 9.5004C20.0985 9.5004 20.1961 9.48099 20.2872 9.44327C20.3782 9.40556 20.4609 9.35029 20.5306 9.28061C20.6003 9.21092 20.6556 9.1282 20.6933 9.03715C20.731 8.94611 20.7504 8.84853 20.7504 8.74998C20.7504 8.65143 20.731 8.55385 20.6933 8.46281C20.6556 8.37176 20.6003 8.28904 20.5306 8.21935Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{s as SortReverseVariant};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as t}from"../../icon-registry.js";const n=t("sort-variant",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M11 11.5C11 11.6989 10.921 11.8897 10.7803 12.0303C10.6397 12.171 10.4489 12.25 10.25 12.25H3.5C3.30109 12.25 3.11032 12.171 2.96967 12.0303C2.82902 11.8897 2.75 11.6989 2.75 11.5C2.75 11.3011 2.82902 11.1103 2.96967 10.9697C3.11032 10.829 3.30109 10.75 3.5 10.75H10.25C10.4489 10.75 10.6397 10.829 10.7803 10.9697C10.921 11.1103 11 11.3011 11 11.5ZM3.5 6.25H16.25C16.4489 6.25 16.6397 6.17098 16.7803 6.03033C16.921 5.88968 17 5.69891 17 5.5C17 5.30109 16.921 5.11032 16.7803 4.96967C16.6397 4.82902 16.4489 4.75 16.25 4.75H3.5C3.30109 4.75 3.11032 4.82902 2.96967 4.96967C2.82902 5.11032 2.75 5.30109 2.75 5.5C2.75 5.69891 2.82902 5.88968 2.96967 6.03033C3.11032 6.17098 3.30109 6.25 3.5 6.25ZM8.75 16.75H3.5C3.30109 16.75 3.11032 16.829 2.96967 16.9697C2.82902 17.1103 2.75 17.3011 2.75 17.5C2.75 17.6989 2.82902 17.8897 2.96967 18.0303C3.11032 18.171 3.30109 18.25 3.5 18.25H8.75C8.94891 18.25 9.13968 18.171 9.28033 18.0303C9.42098 17.8897 9.5 17.6989 9.5 17.5C9.5 17.3011 9.42098 17.1103 9.28033 16.9697C9.13968 16.829 8.94891 16.75 8.75 16.75ZM20.5306 14.7194C20.461 14.6496 20.3783 14.5943 20.2872 14.5566C20.1962 14.5188 20.0986 14.4994 20 14.4994C19.9014 14.4994 19.8038 14.5188 19.7128 14.5566C19.6217 14.5943 19.539 14.6496 19.4694 14.7194L17 17.1897V10C17 9.80109 16.921 9.61032 16.7803 9.46967C16.6397 9.32902 16.4489 9.25 16.25 9.25C16.0511 9.25 15.8603 9.32902 15.7197 9.46967C15.579 9.61032 15.5 9.80109 15.5 10V17.1897L13.0306 14.7194C12.8899 14.5786 12.699 14.4996 12.5 14.4996C12.301 14.4996 12.1101 14.5786 11.9694 14.7194C11.8286 14.8601 11.7496 15.051 11.7496 15.25C11.7496 15.449 11.8286 15.6399 11.9694 15.7806L15.7194 19.5306C15.789 19.6004 15.8717 19.6557 15.9628 19.6934C16.0538 19.7312 16.1514 19.7506 16.25 19.7506C16.3486 19.7506 16.4462 19.7312 16.5372 19.6934C16.6283 19.6557 16.711 19.6004 16.7806 19.5306L20.5306 15.7806C20.6004 15.711 20.6557 15.6283 20.6934 15.5372C20.7312 15.4462 20.7506 15.3486 20.7506 15.25C20.7506 15.1514 20.7312 15.0538 20.6934 14.9628C20.6557 14.8717 20.6004 14.789 20.5306 14.7194Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{n as SortVariant};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as o}from"../../icon-registry.js";const e=o("sparkle-filled",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M18.5523 13.7221C18.5541 14.0032 18.4687 14.278 18.3078 14.5086C18.147 14.7392 17.9186 14.9143 17.6542 15.0098L13.2084 16.6526L11.5708 21.1018C11.4738 21.3653 11.2984 21.5927 11.0681 21.7533C10.8378 21.9139 10.5638 22 10.2831 22C10.0023 22 9.72835 21.9139 9.49809 21.7533C9.26782 21.5927 9.09236 21.3653 8.99538 21.1018L7.3474 16.6526L2.89817 15.015C2.63471 14.918 2.40734 14.7425 2.24673 14.5123C2.08611 14.282 2 14.008 2 13.7273C2 13.4465 2.08611 13.1725 2.24673 12.9423C2.40734 12.712 2.63471 12.5365 2.89817 12.4395L7.3474 10.7916L8.98504 6.34234C9.08202 6.07888 9.25748 5.8515 9.48774 5.69089C9.71801 5.53028 9.992 5.44417 10.2727 5.44417C10.5535 5.44417 10.8275 5.53028 11.0577 5.69089C11.288 5.8515 11.4635 6.07888 11.5605 6.34234L13.2084 10.7916L17.6577 12.4292C17.9223 12.5256 18.1505 12.7017 18.3107 12.9333C18.471 13.1649 18.5554 13.4405 18.5523 13.7221ZM13.7256 5.44767H15.1047V6.82674C15.1047 7.00962 15.1773 7.185 15.3066 7.31431C15.4359 7.44363 15.6113 7.51627 15.7942 7.51627C15.9771 7.51627 16.1525 7.44363 16.2818 7.31431C16.4111 7.185 16.4837 7.00962 16.4837 6.82674V5.44767H17.8628C18.0457 5.44767 18.2211 5.37502 18.3504 5.24571C18.4797 5.1164 18.5523 4.94101 18.5523 4.75814C18.5523 4.57526 18.4797 4.39988 18.3504 4.27056C18.2211 4.14125 18.0457 4.0686 17.8628 4.0686H16.4837V2.68953C16.4837 2.50666 16.4111 2.33127 16.2818 2.20196C16.1525 2.07265 15.9771 2 15.7942 2C15.6113 2 15.4359 2.07265 15.3066 2.20196C15.1773 2.33127 15.1047 2.50666 15.1047 2.68953V4.0686H13.7256C13.5427 4.0686 13.3673 4.14125 13.238 4.27056C13.1087 4.39988 13.0361 4.57526 13.0361 4.75814C13.0361 4.94101 13.1087 5.1164 13.238 5.24571C13.3673 5.37502 13.5427 5.44767 13.7256 5.44767ZM21.3105 8.20581H20.6209V7.51627C20.6209 7.3334 20.5483 7.15801 20.419 7.0287C20.2897 6.89939 20.1143 6.82674 19.9314 6.82674C19.7485 6.82674 19.5731 6.89939 19.4438 7.0287C19.3145 7.15801 19.2419 7.3334 19.2419 7.51627V8.20581H18.5523C18.3695 8.20581 18.1941 8.27846 18.0648 8.40777C17.9354 8.53708 17.8628 8.71247 17.8628 8.89534C17.8628 9.07822 17.9354 9.25361 18.0648 9.38292C18.1941 9.51223 18.3695 9.58488 18.5523 9.58488H19.2419V10.2744C19.2419 10.4573 19.3145 10.6327 19.4438 10.762C19.5731 10.8913 19.7485 10.9639 19.9314 10.9639C20.1143 10.9639 20.2897 10.8913 20.419 10.762C20.5483 10.6327 20.6209 10.4573 20.6209 10.2744V9.58488H21.3105C21.4933 9.58488 21.6687 9.51223 21.798 9.38292C21.9274 9.25361 22 9.07822 22 8.89534C22 8.71247 21.9274 8.53708 21.798 8.40777C21.6687 8.27846 21.4933 8.20581 21.3105 8.20581Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{e as SparkleFilled};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.2/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.2/node_modules/lit-element/lit-element.js";import{icon as L}from"../../icon-registry.js";const l=L("sparkle",C`
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M17.6542 12.4344L13.2084 10.7916L11.5708 6.34234C11.4738 6.07888 11.2984 5.8515 11.0681 5.69089C10.8378 5.53028 10.5638 5.44417 10.2831 5.44417C10.0023 5.44417 9.72835 5.53028 9.49809 5.69089C9.26782 5.8515 9.09236 6.07888 8.99538 6.34234L7.3474 10.7916L2.89817 12.4292C2.63471 12.5262 2.40734 12.7016 2.24673 12.9319C2.08611 13.1622 2 13.4362 2 13.7169C2 13.9977 2.08611 14.2716 2.24673 14.5019C2.40734 14.7322 2.63471 14.9076 2.89817 15.0046L7.3474 16.6526L8.98504 21.1018C9.08202 21.3653 9.25748 21.5927 9.48774 21.7533C9.71801 21.9139 9.992 22 10.2727 22C10.5535 22 10.8275 21.9139 11.0577 21.7533C11.288 21.5927 11.4635 21.3653 11.5605 21.1018L13.2084 16.6526L17.6577 15.015C17.9211 14.918 18.1485 14.7425 18.3091 14.5123C18.4697 14.282 18.5558 14.008 18.5558 13.7273C18.5558 13.4465 18.4697 13.1725 18.3091 12.9423C18.1485 12.712 17.9211 12.5365 17.6577 12.4395L17.6542 12.4344ZM12.4327 15.4649C12.3391 15.4994 12.2541 15.5538 12.1836 15.6243C12.113 15.6948 12.0587 15.7798 12.0242 15.8734L10.2779 20.6045L8.53512 15.8769C8.50068 15.7823 8.44595 15.6964 8.37477 15.6252C8.3036 15.5541 8.2177 15.4993 8.12312 15.4649L3.3955 13.7221L8.12312 11.9793C8.2177 11.9448 8.3036 11.8901 8.37477 11.8189C8.44595 11.7478 8.50068 11.6619 8.53512 11.5673L10.2779 6.83967L12.0207 11.5673C12.0552 11.6609 12.1096 11.7459 12.1801 11.8164C12.2507 11.887 12.3357 11.9413 12.4293 11.9758L17.1603 13.7221L12.4327 15.4649ZM13.0361 4.75814C13.0361 4.57526 13.1087 4.39988 13.238 4.27056C13.3673 4.14125 13.5427 4.0686 13.7256 4.0686H15.1047V2.68953C15.1047 2.50666 15.1773 2.33127 15.3066 2.20196C15.4359 2.07265 15.6113 2 15.7942 2C15.9771 2 16.1525 2.07265 16.2818 2.20196C16.4111 2.33127 16.4837 2.50666 16.4837 2.68953V4.0686H17.8628C18.0457 4.0686 18.2211 4.14125 18.3504 4.27056C18.4797 4.39988 18.5523 4.57526 18.5523 4.75814C18.5523 4.94101 18.4797 5.1164 18.3504 5.24571C18.2211 5.37502 18.0457 5.44767 17.8628 5.44767H16.4837V6.82674C16.4837 7.00962 16.4111 7.185 16.2818 7.31431C16.1525 7.44363 15.9771 7.51627 15.7942 7.51627C15.6113 7.51627 15.4359 7.44363 15.3066 7.31431C15.1773 7.185 15.1047 7.00962 15.1047 6.82674V5.44767H13.7256C13.5427 5.44767 13.3673 5.37502 13.238 5.24571C13.1087 5.1164 13.0361 4.94101 13.0361 4.75814ZM22 8.89534C22 9.07822 21.9274 9.25361 21.798 9.38292C21.6687 9.51223 21.4933 9.58488 21.3105 9.58488H20.6209V10.2744C20.6209 10.4573 20.5483 10.6327 20.419 10.762C20.2897 10.8913 20.1143 10.9639 19.9314 10.9639C19.7485 10.9639 19.5731 10.8913 19.4438 10.762C19.3145 10.6327 19.2419 10.4573 19.2419 10.2744V9.58488H18.5523C18.3695 9.58488 18.1941 9.51223 18.0648 9.38292C17.9354 9.25361 17.8628 9.07822 17.8628 8.89534C17.8628 8.71247 17.9354 8.53708 18.0648 8.40777C18.1941 8.27846 18.3695 8.20581 18.5523 8.20581H19.2419V7.51627C19.2419 7.3334 19.3145 7.15801 19.4438 7.0287C19.5731 6.89939 19.7485 6.82674 19.9314 6.82674C20.1143 6.82674 20.2897 6.89939 20.419 7.0287C20.5483 7.15801 20.6209 7.3334 20.6209 7.51627V8.20581H21.3105C21.4933 8.20581 21.6687 8.27846 21.798 8.40777C21.9274 8.53708 22 8.71247 22 8.89534Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
`);export{l as Sparkle};
|